.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.nivoSlider img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
}

.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}

.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
}

.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden;
}

.nivo-box img {
  display: block;
}

.nivo-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  color: #fff;
  width: 100%;
  z-index: 8;
  padding: 5px 10px;
  opacity: 0.8;
  overflow: hidden;
  display: none;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nivo-caption p {
  padding: 5px;
  margin: 0;
}

.nivo-caption a {
  display: inline !important;
}

.nivo-html-caption {
  display: none;
}

.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer;
}

.nivo-prevNav {
  left: 0;
}

.nivo-nextNav {
  right: 0;
}

.nivo-controlNav {
  text-align: center;
  padding: 15px 0;
}

.nivo-controlNav a {
  cursor: pointer;
}

.nivo-controlNav a.active {
  font-weight: bold;
}

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(20%, #fff),
    color-stop(50%, #f6f6f6),
    color-stop(52%, #eee),
    color-stop(100%, #f4f4f4)
  );
  background: -webkit-linear-gradient(
    top,
    #fff 20%,
    #f6f6f6 50%,
    #eee 52%,
    #f4f4f4 100%
  );
  background: -moz-linear-gradient(
    top,
    #fff 20%,
    #f6f6f6 50%,
    #eee 52%,
    #f4f4f4 100%
  );
  background: -o-linear-gradient(
    top,
    #fff 20%,
    #f6f6f6 50%,
    #eee 52%,
    #f4f4f4 100%
  );
  background: linear-gradient(
    top,
    #fff 20%,
    #f6f6f6 50%,
    #eee 52%,
    #f4f4f4 100%
  );
  background-clip: padding-box;
  box-shadow:
    0 0 3px white inset,
    0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: -42px 1px no-repeat;
  background-image: url("/Content/images/chosen-sprite.png");
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 5px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat 0 2px;
  background-image: url("/Content/images/chosen-sprite.png");
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: no-repeat 100% -20px;
  background:
    no-repeat 100% -20px,
    -webkit-gradient(
        linear,
        50% 0%,
        50% 100%,
        color-stop(1%, #eee),
        color-stop(15%, #fff)
      );
  background:
    no-repeat 100% -20px,
    -webkit-linear-gradient(#eee 1%, #fff 15%);
  background:
    no-repeat 100% -20px,
    -moz-linear-gradient(#eee 1%, #fff 15%);
  background:
    no-repeat 100% -20px,
    -o-linear-gradient(#eee 1%, #fff 15%);
  background:
    no-repeat 100% -20px,
    linear-gradient(#eee 1%, #fff 15%);
  background-color: #fff;
  background-image: url("/Content/images/chosen-sprite.png");
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(20%, #3875d7),
    color-stop(90%, #2a62bc)
  );
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(1%, #eee),
    color-stop(15%, #fff)
  );
  background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(#eee 1%, #fff 15%);
  background-image: -o-linear-gradient(#eee 1%, #fff 15%);
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(20%, #f4f4f4),
    color-stop(50%, #f0f0f0),
    color-stop(52%, #e8e8e8),
    color-stop(100%, #eee)
  );
  background-image: -webkit-linear-gradient(
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
  background-image: -moz-linear-gradient(
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
  background-image: -o-linear-gradient(
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
  background-image: linear-gradient(
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
  background-clip: padding-box;
  box-shadow:
    0 0 2px white inset,
    0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: -42px 1px no-repeat;
  background-image: url("/Content/images/chosen-sprite.png");
  font-size: 1px;
}

.chosen-container-multi
  .chosen-choices
  li.search-choice
  .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(20%, #f4f4f4),
    color-stop(50%, #f0f0f0),
    color-stop(52%, #e8e8e8),
    color-stop(100%, #eee)
  );
  background-image: -webkit-linear-gradient(
    top,
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
  background-image: -moz-linear-gradient(
    top,
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
  background-image: -o-linear-gradient(
    top,
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
  background-image: linear-gradient(
    top,
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi
  .chosen-choices
  li.search-choice-focus
  .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(20%, #eee),
    color-stop(80%, #fff)
  );
  background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
  background-image: -moz-linear-gradient(#eee 20%, #fff 80%);
  background-image: -o-linear-gradient(#eee 20%, #fff 80%);
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: 0;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: 0;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: #fff no-repeat -30px -20px;
  background:
    no-repeat -30px -20px,
    -webkit-gradient(
        linear,
        50% 0%,
        50% 100%,
        color-stop(1%, #eee),
        color-stop(15%, #fff)
      );
  background:
    no-repeat -30px -20px,
    -webkit-linear-gradient(#eee 1%, #fff 15%);
  background:
    no-repeat -30px -20px,
    -moz-linear-gradient(#eee 1%, #fff 15%);
  background:
    no-repeat -30px -20px,
    -o-linear-gradient(#eee 1%, #fff 15%);
  background:
    no-repeat -30px -20px,
    linear-gradient(#eee 1%, #fff 15%);
  background-color: #fff;
  background-image: url("/Content/images/chosen-sprite.png");
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
  outline: 0;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
}

#cboxOverlay {
  background: #000;
  opacity: 0.8;
}

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(/Content/Images/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(/Content/Images/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(/Content/Images/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(/Content/Images/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
  width: 21px;
  background: url(/Content/Images/controls.png) left top repeat-y;
}

#cboxMiddleRight {
  width: 21px;
  background: url(/Content/Images/controls.png) right top repeat-y;
}

#cboxTopCenter {
  height: 21px;
  background: url(/Content/Images/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
  height: 21px;
  background: url(/Content/Images/border.png) 0 -29px repeat-x;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 0;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/Content/Images/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  border-width: 0;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(/Content/Images/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  border-width: 0;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxLoadingOverlay {
  background: url(/Content/Images/loading_background.png) no-repeat center
    center;
}

#cboxLoadingGraphic {
  background: url(/Content/Images/loading.gif) no-repeat center center;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/Content/Images/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  border-width: 0;
}

#cboxClose:hover {
  background-position: -25px -25px;
}

.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

.cboxIE6 #cboxTopLeft {
  background: url(/Content/Images/ie6/borderTopLeft.png);
}

.cboxIE6 #cboxTopCenter {
  background: url(/Content/Images/ie6/borderTopCenter.png);
}

.cboxIE6 #cboxTopRight {
  background: url(/Content/Images/ie6/borderTopRight.png);
}

.cboxIE6 #cboxBottomLeft {
  background: url(/Content/Images/ie6/borderBottomLeft.png);
}

.cboxIE6 #cboxBottomCenter {
  background: url(/Content/Images/ie6/borderBottomCenter.png);
}

.cboxIE6 #cboxBottomRight {
  background: url(/Content/Images/ie6/borderBottomRight.png);
}

.cboxIE6 #cboxMiddleLeft {
  background: url(/Content/Images/ie6/borderMiddleLeft.png);
}

.cboxIE6 #cboxMiddleRight {
  background: url(/Content/Images/ie6/borderMiddleRight.png);
}

div.property24 .pp_heading {
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 2001;
  opacity: 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -khtml-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.pp_title {
  position: absolute;
}

.pp_title .pp_title_price {
  float: left;
  display: inline-block;
  margin-right: 10px;
  padding: 0 10px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  border-right: 1px solid #e6e6e6;
}

.pp_title .pp_title_property {
  float: left;
  max-width: 465px;
  display: inline-block;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.property24 .pp_content .ppt {
  color: #000;
}

div.property24 .pp_content {
  background: #fff;
}

div.property24 .pp_expand {
  background: url(/Scripts/jquery.prettyPhoto/images/property24/sprite.png) -31px -26px
    no-repeat;
  cursor: pointer;
}

div.property24 .pp_expand:hover {
  background: url(/Scripts/jquery.prettyPhoto/images/property24/sprite.png) -31px -47px
    no-repeat;
  cursor: pointer;
}

div.property24 .pp_contract {
  background: url(/Scripts/jquery.prettyPhoto/images/property24/sprite.png)
    0 -26px no-repeat;
  cursor: pointer;
}

div.property24 .pp_contract:hover {
  background: url(/Scripts/jquery.prettyPhoto/images/property24/sprite.png)
    0 -47px no-repeat;
  cursor: pointer;
}

div.property24 #pp_full_res .pp_inline {
  color: #000;
}

div.property24 .pp_loaderIcon {
  background: url(/Scripts/jquery.prettyPhoto/images/property24/loader.gif)
    center center no-repeat;
}

div.property24 .pp_arrow_previous.disabled,
div.property24 .pp_arrow_next.disabled {
  line-height: 15px;
  display: inline-block;
  position: relative;
  width: auto;
  overflow: visible;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border: 0;
  background: #eee !important;
  border: solid 1px #e3e3e3;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  text-shadow: none;
  border-radius: 3px;
  margin: 0;
  color: #bbb !important;
  cursor: default;
  text-transform: uppercase;
  font-size: 12px;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  text-decoration: none !important;
}

div.property24 .pp_nav {
  position: relative;
}

div.property24 .pp_nav p {
  font-size: 12px;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 2px;
}

div.property24 .pp_nav .pp_play {
  background: url(/Scripts/jquery.prettyPhoto/images/property24/sprite.png) -1px -123px
    no-repeat;
  height: 22px;
  width: 22px;
}

div.property24 .pp_nav .pp_pause {
  background: url(/Scripts/jquery.prettyPhoto/images/property24/sprite.png) -32px -123px
    no-repeat;
  height: 22px;
  width: 22px;
}

div.property24 .pp_next:hover {
  background: url(/Scripts/jquery.prettyPhoto/images/property24/lightbox-btn-next.png)
    center right no-repeat;
  cursor: pointer;
}

div.property24 .pp_previous:hover {
  background: url(/Scripts/jquery.prettyPhoto/images/property24/lightbox-btn-prev.png)
    center left no-repeat;
  cursor: pointer;
}

div.property24 .pp_description {
  float: left;
  position: absolute;
  padding: 10px 0;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-indent: 10px;
}

div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content {
  background: #fff;
}

div.light_square .pp_content .ppt {
  color: #000;
}

div.pp_pic_holder a:focus {
  outline: 0;
}

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}

div.pp_pic_holder {
  display: none;
  position: absolute;
  z-index: 10000;
}

* html .pp_top {
  padding: 0 20px;
}

.pp_top .pp_left {
  left: 0;
  position: absolute;
}

.pp_top .pp_middle {
  left: 20px;
  position: absolute;
}

* html .pp_top .pp_middle {
  left: 0;
  position: static;
}

.pp_top .pp_right {
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.pp_content {
  margin-top: 60px;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
}

.pp_fade {
  display: none;
}

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}

a.pp_arrow_next {
  float: right;
  position: relative;
  padding-right: 10px;
}

a.pp_arrow_previous {
  float: left;
  position: relative;
  padding-left: 10px;
}

.pp_previous_label {
  padding-left: 10px;
  font-size: 12px;
  font-weight: 700;
}

.pp_next_label {
  padding-right: 10px;
  font-size: 12px;
  font-weight: 700;
}

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
  min-height: 200px;
  min-width: 200px;
}

.pp_gallery {
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}

.pp_gallery ul {
  float: left;
  height: 35px;
  margin: 0 0 0 5px;
  overflow: hidden;
  position: relative;
}

.pp_gallery ul a {
  border: 1px #000 solid;
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}

.pp_gallery ul a:hover,
.pp_gallery li.selected a {
  border-color: #fff;
}

.pp_gallery ul a img {
  border: 0;
}

.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
}

.pp_gallery li.default a {
  display: block;
  height: 33px;
  width: 50px;
}

.pp_gallery li.default a img {
  display: none;
}

a.pp_next {
  background: url(/Scripts/jquery.prettyPhoto/images/light_square/btnNext.png)
    10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

a.pp_previous {
  background: url(/Scripts/jquery.prettyPhoto/images/light_square/btnNext.png)
    10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

@media screen and (max-width: 500px) {
  a.pp_next {
    display: none;
  }

  a.pp_previous {
    display: none;
  }
}

a.pp_expand,
a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 21px;
  text-indent: -10000px;
  top: 65px;
  width: 20px;
  z-index: 290000;
}

a.pp_close {
  float: right;
  color: #dadada;
}

.pp_bottom {
  position: relative;
}

* html .pp_bottom {
  padding: 0 20px;
}

.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}

* html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}

.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}

#pp_full_res {
  line-height: 1 !important;
}

#pp_full_res .pp_inline {
  text-align: left;
}

#pp_full_res .pp_inline p {
  margin: 0 0 15px 0;
}

div.ppt {
  float: left;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.pp_content_container .pp_details {
  margin-top: 12px;
  margin-bottom: 12px;
}

.pp_content_container .pp_details p {
  text-overflow: ellipsis;
}

div.virtualTours .pp_content {
  height: 640px;
}

div.virtualTours #pp_full_res {
  height: 600px !important;
}

div.virtualTours .pp_top .pp_left {
  background: url(/Scripts/jquery.prettyPhoto/images/virtualTours/sprite.png) -88px -53px
    no-repeat;
}

div.virtualTours .pp_top .pp_middle {
  background: url(/Scripts/jquery.prettyPhoto/images/virtualTours/contentPatternTop.png)
    top left repeat-x;
}

div.virtualTours .pp_top .pp_right {
  background: url(/Scripts/jquery.prettyPhoto/images/virtualTours/sprite.png) -110px -53px
    no-repeat;
}

div.virtualTours .pp_content .ppt {
  color: #000;
}

div.virtualTours .pp_content_container .pp_left {
  background: url(/Scripts/jquery.prettyPhoto/images/virtualTours/contentPatternLeft.png)
    top left repeat-y;
}

div.virtualTours .pp_content_container .pp_right {
  background: url(/Scripts/jquery.prettyPhoto/images/virtualTours/contentPatternRight.png)
    top right repeat-y;
}

div.virtualTours .pp_content {
  background: #fff;
}

div.virtualTours .pp_expand {
  background: url(/Scripts/jquery.prettyPhoto/images/virtualTours/sprite.png) -31px -26px
    no-repeat;
  cursor: pointer;
}

div.virtualTours .pp_expand:hover {
  background: url(/Scripts/jquery.prettyPhoto/images/virtualTours/sprite.png) -31px -47px
    no-repeat;
  cursor: pointer;
}

div.virtualTours .pp_contract {
  background: url(/Scripts/jquery.prettyPhoto/images/virtualTours/sprite.png)
    0 -26px no-repeat;
  cursor: pointer;
}

div.virtualTours .pp_contract:hover {
  background: url(/Scripts/jquery.prettyPhoto/images/virtualTours/sprite.png)
    0 -47px no-repeat;
  cursor: pointer;
}

div.virtualTours .pp_bottom {
  display: none;
}

div.virtualTours .pp_close,
div.virtualTours .pp_arrow_previous,
div.virtualTours .pp_arrow_next {
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: #174a63;
  background-image: -moz-linear-gradient(top, #1c6f97, #1a5775);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#1c6f97),
    to(#1a5775)
  );
  background-image: -webkit-linear-gradient(top, #1c6f97, #1a5775);
  background-image: -o-linear-gradient(top, #1c6f97, #1a5775);
  background-image: linear-gradient(to bottom, #1c6f97, #1a5775);
  background-repeat: repeat-x;
  border: 1px solid #1a5775;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1C6F97',endColorstr='#1A5775',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  text-transform: uppercase;
  text-decoration: none;
}

div.virtualTours .pp_close {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 9999;
}

div.virtualTours .pp_fade {
  padding-left: 5px;
  padding-left: 0\9;
}

div.virtualTours .pp_close:hover,
div.virtualTours .pp_arrow_previous:hover,
div.virtualTours .pp_arrow_next:hover {
  background: #0a2f41;
  background-image: -moz-linear-gradient(top, #0c4d6d, #0a2f41);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#0c4d6d),
    to(#0a2f41)
  );
  background-image: -webkit-linear-gradient(top, #0c4d6d, #0a2f41);
  background-image: -o-linear-gradient(top, #0c4d6d, #0a2f41);
  background-image: linear-gradient(to bottom, #0c4d6d, #0a2f41);
  background-repeat: repeat-x;
  border: 1px solid #0c4d6d;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c4d6d',endColorstr='#0a2f41',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

div.virtualTours #pp_full_res .pp_inline {
  color: #000;
}

div.virtualTours .pp_loaderIcon {
  background: url(/Scripts/jquery.prettyPhoto/images/virtualTours/loader.gif)
    center center no-repeat;
}

div.virtualTours .pp_nav {
  margin-top: 0;
  width: 100%;
}

div.virtualTours .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px;
}

div.virtualTours .pp_nav .pp_play {
  background: url(/Scripts/jquery.prettyPhoto/images/virtualTours/sprite.png) -1px -123px
    no-repeat;
  height: 22px;
  width: 22px;
  display: inline-block;
  margin-left: 5px;
}

.div.virtualTours .pp_nav .currentTextHolder {
  padding-left: 10px;
}

div.virtualTours .pp_nav .pp_pause {
  background: url(/Scripts/jquery.prettyPhoto/images/virtualTours/sprite.png) -32px -123px
    no-repeat;
  height: 22px;
  width: 22px;
}

div.virtualTours .pp_next:hover {
  background: url(/Scripts/jquery.prettyPhoto/images/virtualTours/lightbox-btn-next.png)
    center right no-repeat;
  cursor: pointer;
}

div.virtualTours .pp_previous:hover {
  background: url(/Scripts/jquery.prettyPhoto/images/virtualTours/lightbox-btn-prev.png)
    center left no-repeat;
  cursor: pointer;
}

div.virtualTours .pp_bottom .pp_left {
  background: url(/Scripts/jquery.prettyPhoto/images/virtualTours/sprite.png) -88px -80px
    no-repeat;
}

div.virtualTours .pp_bottom .pp_middle {
  background: url(/Scripts/jquery.prettyPhoto/images/virtualTours/contentPatternBottom.png)
    top left repeat-x;
}

div.virtualTours .pp_bottom .pp_right {
  background: url(/Scripts/jquery.prettyPhoto/images/virtualTours/sprite.png) -110px -80px
    no-repeat;
}

div.virtualTours .pp_description {
  color: #303030;
}

div.virtualTours .pp_content_container .pp_details p {
  height: auto;
}

@media screen and (max-width: 500px) {
  div.pp_pic_holder,
  div.pp_content,
  pp_pic_holder property24 {
    min-width: 290px;
    min-height: 240px;
    left: 10% !important;
    top: 550px !important;
  }

  #fullResImage {
    min-width: 290px !important;
    min-height: 190px !important;
  }

  .pp_details {
    min-width: 270px !important;
  }

  .pp_description {
    min-width: 270px !important;
    top: 150px !important;
  }
}

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("/Content/font-awesome/fonts/fontawesome-webfont.eot?v=4.4.0");
  src:
    url("/Content/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0")
      format("embedded-opentype"),
    url("/Content/font-awesome/fonts/fontawesome-webfont.woff2?v=4.4.0")
      format("woff2"),
    url("/Content/font-awesome/fonts/fontawesome-webfont.woff?v=4.4.0")
      format("woff"),
    url("/Content/font-awesome/fonts/fontawesome-webfont.ttf?v=4.4.0")
      format("truetype"),
    url("/Content/font-awesome/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "ï€€";
}

.fa-music:before {
  content: "ï€";
}

.fa-search:before {
  content: "ï€‚";
}

.fa-envelope-o:before {
  content: "ï€ƒ";
}

.fa-heart:before {
  content: "ï€„";
}

.fa-star:before {
  content: "ï€…";
}

.fa-star-o:before {
  content: "ï€†";
}

.fa-user:before {
  content: "ï€‡";
}

.fa-film:before {
  content: "ï€ˆ";
}

.fa-th-large:before {
  content: "ï€‰";
}

.fa-th:before {
  content: "ï€Š";
}

.fa-th-list:before {
  content: "ï€‹";
}

.fa-check:before {
  content: "ï€Œ";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "ï€";
}

.fa-search-plus:before {
  content: "ï€Ž";
}

.fa-search-minus:before {
  content: "ï€";
}

.fa-power-off:before {
  content: "ï€‘";
}

.fa-signal:before {
  content: "ï€’";
}

.fa-gear:before,
.fa-cog:before {
  content: "ï€“";
}

.fa-trash-o:before {
  content: "ï€”";
}

.fa-home:before {
  content: "ï€•";
}

.fa-file-o:before {
  content: "ï€–";
}

.fa-clock-o:before {
  content: "ï€—";
}

.fa-road:before {
  content: "ï€˜";
}

.fa-download:before {
  content: "ï€™";
}

.fa-arrow-circle-o-down:before {
  content: "ï€š";
}

.fa-arrow-circle-o-up:before {
  content: "ï€›";
}

.fa-inbox:before {
  content: "ï€œ";
}

.fa-play-circle-o:before {
  content: "ï€";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "ï€ž";
}

.fa-refresh:before {
  content: "ï€¡";
}

.fa-list-alt:before {
  content: "ï€¢";
}

.fa-lock:before {
  content: "ï€£";
}

.fa-flag:before {
  content: "ï€¤";
}

.fa-headphones:before {
  content: "ï€¥";
}

.fa-volume-off:before {
  content: "ï€¦";
}

.fa-volume-down:before {
  content: "ï€§";
}

.fa-volume-up:before {
  content: "ï€¨";
}

.fa-qrcode:before {
  content: "ï€©";
}

.fa-barcode:before {
  content: "ï€ª";
}

.fa-tag:before {
  content: "ï€«";
}

.fa-tags:before {
  content: "ï€¬";
}

.fa-book:before {
  content: "ï€­";
}

.fa-bookmark:before {
  content: "ï€®";
}

.fa-print:before {
  content: "ï€¯";
}

.fa-camera:before {
  content: "ï€°";
}

.fa-font:before {
  content: "ï€±";
}

.fa-bold:before {
  content: "ï€²";
}

.fa-italic:before {
  content: "ï€³";
}

.fa-text-height:before {
  content: "ï€´";
}

.fa-text-width:before {
  content: "ï€µ";
}

.fa-align-left:before {
  content: "ï€¶";
}

.fa-align-center:before {
  content: "ï€·";
}

.fa-align-right:before {
  content: "ï€¸";
}

.fa-align-justify:before {
  content: "ï€¹";
}

.fa-list:before {
  content: "ï€º";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "ï€»";
}

.fa-indent:before {
  content: "ï€¼";
}

.fa-video-camera:before {
  content: "ï€½";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "ï€¾";
}

.fa-pencil:before {
  content: "ï€";
}

.fa-map-marker:before {
  content: "ï";
}

.fa-adjust:before {
  content: "ï‚";
}

.fa-tint:before {
  content: "ïƒ";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "ï„";
}

.fa-share-square-o:before {
  content: "ï…";
}

.fa-check-square-o:before {
  content: "ï†";
}

.fa-arrows:before {
  content: "ï‡";
}

.fa-step-backward:before {
  content: "ïˆ";
}

.fa-fast-backward:before {
  content: "ï‰";
}

.fa-backward:before {
  content: "ïŠ";
}

.fa-play:before {
  content: "ï‹";
}

.fa-pause:before {
  content: "ïŒ";
}

.fa-stop:before {
  content: "ï";
}

.fa-forward:before {
  content: "ïŽ";
}

.fa-fast-forward:before {
  content: "ï";
}

.fa-step-forward:before {
  content: "ï‘";
}

.fa-eject:before {
  content: "ï’";
}

.fa-chevron-left:before {
  content: "ï“";
}

.fa-chevron-right:before {
  content: "ï”";
}

.fa-plus-circle:before {
  content: "ï•";
}

.fa-minus-circle:before {
  content: "ï–";
}

.fa-times-circle:before {
  content: "ï—";
}

.fa-check-circle:before {
  content: "ï˜";
}

.fa-question-circle:before {
  content: "ï™";
}

.fa-info-circle:before {
  content: "ïš";
}

.fa-crosshairs:before {
  content: "ï›";
}

.fa-times-circle-o:before {
  content: "ïœ";
}

.fa-check-circle-o:before {
  content: "ï";
}

.fa-ban:before {
  content: "ïž";
}

.fa-arrow-left:before {
  content: "ï ";
}

.fa-arrow-right:before {
  content: "ï¡";
}

.fa-arrow-up:before {
  content: "ï¢";
}

.fa-arrow-down:before {
  content: "ï£";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "ï¤";
}

.fa-expand:before {
  content: "ï¥";
}

.fa-compress:before {
  content: "ï¦";
}

.fa-plus:before {
  content: "ï§";
}

.fa-minus:before {
  content: "ï¨";
}

.fa-asterisk:before {
  content: "ï©";
}

.fa-exclamation-circle:before {
  content: "ïª";
}

.fa-gift:before {
  content: "ï«";
}

.fa-leaf:before {
  content: "ï¬";
}

.fa-fire:before {
  content: "ï­";
}

.fa-eye:before {
  content: "ï®";
}

.fa-eye-slash:before {
  content: "ï°";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "ï±";
}

.fa-plane:before {
  content: "ï²";
}

.fa-calendar:before {
  content: "ï³";
}

.fa-random:before {
  content: "ï´";
}

.fa-comment:before {
  content: "ïµ";
}

.fa-magnet:before {
  content: "ï¶";
}

.fa-chevron-up:before {
  content: "ï·";
}

.fa-chevron-down:before {
  content: "ï¸";
}

.fa-retweet:before {
  content: "ï¹";
}

.fa-shopping-cart:before {
  content: "ïº";
}

.fa-folder:before {
  content: "ï»";
}

.fa-folder-open:before {
  content: "ï¼";
}

.fa-arrows-v:before {
  content: "ï½";
}

.fa-arrows-h:before {
  content: "ï¾";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "ï‚€";
}

.fa-twitter-square:before {
  content: "ï‚";
}

.fa-facebook-square:before {
  content: "ï‚‚";
}

.fa-camera-retro:before {
  content: "ï‚ƒ";
}

.fa-key:before {
  content: "ï‚„";
}

.fa-gears:before,
.fa-cogs:before {
  content: "ï‚…";
}

.fa-comments:before {
  content: "ï‚†";
}

.fa-thumbs-o-up:before {
  content: "ï‚‡";
}

.fa-thumbs-o-down:before {
  content: "ï‚ˆ";
}

.fa-star-half:before {
  content: "ï‚‰";
}

.fa-heart-o:before {
  content: "ï‚Š";
}

.fa-sign-out:before {
  content: "ï‚‹";
}

.fa-linkedin-square:before {
  content: "ï‚Œ";
}

.fa-thumb-tack:before {
  content: "ï‚";
}

.fa-external-link:before {
  content: "ï‚Ž";
}

.fa-sign-in:before {
  content: "ï‚";
}

.fa-trophy:before {
  content: "ï‚‘";
}

.fa-github-square:before {
  content: "ï‚’";
}

.fa-upload:before {
  content: "ï‚“";
}

.fa-lemon-o:before {
  content: "ï‚”";
}

.fa-phone:before {
  content: "ï‚•";
}

.fa-square-o:before {
  content: "ï‚–";
}

.fa-bookmark-o:before {
  content: "ï‚—";
}

.fa-phone-square:before {
  content: "ï‚˜";
}

.fa-twitter:before {
  content: "ï‚™";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "ï‚š";
}

.fa-github:before {
  content: "ï‚›";
}

.fa-unlock:before {
  content: "ï‚œ";
}

.fa-credit-card:before {
  content: "ï‚";
}

.fa-feed:before,
.fa-rss:before {
  content: "ï‚ž";
}

.fa-hdd-o:before {
  content: "ï‚ ";
}

.fa-bullhorn:before {
  content: "ï‚¡";
}

.fa-bell:before {
  content: "ïƒ³";
}

.fa-certificate:before {
  content: "ï‚£";
}

.fa-hand-o-right:before {
  content: "ï‚¤";
}

.fa-hand-o-left:before {
  content: "ï‚¥";
}

.fa-hand-o-up:before {
  content: "ï‚¦";
}

.fa-hand-o-down:before {
  content: "ï‚§";
}

.fa-arrow-circle-left:before {
  content: "ï‚¨";
}

.fa-arrow-circle-right:before {
  content: "ï‚©";
}

.fa-arrow-circle-up:before {
  content: "ï‚ª";
}

.fa-arrow-circle-down:before {
  content: "ï‚«";
}

.fa-globe:before {
  content: "ï‚¬";
}

.fa-wrench:before {
  content: "ï‚­";
}

.fa-tasks:before {
  content: "ï‚®";
}

.fa-filter:before {
  content: "ï‚°";
}

.fa-briefcase:before {
  content: "ï‚±";
}

.fa-arrows-alt:before {
  content: "ï‚²";
}

.fa-group:before,
.fa-users:before {
  content: "ïƒ€";
}

.fa-chain:before,
.fa-link:before {
  content: "ïƒ";
}

.fa-cloud:before {
  content: "ïƒ‚";
}

.fa-flask:before {
  content: "ïƒƒ";
}

.fa-cut:before,
.fa-scissors:before {
  content: "ïƒ„";
}

.fa-copy:before,
.fa-files-o:before {
  content: "ïƒ…";
}

.fa-paperclip:before {
  content: "ïƒ†";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "ïƒ‡";
}

.fa-square:before {
  content: "ïƒˆ";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "ïƒ‰";
}

.fa-list-ul:before {
  content: "ïƒŠ";
}

.fa-list-ol:before {
  content: "ïƒ‹";
}

.fa-strikethrough:before {
  content: "ïƒŒ";
}

.fa-underline:before {
  content: "ïƒ";
}

.fa-table:before {
  content: "ïƒŽ";
}

.fa-magic:before {
  content: "ïƒ";
}

.fa-truck:before {
  content: "ïƒ‘";
}

.fa-pinterest:before {
  content: "ïƒ’";
}

.fa-pinterest-square:before {
  content: "ïƒ“";
}

.fa-google-square:before {
  content: "ïƒ”";
}

.fa-google:before {
  content: "ïƒ•";
}

.fa-money:before {
  content: "ïƒ–";
}

.fa-caret-down:before {
  content: "ïƒ—";
}

.fa-caret-up:before {
  content: "ïƒ˜";
}

.fa-caret-left:before {
  content: "ïƒ™";
}

.fa-caret-right:before {
  content: "ïƒš";
}

.fa-columns:before {
  content: "ïƒ›";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "ïƒœ";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "ïƒ";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "ïƒž";
}

.fa-envelope:before {
  content: "ïƒ ";
}

.fa-linkedin:before {
  content: "ïƒ¡";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "ïƒ¢";
}

.fa-legal:before,
.fa-gavel:before {
  content: "ïƒ£";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "ïƒ¤";
}

.fa-comment-o:before {
  content: "ïƒ¥";
}

.fa-comments-o:before {
  content: "ïƒ¦";
}

.fa-flash:before,
.fa-bolt:before {
  content: "ïƒ§";
}

.fa-sitemap:before {
  content: "ïƒ¨";
}

.fa-umbrella:before {
  content: "ïƒ©";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "ïƒª";
}

.fa-lightbulb-o:before {
  content: "ïƒ«";
}

.fa-exchange:before {
  content: "ïƒ¬";
}

.fa-cloud-download:before {
  content: "ïƒ­";
}

.fa-cloud-upload:before {
  content: "ïƒ®";
}

.fa-user-md:before {
  content: "ïƒ°";
}

.fa-stethoscope:before {
  content: "ïƒ±";
}

.fa-suitcase:before {
  content: "ïƒ²";
}

.fa-bell-o:before {
  content: "ï‚¢";
}

.fa-coffee:before {
  content: "ïƒ´";
}

.fa-cutlery:before {
  content: "ïƒµ";
}

.fa-file-text-o:before {
  content: "ïƒ¶";
}

.fa-building-o:before {
  content: "ïƒ·";
}

.fa-hospital-o:before {
  content: "ïƒ¸";
}

.fa-ambulance:before {
  content: "ïƒ¹";
}

.fa-medkit:before {
  content: "ïƒº";
}

.fa-fighter-jet:before {
  content: "ïƒ»";
}

.fa-beer:before {
  content: "ïƒ¼";
}

.fa-h-square:before {
  content: "ïƒ½";
}

.fa-plus-square:before {
  content: "ïƒ¾";
}

.fa-angle-double-left:before {
  content: "ï„€";
}

.fa-angle-double-right:before {
  content: "ï„";
}

.fa-angle-double-up:before {
  content: "ï„‚";
}

.fa-angle-double-down:before {
  content: "ï„ƒ";
}

.fa-angle-left:before {
  content: "ï„„";
}

.fa-angle-right:before {
  content: "ï„…";
}

.fa-angle-up:before {
  content: "ï„†";
}

.fa-angle-down:before {
  content: "ï„‡";
}

.fa-desktop:before {
  content: "ï„ˆ";
}

.fa-laptop:before {
  content: "ï„‰";
}

.fa-tablet:before {
  content: "ï„Š";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "ï„‹";
}

.fa-circle-o:before {
  content: "ï„Œ";
}

.fa-quote-left:before {
  content: "ï„";
}

.fa-quote-right:before {
  content: "ï„Ž";
}

.fa-spinner:before {
  content: "ï„";
}

.fa-circle:before {
  content: "ï„‘";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "ï„’";
}

.fa-github-alt:before {
  content: "ï„“";
}

.fa-folder-o:before {
  content: "ï„”";
}

.fa-folder-open-o:before {
  content: "ï„•";
}

.fa-smile-o:before {
  content: "ï„˜";
}

.fa-frown-o:before {
  content: "ï„™";
}

.fa-meh-o:before {
  content: "ï„š";
}

.fa-gamepad:before {
  content: "ï„›";
}

.fa-keyboard-o:before {
  content: "ï„œ";
}

.fa-flag-o:before {
  content: "ï„";
}

.fa-flag-checkered:before {
  content: "ï„ž";
}

.fa-terminal:before {
  content: "ï„ ";
}

.fa-code:before {
  content: "ï„¡";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "ï„¢";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "ï„£";
}

.fa-location-arrow:before {
  content: "ï„¤";
}

.fa-crop:before {
  content: "ï„¥";
}

.fa-code-fork:before {
  content: "ï„¦";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "ï„§";
}

.fa-question:before {
  content: "ï„¨";
}

.fa-info:before {
  content: "ï„©";
}

.fa-exclamation:before {
  content: "ï„ª";
}

.fa-superscript:before {
  content: "ï„«";
}

.fa-subscript:before {
  content: "ï„¬";
}

.fa-eraser:before {
  content: "ï„­";
}

.fa-puzzle-piece:before {
  content: "ï„®";
}

.fa-microphone:before {
  content: "ï„°";
}

.fa-microphone-slash:before {
  content: "ï„±";
}

.fa-shield:before {
  content: "ï„²";
}

.fa-calendar-o:before {
  content: "ï„³";
}

.fa-fire-extinguisher:before {
  content: "ï„´";
}

.fa-rocket:before {
  content: "ï„µ";
}

.fa-maxcdn:before {
  content: "ï„¶";
}

.fa-chevron-circle-left:before {
  content: "ï„·";
}

.fa-chevron-circle-right:before {
  content: "ï„¸";
}

.fa-chevron-circle-up:before {
  content: "ï„¹";
}

.fa-chevron-circle-down:before {
  content: "ï„º";
}

.fa-html5:before {
  content: "ï„»";
}

.fa-css3:before {
  content: "ï„¼";
}

.fa-anchor:before {
  content: "ï„½";
}

.fa-unlock-alt:before {
  content: "ï„¾";
}

.fa-bullseye:before {
  content: "ï…€";
}

.fa-ellipsis-h:before {
  content: "ï…";
}

.fa-ellipsis-v:before {
  content: "ï…‚";
}

.fa-rss-square:before {
  content: "ï…ƒ";
}

.fa-play-circle:before {
  content: "ï…„";
}

.fa-ticket:before {
  content: "ï……";
}

.fa-minus-square:before {
  content: "ï…†";
}

.fa-minus-square-o:before {
  content: "ï…‡";
}

.fa-level-up:before {
  content: "ï…ˆ";
}

.fa-level-down:before {
  content: "ï…‰";
}

.fa-check-square:before {
  content: "ï…Š";
}

.fa-pencil-square:before {
  content: "ï…‹";
}

.fa-external-link-square:before {
  content: "ï…Œ";
}

.fa-share-square:before {
  content: "ï…";
}

.fa-compass:before {
  content: "ï…Ž";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "ï…";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "ï…‘";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "ï…’";
}

.fa-euro:before,
.fa-eur:before {
  content: "ï…“";
}

.fa-gbp:before {
  content: "ï…”";
}

.fa-dollar:before,
.fa-usd:before {
  content: "ï…•";
}

.fa-rupee:before,
.fa-inr:before {
  content: "ï…–";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "ï…—";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "ï…˜";
}

.fa-won:before,
.fa-krw:before {
  content: "ï…™";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "ï…š";
}

.fa-file:before {
  content: "ï…›";
}

.fa-file-text:before {
  content: "ï…œ";
}

.fa-sort-alpha-asc:before {
  content: "ï…";
}

.fa-sort-alpha-desc:before {
  content: "ï…ž";
}

.fa-sort-amount-asc:before {
  content: "ï… ";
}

.fa-sort-amount-desc:before {
  content: "ï…¡";
}

.fa-sort-numeric-asc:before {
  content: "ï…¢";
}

.fa-sort-numeric-desc:before {
  content: "ï…£";
}

.fa-thumbs-up:before {
  content: "ï…¤";
}

.fa-thumbs-down:before {
  content: "ï…¥";
}

.fa-youtube-square:before {
  content: "ï…¦";
}

.fa-youtube:before {
  content: "ï…§";
}

.fa-xing:before {
  content: "ï…¨";
}

.fa-xing-square:before {
  content: "ï…©";
}

.fa-youtube-play:before {
  content: "ï…ª";
}

.fa-dropbox:before {
  content: "ï…«";
}

.fa-stack-overflow:before {
  content: "ï…¬";
}

.fa-instagram:before {
  content: "ï…­";
}

.fa-flickr:before {
  content: "ï…®";
}

.fa-adn:before {
  content: "ï…°";
}

.fa-bitbucket:before {
  content: "ï…±";
}

.fa-bitbucket-square:before {
  content: "ï…²";
}

.fa-tumblr:before {
  content: "ï…³";
}

.fa-tumblr-square:before {
  content: "ï…´";
}

.fa-long-arrow-down:before {
  content: "ï…µ";
}

.fa-long-arrow-up:before {
  content: "ï…¶";
}

.fa-long-arrow-left:before {
  content: "ï…·";
}

.fa-long-arrow-right:before {
  content: "ï…¸";
}

.fa-apple:before {
  content: "ï…¹";
}

.fa-windows:before {
  content: "ï…º";
}

.fa-android:before {
  content: "ï…»";
}

.fa-linux:before {
  content: "ï…¼";
}

.fa-dribbble:before {
  content: "ï…½";
}

.fa-skype:before {
  content: "ï…¾";
}

.fa-foursquare:before {
  content: "ï†€";
}

.fa-trello:before {
  content: "ï†";
}

.fa-female:before {
  content: "ï†‚";
}

.fa-male:before {
  content: "ï†ƒ";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "ï†„";
}

.fa-sun-o:before {
  content: "ï†…";
}

.fa-moon-o:before {
  content: "ï††";
}

.fa-archive:before {
  content: "ï†‡";
}

.fa-bug:before {
  content: "ï†ˆ";
}

.fa-vk:before {
  content: "ï†‰";
}

.fa-weibo:before {
  content: "ï†Š";
}

.fa-renren:before {
  content: "ï†‹";
}

.fa-pagelines:before {
  content: "ï†Œ";
}

.fa-stack-exchange:before {
  content: "ï†";
}

.fa-arrow-circle-o-right:before {
  content: "ï†Ž";
}

.fa-arrow-circle-o-left:before {
  content: "ï†";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "ï†‘";
}

.fa-dot-circle-o:before {
  content: "ï†’";
}

.fa-wheelchair:before {
  content: "ï†“";
}

.fa-vimeo-square:before {
  content: "ï†”";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "ï†•";
}

.fa-plus-square-o:before {
  content: "ï†–";
}

.fa-space-shuttle:before {
  content: "ï†—";
}

.fa-slack:before {
  content: "ï†˜";
}

.fa-envelope-square:before {
  content: "ï†™";
}

.fa-wordpress:before {
  content: "ï†š";
}

.fa-openid:before {
  content: "ï†›";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "ï†œ";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "ï†";
}

.fa-yahoo:before {
  content: "ï†ž";
}

.fa-google:before {
  content: "ï† ";
}

.fa-reddit:before {
  content: "ï†¡";
}

.fa-reddit-square:before {
  content: "ï†¢";
}

.fa-stumbleupon-circle:before {
  content: "ï†£";
}

.fa-stumbleupon:before {
  content: "ï†¤";
}

.fa-delicious:before {
  content: "ï†¥";
}

.fa-digg:before {
  content: "ï†¦";
}

.fa-pied-piper:before {
  content: "ï†§";
}

.fa-pied-piper-alt:before {
  content: "ï†¨";
}

.fa-drupal:before {
  content: "ï†©";
}

.fa-joomla:before {
  content: "ï†ª";
}

.fa-language:before {
  content: "ï†«";
}

.fa-fax:before {
  content: "ï†¬";
}

.fa-building:before {
  content: "ï†­";
}

.fa-child:before {
  content: "ï†®";
}

.fa-paw:before {
  content: "ï†°";
}

.fa-spoon:before {
  content: "ï†±";
}

.fa-cube:before {
  content: "ï†²";
}

.fa-cubes:before {
  content: "ï†³";
}

.fa-behance:before {
  content: "ï†´";
}

.fa-behance-square:before {
  content: "ï†µ";
}

.fa-steam:before {
  content: "ï†¶";
}

.fa-steam-square:before {
  content: "ï†·";
}

.fa-recycle:before {
  content: "ï†¸";
}

.fa-automobile:before,
.fa-car:before {
  content: "ï†¹";
}

.fa-cab:before,
.fa-taxi:before {
  content: "ï†º";
}

.fa-tree:before {
  content: "ï†»";
}

.fa-spotify:before {
  content: "ï†¼";
}

.fa-deviantart:before {
  content: "ï†½";
}

.fa-soundcloud:before {
  content: "ï†¾";
}

.fa-database:before {
  content: "ï‡€";
}

.fa-file-pdf-o:before {
  content: "ï‡";
}

.fa-file-word-o:before {
  content: "ï‡‚";
}

.fa-file-excel-o:before {
  content: "ï‡ƒ";
}

.fa-file-powerpoint-o:before {
  content: "ï‡„";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "ï‡…";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "ï‡†";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "ï‡‡";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "ï‡ˆ";
}

.fa-file-code-o:before {
  content: "ï‡‰";
}

.fa-vine:before {
  content: "ï‡Š";
}

.fa-codepen:before {
  content: "ï‡‹";
}

.fa-jsfiddle:before {
  content: "ï‡Œ";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "ï‡";
}

.fa-circle-o-notch:before {
  content: "ï‡Ž";
}

.fa-ra:before,
.fa-rebel:before {
  content: "ï‡";
}

.fa-ge:before,
.fa-empire:before {
  content: "ï‡‘";
}

.fa-git-square:before {
  content: "ï‡’";
}

.fa-git:before {
  content: "ï‡“";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "ï‡”";
}

.fa-tencent-weibo:before {
  content: "ï‡•";
}

.fa-qq:before {
  content: "ï‡–";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "ï‡—";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "ï‡˜";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "ï‡™";
}

.fa-history:before {
  content: "ï‡š";
}

.fa-circle-thin:before {
  content: "ï‡›";
}

.fa-header:before {
  content: "ï‡œ";
}

.fa-paragraph:before {
  content: "ï‡";
}

.fa-sliders:before {
  content: "ï‡ž";
}

.fa-share-alt:before {
  content: "ï‡ ";
}

.fa-share-alt-square:before {
  content: "ï‡¡";
}

.fa-bomb:before {
  content: "ï‡¢";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "ï‡£";
}

.fa-tty:before {
  content: "ï‡¤";
}

.fa-binoculars:before {
  content: "ï‡¥";
}

.fa-plug:before {
  content: "ï‡¦";
}

.fa-slideshare:before {
  content: "ï‡§";
}

.fa-twitch:before {
  content: "ï‡¨";
}

.fa-yelp:before {
  content: "ï‡©";
}

.fa-newspaper-o:before {
  content: "ï‡ª";
}

.fa-wifi:before {
  content: "ï‡«";
}

.fa-calculator:before {
  content: "ï‡¬";
}

.fa-paypal:before {
  content: "ï‡­";
}

.fa-google-wallet:before {
  content: "ï‡®";
}

.fa-cc-visa:before {
  content: "ï‡°";
}

.fa-cc-mastercard:before {
  content: "ï‡±";
}

.fa-cc-discover:before {
  content: "ï‡²";
}

.fa-cc-amex:before {
  content: "ï‡³";
}

.fa-cc-paypal:before {
  content: "ï‡´";
}

.fa-cc-stripe:before {
  content: "ï‡µ";
}

.fa-bell-slash:before {
  content: "ï‡¶";
}

.fa-bell-slash-o:before {
  content: "ï‡·";
}

.fa-trash:before {
  content: "ï‡¸";
}

.fa-copyright:before {
  content: "ï‡¹";
}

.fa-at:before {
  content: "ï‡º";
}

.fa-eyedropper:before {
  content: "ï‡»";
}

.fa-paint-brush:before {
  content: "ï‡¼";
}

.fa-birthday-cake:before {
  content: "ï‡½";
}

.fa-area-chart:before {
  content: "ï‡¾";
}

.fa-pie-chart:before {
  content: "ïˆ€";
}

.fa-line-chart:before {
  content: "ïˆ";
}

.fa-lastfm:before {
  content: "ïˆ‚";
}

.fa-lastfm-square:before {
  content: "ïˆƒ";
}

.fa-toggle-off:before {
  content: "ïˆ„";
}

.fa-toggle-on:before {
  content: "ïˆ…";
}

.fa-bicycle:before {
  content: "ïˆ†";
}

.fa-bus:before {
  content: "ïˆ‡";
}

.fa-ioxhost:before {
  content: "ïˆˆ";
}

.fa-angellist:before {
  content: "ïˆ‰";
}

.fa-cc:before {
  content: "ïˆŠ";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "ïˆ‹";
}

.fa-meanpath:before {
  content: "ïˆŒ";
}

.fa-buysellads:before {
  content: "ïˆ";
}

.fa-connectdevelop:before {
  content: "ïˆŽ";
}

.fa-dashcube:before {
  content: "ïˆ";
}

.fa-forumbee:before {
  content: "ïˆ‘";
}

.fa-leanpub:before {
  content: "ïˆ’";
}

.fa-sellsy:before {
  content: "ïˆ“";
}

.fa-shirtsinbulk:before {
  content: "ïˆ”";
}

.fa-simplybuilt:before {
  content: "ïˆ•";
}

.fa-skyatlas:before {
  content: "ïˆ–";
}

.fa-cart-plus:before {
  content: "ïˆ—";
}

.fa-cart-arrow-down:before {
  content: "ïˆ˜";
}

.fa-diamond:before {
  content: "ïˆ™";
}

.fa-ship:before {
  content: "ïˆš";
}

.fa-user-secret:before {
  content: "ïˆ›";
}

.fa-motorcycle:before {
  content: "ïˆœ";
}

.fa-street-view:before {
  content: "ïˆ";
}

.fa-heartbeat:before {
  content: "ïˆž";
}

.fa-venus:before {
  content: "ïˆ¡";
}

.fa-mars:before {
  content: "ïˆ¢";
}

.fa-mercury:before {
  content: "ïˆ£";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "ïˆ¤";
}

.fa-transgender-alt:before {
  content: "ïˆ¥";
}

.fa-venus-double:before {
  content: "ïˆ¦";
}

.fa-mars-double:before {
  content: "ïˆ§";
}

.fa-venus-mars:before {
  content: "ïˆ¨";
}

.fa-mars-stroke:before {
  content: "ïˆ©";
}

.fa-mars-stroke-v:before {
  content: "ïˆª";
}

.fa-mars-stroke-h:before {
  content: "ïˆ«";
}

.fa-neuter:before {
  content: "ïˆ¬";
}

.fa-genderless:before {
  content: "ïˆ­";
}

.fa-facebook-official:before {
  content: "ïˆ°";
}

.fa-pinterest-p:before {
  content: "ïˆ±";
}

.fa-whatsapp:before {
  content: "ïˆ²";
}

.fa-server:before {
  content: "ïˆ³";
}

.fa-user-plus:before {
  content: "ïˆ´";
}

.fa-user-times:before {
  content: "ïˆµ";
}

.fa-hotel:before,
.fa-bed:before {
  content: "ïˆ¶";
}

.fa-viacoin:before {
  content: "ïˆ·";
}

.fa-train:before {
  content: "ïˆ¸";
}

.fa-subway:before {
  content: "ïˆ¹";
}

.fa-medium:before {
  content: "ïˆº";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "ïˆ»";
}

.fa-optin-monster:before {
  content: "ïˆ¼";
}

.fa-opencart:before {
  content: "ïˆ½";
}

.fa-expeditedssl:before {
  content: "ïˆ¾";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "ï‰€";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "ï‰";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "ï‰‚";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "ï‰ƒ";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "ï‰„";
}

.fa-mouse-pointer:before {
  content: "ï‰…";
}

.fa-i-cursor:before {
  content: "ï‰†";
}

.fa-object-group:before {
  content: "ï‰‡";
}

.fa-object-ungroup:before {
  content: "ï‰ˆ";
}

.fa-sticky-note:before {
  content: "ï‰‰";
}

.fa-sticky-note-o:before {
  content: "ï‰Š";
}

.fa-cc-jcb:before {
  content: "ï‰‹";
}

.fa-cc-diners-club:before {
  content: "ï‰Œ";
}

.fa-clone:before {
  content: "ï‰";
}

.fa-balance-scale:before {
  content: "ï‰Ž";
}

.fa-hourglass-o:before {
  content: "ï‰";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "ï‰‘";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "ï‰’";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "ï‰“";
}

.fa-hourglass:before {
  content: "ï‰”";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "ï‰•";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "ï‰–";
}

.fa-hand-scissors-o:before {
  content: "ï‰—";
}

.fa-hand-lizard-o:before {
  content: "ï‰˜";
}

.fa-hand-spock-o:before {
  content: "ï‰™";
}

.fa-hand-pointer-o:before {
  content: "ï‰š";
}

.fa-hand-peace-o:before {
  content: "ï‰›";
}

.fa-trademark:before {
  content: "ï‰œ";
}

.fa-registered:before {
  content: "ï‰";
}

.fa-creative-commons:before {
  content: "ï‰ž";
}

.fa-gg:before {
  content: "ï‰ ";
}

.fa-gg-circle:before {
  content: "ï‰¡";
}

.fa-tripadvisor:before {
  content: "ï‰¢";
}

.fa-odnoklassniki:before {
  content: "ï‰£";
}

.fa-odnoklassniki-square:before {
  content: "ï‰¤";
}

.fa-get-pocket:before {
  content: "ï‰¥";
}

.fa-wikipedia-w:before {
  content: "ï‰¦";
}

.fa-safari:before {
  content: "ï‰§";
}

.fa-chrome:before {
  content: "ï‰¨";
}

.fa-firefox:before {
  content: "ï‰©";
}

.fa-opera:before {
  content: "ï‰ª";
}

.fa-internet-explorer:before {
  content: "ï‰«";
}

.fa-tv:before,
.fa-television:before {
  content: "ï‰¬";
}

.fa-contao:before {
  content: "ï‰­";
}

.fa-500px:before {
  content: "ï‰®";
}

.fa-amazon:before {
  content: "ï‰°";
}

.fa-calendar-plus-o:before {
  content: "ï‰±";
}

.fa-calendar-minus-o:before {
  content: "ï‰²";
}

.fa-calendar-times-o:before {
  content: "ï‰³";
}

.fa-calendar-check-o:before {
  content: "ï‰´";
}

.fa-industry:before {
  content: "ï‰µ";
}

.fa-map-pin:before {
  content: "ï‰¶";
}

.fa-map-signs:before {
  content: "ï‰·";
}

.fa-map-o:before {
  content: "ï‰¸";
}

.fa-map:before {
  content: "ï‰¹";
}

.fa-commenting:before {
  content: "ï‰º";
}

.fa-commenting-o:before {
  content: "ï‰»";
}

.fa-houzz:before {
  content: "ï‰¼";
}

.fa-vimeo:before {
  content: "ï‰½";
}

.fa-black-tie:before {
  content: "ï‰¾";
}

.fa-fonticons:before {
  content: "ïŠ€";
}

.sharedsa_logo_no_strapline {
  width: 179px;
  height: 35px;
  background-image: url(/Content/Images/Sprites/SharedSA0.png?58fb83);
  background-position: 0 0;
}

.sharedsa_maintenance {
  width: 180px;
  height: 285px;
  background-image: url(/Content/Images/Sprites/SharedSA0.png?58fb83);
  background-position: -180px 0;
}

.sharedsa_auction {
  width: 91px;
  height: 91px;
  background-image: url(/Content/Images/Sprites/SharedSA0.png?58fb83);
  background-position: -361px 0;
}

.sharedsa_backonmarket {
  width: 91px;
  height: 91px;
  background-image: url(/Content/Images/Sprites/SharedSA0.png?58fb83);
  background-position: -453px 0;
}

.sharedsa_expired {
  width: 91px;
  height: 91px;
  background-image: url(/Content/Images/Sprites/SharedSA0.png?58fb83);
  background-position: -545px 0;
}

.sharedsa_offportal {
  width: 91px;
  height: 91px;
  background-image: url(/Content/Images/Sprites/SharedSA0.png?58fb83);
  background-position: -637px 0;
}

.sharedsa_onshow {
  width: 91px;
  height: 91px;
  background-image: url(/Content/Images/Sprites/SharedSA0.png?58fb83);
  background-position: -729px 0;
}

.sharedsa_reduced {
  width: 91px;
  height: 91px;
  background-image: url(/Content/Images/Sprites/SharedSA0.png?58fb83);
  background-position: -821px 0;
}

.sharedsa_rented {
  width: 91px;
  height: 91px;
  background-image: url(/Content/Images/Sprites/SharedSA0.png?58fb83);
  background-position: -913px 0;
}

.sharedsa_repossessed {
  width: 91px;
  height: 91px;
  background-image: url(/Content/Images/Sprites/SharedSA0.png?58fb83);
  background-position: -1005px 0;
}

.sharedsa_reserved {
  width: 96px;
  height: 102px;
  background-image: url(/Content/Images/Sprites/SharedSA0.png?58fb83);
  background-position: -1097px 0;
}

.sharedsa_sold {
  width: 91px;
  height: 91px;
  background-image: url(/Content/Images/Sprites/SharedSA0.png?58fb83);
  background-position: -1194px 0;
}

.sharedsa_no_logo {
  width: 184px;
  height: 54px;
  background-image: url(/Content/Images/Sprites/SharedSA0.png?58fb83);
  background-position: -1286px 0;
}

.sharedph_logo_no_strapline {
  width: 179px;
  height: 35px;
  background-image: url(/Content/Images/Sprites/SharedPH0.png?58fb83);
  background-position: 0 0;
}

.sharedph_maintenance {
  width: 180px;
  height: 285px;
  background-image: url(/Content/Images/Sprites/SharedPH0.png?58fb83);
  background-position: -180px 0;
}

.sharedph_auction {
  width: 91px;
  height: 91px;
  background-image: url(/Content/Images/Sprites/SharedPH0.png?58fb83);
  background-position: -361px 0;
}

.sharedph_backonmarket {
  width: 91px;
  height: 91px;
  background-image: url(/Content/Images/Sprites/SharedPH0.png?58fb83);
  background-position: -453px 0;
}

.sharedph_expired {
  width: 91px;
  height: 91px;
  background-image: url(/Content/Images/Sprites/SharedPH0.png?58fb83);
  background-position: -545px 0;
}

.sharedph_offportal {
  width: 91px;
  height: 91px;
  background-image: url(/Content/Images/Sprites/SharedPH0.png?58fb83);
  background-position: -637px 0;
}

.sharedph_onshow {
  width: 91px;
  height: 91px;
  background-image: url(/Content/Images/Sprites/SharedPH0.png?58fb83);
  background-position: -729px 0;
}

.sharedph_reduced {
  width: 91px;
  height: 91px;
  background-image: url(/Content/Images/Sprites/SharedPH0.png?58fb83);
  background-position: -821px 0;
}

.sharedph_rented {
  width: 91px;
  height: 91px;
  background-image: url(/Content/Images/Sprites/SharedPH0.png?58fb83);
  background-position: -913px 0;
}

.sharedph_repossessed {
  width: 91px;
  height: 91px;
  background-image: url(/Content/Images/Sprites/SharedPH0.png?58fb83);
  background-position: -1005px 0;
}

.sharedph_reserved {
  width: 91px;
  height: 91px;
  background-image: url(/Content/Images/Sprites/SharedPH0.png?58fb83);
  background-position: -1097px 0;
}

.sharedph_sold {
  width: 91px;
  height: 91px;
  background-image: url(/Content/Images/Sprites/SharedPH0.png?58fb83);
  background-position: -1189px 0;
}

.sharedph_no_logo {
  width: 184px;
  height: 54px;
  background-image: url(/Content/Images/Sprites/SharedPH0.png?58fb83);
  background-position: -1281px 0;
}

.sharedkenya_logo_no_strapline {
  width: 179px;
  height: 35px;
  background-image: url(/Content/Images/Sprites/SharedKenya0.png?58fb83);
  background-position: 0 0;
}

.sharedkenya_maintenance {
  width: 180px;
  height: 285px;
  background-image: url(/Content/Images/Sprites/SharedKenya0.png?58fb83);
  background-position: -180px 0;
}

.sharedkenya_auction {
  width: 91px;
  height: 91px;
  background-image: url(/Content/Images/Sprites/SharedKenya0.png?58fb83);
  background-position: -361px 0;
}

.sharedkenya_backonmarket {
  width: 91px;
  height: 91px;
  background-image: url(/Content/Images/Sprites/SharedKenya0.png?58fb83);
  background-position: -453px 0;
}

.sharedkenya_expired {
  width: 91px;
  height: 91px;
  background-image: url(/Content/Images/Sprites/SharedKenya0.png?58fb83);
  background-position: -545px 0;
}

.sharedkenya_offportal {
  width: 91px;
  height: 91px;
  background-image: url(/Content/Images/Sprites/SharedKenya0.png?58fb83);
  background-position: -637px 0;
}

.sharedkenya_onshow {
  width: 91px;
  height: 91px;
  background-image: url(/Content/Images/Sprites/SharedKenya0.png?58fb83);
  background-position: -729px 0;
}

.sharedkenya_reduced {
  width: 91px;
  height: 91px;
  background-image: url(/Content/Images/Sprites/SharedKenya0.png?58fb83);
  background-position: -821px 0;
}

.sharedkenya_rented {
  width: 91px;
  height: 91px;
  background-image: url(/Content/Images/Sprites/SharedKenya0.png?58fb83);
  background-position: -913px 0;
}

.sharedkenya_repossessed {
  width: 91px;
  height: 91px;
  background-image: url(/Content/Images/Sprites/SharedKenya0.png?58fb83);
  background-position: -1005px 0;
}

.sharedkenya_reserved {
  width: 96px;
  height: 102px;
  background-image: url(/Content/Images/Sprites/SharedKenya0.png?58fb83);
  background-position: -1097px 0;
}

.sharedkenya_sold {
  width: 91px;
  height: 91px;
  background-image: url(/Content/Images/Sprites/SharedKenya0.png?58fb83);
  background-position: -1194px 0;
}

.sharedkenya_no_logo {
  width: 184px;
  height: 54px;
  background-image: url(/Content/Images/Sprites/SharedKenya0.png?58fb83);
  background-position: -1286px 0;
}

.property24generic_android_icon {
  width: 40px;
  height: 40px;
  background-image: url(/Content/Images/Sprites/Property24Generic0.png?58fb83);
  background-position: 0 0;
}

.property24generic_apple_icon {
  width: 40px;
  height: 40px;
  background-image: url(/Content/Images/Sprites/Property24Generic0.png?58fb83);
  background-position: -41px 0;
}

.property24generic_google_plus_icon {
  width: 30px;
  height: 30px;
  background-image: url(/Content/Images/Sprites/Property24Generic0.png?58fb83);
  background-position: -82px 0;
}

.property24generic_linkedin_icon {
  width: 30px;
  height: 30px;
  background-image: url(/Content/Images/Sprites/Property24Generic0.png?58fb83);
  background-position: -113px 0;
}

.property24generic_twitter_icon {
  width: 30px;
  height: 30px;
  background-image: url(/Content/Images/icon_twitter_social_dark.svg?z=6f9dbb);
  background-repeat: no-repeat;
  background-size: 30px 30px;
}

.property24generic_facebook_icon {
  width: 30px;
  height: 30px;
  background-image: url(/Content/Images/SocialIcons/icon_facebook_social.svg?58fb83);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  margin-right: 3px;
}

.property24generic_searchtab_active {
  width: 22px;
  height: 13px;
  background-image: url(/Content/Images/Sprites/Property24Generic0.png?58fb83);
  background-position: -206px 0;
}

.property24generic_logo_icon {
  width: 145px;
  height: 28px;
  background-image: url(/Content/Images/Sprites/Property24Generic0.png?58fb83);
  background-position: -229px 0;
}

.property24generic_notifyme_icon {
  width: 168px;
  height: 70px;
  background-image: url(/Content/Images/Sprites/Property24Generic0.png?58fb83);
  background-position: -375px 0;
}

.property24generic_leftarrow_icon {
  width: 20px;
  height: 34px;
  background-image: url(/Content/Images/Sprites/Property24Generic0.png?58fb83);
  background-position: -544px 0;
}

.property24generic_rightarrow_icon {
  width: 20px;
  height: 34px;
  background-image: url(/Content/Images/Sprites/Property24Generic0.png?58fb83);
  background-position: -565px 0;
}

.property24generic_gray_tearoff_icon {
  width: 40px;
  height: 7px;
  background-image: url(/Content/Images/Sprites/Property24Generic0.png?58fb83);
  background-position: -586px 0;
}

.property24generic_navbar_caret_up {
  width: 16px;
  height: 9px;
  background-image: url(/Content/Images/Sprites/Property24Generic0.png?58fb83);
  background-position: -627px 0;
}

.property24generic_bottom_alert {
  width: 111px;
  height: 90px;
  background-image: url(/Content/Images/Sprites/Property24Generic0.png?58fb83);
  background-position: -644px 0;
}

.property24generic_icon_baths {
  width: 19px;
  height: 19px;
  background-image: url(/Content/Images/Sprites/Property24Generic0.png?58fb83);
  background-position: -756px 0;
}

.property24generic_icon_beds {
  width: 19px;
  height: 19px;
  background-image: url(/Content/Images/Sprites/Property24Generic0.png?58fb83);
  background-position: -776px 0;
}

.property24generic_icon_garages {
  width: 19px;
  height: 19px;
  background-image: url(/Content/Images/Sprites/Property24Generic0.png?58fb83);
  background-position: -796px 0;
}

.property24generic_icon_parking {
  width: 19px;
  height: 19px;
  background-image: url(/Content/Images/Sprites/Property24Generic0.png?58fb83);
  background-position: -816px 0;
}

.property24generic_icon_pet {
  width: 19px;
  height: 19px;
  background-image: url(/Content/Images/Sprites/Property24Generic0.png?58fb83);
  background-position: -836px 0;
}

.property24generic_icon_pool {
  width: 19px;
  height: 19px;
  background-image: url(/Content/Images/Sprites/Property24Generic0.png?58fb83);
  background-position: -856px 0;
}

.property24generic_icon_security {
  width: 19px;
  height: 19px;
  background-image: url(/Content/Images/Sprites/Property24Generic0.png?58fb83);
  background-position: -876px 0;
}

.property24generic_icon_garden {
  width: 19px;
  height: 19px;
  background-image: url(/Content/Images/Sprites/Property24Generic0.png?58fb83);
  background-position: -896px 0;
}

.property24generic_icon_baths_25 {
  width: 25px;
  height: 25px;
  background-image: url(/Content/Images/Sprites/Property24Generic0.png?58fb83);
  background-position: -916px 0;
}

.property24generic_icon_beds_25 {
  width: 25px;
  height: 25px;
  background-image: url(/Content/Images/Sprites/Property24Generic0.png?58fb83);
  background-position: -942px 0;
}

.property24generic_icon_garages_25 {
  width: 25px;
  height: 25px;
  background-image: url(/Content/Images/Sprites/Property24Generic0.png?58fb83);
  background-position: -968px 0;
}

.property24generic_icon_parking_25 {
  width: 25px;
  height: 25px;
  background-image: url(/Content/Images/Sprites/Property24Generic0.png?58fb83);
  background-position: -994px 0;
}

.property24generic_icon_pet_25 {
  width: 25px;
  height: 25px;
  background-image: url(/Content/Images/Sprites/Property24Generic0.png?58fb83);
  background-position: -1020px 0;
}

.property24generic_icon_pool_25 {
  width: 25px;
  height: 25px;
  background-image: url(/Content/Images/Sprites/Property24Generic0.png?58fb83);
  background-position: -1046px 0;
}

.property24generic_icon_security_25 {
  width: 25px;
  height: 25px;
  background-image: url(/Content/Images/Sprites/Property24Generic0.png?58fb83);
  background-position: -1072px 0;
}

.property24generic_icon_garden_25 {
  width: 25px;
  height: 25px;
  background-image: url(/Content/Images/Sprites/Property24Generic0.png?58fb83);
  background-position: -1098px 0;
}

.property24generic_icon_house {
  width: 22px;
  height: 22px;
  background-image: url(/Content/Images/Sprites/Property24Generic0.png?58fb83);
  background-position: -1124px 0;
}

.property24generic_icon_apartment {
  width: 22px;
  height: 22px;
  background-image: url(/Content/Images/Sprites/Property24Generic0.png?58fb83);
  background-position: -1147px 0;
}

.property24generic_icon_vacant_land {
  width: 22px;
  height: 22px;
  background-image: url(/Content/Images/Sprites/Property24Generic0.png?58fb83);
  background-position: -1170px 0;
}

.property24generic_favorites_add {
  width: 26px;
  height: 23px;
  background-image: url(/Content/Images/Sprites/Property24Generic0.png?58fb83);
  background-position: -1193px 0;
}

.property24generic_favorites_remove {
  width: 26px;
  height: 23px;
  background-image: url(/Content/Images/Sprites/Property24Generic0.png?58fb83);
  background-position: -1220px 0;
}

.fullmobilegeneric_android_icon {
  width: 40px;
  height: 40px;
  background-image: url(/Areas/Sites/Templates/FullMobile/Content/Images/Sprites/FullMobileGeneric0.png?58fb83);
  background-position: 0 0;
}

.fullmobilegeneric_apple_icon {
  width: 40px;
  height: 40px;
  background-image: url(/Areas/Sites/Templates/FullMobile/Content/Images/Sprites/FullMobileGeneric0.png?58fb83);
  background-position: -41px 0;
}

.fullmobilegeneric_notifyme_icon {
  width: 168px;
  height: 70px;
  background-image: url(/Areas/Sites/Templates/FullMobile/Content/Images/Sprites/FullMobileGeneric0.png?58fb83);
  background-position: -82px 0;
}

.fullmobilegeneric_gray_tearoff_icon {
  width: 40px;
  height: 7px;
  background-image: url(/Areas/Sites/Templates/FullMobile/Content/Images/Sprites/FullMobileGeneric0.png?58fb83);
  background-position: -251px 0;
}

.fullmobilegeneric_navbar_caret_up {
  width: 16px;
  height: 9px;
  background-image: url(/Areas/Sites/Templates/FullMobile/Content/Images/Sprites/FullMobileGeneric0.png?58fb83);
  background-position: -292px 0;
}

.fullmobilegeneric_icon_house {
  width: 22px;
  height: 22px;
  background-image: url(/Areas/Sites/Templates/FullMobile/Content/Images/Sprites/FullMobileGeneric0.png?58fb83);
  background-position: -309px 0;
}

.fullmobilegeneric_icon_apartment {
  width: 22px;
  height: 22px;
  background-image: url(/Areas/Sites/Templates/FullMobile/Content/Images/Sprites/FullMobileGeneric0.png?58fb83);
  background-position: -332px 0;
}

.fullmobilegeneric_spacer {
  width: 1px;
  height: 1px;
  background-image: url(/Areas/Sites/Templates/FullMobile/Content/Images/Sprites/FullMobileGeneric0.png?58fb83);
  background-position: -355px 0;
}

.fullmobilegeneric_icon_vacant_land {
  width: 22px;
  height: 22px;
  background-image: url(/Areas/Sites/Templates/FullMobile/Content/Images/Sprites/FullMobileGeneric0.png?58fb83);
  background-position: -357px 0;
}

.fullmobilegeneric_icon_facebook {
  width: 30px;
  height: 30px;
  background-image: url(/Areas/Sites/Templates/FullMobile/Content/Images/Sprites/FullMobileGeneric0.png?58fb83);
  background-position: -380px 0;
}

.fullmobilegeneric_icon_twitter {
  width: 30px;
  height: 30px;
  background-image: url(/Areas/Sites/Templates/FullMobile/Content/Images/Sprites/FullMobileGeneric0.png?58fb83);
  background-position: -411px 0;
}

.fullmobilegeneric_icon_google_plus {
  width: 30px;
  height: 30px;
  background-image: url(/Areas/Sites/Templates/FullMobile/Content/Images/Sprites/FullMobileGeneric0.png?58fb83);
  background-position: -442px 0;
}

.smartphone_badge_auction {
  width: 80px;
  height: 80px;
  background-image: url(/Content/Images/Sprites/Smartphone0.png?58fb83);
  background-position: 0 0;
}

.smartphone_badge_onshow {
  width: 80px;
  height: 80px;
  background-image: url(/Content/Images/Sprites/Smartphone0.png?58fb83);
  background-position: -81px 0;
}

.smartphone_badge_reduced {
  width: 80px;
  height: 80px;
  background-image: url(/Content/Images/Sprites/Smartphone0.png?58fb83);
  background-position: -162px 0;
}

.smartphone_badge_repossessed {
  width: 80px;
  height: 80px;
  background-image: url(/Content/Images/Sprites/Smartphone0.png?58fb83);
  background-position: -243px 0;
}

.smartphone_badge_foreclosed {
  width: 80px;
  height: 80px;
  background-image: url(/Content/Images/Sprites/Smartphone0.png?58fb83);
  background-position: -324px 0;
}

.smartphone_badge_reserved {
  width: 80px;
  height: 80px;
  background-image: url(/Content/Images/Sprites/Smartphone0.png?58fb83);
  background-position: -405px 0;
}

.smartphone_badge_sold {
  width: 80px;
  height: 80px;
  background-image: url(/Content/Images/Sprites/Smartphone0.png?58fb83);
  background-position: -486px 0;
}

.smartphone_badge_expired {
  width: 80px;
  height: 80px;
  background-image: url(/Content/Images/Sprites/Smartphone0.png?58fb83);
  background-position: -567px 0;
}

.smartphone_badge_rented {
  width: 80px;
  height: 80px;
  background-image: url(/Content/Images/Sprites/Smartphone0.png?58fb83);
  background-position: -648px 0;
}

.smartphone_badge_featured {
  width: 80px;
  height: 80px;
  background-image: url(/Content/Images/Sprites/Smartphone0.png?58fb83);
  background-position: -729px 0;
}

.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem;
  }

  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 64em) {
  .container {
    width: 65rem;
  }

  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 75em) {
  .container {
    width: 76rem;
  }

  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

/*! jQuery UI - v1.12.0 - 2016-07-08
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: 0;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: 0;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: 0;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: 0;
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: 0;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: 0;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: 0;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon,
.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: 0.003;
  filter: Alpha(Opacity=.3);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

ul.token-input-list-facebook {
  overflow: hidden;
  height: auto;
  height: 1%;
  width: initial;
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: text;
  font-size: 12px;
  font-family: Verdana;
  min-height: 1px;
  z-index: 999;
  margin: 0;
  padding: 0;
  background-color: transparent;
  list-style-type: none;
  clear: left;
  max-height: 100px;
}

ul.token-input-list-facebook li input {
  border: 0;
  width: 100px;
  padding: 3px 8px;
  background-color: #fff;
  margin: 2px 0;
  -webkit-appearance: caret;
}

li.token-input-token-facebook {
  overflow: hidden;
  height: auto !important;
  height: 1%;
  margin: 1px 3px 4px 3px;
  padding: 1px 6px;
  color: #fff;
  cursor: default;
  border: 1px solid #25769f;
  font-size: 13px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  float: left;
  white-space: nowrap;
}

li.token-input-token-facebook p {
  display: inline;
  padding: 0;
  margin: 0;
}

li.token-input-token-facebook span {
  color: #fff;
  margin-left: 5px;
  font-weight: bold;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}

li.token-input-selected-token-facebook {
  background-color: #5670a6;
  border: 1px solid #3b5998;
  color: #fff;
}

li.token-input-input-token-facebook {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

div.token-input-dropdown-facebook {
  position: absolute;
  width: 400px;
  max-height: 500px;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  cursor: default;
  font-size: 13px;
  z-index: 1040;
  overflow: auto;
}

div.token-input-dropdown-facebook p {
  margin: 0;
  padding: 5px;
  font-weight: bold;
  color: #777;
}

div.token-input-dropdown-facebook ul {
  margin: 0;
  padding: 0;
}

div.token-input-dropdown-facebook ul li {
  background-color: #fff;
  padding: 5px 10px;
  margin: 0;
  list-style-type: none;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item-facebook {
  position: relative;
  padding-right: 50px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

div.token-input-dropdown-facebook
  ul
  li.token-input-dropdown-item-facebook
  .pull-right {
  position: absolute;
  top: 5px;
  right: 5px;
  padding-left: 5px;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item2-facebook {
  position: relative;
  padding-right: 50px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

div.token-input-dropdown-facebook
  ul
  li.token-input-dropdown-item2-facebook
  .pull-right {
  position: absolute;
  top: 5px;
  right: 5px;
  padding-left: 5px;
}

div.token-input-dropdown-facebook ul li em {
  font-weight: bold;
  font-style: normal;
}

div.token-input-dropdown-facebook
  ul
  li.token-input-selected-dropdown-item-facebook {
  background-color: #0d63c9;
  color: #fff;
}

.p24_banners,
.p24Banners {
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: 15px;
  text-align: center;
  font-size: 17px;
  padding: 9px 10px;
  z-index: 10;
}

.p24_badges {
  position: absolute;
  bottom: 0;
  color: #fff !important;
  font-size: 14px;
  z-index: 10;
}

.p24_badges li {
  padding: 4px 10px;
  float: left;
}

.p24_badgeSupplemental {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 300;
}

.p24_auctionBadge {
  background-color: #ff5d00 !important;
  color: #fff !important;
}

.p24_availableBadge {
  background-color: #5692d9 !important;
  font-weight: 600;
  color: #fff !important;
}

.p24_retirementBadge {
  background-color: #515a6d !important;
  color: #fff !important;
}

.p24_noTransferDutyBadge {
  background-color: #0b63c9 !important;
  color: #fff !important;
}

.p24_repossessedBadge {
  background-color: #7621a1 !important;
  color: #fff !important;
}

.p24_sharedRentalBadge {
  background-color: #0ea800 !important;
  color: #fff !important;
}

.p24_soldBanner {
  color: #fff !important;
  font-weight: 700;
  position: absolute;
  z-index: 1;
  top: 15px;
  text-align: center;
  font-size: 12px;
  padding: 9px 10px;
  background-color: #f04431 !important;
}

.p24_rentedBanner {
  color: #fff !important;
  font-weight: 700;
  position: absolute;
  z-index: 1;
  top: 15px;
  text-align: center;
  font-size: 12px;
  padding: 9px 10px;
  background-color: #f04431 !important;
}

.p24_onShowBanner {
  color: #fff !important;
  font-weight: 700;
  position: absolute;
  z-index: 1;
  top: 15px;
  text-align: center;
  font-size: 12px;
  padding: 9px 10px;
  background-color: rgba(0, 0, 0, 0.45) !important;
}

.p24_underOfferBanner {
  color: #fff !important;
  font-weight: 700;
  position: absolute;
  z-index: 1;
  top: 15px;
  text-align: center;
  font-size: 12px;
  padding: 9px 10px;
  background-color: #ff971d !important;
}

.p24_reducedBanner {
  color: #fff !important;
  font-weight: 700;
  position: absolute;
  top: 15px;
  text-align: center;
  font-size: 12px;
  padding: 9px 10px;
  background-color: #3cc79e !important;
}

.p24_bannerSupplemental {
  font-weight: 400;
}

.p24_notAvailableBanner {
  background-color: #f04431 !important;
}

.p24_badge {
  color: #fff !important;
  background: none !important;
}

.standardForm .editor-field input[type="text"],
.standardForm .editor-field input[type="password"],
.standardForm .editor-field input[type="email"],
.standardForm .editor-field textarea,
.standardForm .editor-field .readonly {
  width: 300px;
  border: 1px solid #b0b0b0;
  padding: 2px;
}

.standardForm .editor-field select {
  border: 1px solid #b0b0b0;
}

.standardForm .editor-field select[multiple="multiple"] {
  width: 300px;
  height: 150px;
  border: 1px solid #b0b0b0;
}

.standardForm .editor-field .multi-select-field {
  width: 300px;
  height: 150px;
  border: 1px solid #b0b0b0;
}

.standardForm .editor-field.picklist input[type="button"] {
  width: 75px;
}

.standardForm input[readonly="readonly"],
.standardForm select[disabled="disabled"],
.standardForm .readonly-field textarea {
  width: 300px;
  background-color: #f0f0f0;
  color: #777;
  padding: 2px;
  cursor: not-allowed;
}

.standardForm input[disabled="disabled"] {
  cursor: not-allowed;
}

.standardForm .datefield {
  width: 100px;
}

.standardForm .editor-field textarea {
  min-height: 175px;
  min-width: 100px;
  width: 100%;
  white-space: nowrap;
  overflow: auto;
  border: 1px solid #b0b0b0;
}

.standardForm fieldset {
  border: 1px solid #ddd;
  padding: 0 1.4em 1.4em 1.4em;
  margin: 0 0 15px 0;
}

.standardForm legend {
  font-size: 11pt;
  font-weight: bold;
  margin: 0 0 15px 0;
}

.standardForm .editor-label {
  margin: 0 0 5px 0;
}

.standardForm .editor-field {
  margin: 0 0 15px 0;
}

.standardForm .editor-field:last-child {
  margin: 0 0 0 0;
}

.standardForm .readonly-field {
  margin: 0 0 15px 0;
}

.standardForm .field-validation-error {
  color: #f00;
}

.standardForm .field-validation-valid {
  display: none;
}

.standardForm .input-validation-error {
  border: 1px solid #f00;
  background-color: #fee;
}

.standardForm .validation-summary-errors {
  font-weight: bold;
  color: #f00;
}

.standardForm .validation-summary-valid {
  display: none;
}

.standardForm .lightbox {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #fff;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.standardForm .hidden {
  display: none;
}

.standardForm .editor-field input[type="text"].search {
  width: 300px;
  border: 1px solid #b0b0b0;
  padding: 2px;
}

.standardForm .editor-field select[multiple="multiple"].choice {
  padding: 0;
  margin-top: 5px;
  width: 306px;
  height: 300px;
  border: 1px solid #b0b0b0;
  margin-bottom: 10px;
}

.standardForm #actionButtons input {
  width: 120px;
  margin-bottom: 5px;
}

.js_mediaHolder {
  z-index: 9999999;
}

.p24_thumbnails {
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  height: 42px;
  line-height: 42px;
  margin-left: 15px;
  position: absolute;
}

.p24_thumbnails {
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  height: 42px;
  line-height: 42px;
  margin-left: 15px;
  position: absolute;
}

.p24_thumbnails:hover {
  cursor: pointer;
  color: #d9d9d9;
}

.p24_thumbnails:hover img {
  opacity: 0.8;
}

.p24_thumbnails img {
  width: 15px;
  margin-right: 6px;
  margin-top: -4px;
}

.modal-open .modal.p24_galleryModal .p24_mediaTabs .p24_mediaTab {
  padding: 9px 0;
  line-height: 36px;
  padding-left: 0;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  background: none;
  width: 110px;
}

.p24_mediaTab {
  background: transparent;
  padding: 0 15px;
  width: 125px;
  padding-left: 40px;
  text-align: center;
  font-size: 15px;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  height: 38px;
}

.modal.p24_galleryModal .p24_thumbnailsIcon {
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  left: 0;
  transition: 0.2s;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.6);
}

.modal.p24_galleryModal .p24_thumbnailsIcon img {
  width: 15px;
  margin-right: 6px;
  margin-top: -4px;
}

.modal.p24_galleryModal .p24_thumbnailsIcon:hover {
  cursor: pointer;
  background: rgba(42, 42, 42, 0.3);
}

.modal.p24_galleryModal .p24_thumbnailContainer {
  max-width: none !important;
  width: 990px;
  padding: 0 7px;
  margin: auto;
}

#gallery-video,
#gallery-3d-tour,
#gallery-slideshow,
#youtube-slideshow-frame {
  margin-top: 52px;
}

.modal-open #gallery-map {
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  bottom: 0;
}

.modal-open .modal.p24_galleryModal #gallery-map .streetViewPlaceholder {
  float: right;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  margin-right: 15px;
}

.modal-open .modal.p24_galleryModal .p24_title {
  font-size: 20px;
}

.modal-open .modal.p24_galleryModal .p24_pipe {
  font-size: 20px;
  margin: 0 10px;
}

.modal-open .modal.p24_galleryModal .p24_price {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

#gallery-video,
#youtube-video-frame,
#gallery-3d-tour,
#gallery-slideshow,
#youtube-slideshow-frame,
#gallery-map {
  width: 99%;
  height: 99%;
}

#media-gallery-modal #GMap_Canvas {
  width: 99%;
  height: 95%;
}

.modal-open .modal.p24_galleryModal .galleryHeading {
  margin-top: 7px;
}

.modal.p24_galleryModal #actionbar {
  margin-top: 10px;
}

.modal.p24_galleryModal .galleryHeading {
  margin-top: 7px;
}

.modal.p24_galleryModal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  overflow: hidden;
}

.modal.p24_galleryModal .p24_dummy {
  position: fixed;
  top: 27px;
  right: 25px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.modal.p24_galleryModal .p24_top {
  position: fixed;
  top: 0;
  left: 0;
  width: 98%;
  padding: 15px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}

.modal.p24_galleryModal .p24_top_back_up {
  position: fixed;
  top: 0;
  left: 0;
  width: 98%;
  padding: 15px;
  color: #fff;
}

.modal.p24_galleryModal .p24_top a {
  display: inline-block;
  margin-left: 10px;
  padding: 5px;
}

.modal.p24_galleryModal .p24_top a .fa {
  color: #fff;
}

.modal.p24_galleryModal .p24_photos {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.modal.p24_galleryModal .p24_photos img {
  cursor: pointer;
}

.modal.p24_galleryModal .p24_photos img.img-responsive {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

.modal.p24_galleryModal .p24_previous,
.modal.p24_galleryModal .p24_next {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -40px;
  padding: 10px 15px 10px 10px;
  display: inline-block;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0 2px 2px 0;
}

.modal.p24_galleryModal .p24_previous:hover .fa,
.modal.p24_galleryModal .p24_next:hover .fa {
  color: #d9d9d9;
}

.modal.p24_galleryModal .p24_previous .fa,
.modal.p24_galleryModal .p24_next .fa {
  color: #fff;
}

.modal.p24_galleryModal .p24_next {
  left: auto;
  right: 0;
  padding: 10px 10px 10px 15px;
  border-radius: 2px 0 0 2px;
}

.modal.p24_galleryModal .p24_caption {
  position: absolute;
  left: 10px;
  bottom: 20px;
  max-width: 315px;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.modal.p24_galleryModal .p24_count {
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -23px;
  padding: 10px;
  color: #fff;
  cursor: default;
  background: rgba(0, 0, 0, 0.5);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.modal.p24_galleryModal .p24_loader {
  color: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
}

.modal.p24_galleryModal .p24_loader .fa-spinner {
  color: #000;
}

.modal.p24_galleryModal .p24_loader .fa,
.modal.p24_galleryModal .p24_loader .p24_ieLoader {
  margin-right: 5px;
  vertical-align: middle;
}

#media-gallery-modal {
  z-index: 99999;
}

#gallery-top,
#gallery-top-backup {
  z-index: 999999999;
}

@media screen and (max-width: 950px) {
  .galleryHeading {
    display: none;
  }

  .modal-open .modal.p24_galleryModal .p24_mediaTabs {
    position: absolute;
    top: 15px;
    right: unset;
    left: 15px;
    z-index: 99;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: right;
  }
}

@media screen and (max-width: 650px) {
  .largeLayoutWrap .imageContainerWrapper ul li .imageWrap {
    width: 100%;
  }
}

@media screen and (max-width: 470px) {
  .modal-open .modal.p24_galleryModal .p24_mediaTabs div:nth-child(4) {
    display: none;
  }

  .modal-open .gallery-close {
    margin-right: 15px;
  }
}

@media screen and (max-width: 370px) {
  .p24_mediaTabs div:nth-child(3),
  .p24_mediaTabs div:nth-child(4) {
    display: none;
  }
}

@media screen and (max-width: 270px) {
  .modal-open .modal.p24_galleryModal .p24_mediaTabs div:nth-child(2),
  .modal-open .modal.p24_galleryModal .p24_mediaTabs div:nth-child(3),
  .modal-open .modal.p24_galleryModal .p24_mediaTabs div:nth-child(4) {
    display: none;
  }
}

.error {
  border-color: #f00;
  border-width: 1px;
}

.sc_customForm {
  width: 100%;
}

.capture-wrapper {
  padding: 10px;
}

.capture-wrapper .editor-label {
  padding-bottom: 15px;
}

.customForm h5 {
  font-size: 18px;
  margin-left: -5px;
  margin-bottom: 20px;
}

.sc_customContentValidation {
  margin-left: 20px;
}

.poiCategory {
  padding-bottom: 15px;
}

.poiCategoryName {
  padding: 5px;
  padding-left: 0;
  text-align: left;
}

.poiItem {
  height: 30px;
  padding: 2px;
  padding-top: 5px;
  border-bottom: 1px solid #d4d1d1;
}

.poiNoBorder {
  border-bottom: 0;
}

.poiItemName {
  line-height: 18px;
}

.poiItemName,
.poiItemDistance {
  float: left;
}

.poiItemName {
  width: 50%;
}

.poiItemDistance {
  width: 50%;
}

.poiCategoryName {
  padding: 5px;
  padding-left: 0;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
}

.poiCategory h3 {
  font-size: 17px;
  font-weight: 700;
  color: #515b6d;
  line-height: 22px;
}

#P24_pointsOfInterest h5 {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 20px;
}

.detailCategory {
  padding-bottom: 15px;
}

.detailCategoryName {
  padding: 5px;
  padding-left: 0;
  text-align: left;
}

.detailCategory .detailItem {
  padding: 4px 0;
}

.poiItem {
  border: 0;
  padding: 4px 0;
}

.detailItemName {
  float: left;
  width: 33%;
}

.detailItemValues {
  text-wrap: normal;
  float: left;
  width: 66%;
}

.modal-open .modal.p24_galleryModal .p24_mediaTabs {
  position: absolute;
  top: 15px;
  right: 110px;
  z-index: 99;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: right;
}

.modal-open .modal.p24_galleryModal .p24_mediaTabs .p24_mediaTab {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  background: none;
  margin: 5px;
}

.modal-open .modal.p24_galleryModal .p24_mediaTabs .p24_mediaTab.p24_activeTab {
  border: 1px solid #fff;
}

.p24_mediaTabs .p24_mediaTab span {
  padding-left: 5px;
}

modal-open .modal.p24_galleryModal .p24_mediaTabs js_mediaTab {
  cursor: pointer;
}

.photo-gallery .p24_mediaTabs {
  bottom: 10px;
  z-index: 1000;
}

.photo-gallery .p24_mediaTabs_nocaption {
  bottom: 42px !important;
  z-index: 1000;
}

.photo-gallery .p24_mediaTabs {
  width: 100%;
  position: absolute;
  text-align: center;
}

.photo-gallery .p24_mediaTabs .p24_mediaTab:hover {
  color: #d9d9d9;
}

.photo-gallery .p24_mediaTabs .p24_mediaTab {
  padding: 10px 15px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  cursor: pointer;
}

.p24_count {
  margin-right: -20px;
}

.searchFilter .twoColumn ul li {
  float: left;
  width: 49%;
  display: inline-block;
  margin-top: -5px;
  white-space: nowrap;
  padding: 3px 0;
}

.searchFilter .twoColumn ul li input {
  margin: 5px 2px;
}

.searchFilter h2 {
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 15px;
}

.searchFilter p {
  font-weight: bold;
  padding: 5px 5px 5px 0;
}

.searchFilter span.styled-select {
  width: 130px;
}

.searchFilter #reset a {
  color: #555;
  float: right;
  cursor: pointer;
  padding: 5px;
}

.searchFilter #reset span {
  padding: 5px;
}

.searchFilter #RentPropertyCategories_styled,
.searchFilter #BuyPropertyCategories_styled {
  display: none;
}

.searchFilter div.showOnly {
  margin: 5px;
}

.searchFilter div.showOnly ul li {
  width: 49%;
  display: block;
  float: left;
}

#socialMediaShare {
  float: right;
  height: 23px;
  overflow: hidden;
  text-align: right;
}

#socialMediaShare #twitter-widget-0 {
  width: 90px !important;
}

#socialMediaShare > div {
  margin-right: 5px !important;
}

#socialMediaShare > div,
#socialMediaShare > iframe {
  float: left !important;
}

a > .fa.fa-facebook-official {
  color: #3b5998;
}

a > .fa.fa-twitter-square {
  color: #55acee;
}

a > .fa.fa-whatsapp {
  color: #43d854;
}

a > .fa.fa-google-plus-square {
  color: #dd4b39;
}

a > .fa.fa-linkedin-square {
  color: #0077b5;
}

a > .fa.fa-pinterest-square {
  color: #dd0e1a;
}

.latestarticles {
  margin-top: 10px;
  position: relative;
}

.latestarticle {
  width: 305px;
  display: block;
}

.latestarticles .latestarticle .newsArticleWrapper {
  background-color: #fff;
  border: 1px solid #ccc;
  margin-top: 10px;
  padding: 10px;
  height: 80px;
  overflow: hidden;
}

.latestarticles .latestarticle .articleImage {
  float: left;
}

.latestarticles .latestarticle .articleImage img {
  width: 71px;
  height: 71px;
}

.latestarticles .latestarticle .content {
  float: left;
  width: 200px;
  padding-left: 10px;
}

.latestarticles .latestarticle .content .title {
  height: 15px;
  overflow: hidden;
}

.latestarticles .latestarticle .content .bodyCopy {
  height: 40px;
  overflow: hidden;
}

.latestarticles .latestarticle .content .date {
  color: #ccc;
  font-size: 8px;
}

.latestarticles ._\31 {
  float: left;
}

.latestarticles ._\32 {
  margin-left: auto;
  margin-right: auto;
}

.latestarticles ._\33 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.moreNews {
  padding-top: 10px;
  float: right;
}

.featuredDefaultWrap .propertytile {
  width: 305px;
  height: 102px;
  float: left;
  background-color: #f5f5f5;
  border: solid 1px #e0e0e0;
  padding: 10px;
  margin: 3px;
}

.featuredDefaultWrap .propertytile .price {
  font-size: 13px;
  font-weight: bold;
  color: #a70a00;
}

.featuredDefaultWrap .propertytile .location {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
}

.featuredDefaultWrap .propertytile .image {
  float: left;
  margin-right: 10px;
  position: relative;
}

.featuredDefaultWrap .propertytile .image .status {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  border: 0;
}

.featuredDefaultWrap .propertytile .icons {
  float: left;
  display: inline-block;
  margin-top: 25px;
}

.featuredDefaultWrap .propertytile .icons .icon {
  float: left;
}

.featuredDefaultWrap .propertytile .icons .icontext {
  float: left;
  margin-left: 5px;
  margin-right: 10px;
}

.featuredDefaultWrap .propertytile .viewbutton {
  float: right;
  margin-top: -5px;
}

.featuredDefaultWrap .page-title span {
  display: none;
}

.customFileUpload {
  display: inline-block !important;
  width: 260px;
}

.FileUpload {
  float: left;
}

.smartbanner-show .smartbanner {
  display: block;
}

.smartbanner {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: #f4f4f4;
  z-index: 9998;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  -webkit-text-size-adjust: none;
}

.smartbanner-container {
  margin: 0 auto;
  white-space: nowrap;
}

.smartbanner-close {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 5px;
  font-family: "ArialRoundedMTBold", Arial;
  font-size: 20px;
  text-align: center;
  color: #888;
  text-decoration: none;
  border: 0;
  border-radius: 14px;
  -webkit-font-smoothing: subpixel-antialiased;
}

.smartbanner-close:active,
.smartbanner-close:hover {
  color: #aaa;
}

.smartbanner-icon {
  display: inline-block;
  vertical-align: middle;
  width: 57px;
  height: 57px;
  margin-right: 12px;
  background-size: cover;
  border-radius: 10px;
}

.smartbanner-info {
  display: inline-block;
  vertical-align: middle;
  width: 44%;
  font-size: 11px;
  line-height: 1.2em;
  font-weight: bold;
}

.smartbanner-title {
  font-size: 13px;
  line-height: 18px;
}

.smartbanner-button {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  color: #6a6a6a;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.smartbanner-button:active,
.smartbanner-button:hover {
  color: #aaa;
}

.smartbanner-ios {
  background: #f4f4f4;
  background: linear-gradient(to bottom, #f4f4f4, #cdcdcd);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  line-height: 80px;
}

.smartbanner-ios .smartbanner-close {
  border: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #888;
  text-shadow: 0 1px 0 white;
}

.smartbanner-ios .smartbanner-close:active,
.smartbanner-ios .smartbanner-close:hover {
  color: #aaa;
}

.smartbanner-ios .smartbanner-icon {
  background: rgba(0, 0, 0, 0.6);
  background-size: cover;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.smartbanner-ios .smartbanner-info {
  color: #6a6a6a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.smartbanner-ios .smartbanner-title {
  color: #4d4d4d;
  font-weight: bold;
}

.smartbanner-ios .smartbanner-button {
  padding: 0 10px;
  min-width: 10%;
  color: #6a6a6a;
  background: #efefef;
  background: linear-gradient(to bottom, #efefef, #dcdcdc);
  border-radius: 3px;
  box-shadow:
    inset 0 0 0 1px #bfbfbf,
    0 1px 0 rgba(255, 255, 255, 0.6),
    0 2px 0 rgba(255, 255, 255, 0.7) inset;
}

.smartbanner-ios .smartbanner-button:active,
.smartbanner-ios .smartbanner-button:hover {
  background: #dcdcdc;
  background: linear-gradient(to bottom, #dcdcdc, #efefef);
}

.smartbanner-android .smartbanner-close {
  border: 0;
  width: 17px;
  height: 17px;
  line-height: 17px;
  margin-right: 7px;
  color: #b1b1b3;
  background: #1c1e21;
  text-shadow: 0 1px 1px #000;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.8) inset,
    0 1px 1px rgba(255, 255, 255, 0.3);
}

.smartbanner-android .smartbanner-close:active,
.smartbanner-android .smartbanner-close:hover {
  color: #eee;
}

.smartbanner-android .smartbanner-icon {
  background-color: transparent;
  box-shadow: none;
}

.smartbanner-android .smartbanner-info {
  color: #ccc;
  text-shadow: 0 1px 2px #000;
}

.smartbanner-android .smartbanner-title {
  color: #fff;
  font-weight: bold;
}

.smartbanner-android .smartbanner-button {
  min-width: 12%;
  color: #d1d1d1;
  padding: 0;
  background: none;
  border-radius: 0;
  box-shadow:
    0 0 0 1px #333,
    0 0 0 2px #dddcdc;
}

.smartbanner-android .smartbanner-button:active,
.smartbanner-android .smartbanner-button:hover {
  background: none;
}

.smartbanner-android .smartbanner-button-text {
  text-align: center;
  display: block;
  padding: 0 10px;
  background: #42b6c9;
  background: linear-gradient(to bottom, #42b6c9, #39a9bb);
  text-transform: none;
  text-shadow: none;
  box-shadow: none;
}

.smartbanner-android .smartbanner-button-text:active,
.smartbanner-android .smartbanner-button-text:hover {
  background: #2ac7e1;
}

.smartbanner-windows {
  background: #f4f4f4;
  background: linear-gradient(to bottom, #f4f4f4, #cdcdcd);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  line-height: 80px;
}

.smartbanner-windows .smartbanner-close {
  border: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #888;
  text-shadow: 0 1px 0 white;
}

.smartbanner-windows .smartbanner-close:active,
.smartbanner-windows .smartbanner-close:hover {
  color: #aaa;
}

.smartbanner-windows .smartbanner-icon {
  background: rgba(0, 0, 0, 0.6);
  background-size: cover;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.smartbanner-windows .smartbanner-info {
  color: #6a6a6a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.smartbanner-windows .smartbanner-title {
  color: #4d4d4d;
  font-weight: bold;
}

.smartbanner-windows .smartbanner-button {
  padding: 0 10px;
  min-width: 10%;
  color: #6a6a6a;
  background: #efefef;
  background: linear-gradient(to bottom, #efefef, #dcdcdc);
  border-radius: 3px;
  box-shadow:
    inset 0 0 0 1px #bfbfbf,
    0 1px 0 rgba(255, 255, 255, 0.6),
    0 2px 0 rgba(255, 255, 255, 0.7) inset;
}

.smartbanner-windows .smartbanner-button:active,
.smartbanner-windows .smartbanner-button:hover {
  background: #dcdcdc;
  background: linear-gradient(to bottom, #dcdcdc, #efefef);
}

.applyBootstrap article,
.applyBootstrap aside,
.applyBootstrap details,
.applyBootstrap figcaption,
.applyBootstrap figure,
.applyBootstrap footer,
.applyBootstrap header,
.applyBootstrap hgroup,
.applyBootstrap main,
.applyBootstrap nav,
.applyBootstrap section,
.applyBootstrap summary {
  display: block;
}

.applyBootstrap audio,
.applyBootstrap canvas,
.applyBootstrap video {
  display: inline-block;
}

.applyBootstrap audio:not([controls]) {
  display: none;
  height: 0;
}

.applyBootstrap [hidden],
.applyBootstrap template {
  display: none;
}

.applyBootstrap html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.applyBootstrap body {
  margin: 0;
}

.applyBootstrap a {
  background: transparent;
}

.applyBootstrap a:focus {
  outline: thin dotted;
}

.applyBootstrap a:active,
.applyBootstrap a:hover {
  outline: 0;
}

.applyBootstrap h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.applyBootstrap abbr[title] {
  border-bottom: 1px dotted;
}

.applyBootstrap b,
.applyBootstrap strong {
  font-weight: bold;
}

.applyBootstrap dfn {
  font-style: italic;
}

.applyBootstrap hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

.applyBootstrap mark {
  background: #ff0;
  color: #000;
}

.applyBootstrap code,
.applyBootstrap kbd,
.applyBootstrap pre,
.applyBootstrap samp {
  font-family: monospace, serif;
  font-size: 1em;
}

.applyBootstrap pre {
  white-space: pre-wrap;
}

.applyBootstrap q {
  quotes: "â€œ" "â€" "â€˜" "â€™";
}

.applyBootstrap small {
  font-size: 80%;
}

.applyBootstrap sub,
.applyBootstrap sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.applyBootstrap sup {
  top: -0.5em;
}

.applyBootstrap sub {
  bottom: -0.25em;
}

.applyBootstrap img {
  border: 0;
}

.applyBootstrap svg:not(:root) {
  overflow: hidden;
}

.applyBootstrap figure {
  margin: 0;
}

.applyBootstrap fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

.applyBootstrap legend {
  border: 0;
  padding: 0;
}

.applyBootstrap button,
.applyBootstrap input,
.applyBootstrap select,
.applyBootstrap textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

.applyBootstrap button,
.applyBootstrap input {
  line-height: normal;
}

.applyBootstrap button,
.applyBootstrap select {
  text-transform: none;
}

.applyBootstrap button,
.applyBootstrap html input[type="button"],
.applyBootstrap input[type="reset"],
.applyBootstrap input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

.applyBootstrap button[disabled],
.applyBootstrap html input[disabled] {
  cursor: default;
}

.applyBootstrap input[type="checkbox"],
.applyBootstrap input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

.applyBootstrap input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.applyBootstrap input[type="search"]::-webkit-search-cancel-button,
.applyBootstrap input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.applyBootstrap button::-moz-focus-inner,
.applyBootstrap input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.applyBootstrap textarea {
  overflow: auto;
  vertical-align: top;
}

.applyBootstrap table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  .applyBootstrap * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .applyBootstrap a,
  .applyBootstrap a:visited {
    text-decoration: underline;
  }

  .applyBootstrap a[href]:after {
    content: " (" attr(href) ")";
  }

  .applyBootstrap abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .applyBootstrap a[href^="javascript:"]:after,
  .applyBootstrap a[href^="#"]:after {
    content: "";
  }

  .applyBootstrap pre,
  .applyBootstrap blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  .applyBootstrap thead {
    display: table-header-group;
  }

  .applyBootstrap tr,
  .applyBootstrap img {
    page-break-inside: avoid;
  }

  .applyBootstrap img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm 0.5cm;
  }

  .applyBootstrap p,
  .applyBootstrap h2,
  .applyBootstrap h3 {
    orphans: 3;
    widows: 3;
  }

  .applyBootstrap h2,
  .applyBootstrap h3 {
    page-break-after: avoid;
  }

  .applyBootstrap select {
    background: #fff !important;
  }

  .applyBootstrap .navbar {
    display: none;
  }

  .applyBootstrap .table td,
  .applyBootstrap .table th {
    background-color: #fff !important;
  }

  .applyBootstrap .btn > .caret,
  .applyBootstrap .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .applyBootstrap .label {
    border: 1px solid #000;
  }

  .applyBootstrap .table {
    border-collapse: collapse !important;
  }

  .applyBootstrap .table-bordered th,
  .applyBootstrap .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

.applyBootstrap *,
.applyBootstrap *:before,
.applyBootstrap *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.applyBootstrap html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.applyBootstrap input,
.applyBootstrap button,
.applyBootstrap select,
.applyBootstrap textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.applyBootstrap img {
  vertical-align: middle;
}

.applyBootstrap .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.applyBootstrap .img-rounded {
  border-radius: 6px;
}

.applyBootstrap .img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.applyBootstrap .img-circle {
  border-radius: 50%;
}

.applyBootstrap hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.applyBootstrap .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.applyBootstrap h1,
.applyBootstrap h2,
.applyBootstrap h3,
.applyBootstrap h4,
.applyBootstrap h5,
.applyBootstrap h6,
.applyBootstrap .h1,
.applyBootstrap .h2,
.applyBootstrap .h3,
.applyBootstrap .h4,
.applyBootstrap .h5,
.applyBootstrap .h6 {
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.applyBootstrap h1 small,
.applyBootstrap h2 small,
.applyBootstrap h3 small,
.applyBootstrap h4 small,
.applyBootstrap h5 small,
.applyBootstrap h6 small,
.applyBootstrap .h1 small,
.applyBootstrap .h2 small,
.applyBootstrap .h3 small,
.applyBootstrap .h4 small,
.applyBootstrap .h5 small,
.applyBootstrap .h6 small,
.applyBootstrap h1 .small,
.applyBootstrap h2 .small,
.applyBootstrap h3 .small,
.applyBootstrap h4 .small,
.applyBootstrap h5 .small,
.applyBootstrap h6 .small,
.applyBootstrap .h1 .small,
.applyBootstrap .h2 .small,
.applyBootstrap .h3 .small,
.applyBootstrap .h4 .small,
.applyBootstrap .h5 .small,
.applyBootstrap .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}

.applyBootstrap h1,
.applyBootstrap h2,
.applyBootstrap h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.applyBootstrap h1 small,
.applyBootstrap h2 small,
.applyBootstrap h3 small,
.applyBootstrap h1 .small,
.applyBootstrap h2 .small,
.applyBootstrap h3 .small {
  font-size: 65%;
}

.applyBootstrap h4,
.applyBootstrap h5,
.applyBootstrap h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.applyBootstrap h4 small,
.applyBootstrap h5 small,
.applyBootstrap h6 small,
.applyBootstrap h4 .small,
.applyBootstrap h5 .small,
.applyBootstrap h6 .small {
  font-size: 75%;
}

.applyBootstrap h1,
.applyBootstrap .h1 {
  font-size: 36px;
}

.applyBootstrap h2,
.applyBootstrap .h2 {
  font-size: 30px;
}

.applyBootstrap h3,
.applyBootstrap .h3 {
  font-size: 24px;
}

.applyBootstrap h4,
.applyBootstrap .h4 {
  font-size: 18px;
}

.applyBootstrap h5,
.applyBootstrap .h5 {
  font-size: 14px;
}

.applyBootstrap h6,
.applyBootstrap .h6 {
  font-size: 12px;
}

.applyBootstrap p {
  margin: 0 0 10px;
}

.applyBootstrap .lead {
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .applyBootstrap .lead {
    font-size: 21px;
  }
}

.applyBootstrap small,
.applyBootstrap .small {
  font-size: 85%;
}

.applyBootstrap cite {
  font-style: normal;
}

.applyBootstrap .text-muted {
  color: #999;
}

.applyBootstrap .text-primary {
  color: #428bca;
}

.applyBootstrap .text-primary:hover {
  color: #3071a9;
}

.applyBootstrap .text-warning {
  color: #8a6d3b;
}

.applyBootstrap .text-warning:hover {
  color: #66512c;
}

.applyBootstrap .text-danger {
  color: #a94442;
}

.applyBootstrap .text-danger:hover {
  color: #843534;
}

.applyBootstrap .text-success {
  color: #3c763d;
}

.applyBootstrap .text-success:hover {
  color: #2b542c;
}

.applyBootstrap .text-info {
  color: #31708f;
}

.applyBootstrap .text-info:hover {
  color: #245269;
}

.applyBootstrap .text-left {
  text-align: left;
}

.applyBootstrap .text-right {
  text-align: right;
}

.applyBootstrap .text-center {
  text-align: center;
}

.applyBootstrap .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

.applyBootstrap ul,
.applyBootstrap ol {
  margin-top: 0;
  margin-bottom: 10px;
}

.applyBootstrap ul ul,
.applyBootstrap ol ul,
.applyBootstrap ul ol,
.applyBootstrap ol ol {
  margin-bottom: 0;
}

.applyBootstrap .list-unstyled {
  padding-left: 0;
  list-style: none;
}

.applyBootstrap .list-inline {
  padding-left: 0;
  list-style: none;
}

.applyBootstrap .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.applyBootstrap .list-inline > li:first-child {
  padding-left: 0;
}

.applyBootstrap dl {
  margin-top: 0;
  margin-bottom: 20px;
}

.applyBootstrap dt,
.applyBootstrap dd {
  line-height: 1.42857143;
}

.applyBootstrap dt {
  font-weight: bold;
}

.applyBootstrap dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .applyBootstrap .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .applyBootstrap .dl-horizontal dd {
    margin-left: 180px;
  }

  .applyBootstrap .dl-horizontal dd:before,
  .applyBootstrap .dl-horizontal dd:after {
    content: " ";
    display: table;
  }

  .applyBootstrap .dl-horizontal dd:after {
    clear: both;
  }
}

.applyBootstrap abbr[title],
.applyBootstrap abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

.applyBootstrap .initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.applyBootstrap blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}

.applyBootstrap blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

.applyBootstrap blockquote p:last-child {
  margin-bottom: 0;
}

.applyBootstrap blockquote small,
.applyBootstrap blockquote .small {
  display: block;
  line-height: 1.42857143;
  color: #999;
}

.applyBootstrap blockquote small:before,
.applyBootstrap blockquote .small:before {
  content: "â€”Â ";
}

.applyBootstrap blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}

.applyBootstrap blockquote.pull-right p,
.applyBootstrap blockquote.pull-right small,
.applyBootstrap blockquote.pull-right .small {
  text-align: right;
}

.applyBootstrap blockquote.pull-right small:before,
.applyBootstrap blockquote.pull-right .small:before {
  content: "";
}

.applyBootstrap blockquote.pull-right small:after,
.applyBootstrap blockquote.pull-right .small:after {
  content: "Â â€”";
}

.applyBootstrap blockquote:before,
.applyBootstrap blockquote:after {
  content: "";
}

.applyBootstrap address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

.applyBootstrap code,
.applyBootstrap kbd,
.applyBootstrap pre,
.applyBootstrap samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.applyBootstrap code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}

.applyBootstrap pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.applyBootstrap pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.applyBootstrap .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.applyBootstrap .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.applyBootstrap .container:before,
.applyBootstrap .container:after {
  content: " ";
  display: table;
}

.applyBootstrap .container:after {
  clear: both;
}

@media (min-width: 768px) {
  .applyBootstrap .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .applyBootstrap .container {
    width: 970px;
  }
}

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

.applyBootstrap .row {
  margin-left: -15px;
  margin-right: -15px;
}

.applyBootstrap .row:before,
.applyBootstrap .row:after {
  content: " ";
  display: table;
}

.applyBootstrap .row:after {
  clear: both;
}

.applyBootstrap .col-xs-1,
.applyBootstrap .col-sm-1,
.applyBootstrap .col-md-1,
.applyBootstrap .col-lg-1,
.applyBootstrap .col-xs-2,
.applyBootstrap .col-sm-2,
.applyBootstrap .col-md-2,
.applyBootstrap .col-lg-2,
.applyBootstrap .col-xs-3,
.applyBootstrap .col-sm-3,
.applyBootstrap .col-md-3,
.applyBootstrap .col-lg-3,
.applyBootstrap .col-xs-4,
.applyBootstrap .col-sm-4,
.applyBootstrap .col-md-4,
.applyBootstrap .col-lg-4,
.applyBootstrap .col-xs-5,
.applyBootstrap .col-sm-5,
.applyBootstrap .col-md-5,
.applyBootstrap .col-lg-5,
.applyBootstrap .col-xs-6,
.applyBootstrap .col-sm-6,
.applyBootstrap .col-md-6,
.applyBootstrap .col-lg-6,
.applyBootstrap .col-xs-7,
.applyBootstrap .col-sm-7,
.applyBootstrap .col-md-7,
.applyBootstrap .col-lg-7,
.applyBootstrap .col-xs-8,
.applyBootstrap .col-sm-8,
.applyBootstrap .col-md-8,
.applyBootstrap .col-lg-8,
.applyBootstrap .col-xs-9,
.applyBootstrap .col-sm-9,
.applyBootstrap .col-md-9,
.applyBootstrap .col-lg-9,
.applyBootstrap .col-xs-10,
.applyBootstrap .col-sm-10,
.applyBootstrap .col-md-10,
.applyBootstrap .col-lg-10,
.applyBootstrap .col-xs-11,
.applyBootstrap .col-sm-11,
.applyBootstrap .col-md-11,
.applyBootstrap .col-lg-11,
.applyBootstrap .col-xs-12,
.applyBootstrap .col-sm-12,
.applyBootstrap .col-md-12,
.applyBootstrap .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.applyBootstrap .col-xs-1,
.applyBootstrap .col-xs-2,
.applyBootstrap .col-xs-3,
.applyBootstrap .col-xs-4,
.applyBootstrap .col-xs-5,
.applyBootstrap .col-xs-6,
.applyBootstrap .col-xs-7,
.applyBootstrap .col-xs-8,
.applyBootstrap .col-xs-9,
.applyBootstrap .col-xs-10,
.applyBootstrap .col-xs-11,
.applyBootstrap .col-xs-12 {
  float: left;
}

.applyBootstrap .col-xs-12 {
  width: 100%;
}

.applyBootstrap .col-xs-11 {
  width: 91.66666667%;
}

.applyBootstrap .col-xs-10 {
  width: 83.33333333%;
}

.applyBootstrap .col-xs-9 {
  width: 75%;
}

.applyBootstrap .col-xs-8 {
  width: 66.66666667%;
}

.applyBootstrap .col-xs-7 {
  width: 58.33333333%;
}

.applyBootstrap .col-xs-6 {
  width: 50%;
}

.applyBootstrap .col-xs-5 {
  width: 41.66666667%;
}

.applyBootstrap .col-xs-4 {
  width: 33.33333333%;
}

.applyBootstrap .col-xs-3 {
  width: 25%;
}

.applyBootstrap .col-xs-2 {
  width: 16.66666667%;
}

.applyBootstrap .col-xs-1 {
  width: 8.33333333%;
}

.applyBootstrap .col-xs-pull-12 {
  right: 100%;
}

.applyBootstrap .col-xs-pull-11 {
  right: 91.66666667%;
}

.applyBootstrap .col-xs-pull-10 {
  right: 83.33333333%;
}

.applyBootstrap .col-xs-pull-9 {
  right: 75%;
}

.applyBootstrap .col-xs-pull-8 {
  right: 66.66666667%;
}

.applyBootstrap .col-xs-pull-7 {
  right: 58.33333333%;
}

.applyBootstrap .col-xs-pull-6 {
  right: 50%;
}

.applyBootstrap .col-xs-pull-5 {
  right: 41.66666667%;
}

.applyBootstrap .col-xs-pull-4 {
  right: 33.33333333%;
}

.applyBootstrap .col-xs-pull-3 {
  right: 25%;
}

.applyBootstrap .col-xs-pull-2 {
  right: 16.66666667%;
}

.applyBootstrap .col-xs-pull-1 {
  right: 8.33333333%;
}

.applyBootstrap .col-xs-pull-0 {
  right: 0%;
}

.applyBootstrap .col-xs-push-12 {
  left: 100%;
}

.applyBootstrap .col-xs-push-11 {
  left: 91.66666667%;
}

.applyBootstrap .col-xs-push-10 {
  left: 83.33333333%;
}

.applyBootstrap .col-xs-push-9 {
  left: 75%;
}

.applyBootstrap .col-xs-push-8 {
  left: 66.66666667%;
}

.applyBootstrap .col-xs-push-7 {
  left: 58.33333333%;
}

.applyBootstrap .col-xs-push-6 {
  left: 50%;
}

.applyBootstrap .col-xs-push-5 {
  left: 41.66666667%;
}

.applyBootstrap .col-xs-push-4 {
  left: 33.33333333%;
}

.applyBootstrap .col-xs-push-3 {
  left: 25%;
}

.applyBootstrap .col-xs-push-2 {
  left: 16.66666667%;
}

.applyBootstrap .col-xs-push-1 {
  left: 8.33333333%;
}

.applyBootstrap .col-xs-push-0 {
  left: 0%;
}

.applyBootstrap .col-xs-offset-12 {
  margin-left: 100%;
}

.applyBootstrap .col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.applyBootstrap .col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.applyBootstrap .col-xs-offset-9 {
  margin-left: 75%;
}

.applyBootstrap .col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.applyBootstrap .col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.applyBootstrap .col-xs-offset-6 {
  margin-left: 50%;
}

.applyBootstrap .col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.applyBootstrap .col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.applyBootstrap .col-xs-offset-3 {
  margin-left: 25%;
}

.applyBootstrap .col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.applyBootstrap .col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.applyBootstrap .col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .applyBootstrap .col-sm-1,
  .applyBootstrap .col-sm-2,
  .applyBootstrap .col-sm-3,
  .applyBootstrap .col-sm-4,
  .applyBootstrap .col-sm-5,
  .applyBootstrap .col-sm-6,
  .applyBootstrap .col-sm-7,
  .applyBootstrap .col-sm-8,
  .applyBootstrap .col-sm-9,
  .applyBootstrap .col-sm-10,
  .applyBootstrap .col-sm-11,
  .applyBootstrap .col-sm-12 {
    float: left;
  }

  .applyBootstrap .col-sm-12 {
    width: 100%;
  }

  .applyBootstrap .col-sm-11 {
    width: 91.66666667%;
  }

  .applyBootstrap .col-sm-10 {
    width: 83.33333333%;
  }

  .applyBootstrap .col-sm-9 {
    width: 75%;
  }

  .applyBootstrap .col-sm-8 {
    width: 66.66666667%;
  }

  .applyBootstrap .col-sm-7 {
    width: 58.33333333%;
  }

  .applyBootstrap .col-sm-6 {
    width: 50%;
  }

  .applyBootstrap .col-sm-5 {
    width: 41.66666667%;
  }

  .applyBootstrap .col-sm-4 {
    width: 33.33333333%;
  }

  .applyBootstrap .col-sm-3 {
    width: 25%;
  }

  .applyBootstrap .col-sm-2 {
    width: 16.66666667%;
  }

  .applyBootstrap .col-sm-1 {
    width: 8.33333333%;
  }

  .applyBootstrap .col-sm-pull-12 {
    right: 100%;
  }

  .applyBootstrap .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .applyBootstrap .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .applyBootstrap .col-sm-pull-9 {
    right: 75%;
  }

  .applyBootstrap .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .applyBootstrap .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .applyBootstrap .col-sm-pull-6 {
    right: 50%;
  }

  .applyBootstrap .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .applyBootstrap .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .applyBootstrap .col-sm-pull-3 {
    right: 25%;
  }

  .applyBootstrap .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .applyBootstrap .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .applyBootstrap .col-sm-pull-0 {
    right: 0%;
  }

  .applyBootstrap .col-sm-push-12 {
    left: 100%;
  }

  .applyBootstrap .col-sm-push-11 {
    left: 91.66666667%;
  }

  .applyBootstrap .col-sm-push-10 {
    left: 83.33333333%;
  }

  .applyBootstrap .col-sm-push-9 {
    left: 75%;
  }

  .applyBootstrap .col-sm-push-8 {
    left: 66.66666667%;
  }

  .applyBootstrap .col-sm-push-7 {
    left: 58.33333333%;
  }

  .applyBootstrap .col-sm-push-6 {
    left: 50%;
  }

  .applyBootstrap .col-sm-push-5 {
    left: 41.66666667%;
  }

  .applyBootstrap .col-sm-push-4 {
    left: 33.33333333%;
  }

  .applyBootstrap .col-sm-push-3 {
    left: 25%;
  }

  .applyBootstrap .col-sm-push-2 {
    left: 16.66666667%;
  }

  .applyBootstrap .col-sm-push-1 {
    left: 8.33333333%;
  }

  .applyBootstrap .col-sm-push-0 {
    left: 0%;
  }

  .applyBootstrap .col-sm-offset-12 {
    margin-left: 100%;
  }

  .applyBootstrap .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .applyBootstrap .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .applyBootstrap .col-sm-offset-9 {
    margin-left: 75%;
  }

  .applyBootstrap .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .applyBootstrap .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .applyBootstrap .col-sm-offset-6 {
    margin-left: 50%;
  }

  .applyBootstrap .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .applyBootstrap .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .applyBootstrap .col-sm-offset-3 {
    margin-left: 25%;
  }

  .applyBootstrap .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .applyBootstrap .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .applyBootstrap .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .applyBootstrap .col-md-1,
  .applyBootstrap .col-md-2,
  .applyBootstrap .col-md-3,
  .applyBootstrap .col-md-4,
  .applyBootstrap .col-md-5,
  .applyBootstrap .col-md-6,
  .applyBootstrap .col-md-7,
  .applyBootstrap .col-md-8,
  .applyBootstrap .col-md-9,
  .applyBootstrap .col-md-10,
  .applyBootstrap .col-md-11,
  .applyBootstrap .col-md-12 {
    float: left;
  }

  .applyBootstrap .col-md-12 {
    width: 100%;
  }

  .applyBootstrap .col-md-11 {
    width: 91.66666667%;
  }

  .applyBootstrap .col-md-10 {
    width: 83.33333333%;
  }

  .applyBootstrap .col-md-9 {
    width: 75%;
  }

  .applyBootstrap .col-md-8 {
    width: 66.66666667%;
  }

  .applyBootstrap .col-md-7 {
    width: 58.33333333%;
  }

  .applyBootstrap .col-md-6 {
    width: 50%;
  }

  .applyBootstrap .col-md-5 {
    width: 41.66666667%;
  }

  .applyBootstrap .col-md-4 {
    width: 33.33333333%;
  }

  .applyBootstrap .col-md-3 {
    width: 25%;
  }

  .applyBootstrap .col-md-2 {
    width: 16.66666667%;
  }

  .applyBootstrap .col-md-1 {
    width: 8.33333333%;
  }

  .applyBootstrap .col-md-pull-12 {
    right: 100%;
  }

  .applyBootstrap .col-md-pull-11 {
    right: 91.66666667%;
  }

  .applyBootstrap .col-md-pull-10 {
    right: 83.33333333%;
  }

  .applyBootstrap .col-md-pull-9 {
    right: 75%;
  }

  .applyBootstrap .col-md-pull-8 {
    right: 66.66666667%;
  }

  .applyBootstrap .col-md-pull-7 {
    right: 58.33333333%;
  }

  .applyBootstrap .col-md-pull-6 {
    right: 50%;
  }

  .applyBootstrap .col-md-pull-5 {
    right: 41.66666667%;
  }

  .applyBootstrap .col-md-pull-4 {
    right: 33.33333333%;
  }

  .applyBootstrap .col-md-pull-3 {
    right: 25%;
  }

  .applyBootstrap .col-md-pull-2 {
    right: 16.66666667%;
  }

  .applyBootstrap .col-md-pull-1 {
    right: 8.33333333%;
  }

  .applyBootstrap .col-md-pull-0 {
    right: 0%;
  }

  .applyBootstrap .col-md-push-12 {
    left: 100%;
  }

  .applyBootstrap .col-md-push-11 {
    left: 91.66666667%;
  }

  .applyBootstrap .col-md-push-10 {
    left: 83.33333333%;
  }

  .applyBootstrap .col-md-push-9 {
    left: 75%;
  }

  .applyBootstrap .col-md-push-8 {
    left: 66.66666667%;
  }

  .applyBootstrap .col-md-push-7 {
    left: 58.33333333%;
  }

  .applyBootstrap .col-md-push-6 {
    left: 50%;
  }

  .applyBootstrap .col-md-push-5 {
    left: 41.66666667%;
  }

  .applyBootstrap .col-md-push-4 {
    left: 33.33333333%;
  }

  .applyBootstrap .col-md-push-3 {
    left: 25%;
  }

  .applyBootstrap .col-md-push-2 {
    left: 16.66666667%;
  }

  .applyBootstrap .col-md-push-1 {
    left: 8.33333333%;
  }

  .applyBootstrap .col-md-push-0 {
    left: 0%;
  }

  .applyBootstrap .col-md-offset-12 {
    margin-left: 100%;
  }

  .applyBootstrap .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .applyBootstrap .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .applyBootstrap .col-md-offset-9 {
    margin-left: 75%;
  }

  .applyBootstrap .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .applyBootstrap .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .applyBootstrap .col-md-offset-6 {
    margin-left: 50%;
  }

  .applyBootstrap .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .applyBootstrap .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .applyBootstrap .col-md-offset-3 {
    margin-left: 25%;
  }

  .applyBootstrap .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .applyBootstrap .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .applyBootstrap .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .applyBootstrap .col-lg-1,
  .applyBootstrap .col-lg-2,
  .applyBootstrap .col-lg-3,
  .applyBootstrap .col-lg-4,
  .applyBootstrap .col-lg-5,
  .applyBootstrap .col-lg-6,
  .applyBootstrap .col-lg-7,
  .applyBootstrap .col-lg-8,
  .applyBootstrap .col-lg-9,
  .applyBootstrap .col-lg-10,
  .applyBootstrap .col-lg-11,
  .applyBootstrap .col-lg-12 {
    float: left;
  }

  .applyBootstrap .col-lg-12 {
    width: 100%;
  }

  .applyBootstrap .col-lg-11 {
    width: 91.66666667%;
  }

  .applyBootstrap .col-lg-10 {
    width: 83.33333333%;
  }

  .applyBootstrap .col-lg-9 {
    width: 75%;
  }

  .applyBootstrap .col-lg-8 {
    width: 66.66666667%;
  }

  .applyBootstrap .col-lg-7 {
    width: 58.33333333%;
  }

  .applyBootstrap .col-lg-6 {
    width: 50%;
  }

  .applyBootstrap .col-lg-5 {
    width: 41.66666667%;
  }

  .applyBootstrap .col-lg-4 {
    width: 33.33333333%;
  }

  .applyBootstrap .col-lg-3 {
    width: 25%;
  }

  .applyBootstrap .col-lg-2 {
    width: 16.66666667%;
  }

  .applyBootstrap .col-lg-1 {
    width: 8.33333333%;
  }

  .applyBootstrap .col-lg-pull-12 {
    right: 100%;
  }

  .applyBootstrap .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .applyBootstrap .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .applyBootstrap .col-lg-pull-9 {
    right: 75%;
  }

  .applyBootstrap .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .applyBootstrap .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .applyBootstrap .col-lg-pull-6 {
    right: 50%;
  }

  .applyBootstrap .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .applyBootstrap .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .applyBootstrap .col-lg-pull-3 {
    right: 25%;
  }

  .applyBootstrap .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .applyBootstrap .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .applyBootstrap .col-lg-pull-0 {
    right: 0%;
  }

  .applyBootstrap .col-lg-push-12 {
    left: 100%;
  }

  .applyBootstrap .col-lg-push-11 {
    left: 91.66666667%;
  }

  .applyBootstrap .col-lg-push-10 {
    left: 83.33333333%;
  }

  .applyBootstrap .col-lg-push-9 {
    left: 75%;
  }

  .applyBootstrap .col-lg-push-8 {
    left: 66.66666667%;
  }

  .applyBootstrap .col-lg-push-7 {
    left: 58.33333333%;
  }

  .applyBootstrap .col-lg-push-6 {
    left: 50%;
  }

  .applyBootstrap .col-lg-push-5 {
    left: 41.66666667%;
  }

  .applyBootstrap .col-lg-push-4 {
    left: 33.33333333%;
  }

  .applyBootstrap .col-lg-push-3 {
    left: 25%;
  }

  .applyBootstrap .col-lg-push-2 {
    left: 16.66666667%;
  }

  .applyBootstrap .col-lg-push-1 {
    left: 8.33333333%;
  }

  .applyBootstrap .col-lg-push-0 {
    left: 0%;
  }

  .applyBootstrap .col-lg-offset-12 {
    margin-left: 100%;
  }

  .applyBootstrap .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .applyBootstrap .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .applyBootstrap .col-lg-offset-9 {
    margin-left: 75%;
  }

  .applyBootstrap .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .applyBootstrap .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .applyBootstrap .col-lg-offset-6 {
    margin-left: 50%;
  }

  .applyBootstrap .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .applyBootstrap .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .applyBootstrap .col-lg-offset-3 {
    margin-left: 25%;
  }

  .applyBootstrap .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .applyBootstrap .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .applyBootstrap .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.applyBootstrap table {
  max-width: 100%;
  background-color: transparent;
}

.applyBootstrap th {
  text-align: left;
}

.applyBootstrap .table {
  width: 100%;
  margin-bottom: 20px;
}

.applyBootstrap .table > thead > tr > th,
.applyBootstrap .table > tbody > tr > th,
.applyBootstrap .table > tfoot > tr > th,
.applyBootstrap .table > thead > tr > td,
.applyBootstrap .table > tbody > tr > td,
.applyBootstrap .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.applyBootstrap .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.applyBootstrap .table > caption + thead > tr:first-child > th,
.applyBootstrap .table > colgroup + thead > tr:first-child > th,
.applyBootstrap .table > thead:first-child > tr:first-child > th,
.applyBootstrap .table > caption + thead > tr:first-child > td,
.applyBootstrap .table > colgroup + thead > tr:first-child > td,
.applyBootstrap .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.applyBootstrap .table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.applyBootstrap .table .table {
  background-color: #fff;
}

.applyBootstrap .table-condensed > thead > tr > th,
.applyBootstrap .table-condensed > tbody > tr > th,
.applyBootstrap .table-condensed > tfoot > tr > th,
.applyBootstrap .table-condensed > thead > tr > td,
.applyBootstrap .table-condensed > tbody > tr > td,
.applyBootstrap .table-condensed > tfoot > tr > td {
  padding: 5px;
}

.applyBootstrap .table-bordered {
  border: 1px solid #ddd;
}

.applyBootstrap .table-bordered > thead > tr > th,
.applyBootstrap .table-bordered > tbody > tr > th,
.applyBootstrap .table-bordered > tfoot > tr > th,
.applyBootstrap .table-bordered > thead > tr > td,
.applyBootstrap .table-bordered > tbody > tr > td,
.applyBootstrap .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.applyBootstrap .table-bordered > thead > tr > th,
.applyBootstrap .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.applyBootstrap .table-striped > tbody > tr:nth-child(odd) > td,
.applyBootstrap .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.applyBootstrap .table-hover > tbody > tr:hover > td,
.applyBootstrap .table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

.applyBootstrap table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

.applyBootstrap table td[class*="col-"],
.applyBootstrap table th[class*="col-"] {
  float: none;
  display: table-cell;
}

.applyBootstrap .table > thead > tr > .active,
.applyBootstrap .table > tbody > tr > .active,
.applyBootstrap .table > tfoot > tr > .active,
.applyBootstrap .table > thead > .active > td,
.applyBootstrap .table > tbody > .active > td,
.applyBootstrap .table > tfoot > .active > td,
.applyBootstrap .table > thead > .active > th,
.applyBootstrap .table > tbody > .active > th,
.applyBootstrap .table > tfoot > .active > th {
  background-color: #f5f5f5;
}

.applyBootstrap .table-hover > tbody > tr > .active:hover,
.applyBootstrap .table-hover > tbody > .active:hover > td,
.applyBootstrap .table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8;
}

.applyBootstrap .table > thead > tr > .success,
.applyBootstrap .table > tbody > tr > .success,
.applyBootstrap .table > tfoot > tr > .success,
.applyBootstrap .table > thead > .success > td,
.applyBootstrap .table > tbody > .success > td,
.applyBootstrap .table > tfoot > .success > td,
.applyBootstrap .table > thead > .success > th,
.applyBootstrap .table > tbody > .success > th,
.applyBootstrap .table > tfoot > .success > th {
  background-color: #dff0d8;
}

.applyBootstrap .table-hover > tbody > tr > .success:hover,
.applyBootstrap .table-hover > tbody > .success:hover > td,
.applyBootstrap .table-hover > tbody > .success:hover > th {
  background-color: #d0e9c6;
}

.applyBootstrap .table > thead > tr > .danger,
.applyBootstrap .table > tbody > tr > .danger,
.applyBootstrap .table > tfoot > tr > .danger,
.applyBootstrap .table > thead > .danger > td,
.applyBootstrap .table > tbody > .danger > td,
.applyBootstrap .table > tfoot > .danger > td,
.applyBootstrap .table > thead > .danger > th,
.applyBootstrap .table > tbody > .danger > th,
.applyBootstrap .table > tfoot > .danger > th {
  background-color: #f2dede;
}

.applyBootstrap .table-hover > tbody > tr > .danger:hover,
.applyBootstrap .table-hover > tbody > .danger:hover > td,
.applyBootstrap .table-hover > tbody > .danger:hover > th {
  background-color: #ebcccc;
}

.applyBootstrap .table > thead > tr > .warning,
.applyBootstrap .table > tbody > tr > .warning,
.applyBootstrap .table > tfoot > tr > .warning,
.applyBootstrap .table > thead > .warning > td,
.applyBootstrap .table > tbody > .warning > td,
.applyBootstrap .table > tfoot > .warning > td,
.applyBootstrap .table > thead > .warning > th,
.applyBootstrap .table > tbody > .warning > th,
.applyBootstrap .table > tfoot > .warning > th {
  background-color: #fcf8e3;
}

.applyBootstrap .table-hover > tbody > tr > .warning:hover,
.applyBootstrap .table-hover > tbody > .warning:hover > td,
.applyBootstrap .table-hover > tbody > .warning:hover > th {
  background-color: #faf2cc;
}

@media (max-width: 767px) {
  .applyBootstrap .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }

  .applyBootstrap .table-responsive > .table {
    margin-bottom: 0;
  }

  .applyBootstrap .table-responsive > .table > thead > tr > th,
  .applyBootstrap .table-responsive > .table > tbody > tr > th,
  .applyBootstrap .table-responsive > .table > tfoot > tr > th,
  .applyBootstrap .table-responsive > .table > thead > tr > td,
  .applyBootstrap .table-responsive > .table > tbody > tr > td,
  .applyBootstrap .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .applyBootstrap .table-responsive > .table-bordered {
    border: 0;
  }

  .applyBootstrap
    .table-responsive
    > .table-bordered
    > thead
    > tr
    > th:first-child,
  .applyBootstrap
    .table-responsive
    > .table-bordered
    > tbody
    > tr
    > th:first-child,
  .applyBootstrap
    .table-responsive
    > .table-bordered
    > tfoot
    > tr
    > th:first-child,
  .applyBootstrap
    .table-responsive
    > .table-bordered
    > thead
    > tr
    > td:first-child,
  .applyBootstrap
    .table-responsive
    > .table-bordered
    > tbody
    > tr
    > td:first-child,
  .applyBootstrap
    .table-responsive
    > .table-bordered
    > tfoot
    > tr
    > td:first-child {
    border-left: 0;
  }

  .applyBootstrap
    .table-responsive
    > .table-bordered
    > thead
    > tr
    > th:last-child,
  .applyBootstrap
    .table-responsive
    > .table-bordered
    > tbody
    > tr
    > th:last-child,
  .applyBootstrap
    .table-responsive
    > .table-bordered
    > tfoot
    > tr
    > th:last-child,
  .applyBootstrap
    .table-responsive
    > .table-bordered
    > thead
    > tr
    > td:last-child,
  .applyBootstrap
    .table-responsive
    > .table-bordered
    > tbody
    > tr
    > td:last-child,
  .applyBootstrap
    .table-responsive
    > .table-bordered
    > tfoot
    > tr
    > td:last-child {
    border-right: 0;
  }

  .applyBootstrap
    .table-responsive
    > .table-bordered
    > tbody
    > tr:last-child
    > th,
  .applyBootstrap
    .table-responsive
    > .table-bordered
    > tfoot
    > tr:last-child
    > th,
  .applyBootstrap
    .table-responsive
    > .table-bordered
    > tbody
    > tr:last-child
    > td,
  .applyBootstrap
    .table-responsive
    > .table-bordered
    > tfoot
    > tr:last-child
    > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  vertical-align: middle;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control:-moz-placeholder {
  color: #999;
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}

.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm {
  height: auto;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg {
  height: auto;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #c0a16b;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #ce8483;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #67b168;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
  }

  .form-inline select.form-control {
    width: auto;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

.applyBootstrap .form-horizontal .control-label,
.applyBootstrap .form-horizontal .radio,
.applyBootstrap .form-horizontal .checkbox,
.applyBootstrap .form-horizontal .radio-inline,
.applyBootstrap .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.applyBootstrap .form-horizontal .radio,
.applyBootstrap .form-horizontal .checkbox {
  min-height: 27px;
}

.applyBootstrap .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.applyBootstrap .form-horizontal .form-group:before,
.applyBootstrap .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.applyBootstrap .form-horizontal .form-group:after {
  clear: both;
}

.applyBootstrap .form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width: 768px) {
  .applyBootstrap .form-horizontal .control-label {
    text-align: right;
  }
}

.applyBootstrap .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.applyBootstrap .btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.applyBootstrap .btn:hover,
.applyBootstrap .btn:focus {
  color: #333;
  text-decoration: none;
}

.applyBootstrap .btn:active,
.applyBootstrap .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.applyBootstrap .btn.disabled,
.applyBootstrap .btn[disabled],
fieldset[disabled] .applyBootstrap .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.applyBootstrap .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.applyBootstrap .btn-default:hover,
.applyBootstrap .btn-default:focus,
.applyBootstrap .btn-default:active,
.applyBootstrap .btn-default.active,
.open .dropdown-toggle.applyBootstrap .btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.applyBootstrap .btn-default:active,
.applyBootstrap .btn-default.active,
.open .dropdown-toggle.applyBootstrap .btn-default {
  background-image: none;
}

.applyBootstrap .btn-default.disabled,
.applyBootstrap .btn-default[disabled],
fieldset[disabled] .applyBootstrap .btn-default,
.applyBootstrap .btn-default.disabled:hover,
.applyBootstrap .btn-default[disabled]:hover,
fieldset[disabled] .applyBootstrap .btn-default:hover,
.applyBootstrap .btn-default.disabled:focus,
.applyBootstrap .btn-default[disabled]:focus,
fieldset[disabled] .applyBootstrap .btn-default:focus,
.applyBootstrap .btn-default.disabled:active,
.applyBootstrap .btn-default[disabled]:active,
fieldset[disabled] .applyBootstrap .btn-default:active,
.applyBootstrap .btn-default.disabled.active,
.applyBootstrap .btn-default[disabled].active,
fieldset[disabled] .applyBootstrap .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.applyBootstrap .btn-default .badge {
  color: #fff;
  background-color: #fff;
}

.applyBootstrap .btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.applyBootstrap .btn-primary:hover,
.applyBootstrap .btn-primary:focus,
.applyBootstrap .btn-primary:active,
.applyBootstrap .btn-primary.active,
.open .dropdown-toggle.applyBootstrap .btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.applyBootstrap .btn-primary:active,
.applyBootstrap .btn-primary.active,
.open .dropdown-toggle.applyBootstrap .btn-primary {
  background-image: none;
}

.applyBootstrap .btn-primary.disabled,
.applyBootstrap .btn-primary[disabled],
fieldset[disabled] .applyBootstrap .btn-primary,
.applyBootstrap .btn-primary.disabled:hover,
.applyBootstrap .btn-primary[disabled]:hover,
fieldset[disabled] .applyBootstrap .btn-primary:hover,
.applyBootstrap .btn-primary.disabled:focus,
.applyBootstrap .btn-primary[disabled]:focus,
fieldset[disabled] .applyBootstrap .btn-primary:focus,
.applyBootstrap .btn-primary.disabled:active,
.applyBootstrap .btn-primary[disabled]:active,
fieldset[disabled] .applyBootstrap .btn-primary:active,
.applyBootstrap .btn-primary.disabled.active,
.applyBootstrap .btn-primary[disabled].active,
fieldset[disabled] .applyBootstrap .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.applyBootstrap .btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

.applyBootstrap .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.applyBootstrap .btn-warning:hover,
.applyBootstrap .btn-warning:focus,
.applyBootstrap .btn-warning:active,
.applyBootstrap .btn-warning.active,
.open .dropdown-toggle.applyBootstrap .btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.applyBootstrap .btn-warning:active,
.applyBootstrap .btn-warning.active,
.open .dropdown-toggle.applyBootstrap .btn-warning {
  background-image: none;
}

.applyBootstrap .btn-warning.disabled,
.applyBootstrap .btn-warning[disabled],
fieldset[disabled] .applyBootstrap .btn-warning,
.applyBootstrap .btn-warning.disabled:hover,
.applyBootstrap .btn-warning[disabled]:hover,
fieldset[disabled] .applyBootstrap .btn-warning:hover,
.applyBootstrap .btn-warning.disabled:focus,
.applyBootstrap .btn-warning[disabled]:focus,
fieldset[disabled] .applyBootstrap .btn-warning:focus,
.applyBootstrap .btn-warning.disabled:active,
.applyBootstrap .btn-warning[disabled]:active,
fieldset[disabled] .applyBootstrap .btn-warning:active,
.applyBootstrap .btn-warning.disabled.active,
.applyBootstrap .btn-warning[disabled].active,
fieldset[disabled] .applyBootstrap .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.applyBootstrap .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.applyBootstrap .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.applyBootstrap .btn-danger:hover,
.applyBootstrap .btn-danger:focus,
.applyBootstrap .btn-danger:active,
.applyBootstrap .btn-danger.active,
.open .dropdown-toggle.applyBootstrap .btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.applyBootstrap .btn-danger:active,
.applyBootstrap .btn-danger.active,
.open .dropdown-toggle.applyBootstrap .btn-danger {
  background-image: none;
}

.applyBootstrap .btn-danger.disabled,
.applyBootstrap .btn-danger[disabled],
fieldset[disabled] .applyBootstrap .btn-danger,
.applyBootstrap .btn-danger.disabled:hover,
.applyBootstrap .btn-danger[disabled]:hover,
fieldset[disabled] .applyBootstrap .btn-danger:hover,
.applyBootstrap .btn-danger.disabled:focus,
.applyBootstrap .btn-danger[disabled]:focus,
fieldset[disabled] .applyBootstrap .btn-danger:focus,
.applyBootstrap .btn-danger.disabled:active,
.applyBootstrap .btn-danger[disabled]:active,
fieldset[disabled] .applyBootstrap .btn-danger:active,
.applyBootstrap .btn-danger.disabled.active,
.applyBootstrap .btn-danger[disabled].active,
fieldset[disabled] .applyBootstrap .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.applyBootstrap .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.applyBootstrap .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.applyBootstrap .btn-success:hover,
.applyBootstrap .btn-success:focus,
.applyBootstrap .btn-success:active,
.applyBootstrap .btn-success.active,
.open .dropdown-toggle.applyBootstrap .btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}

.applyBootstrap .btn-success:active,
.applyBootstrap .btn-success.active,
.open .dropdown-toggle.applyBootstrap .btn-success {
  background-image: none;
}

.applyBootstrap .btn-success.disabled,
.applyBootstrap .btn-success[disabled],
fieldset[disabled] .applyBootstrap .btn-success,
.applyBootstrap .btn-success.disabled:hover,
.applyBootstrap .btn-success[disabled]:hover,
fieldset[disabled] .applyBootstrap .btn-success:hover,
.applyBootstrap .btn-success.disabled:focus,
.applyBootstrap .btn-success[disabled]:focus,
fieldset[disabled] .applyBootstrap .btn-success:focus,
.applyBootstrap .btn-success.disabled:active,
.applyBootstrap .btn-success[disabled]:active,
fieldset[disabled] .applyBootstrap .btn-success:active,
.applyBootstrap .btn-success.disabled.active,
.applyBootstrap .btn-success[disabled].active,
fieldset[disabled] .applyBootstrap .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.applyBootstrap .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.applyBootstrap .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.applyBootstrap .btn-info:hover,
.applyBootstrap .btn-info:focus,
.applyBootstrap .btn-info:active,
.applyBootstrap .btn-info.active,
.open .dropdown-toggle.applyBootstrap .btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.applyBootstrap .btn-info:active,
.applyBootstrap .btn-info.active,
.open .dropdown-toggle.applyBootstrap .btn-info {
  background-image: none;
}

.applyBootstrap .btn-info.disabled,
.applyBootstrap .btn-info[disabled],
fieldset[disabled] .applyBootstrap .btn-info,
.applyBootstrap .btn-info.disabled:hover,
.applyBootstrap .btn-info[disabled]:hover,
fieldset[disabled] .applyBootstrap .btn-info:hover,
.applyBootstrap .btn-info.disabled:focus,
.applyBootstrap .btn-info[disabled]:focus,
fieldset[disabled] .applyBootstrap .btn-info:focus,
.applyBootstrap .btn-info.disabled:active,
.applyBootstrap .btn-info[disabled]:active,
fieldset[disabled] .applyBootstrap .btn-info:active,
.applyBootstrap .btn-info.disabled.active,
.applyBootstrap .btn-info[disabled].active,
fieldset[disabled] .applyBootstrap .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.applyBootstrap .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.applyBootstrap .btn-link {
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}

.applyBootstrap .btn-link,
.applyBootstrap .btn-link:active,
.applyBootstrap .btn-link[disabled],
fieldset[disabled] .applyBootstrap .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.applyBootstrap .btn-link,
.applyBootstrap .btn-link:hover,
.applyBootstrap .btn-link:focus,
.applyBootstrap .btn-link:active {
  border-color: transparent;
}

.applyBootstrap .btn-link:hover,
.applyBootstrap .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.applyBootstrap .btn-link[disabled]:hover,
fieldset[disabled] .applyBootstrap .btn-link:hover,
.applyBootstrap .btn-link[disabled]:focus,
fieldset[disabled] .applyBootstrap .btn-link:focus {
  color: #999;
  text-decoration: none;
}

.applyBootstrap .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.applyBootstrap .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.applyBootstrap .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.applyBootstrap .btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.applyBootstrap .btn-block + .btn-block {
  margin-top: 5px;
}

.applyBootstrap input[type="submit"].btn-block,
.applyBootstrap input[type="reset"].btn-block,
.applyBootstrap input[type="button"].btn-block {
  width: 100%;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.applyBootstrap .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.applyBootstrap .fade.in {
  opacity: 1;
}

.applyBootstrap .collapse {
  display: none;
}

.applyBootstrap .collapse.in {
  display: block;
}

.applyBootstrap .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("/Content/glyphicons-halflings-regular.eot?");
  src:
    url("/Content/glyphicons-halflings-regular.eot?#iefix")
      format("embedded-opentype"),
    url("/Content/glyphicons-halflings-regular.woff") format("woff"),
    url("/Content/glyphicons-halflings-regular.ttf") format("truetype"),
    url("/Content/glyphicons-halflings-regular.svg#glyphicons-halflingsregular")
      format("svg");
}

.applyBootstrap .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.applyBootstrap .glyphicon:empty {
  width: 1em;
}

.applyBootstrap .glyphicon-asterisk:before {
  content: "*";
}

.applyBootstrap .glyphicon-plus:before {
  content: "+";
}

.applyBootstrap .glyphicon-euro:before {
  content: "â‚¬";
}

.applyBootstrap .glyphicon-minus:before {
  content: "âˆ’";
}

.applyBootstrap .glyphicon-cloud:before {
  content: "â˜";
}

.applyBootstrap .glyphicon-envelope:before {
  content: "âœ‰";
}

.applyBootstrap .glyphicon-pencil:before {
  content: "âœ";
}

.applyBootstrap .glyphicon-glass:before {
  content: "î€";
}

.applyBootstrap .glyphicon-music:before {
  content: "î€‚";
}

.applyBootstrap .glyphicon-search:before {
  content: "î€ƒ";
}

.applyBootstrap .glyphicon-heart:before {
  content: "î€…";
}

.applyBootstrap .glyphicon-star:before {
  content: "î€†";
}

.applyBootstrap .glyphicon-star-empty:before {
  content: "î€‡";
}

.applyBootstrap .glyphicon-user:before {
  content: "î€ˆ";
}

.applyBootstrap .glyphicon-film:before {
  content: "î€‰";
}

.applyBootstrap .glyphicon-th-large:before {
  content: "î€";
}

.applyBootstrap .glyphicon-th:before {
  content: "î€‘";
}

.applyBootstrap .glyphicon-th-list:before {
  content: "î€’";
}

.applyBootstrap .glyphicon-ok:before {
  content: "î€“";
}

.applyBootstrap .glyphicon-remove:before {
  content: "î€”";
}

.applyBootstrap .glyphicon-zoom-in:before {
  content: "î€•";
}

.applyBootstrap .glyphicon-zoom-out:before {
  content: "î€–";
}

.applyBootstrap .glyphicon-off:before {
  content: "î€—";
}

.applyBootstrap .glyphicon-signal:before {
  content: "î€˜";
}

.applyBootstrap .glyphicon-cog:before {
  content: "î€™";
}

.applyBootstrap .glyphicon-trash:before {
  content: "î€ ";
}

.applyBootstrap .glyphicon-home:before {
  content: "î€¡";
}

.applyBootstrap .glyphicon-file:before {
  content: "î€¢";
}

.applyBootstrap .glyphicon-time:before {
  content: "î€£";
}

.applyBootstrap .glyphicon-road:before {
  content: "î€¤";
}

.applyBootstrap .glyphicon-download-alt:before {
  content: "î€¥";
}

.applyBootstrap .glyphicon-download:before {
  content: "î€¦";
}

.applyBootstrap .glyphicon-upload:before {
  content: "î€§";
}

.applyBootstrap .glyphicon-inbox:before {
  content: "î€¨";
}

.applyBootstrap .glyphicon-play-circle:before {
  content: "î€©";
}

.applyBootstrap .glyphicon-repeat:before {
  content: "î€°";
}

.applyBootstrap .glyphicon-refresh:before {
  content: "î€±";
}

.applyBootstrap .glyphicon-list-alt:before {
  content: "î€²";
}

.applyBootstrap .glyphicon-lock:before {
  content: "î€³";
}

.applyBootstrap .glyphicon-flag:before {
  content: "î€´";
}

.applyBootstrap .glyphicon-headphones:before {
  content: "î€µ";
}

.applyBootstrap .glyphicon-volume-off:before {
  content: "î€¶";
}

.applyBootstrap .glyphicon-volume-down:before {
  content: "î€·";
}

.applyBootstrap .glyphicon-volume-up:before {
  content: "î€¸";
}

.applyBootstrap .glyphicon-qrcode:before {
  content: "î€¹";
}

.applyBootstrap .glyphicon-barcode:before {
  content: "î€";
}

.applyBootstrap .glyphicon-tag:before {
  content: "î";
}

.applyBootstrap .glyphicon-tags:before {
  content: "î‚";
}

.applyBootstrap .glyphicon-book:before {
  content: "îƒ";
}

.applyBootstrap .glyphicon-bookmark:before {
  content: "î„";
}

.applyBootstrap .glyphicon-print:before {
  content: "î…";
}

.applyBootstrap .glyphicon-camera:before {
  content: "î†";
}

.applyBootstrap .glyphicon-font:before {
  content: "î‡";
}

.applyBootstrap .glyphicon-bold:before {
  content: "îˆ";
}

.applyBootstrap .glyphicon-italic:before {
  content: "î‰";
}

.applyBootstrap .glyphicon-text-height:before {
  content: "î";
}

.applyBootstrap .glyphicon-text-width:before {
  content: "î‘";
}

.applyBootstrap .glyphicon-align-left:before {
  content: "î’";
}

.applyBootstrap .glyphicon-align-center:before {
  content: "î“";
}

.applyBootstrap .glyphicon-align-right:before {
  content: "î”";
}

.applyBootstrap .glyphicon-align-justify:before {
  content: "î•";
}

.applyBootstrap .glyphicon-list:before {
  content: "î–";
}

.applyBootstrap .glyphicon-indent-left:before {
  content: "î—";
}

.applyBootstrap .glyphicon-indent-right:before {
  content: "î˜";
}

.applyBootstrap .glyphicon-facetime-video:before {
  content: "î™";
}

.applyBootstrap .glyphicon-picture:before {
  content: "î ";
}

.applyBootstrap .glyphicon-map-marker:before {
  content: "î¢";
}

.applyBootstrap .glyphicon-adjust:before {
  content: "î£";
}

.applyBootstrap .glyphicon-tint:before {
  content: "î¤";
}

.applyBootstrap .glyphicon-edit:before {
  content: "î¥";
}

.applyBootstrap .glyphicon-share:before {
  content: "î¦";
}

.applyBootstrap .glyphicon-check:before {
  content: "î§";
}

.applyBootstrap .glyphicon-move:before {
  content: "î¨";
}

.applyBootstrap .glyphicon-step-backward:before {
  content: "î©";
}

.applyBootstrap .glyphicon-fast-backward:before {
  content: "î°";
}

.applyBootstrap .glyphicon-backward:before {
  content: "î±";
}

.applyBootstrap .glyphicon-play:before {
  content: "î²";
}

.applyBootstrap .glyphicon-pause:before {
  content: "î³";
}

.applyBootstrap .glyphicon-stop:before {
  content: "î´";
}

.applyBootstrap .glyphicon-forward:before {
  content: "îµ";
}

.applyBootstrap .glyphicon-fast-forward:before {
  content: "î¶";
}

.applyBootstrap .glyphicon-step-forward:before {
  content: "î·";
}

.applyBootstrap .glyphicon-eject:before {
  content: "î¸";
}

.applyBootstrap .glyphicon-chevron-left:before {
  content: "î¹";
}

.applyBootstrap .glyphicon-chevron-right:before {
  content: "î‚€";
}

.applyBootstrap .glyphicon-plus-sign:before {
  content: "î‚";
}

.applyBootstrap .glyphicon-minus-sign:before {
  content: "î‚‚";
}

.applyBootstrap .glyphicon-remove-sign:before {
  content: "î‚ƒ";
}

.applyBootstrap .glyphicon-ok-sign:before {
  content: "î‚„";
}

.applyBootstrap .glyphicon-question-sign:before {
  content: "î‚…";
}

.applyBootstrap .glyphicon-info-sign:before {
  content: "î‚†";
}

.applyBootstrap .glyphicon-screenshot:before {
  content: "î‚‡";
}

.applyBootstrap .glyphicon-remove-circle:before {
  content: "î‚ˆ";
}

.applyBootstrap .glyphicon-ok-circle:before {
  content: "î‚‰";
}

.applyBootstrap .glyphicon-ban-circle:before {
  content: "î‚";
}

.applyBootstrap .glyphicon-arrow-left:before {
  content: "î‚‘";
}

.applyBootstrap .glyphicon-arrow-right:before {
  content: "î‚’";
}

.applyBootstrap .glyphicon-arrow-up:before {
  content: "î‚“";
}

.applyBootstrap .glyphicon-arrow-down:before {
  content: "î‚”";
}

.applyBootstrap .glyphicon-share-alt:before {
  content: "î‚•";
}

.applyBootstrap .glyphicon-resize-full:before {
  content: "î‚–";
}

.applyBootstrap .glyphicon-resize-small:before {
  content: "î‚—";
}

.applyBootstrap .glyphicon-exclamation-sign:before {
  content: "î„";
}

.applyBootstrap .glyphicon-gift:before {
  content: "î„‚";
}

.applyBootstrap .glyphicon-leaf:before {
  content: "î„ƒ";
}

.applyBootstrap .glyphicon-fire:before {
  content: "î„„";
}

.applyBootstrap .glyphicon-eye-open:before {
  content: "î„…";
}

.applyBootstrap .glyphicon-eye-close:before {
  content: "î„†";
}

.applyBootstrap .glyphicon-warning-sign:before {
  content: "î„‡";
}

.applyBootstrap .glyphicon-plane:before {
  content: "î„ˆ";
}

.applyBootstrap .glyphicon-calendar:before {
  content: "î„‰";
}

.applyBootstrap .glyphicon-random:before {
  content: "î„";
}

.applyBootstrap .glyphicon-comment:before {
  content: "î„‘";
}

.applyBootstrap .glyphicon-magnet:before {
  content: "î„’";
}

.applyBootstrap .glyphicon-chevron-up:before {
  content: "î„“";
}

.applyBootstrap .glyphicon-chevron-down:before {
  content: "î„”";
}

.applyBootstrap .glyphicon-retweet:before {
  content: "î„•";
}

.applyBootstrap .glyphicon-shopping-cart:before {
  content: "î„–";
}

.applyBootstrap .glyphicon-folder-close:before {
  content: "î„—";
}

.applyBootstrap .glyphicon-folder-open:before {
  content: "î„˜";
}

.applyBootstrap .glyphicon-resize-vertical:before {
  content: "î„™";
}

.applyBootstrap .glyphicon-resize-horizontal:before {
  content: "î„ ";
}

.applyBootstrap .glyphicon-hdd:before {
  content: "î„¡";
}

.applyBootstrap .glyphicon-bullhorn:before {
  content: "î„¢";
}

.applyBootstrap .glyphicon-bell:before {
  content: "î„£";
}

.applyBootstrap .glyphicon-certificate:before {
  content: "î„¤";
}

.applyBootstrap .glyphicon-thumbs-up:before {
  content: "î„¥";
}

.applyBootstrap .glyphicon-thumbs-down:before {
  content: "î„¦";
}

.applyBootstrap .glyphicon-hand-right:before {
  content: "î„§";
}

.applyBootstrap .glyphicon-hand-left:before {
  content: "î„¨";
}

.applyBootstrap .glyphicon-hand-up:before {
  content: "î„©";
}

.applyBootstrap .glyphicon-hand-down:before {
  content: "î„°";
}

.applyBootstrap .glyphicon-circle-arrow-right:before {
  content: "î„±";
}

.applyBootstrap .glyphicon-circle-arrow-left:before {
  content: "î„²";
}

.applyBootstrap .glyphicon-circle-arrow-up:before {
  content: "î„³";
}

.applyBootstrap .glyphicon-circle-arrow-down:before {
  content: "î„´";
}

.applyBootstrap .glyphicon-globe:before {
  content: "î„µ";
}

.applyBootstrap .glyphicon-wrench:before {
  content: "î„¶";
}

.applyBootstrap .glyphicon-tasks:before {
  content: "î„·";
}

.applyBootstrap .glyphicon-filter:before {
  content: "î„¸";
}

.applyBootstrap .glyphicon-briefcase:before {
  content: "î„¹";
}

.applyBootstrap .glyphicon-fullscreen:before {
  content: "î…€";
}

.applyBootstrap .glyphicon-dashboard:before {
  content: "î…";
}

.applyBootstrap .glyphicon-paperclip:before {
  content: "î…‚";
}

.applyBootstrap .glyphicon-heart-empty:before {
  content: "î…ƒ";
}

.applyBootstrap .glyphicon-link:before {
  content: "î…„";
}

.applyBootstrap .glyphicon-phone:before {
  content: "î……";
}

.applyBootstrap .glyphicon-pushpin:before {
  content: "î…†";
}

.applyBootstrap .glyphicon-usd:before {
  content: "î…ˆ";
}

.applyBootstrap .glyphicon-gbp:before {
  content: "î…‰";
}

.applyBootstrap .glyphicon-sort:before {
  content: "î…";
}

.applyBootstrap .glyphicon-sort-by-alphabet:before {
  content: "î…‘";
}

.applyBootstrap .glyphicon-sort-by-alphabet-alt:before {
  content: "î…’";
}

.applyBootstrap .glyphicon-sort-by-order:before {
  content: "î…“";
}

.applyBootstrap .glyphicon-sort-by-order-alt:before {
  content: "î…”";
}

.applyBootstrap .glyphicon-sort-by-attributes:before {
  content: "î…•";
}

.applyBootstrap .glyphicon-sort-by-attributes-alt:before {
  content: "î…–";
}

.applyBootstrap .glyphicon-unchecked:before {
  content: "î…—";
}

.applyBootstrap .glyphicon-expand:before {
  content: "î…˜";
}

.applyBootstrap .glyphicon-collapse-down:before {
  content: "î…™";
}

.applyBootstrap .glyphicon-collapse-up:before {
  content: "î… ";
}

.applyBootstrap .glyphicon-log-in:before {
  content: "î…¡";
}

.applyBootstrap .glyphicon-flash:before {
  content: "î…¢";
}

.applyBootstrap .glyphicon-log-out:before {
  content: "î…£";
}

.applyBootstrap .glyphicon-new-window:before {
  content: "î…¤";
}

.applyBootstrap .glyphicon-record:before {
  content: "î…¥";
}

.applyBootstrap .glyphicon-save:before {
  content: "î…¦";
}

.applyBootstrap .glyphicon-open:before {
  content: "î…§";
}

.applyBootstrap .glyphicon-saved:before {
  content: "î…¨";
}

.applyBootstrap .glyphicon-import:before {
  content: "î…©";
}

.applyBootstrap .glyphicon-export:before {
  content: "î…°";
}

.applyBootstrap .glyphicon-send:before {
  content: "î…±";
}

.applyBootstrap .glyphicon-floppy-disk:before {
  content: "î…²";
}

.applyBootstrap .glyphicon-floppy-saved:before {
  content: "î…³";
}

.applyBootstrap .glyphicon-floppy-remove:before {
  content: "î…´";
}

.applyBootstrap .glyphicon-floppy-save:before {
  content: "î…µ";
}

.applyBootstrap .glyphicon-floppy-open:before {
  content: "î…¶";
}

.applyBootstrap .glyphicon-credit-card:before {
  content: "î…·";
}

.applyBootstrap .glyphicon-transfer:before {
  content: "î…¸";
}

.applyBootstrap .glyphicon-cutlery:before {
  content: "î…¹";
}

.applyBootstrap .glyphicon-header:before {
  content: "î†€";
}

.applyBootstrap .glyphicon-compressed:before {
  content: "î†";
}

.applyBootstrap .glyphicon-earphone:before {
  content: "î†‚";
}

.applyBootstrap .glyphicon-phone-alt:before {
  content: "î†ƒ";
}

.applyBootstrap .glyphicon-tower:before {
  content: "î†„";
}

.applyBootstrap .glyphicon-stats:before {
  content: "î†…";
}

.applyBootstrap .glyphicon-sd-video:before {
  content: "î††";
}

.applyBootstrap .glyphicon-hd-video:before {
  content: "î†‡";
}

.applyBootstrap .glyphicon-subtitles:before {
  content: "î†ˆ";
}

.applyBootstrap .glyphicon-sound-stereo:before {
  content: "î†‰";
}

.applyBootstrap .glyphicon-sound-dolby:before {
  content: "î†";
}

.applyBootstrap .glyphicon-sound-5-1:before {
  content: "î†‘";
}

.applyBootstrap .glyphicon-sound-6-1:before {
  content: "î†’";
}

.applyBootstrap .glyphicon-sound-7-1:before {
  content: "î†“";
}

.applyBootstrap .glyphicon-copyright-mark:before {
  content: "î†”";
}

.applyBootstrap .glyphicon-registration-mark:before {
  content: "î†•";
}

.applyBootstrap .glyphicon-cloud-download:before {
  content: "î†—";
}

.applyBootstrap .glyphicon-cloud-upload:before {
  content: "î†˜";
}

.applyBootstrap .glyphicon-tree-conifer:before {
  content: "î†™";
}

.applyBootstrap .glyphicon-tree-deciduous:before {
  content: "îˆ€";
}

.applyBootstrap .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.applyBootstrap .dropdown {
  position: relative;
}

.applyBootstrap .dropdown-toggle:focus {
  outline: 0;
}

.applyBootstrap .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.applyBootstrap .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.applyBootstrap .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.applyBootstrap .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.applyBootstrap .dropdown-menu > li > a:hover,
.applyBootstrap .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.applyBootstrap .dropdown-menu > .active > a,
.applyBootstrap .dropdown-menu > .active > a:hover,
.applyBootstrap .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.applyBootstrap .dropdown-menu > .disabled > a,
.applyBootstrap .dropdown-menu > .disabled > a:hover,
.applyBootstrap .dropdown-menu > .disabled > a:focus {
  color: #999;
}

.applyBootstrap .dropdown-menu > .disabled > a:hover,
.applyBootstrap .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.applyBootstrap .open > .dropdown-menu {
  display: block;
}

.applyBootstrap .open > a {
  outline: 0;
}

.applyBootstrap .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999;
}

.applyBootstrap .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.applyBootstrap .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.applyBootstrap .dropup .caret,
.applyBootstrap .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

.applyBootstrap .dropup .dropdown-menu,
.applyBootstrap .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.applyBootstrap .btn-group,
.applyBootstrap .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.applyBootstrap .btn-group > .btn,
.applyBootstrap .btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.applyBootstrap .btn-group > .btn:hover,
.applyBootstrap .btn-group-vertical > .btn:hover,
.applyBootstrap .btn-group > .btn:focus,
.applyBootstrap .btn-group-vertical > .btn:focus,
.applyBootstrap .btn-group > .btn:active,
.applyBootstrap .btn-group-vertical > .btn:active,
.applyBootstrap .btn-group > .btn.active,
.applyBootstrap .btn-group-vertical > .btn.active {
  z-index: 2;
}

.applyBootstrap .btn-group > .btn:focus,
.applyBootstrap .btn-group-vertical > .btn:focus {
  outline: 0;
}

.applyBootstrap .btn-group .btn + .btn,
.applyBootstrap .btn-group .btn + .btn-group,
.applyBootstrap .btn-group .btn-group + .btn,
.applyBootstrap .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.applyBootstrap .btn-toolbar:before,
.applyBootstrap .btn-toolbar:after {
  content: " ";
  display: table;
}

.applyBootstrap .btn-toolbar:after {
  clear: both;
}

.applyBootstrap .btn-toolbar .btn-group {
  float: left;
}

.applyBootstrap .btn-toolbar > .btn + .btn,
.applyBootstrap .btn-toolbar > .btn-group + .btn,
.applyBootstrap .btn-toolbar > .btn + .btn-group,
.applyBootstrap .btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

.applyBootstrap
  .btn-group
  > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.applyBootstrap .btn-group > .btn-group {
  float: left;
}

.applyBootstrap
  .btn-group
  > .btn-group:not(:first-child):not(:last-child)
  > .btn {
  border-radius: 0;
}

.applyBootstrap .btn-group > .btn-group:first-child > .btn:last-child,
.applyBootstrap .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.applyBootstrap .btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.applyBootstrap .btn-group .dropdown-toggle:active,
.applyBootstrap .btn-group.open .dropdown-toggle {
  outline: 0;
}

.applyBootstrap .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.applyBootstrap .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.applyBootstrap .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.applyBootstrap .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.applyBootstrap .btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.applyBootstrap .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.applyBootstrap .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.applyBootstrap .btn .caret {
  margin-left: 0;
}

.applyBootstrap .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.applyBootstrap .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.applyBootstrap .btn-group-vertical > .btn,
.applyBootstrap .btn-group-vertical > .btn-group,
.applyBootstrap .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.applyBootstrap .btn-group-vertical > .btn-group:before,
.applyBootstrap .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.applyBootstrap .btn-group-vertical > .btn-group:after {
  clear: both;
}

.applyBootstrap .btn-group-vertical > .btn-group > .btn {
  float: none;
}

.applyBootstrap .btn-group-vertical > .btn + .btn,
.applyBootstrap .btn-group-vertical > .btn + .btn-group,
.applyBootstrap .btn-group-vertical > .btn-group + .btn,
.applyBootstrap .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.applyBootstrap .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.applyBootstrap .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.applyBootstrap .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.applyBootstrap
  .btn-group-vertical
  > .btn-group:not(:first-child):not(:last-child)
  > .btn {
  border-radius: 0;
}

.applyBootstrap .btn-group-vertical > .btn-group:first-child > .btn:last-child,
.applyBootstrap
  .btn-group-vertical
  > .btn-group:first-child
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.applyBootstrap .btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.applyBootstrap .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.applyBootstrap .btn-group-justified > .btn,
.applyBootstrap .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.applyBootstrap .btn-group-justified > .btn-group .btn {
  width: 100%;
}

.applyBootstrap [data-toggle="buttons"] > .btn > input[type="radio"],
.applyBootstrap [data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

.applyBootstrap .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.applyBootstrap .input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.applyBootstrap .input-group .form-control {
  width: 100% !important;
  margin-bottom: 0;
}

.applyBootstrap .input-group-lg > .form-control,
.applyBootstrap .input-group-lg > .input-group-addon,
.applyBootstrap .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.applyBootstrap .input-group-lg > .form-control,
select.applyBootstrap .input-group-lg > .input-group-addon,
select.applyBootstrap .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

textarea.applyBootstrap .input-group-lg > .form-control,
textarea.applyBootstrap .input-group-lg > .input-group-addon,
textarea.applyBootstrap .input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.applyBootstrap .input-group-sm > .form-control,
.applyBootstrap .input-group-sm > .input-group-addon,
.applyBootstrap .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.applyBootstrap .input-group-sm > .form-control,
select.applyBootstrap .input-group-sm > .input-group-addon,
select.applyBootstrap .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.applyBootstrap .input-group-sm > .form-control,
textarea.applyBootstrap .input-group-sm > .input-group-addon,
textarea.applyBootstrap .input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.applyBootstrap .input-group-addon,
.applyBootstrap .input-group-btn,
.applyBootstrap .input-group .form-control {
  display: table-cell;
}

.applyBootstrap .input-group-addon:not(:first-child):not(:last-child),
.applyBootstrap .input-group-btn:not(:first-child):not(:last-child),
.applyBootstrap .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.applyBootstrap .input-group-addon,
.applyBootstrap .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.applyBootstrap .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.applyBootstrap .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.applyBootstrap .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.applyBootstrap .input-group-addon input[type="radio"],
.applyBootstrap .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.applyBootstrap .input-group .form-control:first-child,
.applyBootstrap .input-group-addon:first-child,
.applyBootstrap .input-group-btn:first-child > .btn,
.applyBootstrap .input-group-btn:first-child > .dropdown-toggle,
.applyBootstrap
  .input-group-btn:last-child
  > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.applyBootstrap .input-group-addon:first-child {
  border-right: 0;
}

.applyBootstrap .input-group .form-control:last-child,
.applyBootstrap .input-group-addon:last-child,
.applyBootstrap .input-group-btn:last-child > .btn,
.applyBootstrap .input-group-btn:last-child > .dropdown-toggle,
.applyBootstrap .input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.applyBootstrap .input-group-addon:last-child {
  border-left: 0;
}

.applyBootstrap .input-group-btn {
  position: relative;
  white-space: nowrap;
}

.applyBootstrap .input-group-btn:first-child > .btn {
  margin-right: -1px;
}

.applyBootstrap .input-group-btn:last-child > .btn {
  margin-left: -1px;
}

.applyBootstrap .input-group-btn > .btn {
  position: relative;
}

.applyBootstrap .input-group-btn > .btn + .btn {
  margin-left: -4px;
}

.applyBootstrap .input-group-btn > .btn:hover,
.applyBootstrap .input-group-btn > .btn:active {
  z-index: 2;
}

.applyBootstrap .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.applyBootstrap .nav:before,
.applyBootstrap .nav:after {
  content: " ";
  display: table;
}

.applyBootstrap .nav:after {
  clear: both;
}

.applyBootstrap .nav > li {
  position: relative;
  display: block;
}

.applyBootstrap .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.applyBootstrap .nav > li > a:hover,
.applyBootstrap .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.applyBootstrap .nav > li.disabled > a {
  color: #999;
}

.applyBootstrap .nav > li.disabled > a:hover,
.applyBootstrap .nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.applyBootstrap .nav .open > a,
.applyBootstrap .nav .open > a:hover,
.applyBootstrap .nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}

.applyBootstrap .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.applyBootstrap .nav > li > a > img {
  max-width: none;
}

.applyBootstrap .nav-tabs {
  border-bottom: 1px solid #ddd;
}

.applyBootstrap .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.applyBootstrap .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.applyBootstrap .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.applyBootstrap .nav-tabs > li.active > a,
.applyBootstrap .nav-tabs > li.active > a:hover,
.applyBootstrap .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.applyBootstrap .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.applyBootstrap .nav-tabs.nav-justified > li {
  float: none;
}

.applyBootstrap .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.applyBootstrap .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .applyBootstrap .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .applyBootstrap .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.applyBootstrap .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.applyBootstrap .nav-tabs.nav-justified > .active > a,
.applyBootstrap .nav-tabs.nav-justified > .active > a:hover,
.applyBootstrap .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .applyBootstrap .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .applyBootstrap .nav-tabs.nav-justified > .active > a,
  .applyBootstrap .nav-tabs.nav-justified > .active > a:hover,
  .applyBootstrap .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.applyBootstrap .nav-pills > li {
  float: left;
}

.applyBootstrap .nav-pills > li > a {
  border-radius: 4px;
}

.applyBootstrap .nav-pills > li + li {
  margin-left: 2px;
}

.applyBootstrap .nav-pills > li.active > a,
.applyBootstrap .nav-pills > li.active > a:hover,
.applyBootstrap .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}

.applyBootstrap .nav-stacked > li {
  float: none;
}

.applyBootstrap .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.applyBootstrap .nav-justified {
  width: 100%;
}

.applyBootstrap .nav-justified > li {
  float: none;
}

.applyBootstrap .nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.applyBootstrap .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .applyBootstrap .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .applyBootstrap .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.applyBootstrap .nav-tabs-justified {
  border-bottom: 0;
}

.applyBootstrap .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.applyBootstrap .nav-tabs-justified > .active > a,
.applyBootstrap .nav-tabs-justified > .active > a:hover,
.applyBootstrap .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .applyBootstrap .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .applyBootstrap .nav-tabs-justified > .active > a,
  .applyBootstrap .nav-tabs-justified > .active > a:hover,
  .applyBootstrap .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.applyBootstrap .tab-content > .tab-pane {
  display: none;
}

.applyBootstrap .tab-content > .active {
  display: block;
}

.applyBootstrap .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.applyBootstrap .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.applyBootstrap .navbar:before,
.applyBootstrap .navbar:after {
  content: " ";
  display: table;
}

.applyBootstrap .navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .applyBootstrap .navbar {
    border-radius: 4px;
  }
}

.applyBootstrap .navbar-header:before,
.applyBootstrap .navbar-header:after {
  content: " ";
  display: table;
}

.applyBootstrap .navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .applyBootstrap .navbar-header {
    float: left;
  }
}

.applyBootstrap .navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.applyBootstrap .navbar-collapse:before,
.applyBootstrap .navbar-collapse:after {
  content: " ";
  display: table;
}

.applyBootstrap .navbar-collapse:after {
  clear: both;
}

.applyBootstrap .navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .applyBootstrap .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .applyBootstrap .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .applyBootstrap .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .applyBootstrap .navbar-collapse,
  .navbar-static-top .applyBootstrap .navbar-collapse,
  .navbar-fixed-bottom .applyBootstrap .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.applyBootstrap .container > .navbar-header,
.applyBootstrap .container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .applyBootstrap .container > .navbar-header,
  .applyBootstrap .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.applyBootstrap .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .applyBootstrap .navbar-static-top {
    border-radius: 0;
  }
}

.applyBootstrap .navbar-fixed-top,
.applyBootstrap .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .applyBootstrap .navbar-fixed-top,
  .applyBootstrap .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.applyBootstrap .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.applyBootstrap .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.applyBootstrap .navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.applyBootstrap .navbar-brand:hover,
.applyBootstrap .navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar > .container .applyBootstrap .navbar-brand {
    margin-left: -15px;
  }
}

.applyBootstrap .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.applyBootstrap .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.applyBootstrap .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .applyBootstrap .navbar-toggle {
    display: none;
  }
}

.applyBootstrap .navbar-nav {
  margin: 7.5px -15px;
}

.applyBootstrap .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .applyBootstrap .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .applyBootstrap .navbar-nav .open .dropdown-menu > li > a,
  .applyBootstrap .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .applyBootstrap .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  .applyBootstrap .navbar-nav .open .dropdown-menu > li > a:hover,
  .applyBootstrap .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .applyBootstrap .navbar-nav {
    float: left;
    margin: 0;
  }

  .applyBootstrap .navbar-nav > li {
    float: left;
  }

  .applyBootstrap .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .applyBootstrap .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  .applyBootstrap .navbar-left {
    float: left !important;
  }

  .applyBootstrap .navbar-right {
    float: right !important;
  }
}

.applyBootstrap .navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .applyBootstrap .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .applyBootstrap .navbar-form .form-control {
    display: inline-block;
  }

  .applyBootstrap .navbar-form select.form-control {
    width: auto;
  }

  .applyBootstrap .navbar-form .radio,
  .applyBootstrap .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

  .applyBootstrap .navbar-form .radio input[type="radio"],
  .applyBootstrap .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .applyBootstrap .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .applyBootstrap .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .applyBootstrap .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

.applyBootstrap .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.applyBootstrap .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.applyBootstrap .navbar-nav.pull-right > li > .dropdown-menu,
.applyBootstrap .navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}

.applyBootstrap .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.applyBootstrap .navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.applyBootstrap .navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.applyBootstrap .navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .applyBootstrap .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }

  .applyBootstrap .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

.applyBootstrap .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.applyBootstrap .navbar-default .navbar-brand {
  color: #777;
}

.applyBootstrap .navbar-default .navbar-brand:hover,
.applyBootstrap .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.applyBootstrap .navbar-default .navbar-text {
  color: #777;
}

.applyBootstrap .navbar-default .navbar-nav > li > a {
  color: #777;
}

.applyBootstrap .navbar-default .navbar-nav > li > a:hover,
.applyBootstrap .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.applyBootstrap .navbar-default .navbar-nav > .active > a,
.applyBootstrap .navbar-default .navbar-nav > .active > a:hover,
.applyBootstrap .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.applyBootstrap .navbar-default .navbar-nav > .disabled > a,
.applyBootstrap .navbar-default .navbar-nav > .disabled > a:hover,
.applyBootstrap .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.applyBootstrap .navbar-default .navbar-toggle {
  border-color: #ddd;
}

.applyBootstrap .navbar-default .navbar-toggle:hover,
.applyBootstrap .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.applyBootstrap .navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}

.applyBootstrap .navbar-default .navbar-collapse,
.applyBootstrap .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.applyBootstrap .navbar-default .navbar-nav > .open > a,
.applyBootstrap .navbar-default .navbar-nav > .open > a:hover,
.applyBootstrap .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .applyBootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .applyBootstrap
    .navbar-default
    .navbar-nav
    .open
    .dropdown-menu
    > li
    > a:hover,
  .applyBootstrap
    .navbar-default
    .navbar-nav
    .open
    .dropdown-menu
    > li
    > a:focus {
    color: #333;
    background-color: transparent;
  }

  .applyBootstrap
    .navbar-default
    .navbar-nav
    .open
    .dropdown-menu
    > .active
    > a,
  .applyBootstrap
    .navbar-default
    .navbar-nav
    .open
    .dropdown-menu
    > .active
    > a:hover,
  .applyBootstrap
    .navbar-default
    .navbar-nav
    .open
    .dropdown-menu
    > .active
    > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .applyBootstrap
    .navbar-default
    .navbar-nav
    .open
    .dropdown-menu
    > .disabled
    > a,
  .applyBootstrap
    .navbar-default
    .navbar-nav
    .open
    .dropdown-menu
    > .disabled
    > a:hover,
  .applyBootstrap
    .navbar-default
    .navbar-nav
    .open
    .dropdown-menu
    > .disabled
    > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.applyBootstrap .navbar-default .navbar-link {
  color: #777;
}

.applyBootstrap .navbar-default .navbar-link:hover {
  color: #333;
}

.applyBootstrap .navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.applyBootstrap .navbar-inverse .navbar-brand {
  color: #999;
}

.applyBootstrap .navbar-inverse .navbar-brand:hover,
.applyBootstrap .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.applyBootstrap .navbar-inverse .navbar-text {
  color: #999;
}

.applyBootstrap .navbar-inverse .navbar-nav > li > a {
  color: #999;
}

.applyBootstrap .navbar-inverse .navbar-nav > li > a:hover,
.applyBootstrap .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.applyBootstrap .navbar-inverse .navbar-nav > .active > a,
.applyBootstrap .navbar-inverse .navbar-nav > .active > a:hover,
.applyBootstrap .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.applyBootstrap .navbar-inverse .navbar-nav > .disabled > a,
.applyBootstrap .navbar-inverse .navbar-nav > .disabled > a:hover,
.applyBootstrap .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.applyBootstrap .navbar-inverse .navbar-toggle {
  border-color: #333;
}

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

.applyBootstrap .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.applyBootstrap .navbar-inverse .navbar-collapse,
.applyBootstrap .navbar-inverse .navbar-form {
  border-color: #101010;
}

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

@media (max-width: 767px) {
  .applyBootstrap
    .navbar-inverse
    .navbar-nav
    .open
    .dropdown-menu
    > .dropdown-header {
    border-color: #080808;
  }

  .applyBootstrap .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

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

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

  .applyBootstrap
    .navbar-inverse
    .navbar-nav
    .open
    .dropdown-menu
    > .active
    > a,
  .applyBootstrap
    .navbar-inverse
    .navbar-nav
    .open
    .dropdown-menu
    > .active
    > a:hover,
  .applyBootstrap
    .navbar-inverse
    .navbar-nav
    .open
    .dropdown-menu
    > .active
    > a:focus {
    color: #fff;
    background-color: #080808;
  }

  .applyBootstrap
    .navbar-inverse
    .navbar-nav
    .open
    .dropdown-menu
    > .disabled
    > a,
  .applyBootstrap
    .navbar-inverse
    .navbar-nav
    .open
    .dropdown-menu
    > .disabled
    > a:hover,
  .applyBootstrap
    .navbar-inverse
    .navbar-nav
    .open
    .dropdown-menu
    > .disabled
    > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.applyBootstrap .navbar-inverse .navbar-link {
  color: #999;
}

.applyBootstrap .navbar-inverse .navbar-link:hover {
  color: #fff;
}

.applyBootstrap .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.applyBootstrap .breadcrumb > li {
  display: inline-block;
}

.applyBootstrap .breadcrumb > li + li:before {
  content: "/Â ";
  padding: 0 5px;
  color: #ccc;
}

.applyBootstrap .breadcrumb > .active {
  color: #999;
}

.applyBootstrap .pagination {
  display: inline-block;
  padding-left: 0;
  border-radius: 4px;
  padding-bottom: 1px;
}

.applyBootstrap .pagination > li {
  display: inline;
}

.applyBootstrap .pagination > li > a,
.applyBootstrap .pagination > li > span {
  position: relative;
  margin: 0 12px;
  padding: 6px 4px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #fff;
  margin-left: -1px;
  font-weight: normal;
  font-size: 12px;
}

.applyBootstrap .pagination .active {
  display: inline;
}

.applyBootstrap .pagination .active > a,
.applyBootstrap .pagination .active > span {
  position: relative;
  margin: 0 12px;
  padding: 6px 4px;
  line-height: 1.42857143;
  background-color: #fff;
  margin-left: -1px;
  font-weight: normal;
  font-size: 12px;
}

.applyBootstrap .pagination > li > a:hover,
.applyBootstrap .pagination > li > a:focus {
  background-color: #eee;
}

.applyBootstrap .pagination > .active > a,
.applyBootstrap .pagination > .active > span,
.applyBootstrap .pagination > .active > a:hover,
.applyBootstrap .pagination > .active > span:hover,
.applyBootstrap .pagination > .active > a:focus,
.applyBootstrap .pagination > .active > span:focus {
  z-index: 2;
  font-weight: normal;
  font-size: 12px;
}

.applyBootstrap .pagination > .pagelink > a,
.applyBootstrap .pagination > .pagelink > span,
.applyBootstrap .pagination > .pagelink > a:hover,
.applyBootstrap .pagination > .pagelink > span:hover,
.applyBootstrap .pagination > .pagelink > a:focus,
.applyBootstrap .pagination > .pagelink > span:focus {
  z-index: 2;
  cursor: pointer;
  font-weight: normal;
  font-size: 12px;
}

.applyBootstrap .pagination > .disabled > span,
.applyBootstrap .pagination > .disabled > span:hover,
.applyBootstrap .pagination > .disabled > span:focus,
.applyBootstrap .pagination > .disabled > a,
.applyBootstrap .pagination > .disabled > a:hover,
.applyBootstrap .pagination > .disabled > a:focus {
  cursor: default;
}

.applyBootstrap .pagination a[class^="pull"] {
  display: inline-block;
  margin-top: 12px;
  font-weight: bold;
}

.applyBootstrap .pagination a.text-muted {
  cursor: default;
  text-decoration: none;
}

.applyBootstrap .pagination-lg > li > a,
.applyBootstrap .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.applyBootstrap .pagination-sm > li > a,
.applyBootstrap .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.applyBootstrap .pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.applyBootstrap .pager:before,
.applyBootstrap .pager:after {
  content: " ";
  display: table;
}

.applyBootstrap .pager:after {
  clear: both;
}

.applyBootstrap .pager li {
  display: inline;
}

.applyBootstrap .pager li > a,
.applyBootstrap .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.applyBootstrap .pager li > a:hover,
.applyBootstrap .pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.applyBootstrap .pager .next > a,
.applyBootstrap .pager .next > span {
  float: right;
}

.applyBootstrap .pager .previous > a,
.applyBootstrap .pager .previous > span {
  float: left;
}

.applyBootstrap .pager .disabled > a,
.applyBootstrap .pager .disabled > a:hover,
.applyBootstrap .pager .disabled > a:focus,
.applyBootstrap .pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: not-allowed;
}

.applyBootstrap .label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.applyBootstrap .label[href]:hover,
.applyBootstrap .label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.applyBootstrap .label:empty {
  display: none;
}

.btn .applyBootstrap .label {
  position: relative;
  top: -1px;
}

.applyBootstrap .label-default {
  background-color: #999;
}

.applyBootstrap .label-default[href]:hover,
.applyBootstrap .label-default[href]:focus {
  background-color: #808080;
}

.applyBootstrap .label-primary {
  background-color: #428bca;
}

.applyBootstrap .label-primary[href]:hover,
.applyBootstrap .label-primary[href]:focus {
  background-color: #3071a9;
}

.applyBootstrap .label-success {
  background-color: #5cb85c;
}

.applyBootstrap .label-success[href]:hover,
.applyBootstrap .label-success[href]:focus {
  background-color: #449d44;
}

.applyBootstrap .label-info {
  background-color: #5bc0de;
}

.applyBootstrap .label-info[href]:hover,
.applyBootstrap .label-info[href]:focus {
  background-color: #31b0d5;
}

.applyBootstrap .label-warning {
  background-color: #f0ad4e;
}

.applyBootstrap .label-warning[href]:hover,
.applyBootstrap .label-warning[href]:focus {
  background-color: #ec971f;
}

.applyBootstrap .label-danger {
  background-color: #d9534f;
}

.applyBootstrap .label-danger[href]:hover,
.applyBootstrap .label-danger[href]:focus {
  background-color: #c9302c;
}

.applyBootstrap .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999;
  border-radius: 10px;
}

.applyBootstrap .badge:empty {
  display: none;
}

.btn .applyBootstrap .badge {
  position: relative;
  top: -1px;
}

.applyBootstrap a.badge:hover,
.applyBootstrap a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.applyBootstrap a.list-group-item.active > .badge,
.applyBootstrap .nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}

.applyBootstrap .nav-pills > li > a > .badge {
  margin-left: 3px;
}

.applyBootstrap .jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.14285714;
  color: inherit;
  background-color: #eee;
}

.applyBootstrap .jumbotron h1,
.applyBootstrap .jumbotron .h1 {
  line-height: 1;
  color: inherit;
}

.applyBootstrap .jumbotron p {
  line-height: 1.4;
}

.container .applyBootstrap .jumbotron {
  border-radius: 6px;
}

.applyBootstrap .jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .applyBootstrap .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .applyBootstrap .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  .applyBootstrap .jumbotron h1,
  .applyBootstrap .jumbotron .h1 {
    font-size: 63px;
  }
}

.applyBootstrap .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.applyBootstrap .thumbnail > img,
.applyBootstrap .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

a.applyBootstrap .thumbnail:hover,
a.applyBootstrap .thumbnail:focus,
a.applyBootstrap .thumbnail.active {
  border-color: #428bca;
}

.applyBootstrap .thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.applyBootstrap .progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.applyBootstrap .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.applyBootstrap .progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
}

.applyBootstrap .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.applyBootstrap .progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .applyBootstrap .progress-bar-success {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.applyBootstrap .progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .applyBootstrap .progress-bar-info {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.applyBootstrap .progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .applyBootstrap .progress-bar-warning {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.applyBootstrap .progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .applyBootstrap .progress-bar-danger {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.applyBootstrap .media,
.applyBootstrap .media-body {
  overflow: hidden;
  zoom: 1;
}

.applyBootstrap .media,
.applyBootstrap .media .media {
  margin-top: 15px;
}

.applyBootstrap .media:first-child {
  margin-top: 0;
}

.applyBootstrap .media-object {
  display: block;
}

.applyBootstrap .media-heading {
  margin: 0 0 5px;
}

.applyBootstrap .media > .pull-left {
  margin-right: 10px;
}

.applyBootstrap .media > .pull-right {
  margin-left: 10px;
}

.applyBootstrap .media-list {
  padding-left: 0;
  list-style: none;
}

.applyBootstrap .list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.applyBootstrap .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.applyBootstrap .list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.applyBootstrap .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.applyBootstrap .list-group-item > .badge {
  float: right;
}

.applyBootstrap .list-group-item > .badge + .badge {
  margin-right: 5px;
}

.applyBootstrap a.list-group-item {
  color: #555;
}

.applyBootstrap a.list-group-item .list-group-item-heading {
  color: #333;
}

.applyBootstrap a.list-group-item:hover,
.applyBootstrap a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.applyBootstrap a.list-group-item.active,
.applyBootstrap a.list-group-item.active:hover,
.applyBootstrap a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

.applyBootstrap a.list-group-item.active .list-group-item-heading,
.applyBootstrap a.list-group-item.active:hover .list-group-item-heading,
.applyBootstrap a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

.applyBootstrap a.list-group-item.active .list-group-item-text,
.applyBootstrap a.list-group-item.active:hover .list-group-item-text,
.applyBootstrap a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.applyBootstrap .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.applyBootstrap .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.applyBootstrap .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.applyBootstrap .panel-body {
  padding: 15px;
}

.applyBootstrap .panel-body:before,
.applyBootstrap .panel-body:after {
  content: " ";
  display: table;
}

.applyBootstrap .panel-body:after {
  clear: both;
}

.applyBootstrap .panel > .list-group {
  margin-bottom: 0;
}

.applyBootstrap .panel > .list-group .list-group-item {
  border-width: 1px 0;
}

.applyBootstrap .panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.applyBootstrap .panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.applyBootstrap .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.applyBootstrap .panel > .table,
.applyBootstrap .panel > .table-responsive > .table {
  margin-bottom: 0;
}

.applyBootstrap .panel > .panel-body + .table,
.applyBootstrap .panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}

.applyBootstrap .panel > .table > tbody:first-child th,
.applyBootstrap .panel > .table > tbody:first-child td {
  border-top: 0;
}

.applyBootstrap .panel > .table-bordered,
.applyBootstrap .panel > .table-responsive > .table-bordered {
  border: 0;
}

.applyBootstrap .panel > .table-bordered > thead > tr > th:first-child,
.applyBootstrap
  .panel
  > .table-responsive
  > .table-bordered
  > thead
  > tr
  > th:first-child,
.applyBootstrap .panel > .table-bordered > tbody > tr > th:first-child,
.applyBootstrap
  .panel
  > .table-responsive
  > .table-bordered
  > tbody
  > tr
  > th:first-child,
.applyBootstrap .panel > .table-bordered > tfoot > tr > th:first-child,
.applyBootstrap
  .panel
  > .table-responsive
  > .table-bordered
  > tfoot
  > tr
  > th:first-child,
.applyBootstrap .panel > .table-bordered > thead > tr > td:first-child,
.applyBootstrap
  .panel
  > .table-responsive
  > .table-bordered
  > thead
  > tr
  > td:first-child,
.applyBootstrap .panel > .table-bordered > tbody > tr > td:first-child,
.applyBootstrap
  .panel
  > .table-responsive
  > .table-bordered
  > tbody
  > tr
  > td:first-child,
.applyBootstrap .panel > .table-bordered > tfoot > tr > td:first-child,
.applyBootstrap
  .panel
  > .table-responsive
  > .table-bordered
  > tfoot
  > tr
  > td:first-child {
  border-left: 0;
}

.applyBootstrap .panel > .table-bordered > thead > tr > th:last-child,
.applyBootstrap
  .panel
  > .table-responsive
  > .table-bordered
  > thead
  > tr
  > th:last-child,
.applyBootstrap .panel > .table-bordered > tbody > tr > th:last-child,
.applyBootstrap
  .panel
  > .table-responsive
  > .table-bordered
  > tbody
  > tr
  > th:last-child,
.applyBootstrap .panel > .table-bordered > tfoot > tr > th:last-child,
.applyBootstrap
  .panel
  > .table-responsive
  > .table-bordered
  > tfoot
  > tr
  > th:last-child,
.applyBootstrap .panel > .table-bordered > thead > tr > td:last-child,
.applyBootstrap
  .panel
  > .table-responsive
  > .table-bordered
  > thead
  > tr
  > td:last-child,
.applyBootstrap .panel > .table-bordered > tbody > tr > td:last-child,
.applyBootstrap
  .panel
  > .table-responsive
  > .table-bordered
  > tbody
  > tr
  > td:last-child,
.applyBootstrap .panel > .table-bordered > tfoot > tr > td:last-child,
.applyBootstrap
  .panel
  > .table-responsive
  > .table-bordered
  > tfoot
  > tr
  > td:last-child {
  border-right: 0;
}

.applyBootstrap .panel > .table-bordered > thead > tr:last-child > th,
.applyBootstrap
  .panel
  > .table-responsive
  > .table-bordered
  > thead
  > tr:last-child
  > th,
.applyBootstrap .panel > .table-bordered > tbody > tr:last-child > th,
.applyBootstrap
  .panel
  > .table-responsive
  > .table-bordered
  > tbody
  > tr:last-child
  > th,
.applyBootstrap .panel > .table-bordered > tfoot > tr:last-child > th,
.applyBootstrap
  .panel
  > .table-responsive
  > .table-bordered
  > tfoot
  > tr:last-child
  > th,
.applyBootstrap .panel > .table-bordered > thead > tr:last-child > td,
.applyBootstrap
  .panel
  > .table-responsive
  > .table-bordered
  > thead
  > tr:last-child
  > td,
.applyBootstrap .panel > .table-bordered > tbody > tr:last-child > td,
.applyBootstrap
  .panel
  > .table-responsive
  > .table-bordered
  > tbody
  > tr:last-child
  > td,
.applyBootstrap .panel > .table-bordered > tfoot > tr:last-child > td,
.applyBootstrap
  .panel
  > .table-responsive
  > .table-bordered
  > tfoot
  > tr:last-child
  > td {
  border-bottom: 0;
}

.applyBootstrap .panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.applyBootstrap .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.applyBootstrap .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.applyBootstrap .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.applyBootstrap .panel-title > a {
  color: inherit;
}

.applyBootstrap .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.applyBootstrap .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}

.applyBootstrap .panel-group .panel + .panel {
  margin-top: 5px;
}

.applyBootstrap .panel-group .panel-heading {
  border-bottom: 0;
}

.applyBootstrap .panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}

.applyBootstrap .panel-group .panel-footer {
  border-top: 0;
}

.applyBootstrap .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.applyBootstrap .panel-default {
  border-color: #ddd;
}

.applyBootstrap .panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.applyBootstrap .panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}

.applyBootstrap .panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}

.applyBootstrap .panel-primary {
  border-color: #428bca;
}

.applyBootstrap .panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

.applyBootstrap .panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

.applyBootstrap .panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.applyBootstrap .panel-success {
  border-color: #d6e9c6;
}

.applyBootstrap .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.applyBootstrap .panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.applyBootstrap .panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.applyBootstrap .panel-warning {
  border-color: #faebcc;
}

.applyBootstrap .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.applyBootstrap .panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}

.applyBootstrap .panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}

.applyBootstrap .panel-danger {
  border-color: #ebccd1;
}

.applyBootstrap .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.applyBootstrap .panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}

.applyBootstrap .panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

.applyBootstrap .panel-info {
  border-color: #bce8f1;
}

.applyBootstrap .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.applyBootstrap .panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.applyBootstrap .panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.applyBootstrap .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.applyBootstrap .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.applyBootstrap .well-lg {
  padding: 24px;
  border-radius: 6px;
}

.applyBootstrap .well-sm {
  padding: 9px;
  border-radius: 3px;
}

.applyBootstrap .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.applyBootstrap .close:hover,
.applyBootstrap .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.applyBootstrap .close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.applyBootstrap .modal-open {
  overflow: hidden;
}

.applyBootstrap .modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}

.applyBootstrap .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.applyBootstrap .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.applyBootstrap .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 1050;
}

.applyBootstrap .modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.applyBootstrap .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}

.applyBootstrap .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.applyBootstrap .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.applyBootstrap .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}

.applyBootstrap .modal-header .close {
  margin-top: -2px;
}

.applyBootstrap .modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.applyBootstrap .modal-body {
  position: relative;
  padding: 20px;
}

.applyBootstrap .modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.applyBootstrap .modal-footer:before,
.applyBootstrap .modal-footer:after {
  content: " ";
  display: table;
}

.applyBootstrap .modal-footer:after {
  clear: both;
}

.applyBootstrap .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.applyBootstrap .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.applyBootstrap .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .applyBootstrap .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .applyBootstrap .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.applyBootstrap .tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.applyBootstrap .tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.applyBootstrap .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.applyBootstrap .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.applyBootstrap .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.applyBootstrap .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.applyBootstrap .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.applyBootstrap .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.applyBootstrap .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.applyBootstrap .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.applyBootstrap .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.applyBootstrap .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.applyBootstrap .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.applyBootstrap .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.applyBootstrap .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.applyBootstrap .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.applyBootstrap .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

.applyBootstrap .popover.top {
  margin-top: -10px;
}

.applyBootstrap .popover.right {
  margin-left: 10px;
}

.applyBootstrap .popover.bottom {
  margin-top: 10px;
}

.applyBootstrap .popover.left {
  margin-left: -10px;
}

.applyBootstrap .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.applyBootstrap .popover-content {
  padding: 9px 14px;
}

.applyBootstrap .popover .arrow,
.applyBootstrap .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.applyBootstrap .popover .arrow {
  border-width: 11px;
}

.applyBootstrap .popover .arrow:after {
  border-width: 10px;
  content: "";
}

.applyBootstrap .popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.applyBootstrap .popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.applyBootstrap .popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.applyBootstrap .popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.applyBootstrap .popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.applyBootstrap .popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.applyBootstrap .popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.applyBootstrap .popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.applyBootstrap .carousel {
  position: relative;
}

.applyBootstrap .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.applyBootstrap .carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.applyBootstrap .carousel-inner > .item > img,
.applyBootstrap .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

.applyBootstrap .carousel-inner > .active,
.applyBootstrap .carousel-inner > .next,
.applyBootstrap .carousel-inner > .prev {
  display: block;
}

.applyBootstrap .carousel-inner > .active {
  left: 0;
}

.applyBootstrap .carousel-inner > .next,
.applyBootstrap .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.applyBootstrap .carousel-inner > .next {
  left: 100%;
}

.applyBootstrap .carousel-inner > .prev {
  left: -100%;
}

.applyBootstrap .carousel-inner > .next.left,
.applyBootstrap .carousel-inner > .prev.right {
  left: 0;
}

.applyBootstrap .carousel-inner > .active.left {
  left: -100%;
}

.applyBootstrap .carousel-inner > .active.right {
  left: 100%;
}

.applyBootstrap .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.applyBootstrap .carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    color-stop(rgba(0, 0, 0, 0.5) 0%),
    color-stop(rgba(0, 0, 0, 0.0001) 100%)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
}

.applyBootstrap .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(
    left,
    color-stop(rgba(0, 0, 0, 0.0001) 0%),
    color-stop(rgba(0, 0, 0, 0.5) 100%)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
}

.applyBootstrap .carousel-control:hover,
.applyBootstrap .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.applyBootstrap .carousel-control .icon-prev,
.applyBootstrap .carousel-control .icon-next,
.applyBootstrap .carousel-control .glyphicon-chevron-left,
.applyBootstrap .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.applyBootstrap .carousel-control .icon-prev,
.applyBootstrap .carousel-control .glyphicon-chevron-left {
  left: 50%;
}

.applyBootstrap .carousel-control .icon-next,
.applyBootstrap .carousel-control .glyphicon-chevron-right {
  right: 50%;
}

.applyBootstrap .carousel-control .icon-prev,
.applyBootstrap .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.applyBootstrap .carousel-control .icon-prev:before {
  content: "â€¹";
}

.applyBootstrap .carousel-control .icon-next:before {
  content: "â€º";
}

.applyBootstrap .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.applyBootstrap .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.applyBootstrap .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.applyBootstrap .carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.applyBootstrap .carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .applyBootstrap .carousel-control .glyphicons-chevron-left,
  .applyBootstrap .carousel-control .glyphicons-chevron-right,
  .applyBootstrap .carousel-control .icon-prev,
  .applyBootstrap .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }

  .applyBootstrap .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .applyBootstrap .carousel-indicators {
    bottom: 20px;
  }
}

.applyBootstrap .footerNav {
  padding-top: 0 !important;
}

.applyBootstrap .footerNav .dropdown-menu {
  width: 250px !important;
  padding: 5px;
}

.applyBootstrap .clearfix:before,
.applyBootstrap .clearfix:after {
  content: " ";
  display: table;
}

.applyBootstrap .clearfix:after {
  clear: both;
}

.applyBootstrap .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.applyBootstrap .hide {
  display: none !important;
}

.applyBootstrap .show {
  display: block !important;
}

.applyBootstrap .invisible {
  visibility: hidden;
}

.applyBootstrap .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.applyBootstrap .hidden {
  display: none !important;
  visibility: hidden !important;
}

.applyBootstrap .affix {
  position: fixed;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

@-ms-viewport {
  width: device-width;
}

.applyBootstrap .visible-xs,
tr.applyBootstrap .visible-xs,
th.applyBootstrap .visible-xs,
td.applyBootstrap .visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .applyBootstrap .visible-xs {
    display: block !important;
  }

  table.applyBootstrap .visible-xs {
    display: table;
  }

  tr.applyBootstrap .visible-xs {
    display: table-row !important;
  }

  th.applyBootstrap .visible-xs,
  td.applyBootstrap .visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .applyBootstrap .visible-xs.visible-sm {
    display: block !important;
  }

  table.applyBootstrap .visible-xs.visible-sm {
    display: table;
  }

  tr.applyBootstrap .visible-xs.visible-sm {
    display: table-row !important;
  }

  th.applyBootstrap .visible-xs.visible-sm,
  td.applyBootstrap .visible-xs.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .applyBootstrap .visible-xs.visible-md {
    display: block !important;
  }

  table.applyBootstrap .visible-xs.visible-md {
    display: table;
  }

  tr.applyBootstrap .visible-xs.visible-md {
    display: table-row !important;
  }

  th.applyBootstrap .visible-xs.visible-md,
  td.applyBootstrap .visible-xs.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .applyBootstrap .visible-xs.visible-lg {
    display: block !important;
  }

  table.applyBootstrap .visible-xs.visible-lg {
    display: table;
  }

  tr.applyBootstrap .visible-xs.visible-lg {
    display: table-row !important;
  }

  th.applyBootstrap .visible-xs.visible-lg,
  td.applyBootstrap .visible-xs.visible-lg {
    display: table-cell !important;
  }
}

.applyBootstrap .visible-sm,
tr.applyBootstrap .visible-sm,
th.applyBootstrap .visible-sm,
td.applyBootstrap .visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .applyBootstrap .visible-sm.visible-xs {
    display: block !important;
  }

  table.applyBootstrap .visible-sm.visible-xs {
    display: table;
  }

  tr.applyBootstrap .visible-sm.visible-xs {
    display: table-row !important;
  }

  th.applyBootstrap .visible-sm.visible-xs,
  td.applyBootstrap .visible-sm.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .applyBootstrap .visible-sm {
    display: block !important;
  }

  table.applyBootstrap .visible-sm {
    display: table;
  }

  tr.applyBootstrap .visible-sm {
    display: table-row !important;
  }

  th.applyBootstrap .visible-sm,
  td.applyBootstrap .visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .applyBootstrap .visible-sm.visible-md {
    display: block !important;
  }

  table.applyBootstrap .visible-sm.visible-md {
    display: table;
  }

  tr.applyBootstrap .visible-sm.visible-md {
    display: table-row !important;
  }

  th.applyBootstrap .visible-sm.visible-md,
  td.applyBootstrap .visible-sm.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .applyBootstrap .visible-sm.visible-lg {
    display: block !important;
  }

  table.applyBootstrap .visible-sm.visible-lg {
    display: table;
  }

  tr.applyBootstrap .visible-sm.visible-lg {
    display: table-row !important;
  }

  th.applyBootstrap .visible-sm.visible-lg,
  td.applyBootstrap .visible-sm.visible-lg {
    display: table-cell !important;
  }
}

.applyBootstrap .visible-md,
tr.applyBootstrap .visible-md,
th.applyBootstrap .visible-md,
td.applyBootstrap .visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .applyBootstrap .visible-md.visible-xs {
    display: block !important;
  }

  table.applyBootstrap .visible-md.visible-xs {
    display: table;
  }

  tr.applyBootstrap .visible-md.visible-xs {
    display: table-row !important;
  }

  th.applyBootstrap .visible-md.visible-xs,
  td.applyBootstrap .visible-md.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .applyBootstrap .visible-md.visible-sm {
    display: block !important;
  }

  table.applyBootstrap .visible-md.visible-sm {
    display: table;
  }

  tr.applyBootstrap .visible-md.visible-sm {
    display: table-row !important;
  }

  th.applyBootstrap .visible-md.visible-sm,
  td.applyBootstrap .visible-md.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .applyBootstrap .visible-md {
    display: block !important;
  }

  table.applyBootstrap .visible-md {
    display: table;
  }

  tr.applyBootstrap .visible-md {
    display: table-row !important;
  }

  th.applyBootstrap .visible-md,
  td.applyBootstrap .visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .applyBootstrap .visible-md.visible-lg {
    display: block !important;
  }

  table.applyBootstrap .visible-md.visible-lg {
    display: table;
  }

  tr.applyBootstrap .visible-md.visible-lg {
    display: table-row !important;
  }

  th.applyBootstrap .visible-md.visible-lg,
  td.applyBootstrap .visible-md.visible-lg {
    display: table-cell !important;
  }
}

.applyBootstrap .visible-lg,
tr.applyBootstrap .visible-lg,
th.applyBootstrap .visible-lg,
td.applyBootstrap .visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .applyBootstrap .visible-lg.visible-xs {
    display: block !important;
  }

  table.applyBootstrap .visible-lg.visible-xs {
    display: table;
  }

  tr.applyBootstrap .visible-lg.visible-xs {
    display: table-row !important;
  }

  th.applyBootstrap .visible-lg.visible-xs,
  td.applyBootstrap .visible-lg.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .applyBootstrap .visible-lg.visible-sm {
    display: block !important;
  }

  table.applyBootstrap .visible-lg.visible-sm {
    display: table;
  }

  tr.applyBootstrap .visible-lg.visible-sm {
    display: table-row !important;
  }

  th.applyBootstrap .visible-lg.visible-sm,
  td.applyBootstrap .visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .applyBootstrap .visible-lg.visible-md {
    display: block !important;
  }

  table.applyBootstrap .visible-lg.visible-md {
    display: table;
  }

  tr.applyBootstrap .visible-lg.visible-md {
    display: table-row !important;
  }

  th.applyBootstrap .visible-lg.visible-md,
  td.applyBootstrap .visible-lg.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .applyBootstrap .visible-lg {
    display: block !important;
  }

  table.applyBootstrap .visible-lg {
    display: table;
  }

  tr.applyBootstrap .visible-lg {
    display: table-row !important;
  }

  th.applyBootstrap .visible-lg,
  td.applyBootstrap .visible-lg {
    display: table-cell !important;
  }
}

.applyBootstrap .hidden-xs {
  display: block !important;
}

table.applyBootstrap .hidden-xs {
  display: table;
}

tr.applyBootstrap .hidden-xs {
  display: table-row !important;
}

th.applyBootstrap .hidden-xs,
td.applyBootstrap .hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .applyBootstrap .hidden-xs,
  tr.applyBootstrap .hidden-xs,
  th.applyBootstrap .hidden-xs,
  td.applyBootstrap .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .applyBootstrap .hidden-xs.hidden-sm,
  tr.applyBootstrap .hidden-xs.hidden-sm,
  th.applyBootstrap .hidden-xs.hidden-sm,
  td.applyBootstrap .hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .applyBootstrap .hidden-xs.hidden-md,
  tr.applyBootstrap .hidden-xs.hidden-md,
  th.applyBootstrap .hidden-xs.hidden-md,
  td.applyBootstrap .hidden-xs.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .applyBootstrap .hidden-xs.hidden-lg,
  tr.applyBootstrap .hidden-xs.hidden-lg,
  th.applyBootstrap .hidden-xs.hidden-lg,
  td.applyBootstrap .hidden-xs.hidden-lg {
    display: none !important;
  }
}

.applyBootstrap .hidden-sm {
  display: block !important;
}

table.applyBootstrap .hidden-sm {
  display: table;
}

tr.applyBootstrap .hidden-sm {
  display: table-row !important;
}

th.applyBootstrap .hidden-sm,
td.applyBootstrap .hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .applyBootstrap .hidden-sm.hidden-xs,
  tr.applyBootstrap .hidden-sm.hidden-xs,
  th.applyBootstrap .hidden-sm.hidden-xs,
  td.applyBootstrap .hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .applyBootstrap .hidden-sm,
  tr.applyBootstrap .hidden-sm,
  th.applyBootstrap .hidden-sm,
  td.applyBootstrap .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .applyBootstrap .hidden-sm.hidden-md,
  tr.applyBootstrap .hidden-sm.hidden-md,
  th.applyBootstrap .hidden-sm.hidden-md,
  td.applyBootstrap .hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .applyBootstrap .hidden-sm.hidden-lg,
  tr.applyBootstrap .hidden-sm.hidden-lg,
  th.applyBootstrap .hidden-sm.hidden-lg,
  td.applyBootstrap .hidden-sm.hidden-lg {
    display: none !important;
  }
}

.applyBootstrap .hidden-md {
  display: block !important;
}

table.applyBootstrap .hidden-md {
  display: table;
}

tr.applyBootstrap .hidden-md {
  display: table-row !important;
}

th.applyBootstrap .hidden-md,
td.applyBootstrap .hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .applyBootstrap .hidden-md.hidden-xs,
  tr.applyBootstrap .hidden-md.hidden-xs,
  th.applyBootstrap .hidden-md.hidden-xs,
  td.applyBootstrap .hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .applyBootstrap .hidden-md.hidden-sm,
  tr.applyBootstrap .hidden-md.hidden-sm,
  th.applyBootstrap .hidden-md.hidden-sm,
  td.applyBootstrap .hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .applyBootstrap .hidden-md,
  tr.applyBootstrap .hidden-md,
  th.applyBootstrap .hidden-md,
  td.applyBootstrap .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .applyBootstrap .hidden-md.hidden-lg,
  tr.applyBootstrap .hidden-md.hidden-lg,
  th.applyBootstrap .hidden-md.hidden-lg,
  td.applyBootstrap .hidden-md.hidden-lg {
    display: none !important;
  }
}

.applyBootstrap .hidden-lg {
  display: block !important;
}

table.applyBootstrap .hidden-lg {
  display: table;
}

tr.applyBootstrap .hidden-lg {
  display: table-row !important;
}

th.applyBootstrap .hidden-lg,
td.applyBootstrap .hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .applyBootstrap .hidden-lg.hidden-xs,
  tr.applyBootstrap .hidden-lg.hidden-xs,
  th.applyBootstrap .hidden-lg.hidden-xs,
  td.applyBootstrap .hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .applyBootstrap .hidden-lg.hidden-sm,
  tr.applyBootstrap .hidden-lg.hidden-sm,
  th.applyBootstrap .hidden-lg.hidden-sm,
  td.applyBootstrap .hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .applyBootstrap .hidden-lg.hidden-md,
  tr.applyBootstrap .hidden-lg.hidden-md,
  th.applyBootstrap .hidden-lg.hidden-md,
  td.applyBootstrap .hidden-lg.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .applyBootstrap .hidden-lg,
  tr.applyBootstrap .hidden-lg,
  th.applyBootstrap .hidden-lg,
  td.applyBootstrap .hidden-lg {
    display: none !important;
  }
}

.applyBootstrap .visible-print,
tr.applyBootstrap .visible-print,
th.applyBootstrap .visible-print,
td.applyBootstrap .visible-print {
  display: none !important;
}

@media print {
  .applyBootstrap .visible-print {
    display: block !important;
  }

  table.applyBootstrap .visible-print {
    display: table;
  }

  tr.applyBootstrap .visible-print {
    display: table-row !important;
  }

  th.applyBootstrap .visible-print,
  td.applyBootstrap .visible-print {
    display: table-cell !important;
  }

  .applyBootstrap .hidden-print,
  tr.applyBootstrap .hidden-print,
  th.applyBootstrap .hidden-print,
  td.applyBootstrap .hidden-print {
    display: none !important;
  }
}

.agenciesWrap .Agencies .wrapper {
  float: left;
  display: block;
  width: 46%;
  padding: 10px;
  margin: 5px;
  border: 1px #ccc solid;
  height: 220px;
  position: relative;
}

.agenciesWrap .Agencies .wrapper:hover {
  background: #ececec;
}

.agenciesWrap .Agencies .pic,
.agenciesWrap .Agencies .details {
  float: left;
  display: block;
  padding: 5px;
}

.agenciesWrap .Agencies .pic {
  width: 190px;
  height: 110px;
  display: block;
  text-align: left;
}

.agenciesWrap .Agencies .pic img {
  max-width: 190px;
  padding: 2px;
}

.agenciesWrap .Agencies h2 {
  margin: 10px 0 10px 5px;
  font-weight: bold;
}

.agenciesWrap .Agencies .anchorbutton {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 100px;
}

.newsArticleWrap .title {
  margin-bottom: 10px !important;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newsArticleWrap .bodyCopy {
  height: 80px !important;
}

.agencyWrap .detailsWrapper {
  float: left;
  width: 50%;
  min-width: 300px;
}

.agencyWrap .detailsWrapper div {
  width: 100%;
  width: auto\9;
}

.agencyWrap .agencyDetails {
  margin: 20px 20px 0 20px;
  display: block;
}

.agencyWrap .agencyDetails h2 {
  font-size: 26px;
  font-weight: bold;
}

.agencyWrap .agencyDetails img {
  float: right;
  max-height: 120px;
}

.agencyWrap .agencyDetails div {
  float: left;
}

.agencyWrap .Agency .biography {
  display: none;
}

.agencyWrap .Agency h2 {
  margin: 10px 0 10px 0;
}

.agencyWrap .Agency .AgencyDetails {
  display: block;
}

.agencyWrap .agencyContactDetails {
  float: left;
  margin-left: 10px;
}

.agencyWrap .contactFormWrapper {
  float: left;
  margin: 10px 20px 0 0;
  padding-bottom: 15px;
  min-width: 240px;
  width: 45%;
}

.agencyWrap .contactFormWrapper input.textbox {
  border: 1px solid #ccc;
  float: left;
  height: 32px;
  margin-bottom: 10px;
  width: 100%;
  color: #616161;
  margin-top: 2px;
  padding: 3px 3px 3px 10px;
  box-sizing: border-box;
}

.agencyWrap .contactFormWrapper .textarea {
  border: 1px solid #ccc;
  float: left;
  height: 100px;
  margin-bottom: 10px;
  width: 100%;
  padding: 3px 4px 3px 10px;
  box-sizing: border-box;
}

.agencyWrap #map_canvas {
  width: 100%;
  height: 300px;
}

.agencyWrap .agencyDetails {
  display: block;
  margin: 5px;
}

.agencyWrap .agencyDetails img {
  float: right;
  max-width: 360px;
}

.agencyWrap .title {
  display: block;
  font-weight: bold;
  padding-top: 10px;
}

.agencyWrap label {
  font-weight: bold;
}

.agencyWrap ul.agencyList {
  list-style: none;
  margin: 0;
  margin-bottom: 15px;
}

.agencyWrap ul.agencyList li {
  float: left;
  width: 33%;
}

.agencyWrap .horizontalDivider {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: 0;
}

.agencyWrap .licenseWrap {
  display: block;
  padding: 0 0 10px 8px;
  font-size: 13px;
}

.agentWrap h2 {
  padding: 0;
  margin-bottom: 10px;
}

.agentWrap .contactAgentInner {
  width: 100%;
}

.agentWrap .contactAgentInner.fields {
  width: 97%;
}

@media screen and (max-width: 750px) {
  .agentWrap .contactAgentInner.fields {
    width: 100%;
  }
}

.agentWrap .master-content {
  margin-top: 10px;
}

.agentWrap .areas-serviced {
  margin-top: 10px;
  border-top: 1px #eee solid;
  padding-top: 10px;
}

.agentWrap .areas-serviced .serviceLinks {
  width: 150px;
}

.agentWrap .contactFormWrapper {
  float: right;
  margin: 10px 20px 0 0;
  padding-bottom: 15px;
  width: 94%;
  min-height: 400px;
}

.agentWrap .contactFormWrapper input.textbox {
  border: 1px solid #ccc;
  float: left;
  height: 24px;
  margin-bottom: 10px;
  width: 97% !important;
  color: #616161;
  margin-top: 2px;
  padding: 3px 3px 3px 10px;
}

.agentWrap .contactFormWrapper .textarea {
  border: 1px solid #ccc;
  float: left;
  height: 100px;
  margin-bottom: 10px;
  width: 97% !important;
  padding: 3px 4px 3px 10px;
}

.agentWrap .contactFormWrapper .button {
  width: 100%;
}

.agentWrap .contactFormWrapper .capture-wrapper {
  display: none;
}

.agentWrap .sc_panel {
  padding: 5px;
  position: relative;
}

.agentWrap .p24_profileSocial {
  position: absolute;
  top: 10px;
  right: 10px;
}

.agentWrap .area-search {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 10px;
  margin: 5px;
  clear: both;
  display: block;
}

.agentWrap .area-search label,
.agentWrap .area-search .label-danger,
.agentWrap .area-search .label-primary {
  padding: 5px;
  cursor: pointer;
}

.agentWrap .area-search .label-danger,
.agentWrap .area-search .label-primary {
  color: #fff;
  margin-left: 5px;
  float: right;
  margin-top: -2px;
  min-width: 15px;
  text-align: center;
}

.agentWrap .area-search .label-danger {
  background-color: #d9534f;
}

.agentWrap .area-search .label-primary {
  background-color: #428bca;
}

.agentAbout {
  white-space: pre-line;
}

.agentHeading {
  font-weight: bold;
}

div.alertsWrap {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 10px;
}

div.alertsWrap h3 {
  margin-bottom: 10px;
}

.errorText {
  color: #f00;
}

.alertsBlockLabel {
  width: 120px;
}

.alertsBorder {
  border-style: solid;
  border-width: 1px;
  border-color: #d6d6d6;
}

.alertsTable {
  width: 856px;
}

.alertsCell {
  text-align: right;
}

.alertWrapper {
  color: #666;
  border: 1px #ddd solid;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  display: block;
  background: #fff;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  behavior: url(/content/themes/base/PIE.htc);
}

.alertWrapper .alertInner {
  position: relative;
  padding: 10px;
}

.alertWrapper .actions {
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px;
  display: block;
}

.alertWrapper .date {
  color: #ccc;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 10px;
  display: block;
}

.alertsWrap .button {
  width: 80px;
}

.alertsWrap .button:hover {
  width: 80px;
}

/*!
 * Bootstrap Utilities v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif:
    system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans",
    "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace:
    SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(
    var(--bs-primary-rgb),
    var(--bs-bg-opacity, 1)
  ) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(
    var(--bs-secondary-rgb),
    var(--bs-bg-opacity, 1)
  ) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(
    var(--bs-success-rgb),
    var(--bs-bg-opacity, 1)
  ) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(
    var(--bs-info-rgb),
    var(--bs-bg-opacity, 1)
  ) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(
    var(--bs-warning-rgb),
    var(--bs-bg-opacity, 1)
  ) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(
    var(--bs-danger-rgb),
    var(--bs-bg-opacity, 1)
  ) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(
    var(--bs-light-rgb),
    var(--bs-bg-opacity, 1)
  ) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(
    var(--bs-dark-rgb),
    var(--bs-bg-opacity, 1)
  ) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(
    var(--bs-primary-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
  text-decoration-color: RGBA(
    var(--bs-primary-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
}

.link-primary:focus,
.link-primary:hover {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(
    10,
    88,
    202,
    var(--bs-link-underline-opacity, 1)
  ) !important;
  text-decoration-color: RGBA(
    10,
    88,
    202,
    var(--bs-link-underline-opacity, 1)
  ) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(
    var(--bs-secondary-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
  text-decoration-color: RGBA(
    var(--bs-secondary-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
}

.link-secondary:focus,
.link-secondary:hover {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(
    86,
    94,
    100,
    var(--bs-link-underline-opacity, 1)
  ) !important;
  text-decoration-color: RGBA(
    86,
    94,
    100,
    var(--bs-link-underline-opacity, 1)
  ) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(
    var(--bs-success-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
  text-decoration-color: RGBA(
    var(--bs-success-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
}

.link-success:focus,
.link-success:hover {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(
    20,
    108,
    67,
    var(--bs-link-underline-opacity, 1)
  ) !important;
  text-decoration-color: RGBA(
    20,
    108,
    67,
    var(--bs-link-underline-opacity, 1)
  ) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(
    var(--bs-info-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
  text-decoration-color: RGBA(
    var(--bs-info-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
}

.link-info:focus,
.link-info:hover {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(
    61,
    213,
    243,
    var(--bs-link-underline-opacity, 1)
  ) !important;
  text-decoration-color: RGBA(
    61,
    213,
    243,
    var(--bs-link-underline-opacity, 1)
  ) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(
    var(--bs-warning-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
  text-decoration-color: RGBA(
    var(--bs-warning-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
}

.link-warning:focus,
.link-warning:hover {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(
    255,
    205,
    57,
    var(--bs-link-underline-opacity, 1)
  ) !important;
  text-decoration-color: RGBA(
    255,
    205,
    57,
    var(--bs-link-underline-opacity, 1)
  ) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(
    var(--bs-danger-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
  text-decoration-color: RGBA(
    var(--bs-danger-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
}

.link-danger:focus,
.link-danger:hover {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(
    176,
    42,
    55,
    var(--bs-link-underline-opacity, 1)
  ) !important;
  text-decoration-color: RGBA(
    176,
    42,
    55,
    var(--bs-link-underline-opacity, 1)
  ) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(
    var(--bs-light-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
  text-decoration-color: RGBA(
    var(--bs-light-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
}

.link-light:focus,
.link-light:hover {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(
    249,
    250,
    251,
    var(--bs-link-underline-opacity, 1)
  ) !important;
  text-decoration-color: RGBA(
    249,
    250,
    251,
    var(--bs-link-underline-opacity, 1)
  ) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(
    var(--bs-dark-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
  text-decoration-color: RGBA(
    var(--bs-dark-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
}

.link-dark:focus,
.link-dark:hover {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(
    26,
    30,
    33,
    var(--bs-link-underline-opacity, 1)
  ) !important;
  text-decoration-color: RGBA(
    26,
    30,
    33,
    var(--bs-link-underline-opacity, 1)
  ) !important;
}

.link-body-emphasis {
  color: RGBA(
    var(--bs-emphasis-color-rgb),
    var(--bs-link-opacity, 1)
  ) !important;
  -webkit-text-decoration-color: RGBA(
    var(--bs-emphasis-color-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
  text-decoration-color: RGBA(
    var(--bs-emphasis-color-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
}

.link-body-emphasis:focus,
.link-body-emphasis:hover {
  color: RGBA(
    var(--bs-emphasis-color-rgb),
    var(--bs-link-opacity, 0.75)
  ) !important;
  -webkit-text-decoration-color: RGBA(
    var(--bs-emphasis-color-rgb),
    var(--bs-link-underline-opacity, 0.75)
  ) !important;
  text-decoration-color: RGBA(
    var(--bs-emphasis-color-rgb),
    var(--bs-link-underline-opacity, 0.75)
  ) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0)
    var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width)
    var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  -webkit-text-decoration-color: rgba(
    var(--bs-link-color-rgb),
    var(--bs-link-opacity, 0.5)
  );
  text-decoration-color: rgba(
    var(--bs-link-color-rgb),
    var(--bs-link-opacity, 0.5)
  );
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}

@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:focus-visible > .bi,
.icon-link-hover:hover > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

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

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-sm-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-md-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-xxl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),
.visually-hidden:not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-focus-ring-opacity)
  );
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(
    var(--bs-secondary-rgb),
    var(--bs-focus-ring-opacity)
  );
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(
    var(--bs-success-rgb),
    var(--bs-focus-ring-opacity)
  );
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(
    var(--bs-warning-rgb),
    var(--bs-focus-ring-opacity)
  );
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(
    var(--bs-danger-rgb),
    var(--bs-focus-ring-opacity)
  );
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(
    var(--bs-light-rgb),
    var(--bs-focus-ring-opacity)
  );
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-border-opacity)
  ) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-secondary-rgb),
    var(--bs-border-opacity)
  ) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-success-rgb),
    var(--bs-border-opacity)
  ) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-warning-rgb),
    var(--bs-border-opacity)
  ) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}

.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}

.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  -moz-column-gap: 3rem !important;
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
  text-decoration-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(
    var(--bs-secondary-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
  text-decoration-color: rgba(
    var(--bs-secondary-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(
    var(--bs-success-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
  text-decoration-color: rgba(
    var(--bs-success-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(
    var(--bs-info-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
  text-decoration-color: rgba(
    var(--bs-info-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(
    var(--bs-warning-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
  text-decoration-color: rgba(
    var(--bs-warning-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(
    var(--bs-danger-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
  text-decoration-color: rgba(
    var(--bs-danger-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(
    var(--bs-light-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
  text-decoration-color: rgba(
    var(--bs-light-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(
    var(--bs-dark-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
  text-decoration-color: rgba(
    var(--bs-dark-rgb),
    var(--bs-link-underline-opacity)
  ) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(
    var(--bs-link-color-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
  text-decoration-color: rgba(
    var(--bs-link-color-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-secondary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-success-rgb),
    var(--bs-bg-opacity)
  ) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-warning-rgb),
    var(--bs-bg-opacity)
  ) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-body-bg-rgb),
    var(--bs-bg-opacity)
  ) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-secondary-bg-rgb),
    var(--bs-bg-opacity)
  ) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-tertiary-bg-rgb),
    var(--bs-bg-opacity)
  ) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .object-fit-sm-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }

  .object-fit-sm-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }

  .object-fit-sm-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }

  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }

  .object-fit-sm-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-inline-grid {
    display: inline-grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .row-gap-sm-0 {
    row-gap: 0 !important;
  }

  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }

  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }

  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }

  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }

  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }

  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }

  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }

  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }

  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }

  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .object-fit-md-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }

  .object-fit-md-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }

  .object-fit-md-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }

  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }

  .object-fit-md-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-inline-grid {
    display: inline-grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .row-gap-md-0 {
    row-gap: 0 !important;
  }

  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }

  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }

  .row-gap-md-3 {
    row-gap: 1rem !important;
  }

  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-md-5 {
    row-gap: 3rem !important;
  }

  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }

  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }

  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }

  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }

  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }

  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .object-fit-lg-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }

  .object-fit-lg-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }

  .object-fit-lg-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }

  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }

  .object-fit-lg-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-inline-grid {
    display: inline-grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .row-gap-lg-0 {
    row-gap: 0 !important;
  }

  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }

  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }

  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }

  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }

  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }

  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }

  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }

  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }

  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }

  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .object-fit-xl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }

  .object-fit-xl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }

  .object-fit-xl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }

  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }

  .object-fit-xl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-inline-grid {
    display: inline-grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .row-gap-xl-0 {
    row-gap: 0 !important;
  }

  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }

  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }

  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }

  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }

  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }

  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }

  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }

  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }

  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }

  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }

  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }

  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }

  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }

  .object-fit-xxl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-inline-grid {
    display: inline-grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }

  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }

  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }

  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }

  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }

  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }

  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }

  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }

  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }

  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }

  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-inline-grid {
    display: inline-grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}

.breadcrumbContainer {
  padding: 5px;
}

.breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 5px 0 5px 0;
  padding: 10px;
}

.breadcrumb li {
  list-style: none;
  display: inline;
}

.breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 5px 0 5px 0;
  padding: 10px;
}

.breadcrumbContainer {
  padding: 5px !important;
}

.contactUsWrap .detailsWrapper {
  float: left;
  overflow: hidden;
  width: 50%;
}

.customDetailsWrapper {
  float: left;
  overflow: hidden;
  padding-top: 10px;
}

.contactUsWrap .detailsWrapper div {
  width: 250px;
}

.contactUsWrap .detailsWrapper a:hover {
  text-decoration: underline;
}

.contactUsWrap .agencyDetails {
  width: 100%;
}

.contactUsWrap .detailsWrapper div {
  width: 100%;
  width: auto\9;
}

.contactUsWrap #map_canvas {
  width: 100%;
  height: 300px;
}

.contactUsWrap .master-content #map_canvas {
  display: none;
}

.contactUsWrap .contactDetailsWrapper .row {
  height: 30px;
  width: 100%;
}

.contactUsWrap .contactFormWrapper {
  float: right;
  margin: 10px 20px 0 0;
  padding-bottom: 15px;
  width: 45%;
  min-height: 400px;
}

.contactUsWrap .contactFormWrapper input.textbox {
  border: 1px solid #ccc;
  float: left;
  height: 24px;
  margin-bottom: 10px;
  width: 97% !important;
  color: #616161;
  margin-top: 2px;
  padding: 3px 3px 3px 10px;
}

.contactUsWrap .contactFormWrapper .textarea {
  border: 1px solid #ccc;
  float: left;
  height: 100px;
  margin-bottom: 10px;
  width: 97% !important;
  padding: 3px 4px 3px 10px;
}

.contactUsWrap .contactFormWrapper .button {
  width: 100%;
}

.contactUsWrap .title {
  display: block;
  font-weight: bold;
  padding-top: 10px;
}

.contactUsWrap .agencies {
  display: block;
  float: right;
  text-align: left;
  width: 100%;
}

.contactUsWrap .agencies h2 {
  font-size: 24px;
}

.contactUsWrap ul.ContactDetailsList {
  list-style: none;
  margin: 0;
  margin-bottom: 15px;
}

.contactUsWrap ul.ContactDetailsList li {
  float: left;
  width: 33%;
}

.contactUsWrap .ContactDetailsDetailsWrapper {
  display: block;
  margin: 5px;
  margin-top: 15px;
}

.contactUsWrap .franchiseDetailsWrapper {
  float: left;
  display: block;
  margin: 5px;
  margin-top: 15px;
}

.contactUsWrap .ContactDetailsDetails .logo {
  max-height: 100px;
}

.contactUsWrap .ContactDetailsDetails .contentInner {
  float: left;
}

.contactUsWrap .ContactDetailsDetails img {
  float: right;
}

.contactUsWrap .ContactDetailsDetails h2 {
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: bold;
}

.contactUsWrap ul.agencyList {
  list-style: none;
  margin: 0;
  margin-bottom: 15px;
}

.contactUsWrap .ContactDetails .pic {
  display: block;
  float: left;
  padding: 5px;
}

.contactUsWrap .ContactDetails .biography {
  display: none;
}

.contactUsWrap .ContactDetails h2 {
  margin: 10px 0 10px 0;
}

.contactUsWrap .ContactDetails .ContactDetailsDetails {
  display: block;
}

.contactUsWrap .ContactDetails .MemberDetails {
  color: #444;
  display: block;
  width: 49%;
  display: inline-block;
  margin: 5px 0 5px 5px;
  float: left;
  min-height: 305px;
  border: #ccc 1px solid;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#ddd));
  background: -moz-linear-gradient(#fff, #ddd);
  background: linear-gradient(#fff, #ddd);
  -pie-background: linear-gradient(#fff, #ddd);
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: #aaa 0 2px 3px;
  -moz-box-shadow: #aaa 0 2px 3px;
  box-shadow: #aaa 0 2px 3px;
  behavior: url(/content/themes/base/PIE.htc);
}

.contactUsWrap .ContactDetails .MemberDetails img {
  max-width: 100px;
  max-height: 130px;
  border: #ccc solid 1px;
}

.contactUsWrap .ContactDetails .MemberDetails h3 {
  padding: 8px;
  font-size: 16px;
}

.contactUsWrap .ContactDetails .MemberDetails .details {
  display: block;
  float: left;
  padding: 5px;
  width: 330px;
}

.contactUsWrap .ContactDetails .MemberDetails .details img {
  border: 0;
}

.contactUsWrap .ContactDetails .MemberDetails .field {
  float: left;
  width: 150px;
  padding: 5px;
  border-bottom: 1px dashed #ccc;
}

.contactUsWrap .ContactDetails .MemberDetails .field img {
  height: 13px;
}

.contactUsWrap .ContactDetails .MemberDetails .bioWrap,
.contactUsWrap .ContactDetails .MemberDetails .bioWrap * {
  font-size: 12px !important;
  font-family: Arial !important;
  font-weight: normal !important;
}

.contactUsWrap .ContactDetailsDetails {
  display: block;
  margin: 5px;
}

.contactUsWrap .ContactDetailsDetails img {
  float: right;
  max-width: 360px;
}

.contactUsWrap .agentDetailsWrapper {
  display: block;
  margin: 5px;
  line-height: 200%;
  margin-top: 15px;
  height: 100px;
}

.contactUsWrap .agentDetails .contentInner {
  float: left;
}

.contactUsWrap .agentDetails img {
  float: right;
}

.contactUsWrap .agentDetails h2 {
  font-size: 26px;
  margin-bottom: 10px;
  color: #444;
  font-weight: bold;
}

.contactUsWrap #contactAgent .right {
  width: 100%;
}

.developmentWrap .sc_listingTabs li a {
  padding: 5px 10px !important;
}

.developmentWrap .sc_listingTop .sc_listingAddress {
  max-width: 880px !important;
}

.developmentWrap .sc_listingQuickSummary .info {
  text-align: center;
}

.developmentWrap .sc_listingQuickSummary .info div {
  display: inline-block;
  padding: 5px;
  height: 20px;
}

.developmentWrap .sc_listingQuickSummary .info div.info_value {
  padding: 0;
  margin-right: 2px;
}

.developmentWrap .sc_listingDetails h2 {
  padding: 0 0 10px 0;
}

.developmentResults .sc_listingTileTeaser img {
  max-width: 100px;
}

.editAlertWrap .standardForm.sc_formStandard {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 300px;
}

.editAlertWrap
  .standardForm.sc_formStandard
  .p24_autoComplete
  ul.token-input-list-facebook {
  margin-left: 0;
}

.editAlertWrap .standardForm.sc_formStandard .editor-field {
  margin-bottom: 15px;
}

.profileWrap {
  display: inline-block;
  margin-left: 20px;
  height: 410px;
  width: 100%;
}

.profileWrap input {
  padding: 5px !important;
  border: #eee solid 1px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  -webkit-box-shadow: #eee 0 2px 3px;
  -moz-box-shadow: #eee 0 2px 3px;
  box-shadow: #eee 0 2px 3px;
  behavior: url(/content/themes/base/PIE.htc);
}

.profileWrap .formWrap {
  height: 341px;
  float: left;
}

.profileWrap .signinWrap {
  height: 270px;
}

.profileWrap .signinWrap .formWrap {
  height: 270px;
  float: left;
}

.profileWrap .profile,
.profileWrap .myAccount {
  width: 48%;
  min-width: 400px;
  height: 410px;
  padding: 5px;
}

.profileWrap .myAccount ul {
  margin-left: 40px;
}

.profileWrap .myAccount ul li a {
  color: #359709;
}

@media screen and (max-width: 400px) {
  .profileWrap {
    margin-left: 0 !important;
  }

  .standardForm .editor-field {
    width: 250px !important;
  }
}

p24_deleteAccountModal modal-dialog {
  max-width: 420px;
}

.p24_deleteAccountModal .modal-header {
  border-bottom: 0;
  padding: 15px 15px 0;
  text-align: right;
}

.p24_deleteAccountModal .modal-body {
  text-align: center;
}

.p24_deleteAccountModal .p24_heading {
  font-weight: 400;
  margin-bottom: 25px;
}

.p24_deleteAccountModal p {
  margin-bottom: 20px;
}

.p24_deleteAccountModalBtn {
  background: #cf210f;
  border: 0;
  color: #fff;
  padding: 10px 70px;
  border-radius: 4px;
  margin-bottom: 45px;
  margin-top: 10px;
}

.delete-header {
  margin-top: 10px;
}

.deleteUserAccountWrap h1 {
  text-transform: none;
}

.deleteUserAccountWrap .deleteUserAccountMessage {
  margin-top: 10px;
}

.pageWrap #body {
  min-height: 900px;
}

.scrollNav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: #000 0 2px 3px;
  -moz-box-shadow: #000 0 2px 3px;
  box-shadow: #000 0 2px 3px;
  behavior: url(/content/themes/base/PIE.htc);
}

.scrollNav .menu {
  -webkit-border-radius: 0 0 0 0 !important;
  -moz-border-radius: 0 0 0 0 !important;
  border-radius: 0 0 0 0 !important;
}

.scrollNav a {
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin: 0 !important;
}

div.loginSection {
  display: inline-block;
  margin-left: 50px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.loginSection .text-input {
  display: block;
  width: 273px;
  height: 20px;
  padding: 4px;
  font-size: 12px;
  line-height: 20px;
  border: solid 1px #ccc;
  background-color: #fbfbfb;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-left: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #666;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.2s linear;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow:
    inset 0 1px 0 #eee,
    white 0 1px 0;
  -moz-box-shadow:
    inset 0 1px 0 #eee,
    #fff 0 1px 0;
  box-shadow:
    inset 0 1px 0 #eee,
    white 0 1px 0;
}

.listingNotFoundWrap {
  font-size: 14px;
  height: auto;
  text-align: center;
  padding: 20px;
}

.listingNotFoundWrap .text {
  padding: 110px 50px;
}

@media screen and (max-width: 414px) {
  .listingNotFoundWrap img {
    width: 330px;
  }
}

@media screen and (max-width: 320px) {
  .listingNotFoundWrap img {
    width: 270px;
  }
}

.registerWrap .registationForm {
  float: left;
  width: 310px;
  padding: 20px 80px 20px 0;
  margin: 0 10px 10px 0;
  border-right: 1px #ddd dashed;
}

.registerWrap .registationForm .button {
  padding: 10px;
  width: 100px;
}

.registerWrap .marketing {
  width: 400px;
  float: right;
  margin-right: 30px;
  padding: 10px;
}

.registerWrap .marketing h3 {
  font-size: 26px;
}

.registerWrap .marketing ul {
  list-style: url(/Content/Images/bullet.png);
  margin: 20px 40px 20px 15px;
}

.registerWrap .marketing ul li {
  font-size: 16px;
  padding: 10px;
}

.registerWrap input {
  padding: 5px !important;
  border: #eee solid 1px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  -webkit-box-shadow: #eee 0 2px 3px;
  -moz-box-shadow: #eee 0 2px 3px;
  box-shadow: #eee 0 2px 3px;
  behavior: url(/content/themes/base/PIE.htc);
}

.registerWrap p {
  font-size: 14px;
}

.resetPasswordWrap {
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 10px;
}

.text-danger,
errorText {
  white-space: pre-wrap;
}

.serverErrorWrap .agencydescription {
  margin-top: 10px;
  margin-bottom: 10px;
}

.serverErrorWrap .headingwithdescription {
  float: left;
  margin-top: 10px;
  clear: left;
}

.serverErrorWrap .headingdescriptiondivider {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 3px;
}

.serverErrorWrap .headingdescription {
  margin-top: 3px;
}

.serverErrorWrap .featuresepearator {
  border-bottom: solid 1px #ccc;
  width: 100%;
  height: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  clear: both;
}

.serverErrorWrap .propertiesblock {
  margin-top: 10px;
  clear: left;
}

.serverErrorWrap .propertiesblock .propertytilespacer {
  width: 10px;
  height: 102px;
  float: left;
}

.serverErrorWrap .propertiesblock .propertytilerowspacer {
  width: 100%;
  clear: left;
  height: 10px;
}

.serverErrorWrap .featureblock {
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.serverErrorWrap .propertytile {
  width: 45% !important;
}

.serverErrorWrap #body h1 {
  font-size: 22px;
}

.showHideWrap .fa {
  width: 15px;
  margin-right: 10px;
}

.showHideWrap .contactDetails.ShowContact {
  margin: 10px 0 10px 25px;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.searchSuggestionsWrap .suggestions {
  list-style: none;
  margin: 10px;
}

.searchSuggestionsWrap .suggestions li {
  float: left;
  width: 49%;
  list-style: none;
}

.addfavourite {
  color: #e69600;
  display: inline-block;
}

.addfavourite:hover {
  color: #ce8600;
}

.agencyWrap .agencyBlockWrap .Agency .MemberDetails {
  color: #444;
  display: block;
  width: 49%;
  display: inline-block;
  margin: 5px 0 5px 5px;
  float: left;
  min-height: 270px;
  border: #ccc 1px solid;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#ddd));
  background: -moz-linear-gradient(#fff, #ddd);
  background: linear-gradient(#fff, #ddd);
  -pie-background: linear-gradient(#fff, #ddd);
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: #aaa 0 2px 3px;
  -moz-box-shadow: #aaa 0 2px 3px;
  box-shadow: #aaa 0 2px 3px;
  behavior: url(/content/themes/base/PIE.htc);
}

.agencyWrap .agencyBlockWrap .Agency .MemberDetails .details a {
  text-transform: capitalize;
}

.agencyWrap .agencyBlockWrap .Agency .MemberDetails img {
  max-width: 100px;
  max-height: 130px;
  border: #ccc solid 1px;
}

.agencyWrap .agencyBlockWrap .Agency .MemberDetails h3 {
  padding: 8px;
  font-size: 16px;
}

.agencyWrap .agencyBlockWrap .Agency .MemberDetails .details {
  display: block;
  float: left;
  padding: 5px;
  width: 70%;
}

.agencyWrap .agencyBlockWrap .Agency .MemberDetails .details img {
  border: 0;
}

.agencyWrap .agencyBlockWrap .Agency .MemberDetails .field {
  float: left;
  width: 45%;
  padding: 5px;
  border-bottom: 1px dashed #ccc;
  height: 30px;
}

.agencyWrap .agencyBlockWrap .Agency .MemberDetails .detailsField {
  padding: 5px;
}

.agencyWrap .agencyBlockWrap .Agency .MemberDetails .bioWrap,
.agencyWrap .agencyBlockWrap .Agency .MemberDetails .bioWrap * {
  font-size: 12px !important;
  font-family: Arial !important;
  font-weight: normal !important;
}

.agencyWrap .agencyBlockWrap .Agency .pic {
  display: block;
  float: left;
  padding: 5px;
}

.p24_autoComplete {
  position: relative;
  min-height: 45px;
  max-height: 100px;
}

.p24_autoComplete .token-input-list-facebook {
  width: 100%;
}

.p24_autoComplete .p24_placeHolder {
  z-index: 1000;
  position: absolute;
  top: 8px;
  left: 10px;
  color: #838383;
  font-size: 13px;
  font-family: Verdana, sans-serif;
}

.p24_autoComplete ul {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100px;
  margin: 0;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  line-height: 20px;
  color: #838383;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}

.p24_autoComplete ul.token-input-list-facebook {
  background: #fff;
  height: 30px !important;
  position: absolute;
  display: block;
  margin-left: 5px;
}

.p24_autoComplete ul li.token-input-token-facebook {
  position: relative;
  margin: 3px;
  padding: 3px 5px 2px 5px;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
  white-space: normal;
  background-color: #5bc0de;
  border: 0;
}

.p24_autoComplete
  ul
  li.token-input-token-facebook
  span.token-input-delete-token-facebook {
  font-weight: 700;
}

.p24_autoComplete ul li input {
  padding: 3px 10px 3px 5px;
}

.featuredBlockWrap #BlockStyle {
  list-style: none;
}

.featuredBlockWrap #BlockStyle > li {
  float: left;
  width: 50%;
}

.featuredBlockWrap #BlockStyle > li .inner-wrap {
  padding: 10px 5px 10px 5px;
}

.featuredBlockWrap .FeaturedPropertyBlock {
  width: 100%;
  height: 370px;
  float: left;
  border: solid 1px #ccc;
  position: relative;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#ddd));
  background: -moz-linear-gradient(#fff, #ddd);
  background: linear-gradient(#fff, #ddd);
  -pie-background: linear-gradient(#fff, #ddd);
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  -webkit-box-shadow: #aaa 0 2px 3px;
  -moz-box-shadow: #aaa 0 2px 3px;
  box-shadow: #aaa 0 2px 3px;
  behavior: url(/content/themes/base/PIE.htc);
}

.featuredBlockWrap .FeaturedPropertyBlock a {
  color: #000 !important;
}

.featuredBlockWrap .FeaturedPropertyBlock .details {
  padding: 5px;
  display: block;
}

.featuredBlockWrap .FeaturedPropertyBlock a.link {
  color: #444;
  text-decoration: none;
}

.featuredBlockWrap .FeaturedPropertyBlock .title {
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
  display: block;
}

.featuredBlockWrap .FeaturedPropertyBlock .price {
  font-size: 18px;
  font-weight: normal;
}

.featuredBlockWrap .FeaturedPropertyBlock .price span {
  float: left;
  margin-left: 5px;
  width: 115px;
  white-space: nowrap;
  overflow: hidden;
}

.featuredBlockWrap .FeaturedPropertyBlock .price img {
  float: left;
}

.featuredBlockWrap .FeaturedPropertyBlock .image {
  margin: 2px;
  float: left;
  margin-right: 10px;
  position: relative;
  width: 61%;
}

.featuredBlockWrap .FeaturedPropertyBlock .image .GalleryImage {
  border: 1px solid;
  width: 100%;
  height: 200px;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.featuredBlockWrap .FeaturedPropertyBlock .image .status {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  border: 0;
}

.featuredBlockWrap .FeaturedPropertyBlock .image .price {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 0;
  padding: 3px;
}

.featuredBlockWrap .FeaturedPropertyBlock .description {
  padding: 10px;
  display: block;
}

.featuredBlockWrap .FeaturedPropertyBlock .icons {
  float: left;
  display: block;
  margin-top: 25px;
}

.featuredBlockWrap .FeaturedPropertyBlock .icons .icon {
  float: left;
}

.featuredBlockWrap .FeaturedPropertyBlock .icons .icontext {
  float: left;
  margin-left: 5px;
  margin-right: 10px;
}

.featuredBlockWrap .FeaturedPropertyBlock .viewbutton {
  position: absolute;
  bottom: 15px;
  right: 8px;
}

.featuredBlockWrap .FeaturedPropertyBlock ul.features {
  float: right;
  width: 36%;
  list-style: none;
}

.featuredBlockWrap .FeaturedPropertyBlock .featured {
  height: 20px;
  margin: 14px 6px 14px 6px;
  padding: 9px 7px 9px 7px;
  border: 1px #ccc solid;
  color: #444;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#ccc));
  background: -moz-linear-gradient(#fff, #ccc);
  background: linear-gradient(#fff, #ccc);
  -pie-background: linear-gradient(#fff, #ccc);
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  -webkit-box-shadow: #aaa 0 2px 3px;
  -moz-box-shadow: #aaa 0 2px 3px;
  box-shadow: #aaa 0 2px 3px;
  behavior: url(/content/themes/base/PIE.htc);
}

.featuredBlockWrap .FeaturedPropertyBlock .price {
  margin-top: 2px;
  border: 1px #aaa solid;
  behavior: url(/content/themes/base/PIE.htc);
}

.featuredBlockWrap .FeaturedPropertyBlock .featured div {
  display: inline-block;
  width: 26px;
}

.featuredBlockWrap .FeaturedPropertyBlock .featured label {
  display: inline-block;
  width: 70px;
  margin-left: 10px;
}

.featuredBlockWrap .p24_badges li,
.featuredBlockWrap .p24Banners li {
  list-style: none;
}

.featuredBlockWrap .p24_badges {
  bottom: 0;
}

.featuredBlockWrap .p24Banners {
  z-index: 100;
  left: 0;
}

.featuredBlockWrap .p24_badges li,
.featuredBlockWrap .p24Banners {
  height: 15px !important;
  border: 0 !important;
}

.featuredCarouselWrap ul.ShowCase {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 660px;
  height: 350px;
  position: relative;
}

.featuredCarouselWrap .ShowCase > li {
  width: 430px;
  height: 290px;
  cursor: pointer;
  position: relative;
}

.featuredCarouselWrap .ShowCase > li.roundabout-in-focus {
  cursor: default;
}

.featuredCarouselWrap ul.ShowCase .next,
ul.ShowCase .prev {
  width: 110px;
  height: 157px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  z-index: 9999;
  display: none;
}

.featuredCarouselWrap ul.ShowCase:hover .next,
ul.ShowCase:hover .prev {
  top: 90px;
  display: block;
}

.featuredCarouselWrap ul.ShowCase .next {
  right: -155px;
  background-image: url(/Content/Images/rightNavOFF.png);
}

.featuredCarouselWrap ul.ShowCase .next:hover {
  background: none !important;
  background-image: url(/Content/Images/rightNavON.png) !important;
}

.featuredCarouselWrap ul.ShowCase .prev {
  left: -145px;
  background-image: url(/Content/Images/leftNavOFF.png);
}

.featuredCarouselWrap ul.ShowCase .prev:hover {
  background: none !important;
  background-image: url(/Content/Images/leftNavON.png) !important;
}

.featuredCarouselWrap .FeaturedPropertyBlock {
  width: 465px;
  height: 360px;
  border: solid 5px #fff;
  background: #fff;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: #000 0 2px 3px;
  -moz-box-shadow: #000 0 2px 3px;
  box-shadow: #000 0 2px 3px;
  behavior: url(/content/themes/base/PIE.htc);
}

.featuredCarouselWrap .FeaturedPropertyBlock .description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65px;
  overflow: hidden;
  background: url(/Content/Images/gallery-overlay.png);
  color: #fff;
  font-size: 11px;
}

.featuredCarouselWrap .FeaturedPropertyBlock .description .title {
  font-size: 12px;
}

.featuredCarouselWrap .FeaturedPropertyBlock .description span {
  display: block;
  padding: 5px;
}

.featuredCarouselWrap .FeaturedPropertyBlock .imageWrapper {
  position: relative;
}

.featuredCarouselWrap .FeaturedPropertyBlock .imageWrapper .status {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  border: 0;
}

.featuredCarouselWrap .p24_badges li,
.featuredCarouselWrap .p24Banners li {
  list-style: none;
}

.featuredCarouselWrap .p24_badges {
  bottom: 98px;
}

.featuredCarouselWrap .p24Banners {
  z-index: 100;
  left: 0;
}

.featuredCarouselWrap .p24_badges li,
.featuredCarouselWrap .p24Banners {
  height: 15px !important;
  border: 0 !important;
}

.contactAgencyWrapDefault {
  float: left;
  padding-bottom: 15px;
  width: 100%;
}

.contactAgencyWrapDefault select {
  border: 1px solid #ccc;
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
}

.contactAgencyWrapDefault .heading {
  padding-bottom: 10px;
}

.contactAgencyWrapDefault .heading .title {
  margin-left: 10px;
  margin-top: 1px;
}

.contactAgencyWrapDefault input.textbox {
  border: 1px solid #ccc;
  float: left;
  height: 24px;
  margin-bottom: 10px;
  width: 228px;
  color: #616161;
  margin-top: 2px;
  padding: 3px 3px 3px 10px;
}

.contactAgencyWrapDefault .textarea {
  border: 1px solid #ccc;
  float: left;
  height: 100px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-top: 10px;
  width: 228px;
  font-size: 14px;
  color: #616161;
}

.contactAgencyWrapDefault .button {
  float: right;
  padding: 2px;
  position: relative;
  width: 100%;
}

.contactAgencyWrapDefault .capture-wrapper {
  padding-top: 10px;
  clear: both;
  display: none;
  width: 100%;
}

.contactAgencyWrapDefault .capture-wrapper img {
  width: 100%;
}

.p24_popiBeforeContinuing {
  margin-top: 15px;
  text-align: center;
  font-weight: 500;
  line-height: 18px;
  color: #787c83;
}

.p24_popiBeforeContinuing .policyLink {
  display: inline !important;
}

.alertPopia .p24_popiBeforeContinuing {
  margin-top: 0;
  text-align: left;
}

.contactFranchiseWrap .contactFormWrapper {
  margin-top: 10px;
  padding-bottom: 15px;
  width: 238px;
}

.contactFranchiseWrap .contactFormWrapper select {
  border: 1px solid #ccc;
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
}

.contactFranchiseWrap .contactFormWrapper .heading {
  padding-bottom: 10px;
}

.contactFranchiseWrap .heading .title {
  margin-left: 10px;
  margin-top: 1px;
}

.contactFranchiseWrap .contactFormWrapper input.textbox {
  border: 1px solid #ccc;
  float: left;
  height: 24px;
  margin-bottom: 10px;
  color: #616161;
  margin-top: 2px;
  padding-left: 10px;
  width: 228px;
}

.contactFranchiseWrap .contactFormWrapper .textarea {
  border: 1px solid #ccc;
  float: left;
  height: 100px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-top: 10px;
  width: 228px;
  font-size: 14px;
  color: #616161;
}

.contactFranchiseWrap .contactFormWrapper .button {
  float: right;
  padding: 2px;
  position: relative;
}

.contactFranchiseWrap .capture-wrapper {
  padding-top: 10px;
  clear: both;
  display: none;
  width: 100%;
}

.contactFranchiseWrap .capture-wrapper img {
  width: 100%;
}

.defaultResultsWrap .pagenav {
  max-width: 320px;
}

.defaultResultsWrap .pagenav span.right {
  width: 65px;
}

.defaultResultsWrap .pager {
  margin: 10px 0 10px 0;
}

.defaultResultsWrap .page-title {
  float: left;
  max-width: 700px;
}

.defaultResultsWrap .page-title span {
  display: none;
}

.defaultResultsWrap .resultsPagerWrap {
  float: right;
}

.defaultResultsWrap #sortByWrap {
  width: 190px;
  padding: 10px;
  display: flex;
  flex-direction: column-reverse;
}

.defaultResultsWrap .searchFilter .filter select {
  width: 110px;
  margin: 2px;
  padding: 3px;
}

.defaultResultsWrap .searchFilter p {
  font-weight: bold;
}

.defaultResultsWrap .searchFilter .filter ul li {
  float: left;
  width: 50%;
  font-size: 12px;
}

.defaultResultsWrap p.Noresults {
  margin: 10px 0 10px 0;
  clear: left;
}

.defaultResultsWrap .PopularSuburbs {
  clear: left;
  margin-top: 10px;
}

.defaultResultsWrap .PopularSuburbs p {
  color: #444;
}

.defaultResultsWrap .PopularSuburbs ul {
  margin-top: 10px;
  list-style: none;
}

.defaultResultsWrap .PopularSuburbs ul li {
  width: 33%;
  display: block;
  float: left;
}

.defaultResultsWrap .p24_badges li,
.defaultResultsWrap .p24Banners li {
  list-style: none;
}

.defaultResultsWrap .p24Banners {
  z-index: 100;
}

.defaultVerticalResultsWrap .detailsContainer * {
  float: left;
  line-height: 50px;
}

.defaultVerticalResultsWrap .detailsContainer .icon {
  vertical-align: middle !important;
  font-size: 18px;
  margin-right: 4px !important;
  color: #5c6576;
}

.defaultVerticalResultsWrap .detailsContainer .fa-check {
  color: #008000 !important;
  font-size: 12px;
  margin-right: 15px !important;
}

.defaultVerticalResultsWrap .detailsContainer span.text {
  margin-right: 15px;
}

.defaultVerticalResultsWrap .pagenav {
  max-width: 320px;
}

.defaultVerticalResultsWrap .pagenav span.right {
  width: 65px;
}

.defaultVerticalResultsWrap .pager {
  margin: 10px 0 10px 0;
}

.defaultVerticalResultsWrap .page-title {
  float: left;
}

.defaultVerticalResultsWrap .resultsPagerWrap {
  float: right;
}

.defaultVerticalResultsWrap #sortByWrap {
  width: 190px;
}

.defaultVerticalResultsWrap .propertyTileWrapper {
  background-color: #f5f5f5;
  position: relative;
  width: 49%;
  float: left;
  margin: 2px;
  height: 240px;
}

.defaultVerticalResultsWrap .propertyTileWrapper .innerWrap {
  padding: 2px;
  position: relative;
}

.defaultVerticalResultsWrap .propertyTileWrapper:hover {
  background: #ddd;
}

.defaultVerticalResultsWrap .propertyTileWrapper .imageWrapper {
  display: inline-block;
  position: absolute;
  width: 300px;
  padding: 10px;
}

.defaultVerticalResultsWrap .propertyTileWrapper .content {
  height: 240px;
  width: calc(100% - 320px);
  left: 320px;
  position: absolute;
}

.defaultVerticalResultsWrap .propertyTileWrapper .content .addRemoveFavourite {
  margin-top: 10px;
}

.defaultVerticalResultsWrap .propertyTileWrapper .content .addfavourite {
  position: absolute;
  right: 10px;
  overflow: hidden;
}

.defaultVerticalResultsWrap .propertyTileWrapper h2.price {
  font-size: 20px;
  margin-top: 10px;
  padding: 0;
}

.defaultVerticalResultsWrap
  .propertyTileWrapper
  .content
  .listingContent
  .detailsContainer
  * {
  float: left;
  line-height: 50px;
}

.defaultVerticalResultsWrap
  .propertyTileWrapper
  .content
  .listingContent
  .detailsContainer
  .icon {
  vertical-align: middle !important;
  font-size: 18px;
  margin-right: 4px !important;
  color: #5c6576;
}

.defaultVerticalResultsWrap
  .propertyTileWrapper
  .content
  .listingContent
  .detailsContainer
  .fa-check {
  color: #008000 !important;
  font-size: 12px;
  margin-right: 15px !important;
}

.defaultVerticalResultsWrap
  .propertyTileWrapper
  .content
  .listingContent
  .detailsContainer
  span.text {
  margin-right: 15px;
}

.defaultVerticalResultsWrap .propertyTileWrapper h2.title {
  padding: 0;
  overflow: hidden;
  font-size: 16px;
  margin-top: 5px;
}

.defaultVerticalResultsWrap .propertyTileWrapper .description {
  max-height: 80px;
}

.defaultVerticalResultsWrap .propertyTileWrapper .description p {
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 5px;
  max-height: 65px;
}

.defaultVerticalResultsWrap .propertyTileWrapper .descriptionMedium p {
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 5px;
  max-height: 65px;
}

.defaultVerticalResultsWrap .propertyTileWrapper .detailsContainer {
  margin-top: 5px;
}

.defaultVerticalResultsWrap
  .propertyTileWrapper
  .detailsContainer
  .default-vertical-no-padding {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
}

.defaultVerticalResultsWrap .propertyTileWrapper .detailsContainer .bedsSpan {
  margin-left: 5px;
}

.defaultVerticalResultsWrap .propertyTileWrapper .listingSizes {
  margin-top: 5px;
  clear: left;
}

.defaultVerticalResultsWrap .propertyTileWrapper .listingSizes .sc_erfSize {
  margin-left: 10px;
}

.defaultVerticalResultsWrap .propertyTileWrapper .viewDetails .anchorbutton {
  padding: 0;
}

.defaultVerticalResultsWrap .bedroomIcon {
  margin-top: 3px;
}

.defaultVerticalResultsWrap .propertyTileWrapper .viewDetails {
  position: absolute;
  bottom: 10px;
}

.defaultVerticalResultsWrap .propertyTileWrapper .viewDetails .anchorbutton {
  text-transform: uppercase;
  font-weight: bold;
  width: 120px;
}

.defaultVerticalResultsWrap .propertyTileWrapper .viewDetails .anchorbutton p {
  padding: 5px;
}

.defaultVerticalResultsWrap p.Noresults {
  clear: both;
  margin: 10px 0 10px 0;
  color: #f00;
}

.defaultVerticalResultsWrap .searchFilter .filter select {
  width: 110px;
  margin: 2px;
  padding: 3px;
}

.defaultVerticalResultsWrap .searchFilter p {
  font-weight: bold;
}

.defaultVerticalResultsWrap .searchFilter .filter ul li {
  float: left;
  width: 50%;
  font-size: 12px;
}

.defaultVerticalResultsWrap .PopularSuburbs {
  margin-top: 10px;
}

.defaultVerticalResultsWrap .PopularSuburbs p {
  color: #444;
}

.defaultVerticalResultsWrap .PopularSuburbs ul {
  margin-top: 10px;
  list-style: none;
}

.defaultVerticalResultsWrap .PopularSuburbs ul li {
  width: 29%;
  display: block;
  float: left;
}

.defaultVerticalResultsWrap .propertyTileWrapper .status {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}

.defaultVerticalResultsWrap .page-title span {
  display: none;
}

.defaultVerticalMobileOnly {
  display: none;
}

.defaultVerticalResultsWrap .propertyTileWrapper .address {
  overflow: hidden;
  color: #6e6e6e;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 10px;
  margin-bottom: 10px;
}

.defaultVerticalResultsWrap .propertyTileWrapper #mediaIcons {
  height: 28px;
  display: block;
  margin-top: -3px !important;
}

.defaultVerticalResultsWrap .propertyTileWrapper #mediaIcons img {
  padding: 8px 3px;
}

.defaultVerticalResultsWrap .p24_badges li,
.defaultVerticalResultsWrap .p24Banners li {
  list-style: none;
}

.defaultVerticalResultsWrap .p24_badges {
  bottom: 10px;
}

.defaultVerticalResultsWrap .p24Banners {
  z-index: 100;
}

.developmentResults .pull-left {
  float: left !important;
}

.developmentResults .sc_panel .sc_listingTile {
  margin-bottom: 15px;
  padding: 0;
}

.developmentResults .sc_panel {
  position: relative;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin: 0 0 15px 0;
}

.developmentResults .sc_listingTile img {
  max-width: 100%;
}

.developmentResults .sc_panel.sc_listingTile .sc_listingTileContent {
  position: relative;
  width: 850px;
  height: 192px;
  padding: 10px;
}

.developmentResults
  .sc_panel.sc_listingTile
  .sc_listingTileContent
  .sc_listingTileTeaser {
  height: 55px;
  color: #515b6d;
  line-height: 18px;
  overflow: hidden;
}

.developmentResults
  .sc_panel.sc_listingTile
  .sc_listingTileContent
  .sc_listingTileType {
  font-size: 19px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.developmentResults
  .sc_panel.sc_listingTile
  .sc_listingTileContent
  .sc_listingTileAddress {
  margin: 5px 0;
  font-size: 14px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.developmentResults
  .sc_panel.sc_listingTile
  .sc_listingTileContent
  .sc_listingTilePrice {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 4px;
}

.developmentResults
  .sc_panel.sc_listingTile
  .sc_listingTileContent
  .sc_listingTilePrice.sc_listingTilePriceDevelopments {
  margin-bottom: 5px;
}

.developmentResults
  .sc_panel.sc_listingTile
  .sc_listingTileContent
  .sc_listingTilePrice.sc_listingTilePriceDevelopments
  span {
  font-size: 19px;
}

.developmentResults
  .sc_panel.sc_listingTile
  .sc_listingTileContent
  .sc_listingTilePrice
  span {
  padding-right: 5px;
}

.developmentResults
  .sc_panel.sc_listingTile
  .sc_listingTileContent
  .sc_listingTilePrice
  span.p24_listingTilePriceText {
  font-size: 19px;
}

.developmentResults
  .sc_panel.sc_listingTile
  .sc_listingTileContent
  .sc_listingTilePrice
  span.sc_listingTilePriceRange {
  font-size: 14px;
}

.developmentResults
  .sc_panel.sc_listingTile
  .sc_listingTileContent
  .sc_listingTilePrice
  span.sc_listingTilePriceRentTermDescription {
  font-size: 14px;
  color: #2f2c2a;
}

.developmentResults .sc_listingTileTeaser {
  height: auto !important;
}

.clearFloat {
  clear: both;
}

.developmentWrap .sc_listingTop .sc_listingAddress h1 {
  padding-top: 5px !important;
}

.flatLayoutWrap .paging a,
.flatLayoutWrap #tabs a,
.flatLayoutWrap .contactAgentWrapper a,
.flatLayoutWrap .descWrap {
  color: #444;
}

.flatLayoutWrap #tabs {
  margin-top: 30px;
  position: relative;
}

.flatLayoutWrap .listingTitle {
  margin: 0 5px 0 5px;
}

.flatLayoutWrap .topBlock p {
  margin-top: 10px;
}

.flatLayoutWrap hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: 0;
}

.flatLayoutWrap .description {
  margin: 10px 0 5px 0;
  overflow: hidden;
}

.flatLayoutWrap .listingprice {
  font-size: 22px;
  margin-right: 10px;
  font-weight: bold;
}

.flatLayoutWrap .listingtitle {
  font-size: 22px;
}

.flatLayoutWrap .views {
  font-size: 18px;
}

.flatLayoutWrap .erfSize {
  max-width: 130px;
}

.flatLayoutWrap .erfSize .left {
  font-size: 12px;
}

.flatLayoutWrap .viewsWrap {
  margin-top: 20px;
}

.flatLayoutWrap .socialLeft {
  background-image: url(/Content/Images/SocialLeftBg.png);
  float: left;
  height: 28px;
  width: 5px;
}

.flatLayoutWrap .socialBody {
  background-image: url(/Content/Images/SocialBodyBg.png);
  background-repeat: repeat-x;
  float: left;
  height: 28px;
  width: auto;
}

.flatLayoutWrap .socialRight {
  background-image: url(/Content/Images/SocialRightBg.png);
  float: left;
  height: 28px;
  width: 5px;
}

.flatLayoutWrap .socialSeporator {
  background-image: url(/Content/Images/SocialSeporator.png);
  background-repeat: no-repeat;
  height: 28px;
  width: 2px;
}

.flatLayoutWrap .description .title {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding: 0;
}

.flatLayoutWrap .tableRow {
  border-bottom: 1px solid #ccc;
  height: 25px;
}

.flatLayoutWrap .listingNumberWrapper {
  background-image: url(/Content/Images/ListingNumberBg.png);
  color: #fff;
  font-size: 14px;
  height: 29px;
  margin: 5px auto auto;
  width: 275px;
}

.flatLayoutWrap .contactAgentWrapper ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.flatLayoutWrap .contactAgentWrapper ul li {
  display: inline;
  float: left;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.flatLayoutWrap .contactAgentWrapper .captcha img {
  display: block;
  margin: 10px auto;
  border: 1px solid #333;
}

.flatLayoutWrap .contactAgentWrapper .captcha p {
  margin-bottom: 5px;
  color: #f00;
}

.flatLayoutWrap .detailsWrapperBottom {
  background-image: url(/Content/Images/ContactAgentBottom.png);
  height: 10px;
  margin: auto;
  width: 275px;
}

.flatLayoutWrap #tabs_container {
  margin: 5px auto auto;
  width: 276px;
}

.flatLayoutWrap .leftcolumn {
  width: 61%;
  height: auto;
  float: left;
  color: #555;
  margin-left: 5px;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  padding: 10px;
  margin-bottom: 10px;
  background: #fff;
}

.flatLayoutWrap .leftcolumnBasic {
  width: 71%;
  height: auto;
  float: left;
  color: #555;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  padding: 10px;
  margin-bottom: 10px;
  background: #fff;
}

.flatLayoutWrap .leftcolumn .listingDetails,
.flatLayoutWrap .leftcolumnBasic .listingDetails {
  margin-top: 10px;
  background: #fff;
  width: 100%;
}

.flatLayoutWrap .leftcolumn .listingDetails .left,
.flatLayoutWrap .leftcolumnBasic .listingDetails .left {
  padding: 5px;
}

.flatLayoutWrap .leftcolumn .listingDetails h2,
.flatLayoutWrap .leftcolumnBasic .listingDetails h2 {
  overflow: hidden;
}

.flatLayoutWrap .rightcolumn {
  float: right;
  height: auto;
  width: 35%;
  border: 1px solid #dcdcdc;
  background: #fff;
  margin-right: 5px;
  border-radius: 4px;
}

.flatLayoutWrap .rightcolumnBasic {
  float: right;
  height: auto;
  width: 25%;
  border: 1px solid #dcdcdc;
  background: #fff;
  margin-right: 5px;
  border-radius: 4px;
}

.flatLayoutWrap #agentinfocontent {
  padding: 10px 0 10px 0;
  clear: both;
}

.flatLayoutWrap #agencyinfocontent img,
.flatLayoutWrap #agentinfocontent img {
  margin-top: 10px;
  float: left;
  padding: 2px;
  display: inline;
  margin-top: -5px;
  padding-right: 10px;
}

.flatLayoutWrap .rightcolumnBasic #agencyinfocontent img,
.flatLayoutWrap .rightcolumnBasic #agentinfocontent img {
  margin-top: 10px;
  float: left;
  padding: 2px;
  display: inline;
  margin-top: 0;
  padding-right: 10px;
}

.flatLayoutWrap #agencyinfocontent img {
  max-width: 340px;
  max-height: 200px;
}

.flatLayoutWrap .rightcolumnBasic #agencyinfocontent img {
  max-width: 215px;
  max-height: 125px;
}

.flatLayoutWrap .agencyWrap {
  max-height: 200px;
}

.flatLayoutWrap #agentinfocontent .p24_AgentPhoto {
  width: 106px;
  height: auto;
}

.flatLayoutWrap .rightcolumn .section,
.flatLayoutWrap .rightcolumnBasic .section {
  clear: left;
  margin-bottom: 15px;
  border: 0 !important;
  padding: 10px;
  background: #fff;
}

.flatLayoutWrap .rightcolumn .sectionborder,
.flatLayoutWrap .rightcolumnBasic .sectionborder {
  border-bottom: solid 1px #ccc;
  padding-bottom: 15px;
}

.flatLayoutWrap .rightcolumn .section .sectionicon,
.flatLayoutWrap .rightcolumnBasic .section .sectionicon {
  float: left;
  margin-right: 10px;
}

.flatLayoutWrap .rightcolumn .section h2,
.flatLayoutWrap .rightcolumnBasic .section h2 {
  margin-bottom: 10px;
  background: none !important;
  border: 0 !important;
}

.flatLayoutWrap .rightcolumn ul li,
.flatLayoutWrap .rightcolumnBasic ul li {
  list-style: none;
  border-bottom: solid 1px #ccc;
  padding-top: 5px;
  padding-bottom: 5px;
}

.flatLayoutWrap .rightcolumn .sectionbullet,
.flatLayoutWrap .rightcolumnBasic .sectionbullet {
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}

.flatLayoutWrap .rightcolumn #toolscontent,
.flatLayoutWrap .rightcolumnBasic #toolscontent {
  padding: 10px;
}

.flatLayoutWrap .rightcolumn #toolscontent a,
.flatLayoutWrap .rightcolumnBasic #toolscontent a {
  margin: 0;
}

.flatLayoutWrap .rightcolumn h3,
.flatLayoutWrap .rightcolumnBasic h3,
#showDayInfo h3 {
  display: block;
  margin: 0;
  font-weight: normal;
  position: relative;
  overflow: hidden;
  position: relative;
  padding: 8px;
}

#showDayInfo {
  border-bottom: 1px solid #d8dce3;
}

.flatLayoutWrap .rightcolumn h3 img,
.flatLayoutWrap .rightcolumn h3 span,
.flatLayoutWrap .rightcolumnBasic h3 img,
.flatLayoutWrap .rightcolumnBasic h3 span {
  float: left;
}

.flatLayoutWrap .rightcolumn h3 img,
.flatLayoutWrap .rightcolumnBasic h3 img {
  margin: 0;
  margin-top: 7px;
  margin-left: 5px;
}

.flatLayoutWrap .rightcolumn #agencyinfo h3 img,
.flatLayoutWrap .rightcolumnBasic #agentinfo h3 img,
.flatLayoutWrap .leftcolumn #showDayInfo h3 img {
  margin: 0;
}

.flatLayoutWrap .rightcolumn h3 span.webRef {
  float: right;
  margin-right: 3px;
  font-size: 14px;
  margin-top: 6.5px;
}

.flatLayoutWrap .rightcolumnBasic h3 span.webRef {
  margin-right: 38px;
  font-size: 14px;
  margin-top: 6.5px;
}

.flatLayoutWrap .contactAgentWrapper h3 span {
  margin: 5px 0 0 0;
}

.flatLayoutWrap .rightcolumn .textbox,
.flatLayoutWrap .rightcolumn .textarea,
.flatLayoutWrap .rightcolumnBasic .textbox,
.flatLayoutWrap .rightcolumnBasic .textarea {
  width: 96% !important;
  padding: 5px;
  border: 1px #ccc solid;
  margin-bottom: 10px;
  border-radius: 3px;
}

.flatLayoutWrap .rightcolumn .textarea,
.flatLayoutWrap .rightcolumnBasic .textarea {
  height: 100px;
}

.flatLayoutWrap .rightcolumn .button,
.flatLayoutWrap .rightcolumnBasic .button {
  width: 99%;
}

.flatLayoutWrap .rightcolumn .inner-wrap,
.flatLayoutWrap .rightcolumnBasic .inner-wrap {
  padding: 10px;
}

.flatLayoutWrap #tabs_container ul.tabs li {
  float: left;
}

.flatLayoutWrap #tabs_container ul.tabs li a {
  display: block;
}

.flatLayoutWrap div.tab_contents {
  display: none;
}

.flatLayoutWrap div.tab_contents_active {
  display: block;
}

.flatLayoutWrap .contactAgentWrapper .row {
  font-size: 14px;
  height: auto;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100%;
}

.flatLayoutWrap #emailinfo,
.flatLayoutWrap #telinfocontent {
  margin-top: 10px;
}

.flatLayoutWrap .inactive {
  color: #dadada;
}

.flatLayoutWrap #contactinfo button {
  background: none;
  border: 0;
  cursor: pointer;
}

.flatLayoutWrap .rightcolumn a,
.flatLayoutWrap .rightcolumnBasic a {
  display: block;
  margin: 10px 0 10px 0;
}

.flatLayoutWrap .rightcolumn,
.flatLayoutWrap .rightcolumnBasic {
  color: #555;
}

.flatLayoutWrap .rightcolumn .sc_listingSidebarAgents,
flatLayoutWrap .rightcolumnBasic .sc_listingSidebarAgents {
  padding-bottom: 25px;
}

.flatLayoutWrap #agencyinfocontent {
  padding: 1px;
}

.flatLayoutWrap #agencyinfocontent img {
  margin-top: 10px;
  max-width: 270px;
}

.flatLayoutWrap .paging {
  background: #fff;
  border: 1px #dcdcdc solid;
  margin: 0 5px 5px 10px;
  color: #444;
  border-radius: 4px;
}

.flatLayoutWrap .paging span {
  padding: 3px;
}

.flatLayoutWrap .paging .left {
  margin-right: 10px;
}

.flatLayoutWrap .paging .backSearchResults {
  margin-right: 10px;
}

.flatLayoutWrap #contactagent {
  padding-bottom: 20px;
}

.flatLayoutWrap .contactAgentWrapper #contactinfo .showContactWrap,
.flatLayoutWrap .contactAgentWrapper #contactinfo .showEmailWrap {
  margin-left: 10px;
}

.flatLayoutWrap .contactAgentWrapper .showContactWrap .fa,
.flatLayoutWrap .contactAgentWrapper .showEmailWrap .fa {
  width: 30px;
}

.flatLayoutWrap .contactAgentWrapper .showContactWrap .agentheading,
.flatLayoutWrap .contactAgentWrapper .showEmailWrap .agentheading {
  font-weight: bold;
}

.flatLayoutWrap .contactAgentWrapper .contactDetails {
  color: #000;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.label-warning {
  background-color: #f0ad4e;
}

.flatLayoutWrap .sc_fontWeightBold {
  font-weight: bold;
}

.flatLayoutWrap .sc_listingSidebarAgents .sc_fontWeightBold {
  padding-bottom: 5px;
}

.flatLayoutWrap .contactAgentWrapper a.HideContact,
.flatLayoutWrap .contactAgentWrapper a.HideEmail {
  display: none;
}

.flatLayoutWrap .contactAgentWrapper .agentheading a {
  display: inherit !important;
}

.flatLayoutWrap .contactAgentWrapper .agentheading {
  white-space: nowrap;
}

.flatLayoutWrap .textarea {
  font-family: Arial;
}

.flatLayoutWrap #tabs .tab {
  display: block;
  max-height: 482px;
  border: 1px #dcdcdc solid;
  padding: 15px;
  position: relative;
  background: #fff;
}

.flatLayoutWrap #tabs .tab {
  display: block;
  max-height: 482px;
  border: 1px #dcdcdc solid;
  padding: 15px;
  position: relative;
  background: #fff;
}

.flatLayoutWrap #tab-4.tab {
  max-height: none;
}

.flatLayoutWrap .vlightboxWrapper {
  position: relative;
  height: 390px !important;
  width: 514px;
}

.flatLayoutWrap .vlightbox .vtourImg {
  width: 100%;
  max-height: 485px;
  position: relative;
}

.flatLayoutWrap .vlightbox .vtourIcon {
  position: absolute;
  top: 40%;
  left: 40%;
}

.flatLayoutWrap #listingTopTabs {
  list-style: none;
  display: block;
  height: 30px;
  position: absolute;
  top: -25px;
  left: 0;
}

.flatLayoutWrap #listingTopTabs li {
  float: left;
  display: block;
  border: 1px #dcdcdc solid;
  border-bottom: 0;
  margin-right: 2px;
  background: #fff;
  font-weight: bold;
  z-index: 18;
  position: relative;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  behavior: url(/content/themes/base/PIE.htc);
}

.flatLayoutWrap #listingTopTabs li a {
  display: block;
  padding: 3px 10px;
  font-weight: normal;
  font-size: 12px;
}

.flatLayoutWrap #listingTopTabs li:hover a,
.flatLayoutWrap #listingTopTabs li.active a {
  padding-bottom: 6px;
}

.flatLayoutWrap .lightbox {
  display: block;
  position: relative;
  clear: both;
  z-index: 1;
}

.flatLayoutWrap .lightbox img {
  display: block;
  vertical-align: bottom;
}

.flatLayoutWrap .imageContainerWrapper {
  background-color: #fff;
  border: solid 1px #dcdcdc;
  position: relative;
  min-height: 400px;
  box-sizing: border-box;
}

.flatLayoutWrap .imageContainerWrapperBasic {
  background-color: #fff;
  border: solid 1px #dcdcdc;
  position: relative;
  height: 509px;
  width: 678px;
  box-sizing: border-box;
}

.flatLayoutWrap .imageContainerWrapperBasic .status {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  border: 0;
}

.flatLayoutWrap .imageContainerWrapper img.zoom {
  float: right;
  margin-top: 8px;
  margin-right: 10px;
}

.flatLayoutWrap .imageContainerWrapper .caption {
  display: block;
  background: rgba(0, 0, 0, 0.4);
  width: auto;
  height: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 5px;
  margin-bottom: 2px;
}

.flatLayoutWrap .imageContainerWrapper .caption span {
  color: #fff;
  padding: 10px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  width: auto;
  text-transform: capitalize;
  float: left;
  font-size: 9pt;
  padding-right: 10px;
  padding-left: 15px;
}

.flatLayoutWrap .imageContainerWrapper .captionFree {
  display: block;
  background: url(/Content/Images/gallery-overlay.png);
  width: 45px;
  height: 41px;
  position: absolute;
  top: 0;
  right: 0;
}

.flatLayoutWrap .imageContainerWrapper ul {
  list-style: none;
  overflow: hidden;
  display: block;
}

.flatLayoutWrap .imageContainerWrapper ul li {
  position: absolute;
  padding: 0;
  overflow: hidden;
  display: block;
}

.flatLayoutWrap .imageContainerWrapper ul li.active {
  position: relative;
  padding: 0;
  overflow: hidden;
  display: block;
}

.flatLayoutWrap .imageContainerWrapper .mainImage {
  width: 100%;
}

.flatLayoutWrap .imageContainerWrapper ul li.active {
  display: block !important;
  z-index: 10;
}

.flatLayoutWrap .imageContainerWrapper ul li a {
  display: block;
}

.flatLayoutWrap .thumbnailContainerWrapper {
  margin: 0 auto;
  width: 100%;
  padding: 20px;
  height: 110px;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.flatLayoutWrap .thumbnailContainerWrapper img {
  border: 1px #ccc solid;
  cursor: pointer;
}

.flatLayoutWrap .thumbContainer {
  height: 100px;
  overflow: hidden;
  position: relative;
  margin-left: 10px;
}

.flatLayoutWrap .thumbContainer ul {
  display: block;
  list-style: none;
}

.flatLayoutWrap .thumbContainer ul li {
  display: block;
  list-style: none;
  float: left;
  padding: 9px 6px;
}

.flatLayoutWrap .topArrow,
.bottomArrow {
  position: absolute;
  top: 45px;
  cursor: pointer;
  border: 0 !important;
  z-index: 999;
}

.flatLayoutWrap .topArrow {
  left: 0;
}

.flatLayoutWrap .bottomArrow {
  right: 10px;
}

.flatLayoutWrap .imageContainerWrapper .status {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.flatLayoutWrap #ViewAgentLink {
  text-decoration: underline;
}

.flatLayoutWrap #GMap_Canvas {
  min-height: 470px;
  width: 100%;
  height: 100%;
}

.flatLayoutWrap .streetViewPlaceholder {
  text-align: right;
  padding: 2px;
}

.flatLayoutWrap .rightcolumnSocial {
  border: 0;
}

.flatLayoutWrap .shareThisWrapperFlat .socialBlock {
  text-align: center;
  display: inline-block;
  margin-top: -20px;
  max-width: 250px;
}

.flatLayoutWrap .shareThisWrapperFlat .socialBlock .socialIcon {
  display: inline-block;
  margin-left: 5px;
  width: 30px;
  height: 30px;
  float: left;
}

.flatLayoutWrap .shareThisWrapperFlat .socialBlock a {
  margin-top: 0;
}

.flatLayoutWrap .paging a {
  text-decoration: none;
}

.flatLayoutWrap .p24_prev {
  position: absolute;
  top: 50%;
  left: 5px;
  z-index: 10;
  margin-top: -40px;
  padding: 10px 15px 10px 10px;
  display: inline-block;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0 2px 2px 0;
}

.flatLayoutWrap .p24_next {
  position: absolute;
  top: 50%;
  left: auto;
  right: 5px;
  z-index: 10;
  margin-top: -40px;
  padding: 10px 10px 10px 15px;
  display: inline-block;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 2px 0 0 2px;
}

.slide_show_caption_flat {
  position: absolute;
  left: 2px;
  bottom: 2px;
  z-index: 999;
  width: 97%;
  padding: 4px 10px 3px 10px;
  color: #fff;
  background: rgba(38, 50, 71, 0.4);
  display: inline-block;
  vertical-align: top;
  color: #fff !important;
  float: right !important;
}

.slide_show_caption_flat_no_background {
  position: absolute;
  left: 5px;
  bottom: 13px;
  z-index: 999;
  width: 90%;
  padding: 4px 10px 3px 10px;
  color: #fff;
}

.slide_show_caption_flat > a,
.slide_show_caption_flat_no_background > a {
  display: inline-block;
  vertical-align: top;
  color: #fff !important;
  float: right !important;
  margin-left: 10px;
}

.slide_show_span_flat,
.slide_show_caption_flat_no_background {
  display: inline-block;
  vertical-align: top;
  color: #fff !important;
  float: right !important;
  margin-left: 10px;
}

.noPrevious {
  width: 100%;
}

.flatLayoutWrap .breadCrumbPaging {
  display: none;
}

.poiHeading {
  width: 59%;
}

.flatLayoutWrap #PinterestButton img {
  height: 23px;
  width: 23px;
}

.flatLayoutWrap #agentinfo h3 span {
  padding-top: 5px;
}

.flatLayoutWrap .SideBar-show-phone-email-wrap .showEmailWrap {
  margin-top: 15px;
}

.flatLayoutWrap .p24_badges li {
  padding: 4px 10px !important;
  float: left;
}

.flatLayoutWrap .badgesContainer .p24_badges {
  display: block !important;
  z-index: 10;
  bottom: 111px;
  left: 1px;
}

.flatLayoutWrap .p24Banners,
.flatLayoutWrap .p24_badges {
  list-style: none;
}

.flatLayoutWrap .p24Banners {
  z-index: 10;
}

.fa-pinterest {
  cursor: pointer !important;
}

.p24_agentContactContent .panel-default {
  padding: 1px !important;
}

.bi-exclamation-circle {
  font-size: 100px;
}

.p24_agentContactContent {
  position: absolute;
  left: 40%;
}

.p24_state_sign_in_heading {
  font-weight: 400;
  margin-bottom: 33px;
  font-size: 27px;
  line-height: 1.2;
  margin-left: 10px;
}

.p24_confirmationMessage_sign_in_required {
  line-height: 20px;
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 33px;
}

.btn-sign-in-required {
  width: 290px;
  margin: auto;
}

.sign_in_body {
  position: relative;
  line-height: 1.2;
}

.p24_agentContactContent .panel-default {
  border: 0;
  padding: 15px;
}

.p24_agentContactContent .panel-body {
  padding: 0 !important;
}

.close {
  opacity: 1 !important;
}

.bi-exclamation-circle {
  font-size: 100px;
  margin-left: 10px;
}

.agencyWrap .agencyFloatWrap .Agency .MemberDetails {
  display: block;
  width: 260px;
  float: left;
  padding: 20px;
  min-height: 350px;
}

.agencyWrap .agencyFloatWrap .Agency .MemberDetails img {
  max-width: 120px;
  max-height: 160px;
  border: #ccc solid 1px;
  margin-top: 10px;
}

.agencyWrap .agencyFloatWrap .licenseWrap {
  display: block;
  padding: 0;
  font-size: 13px;
}

footer .listingNumberSearchWrap {
  display: none;
}

footer ul {
  list-style: none;
}

footer h2 {
  font-size: 16px;
  text-transform: uppercase;
}

footer a:hover {
  text-decoration: underline;
}

footer .latestNews,
footer .popularAreas,
footer .contactDetails {
  display: block;
  float: left;
}

footer .latestNews .inner-wrap,
footer .popularAreas .inner-wrap,
footer .contactDetails .inner-wrap {
  padding: 10px;
}

footer .latestNews {
  width: 25%;
}

footer .latestNews ul li a {
  font-weight: bold;
  text-transform: capitalize;
}

footer .latestNews ul li p {
  font-size: 10px !important;
  padding-bottom: 11px;
}

footer .popularAreas {
  /* width: 50%; */
  width: 100%;
  float: unset
}

footer .contactDetails {
  width: 25%;
}

footer .popularAreas ul{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
footer .popularAreas ul li {
  /* height: 19px; */
  /* float: left; */
  /* width: 33%; */
  /* overflow: hidden; */
}

footer #PoweredBy {
  font-size: 12px;
}

footer #PoweredBy .copy {
  text-align: left;
}

footer #PoweredBy .copy {
  float: left;
}

footer #PoweredBy .copy .inner-wrap {
  padding: 10px 10px 10px 0;
}

footer .sociallinks {
  margin-top: 20px;
}

footer .sociallinks li {
  float: left;
  margin-right: 10px;
}

footer .sociallinks li:last-child {
  margin-right: 0;
}

footer .copy {
  float: right;
}

footer .copy ul {
  list-style: none;
}

footer .copy ul li {
  float: left;
}

footer .copy ul li span {
  display: block;
  padding: 0 10px 0 10px;
}

footer .basicCopy {
  width: 80%;
  margin: 0 auto;
  float: left;
}

footer .basicCopy ul {
  list-style: none;
}

footer .basicCopy ul li {
  float: right;
}

footer .basicCopy ul li span {
  display: block;
  padding: 0 10px 0 10px;
}

footer .sitelinks {
  padding: 5px;
  float: right;
}

footer .sitelinksBasic {
  text-align: center;
}

footer .sitelinksBasic ul {
  display: inline-block;
  border-style: solid;
  border-bottom: thin solid;
}

footer .sitelinksBasic li {
  float: left;
  padding: 5px 5px 5px 10px;
}

footer .sitelinks li {
  float: left;
  padding: 5px 5px 5px 10px;
}

footer .disclaimer {
  text-align: center;
  display: inline-block;
}

.footerCustomDetailsWrapper {
  float: right;
  overflow: hidden;
  padding-top: 20px;
}

.navbar_cookie {
  background: #fff;
  box-shadow: 0 0 20px 5px #0000004d;
  border-radius: 4px;
  position: fixed;
  width: 80%;
  max-width: 1150px;
  z-index: 9999;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #515b6d;
}

.navbar_cookie h3 {
  font-size: 20px;
  line-height: 32px;
}

.navbar_cookie .btn {
  width: 140px;
  height: 40px;
  border-radius: 2px;
  font-size: 17px;
  line-height: 21px;
  border: 0;
}

.navbar_cookie .cookieBannerText {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar_cookie .cookieTextLeft {
  float: left;
}

.navbar_cookie .cookieBottom {
  width: 330px;
}

.navbar_cookie .cookieBottom .cookieBannerText {
  margin-top: 10px;
  margin-bottom: 0;
}

.navbar_cookie .cookieRight {
  width: 330px;
  float: right;
}

.navbar_cookie .cookieRight .btn {
  width: 150px;
  height: 50px;
}

.navbar_cookie .row:after {
  content: "";
  display: table;
  clear: both;
}

.navbar_cookie .cookiePolicyButton {
  margin-right: 10px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar_cookie .cookieRight .cookiePolicyButton {
  float: right;
}

.navbar_cookie_advertising {
  width: 80%;
  max-width: 950px;
}

.hidden {
  display: none;
}

.property24-color-link {
  color: #0d63c9 !important;
}

.gridResultsWrap .page-title span {
  display: none;
  margin-left: 10px;
}

.gridResultsWrap .page-title {
  margin-bottom: -20px;
  margin-top: -20px;
  text-align: left;
  margin-left: 10px;
}

.gridResultsWrap #sortByWrap {
  width: 190px;
}

.gridResultsWrap .resultsPagerWrap {
  float: right;
}

.gridResultsWrap .PopularSuburbs {
  margin-top: 10px;
  margin-left: 50px;
}

.gridResultsWrap .PopularSuburbs p {
  color: #444;
}

.gridResultsWrap .PopularSuburbs ul {
  margin-top: 10px;
  list-style: none;
}

.gridResultsWrap .PopularSuburbs ul li {
  width: 29%;
  display: block;
  float: left;
}

.gridResultsWrap .og-grid {
  list-style: none;
  padding: 20px 0;
  margin: 0 auto;
  width: 100%;
}

.gridResultsWrap .align_center {
  text-align: center;
}

.gridResultsWrap .og-grid li {
  display: inline-block;
  vertical-align: top;
  max-width: 360px;
  height: 270px;
  overflow: hidden;
  border: #999 solid 1px;
  margin-bottom: 5px;
}

.gridResultsWrap .og-grid li a {
  color: #fff !important;
}

.gridResultsWrap .og-grid li .details {
  width: 360px;
  height: 47px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
}

.gridResultsWrap .og-grid li .addRemoveFavourite a {
  display: inline-block;
  position: absolute;
  z-index: 1000;
  margin-left: -35px;
  margin-top: 10px;
}

.gridResultsWrap .og-grid li .bedroomIcon {
  margin-top: 3px;
  margin-right: 5px;
}

.gridResultsWrap .og-grid li > a,
.gridResultsWrap .og-grid li > a img {
  border: 0;
  outline: 0;
  display: block;
  position: relative;
}

.gridResultsWrap .og-grid li > a img.main {
  width: 100%;
  height: 270px;
}

.gridResultsWrap .og-grid li .description {
  display: none;
}

.gridResultsWrap .og-grid li .gridPrice {
  position: absolute;
  bottom: 47px;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  padding: 3px 0 3px 5px;
  background: rgba(0, 0, 0, 0.6);
}

.gridResultsWrap .og-grid li .gridPrice span {
  margin-left: 5px;
}

.gridResultsWrap .og-grid li .listingDetails .grid_divider {
  width: 12px;
  color: #d8dce3;
}

.gridResultsWrap .og-grid li .listingDetails,
.gridResultsWrap .og-grid li .gridTitle {
  color: #515b6d;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 10px;
  margin-top: 5px;
}

.gridResultsWrap .og-grid li .gridTitle {
  overflow: hidden;
  text-align: left;
}

.gridResultsWrap .og-grid li .gridTitleMarginTop {
  margin-top: 0;
}

.gridResultsWrap .og-grid li .addRemoveFavourite {
  float: right;
}

.og-grid .p24_badges li,
.og-grid .p24Banners li {
  list-style: none;
}

.og-grid .p24_badges {
  bottom: 69px;
}

.og-grid .p24Banners {
  z-index: 100;
  left: 0;
}

.og-grid .p24_badges li,
.og-grid .p24Banners {
  height: 15px !important;
  border: 0 !important;
}

#header > div {
  clear: both;
}

#header > .master-content {
  z-index: 1001;
}

#header .stripe {
  top: 0;
}

#header .homeicon {
  float: left;
  margin-top: 2px;
}

#header .defaultBanner {
  max-height: 100px;
}

#header .loginMenu {
  position: absolute !important;
  white-space: nowrap !important;
}

#header ul.menu {
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 0;
  behavior: url(/content/themes/base/PIE.htc);
}

#header ul.menu * {
  z-index: 99999;
}

#header .menu li {
  list-style: none;
  display: inline;
  float: left;
  position: relative;
  behavior: url(/content/themes/base/PIE.htc);
}

#header .menu li a {
  display: block;
  text-align: center;
}

#header .menu li.divider {
  background: url(/Content/Images/Divider.png);
  display: block;
  width: 2px;
  height: 39px;
}

#header > ul.menu > span > li:first-child > a {
  position: relative;
  behavior: url(/content/themes/base/PIE.htc);
}

#header .menu li {
  float: left;
  position: relative;
}

#header .menu ul {
  position: absolute;
  display: none;
  width: 200px;
}

#header .menu li ul a {
  width: 200px;
  height: auto;
  float: left;
  text-align: left;
  padding: 10px !important;
  border: 0 !important;
}

#header .menu li ul ul {
  left: 200px;
  margin: 0 0 0 20px;
}

#header .menu li ul ul ul {
  margin-top: -4px;
}

#header .menu li:hover ul ul,
#header .menu li:hover ul ul ul,
#header .menu li:hover ul ul ul ul {
  display: none;
}

#header .menu li:hover ul,
#header .menu li li:hover ul,
#header .menu li li li:hover ul,
#header .menu li li li li:hover ul {
  display: block;
}

#header .menu li.Branches ul,
#header .menu li.Branches ul li a {
  width: 250px;
}

#header .nivo-directionNav {
  display: none;
}

#header a#pull {
  display: none;
}

#header #SearchIcon {
  height: 100%;
}

#Logo {
  display: none;
}

#socialMediaShare {
  position: absolute;
  top: 0;
  right: 0;
}

.p24LayoutWrap .p24_gallery:hover .p24_next,
.p24_gallery:hover .p24_prev,
.p24_gallery:hover .p24_fullscreen {
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.p24LayoutWrap .p24_mediaTabs {
  position: relative;
  margin-bottom: 15px;
  margin-top: 0;
  height: 42px !important;
  background-color: #000;
  background-color: #383636;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 4px 4px;
  font-size: 0;
  width: 100%;
  text-align: center;
}

.p24LayoutWrap .p24_thumbnailsP24 img {
  width: 12px;
  margin-right: 6px;
  margin-top: -4px;
}

.p24LayoutWrap .p24_thumbnailsP24 span {
  font-size: 15px;
}

.p24LayoutWrap .p24_mediaTab {
  background: transparent;
  padding: 0 15px;
  width: 125px;
  padding-left: 60px;
  text-align: center;
  font-size: 15px;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  height: 38px;
}

.p24LayoutWrap .p24_listing .p24_mediaTabs .p24_mediaTab,
.p24_development .p24_mediaTabs .p24_mediaTab {
  padding: 8px 15px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  cursor: pointer;
  height: 38px;
  font-size: 15px;
}

.p24LayoutWrap .p24_mediaTabCount {
  background: transparent;
  padding: 0 0;
  padding-right: 15px;
  text-align: center;
  font-size: 15px;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  height: 38px;
}

.p24LayoutWrap #listing-carousel-position {
  font-size: 14px;
}

.p24LayoutWrap .p24_image_count {
  padding-right: 35px;
}

.p24LayoutWrap .p24_thumbnails {
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  height: 42px;
  line-height: 42px;
  margin-left: 15px;
  position: absolute;
}

.p24LayoutWrap .p24_mediaTabs img {
  width: 15px;
  margin-right: 6px;
  margin-top: -4px;
}

.p24LayoutWrap .p24_mediaTabs span {
  font-size: 12px;
}

.p24LayoutWrap .modal-open .modal.p24_galleryModal {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.p24LayoutWrap .p24_gallery .p24_fullscreen {
  opacity: 0;
  position: absolute;
  width: 38px;
  height: 38px;
  color: #fff;
  right: 15px;
  top: 15px;
  text-align: center;
  transition: 0.2s;
  pointer-events: none;
  z-index: 1;
}

.p24LayoutWrap .p24_gallery .p24_loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -36px 0 0 -28px;
  color: #4bc3f9;
}

.p24LayoutWrap .p24_gallery .p24_image {
  position: relative;
  width: 990px;
  min-height: 557px;
}

.p24LayoutWrap .p24_gallery .p24_image img {
  max-width: 100%;
}

.p24LayoutWrap .p24_gallery .p24_image img[alt="No images available"] {
  width: 990px;
}

.p24LayoutWrap .p24_gallery .p24_image img[src^="noimage"] {
  width: 990px;
}

.p24LayoutWrap.p24_gallery .p24_image img[alt^="Listing number:"] {
  width: 990px;
  cursor: pointer;
}

.p24LayoutWrap.p24_gallery .p24_image img[alt^="Property Development"] {
  cursor: pointer;
}

.p24LayoutWrap .p24_gallery .p24_image .p24_caption {
  position: absolute;
  left: 0;
  bottom: 15px;
  z-index: 1;
  padding: 0 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.2s;
  opacity: 0;
}

.p24LayoutWrap .p24_gallery .p24_image .p24_caption:before,
.p24_gallery .p24_image .p24_caption:after {
  content: " ";
  display: table;
}

.p24LayoutWrap .p24_gallery .p24_image .p24_caption:after {
  clear: both;
}

.p24LayoutWrap .p24_gallery .p24_image .p24_caption > div {
  max-width: 440px;
  line-height: 14px;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p24LayoutWrap .p24_gallery .p24_image .p24_caption > a {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  color: #fff;
}

.p24LayoutWrap .p24_gallery .p24_image .p24_caption > a:hover {
  text-decoration: none;
}

.p24LayoutWrap .p24_gallery .p24_image .p24_caption > a span {
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
}

.p24LayoutWrap .p24_gallery .p24_image .p24_caption > a img {
  vertical-align: top;
}

.p24LayoutWrap .p24_gallery .p24_image .p24_next,
.p24_gallery .p24_image .p24_prev {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  margin-top: -40px;
  padding: 10px 15px 10px 10px;
  display: inline-block;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
  transition: 0.4s;
}

.p24LayoutWrap .p24_gallery .p24_image .p24_next .fa,
.p24_gallery .p24_image .p24_prev .fa {
  color: #fff;
}

.p24LayoutWrap .p24_gallery .p24_image .p24_next {
  left: auto;
  right: 0;
  padding: 10px 10px 10px 15px;
  border-radius: 4px 0 0 4px;
}

.p24LayoutWrap .p24_gallery .p24_image .p24_badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 104px;
  height: 104px;
}

.p24LayoutWrap .p24_gallery .p24_image .p24_enlarge {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  padding: 5px;
  text-shadow: 1px 2px 1px #222;
}

.p24LayoutWrap .p24_gallery .p24_image .p24_enlarge .fa {
  font-size: 26px;
}

.p24LayoutWrap .p24_gallery .p24_image .p24_enlarge:hover .fa {
  color: #fff;
}

.p24LayoutWrap .p24_gallery .p24_image .p24_enlarge .fa {
  color: #838383;
}

.p24LayoutWrap .p24_gallery {
  position: relative;
}

.p24LayoutWrap .img-responsive {
  position: absolute;
  top: 50%;
  max-height: 100%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 100%;
  height: auto;
}

.p24LayoutWrap .p24_gallery {
  position: relative;
}

.p24LayoutWrap .p24_gallery .js_galleryImage img {
  width: 990px;
  height: 557px;
  max-width: initial;
  max-height: initial;
  cursor: pointer;
  position: relative;
  min-width: 990px;
  min-height: 557px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}

@media (max-width: 860px) {
  .p24LayoutWrap .p24_gallery {
    height: 465px;
    overflow: hidden;
    background: #ebebeb;
  }

  .p24LayoutWrap .p24_gallery .p24_Gallerybadge li {
    left: 81px;
  }

  .p24LayoutWrap .p24_gallery .p24_image {
    top: 50% !important;
    transform: translateY(-50%) !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25) !important;
    min-height: 465px;
    margin: auto;
  }

  .p24LayoutWrap .p24_gallery .p24_image img {
    min-height: 465px;
    height: 465px;
  }

  .p24LayoutWrap .p24_gallery .p24_next,
  .p24_gallery .p24_prev {
    top: 50% !important;
  }
}

@media (max-width: 720px) {
  .p24LayoutWrap .p24_gallery {
    height: 367px;
    overflow: hidden;
    background: #ebebeb;
  }

  .p24LayoutWrap .p24_gallery .p24_Gallerybadge li {
    left: 168px;
  }

  .p24LayoutWrap .p24_gallery .p24_image {
    top: 64% !important;
    transform: translateY(-50%) !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25) !important;
    width: 655px;
    min-height: 367px;
    margin: auto;
    min-height: 465px;
  }

  .p24LayoutWrap .p24_gallery .p24_image img {
    min-width: 655px;
    min-height: 367px;
    width: 655px;
    height: 367px;
  }

  .p24LayoutWrap .p24_gallery .p24_next,
  .p24LayoutWrap .p24_gallery .p24_prev {
    top: 43% !important;
  }

  .p24LayoutWrap .p24_next,
  .p24LayoutWrap .p24_prev {
    top: 43% !important;
  }
}

@media (max-width: 989px) {
  #listingContentBlock {
    width: auto !important;
  }

  .p24LayoutWrap .p24_gallery {
    width: 100% !important;
  }

  .p24LayoutWrap .p24_gallery .p24_image {
    width: 100% !important;
    min-width: 0;
  }

  .p24LayoutWrap .p24_gallery .p24_image img {
    width: 100% !important;
    min-width: 0;
  }
}

@media (max-width: 720px) {
  .p24LayoutWrap .p24_mediaTab {
    padding-left: 100px;
  }
}

@media (max-width: 620px) {
  .p24LayoutWrap .p24_gallery {
    height: 317px;
    overflow: hidden;
    background: #fff;
  }

  .p24LayoutWrap .p24_gallery .p24_Gallerybadge li {
    left: 168px;
  }

  .p24LayoutWrap .p24_gallery .p24_image {
    top: 64% !important;
    transform: translateY(-50%) !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25) !important;
    width: 565px;
    min-height: 317px;
    margin: auto;
    min-height: 317px;
    margin-top: -25px;
  }

  .p24LayoutWrap .p24_gallery .p24_image img {
    min-width: 565px;
    min-height: 317px;
    width: 565px;
    height: 317px;
  }

  .p24LayoutWrap .p24_gallery .p24_next,
  .p24LayoutWrap .p24_gallery .p24_prev {
    top: 44% !important;
  }

  .p24LayoutWrap .p24_next,
  .p24LayoutWrap .p24_prev {
    top: 44% !important;
  }
}

.p24LayoutWrap .mediaBarBox {
  width: 100% !important;
  height: auto;
  display: flex;
  position: relative;
  margin-top: 0;
  height: 42px !important;
  background-color: #000;
  background-color: #383636;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 4px 4px;
  width: 100%;
  text-align: center;
  color: #fff;
  align-items: center;
}

.p24LayoutWrap .mediaBarBox .media_tab_image {
  margin-right: 5px;
}

.p24LayoutWrap .mediaBarBox span {
  font-size: 12px;
}

.p24LayoutWrap .mediaBarBox img {
  width: 15px;
  margin-right: 6px;
  margin-top: -4px;
}

.p24LayoutWrap .mediaBarBox span.cursorPointer,
.p24LayoutWrap .mediaBarBox div.cursorPointer {
  cursor: pointer;
}

.p24LayoutWrap .media_tab {
  display: inline !important;
  color: #fff;
  margin-left: 5px;
}

.p24LayoutWrap .media_tab_right {
  margin-left: auto;
  order: 2;
}

.p24LayoutWrap .media_tab_fill {
  flex-grow: 1;
  margin-right: 2px;
  text-align: center;
}

@media (max-width: 560px) {
  .p24LayoutWrap .p24_gallery {
    height: 267px;
    overflow: hidden;
    background: #fff;
    margin-top: -10px;
  }

  .p24LayoutWrap .p24_mediaTab {
    padding-left: 120px;
  }

  .p24LayoutWrap .p24_gallery .p24_Gallerybadge li {
    left: 168px;
  }

  .p24LayoutWrap .p24_gallery .p24_image {
    top: 64% !important;
    transform: translateY(-50%) !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25) !important;
    width: 476px;
    min-height: 317px;
    margin: auto;
    min-height: 317px;
  }

  .p24LayoutWrap .p24_gallery .p24_image img {
    min-width: 476px;
    min-height: 267px;
    width: 476px;
    height: 267px;
  }

  .p24LayoutWrap .p24_gallery .p24_next,
  .p24LayoutWrap .p24_gallery .p24_prev {
    top: 42% !important;
  }

  .p24LayoutWrap .p24_next,
  .p24LayoutWrap .p24_prev {
    top: 42% !important;
  }
}

@media (max-width: 460px) {
  .p24LayoutWrap .p24_gallery {
    height: 224px;
    overflow: hidden;
    background: #ebebeb;
  }

  .p24LayoutWrap .p24_gallery .p24_Gallerybadge li {
    left: 168px;
  }

  .p24LayoutWrap .p24_gallery .p24_image {
    top: 55% !important;
    transform: translateY(-50%) !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25) !important;
    width: 400px;
    min-height: 247px;
    margin: auto;
    min-height: 247px;
  }

  .p24LayoutWrap .p24_gallery .p24_image img {
    min-width: 400px;
    min-height: 224px;
    width: 400px;
    height: 224px;
  }

  .p24LayoutWrap .p24_gallery .p24_next,
  .p24LayoutWrap .p24_gallery .p24_prev {
    top: 45% !important;
  }

  .p24LayoutWrap .p24_next,
  .p24LayoutWrap .p24_prev {
    top: 45% !important;
  }
}

.contactDetailsWrap {
  margin-left: 30px;
}

.largeLayoutWrap .paging a,
.largeLayoutWrap #tabs a,
.largeLayoutWrap .contactAgentWrapper a,
.largeLayoutWrap .descWrap {
  color: #444;
}

.largeLayoutWrap #tabs {
  margin-top: 30px;
  position: relative;
}

.largeLayoutWrap #tab-4 {
  max-height: none !important;
}

.largeLayoutWrap .listingTitle {
  margin: 0 5px 0 5px;
}

.largeLayoutWrap .listingTitle img {
  padding: 20px 0 20px 0;
}

.largeLayoutWrap .topBlock p {
  margin-top: 10px;
}

.largeLayoutWrap hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: 0;
}

.largeLayoutWrap .description {
  margin: 10px 0 5px 0;
}

.largeLayoutWrap .listingprice {
  font-size: 22px;
  margin-right: 10px;
  font-weight: bold;
}

.largeLayoutWrap .listingtitle {
  font-size: 22px;
  padding: 0;
}

.largeLayoutWrap .views {
  font-size: 18px;
}

.largeLayoutWrap .erfSize {
  max-width: 130px;
}

.largeLayoutWrap .erfSize .left {
  font-size: 12px;
}

.largeLayoutWrap .viewsWrap {
  margin-top: 20px;
}

.largeLayoutWrap .shareThisWrapperLarge {
  height: auto;
  margin-right: 5px;
}

.largeLayoutWrap .shareThisWrapperLarge .socialBlock {
  text-align: center;
  display: inline-block;
}

.largeLayoutWrap .shareThisWrapperLarge .socialBlock .socialIcon {
  display: inline-block;
  margin-left: 5px;
  width: 30px;
  height: 30px;
  float: left;
}

.largeLayoutWrap .socialLeft {
  background-image: url(/Content/Images/SocialLeftBg.png);
  float: left;
  height: 28px;
  width: 5px;
}

.largeLayoutWrap .socialBody {
  background-image: url(/Content/Images/SocialBodyBg.png);
  background-repeat: repeat-x;
  float: left;
  height: 28px;
  width: auto;
}

.largeLayoutWrap .socialRight {
  background-image: url(/Content/Images/SocialRightBg.png);
  float: left;
  height: 28px;
  width: 5px;
}

.largeLayoutWrap .socialSeporator {
  background-image: url(/Content/Images/SocialSeporator.png);
  background-repeat: no-repeat;
  height: 28px;
  width: 2px;
}

.largeLayoutWrap .description .title {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding: 0;
}

.largeLayoutWrap .tableRow {
  border-bottom: 1px solid #ccc;
  height: 25px;
}

.largeLayoutWrap .listingNumberWrapper {
  background-image: url(/Content/Images/ListingNumberBg.png);
  color: #fff;
  font-size: 14px;
  height: 29px;
  margin: 5px auto auto;
  width: 275px;
}

.largeLayoutWrap .contactAgentWrapper ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.largeLayoutWrap .contactAgentWrapper ul li {
  display: inline;
  float: left;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.largeLayoutWrap .detailsWrapperBottom {
  background-image: url(/Content/Images/ContactAgentBottom.png);
  height: 10px;
  margin: auto;
  width: 275px;
}

.largeLayoutWrap #tabs_container {
  margin: 5px auto auto;
  width: 276px;
}

.largeLayoutWrap #GMap_Canvas {
  width: 100%;
  height: 480px;
}

.largeLayoutWrap #GMap_Static {
  width: 100%;
  height: 450px;
  cursor: pointer;
}

.largeLayoutWrap .leftcolumn {
  width: 55%;
  height: auto;
  float: left;
  color: #555;
  margin-left: 5px;
  border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  padding: 10px;
  margin-bottom: 10px;
  background: #fff;
}

.largeLayoutWrap .leftcolumn .listingDetails {
  margin-top: 10px;
  background: #fff;
  width: 100%;
}

.largeLayoutWrap .rightcolumn {
  float: right;
  height: auto;
  width: 35%;
  border: 1px solid #dcdcdc;
  background: #fff;
  margin-right: 5px;
  border-radius: 4px;
}

.largeLayoutWrap .rightcolumnSocial {
  border: 0;
}

.largeLayoutWrap #agentinfocontent {
  padding: 10px 0 10px 0;
  clear: both;
}

.largeLayoutWrap #agencyinfocontent img,
.largeLayoutWrap #agentinfocontent img {
  float: left;
  padding: 2px;
  display: inline;
  margin-top: 0;
  padding-right: 10px;
}

.largeLayoutWrap .agencyWrap {
  max-height: 200px;
}

.largeLayoutWrap #agencyinfocontent img {
  max-width: 340px;
  max-height: 200px;
}

.largeLayoutWrap #agentinfocontent img {
  max-width: 120px;
  max-height: 69px;
  margin-top: -5px;
}

.largeLayoutWrap .rightcolumn .section {
  clear: left;
  margin-bottom: 15px;
  border: 0 !important;
  padding: 10px;
  background: #fff;
}

.largeLayoutWrap .rightcolumn .sectionborder {
  border-bottom: solid 1px #ccc;
  padding-bottom: 15px;
}

.largeLayoutWrap .rightcolumn .section .sectionicon {
  float: left;
  margin-right: 10px;
}

.largeLayoutWrap .rightcolumn .section h2 {
  margin-bottom: 10px;
  background: none !important;
  border: 0 !important;
}

.largeLayoutWrap .rightcolumn ul li {
  list-style: none;
  border-bottom: solid 1px #ccc;
  padding-top: 5px;
  padding-bottom: 5px;
}

.largeLayoutWrap .rightcolumn .sectionbullet {
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}

.largeLayoutWrap .rightcolumn #toolscontent {
  padding: 10px;
}

.largeLayoutWrap .rightcolumn #toolscontent a {
  margin: 0;
}

.largeLayoutWrap .rightcolumn h3 {
  display: block;
  margin: 0;
  font-weight: normal;
  position: relative;
  overflow: hidden;
  position: relative;
  padding: 8px;
}

.largeLayoutWrap .rightcolumn h3 img,
.largeLayoutWrap .rightcolumn h3 span {
  float: left;
}

.largeLayoutWrap .rightcolumn h3 img {
  margin: 0;
  margin-top: 7px;
  margin-left: 5px;
}

.largeLayoutWrap .rightcolumn #agencyinfo h3 img,
.largeLayoutWrap .rightcolumn #agentinfo h3 img {
  margin: 0;
}

.largeLayoutWrap .rightcolumn h3 span.webRef {
  float: right;
  margin-right: 10px;
}

.largeLayoutWrap .contactAgentWrapper h3 span {
  margin: 6px 0 0 10px;
}

.largeLayoutWrap .rightcolumn .textbox,
.largeLayoutWrap .rightcolumn .textarea {
  width: 96% !important;
  padding: 5px;
  border: 1px #ccc solid;
  margin-bottom: 10px;
  border-radius: 3px;
}

.largeLayoutWrap .rightcolumn .textarea {
  height: 100px;
}

.largeLayoutWrap .rightcolumn .inner-wrap {
  padding: 10px;
}

.largeLayoutWrap #tabs_container ul.tabs li {
  float: left;
}

.largeLayoutWrap #tabs_container ul.tabs li a {
  display: block;
}

.largeLayoutWrap div.tab_contents {
  display: none;
}

.largeLayoutWrap div.tab_contents_active {
  display: block;
}

.largeLayoutWrap .contactAgentWrapper .row {
  font-size: 14px;
  height: auto;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100%;
}

.largeLayoutWrap #emailinfo,
#telinfocontent {
  margin-top: 10px;
}

.largeLayoutWrap .inactive {
  color: #dadada;
}

.largeLayoutWrap #contactinfo button {
  background: none;
  border: 0;
  cursor: pointer;
}

.largeLayoutWrap .rightcolumn a {
  display: block;
  margin: 10px 0 10px 0;
}

.largeLayoutWrap .rightcolumn {
  color: #555;
}

.largeLayoutWrap #agencyinfocontent {
  padding: 1px;
}

.largeLayoutWrap #agencyinfocontent img {
  margin-top: 10px;
  max-width: 340px;
}

.largeLayoutWrap .paging {
  background: #fff;
  border: 1px #dcdcdc solid;
  padding: 5px 15px 5px 15px;
  margin: 0 5px 5px 10px;
  color: #444;
  border-radius: 4px;
}

.largeLayoutWrap .paging .left {
  margin-right: 10px;
}

.largeLayoutWrap .paging .right {
  margin-left: 10px;
}

.largeLayoutWrap .paging .backSearchResults {
  margin-right: 10px;
}

.largeLayoutWrap #contactagent {
  padding-bottom: 20px;
}

.largeLayoutWrap .contactAgentWrapper #contactagent button {
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  white-space: nowrap;
  font-family: Arial;
  font-size: 12px;
  padding: 8px;
}

.largeLayoutWrap .contactAgentWrapper .contactDetails {
  color: #000;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.largeLayoutWrap .contactAgentWrapper a.HideContact,
.largeLayoutWrap .contactAgentWrapper a.HideEmail {
  display: none;
}

.largeLayoutWrap .contactAgentWrapper .showContactWrap .fa,
.largeLayoutWrap .contactAgentWrapper .showEmailWrap .fa {
  width: 25px;
}

.largeLayoutWrap .contactAgentWrapper .agentheading a {
  display: inherit !important;
}

.largeLayoutWrap .contactAgentWrapper .agentheading {
  white-space: nowrap;
}

.largeLayoutWrap .textarea {
  font-family: Arial;
}

.largeLayoutWrap #tabs .tab {
  display: block;
  max-height: 460px;
  width: 100%;
  border: 1px #dcdcdc solid;
  position: relative;
  background: #fff;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.largeLayoutWrap #tabs .tab .videoWrap {
  padding: 15px;
}

.largeLayoutWrap .vlightboxWrapper {
  position: relative;
  height: 390px !important;
  width: 514px;
}

.largeLayoutWrap .vlightbox .vtourImg {
  width: 100%;
  width: 509px;
  position: relative;
}

.largeLayoutWrap .vlightbox .vtourIcon {
  position: absolute;
  top: 150px;
  left: 200px;
}

.largeLayoutWrap #listingTopTabs {
  list-style: none;
  display: block;
  height: 30px;
  position: absolute;
  top: -25px;
  left: 0;
}

.largeLayoutWrap #listingTopTabs li {
  float: left;
  display: block;
  border: 1px #dcdcdc solid;
  border-bottom: 0;
  margin-right: 2px;
  background: #fff;
  font-weight: bold;
  z-index: 18;
  position: relative;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  behavior: url(/content/themes/base/PIE.htc);
}

.largeLayoutWrap #listingTopTabs li a {
  display: block;
  padding: 5px 10px;
  font-weight: normal;
  font-size: 12px;
}

.largeLayoutWrap #listingTopTabs li:hover a,
.largeLayoutWrap #listingTopTabs li.active a {
  padding-bottom: 6px;
}

.largeLayoutWrap .ListingNav a,
.largeLayoutWrap .contactAgentWrapper #contactinfo a {
  text-decoration: underline;
}

.largeLayoutWrap .lightbox {
  display: block;
  position: relative;
  clear: both;
  z-index: 1;
}

.largeLayoutWrap .lightbox img {
  display: block;
  vertical-align: bottom;
}

.largeLayoutWrap .imageContainerWrapper {
  background-color: #fff;
  border: solid 1px #dcdcdc;
  width: 100%;
  position: relative;
}

.largeLayoutWrap .imageContainerWrapper .status {
  top: 0;
  left: 0;
  z-index: 10;
  position: absolute;
}

.largeLayoutWrap .imageContainerWrapper img.zoom {
  float: right;
  margin-top: 8px;
  margin-right: 10px;
}

.largeLayoutWrap .imageContainerWrapper .caption {
  display: block;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 9pt;
}

.largeLayoutWrap .imageContainerWrapper .caption span {
  color: #fff;
  padding: 10px;
  display: inline-block;
  height: 13px;
  overflow: hidden;
  width: 450px;
  float: left;
}

.largeLayoutWrap .imageContainerWrapper .captionFree {
  display: block;
  background: url(/Content/Images/gallery-overlay.png);
  width: 45px;
  height: 41px;
  position: absolute;
  top: 0;
  right: 0;
}

.largeLayoutWrap .imageContainerWrapper ul {
  list-style: none;
  overflow: hidden;
  display: block;
}

.largeLayoutWrap .imageContainerWrapper ul li {
  position: absolute;
  padding: 0;
  overflow: hidden;
  display: block;
}

.largeLayoutWrap .imageContainerWrapper ul li.active {
  position: relative;
  padding: 0;
  overflow: hidden;
  display: block;
}

.largeLayoutWrap .imageContainerWrapper ul li .imageWrap {
  display: block;
  float: left;
  margin: 10px;
  position: relative;
}

.largeLayoutWrap .imageContainerWrapper ul li .descWrap {
  margin: 10px;
}

.largeLayoutWrap .imageContainerWrapper ul li .descWrap .left {
  padding: 5px;
}

.largeLayoutWrap .imageContainerWrapper ul li.active {
  display: block !important;
  z-index: 10;
}

.largeLayoutWrap .thumbnailContainerWrapper {
  margin: 0 auto;
  width: 100%;
  height: 100px;
  position: relative;
  overflow: hidden;
}

.largeLayoutWrap .thumbnailContainerWrapper img {
  border: 1px #ccc solid;
  cursor: pointer;
}

.largeLayoutWrap .thumbContainer {
  height: 100px;
  overflow: hidden;
  position: relative;
  margin-left: 10px;
}

.largeLayoutWrap .thumbContainer ul {
  display: block;
  list-style: none;
}

.largeLayoutWrap .thumbContainer ul li {
  display: block;
  list-style: none;
  float: left;
  padding: 9px;
}

.largeLayoutWrap .topArrow,
.largeLayoutWrap .bottomArrow {
  position: absolute;
  top: 25px;
  cursor: pointer;
  border: 0 !important;
  z-index: 999;
}

.largeLayoutWrap .topArrow {
  left: 0;
}

.largeLayoutWrap .bottomArrow {
  right: 10px;
}

.largeLayoutWrap .LatestWrapper {
  border: 0 !important;
  margin-top: 20px;
}

.largeLayoutWrap #ViewAgentLink {
  text-decoration: underline;
}

.largeLayoutWrap #GMap_Canvas {
  width: 99%;
  height: 437px;
  margin: 0 auto;
}

.largeLayoutWrap .streetViewPlaceholder {
  text-align: right;
  padding: 2px;
}

.largeLayoutWrap .paging a {
  text-decoration: none;
}

.slide_show_caption {
  position: absolute;
  left: 11px;
  bottom: 10px;
  z-index: 999;
  width: 54%;
  padding: 4px 12px 3px 12px;
  color: #fff;
  background: rgba(38, 50, 71, 0.4);
}

.slide_show_caption > a {
  display: inline-block;
  vertical-align: top;
  color: #fff !important;
  float: right !important;
}

.slide_show_span {
  display: inline-block;
  vertical-align: top;
  color: #fff !important;
  float: right !important;
  margin-left: 10px;
}

.largeLayoutWrap .breadCrumbPaging {
  display: none;
}

.largeLayoutWrap .p24_badges li {
  padding: 4px 10px !important;
  float: left;
}

.largeLayoutWrap .badgesContainer .p24_badges {
  display: block !important;
  z-index: 100;
  bottom: -25px;
  left: 5px;
}

.largeLayoutWrap .p24Banners,
.largeLayoutWrap .p24_badges {
  list-style: none;
}

.largeLayoutWrap .p24Banners {
  z-index: 100;
}

.largeLayoutWrap .fa-envelope-o {
  font-size: 2em;
  line-height: 1em;
}

.largeLayoutWrap .showEmailWrap {
  margin-top: 15px !important;
}

.largeLayoutWrap .p24_listingCardAgent {
  margin-bottom: 15px;
}

.fa-pinterest {
  cursor: pointer !important;
}

.latestPropertiesHorizontalWrap .LatestWrapper {
  padding: 15px;
  margin: 0 auto 0 auto;
  border-top: solid 1px #d5d5d5;
  color: #444;
}

.latestPropertiesHorizontalWrap .LatestWrapper ul {
  list-style: none;
}

.latestPropertiesHorizontalWrap .LatestWrapper h2 {
  padding-top: 0;
  padding-bottom: 0;
}

.LatestWrapper ul li {
  float: left;
  width: 20%;
}

.latestPropertiesHorizontalWrap .LatestWrapper .FeaturedPropertyBlock {
  position: relative;
  width: 158px;
  float: left;
  margin-right: 28px;
  margin-top: 10px;
}

.latestPropertiesHorizontalWrap .LatestWrapper .FeaturedPropertyBlock .title {
  height: 65px;
  display: block;
  margin-top: 5px;
  overflow: hidden;
}

.latestPropertiesHorizontalWrap .LatestWrapper .FeaturedPropertyBlock .price {
  display: block;
  width: 195px;
  font-size: 16px;
}

.latestPropertiesHorizontalWrap .LatestWrapper .FeaturedPropertyBlock .date {
  display: block;
  color: #999;
  width: 195px;
  font-size: 10px;
}

.latestPropertiesHorizontalWrap .LatestWrapper .FeaturedPropertyBlock img {
  width: 158px;
  height: 118px;
  margin: 2px 5px 2px 2px;
}

.latestPropertiesHorizontalWrap .LatestWrapper .FeaturedPropertyBlock a:hover {
  text-decoration: underline;
}

div.property24 .pp_heading {
  padding: 20px 20px 40px;
}

.fa-times {
  width: 9px;
  height: 9px;
  float: right;
  display: block;
}

.rightcolumn #contactinfo h3,
.rightcolumnBasic #contactinfo h3 {
  border-radius: 3px 3px 0 0;
}

#p24_listingDetails h3,
.listingCategoryName h3,
.listingCategory h3,
.poiHeading {
  margin-bottom: 10px;
}

.rightcolumn #contactagentdetails .contactAgentIntro,
.rightcolumnBasic #contactagentdetails .contactAgentIntro {
  margin-bottom: 10px;
}

.pp_title .pp_title_price {
  color: #25769f;
}

.p24_agentWhatsappLink {
  border: 1px solid #3cc89e;
  box-sizing: border-box;
  border-radius: 4px;
  width: 190px;
  margin: 18px auto auto;
  padding: 9px 0 9px 9px;
  cursor: pointer;
  list-style-type: none;
  margin-left: 2px;
}

.p24_agentWhatsappLink img {
  float: left;
  margin-top: -2px;
}

.p24_agentWhatsappLink span {
  font-size: 17px;
  color: #3cc89e;
  display: inline-block;
  margin-left: 10px;
}

#contactinfo .p24_agentWhatsappLink {
  height: 42px;
}

.p24_agentProfileWhatsappLink {
  margin: 10px 0 0 0;
}

#loginContactModal {
  position: absolute;
  display: block;
  left: 30%;
  right: 30%;
}

#loginContactModal .panel {
  border: 0;
}

.listingnumberinput {
  float: left;
  height: 20px;
  margin-top: 2px;
  color: #999;
  padding: 5px;
  vertical-align: middle;
  border: 1px #abadb3 solid;
}

.listingnumberbutton {
  float: left;
  margin-top: 20px;
}

.loginModalBody {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 19px;
  margin: 20px;
}

.loginModalBody .errorText {
  color: #f00;
}

.loginModalBody .signInButton {
  width: 100px;
  float: left;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 10px;
  background: #7dabe3;
  background: -webkit-gradient(
    linear,
    0 0,
    0 bottom,
    from(#7dabe3),
    to(#528fdb)
  );
  background: -webkit-linear-gradient(#7dabe3, #528fdb);
  background: -moz-linear-gradient(#7dabe3, #528fdb);
  background: -ms-linear-gradient(#7dabe3, #528fdb);
  background: -o-linear-gradient(#7dabe3, #528fdb);
  background: linear-gradient(#7dabe3, #528fdb);
  -pie-background: linear-gradient(#7dabe3, #528fdb);
  border: 1px solid #528fdb;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 65px;
  padding: 5px;
  position: relative;
  behavior: url(/content/themes/base/PIE.htc);
}

.loginModalBody #cboxClose {
  border-style: none !important;
}

.loginModalBody #cboxLoadedContent {
  margin-bottom: 0 !important;
}

.loginModalBody .clear {
  clear: both;
}

.loginModalBody form .input-validation-error {
  border: 1px solid #f00;
}

.loginModalBody form .field-validation-error {
  color: #f00;
}

.loginModalBody form .field-validation-valid {
  display: none;
}

.loginModalBody form .validation-summary-errors {
  font-weight: bold;
  color: #f00;
}

.loginModalBody form .validation-summary-valid {
  display: none;
}

.loginModalBody form h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.loginModalBody .text-input {
  width: 100%;
  height: 20px;
  padding: 4px;
  font-size: 12px;
  line-height: 20px;
  border: solid 1px #ccc;
  background-color: #fbfbfb;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-left: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #666;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.2s linear;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow:
    inset 0 1px 0 #eee,
    white 0 1px 0;
  -moz-box-shadow:
    inset 0 1px 0 #eee,
    #fff 0 1px 0;
  box-shadow:
    inset 0 1px 0 #eee,
    white 0 1px 0;
}

.loginModalBody div.remember {
  padding-top: 20px;
  margin-left: 150px;
}

.loginModalBody a {
  color: #00e;
}

.principalWrapper {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  padding-top: 5px;
}

.principalWrapper img {
  margin-right: 9px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

.hide {
  display: none !important;
}

.errorMessage {
  display: block;
  margin: 0 0 10px;
  color: #c5090d;
}

body {
  font-size: 14px;
  font-family:
    "proxima-nova", "ProximaNova-Regular", "Lucida Grande", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  margin: 0;
}

textarea {
  font-family:
    "proxima-nova", "ProximaNova-Regular", "Lucida Grande", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
}

img {
  vertical-align: middle;
}

area {
  outline: 0;
}

#body {
  min-height: 450px;
}

#wrap {
  margin: 0 auto;
  position: relative;
  behavior: url(/content/themes/base/PIE.htc);
  overflow: hidden;
}

.basicWrapper {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

#body .master-content {
  padding: 10px;
}

.input-validation-error {
  border: 1px solid #f00;
  background-color: #fee;
}

h1,
h2 {
  font-family:
    "proxima-nova", "ProximaNova-Regular", "Lucida Grande", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding: 20px 0 20px 0;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

.text-field {
  margin-top: 2px;
  border: solid 1px #ccc;
  float: left;
  height: 24px;
}

.bold {
  font-weight: bold;
}

.clear {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

.white {
  background-image: none !important;
  background-color: #fff !important;
}

.red {
  background-color: #cb0700 !important;
}

.textRed {
  color: #cb0700 !important;
}

.blue {
  background-color: #007ccc !important;
}

.secondary {
  color: #006ac7;
}

.timestamp {
  font-size: 10px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.button,
.anchorbutton {
  padding: 6px;
  text-align: center;
  width: 65px;
  position: relative;
  behavior: url(/content/themes/base/PIE.htc);
}

.button.sc_buttonGreen {
  background-color: #4db848;
  border-color: #24811f;
}

.button.sc_buttonGreen:hover {
  background-color: #24811f;
}

.anchorbutton,
.button:hover {
  cursor: pointer;
}

.input-validation-error {
  border: #f00 solid 1px !important;
}

div.customContent .sc_customForm .form-group {
  margin-bottom: 15px;
}

div.customContent .sc_customForm .form-group .control-label {
  margin-bottom: 5px;
  display: inline-block;
}

div.customContent .sc_customForm .sc_customContentValidation {
  margin-top: 15px;
}

div.customContent .customForm {
  font-size: 18px;
}

div.customContent ul {
  margin-left: 30px;
  margin-top: 10px;
}

div.customContent ul li.text-danger {
  color: #f00;
}

.body-wrap-fadded {
  background: #000;
}

.body-wrap-fadded .body-wrap-inner {
  opacity: 0.2;
  pointer-events: none;
  cursor: default;
}

.pull-left {
  float: left !important;
}

.signin_wrap,
.signin_wrap * {
  z-index: 10000;
}

.signin {
  max-width: auto;
}

.signin,
.search-gallery-inner-top .signin {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 3px;
  border: 1px #ccc solid;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#ddd));
  background: -moz-linear-gradient(#fff, #ddd);
  background: linear-gradient(#fff, #ddd);
  -pie-background: linear-gradient(#fff, #ddd);
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  z-index: 99999;
  behavior: url(/content/themes/base/PIE.htc);
}

.signin span,
.signin a,
.search-gallery-inner-top .signin span,
.search-gallery-inner .signin a {
  padding: 0 5px 0 5px;
  color: #000;
}

.signin a:hover,
.search-gallery-inner-top .signin a:hover {
  text-decoration: underline;
}

.signin ul,
.search-gallery-inner-top .signin ul {
  list-style: none;
  position: relative;
}

.signin ul ul li a,
.search-gallery-inner-top .signin ul ul li a {
  color: #000;
  position: relative;
}

.signin > ul > li,
.search-gallery-inner-top .signin > ul > li {
  float: left;
  border-right: #ccc solid 1px;
  position: relative;
  z-index: 9999;
}

.signin > ul > li > a,
.search-gallery-inner-top .signin > ul > li > a {
  text-decoration: none !important;
}

.signin > ul > li > a:last-of-type {
  margin-right: 8px;
}

.signin > ul > li:last-child,
.search-gallery-inner-top .signin > ul > li:last-child {
  border-right: 0;
}

.signin ul li ul,
.search-gallery-inner-top .signin ul li ul {
  display: none;
}

.signin ul li ul:hover,
.search-gallery-inner-top .signin ul li ul:hover {
  display: block;
}

.signin ul li :hover ~ ul,
.search-gallery-inner-top .signin ul li :hover ~ ul {
  display: block;
}

.signin ul li:hover ul,
.search-gallery-inner-top .signin ul li:hover ul {
  position: absolute;
  padding-top: 6px;
}

.signin ul {
  overflow: visible;
}

.signin ul li:hover ul {
  right: 0;
  top: 14px;
  display: block;
}

.signin ul li ul li,
.search-gallery-inner-top .signin ul li ul li {
  background: #fff;
  padding: 4px 7px 3px 7px;
  border: #eee solid 1px;
  border-top: 0;
}

.signin ul li .dropIcon,
.search-gallery-inner-top .signin ul li .dropIcon {
  margin-top: 7px;
  float: right;
}

.signin ul li .dropIcon {
  position: absolute;
  top: 0;
  right: 0;
}

.breadcrumbs .master-content {
  padding: 10px;
}

.policySection ol {
  margin-left: 20px;
}

.detailsSection {
  border: solid #000 1px;
  padding: 4px;
  background: #ccc;
}

.policySection a {
  text-decoration: underline;
  color: #0d63c9 !important;
}

.policySection {
  margin-bottom: 25px;
}

.customContent p {
  margin-bottom: 15px !important;
}

.page-title {
  margin-bottom: -15px;
}

.customContent .page-title {
  margin-bottom: 0;
}

.search-gallery-inner-top .signin li {
  padding-right: 5px;
  padding-left: 5px;
}

.small-header {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  text-align: right;
  width: 100%;
  color: #fff;
  padding-top: 3px;
  padding-bottom: 3px;
  margin: 0 auto !important;
}

.small-header img {
  margin-top: 3px;
  margin-right: 3px;
  height: 13px;
}

.small-header a {
  text-align: center;
  font-size: 10px;
  font-variant: small-caps;
}

.small-header ul {
  margin-right: 20px;
}

.small-header ul li {
  display: inline-block;
}

.small-header li + li::before {
  padding: 5px;
  content: "|";
}

.js_mediaHolder {
  z-index: 9999999;
}

#media-gallery-modal .gallery-close-bottom {
  margin-right: 28px;
  margin-top: 18px;
}

#media-gallery-modal .scrollable-container {
  overflow-y: scroll;
  height: 100%;
  -ms-overflow-style: scrollbar;
}

#media-gallery-modal .parent {
  max-width: 990px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#media-gallery-modal .child {
  float: left;
  padding: 5px;
}

.modal.p24_galleryModal .p24_mediaHolder {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -ms-overflow-style: none;
  margin-top: 72px;
}

.modal-open .modal.p24_galleryModal .p24_mediaTabs .p24_mediaTab {
  line-height: 36px;
  padding-left: 0;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  background: none;
  width: 110px;
}

.modal.p24_galleryModal .p24_mediaTabs .p24_mediaTab {
  margin: 0 !important;
}

.modal.p24_galleryModal .p24_scrollable {
  overflow-y: scroll;
  height: 100%;
  -ms-overflow-style: scrollbar;
}

.modal.p24_galleryModal .p24_mediaTabs .p24_mediaTab.p24_activeTab {
  padding-top: 0;
  border: 1px solid #fff;
}

.modal.p24_galleryModal .p24_mediaTabs .p24_mediaTab:hover {
  color: #999;
}

.modal.p24_galleryModal .p24_mediaTabs .p24_mediaTab {
  line-height: 36px;
  padding-left: 0;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  background: none;
  width: 110px;
}

.p24_mediaTab {
  background: transparent;
  padding: 0 15px;
  width: 125px;
  padding-left: 40px;
  text-align: center;
  font-size: 15px;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  height: 38px;
}

#gallery-video,
#gallery-3d-tour,
#gallery-slideshow,
#youtube-slideshow-frame {
  margin-top: 52px;
}

#gallery-map {
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  bottom: 0;
}

.modal.p24_galleryModal .p24_thumbnailsIcon {
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  left: 0;
  transition: 0.2s;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.6);
}

.modal.p24_galleryModal .p24_thumbnailsIcon img {
  width: 15px;
  margin-right: 6px;
  margin-top: -4px;
}

.modal.p24_galleryModal .p24_thumbnailsIcon:hover {
  cursor: pointer;
  background: rgba(42, 42, 42, 0.3);
}

.modal.p24_galleryModal #gallery-map .streetViewPlaceholder {
  float: right;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  margin-right: 15px;
}

.modal.p24_galleryModal .p24_title {
  font-size: 20px;
}

.modal.p24_galleryModal .p24_pipe {
  font-size: 20px;
  margin: 0 10px;
}

.modal.p24_galleryModal .p24_price {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

#gallery-video,
#youtube-video-frame,
#gallery-3d-tour,
#gallery-slideshow,
#youtube-slideshow-frame,
#gallery-map {
  width: 100%;
  height: 100%;
}

#GMap_Canvas {
  width: 99%;
  height: 95%;
}

.modal.p24_galleryModal .galleryHeading {
  margin-top: 7px;
}

.modal.p24_galleryModal #actionbar {
  margin-top: 10px;
}

.modal.p24_galleryModal .galleryHeading {
  margin-top: 7px;
}

.modal.p24_galleryModal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  overflow: hidden;
}

.modal.p24_galleryModal * {
  outline: 0 !important;
}

.modal.p24_galleryModal .p24_dummy {
  position: fixed;
  top: 27px;
  right: 25px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.modal.p24_galleryModal .p24_top {
  position: fixed;
  top: 0;
  left: 0;
  width: 98%;
  padding: 15px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}

.modal.p24_galleryModal .p24_top_back_up {
  position: fixed;
  top: 0;
  left: 0;
  width: 98%;
  padding: 15px;
  color: #fff;
}

.modal.p24_galleryModal .p24_top a {
  display: inline-block;
  margin-left: 10px;
  padding: 5px;
}

.modal.p24_galleryModal .p24_top a .fa {
  color: #fff;
}

.modal.p24_galleryModal .p24_photos {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.modal.p24_galleryModal .p24_photos img {
  cursor: pointer;
}

.modal.p24_galleryModal .p24_photos img.img-responsive {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

.modal.p24_galleryModal .p24_previous,
.modal.p24_galleryModal .p24_next {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -40px;
  padding: 10px 15px 10px 10px;
  display: inline-block;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0 2px 2px 0;
}

.modal.p24_galleryModal .p24_previous:hover .fa,
.modal.p24_galleryModal .p24_next:hover .fa {
  color: #d9d9d9;
}

.modal.p24_galleryModal .p24_previous .fa,
.modal.p24_galleryModal .p24_next .fa {
  color: #fff;
}

.modal.p24_galleryModal .p24_next {
  left: auto;
  right: 0;
  padding: 10px 10px 10px 15px;
  border-radius: 2px 0 0 2px;
}

.modal.p24_galleryModal .row {
  padding-bottom: 5px;
}

.modal.p24_galleryModal .p24_thumbnailContainer {
  max-width: none !important;
  width: 990px;
  padding: 0 7px;
  margin: auto;
}

.modal.p24_galleryModal .p24_caption {
  position: absolute;
  left: 10px;
  bottom: 40px;
  max-width: 315px;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.modal.p24_galleryModal .p24_count {
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -23px;
  padding: 10px;
  color: #fff;
  cursor: default;
  background: rgba(0, 0, 0, 0.5);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.modal.p24_galleryModal .p24_loader {
  color: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
}

.modal.p24_galleryModal .p24_loader .fa-spinner {
  color: #000;
}

.modal.p24_galleryModal .p24_loader .fa,
.modal.p24_galleryModal .p24_loader .p24_ieLoader {
  margin-right: 5px;
  vertical-align: middle;
}

#media-gallery-modal {
  z-index: 99999;
}

#gallery-top,
#gallery-top-backup {
  z-index: 999999999;
}

@media screen and (max-width: 990px) {
  #js_phototab,
  #js_3dTourtab,
  #js_Videotab,
  #js_Maptab,
  .p24_mediaTab_price {
    display: none;
  }
}

@media screen and (max-width: 950px) {
  .galleryHeading {
    display: none;
  }

  .modal.p24_galleryModal .p24_mediaTabs {
    position: absolute;
    top: 15px;
    right: unset;
    left: 15px;
    z-index: 99;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: right;
  }
}

@media screen and (max-width: 650px) {
  .largeLayoutWrap .imageContainerWrapper ul li .imageWrap {
    width: 100%;
  }
}

@media screen and (max-width: 470px) {
  .modal.p24_galleryModal .p24_mediaTabs div:nth-child(4) {
    display: none;
  }

  .gallery-close {
    margin-right: 15px;
  }
}

@media screen and (max-width: 370px) {
  .p24_mediaTabs div:nth-child(3),
  .p24_mediaTabs div:nth-child(4) {
    display: none;
  }
}

@media screen and (max-width: 270px) {
  .modal.p24_galleryModal .p24_mediaTabs div:nth-child(2),
  .modal.p24_galleryModal .p24_mediaTabs div:nth-child(3),
  .modal.p24_galleryModal .p24_mediaTabs div:nth-child(4) {
    display: none;
  }
}

#biography {
  padding: 20px;
}

.agencyWrap .agencyModernWrap h3 {
  padding: 10px;
  margin-bottom: 5px;
  color: #fff;
}

.agencyWrap .agencyModernWrap h3 span {
  border-left: 1px #fff solid;
  padding-left: 7px;
  margin-left: 3px;
  font-weight: bold;
}

.agencyWrap .agencyModernWrap .col-xs-12 {
  position: relative;
  margin-bottom: 15px;
}

.agencyWrap .agencyModernWrap .Agency .MemberDetails {
  display: block;
  min-height: 200px;
}

.agencyWrap .agencyModernWrap .Agency .MemberDetails .details {
  padding-top: 10px;
}

.agencyWrap .agencyModernWrap .Agency .MemberDetails .viewProfile {
  padding: 5px;
  position: absolute;
  bottom: 10px;
  right: 8px;
  text-align: center;
  width: 80px;
}

.agencyWrap .agencyModernWrap .Agency .MemberDetails .p24_profileSocial {
  position: absolute;
  bottom: 9px;
}

.agencyWrap .agencyModernWrap .Agency .MemberDetails .pic {
  width: 120px;
  height: auto;
  border: #ccc solid 1px;
  margin-bottom: 5px;
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.agencyWrap .agencyModernWrap .Agency .MemberDetails .bio {
  margin-bottom: 20px;
}

.agencyWrap .agencyModernWrap .licenseWrap {
  display: block;
  padding: 0;
  font-size: 13px;
}

@media only screen and (max-width: 48em) {
  .agencyWrap .col-sm-3,
  .agencyWrap .col-sm-9 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}

@media only screen and (max-width: 770px) {
  .agencyWrap .agencyModernWrap .Agency .MemberDetails .details,
  .agencyWrap .agencyModernWrap .Agency .MemberDetails .bio {
    width: 220px;
  }

  .agencyWrap .agencyModernWrap .Agency .MemberDetails .bio {
    height: 50px;
    display: block;
    overflow: hidden;
  }

  .agencyWrap .col-sm-3 {
    max-width: 40%;
  }

  .agencyWrap .col-sm-9 {
    max-width: 60%;
  }
}

@media only screen and (max-width: 420px) {
  .agencyWrap .agencyModernWrap .Agency .MemberDetails .details,
  .agencyWrap .agencyModernWrap .Agency .MemberDetails .bio {
    width: 210px;
  }

  .agencyWrap .agencyModernWrap .Agency .MemberDetails .bio {
    height: 50px;
    display: block;
    overflow: hidden;
  }
}

@media only screen and (max-width: 320px) {
  .agencyWrap .agencyModernWrap .Agency .MemberDetails .details,
  .agencyWrap .agencyModernWrap .Agency .MemberDetails .bio {
    width: 160px;
  }

  .agencyWrap .agencyModernWrap .Agency .MemberDetails .bio {
    height: 50px;
    display: block;
    overflow: hidden;
  }

  .agencyWrap .agencyModernWrap .Agency .MemberDetails .details a {
    font-size: 13px;
  }
}

.newsArticleWrap {
  width: 100%;
}

.newsArticleWrap hr {
  height: 1px;
  background: #eee;
  border: 0;
}

.newsArticleWrap .articleContent {
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
}

.newsArticleWrap .articleContent .articleInnerContent {
  padding: 10px;
}

.newsArticleWrap .articleContent .publishDate {
  color: #999;
  margin-top: 10px;
  margin-bottom: 10px;
}

.newsArticleWrap .articleContent .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #2a547a;
  font-weight: bold;
  margin-bottom: 20px !important;
}

.newsArticleWrap .articleContent .synopsis {
  margin-bottom: 20px;
  margin-right: 10px;
}

.newsArticleWrap .articleContent img {
  width: 100% !important;
  height: 100% !important;
  margin-right: 10px;
  margin-bottom: 10px;
}

.newsArticleWrap img {
  padding: 5px;
}

.articleWrapper {
  all: initial;
}

.articleWrapper blockquote {
  border-left: 2px solid #ccc;
  margin-left: 1.5rem;
  padding-left: 1rem;
}

.articleWrapper h1 {
  display: block;
  font-size: 2em;
  font-weight: bold;
}

.articleWrapper h2 {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
}

.articleWrapper h3 {
  display: block;
  font-size: 1.17em;
  font-weight: bold;
}

.articleWrapper p {
  display: block;
  margin-bottom: 10px;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

.articleWrapper ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 40px;
}

.articleWrapper strong {
  font-weight: bold;
}

.articleWrapper li {
  display: list-item;
}

.articleWrapper ul ul {
  list-style-type: circle;
}

.articleWrapper body {
  font-size: 14px;
  font-family: inherit;
  margin: 0;
}

.articleWrapper ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 40px;
}

.articleWrapper table {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-spacing: 2px;
  border-color: #808080;
}

.articleWrapper tr {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  padding: 0.4rem;
}

.articleWrapper td {
  display: table-cell;
  border-color: #ccc;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  padding: 0.4rem;
  border-style: solid;
}

.articleWrapper ::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0 !important;
  text-align: start !important;
  text-align-last: start !important;
}

.articleWrapper blockquote {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
}

@media print {
  body,
  .master,
  .master-inner,
  .master-content,
  .bodycolumn {
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  #header,
  footer,
  #search-bar,
  .breadcrumbs,
  .rightcolumn,
  .breadcrumbs,
  .rightcolumnBasic,
  .latestPropertiesHorizontalWrap,
  .shareThisWrapperFlat,
  .thumbnailContainerWrapper,
  .listingtopTabs,
  .hidden-print,
  .flatLayoutWrap .imageContainerWrapper .captionFree {
    display: none !important;
  }

  .leftcolumn {
    width: 90% !important;
  }
}

#ProfileMenu {
  list-style: none;
  background: #fff;
  border: 1px #e5e5e5 solid;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  -webkit-box-shadow: #e5e5e5 0 1px 4px;
  -moz-box-shadow: #e5e5e5 0 1px 4px;
  box-shadow: #e5e5e5 0 1px 4px;
  behavior: url(/content/themes/base/PIE.htc);
}

#ProfileMenu li a {
  color: #666;
  width: 100%;
  display: block;
  border-bottom: 1px #e5e5e5 solid;
  behavior: url(/content/themes/base/PIE.htc);
}

#ProfileMenu li:first-child a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

#ProfileMenu li:last-child a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

#ProfileMenu li a:hover {
  background: #f5f5f5;
}

#ProfileMenu li a span {
  padding: 8px;
  display: block;
}

#ProfileMenu li a img {
  margin: 10px;
  float: right;
}

.p24LayoutWrap .paging a,
.p24LayoutWrap #tabs a,
.p24LayoutWrap .contactAgentWrapper a,
.p24LayoutWrap .descWrap {
  color: #444;
}

.p24LayoutWrap #listingContentBlock {
  width: 990px;
}

.p24LayoutWrap .imageContainerInternal {
  height: 557px;
  overflow: hidden;
}

.p24LayoutWrap .imageContainerInternal {
  width: 990px;
  height: 557px;
}

.p24LayoutWrap #tabs {
  padding-top: -10px;
}

.p24LayoutWrap .listingTitle {
  margin: 0 5px 0 5px;
}

.p24LayoutWrap .topBlock p {
  margin-top: 10px;
}

.p24LayoutWrap hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: 0;
}

.p24LayoutWrap .description {
  margin: 10px 0 5px 0;
  overflow: hidden;
}

.p24LayoutWrap .listingprice {
  font-size: 22px;
  margin-right: 10px;
  font-weight: bold;
}

.p24LayoutWrap .listingtitle {
  font-size: 22px;
}

.p24LayoutWrap .views {
  font-size: 18px;
}

.p24LayoutWrap .viewsWrap {
  margin-top: 20px;
}

.p24LayoutWrap .socialLeft {
  background-image: url(/Content/Images/SocialLeftBg.png);
  float: left;
  height: 28px;
  width: 5px;
}

.p24LayoutWrap .socialBody {
  background-image: url(/Content/Images/SocialBodyBg.png);
  background-repeat: repeat-x;
  float: left;
  height: 28px;
  width: auto;
}

.p24LayoutWrap .socialRight {
  background-image: url(/Content/Images/SocialRightBg.png);
  float: left;
  height: 28px;
  width: 5px;
}

.p24LayoutWrap .socialSeporator {
  background-image: url(/Content/Images/SocialSeporator.png);
  background-repeat: no-repeat;
  height: 28px;
  width: 2px;
}

.p24LayoutWrap .description .title {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding: 0;
}

.p24LayoutWrap .tableRow {
  border-bottom: 1px solid #ccc;
  height: 25px;
}

.p24LayoutWrap .listingNumberWrapper {
  background-image: url(/Content/Images/ListingNumberBg.png);
  color: #fff;
  font-size: 14px;
  height: 29px;
  margin: 5px auto auto;
  width: 275px;
}

.p24LayoutWrap .contactAgentWrapper ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.p24LayoutWrap .contactAgentWrapper ul li {
  display: inline;
  float: left;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.p24LayoutWrap .contactAgentWrapper .captcha img {
  display: block;
  margin: 10px auto;
  border: 1px solid #333;
}

.p24LayoutWrap .contactAgentWrapper .captcha p {
  margin-bottom: 5px;
  color: #f00;
}

.p24LayoutWrap .detailsWrapperBottom {
  background-image: url(/Content/Images/ContactAgentBottom.png);
  height: 10px;
  margin: auto;
  width: 275px;
}

.p24LayoutWrap #tabs_container {
  margin: 5px auto auto;
  width: 276px;
}
.p24LayoutWrap .leftcolumn {
  color: #555;
  background: #fff;
}

.p24LayoutWrap .leftcolumn .listingDetails {
  margin-top: 10px;
  background: #fff;
  width: 100%;
}

.p24LayoutWrap .leftcolumn .listingDetails .left {
  padding: 5px;
}

.p24LayoutWrap .leftcolumn .listingDetails h2 {
  overflow: hidden;
}

.p24LayoutWrap .rightcolumn {
  background: #fff;
}

.p24LayoutWrap #agencyinfocontent img {
  margin-top: 10px;
  float: left;
  padding: 2px;
  display: inline;
  margin-top: 0;
  padding-right: 10px;
}

.p24LayoutWrap #agencyinfocontent img {
  max-width: 340px;
  max-height: 200px;
}

.p24LayoutWrap .agencyWrap {
  max-height: 200px;
}

.p24LayoutWrap .rightcolumn .section {
  clear: left;
  margin-bottom: 15px;
  border: 0 !important;
  padding: 10px;
  background: #fff;
}

.p24LayoutWrap .rightcolumn .sectionborderr {
  border-bottom: solid 1px #ccc;
  padding-bottom: 15px;
}

.p24LayoutWrap .rightcolumn .section .sectionicon {
  float: left;
  margin-right: 10px;
}

.p24LayoutWrap .rightcolumn .section h2 {
  margin-bottom: 10px;
  background: none !important;
  border: 0 !important;
}

.p24LayoutWrap .rightcolumn ul li {
  list-style: none;
  border-bottom: solid 1px #ccc;
  padding-top: 5px;
  padding-bottom: 5px;
}

.p24LayoutWrap .rightcolumn .sectionbullet {
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}

.p24LayoutWrap .rightcolumn #toolscontent {
  padding: 10px;
}

.p24LayoutWrap .rightcolumn #toolscontent a {
  margin: 0;
}

.p24LayoutWrap .rightcolumn h3 {
  display: block;
  margin: 0;
  font-weight: normal;
  position: relative;
  overflow: hidden;
  position: relative;
  padding: 8px;
  width: 98%;
}

.p24LayoutWrap .rightcolumn h3 img,
.p24LayoutWrap .rightcolumn h3 span {
  float: left;
}

.p24LayoutWrap .rightcolumn h3 img {
  margin: 0;
  margin-top: 7px;
  margin-left: 5px;
}

.p24LayoutWrap .rightcolumn #agencyinfo h3 img {
  margin: 0;
}

.p24LayoutWrap .rightcolumn h3 span.webRef {
  margin-right: 3px;
  font-size: 14px;
  margin-top: 6.5px;
}

.p24LayoutWrap .contactAgentWrapper h3 span {
  margin: 6px 0 0 10px;
}

.p24LayoutWrap .rightcolumn .textbox,
.p24LayoutWrap .rightcolumn .textarea {
  width: 96% !important;
  margin-bottom: 10px;
  height: auto;
  padding: 6px 10px;
  color: #9ea5b1;
  border: 1px solid #9ea5b1;
  /* -webkit-box-shadow: inset 0 1px 0 0 #9ea5b1; */
  /* box-shadow: inset 0 1px 0 0 #9ea5b1; */
}

.p24LayoutWrap .rightcolumn .textbox::-webkit-input-placeholder,
.p24LayoutWrap .rightcolumn .textarea::-webkit-input-placeholder,
.p24LayoutWrap .rightcolumn .textbox::-moz-placeholder,
.p24LayoutWrap .rightcolumn .textarea::-moz-placeholder {
  color: #9ea5b1;
}

.p24LayoutWrap .rightcolumn .textarea {
  resize: none;
  height: 100px;
}

.p24LayoutWrap .rightcolumn .button {
  width: 103%;
  padding: 6px 10px;
}

.p24LayoutWrap .rightcolumn .inner-wrap {
  padding: 10px;
}

.p24LayoutWrap #tabs_container ul.tabs li {
  float: left;
}

.p24LayoutWrap #tabs_container ul.tabs li a {
  display: block;
}

.p24LayoutWrap div.tab_contents {
  display: none;
}

.p24LayoutWrap div.tab_contents_active {
  display: block;
}

.p24LayoutWrap .contactAgentWrapper .row {
  font-size: 14px;
  height: auto;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100%;
}

.p24LayoutWrap #emailinfo,
.p24LayoutWrap #telinfocontent {
  margin-top: 10px;
}

.p24LayoutWrap .inactive {
  color: #dadada;
}

.p24LayoutWrap #contactinfo button {
  background: none;
  border: 0;
  cursor: pointer;
}

.p24LayoutWrap .rightcolumn a {
  display: block;
  margin: 10px 0 10px 0;
  text-decoration: none;
}

.p24LayoutWrap .rightcolumn {
  color: #555;
}

.p24LayoutWrap .rightcolumn .sc_listingSidebarAgents {
  padding-bottom: 25px;
}

.p24LayoutWrap #agencyinfocontent img {
  margin-top: 10px;
  float: left;
  padding: 2px;
  display: inline;
  margin-top: 0;
  padding-right: 10px;
}

.p24LayoutWrap #agencyinfocontent {
  padding: 1px;
}

.p24LayoutWrap #agencyinfocontent img {
  margin-top: 10px;
  max-width: 270px;
}

.p24LayoutWrap .paging {
  background: #fff;
  border: 1px #dcdcdc solid;
  margin: 0 5px 5px 10px;
  color: #444;
  border-radius: 4px;
}

.p24LayoutWrap .paging span {
  padding: 3px;
}

.p24LayoutWrap .paging .left {
  margin-right: 10px;
}

.p24LayoutWrap .paging .backSearchResults {
  margin-right: 10px;
}

.p24LayoutWrap #contactagent {
  padding-bottom: 10px;
  margin-top: -20px;
}

.p24LayoutWrap .contactAgentWrapper #contactinfo .showContactWrap,
.p24LayoutWrap .contactAgentWrapper #contactinfo .showEmailWrap {
  margin-left: 10px;
}

.p24LayoutWrap .contactAgentWrapper .showContactWrap .fa,
.p24LayoutWrap .contactAgentWrapper .showEmailWrap .fa {
  width: 30px;
}

.p24LayoutWrap .contactAgentWrapper .showContactWrap .agentheading,
.p24LayoutWrap .contactAgentWrapper .showEmailWrap .agentheading {
  font-weight: bold;
}

.p24LayoutWrap .contactAgentWrapper .contactDetails {
  color: #000;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.p24LayoutWrap .sc_fontWeightBold {
  font-weight: bold;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.label-warning {
  background-color: #f0ad4e;
}

.p24LayoutWrap .sc_listingSidebarAgents .sc_fontWeightBold {
  padding-bottom: 5px;
  padding-top: 5px;
}

.p24LayoutWrap .contactAgentWrapper a.HideContact,
.p24LayoutWrap .contactAgentWrapper a.HideEmail {
  display: none;
}

.p24LayoutWrap .contactAgentWrapper .agentheading a {
  display: inherit !important;
}

.p24LayoutWrap .contactAgentWrapper .agentheading {
  white-space: nowrap;
}

.p24LayoutWrap .textarea {
  font-family: Arial;
}

.p24LayoutWrap #tabs .tab {
  display: block;
  max-height: 482px;
  border: 1px #dcdcdc solid;
  padding: 15px;
  position: relative;
  background: #fff;
}

.p24LayoutWrap #tabs .tab {
  display: block;
  max-height: 482px;
  border: 1px #dcdcdc solid;
  padding: 15px;
  position: relative;
  background: #fff;
}

.p24LayoutWrap #tab-4.tab {
  max-height: none;
}

.p24LayoutWrap .vlightboxWrapper {
  position: relative;
  height: 390px !important;
  width: 514px;
}

.p24LayoutWrap .vlightbox .vtourImg {
  width: 100%;
  max-height: 485px;
  position: relative;
}

.p24LayoutWrap .vlightbox .vtourIcon {
  position: absolute;
  top: 40%;
  left: 40%;
}

.p24LayoutWrap #listingTopTabs {
  list-style: none;
  display: block;
  height: 30px;
  position: absolute;
  top: -25px;
  left: 0;
}

.p24LayoutWrap #listingTopTabs li {
  float: left;
  display: block;
  border: 1px #dcdcdc solid;
  border-bottom: 0;
  margin-right: 2px;
  background: #fff;
  font-weight: bold;
  z-index: 18;
  position: relative;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  behavior: url(/content/themes/base/PIE.htc);
}

.p24LayoutWrap #listingTopTabs li a {
  display: block;
  padding: 5px 10px;
  font-weight: normal;
  font-size: 12px;
}

.p24LayoutWrap #listingTopTabs li:hover a,
.p24LayoutWrap #listingTopTabs li.active a {
  padding-bottom: 6px;
}

.p24LayoutWrap .ListingNav a,
.p24LayoutWrap .contactAgentWrapper #contactinfo a {
  text-decoration: none;
}

.p24LayoutWrap .lightbox {
  display: block;
  position: relative;
  clear: both;
  z-index: 1;
}

.p24LayoutWrap .lightbox img {
  display: block;
  vertical-align: bottom;
}

.p24LayoutWrap .imageContainerWrapper {
  background-color: #fff;
  border: solid 1px #dcdcdc;
  position: relative;
  margin-left: 20px;
  box-sizing: border-box;
}

.p24LayoutWrap .imageContainerWrapper img.zoom {
  float: right;
  margin-top: 8px;
  margin-right: 10px;
}

.p24LayoutWrap .imageContainerWrapper .caption {
  display: block;
  background: url(/Content/Images/gallery-overlay.png);
  width: 100%;
  height: 41px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.p24LayoutWrap .imageContainerWrapper .caption span {
  color: #fff;
  padding: 10px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  width: 450px;
  float: left;
}

.p24LayoutWrap .imageContainerWrapper .captionFree {
  display: block;
  background: url(/Content/Images/gallery-overlay.png);
  width: 45px;
  height: 41px;
  position: absolute;
  top: 0;
  right: 0;
}

.p24LayoutWrap .imageContainerWrapper ul {
  list-style: none;
  overflow: hidden;
  display: block;
}

.p24LayoutWrap .imageContainerWrapper ul li {
  position: absolute;
  padding: 0;
  overflow: hidden;
  display: block;
}

.p24LayoutWrap .imageContainerWrapper ul li.active {
  position: relative;
  padding: 0;
  overflow: hidden;
  display: block;
}

.p24LayoutWrap .imageContainerWrapper ul li .mainImage {
  width: 100%;
}

.p24LayoutWrap .imageContainerWrapper ul li.active {
  display: block !important;
  z-index: 10;
}

.p24LayoutWrap .imageContainerWrapper ul li a {
  display: block;
}

.p24LayoutWrap .thumbnailContainerWrapper {
  margin-left: 15px;
  width: 700px;
  padding: 20px;
  height: 110px;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.p24LayoutWrap .thumbnailContainerWrapper img {
  border: 1px #ccc solid;
  cursor: pointer;
}

.p24LayoutWrap .thumbContainer {
  height: 100px;
  overflow: hidden;
  position: relative;
  margin-left: 10px;
}

.p24LayoutWrap .thumbContainer ul {
  display: block;
  list-style: none;
}

.p24LayoutWrap .thumbContainer ul li {
  display: block;
  list-style: none;
  float: left;
  padding: 9px 6px;
}

.p24LayoutWrap .topArrow,
.bottomArrow {
  position: absolute;
  top: 45px;
  cursor: pointer;
  border: 0 !important;
  z-index: 999;
}

.p24LayoutWrap .topArrow {
  left: 0;
}

.p24LayoutWrap .bottomArrow {
  right: 10px;
}

.p24LayoutWrap .imageContainerWrapper .status {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.p24LayoutWrap #ViewAgentLink {
  text-decoration: underline;
}

.p24LayoutWrap #GMap_Canvas {
  min-height: 470px;
  width: 100%;
  height: 100%;
}

.p24LayoutWrap .streetViewPlaceholder {
  text-align: right;
  padding: 2px;
}

.p24LayoutWrap .rightcolumnSocial {
  border: 0;
}

.p24LayoutWrap .shareThisWrapperFlat .socialBlock {
  text-align: center;
  display: inline-block;
}

.p24LayoutWrap .shareThisWrapperFlat .socialBlock .socialIcon {
  display: inline-block;
  width: 30px;
  height: 30px;
  float: left;
}

.p24LayoutWrap .shareThisWrapperFlat .socialBlock a {
  margin-top: 0;
}

.p24LayoutWrap .paging a {
  text-decoration: none;
}

.p24LayoutWrap .p24_prev {
  position: absolute;
  top: 50%;
  left: 5px;
  z-index: 10;
  margin-top: -40px;
  padding: 10px 15px 10px 10px;
  display: inline-block;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0 2px 2px 0;
}

.p24LayoutWrap .p24_next {
  position: absolute;
  top: 50%;
  left: auto;
  right: 5px;
  z-index: 10;
  margin-top: -40px;
  padding: 10px 10px 10px 15px;
  display: inline-block;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 2px 0 0 2px;
}

.slide_show_caption_flat {
  position: absolute;
  left: 2px;
  bottom: 2px;
  z-index: 999;
  width: 97%;
  padding: 4px 10px 3px 10px;
  color: #fff;
  background: rgba(38, 50, 71, 0.4);
  display: inline-block;
  vertical-align: top;
  color: #fff !important;
  float: right !important;
}

.slide_show_caption_flat_no_background {
  position: absolute;
  left: 5px;
  bottom: 13px;
  z-index: 999;
  width: 90%;
  padding: 4px 10px 3px 10px;
  color: #fff;
}

.slide_show_caption_flat > a,
.slide_show_caption_flat_no_background > a {
  display: inline-block;
  vertical-align: top;
  color: #fff !important;
  float: right !important;
  margin-left: 10px;
}

.slide_show_span_flat,
.slide_show_caption_flat_no_background {
  display: inline-block;
  vertical-align: top;
  color: #fff !important;
  float: right !important;
  margin-left: 10px;
}

.noPrevious {
  width: 100%;
}

.printEmailBlock {
  margin-top: 10px;
}

.printEmailBlock .iconWrap {
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-top: 5px;
  color: #9ea5b1;
  border-top: 1px solid #d8dce3;
}

.printEmailBlock .iconWrap a {
  color: #9ea5b1;
  font-size: 15px;
  text-decoration: none;
}

.printEmailBlock .iconWrap i {
  float: left;
  margin-right: 15px;
  color: #9ea5b1;
  margin-top: 2px;
}

.p24LayoutWrap .socialBlock {
  margin-top: -20px;
  max-width: 220px;
}

.socialBlock .socialBlockDevelopmant {
  margin-left: 0;
}

.socialBlock .socialIcon {
  display: inline-block;
  margin-top: 10px;
  float: left;
  margin-right: 5px;
}

.socialBlock .socialIcon img {
  margin-bottom: 0;
}

.p24LayoutWrap .topBlock .property24generic_favorites_add,
.p24LayoutWrap .topBlock .property24generic_favorites_remove {
  margin-top: 20px;
}

.sc_listingAddress h1,
.sc_listingAddressMobile h1 {
  padding: 20px 0 0 0 !important;
  text-transform: none;
}

.p24LayoutWrap .listingTitle {
  margin: 0 0 0 0;
  height: 50px;
}

.detailCategoryName h3,
.listingCategory h3 {
  font-size: 17px;
  font-weight: 700;
  color: #515b6d;
  line-height: 22px;
}

.detailCategory,
.listingCategory {
  border-bottom: 1px solid #d8dce3;
}

.listingCategory {
  padding: 5px;
  padding-left: 0;
  text-align: left;
}

.p24LayoutWrap .breadCrumbPaging {
  margin-top: -16px;
  margin-left: 5px;
  margin-right: 5px;
  background: none;
  color: #444;
}

.p24LayoutWrap .breadCrumbPaging span {
  padding-right: 10px;
}

.p24LayoutWrap .paging {
  visibility: hidden;
}

.poiHeading {
  width: 59%;
}

.sc_listingAddress {
  border-left: 1px solid #dadada;
  margin-left: 10px;
  margin-top: 0;
  padding-left: 20px;
}

.js_P24_viewMoreLink {
  color: #0d63c9;
  text-decoration: none;
}

.p24LayoutWrap #PinterestButton img {
  height: 23px;
  width: 23px;
}

#showDayInfo {
  border-bottom: 1px solid #d8dce3;
}

.mapSection {
  margin-top: 10px;
}

.p24LayoutWrap .listingtitle {
  min-width: 110px;
}

.p24LayoutWrap .details {
  margin-left: 10px;
}

.p24LayoutWrap .p24_badges li {
  padding: 4px 10px !important;
  float: left;
}

.p24LayoutWrap .badgesContainer .p24_badges {
  z-index: 10;
  bottom: 111px;
  left: 21px;
}

.p24LayoutWrap .p24Banners {
  z-index: 10;
  left: 0;
}

.p24LayoutWrap .p24Banners,
.p24LayoutWrap .p24_badges {
  list-style: none;
}

.fa-pinterest {
  cursor: pointer !important;
}

.p24_agentContactContent .panel-default {
  padding: 1px !important;
}

.bi-exclamation-circle {
  font-size: 100px;
}

.p24_agentContactContent {
  position: absolute;
  left: 40%;
}

.p24_state_sign_in_heading {
  font-weight: 400;
  margin-bottom: 33px;
  font-size: 27px;
  line-height: 1.2;
  margin-left: 10px;
}

.p24_confirmationMessage_sign_in_required {
  line-height: 20px;
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 33px;
}

.btn-sign-in-required {
  width: 290px;
  margin: auto;
}

.sign_in_body {
  position: relative;
  line-height: 1.2;
}

.p24_agentContactContent .panel-default {
  border: 0;
  padding: 15px;
}

.p24_agentContactContent .panel-body {
  padding: 0 !important;
}

.close {
  opacity: 1 !important;
}

.bi-exclamation-circle {
  font-size: 100px;
  margin-left: 10px;
}

.paia_content .p24_content p {
  margin-bottom: 15px;
  width: 75%;
}

.paia_content a {
  color: #0d63c9;
}

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

.alertsBlockWrap .alertBody {
  padding: 10px;
  margin: 10px 0;
  border: 1px #eee solid;
  display: flex;
}

.alertsBlockWrap .alertBody .icon {
  width: 30%;
}

.alertsBlockWrap .alertBody .alertRight .content {
  display: flex;
}

.alertsBlockWrap .alertBody h2 {
  padding-top: 0;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
}

.alertsBlockWrap .alertBody #getAlertsButton {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  padding: 8px 0;
}

.alertsBlockWrap .alertBody .addAlerts {
  font-size: 16px;
  padding: 12px 0;
  width: 60%;
  margin-left: 20px;
}

.alertsBlockWrap .alertBody .icon img {
  text-align: center;
  margin: 9% 20%;
}

.alertsBlockWrap .alertBody .action .button {
  width: 150px;
  margin-left: 20px;
  margin-top: 5px;
}

.alertsBlockWrap #alertsDescription {
  color: #008000;
}

.alertsBlockWrap #alertsDescription #emailAddress {
  width: 350px;
  border: 1px #ccc solid;
  margin: 0 auto;
  height: 30px;
  text-indent: 10px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}

.alertsBlockWrap #alertsDescription .errorMessage {
  margin-top: 10px;
}

.defaultResultsWrap .propertyTileWrapper {
  position: relative;
  margin-bottom: 5px;
  background-color: #f5f5f5;
}

.defaultResultsWrap .propertyTileWrapper:hover {
  background: #ddd;
}

.defaultResultsWrap .propertyTileWrapper .imageWrapper {
  display: block;
  position: relative;
  width: 330px;
  float: left;
  padding: 10px;
}

.defaultResultsWrap .propertyTileWrapper .imageWrapper .status {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}

.defaultResultsWrap .propertyTileWrapper .content {
  height: 270px;
  width: calc(100% - 350px);
  left: 350px;
  position: absolute;
  display: block;
}

.defaultResultsWrap .propertyTileWrapper .content .listingContent {
  padding: 10px 10px 10px 0;
}

.defaultResultsWrap
  .propertyTileWrapper
  .content
  .listingContent
  .addRemoveFavourite {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
}

.defaultResultsWrap
  .propertyTileWrapper
  .content
  .listingContent
  .displayPrice {
  font-size: 26px;
  margin-bottom: 10px;
  padding: 0;
}

.defaultResultsWrap
  .propertyTileWrapper
  .content
  .listingContent
  .rentalTermDescription {
  margin-bottom: 10px;
  padding: 0;
}

.defaultResultsWrap .propertyTileWrapper .content .listingContent h2.title {
  margin-top: 10px;
  padding: 0;
  font-size: 16px;
}

.defaultResultsWrap .propertyTileWrapper .content .listingContent .address {
  margin-top: 5px;
  overflow: hidden;
  color: #25769f;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.defaultResultsWrap .propertyTileWrapper .content .listingContent .description,
.defaultResultsWrap
  .propertyTileWrapper
  .content
  .listingContent
  .descriptionSmall {
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 5px;
}

.defaultResultsWrap
  .propertyTileWrapper
  .content
  .listingContent
  .occupationDate {
  line-height: 16px;
  margin-top: 10px;
  overflow: hidden;
}

.defaultResultsWrap
  .propertyTileWrapper
  .content
  .listingContent
  .detailsContainer {
  overflow: hidden;
  position: absolute;
  bottom: 0;
}

.defaultResultsWrap
  .propertyTileWrapper
  .content
  .listingContent
  .detailsContainer
  * {
  float: left;
  line-height: 50px;
}

.defaultResultsWrap
  .propertyTileWrapper
  .content
  .listingContent
  .detailsContainer
  .icon {
  vertical-align: middle !important;
  font-size: 18px;
  margin-right: 4px !important;
  color: #5c6576;
}

.defaultResultsWrap
  .propertyTileWrapper
  .content
  .listingContent
  .detailsContainer
  .fa-check {
  color: #008000 !important;
  font-size: 12px;
  margin-right: 15px !important;
}

.defaultResultsWrap
  .propertyTileWrapper
  .content
  .listingContent
  .detailsContainer
  span.text {
  margin-right: 15px;
}

.defaultResultsWrap
  .propertyTileWrapper
  .content
  .listingContent
  .detailsContainer
  .bedroomIcon {
  margin-top: 3px;
}

.defaultResultsWrap
  .propertyTileWrapper
  .content
  .listingContent
  .detailsContainer
  .sc_iconPets {
  margin-top: 5px;
}

.defaultResultsWrap .propertyTileWrapper .content .listingContent #mediaIcons {
  height: 28px;
  display: block;
  margin-top: -3px !important;
}

.defaultResultsWrap
  .propertyTileWrapper
  .content
  .listingContent
  #mediaIcons
  img {
  padding: 8px 3px;
}

.defaultResultsWrap
  .propertyTileWrapper
  .content
  .listingContent
  .listingSizes {
  overflow: hidden;
  position: absolute;
  bottom: 10px;
  min-height: 16px;
}

.defaultResultsWrap
  .propertyTileWrapper
  .content
  .listingContent
  .listingSizes
  span {
  margin-right: 10px;
}

.defaultResultsWrap .propertyTileWrapper .viewDetails {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 10px;
}

.defaultResultsWrap .propertyTileWrapper .viewDetails .anchorbutton {
  text-transform: uppercase;
  font-weight: bold;
  width: 120px;
}

.defaultResultsWrap .propertyTileWrapper .viewDetails .anchorbutton p {
  padding: 5px;
}

.defaultResultsWrap .p24_badges {
  bottom: 10px;
}

.propertyTileWrapper + .resultsPagerWrap {
  clear: both;
}

.resultsPagerWrap .pager {
  width: 100%;
  height: 25px;
  padding: 10px 0 10px 0;
}

.resultsPagerWrap .inactive {
  color: #666 !important;
}

.resultsPagerWrap .pager select {
  padding: 3px;
}

.resultsPagerWrap .pager span,
.resultsPagerWrap .pagenav * {
  margin-right: 5px;
}

.resultsPagerWrap .pager img {
  margin-left: 5px;
}

.resultsPagerWrap .pager span {
  margin-top: 5px;
}

.featuredScrollWrap .FeaturedPropertyWrapper {
  position: relative;
  height: 290px;
  width: 100% !important;
  max-width: 1200px;
  margin: 5px auto 5px auto;
}

.SlidePropertyBlock .status {
  width: 91px !important;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  height: 90px;
}

.featuredScrollWrap .SlidePropertyBlock {
  width: 170px;
  background: #fff;
  height: 260px;
  float: left;
  border: solid 1px #ccc;
  position: relative;
  padding: 10px;
  margin-right: 4px;
  margin-left: 4px;
}

.featuredScrollWrap .SlidePropertyBlock:hover {
  background: #f1f6fc;
}

.featuredScrollWrap .SlidePropertyBlock img {
  max-width: 100%;
  padding-bottom: 10px;
}

.featuredScrollWrap .SlidePropertyBlock a.link {
  text-decoration: none;
  display: block;
  font-weight: bold;
  text-align: center;
}

.featuredScrollWrap .SlidePropertyBlock .title {
  color: #444;
  font-size: 12px;
  display: block;
  height: 60px;
  overflow: hidden;
  font-weight: normal;
}

.featuredScrollWrap .SlidePropertyBlock .price {
  display: block;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.featuredScrollWrap .SlidePropertyBlock .date {
  font-size: 10px;
  color: #9b9b9b;
  text-align: center;
}

.featuredScrollWrap .SlidePropertyBlock li label {
  display: inline-block;
  width: 70px;
  margin-left: 10px;
}

.featuredScrollWrap .FeaturedPropertyWrapper .FeaturedProperty {
  width: 100% !important;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}

.featuredScrollWrap .next,
.featuredScrollWrap .prev {
  display: none;
  z-index: 100;
  position: absolute;
  bottom: 37px;
  cursor: pointer;
  width: 20px;
  height: 45px;
  padding: 0 5px 0 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow: #666 0 2px 3px;
  -moz-box-shadow: #666 0 2px 3px;
  box-shadow: #666 0 2px 3px;
  behavior: url(/content/themes/base/PIE.htc);
}

.featuredScrollWrap .next,
.featuredScrollWrap .next:hover {
  right: 14px;
  text-align: right;
}

.featuredScrollWrap .prev,
.featuredScrollWrap .prev:hover {
  left: 14px;
  text-align: left;
}

.featuredScrollWrap:hover .next,
.featuredScrollWrap:hover .prev {
  display: block;
}

.featuredScrollLargeWrap .FeaturedPropertyWrapper {
  position: relative;
  height: 390px;
  width: 100% !important;
  max-width: 1200px;
  margin: 5px auto 5px auto;
}

.featuredScrollLargeWrap .FeaturedPropertyBasicWrapper {
  position: relative;
  height: 390px;
  width: 100% !important;
  max-width: 1200px;
  margin: 5px auto 5px auto;
}

.featuredScrollLargeWrap .SlidePropertyBlock {
  width: 271px;
  background: #f6f6f6;
  height: 385px;
  float: left;
  position: relative;
  padding: 10px;
  margin-right: 4px;
  margin-left: 4px;
}

.scrollLargeImg {
  height: 226px;
}

.featuredScrollLargeWrap .SlidePropertyBlock:hover {
  background: #e9e9e9;
}

.featuredScrollLargeWrap .SlidePropertyBlock img {
  width: 100%;
  padding-bottom: 10px;
}

.featuredScrollLargeWrap .SlidePropertyBlock a.link {
  text-decoration: none;
  display: block;
  font-weight: bold;
  text-align: left;
}

.featuredScrollLargeWrap .SlidePropertyBlock .title {
  color: #444;
  font-size: 14px;
  display: block;
  height: 38px;
  overflow: hidden;
  font-weight: normal;
}

.featuredScrollLargeWrap .SlidePropertyBlock .price {
  display: block;
  font-weight: bold;
  font-size: 21px;
  text-align: center;
  float: left;
}

.featuredScrollLargeWrap .SlidePropertyBlock .anchorbutton {
  margin-top: 10px;
  width: 100%;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
}

.featuredScrollLargeWrap .SlidePropertyBlock .anchorbutton p {
  padding: 10px;
}

.featuredScrollLargeWrap .SlidePropertyBlock .date {
  font-weight: normal;
  padding-top: 6px;
  font-size: 12px;
  color: #9b9b9b;
  width: 100%;
  float: left;
}

.featuredScrollLargeWrap .SlidePropertyBlock li label {
  display: inline-block;
  width: 70px;
  margin-left: 10px;
}

.featuredScrollLargeWrap .FeaturedPropertyWrapper .FeaturedProperty {
  width: 100% !important;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}

.featuredScrollLargeWrap .FeaturedPropertyBasicWrapper .FeaturedProperty {
  width: 100% !important;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}

.featuredScrollLargeWrap .next,
.featuredScrollLargeWrap .prev {
  display: block;
  z-index: 5;
  position: absolute;
  top: 100px;
  cursor: pointer;
  width: 20px;
  height: 45px;
  padding: 0 5px 0 5px;
  -webkit-box-shadow: #666 0 2px 3px;
  -moz-box-shadow: #666 0 2px 3px;
  box-shadow: #666 0 2px 3px;
  behavior: url(/content/themes/base/PIE.htc);
}

.featuredScrollLargeWrap .next,
.featuredScrollLargeWrap .next:hover {
  right: 5px;
  text-align: right;
}

.featuredScrollLargeWrap .prev,
.featuredScrollLargeWrap .prev:hover {
  left: 5px;
  text-align: left;
}

.featuredScrollLargeWrap .p24_badges span,
.featuredScrollWrap .p24Banners span {
  list-style: none;
}

.featuredScrollLargeWrap .p24Banners {
  z-index: 100;
  left: 0;
}

.featuredScrollLargeWrap .p24Badge {
  padding: 4px 10px;
  float: left;
}

.featuredScrollLargeWrap .p24_badge,
.featuredScrollLargeWrap .p24Banners {
  height: 15px !important;
  border: 0 !important;
}

.featuredScrollLargeWrap .badgesContainer {
  position: absolute;
  bottom: 144px;
}

#search-bar .searchbar .searchbarInner {
  margin: 0 auto;
  padding: 15px;
  box-sizing: border-box;
}

#search-bar .searchbar .searchbarBasic {
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 3px;
}

#search-bar .searchbar .searchbarheader {
  margin-bottom: 20px;
}

#search-bar .searchbar .icon {
  float: left;
  padding-right: 10px;
  padding-left: 12px;
}

#search-bar .searchbar h2 {
  padding-top: 5px;
}

#search-bar .searchbar form {
  padding: 0;
  margin: 0;
  display: block;
}

#search-bar .searchbar .advancedsearch {
  display: block;
  display: inline-block;
  width: 100%;
  height: auto;
  padding-top: 2px;
  float: left;
  padding-bottom: 0;
  position: relative;
  padding-right: 10px;
}

#search-bar .searchbar .listingnumbersearch {
  width: 140px;
  display: block;
  float: right;
  position: relative;
  padding-bottom: 0;
}

#search-bar .searchbar .listingnumbersearchBasic {
  width: 155px;
  display: block;
  float: right;
  position: relative;
  padding-bottom: 0;
  margin-right: 10px;
}

#search-bar .searchbar .button {
  padding: 2px;
  height: 30px;
}

#search-bar .textsearch .advanced {
  clear: both;
}

#search-bar .textsearch .SearchType label {
  cursor: pointer;
}

#search-bar .textsearch .SearchType input {
  display: none;
}

#search-bar .textsearch .SearchType {
  position: absolute;
  top: -26px;
  right: 15px;
  margin: 0;
}

#search-bar .textsearch #visibleDropDown {
  display: block;
  position: relative;
  clear: both;
  max-width: 1000px;
}

#search-bar .textsearch {
  margin-left: -5px;
  padding: 0 10px 0 0;
}

#search-bar .textsearch label {
  margin: 10px;
}

#search-bar .textsearch select {
  width: inherit;
  height: inherit;
  margin: inherit;
  padding: 4px;
}

#search-bar .MultiSelect {
  color: #444 !important;
  display: none !important;
}

#search-bar .textsearch #AreaIds,
#search-bar .textsearch #SearchText {
  float: none;
  width: 596px;
  margin: 0 5px 0 0;
  position: absolute;
}

#search-bar .textsearch .MultiSelect,
#search-bar .textsearch #SearchText {
  width: 600px;
  margin: 0 5px 0 5px;
}

#search-bar .textsearch .chosen-container {
  margin-left: 5px;
}

#search-bar .textsearch .chosen-search input {
  width: 563px !important;
}

#search-bar .textsearch .chosen-drop {
  width: 100% !important;
}

#search-bar .textsearch .advanced .PropertyCategories select {
  width: 160px;
}

#search-bar .textsearch .advanced .RentalTerm select,
#search-bar .textsearch .advanced .SwitchSearch select,
#search-bar .textsearch .advanced .PriceRange select,
#search-bar .textsearch .advanced .SizeRange select,
#search-bar .textsearch .advanced .Beds select {
  width: 120px;
}

#search-bar .textsearch .advanced div {
  display: block;
  padding: 5px;
  float: left;
}

#search-bar .advanced p {
  padding-bottom: 5px;
}

#search-bar .textsearch .button {
  display: inline-block;
  margin-top: 25px;
}

#search-bar .textsearch .searchBox {
  height: 33px;
}

#search-bar .listingnumbersearchBasic input {
  max-width: 130px;
  display: block;
  float: right;
}

.searchbarWrap .searchbar .listingnumbersearchBasic #ListingNumber {
  background: #fff;
  width: 150px;
  margin-left: 5px;
}

#search-bar .listingnumbersearch input {
  width: 130px;
}

#search-bar .listingnumbersearch .listingnumberbutton,
#search-bar .listingnumbersearchBasic .listingnumberbutton {
  margin: 0;
  float: right;
  margin-top: 24px;
}

#search-bar .listingnumbersearch button {
  margin: 0;
}

#search-bar .textsearch .button {
  margin-left: 10px;
  float: right;
}

#search-bar #hiddenPriceRange {
  display: none;
}

.search-gallery-wrap {
  position: relative;
}

.search-gallery-inner {
  position: absolute;
  width: 100%;
  z-index: 10;
}

.multiSearchWrap .textsearch label {
  margin-left: 10px;
  margin-top: 3px;
  margin-right: 10px;
}

.multiSearchWrap .textsearch #visibleDropDown {
  float: left;
  display: block;
}

.multiSearchWrap .textsearch #visibleDropDown .button {
  float: right;
  margin-left: 10px;
}

.multiSearchWrap .textsearch select {
  width: 500px;
  height: 28px;
  margin-top: 2px;
}

.multiSearchWrap .textsearch #visibleDropDown .chosen-container,
.multiSearchWrap .textsearch #visibleDropDown .button {
  float: left;
}

.multiSearchWrap .textsearch .MultiSelect option:first-child {
  background: none;
}

.multiSearchWrap .textsearch .MultiSelect option.suburb {
  border-left: 10px #eee solid;
  background: #eee;
}

.multiSearchWrap .textsearch #visibleDropDown .chosen-single {
  height: 28px;
}

.multiSearchWrap .textsearch #visibleDropDown .chosen-container-active a {
  color: #000;
}

.multiSearchWrap .textsearch #visibleDropDown ul.chosen-choices {
  overflow: hidden !important;
}

.multiSearchWrap .textsearch #visibleDropDown .search-field input {
  color: #999 !important;
}

search-field {
  cursor: text !important;
}

.searchTextWrap .textsearch label {
  margin-left: 10px;
  margin-top: 3px;
  margin-right: 10px;
}

.searchTextWrap #visibleDropDown .chosen-container {
  min-width: 600px !important;
}

.searchTextWrap .textsearch #visibleDropDown {
  float: left;
  display: block;
}

.searchTextWrap .textsearch #visibleDropDown .button {
  float: right;
  margin-left: 5px;
}

.sendReferralEmailModal {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 19px;
  margin: 20px;
}

.sendReferralEmailModal #referralEmailFeedback {
  color: #008000;
  display: inline-block;
}

.sendReferralEmailModal .btn {
  float: right;
  margin-left: 10px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
}

.sendReferralEmailModal .btnSend {
  color: #fff;
  background-color: #4db848;
  border-color: #24811f;
}

.sendReferralEmailModal .btnSend:hover {
  background: linear-gradient(#4db848, #24811f);
  color: #fff;
  border-color: #398439;
}

.sendReferralEmailModal #cboxClose {
  border-style: none !important;
}

.sendReferralEmailModal #cboxLoadedContent {
  margin-bottom: 0 !important;
}

.sendReferralEmailModal .clear {
  clear: both;
}

.sendReferralEmailModal form .input-validation-error {
  border: 1px solid #f00;
}

.sendReferralEmailModal form .field-validation-error {
  color: #f00;
}

.sendReferralEmailModal form .field-validation-valid {
  display: none;
}

.sendReferralEmailModal form .validation-summary-errors {
  font-weight: bold;
  color: #f00;
}

.sendReferralEmailModal form .validation-summary-valid {
  display: none;
}

.sendReferralEmailModal h3 {
  margin-bottom: 15px;
  color: #25769f;
  padding-bottom: 8px;
  border-bottom: 4px solid #41a0c8;
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
}

.sendReferralEmailModal .text-input {
  width: 300px;
  height: 20px;
  padding: 4px;
  font-size: 12px;
  line-height: 20px;
  border: solid 1px #ccc;
  background-color: #fbfbfb;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-left: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #666;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.2s linear;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow:
    inset 0 1px 0 #eee,
    white 0 1px 0;
  -moz-box-shadow:
    inset 0 1px 0 #eee,
    #fff 0 1px 0;
  box-shadow:
    inset 0 1px 0 #eee,
    white 0 1px 0;
}

.sendReferralEmailModal .text-input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.sendReferralEmailModal textarea.text-input {
  height: 60px;
}

.sendReferralEmailModal div.remember {
  padding-top: 20px;
  margin-left: 150px;
}

.sendReferralEmailModal a {
  color: #00e;
}

.featuredSliderWrap .container {
  position: relative;
  width: 100%;
}

.featuredSliderWrap .iosSlider {
  width: 100%;
  height: 507px;
}

.featuredSliderWrap .iosSlider .slider {
  width: 100%;
  height: 507px;
}

.featuredSliderWrap .iosSlider .slider .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.featuredSliderWrap .iosSlider .slider .description a {
  color: #fff !important;
}

.featuredSliderWrap .iosSlider .slider .price {
  color: #fff !important;
  position: absolute;
  z-index: 20;
  padding: 10px;
  top: 50px;
  right: 0;
  padding: 5px;
  margin-right: 10%;
  font-size: 40px;
  font-weight: bold;
  text-shadow: 1px 1px 1px black;
  filter: Shadow(Color=black, Direction=130, Strength=1);
  background: url(/Content/Images/gallery-overlay.png);
}

.featuredSliderWrap .iosSlider .slider .description {
  font-size: 20px;
  color: #fff !important;
  position: absolute;
  z-index: 20;
  padding: 10px;
  bottom: 50px;
  left: 0;
  margin-left: 10%;
  margin-right: 10%;
  overflow: hidden;
  text-shadow: 1px 1px 1px black;
  filter: Shadow(Color=black, Direction=130, Strength=1);
}

.featuredSliderWrap .iosSlider .slider .description h2 {
  font-size: 40px;
  margin-bottom: 10px;
}

.featuredSliderWrap .iosSlider .slider .description p {
  padding-top: 10px;
}

.featuredSliderWrap .iosSlider .slider .description .features {
  list-style: none;
}

.featuredSliderWrap .iosSlider .slider .description .features li {
  float: left;
  margin: 0 20px 10px 0;
}

.featuredSliderWrap .iosSlider .slider .description .features li .icon {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  background: url(/Content/Images/gallery-overlay.png);
  padding: 5px;
  margin-bottom: -5px;
  behavior: url(/content/themes/base/PIE.htc);
}

.featuredSliderWrap .iosSlider .slider .description .features li label {
  padding-bottom: 5px;
}

.featuredSliderWrap .iosSlider .slider .item {
  float: left;
  width: 100%;
  height: 507px;
  background-position: center center;
  background-size: cover;
}

.featuredSliderWrap .container .prev,
.featuredSliderWrap .container .next {
  position: absolute;
  top: 50%;
  width: 110px;
  margin-top: -79px;
  height: 157px;
  z-index: 999999;
}

.featuredSliderWrap .container .prev {
  left: 0;
  background: url(/Content/Images/leftNavOFF.png);
}

.featuredSliderWrap .container .prev:hover {
  background: url(/Content/Images/leftNavON.png);
}

.featuredSliderWrap .container .next {
  right: 0;
  background: url(/Content/Images/rightNavOFF.png);
}

.featuredSliderWrap .container .next:hover {
  background: url(/Content/Images/rightNavON.png);
}

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

.featuredSliderImageWrap .iosSlider {
  width: 100%;
  height: 507px;
}

.featuredSliderImageWrap .iosSlider .slider {
  width: 100%;
  height: 480px;
}

.featuredSliderImageWrap .iosSlider .slider .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.featuredSliderImageWrap .iosSlider .slider .description a {
  color: #fff !important;
}

.featuredSliderImageWrap .iosSlider .slider .price {
  color: #fff !important;
  position: absolute;
  z-index: 20;
  padding: 10px;
  top: 50px;
  right: 0;
  margin-right: 10%;
  font-size: 40px;
  font-weight: bold;
  text-shadow: 1px 1px 1px black;
  filter: Shadow(Color=black, Direction=130, Strength=1);
  background: url(/Content/Images/gallery-overlay.png);
}

.featuredSliderImageWrap .iosSlider .slider .description {
  font-size: 20px;
  color: #fff !important;
  position: absolute;
  z-index: 20;
  padding: 10px;
  bottom: 50px;
  left: 0;
  margin-left: 10%;
  margin-right: 10%;
  overflow: hidden;
  text-shadow: 1px 1px 1px black;
  filter: Shadow(Color=black, Direction=130, Strength=1);
}

.featuredSliderImageWrap .iosSlider .slider .description h2 {
  font-size: 40px;
  margin-bottom: 10px;
}

.featuredSliderImageWrap .iosSlider .slider .description p {
  padding-top: 10px;
}

.featuredSliderImageWrap .iosSlider .slider .description .features {
  list-style: none;
}

.featuredSliderImageWrap .iosSlider .slider .description .features li {
  float: left;
  margin: 0 20px 10px 0;
}

.featuredSliderImageWrap .iosSlider .slider .description .features li .icon {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  background: url(/Content/Images/gallery-overlay.png);
  padding: 5px;
  margin-bottom: -5px;
  behavior: url(/content/themes/base/PIE.htc);
  vertical-align: initial;
}

.featuredSliderImageWrap .iosSlider .slider .description .features li label {
  padding-bottom: 5px;
}

.featuredSliderImageWrap .iosSlider .slider .item {
  float: left;
  width: 100%;
  height: 480px;
  background-position: center center;
  background-size: cover;
}

.featuredSliderImageWrap .iosSlider .slider .item img.main {
  z-index: 20;
  position: relative;
  float: right;
  margin-right: 5%;
  width: 55%;
  height: 100%;
  min-width: 640px;
  max-width: 800px;
}

.featuredSliderImageWrap .container .prev,
.featuredSliderImageWrap .container .next {
  position: absolute;
  top: 50%;
  width: 110px;
  margin-top: -79px;
  height: 157px;
  z-index: 999999;
}

.featuredSliderImageWrap .container .prev {
  left: 0;
  background: url(/Content/Images/leftNavOFF.png);
}

.featuredSliderImageWrap .container .prev:hover {
  background: url(/Content/Images/leftNavON.png);
}

.featuredSliderImageWrap .container .next {
  right: 0;
  background: url(/Content/Images/rightNavOFF.png);
}

.featuredSliderImageWrap .container .next:hover {
  background: url(/Content/Images/rightNavON.png);
}

.featuredStrechWrap .featureblock {
  overflow: hidden;
}

.featuredStrechWrap #wrapper {
  height: 100%;
  width: 100%;
  min-height: 507px;
  min-width: 900px;
  padding: 1px 0 1px 0;
}

.featuredStrechWrap #slider {
  height: 500px;
  overflow: hidden;
}

.featuredStrechWrap #slider .slide {
  position: relative;
  display: none;
  height: 507px;
  float: left;
  background-position: center right;
  background-size: cover;
  cursor: pointer;
  border-left: 1px solid #fff;
}

.featuredStrechWrap #slider .slide:first-child {
  border: 0;
}

.featuredStrechWrap #slider .slide.active {
  cursor: default;
}

.featuredStrechWrap #slider .slide-block {
  position: absolute;
  left: 15px;
  bottom: 15px;
  display: inline-block;
  width: 435px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  font-size: 13px;
  color: #134b94;
  border: 1px solid #fff;
  overflow: hidden;
  border-radius: 4px;
}

.featuredStrechWrap #slider .slide-block a {
  color: #000;
}

.featuredStrechWrap #slider .slide-block p {
  margin: 0;
}

.featuredStrechWrap #slider .slide-block .features {
  list-style: none;
}

.featuredStrechWrap #slider .slide-block .features li {
  float: left;
  padding: 10px 20px 10px 0;
}

.toolBoxWrap .section {
  margin-top: 10px;
}

.toolBoxWrap .section a {
  color: #000;
}

.validationModalBody {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 19px;
  margin: 20px;
}

.validationModalBody #cboxClose {
  border-style: none !important;
}

.validationModalBody #cboxLoadedContent {
  margin-bottom: 0 !important;
}

.validationModalBody .clear {
  clear: both;
}

.breadcrumbs ul li {
  list-style: none;
  display: inline;
}

.breadcrumbs li:not(:last-child)::after {
  content: " > ";
  margin: 0 8px;
  color: #777;
}

.breadcrumbs li:last-child::after {
  content: " ";
}
