.center {
  margin: 0 auto; }

.container {
  width: 960px;
  margin: 0 auto;
  position: relative;
  padding-left: 10px;
  padding-right: 10px; }

/*Manage/Checkout pages*/
.manageAccountCol {
  width: 32%;
  float: left;
  margin-right: 1.3%; }
  .manageAccountCol > .formRow > input, .manageAccountCol > .formRow > select {
    float: right; }
  .manageAccountCol > div {
    margin: 2px 0;
    padding: 2px 0;
    height: 21px;
    line-height: 26px;
    font-size: 11px; }

.COMfieldset {
  padding: 5px;
  margin: 1% 0;
  border: 1px solid #ccc; }

.fifty {
  width: 46.1%;
  margin: 1%; }
  .fifty.left {
    margin-left: 0; }
  .fifty.right {
    margin-right: 0; }

.fiftyless {
  width: 46.4%;
  margin: 1%; }
  .fiftyless:nth-of-type(even) {
    margin-left: 0; }

/*Manage/Checkout pages end*/
.PriceDisp {
  text-align: center;
  width: 100%;
  font-size: 15px;
  font-weight: 900; }

.COMaddToCartList {
  float: right;
  display: block;
  position: relative;
  z-index: 5; }

.SoloPriceCnt {
  float: right;
  display: inline-block;
  position: relative;
  z-index: 5; }

#COMitemAdded {
  position: fixed;
  z-index: 600;
  left: 50%;
  margin: 20px 0 0 -70px;
  width: 120px;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #eee;
  display: none; }

/*commerce Container begin*/
#COMcnt {
  width: 958px;
  border: 1px solid #000;
  background-color: #fff;
  font-size: 13px; }
  #COMcnt .padded {
    width: 918px;
    padding: 20px; }

#COMheader {
  margin-bottom: 8px;
  width: 100%;
  height: 41px;
  line-height: 41px;
  background-color: #fff; }
  #COMheader > h2 {
    color: #069;
    font-size: 20px;
    margin-left: 10px;
    float: left; }

/*commerce Container end*/
/*cart begin*/
.PQtys {
  margin: 0 auto;
  display: block;
  text-align: center; }

/*cart end*/
/*checkout page begin*/
select.COMinput {
  height: 20px;
  margin-top: 3px; }

.COMinput {
  width: 93%;
  margin-bottom: 3px; }
  .COMinput.short {
    width: 30%; }

.formRow {
  clear: both;
  margin-bottom: 5px; }
  .formRow > span, .formRow > label {
    float: left;
    width: 37%;
    line-height: 22px;
    font-size: 12px; }
  .formRow > .COMi, .formRow > input, .formRow > select, .formRow > select.COMi {
    float: left;
    width: 60%;
    margin: 0; }
    .formRow > .COMi::after, .formRow > input::after, .formRow > select::after, .formRow > select.COMi::after {
      content: "";
      clear: both; }
  .formRow > b > span {
    font-weight: 100;
    display: block; }
  .formRow > b > select, .formRow > b > input {
    float: left;
    width: 90%; }

.errorVal {
  clear: both;
  float: left; }

/*checkout page end*/
#rightDesc > img {
  width: 286px;
  background-color: #fff;
  margin-top: 8px; }

#rightDesc > div {
  width: 270px;
  background-color: #fff;
  display: inline-block;
  padding: 8px;
  margin: 8px 0; }
  #rightDesc > div > h2 {
    margin: 0 0 0 6px; }

.fusebox {
  cursor: pointer; }

.branchEmployees {
  width: 640px; }

.employeeProfile {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  vertical-align: top; }
  .employeeProfile:nth-child(3n+3) {
    margin-right: 0; }
  .employeeProfile > .COMprofileinfo {
    display: block;
    float: left;
    width: 640px; }
    .employeeProfile > .COMprofileinfo > .COMitem {
      display: block;
      float: left; }
      .employeeProfile > .COMprofileinfo > .COMitem > img {
        width: 163px;
        margin-right: 10px;
        margin-bottom: 5px; }
    .employeeProfile > .COMprofileinfo > a > .COMtitle {
      width: 468px;
      margin-top: 8px;
      font-size: 18px;
      -webkit-transition: color .4s;
      -o-transition: color .4s;
      transition: color .4s; }
      .employeeProfile > .COMprofileinfo > a > .COMtitle > strong {
        font-size: 14px;
        font-style: italic; }
      .employeeProfile > .COMprofileinfo > a > .COMtitle:hover {
        color: #69F; }

/*fusebox3*/
.fb3-cover {
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-transform: translate(-999em, -999em);
  transform: translate(-999em, -999em);
  -webkit-transform: translate(-999em, -999em);
  background-color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fb3-contentCnt, .fb3-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }

.fb3-contentCnt {
  width: 95%;
  height: 95%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.45); }

.FBimageTitle {
  position: absolute;
  top: 100%;
  margin: 10px 0 0 -1px;
  width: 96%;
  padding: 1% 2%;
  border: 1px solid #fff;
  background-color: #000;
  color: #fff;
  display: none; }

.fb3-content {
  display: none; }

.fb3-content.fb3-flex {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .fb3-content.fb3-flex > img {
    height: 100%; }

.fb3-content > * {
  width: 100%;
  height: 100%; }

.fb3-arrow {
  display: none;
  position: absolute;
  right: 11%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 30px;
  height: 30px; }

.fb3-arrow:before, .fb3-arrow:after {
  position: absolute;
  content: "";
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: block; }

.fb3-arrow:before {
  width: 30px;
  height: 30px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 15px; }

.fb3-arrow:after {
  margin-top: -8px;
  -ms-transform: rotate(45deg) translate(3px, -3px);
  transform: rotate(45deg) translate(3px, -3px);
  -webkit-transform: rotate(45deg) translate(3px, -3px);
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-width: 4px 4px 0 0; }

.fb3-arrow:hover:after {
  -webkit-box-shadow: 2px -2px 3px #000;
  box-shadow: 2px -2px 3px #000; }

.fb3-leftarrow {
  left: 11%; }

.fb3-leftarrow:after {
  border-width: 4px 0 0 4px;
  -ms-transform: rotate(-45deg) translate(7px, 7px);
  transform: rotate(-45deg) translate(7px, 7px);
  -webkit-transform: rotate(-45deg) translate(7px, 7px); }

.QM {
  position: relative;
  width: 13px;
  height: 11px;
  padding: 0 0 7px 5px;
  border: 1px solid #000;
  border-radius: 9px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.4);
  font-weight: 900;
  font-size: 17px;
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; }
  .QM:hover:after {
    position: absolute;
    top: -1px;
    left: -1px;
    display: block;
    height: 18px;
    padding: 0 0 0 9px;
    border: 1px solid #000;
    line-height: 20px;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.4);
    background-color: #fff;
    border-radius: 10px;
    text-align: center; }

#QMforCSC:hover:after {
  content: "The CSC is those last three digits of that 7 digit number on strip on the back of your card.";
  width: 100px; }

.SelectTagRebuild {
  width: 252px;
  position: relative;
  font-size: 14px;
  z-index: 4;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .SelectTagRebuild > div:nth-child(1) {
    cursor: pointer;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #999;
    width: 242px;
    height: 22px;
    line-height: 22px;
    padding-left: 8px;
    background: #fff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fff 0%, #e9e9e9 49%, #e0e0e0 51%, #ededed 52%, #f0f0f0 95%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(49%, #e9e9e9), color-stop(51%, #e0e0e0), color-stop(52%, #ededed), color-stop(95%, #f0f0f0), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #fff 0%, #e9e9e9 49%, #e0e0e0 51%, #ededed 52%, #f0f0f0 95%, #fff 100%);
    background: -o-linear-gradient(top, #fff 0%, #e9e9e9 49%, #e0e0e0 51%, #ededed 52%, #f0f0f0 95%, #fff 100%);
    background: -ms-linear-gradient(top, #fff 0%, #e9e9e9 49%, #e0e0e0 51%, #ededed 52%, #f0f0f0 95%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(49%, #e9e9e9), color-stop(51%, #e0e0e0), color-stop(52%, #ededed), color-stop(95%, #f0f0f0), to(#fff));
    background: linear-gradient(to bottom, #fff 0%, #e9e9e9 49%, #e0e0e0 51%, #ededed 52%, #f0f0f0 95%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=0 ); }
    .SelectTagRebuild > div:nth-child(1) > div {
      position: absolute;
      right: -1px;
      top: 0px;
      width: 22px;
      height: 22px;
      -webkit-border-top-right-radius: 7px;
      -webkit-border-bottom-right-radius: 7px;
      -moz-border-radius-topright: 7px;
      -moz-border-radius-bottomright: 7px;
      border-top-right-radius: 7px;
      border-bottom-right-radius: 7px;
      border: 1px solid #999;
      border-left: 0;
      background: #ffb280;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYjI4MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2YyOTY1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VmOTQ1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iI2Y0OWI1ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iI2Y4YWI3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmIyODAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(top, #ffb280 0%, #f29659 49%, #ef945b 51%, #f49b5f 52%, #f8ab78 95%, #ffb280 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb280), color-stop(49%, #f29659), color-stop(51%, #ef945b), color-stop(52%, #f49b5f), color-stop(95%, #f8ab78), color-stop(100%, #ffb280));
      background: -webkit-linear-gradient(top, #ffb280 0%, #f29659 49%, #ef945b 51%, #f49b5f 52%, #f8ab78 95%, #ffb280 100%);
      background: -o-linear-gradient(top, #ffb280 0%, #f29659 49%, #ef945b 51%, #f49b5f 52%, #f8ab78 95%, #ffb280 100%);
      background: -ms-linear-gradient(top, #ffb280 0%, #f29659 49%, #ef945b 51%, #f49b5f 52%, #f8ab78 95%, #ffb280 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(#ffb280), color-stop(49%, #f29659), color-stop(51%, #ef945b), color-stop(52%, #f49b5f), color-stop(95%, #f8ab78), to(#ffb280));
      background: linear-gradient(to bottom, #ffb280 0%, #f29659 49%, #ef945b 51%, #f49b5f 52%, #f8ab78 95%, #ffb280 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb280', endColorstr='#ffb280',GradientType=0 ); }
      .SelectTagRebuild > div:nth-child(1) > div > div {
        position: absolute;
        right: 8px;
        top: 5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 3px 5px 3px;
        border-color: transparent transparent #000 transparent; }
        .SelectTagRebuild > div:nth-child(1) > div > div::after {
          content: "";
          position: absolute;
          right: -3px;
          top: 7px;
          width: 0px;
          height: 0px;
          border-style: solid;
          border-width: 5px 3px 0 3px;
          border-color: #000 transparent transparent transparent; }
  .SelectTagRebuild > div:nth-child(2) {
    position: absolute;
    z-index: 5;
    margin-left: 6px;
    width: 222px;
    background-color: #fff;
    border: 1px solid #7f9db9;
    display: none;
    height: 255px;
    overflow-y: auto;
    overflow-x: hidden; }
    .SelectTagRebuild > div:nth-child(2) > div, .SelectTagRebuild > div:nth-child(2) > a {
      display: block;
      cursor: default;
      width: 222px;
      height: 17px;
      padding-left: 2px; }
      .SelectTagRebuild > div:nth-child(2) > div:hover, .SelectTagRebuild > div:nth-child(2) > a:hover {
        background-color: #39f;
        color: #fff; }

/*@import 'Modules/gridRowIcons';*/
#topMessageCnt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000; }
  #topMessageCnt > div {
    position: relative;
    margin-top: -27px;
    width: 100%;
    text-align: center;
    padding: 4px 0;
    background-color: #fff;
    -webkit-box-shadow: inset 0 -1px 7px #ccc;
    box-shadow: inset 0 -1px 7px #ccc;
    -webkit-box-shadow: inset 0 -1px 7px rgba(42, 42, 42, 0.5);
    box-shadow: inset 0 -1px 7px rgba(42, 42, 42, 0.5);
    color: #888;
    -webkit-transition: margin 0.5s;
    -moz-transition: margin 0.5s;
    -o-transition: margin 0.5s;
    transition: margin 0.5s; }
    #topMessageCnt > div:hover {
      background-color: #eee;
      color: #444;
      cursor: pointer; }
      #topMessageCnt > div:hover:after {
        color: #000; }
    #topMessageCnt > div:after {
      content: "X";
      position: absolute;
      right: 15px;
      font-weight: 900; }
    #topMessageCnt > div.shown {
      margin-top: 0; }
  #topMessageCnt > .err {
    background-color: #f77;
    color: #800;
    font-weight: 900; }
    #topMessageCnt > .err:hover {
      background-color: #f55; }
  #topMessageCnt > .reg {
    background-color: #ccc;
    color: #555;
    font-weight: 900; }
    #topMessageCnt > .reg:hover {
      background-color: #aaa;
      color: #333; }

.COMbtn {
  width: 100px;
  height: 38px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer; }
  .COMbtn.checkout {
    background-image: url("../images/shopButtons/CheckOutOff.jpg"); }
    .COMbtn.checkout:hover {
      background-image: url("../images/shopButtons/CheckOutOn.jpg"); }
  .COMbtn.details {
    background-image: url("../images/shopButtons/DetailsOff.jpg"); }
    .COMbtn.details:hover {
      background-image: url("../images/shopButtons/DetailsOn.jpg"); }
  .COMbtn.paynow {
    background-image: url("../images/shopButtons/PayNowOff.jpg"); }
    .COMbtn.paynow:hover {
      background-image: url("../images/shopButtons/PayNowOn.jpg"); }
  .COMbtn.calc {
    background-image: url("../images/shopButtons/CalcOff.jpg"); }
    .COMbtn.calc:hover {
      background-image: url("../images/shopButtons/CalcOn.jpg"); }
  .COMbtn.logout {
    background-image: url("../images/shopButtons/LogOutOff.jpg"); }
    .COMbtn.logout:hover {
      background-image: url("../images/shopButtons/LogOutOn.jpg"); }
  .COMbtn.cancel {
    background-image: url("../images/shopButtons/CancelOff.jpg"); }
    .COMbtn.cancel:hover {
      background-image: url("../images/shopButtons/CancelOn.jpg"); }
  .COMbtn.confirm {
    background-image: url("../images/shopButtons/ConfirmOff.jpg"); }
    .COMbtn.confirm:hover {
      background-image: url("../images/shopButtons/ConfirmOn.jpg"); }
  .COMbtn.reg {
    background-image: url("../images/shopButtons/RegOff.jpg"); }
    .COMbtn.reg:hover {
      background-image: url("../images/shopButtons/regOn.jpg"); }
  .COMbtn.login {
    background-image: url("../images/shopButtons/LoginOff.jpg"); }
    .COMbtn.login:hover {
      background-image: url("../images/shopButtons/LoginOn.jpg"); }
  .COMbtn.shopmore {
    background-image: url("../images/shopButtons/ShopMoreOff.jpg"); }
    .COMbtn.shopmore:hover {
      background-image: url("../images/shopButtons/ShopMorOn.jpg"); }

.COMtable {
  border: 1px solid #ccc;
  width: 98%; }
  .COMtable > tr:nth-child(odd) {
    background-color: #ddd; }
  .COMtable > tr > th:nth-child(2), .COMtable > tr > td:nth-child(2) {
    width: 40%; }
  .COMtable > tr > th:not(:nth-child(2)), .COMtable > tr > td:not(:nth-child(2)) {
    width: 10%; }
  .COMtable > tr > th {
    background-color: #ccc;
    text-align: center; }
  .COMtable > tr > td {
    padding: 0 4px; }
    .COMtable > tr > td:nth-child(1) {
      text-align: center; }
    .COMtable > tr > td:nth-child(3) {
      text-align: right; }
    .COMtable > tr > td > input {
      width: 50px; }

/*search bar begin*/
#searchbar {
  position: relative;
  background-color: #fff;
  width: 286px;
  height: 30px;
  display: inline-block; }

#modalPopupCnt {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }

#modalPopup {
  height: 300px;
  padding: 20px;
  width: 706px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 4px 2px #000;
  box-shadow: 0 0 4px 2px #000; }
  #modalPopup > form {
    float: left; }
  #modalPopup > h2 {
    text-align: center; }
  #modalPopup > #modalError {
    color: #d00;
    font-weight: 900;
    padding-left: 10px; }
  #modalPopup .modalForms {
    width: 710px;
    height: 300px; }

.modalFormA, .modalFormB {
  float: left; }
  .modalFormA .modalFieldset, .modalFormB .modalFieldset {
    margin: 4px 10px;
    padding: 8px;
    height: 195px; }
    .modalFormA .modalFieldset > .center, .modalFormB .modalFieldset > .center {
      width: 127px; }
    .modalFormA .modalFieldset > button, .modalFormB .modalFieldset > button {
      display: block;
      margin: 0 auto;
      cursor: pointer; }
    .modalFormA .modalFieldset > #ModalLoginBtn, .modalFormB .modalFieldset > #ModalLoginBtn {
      margin-top: 10px; }
  .modalFormA .modalPopupRow, .modalFormB .modalPopupRow {
    height: 21px;
    padding: 2px 0;
    margin-bottom: 5px;
    line-height: 22px; }
    .modalFormA .modalPopupRow > label, .modalFormB .modalPopupRow > label {
      float: left;
      display: block;
      width: 140px; }
    .modalFormA .modalPopupRow > input, .modalFormB .modalPopupRow > input {
      float: left;
      display: block;
      width: 169px; }

#topMessageCnt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000; }
  #topMessageCnt > div {
    position: relative;
    margin-top: -27px;
    width: 100%;
    text-align: center;
    padding: 4px 0;
    background-color: #fff;
    -webkit-box-shadow: inset 0 -1px 7px #ccc;
    box-shadow: inset 0 -1px 7px #ccc;
    -webkit-box-shadow: inset 0 -1px 7px rgba(42, 42, 42, 0.5);
    box-shadow: inset 0 -1px 7px rgba(42, 42, 42, 0.5);
    color: #888;
    -webkit-transition: margin 0.5s;
    -moz-transition: margin 0.5s;
    -o-transition: margin 0.5s;
    transition: margin 0.5s; }
    #topMessageCnt > div:hover {
      background-color: #eee;
      color: #444;
      cursor: pointer; }
      #topMessageCnt > div:hover:after {
        color: #000; }
    #topMessageCnt > div:after {
      content: "X";
      position: absolute;
      right: 15px;
      font-weight: 900; }
    #topMessageCnt > div.shown {
      margin-top: 0; }
  #topMessageCnt > .err {
    background-color: #f77;
    color: #800;
    font-weight: 900; }
    #topMessageCnt > .err:hover {
      background-color: #f55; }
  #topMessageCnt > .reg {
    background-color: #ccc;
    color: #555;
    font-weight: 900; }
    #topMessageCnt > .reg:hover {
      background-color: #aaa;
      color: #333; }

/*html, body{
	overflow-x:hidden;
	width:100%;
	height:100%;
	color:#333;
	font-family: 'Ubuntu', arial, sans-serif;
	font-size:13px;
}*/
html, body, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

/*@import "Style/Modules/_gradient.scss";*/
.actionMenu > a {
  display: block;
  /*border: 1px solid #666;*/
  background-color: #003169;
  color: #fff;
  text-shadow: 1px 1px #666; }

.actionMenu > a.aM-other {
  background-color: #003169;
  /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bc994e), to(#c90));
    background: -webkit-linear-gradient(top, #bc994e, #c90);
    background: -moz-linear-gradient(top, #bc994e, #c90);
    background: -ms-linear-gradient(top, #bc994e, #c90);
    background: -o-linear-gradient(top, #bc994e, #c90)*/ }

.actionMenu > a.aM-fee {
  background-color: #003169;
  /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#63f), to(#609));
    background: -webkit-linear-gradient(top, #63f, #609);
    background: -moz-linear-gradient(top, #63f, #609);
    background: -ms-linear-gradient(top, #63f, #609);
    background: -o-linear-gradient(top, #63f, #609)*/ }

.actionMenu > a.aM-extra {
  /*background-color: #d00;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d00), to(#a00));
    background: -webkit-linear-gradient(top, #d00, #a00);
    background: -moz-linear-gradient(top, #d00, #a00);
    background: -ms-linear-gradient(top, #d00, #a00);
    background: -o-linear-gradient(top, #d00, #a00)*/ }

#secondaryNavMenu {
  float: left;
  width: 160px;
  margin-right: 10px; }

#secondaryNavMenu > a {
  font-size: 15px;
  padding: 4px 7px;
  margin-bottom: 3px; }

/*#imagesSliderCnt {
    position: relative;
    width: 960px;
    height: 460px;
    margin-top: -45px;
}*/
#imagesSliderCnt {
  /*margin: 0 auto;*/
  position: absolute;
  width: 100%;
  height: 450px;
  margin-top: 10px; }

#sliderMenu {
  float: left;
  padding-top: 60px;
  position: relative;
  z-index: 30; }

#sliderMenu > a {
  margin: 5px 0;
  padding: 0 10px;
  width: 332px;
  height: 30px;
  line-height: 33px;
  font-size: 16px; }

/*#imagesSlider {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 50%;
    margin-left: -1000px;
    width: 2000px
}*/
#imagesSlider {
  position: absolute;
  z-index: 10;
  top: 0;
  left: -400px;
  /* margin-left: -880px; */
  width: 100%;
  /*margin: 0 auto;*/ }

#imagesSlider > img {
  position: absolute;
  opacity: 0;
  -webkit-transition: 2s opacity;
  -o-transition: 2s opacity;
  transition: 2s opacity;
  height: 650px; }

#imagesSlider > img.active {
  opacity: 1; }

#captionsSlider {
  position: absolute;
  width: 550px;
  top: 80px;
  left: 375px;
  z-index: 50; }

#captionsSlider > p {
  position: absolute;
  margin: 0;
  /*margin-top:100px;*/
  font-size: 27px;
  color: #fff;
  text-shadow: 1px 1px 3px #222222;
  opacity: 0;
  -webkit-transition: opacity 1s, margin-top .5s;
  -o-transition: opacity 1s, margin-top .5s;
  transition: opacity 1s, margin-top .5s; }

#captionsSlider > p.active {
  display: block;
  opacity: 1;
  margin-top: 0;
  -webkit-transition: opacity 1s, margin-top .5s;
  -o-transition: opacity 1s, margin-top .5s;
  transition: opacity 1s, margin-top .5s; }

#sliderBtns {
  margin-top: -25px;
  position: absolute;
  z-index: 100;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.sliderBtn {
  float: left;
  margin: 0 6px;
  width: 12px;
  height: 12px;
  background-color: #666;
  cursor: pointer;
  -webkit-transition: background-color .4s;
  -o-transition: background-color .4s;
  transition: background-color .4s; }
  .sliderBtn:hover {
    background-color: #aaaaaa; }

.sliderBtn.active {
  background-color: #003169;
  cursor: default; }

body {
  overflow: auto; }

header {
  height: 235px;
  margin-bottom: 25px; }

.logo {
  width: 300px;
  /*margin-top: 5px;*/
  display: block;
  float: left; }

.navMenu {
  /*position: relative;
    float: right;
    width: 707px;
    height:170px;*/
  position: relative;
  /*float: right;
    width: 960px;
    height: 120px;*/ }

.navMenu > .baseLinks {
  float: right;
  margin-top: 5px; }

.navMenu > .baseLinks > a {
  float: left;
  height: 14px;
  line-height: 14px;
  padding: 3px 8px;
  border-left: 1px solid #222;
  font-size: 13px; }

.navMenu > .baseLinks > a:hover {
  color: #bc994e; }

.navMenu > .baseLinks > a:first-of-type {
  border: none; }

.navMenu > .baseLinks > a:last-of-type {
  border-right: 1px solid #222; }

.navMenu > .baseLinks > a > img {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  height: 20px; }

.navMenu > .popLinks {
  position: relative;
  float: right;
  margin-top: 65px;
  /*bottom: 4px;
    right: 0;*/ }

.navMenu > .additionalPopLinks {
  float: right; }

.navMenu > .popLinks > a,
.navMenu > .popLinks > .menuItem > a,
.navMenu > .additionalPopLinks > a {
  display: block;
  float: left;
  border-left: 1px solid #222;
  background-color: #fff;
  /*color: #bc994e;*/
  /*text-shadow: 1px 1px #666;*/
  font-size: 13px;
  padding: 4px 6px;
  margin-bottom: 3px;
  text-align: center; }

.navMenu > .popLinks > a:first-of-type,
.navMenu > .additionalPopLinks > a:first-of-type {
  border: none; }

.navMenu > .popLinks > .menuItem {
  float: left; }

.navMenu > .popLinks > .menuItem:first-of-type > a {
  border: none; }

.navMenu > .popLinks > .menuItem:last-of-type > a {
  border-right: 1px solid #222; }

.navMenu > .popLinks > .menuItem:hover > .menuDD {
  margin-top: 25px;
  height: auto;
  opacity: 1;
  z-index: 55;
  left: inherit; }

.menuDD {
  position: absolute;
  border-left: 1px solid #333;
  height: 0;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 6px -2px #000;
  box-shadow: 3px 3px 6px -2px #000;
  -webkit-box-shadow: 3px 3px 6px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 6px -2px rgba(0, 0, 0, 0.5);
  opacity: 0;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  -webkit-transition: opacity .2s;
  background-color: #fff; }
  .menuDD > a {
    display: block;
    background-color: #fff;
    /*color: #bc994e;*/
    /*text-shadow: 1px 1px #666;*/
    font-size: 13px;
    padding: 4px 6px;
    margin-bottom: 3px; }
    .menuDD > a:hover {
      background-color: #003169;
      z-index: 60;
      border-left: 1px solid #222;
      color: #bc994e; }

.bnavMenu {
  position: relative;
  margin-top: 15px;
  float: right;
  /*width: 780px;*/
  /*height:170px;*/ }

.bnavMenu > .baseLinks {
  float: right;
  /*margin-top: 5px*/ }

.bnavMenu > .baseLinks > a {
  float: left;
  height: 14px;
  line-height: 14px;
  padding: 3px 10px;
  border-left: 1px solid #222; }

.bnavMenu > .baseLinks > a:hover {
  color: #bc994e; }

.bnavMenu > .baseLinks > a:first-of-type {
  border: none; }

.bnavMenu > .baseLinks > a:last-of-type {
  border-right: 1px solid #222; }

.bnavMenu > .baseLinks > a > img {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  height: 20px; }

.bnavMenu > .popLinks {
  position: absolute;
  bottom: 4px;
  right: 0; }

.bnavMenu > .additionalPopLinks {
  float: right; }

.bnavMenu > .popLinks > a,
.bnavMenu > .additionalPopLinks > a {
  display: block;
  float: left;
  border: 1px solid #666;
  background-color: #000;
  color: #fff;
  text-shadow: 1px 1px #666;
  font-size: 13px;
  padding: 4px 6px;
  margin-bottom: 3px; }

.branchoff {
  position: relative;
  float: left;
  width: 780px;
  /*height:170px;*/ }

.branchoff > .branchLinks {
  float: left;
  /*margin-top: 5px*/ }

.branchoff > .branchLinks > a {
  float: left;
  height: 14px;
  line-height: 14px;
  padding: 3px 10px;
  border-left: 1px solid #222;
  font-size: 11px; }

.branchoff > .branchLinks > a:hover {
  color: #bc994e; }

.branchoff > .branchLinks > a:first-of-type {
  border: none; }

.branchoff > .branchLinks > a:last-of-type {
  border-right: 1px solid #222; }

.branchoff > .branchLinks > a > img {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  height: 20px; }

.branchoff > .branchLinks {
  position: absolute;
  top: 10px;
  right: 0; }

.branchoff > .additionalPopLinks {
  float: right; }

.branchoff > .popLinks > a,
.branchoff > .additionalPopLinks > a {
  display: block;
  float: left;
  border: 1px solid #666;
  background-color: #000;
  color: #fff;
  text-shadow: 1px 1px #666;
  font-size: 13px;
  padding: 4px 6px;
  margin-bottom: 3px; }

footer {
  margin: 25px 0;
  font-size: 12px; }

#footerNav {
  padding-top: 50px; }

.footerNavCnt {
  float: left;
  margin-left: 16px;
  width: 208px;
  padding: 8px 10px;
  background-color: #ffc;
  -webkit-box-shadow: 2px 2px 5px #999;
  box-shadow: 2px 2px 5px #999; }

.footerNavCnt:first-of-type {
  margin-left: 0; }

.footerNavCnt > strong {
  color: #222; }

.footerNavCnt > a {
  display: block;
  color: #666; }

.footerNavCnt > a:hover {
  color: #111; }

.content {
  float: right;
  width: 750px;
  -webkit-box-shadow: 1px 1px 4px #000;
  box-shadow: 1px 1px 4px #000;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  padding: 15px; }

.contentNoCol {
  float: left;
  width: 700px;
  padding: 13px; }

.contentCol {
  float: left;
  width: 350px;
  padding: 13px; }

.contentCol > img {
  margin: 3px 5px; }

.contentCol > img.left {
  margin-left: 0; }

.contentCol > img.right {
  margin-right: 0; }

.contentCol > p:first-child {
  margin-top: 4px; }

#HPcontent {
  position: relative;
  z-index: 200; }

.col {
  float: left;
  width: 320px; }

.colHeaders {
  height: 25px;
  line-height: 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-shadow: 1px 1px #666; }

.colProperty {
  position: relative;
  display: block;
  width: 300px;
  margin: 10px 10px 0 10px;
  background-color: #eee;
  -webkit-box-shadow: 2px 2px 4px #000;
  box-shadow: 2px 2px 4px #000;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  color: #000; }

.colProperty > span {
  font-size: 14px;
  padding: 2px 0 0 0;
  display: block;
  text-align: center; }

.colProperty > img {
  display: block;
  width: 280px;
  margin: 1px auto; }

.colProperty:hover > .review {
  display: block; }

.review {
  display: none;
  width: 250px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  top: -5px;
  padding: 5px;
  border: 1px solid #222;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); }

.review:after {
  position: absolute;
  top: 100%;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 18px 0 0;
  border-color: #fff transparent transparent transparent; }

.colPropDesc {
  padding: 4px 10px;
  font-size: 13px;
  margin: 0; }

.colPropDesc > i {
  font-style: normal;
  color: #69F; }

.colPropDesc > i:hover {
  color: #6DF; }

.container {
  margin: 0 auto;
  width: 960px; }

a {
  text-decoration: none;
  color: #69F; }

.yellow {
  color: #E4E913; }

#searchMenuCnt, #searchMenuCntiOS {
  z-index: 50;
  /*width: 952px;*/
  padding: 0 4px;
  overflow: hidden;
  margin-top: 0px;
  /*height: 0;*/
  right: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: height .4s;
  -o-transition: height .4s;
  transition: height .4s; }
  #searchMenuCnt.open, #searchMenuCntiOS.open {
    height: 57px;
    -webkit-box-shadow: 0 2px 10px 1px #000;
    box-shadow: 0 2px 10px 1px #000;
    -webkit-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.5); }

#searchMenuCnt {
  /*margin-top:-22px;*/
  position: absolute; }

/*#searchMenu {
    background-color: #e5eb0f;
    display: block;
    width: 952px;
    padding: 0 4px;
    height: 57px;
}*/
#searchMenu {
  background-color: #bc994e;
  display: block;
  width: 960px;
  padding: 0 0 0 5px;
  /*margin-left: -5px;*/
  /*margin-top: 18px;
  height: 50px;*/ }

.searchDDcnt {
  float: left;
  margin: 17px 3px;
  height: 23px;
  line-height: 23px; }
  .searchDDcnt > label {
    float: left;
    display: block;
    font-weight: 900;
    margin-right: 5px; }
  .searchDDcnt > input {
    position: relative;
    color: #003169;
    font-weight: 900; }
    .searchDDcnt > input[type="radio"] {
      display: none; }
    .searchDDcnt > input[type="text"], .searchDDcnt > input[type="number"] {
      top: -2px;
      border: none;
      background-color: #fff;
      width: 210px;
      padding: 4px; }
    .searchDDcnt > input[type="number"] {
      width: 80px; }
    .searchDDcnt > input[type="submit"] {
      top: -5px;
      border: 0;
      padding: 5px 10px;
      background-color: #003169;
      cursor: pointer;
      line-height: 21px;
      height: 31px;
      color: #fff;
      font-weight: 900; }
    .searchDDcnt > input.ddminbeds {
      width: 50px; }

.searchDDcntiOS {
  float: left;
  margin: 17px 5px;
  height: 23px;
  line-height: 23px; }
  .searchDDcntiOS > label {
    float: left;
    display: block;
    font-weight: 900;
    margin-right: 5px; }
  .searchDDcntiOS > input {
    position: relative;
    color: #003169;
    font-weight: 900; }
    .searchDDcntiOS > input[type="radio"] {
      display: none; }
    .searchDDcntiOS > input[type="text"], .searchDDcntiOS > input[type="number"] {
      top: -2px;
      border: none;
      background-color: #fff;
      width: 135px;
      padding: 4px; }
    .searchDDcntiOS > input[type="number"] {
      width: 80px; }
    .searchDDcntiOS > input[type="submit"] {
      top: -5px;
      border: 0;
      padding: 5px 10px;
      background-color: #003169;
      cursor: pointer;
      line-height: 21px;
      height: 31px;
      color: #fff;
      font-weight: 900; }
    .searchDDcntiOS > input.ddminbeds {
      width: 30px; }

.radioDisp {
  margin-top: 2px;
  float: left;
  width: 18px;
  height: 18px;
  border-radius: 11px;
  border: 1px solid #000;
  cursor: pointer; }
  .radioDisp.selected:after {
    content: "";
    display: block;
    margin: 3px;
    width: 12px;
    height: 12px;
    border-radius: 9px;
    background-color: #003169; }

input[type=range] {
  -webkit-appearance: none;
  width: 100%; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; }

input[type=range]:focus {
  outline: none; }

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.5);
  height: 12px;
  width: 6px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  background: #ffffff;
  cursor: pointer;
  margin-top: -6px; }

input[type=range]::-moz-range-thumb {
  box-shadow: 2px 2px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.5);
  height: 12px;
  width: 6px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  background: #ffffff;
  cursor: pointer; }

input[type=range]::-ms-thumb {
  box-shadow: 2px 2px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.5);
  height: 12px;
  width: 6px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  background: #ffffff;
  cursor: pointer; }

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #003169;
  border: 0.1px solid #010101; }

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #003169; }

input[type=range]::-moz-range-track {
  width: 100%;
  height: 0.5px;
  cursor: pointer;
  background-color: #003169;
  background: #003169;
  border: 0.1px solid #010101; }

input[type=range]::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent; }

input[type=range]::-ms-fill-lower {
  background: #003169;
  border: 0.1px solid #010101; }

input[type=range]:focus::-ms-fill-lower {
  background: #003169; }

input[type=range]::-ms-fill-upper {
  background: #003169;
  border: 0.1px solid #010101; }

input[type=range]:focus::-ms-fill-upper {
  background: #003169; }

#sortingOptions, #sortingOptionsiOS {
  position: relative;
  float: left;
  background-color: #003169;
  width: 150px;
  margin-left: 15px;
  margin-top: 16px; }
  #sortingOptions > select, #sortingOptionsiOS > select {
    float: left;
    display: inline;
    height: 22px;
    border: 0;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 13px;
    background-color: rgba(0, 0, 0, 0); }
    #sortingOptions > select > option, #sortingOptionsiOS > select > option {
      color: #555; }

#sortingOptionsiOS {
  margin-left: 5px;
  margin-right: 15px; }

#slidePrice, #slideBeds, #slideDistance {
  margin: 7.5px 0px 0px; }

#slidePrice {
  width: 200px; }

#slideBeds {
  width: 100px; }

#slideDistance {
  width: 135px; }

#pcBox {
  position: relative;
  width: 140px;
  float: left; }
  #pcBox > input[type=text] {
    position: absolute;
    margin-top: 20px;
    width: 135px;
    height: 14px;
    clear: left; }

#radiusBox {
  position: relative;
  float: right;
  width: 135px;
  margin-left: 15px; }

#priceBox {
  position: relative;
  width: 200px;
  float: left; }

#bedsBox {
  position: relative;
  width: 100px;
  float: left;
  margin-left: 40px; }

#distanceBox {
  position: relative;
  width: 300px;
  float: left;
  margin-left: 40px; }

#priceLabel, #bedsLabel, #pcLabel, #distLabel, #sortLabel {
  position: absolute;
  left: 0px;
  line-height: 14px; }

#sortLabel {
  top: -16px; }

#selPriceLabel, #selBedsLabel, #selDistLabel {
  line-height: 14px;
  position: absolute;
  right: 0px; }

#refine {
  position: relative;
  width: 75px;
  float: left;
  margin-left: 40px;
  background-color: #003169;
  color: #fff;
  text-align: center; }
  #refine > button {
    background-color: #003169;
    padding: 10px;
    color: #fff;
    border-color: #003169;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-style: none;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    width: 140px;
    cursor: pointer; }

@-moz-document url-prefix() {
  #bedsBox {
    margin-left: 25px; } }

.ui-slider {
  width: 200px;
  height: 11px;
  background-color: #003169;
  margin: 0;
  padding: 0;
  position: relative;
  top: 21px; }
  .ui-slider > .ui-widget-header {
    background-color: #bc994e;
    top: -1px;
    height: 3px; }

.ui-slider-handle {
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  width: 6px;
  height: 11px;
  background-color: #fff;
  position: absolute;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.25) 2px 2px;
  border-style: solid;
  border-width: 1px;
  margin-left: -3.5px;
  top: -5px; }
  .ui-slider-handle:focus {
    outline: none; }

.ui-slider-tick-mark {
  display: inline-block;
  width: 1px;
  background: black;
  height: 4px;
  position: absolute;
  top: 32px; }

.ui-slider-horizontal {
  height: 2px; }

.ui-slider-range {
  position: absolute;
  height: 2px; }

#menu {
  position: relative;
  z-index: 900;
  height: 30px;
  width: 100%;
  background-color: #444;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 1px 1px 5px 0px rgba(255, 255, 255, 0.75);
  box-shadow: 1px 1px 5px 0px rgba(255, 255, 255, 0.75);
  line-height: 32px;
  font-size: 12px;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
  color: #ddd; }

#menucont {
  margin: 0 auto;
  width: 960px;
  border: 1px solid #888;
  border-width: 0 1px; }

.menuSide.left > a, .menuSide.left > div {
  border-right: 1px solid #888; }

.menuSide.right > a, .menuSide.right > div {
  border-left: 1px solid #888; }

.menuSide > a, .menuSide > div {
  float: left;
  display: block;
  height: 30px;
  padding: 0 9px;
  cursor: pointer;
  text-decoration: none;
  color: #ddd; }
  .menuSide > a:hover, .menuSide > div:hover {
    background-color: #333; }
  .menuSide > a > img, .menuSide > div > img {
    height: 24px;
    margin-top: 3px; }

#FMDDclick {
  position: relative; }

#FMdropdown {
  width: 245px;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #333;
  display: none;
  padding: 10px 10px 6px 10px; }

#FMform {
  margin: 0;
  padding: 0; }
  #FMform > label {
    float: left; }
  #FMform > input {
    float: right;
    margin: 5px;
    background-color: #666;
    color: #ddd;
    border: 0;
    padding: 3px; }
    #FMform > input[type="submit"] {
      margin-right: 20px;
      padding: 4px 5px; }
    #FMform > input:focus {
      color: #fff; }
  #FMform > #FMforgot {
    color: #ddd;
    height: 31px;
    line-height: 33px; }
    #FMform > #FMforgot:hover {
      color: #fff; }
  #FMform > #FMsubmit {
    position: relative;
    top: 1px;
    left: 15px; }

.OCPalert {
  z-index: 900;
  position: fixed;
  padding: 15px;
  background-color: #ffc;
  border: 1px solid #ccc;
  color: #333; }

#cookiePopup {
  z-index: 1010;
  position: fixed;
  right: 50px;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  width: 270px;
  padding: 10px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #000;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  -o-transition: transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s; }
  #cookiePopup.shown {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px); }
  #cookiePopup > p {
    margin-bottom: 10px; }
  #cookiePopup > a {
    float: left;
    padding: 10px;
    background-color: #eee;
    color: #00F; }
  #cookiePopup > #closeCookiePopup {
    float: right;
    padding: 10px;
    background-color: #ddd;
    cursor: pointer; }

#leftPanel {
  position: absolute; }
  #leftPanel > #LPimage {
    width: 145px;
    padding: 5px;
    margin: 5px 0; }
    #leftPanel > #LPimage > img {
      width: 251px; }
  #leftPanel > a > h3 {
    margin: 0;
    padding: 5px 5px 5px 15px;
    /*text-align: center;*/
    /*border-radius: 5px;*/
    background-color: #003169;
    color: #fff;
    text-decoration: none;
    font-weight: normal; }
  #leftPanel > a > #maintenanceBtn {
    margin: 1px;
    width: 145px;
    height: 112px;
    display: inline-block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: -448px -0px;
    background-image: url(../Images/icons/Button8.png); }
    #leftPanel > a > #maintenanceBtn:hover {
      background-position: -224px -0px; }
    #leftPanel > a > #maintenanceBtn:active {
      background-position: 0 0; }
  #leftPanel .sliderArrow {
    position: absolute;
    z-index: 12;
    top: 3px;
    width: 18px;
    height: 18px;
    border-radius: 20px;
    opacity: 0.5;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s; }
    #leftPanel .sliderArrow:after {
      position: absolute;
      content: "";
      display: block;
      width: 6px;
      height: 6px;
      border: 5px solid #000; }
    #leftPanel .sliderArrow#bArrow {
      cursor: pointer;
      right: 5px;
      padding: 0;
      margin: 0;
      background-color: rgba(255, 255, 255, 0.8); }
      #leftPanel .sliderArrow#bArrow:after {
        right: 5px;
        top: 3px;
        border-width: 3px 0 0 3px;
        -ms-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; }
      #leftPanel .sliderArrow#bArrow.isOpen:after {
        right: 4px;
        top: 6px;
        -ms-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; }
    #leftPanel .sliderArrow:hover {
      opacity: 1; }

#leftPanel, #newsItemList {
  /*clear: both;*/
  width: 160px;
  margin-top: 66px;
  /*padding: 10px;
    box-shadow: 2px 2px 2px 0 #000;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.4);
    background-color: $bgcolor-darkest;*/ }
  #leftPanel > #LPimage, #leftPanel > a, #newsItemList > #LPimage, #newsItemList > a {
    border: 1px solid #aaa; }
  #leftPanel > a, #newsItemList > a {
    /*width: 229px;*/
    padding: 6px 15px;
    margin: 2px 0;
    display: block;
    background-color: #003169;
    /*border-radius: 4px;*/
    color: #bc994e;
    text-decoration: none;
    /*font-weight: bold;*/ }

#newsItemList {
  margin: 20px 0 10px 0;
  border: 2px solid #003169;
  width: 257px;
  padding: 7px; }
  #newsItemList > a {
    width: 225px;
    padding: 7px 15px; }

#detailsSM {
  background-color: #fff;
  /*border-radius: 4px;*/
  width: 150px;
  padding: 5px;
  border: 1px solid #aaa;
  height: 26px; }

#detailsSM > span {
  float: left;
  margin: 3px 15px 0 8px; }

#detailsSM > img {
  float: left;
  margin: 3px 0 0 2px;
  width: 20px;
  height: 20px; }

#SearchOptionsCnt {
  float: right;
  position: relative;
  margin: 0 0 20px 0;
  width: 100%; }

#searchOptions {
  position: relative;
  width: 100%; }
  #searchOptions > #buttonsCnt {
    position: relative;
    z-index: 20;
    float: right;
    width: 100%;
    /*padding: 7px;*/
    /*background-color: #bc994e;*/ }
    #searchOptions > #buttonsCnt > h3 {
      float: left;
      margin: 2px;
      text-decoration: underline;
      cursor: pointer;
      color: #fff; }

#searchOptionsPanel, #leftSearchPanel {
  z-index: 10;
  position: absolute;
  top: 0;
  padding: 9px;
  background-color: #fff;
  border: 2px solid #c90;
  color: #000;
  font-size: 14px; }
  #searchOptionsPanel > .cnt, #leftSearchPanel > .cnt {
    clear: both;
    margin-bottom: 10px;
    width: 270px;
    line-height: 20px; }
    #searchOptionsPanel > .cnt.left, #searchOptionsPanel > .cnt.right, #leftSearchPanel > .cnt.left, #leftSearchPanel > .cnt.right {
      clear: none;
      width: 124px; }
    #searchOptionsPanel > .cnt > select, #leftSearchPanel > .cnt > select {
      float: right;
      width: 170px; }
    #searchOptionsPanel > .cnt > input[type=text], #leftSearchPanel > .cnt > input[type=text] {
      float: right;
      width: 166px; }
    #searchOptionsPanel > .cnt.sliderCnt, #leftSearchPanel > .cnt.sliderCnt {
      width: 250px;
      margin: 0 10px; }

#buyLetCnt {
  margin: 0; }
  #buyLetCnt > #BuyLet {
    font-size: 20px; }
  #buyLetCnt input {
    display: none; }

#leftSearchPanel {
  position: relative;
  width: 257px;
  padding: 7px;
  -webkit-box-shadow: 2px 2px 2px 0 #000;
  box-shadow: 2px 2px 2px 0 #000;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.4); }
  #leftSearchPanel > .cnt {
    width: 257px; }
    #leftSearchPanel > .cnt > select {
      width: 157px; }
    #leftSearchPanel > .cnt > input[type=text] {
      width: 153px; }
    #leftSearchPanel > .cnt.sliderCnt {
      width: 240px;
      margin: 0 10px; }

.checkboxListCnt {
  width: 120px;
  height: 100px;
  border: 2px solid #000;
  overflow: auto; }
  .checkboxListCnt > .checkboxCnt {
    display: block;
    width: 100%;
    line-height: 17px;
    font-size: 13px; }
    .checkboxListCnt > .checkboxCnt:hover {
      background-color: #003169; }
    .checkboxListCnt > .checkboxCnt.selected {
      background-color: #003169; }
    .checkboxListCnt > .checkboxCnt > span {
      position: relative;
      top: -2px; }

#searchOptionsBtn {
  display: block;
  margin: 10px auto;
  width: 150px;
  height: 30px;
  font-weight: 900;
  cursor: pointer; }

.soPanelNumCnt {
  display: block;
  width: 116px; }
  .soPanelNumCnt > label, .soPanelNumCnt > input {
    display: block;
    width: 112px; }
  .soPanelNumCnt.center {
    margin: 0 auto; }

.iPoo {
  font-size: 24px;
  letter-spacing: 12px; }
  .iPoo.on {
    color: #C90; }

.loaderCnt {
  width: 119px;
  z-index: 6; }

.loader {
  margin: 12px auto;
  border: 3px solid #000;
  border-radius: 16px;
  width: 16px;
  height: 16px;
  border-color: transparent #023A78;
  -webkit-animation: spin 1s ease .4s infinite;
  -moz-animation: spin 1s ease .4s infinite;
  -o-animation: spin 1s ease .4s infinite;
  animation: spin 1s ease .4s infinite; }

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes spin {
  to {
    transform: rotate(360deg); } }

@-o-keyframes spin {
  to {
    transform: rotate(360deg); } }

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.branchesTitle {
  text-align: right;
  margin-top: -10px;
  margin-bottom: 10px; }

.branchLink {
  display: block;
  /*color: #000;*/
  text-decoration: none;
  line-height: 15px;
  margin-bottom: 10px; }
  .branchLink > i, .branchLink > span, .branchLink > a {
    display: block;
    float: right;
    width: 296px;
    padding: 10px;
    height: 10px;
    margin: 0 2px;
    font-style: normal; }
  .branchLink > a {
    font-weight: 900; }
  .branchLink a {
    color: #bc994e;
    text-decoration: none; }
    .branchLink a:hover {
      /*text-decoration: underline;*/
      color: #bc994e; }
  .branchLink:nth-of-type(odd) > i, .branchLink:nth-of-type(odd) > span, .branchLink:nth-of-type(odd) > a {
    background-color: #bc994e; }

#mapCnt, #listCnt {
  color: #000;
  width: 960px;
  float: right; }
  #mapCnt.off, #listCnt.off {
    margin-bottom: 0;
    height: 0;
    width: 0;
    overflow: auto; }

#map-canvas {
  width: 960px;
  height: 600px; }

.list {
  position: relative;
  width: 100%;
  margin-top: 50px; }
  .list > h2 {
    float: left;
    display: inline;
    /*margin: 0 0 20px 0;*/
    /*padding:8px 15px;*/
    padding-left: 10px;
    padding-top: 10px; }
  .list .searchSort {
    background-color: white;
    display: inline-block;
    margin-left: 20px; }
    .list .searchSort a {
      margin-left: 10px;
      display: inline-block;
      padding: 10px 10px;
      background-color: #003169;
      color: #fff;
      width: 140px;
      text-align: center;
      line-height: 18px;
      cursor: pointer; }
  .list > #ranges {
    width: 920px;
    position: relative;
    float: left;
    margin-left: 10px;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-top: 10px;
    height: 45px;
    clear: both;
    border: 1px inset;
    border-color: #003169;
    font-size: 13px; }
  .list > #icons {
    float: right;
    display: inline;
    padding: 8px 15px; }
    .list > #icons > h2 {
      float: right;
      margin: 0 8px;
      font-weight: 400;
      font-size: 16px;
      line-height: 26px; }
    .list > #icons > #gridIcon, .list > #icons > #rowsIcon {
      top: 1px;
      width: 24px;
      height: 24px; }
      .list > #icons > #gridIcon:after, .list > #icons > #rowsIcon:after {
        left: 0; }
    .list > #icons > #gridIcon, .list > #icons > #rowsIcon, .list > #icons > #mapIcon {
      float: right;
      position: relative;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .list > #icons > #gridIcon:after, .list > #icons > #gridIcon > div, .list > #icons > #gridIcon > div:before, .list > #icons > #gridIcon > div:after {
      position: absolute;
      content: "";
      width: 11px;
      height: 11px;
      background-color: #6dade8; }
    .list > #icons > #gridIcon > div {
      bottom: 0; }
      .list > #icons > #gridIcon > div:before, .list > #icons > #gridIcon > div:after {
        left: 13px; }
      .list > #icons > #gridIcon > div:after {
        bottom: 13px; }
    .list > #icons > #rowsIcon:after, .list > #icons > #rowsIcon > div, .list > #icons > #rowsIcon > div:after {
      position: absolute;
      content: "";
      width: 26px;
      height: 6px;
      background-color: #6dade8; }
    .list > #icons > #rowsIcon > div {
      top: 9px; }
      .list > #icons > #rowsIcon > div:after {
        line-height: 7px;
        top: 9px;
        left: 0px; }
    .list > #icons > #mapIcon {
      width: 26px;
      height: 26px;
      border-radius: 13px;
      background-color: #6dade8;
      -moz-transform: rotate(10deg) scale(0.9999);
      -ms-transform: rotate(10deg) scale(0.9999);
      -o-transform: rotate(10deg) scale(0.9999);
      -webkit-transform: rotate(10deg) scale(0.9999);
      transform: rotate(10deg) scale(0.9999);
      -moz-transition: transform .4s;
      -o-transition: transform .4s;
      -webkit-transition: transform .4s;
      -webkit-transition: -webkit-transform .4s;
      transition: -webkit-transform .4s;
      transition: transform .4s;
      transition: transform .4s, -webkit-transform .4s; }
      .list > #icons > #mapIcon > div, .list > #icons > #mapIcon > div:after {
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-right-color: rgba(255, 255, 255, 0);
        border-left-color: rgba(255, 255, 255, 0); }
      .list > #icons > #mapIcon > div {
        top: 1px;
        left: 9px;
        border-width: 0 4px 12px 4px;
        border-color: transparent transparent #f00 transparent; }
        .list > #icons > #mapIcon > div:after {
          content: "";
          top: 12px;
          left: -4px;
          border-width: 12px 4px 0 4px;
          border-color: #bbb transparent transparent transparent; }

.GridItemCnt {
  width: 480px;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  text-decoration: none; }
  .GridItemCnt > .GridItem {
    position: relative;
    width: 100%; }

.gridItemFront {
  /*margin: 0 20px 20px 20px;*/
  float: left;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 426px;
  padding: 20px;
  height: 220px;
  background-color: #fff;
  cursor: pointer;
  border: 2px solid #003169;
  border-radius: 10px; }
  .gridItemFront .itemDescRow {
    display: none !important; }
  .gridItemFront .listPriceStatusSection {
    display: none !important; }
  .gridItemFront .listIconSection {
    display: none !important; }
  .gridItemFront .gridItemDetails {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit; }
    .gridItemFront .gridItemDetails:hover {
      text-decoration: none;
      color: inherit; }
  .gridItemFront .gridItemTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    height: 140px;
    width: 100%; }
    .gridItemFront .gridItemTop .propertyImageContainer {
      width: 75%;
      height: 120%;
      overflow: hidden; }
      .gridItemFront .gridItemTop .propertyImageContainer img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .gridItemFront .gridItemTop .iconsContainer {
      width: 15%;
      height: 125%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      /*padding: 5px 0;*/
      margin-left: 10px;
      margin-top: -4px; }
      .gridItemFront .gridItemTop .iconsContainer .iconItem {
        width: 45px;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .gridItemFront .gridItemTop .iconsContainer .iconItem img, .gridItemFront .gridItemTop .iconsContainer .iconItem svg {
          width: 100%;
          height: 100%; }
    .gridItemFront .gridItemTop .propertyInfo {
      width: 35%;
      padding-left: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      font-size: 14px;
      height: 125%;
      margin-top: -4px; }
      .gridItemFront .gridItemTop .propertyInfo .infoRow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 5px;
        height: 33.33%; }
        .gridItemFront .gridItemTop .propertyInfo .infoRow .infoLabel {
          font-weight: 600;
          color: #666;
          font-size: 14px; }
        .gridItemFront .gridItemTop .propertyInfo .infoRow .infoValue {
          font-weight: 400;
          color: #333; }
  .gridItemFront .gridItemAddress {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-height: 18px;
    margin-top: 25px; }
  .gridItemFront .gridItemBottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 24px; }
    .gridItemFront .gridItemBottom .gridItemPrice {
      font-size: 18px;
      font-weight: bold;
      color: #c90; }
      .gridItemFront .gridItemBottom .gridItemPrice .pricePrefix {
        font-size: 18px;
        font-weight: normal; }
    .gridItemFront .gridItemBottom .gridItemStatus {
      font-size: 18px;
      font-weight: 600;
      color: #666;
      color: #c90; }
  .gridItemFront > .dialogBox {
    display: none;
    position: absolute;
    bottom: 103%;
    left: 10px;
    width: 400px;
    padding: 10px;
    -webkit-box-shadow: 2px 2px 4px 2px #000;
    box-shadow: 2px 2px 4px 2px #000;
    -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    background-color: #fff; }
    .gridItemFront > .dialogBox:after {
      position: absolute;
      left: 10px;
      bottom: -18px;
      content: "";
      display: block;
      border-style: solid;
      border-width: 20px 20px 0 0;
      border-color: #fff transparent transparent transparent; }
  .gridItemFront:hover > .dialogBox {
    display: block; }
  .gridItemFront > a {
    display: none !important; }
  .gridItemFront > .itemDescRow {
    display: none; }
    .gridItemFront > .itemDescRow > i {
      color: #6dade8; }

.gridItemBack {
  -webkit-transform: rotateY(180deg) translateZ(1px);
  transform: rotateY(180deg) translateZ(1px);
  position: absolute;
  float: left;
  display: none;
  margin: 0 20px 20px 20px;
  width: 426px;
  padding: 7px;
  height: 250px;
  background-color: #bc994e;
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 4px 2px #000;
  box-shadow: 2px 2px 4px 2px #000;
  -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.25); }
  .gridItemBack > h4 {
    display: none; }

.itemDescRow {
  position: relative;
  float: left;
  margin-left: 20px;
  width: 405px;
  height: 175px;
  overflow: hidden;
  font-size: 12px; }
  .itemDescRow > h5 {
    font-size: 16px;
    font-weight: 400;
    color: #c90;
    margin: 0; }
  .itemDescRow > strong {
    color: #666; }
  .itemDescRow > p {
    margin: 0;
    font-size: 13px; }
  .itemDescRow > h4 {
    margin: 5px 0 0 0; }
  .itemDescRow > ul {
    margin: 0;
    /*>li{
            &:nth-of-type(2n-1){
                float:left;
                width:300px;
            }
        }*/ }
  .itemDescRow > .removeFromPortfolio {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 10px;
    background-color: #023A78;
    color: #fff; }
  .itemDescRow > .itemDescGrid {
    /*display:block;
        position:absolute;
        bottom:8px;
        >a{
            padding: 8px 10px;
            //background-color: #ffe100;
            background-color: #bc994e;
            color: #fff;
            //text-shadow: 2px 2px 2px #262626;\
            font-style: italic;
            transition: background-color .4s;
            &:hover{
                background-color:#ffe100;
            }
        }*/ }

.portItemDescRow {
  position: relative;
  float: left;
  margin-left: 20px;
  width: 100%;
  height: 230px; }
  .portItemDescRow > img {
    position: absolute;
    top: 0px;
    right: 110px;
    height: 310px; }
  .portItemDescRow > h5 {
    width: 425px;
    font-size: 16px;
    font-weight: 400;
    color: #c90;
    margin: 0; }
  .portItemDescRow > strong {
    color: #666; }
  .portItemDescRow > p {
    margin: 0;
    font-size: 13px; }
  .portItemDescRow > h4 {
    margin: 5px 0 0 0; }
  .portItemDescRow > ul {
    margin: 0;
    /*>li{
            &:nth-of-type(2n-1){
                float:left;
                width:300px;
            }
        }*/ }
  .portItemDescRow > .removeFromPortfolio {
    position: absolute;
    right: 20px;
    top: 0;
    padding: 5px 10px;
    background-color: #023A78;
    color: #fff; }
  .portItemDescRow > .itemDescGrid {
    /*display:block;
        position:absolute;
        bottom:8px;
        >a{
            padding: 8px 10px;
            //background-color: #ffe100;
            background-color: #bc994e;
            color: #fff;
            //text-shadow: 2px 2px 2px #262626;\
            font-style: italic;
            transition: background-color .4s;
            &:hover{
                background-color:#ffe100;
            }
        }*/ }

.rowItemCnt {
  color: #000;
  text-decoration: none; }

.rowItem {
  /*margin-bottom:13px;*/
  padding: 10px;
  /*box-shadow:1px 1px 4px 2px #000;
	box-shadow:1px 1px 4px 2px rgba(0,0,0,0.3);*/
  border-bottom: solid thin;
  border-bottom-color: #ccc; }

.rowItemLeft {
  float: left;
  height: 230px;
  width: 755px;
  overflow: hidden;
  position: relative; }
  .rowItemLeft > a.propertyLink > img {
    float: left;
    width: 310px; }
  .rowItemLeft > a.propertyLink > .lazy-img-wrapper {
    float: left;
    width: 310px; }
    .rowItemLeft > a.propertyLink > .lazy-img-wrapper img {
      width: 100%;
      display: block; }
  .rowItemLeft .gridItemDetails,
  .rowItemLeft .gridItemTop,
  .rowItemLeft .gridItemAddress,
  .rowItemLeft .gridItemBottom {
    display: none !important; }
  .rowItemLeft .itemDescRow {
    display: block !important; }
  .rowItemLeft .listPriceStatusSection {
    position: absolute;
    bottom: 0;
    left: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    z-index: 10; }
    .rowItemLeft .listPriceStatusSection .status {
      font-size: 16px;
      font-weight: 600;
      color: #666; }
    .rowItemLeft .listPriceStatusSection .price {
      font-size: 16px;
      font-weight: bold;
      color: #c90; }

.gridItemDetails {
  text-decoration: none;
  color: inherit; }
  .gridItemDetails:hover {
    text-decoration: none;
    color: inherit; }

.uOffer, .rListed, .rLet {
  position: absolute;
  left: 0px;
  margin-left: 10px; }

.portRowItemLeft {
  float: left;
  height: 230px;
  width: 100%;
  overflow: hidden; }
  .portRowItemLeft > a > img {
    float: left;
    width: 310px; }

.rowItemRight {
  display: block;
  float: right;
  position: relative;
  margin-right: 5px;
  width: 160px;
  height: 230px; }
  .rowItemRight > .price {
    display: none; }
  .rowItemRight .listIconSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px; }
    .rowItemRight .listIconSection .listIconItem {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 8px;
      font-size: 12px;
      color: #333; }
      .rowItemRight .listIconSection .listIconItem img {
        width: 45px;
        height: 45px; }
      .rowItemRight .listIconSection .listIconItem span {
        font-weight: 600; }
  .rowItemRight > .buttons {
    float: right;
    position: absolute;
    bottom: 0; }
    .rowItemRight > .buttons > a, .rowItemRight > .buttons > div {
      margin-top: 5px;
      display: block;
      padding: 10px 10px;
      background-color: #003169;
      color: #fff;
      width: 140px;
      text-align: left;
      line-height: 18px;
      cursor: pointer;
      -webkit-transition: background-color .4s;
      -o-transition: background-color .4s;
      transition: background-color .4s; }
      .rowItemRight > .buttons > a > div, .rowItemRight > .buttons > div > div {
        display: inline;
        float: left;
        width: 22px;
        margin-right: 8px; }
        .rowItemRight > .buttons > a > div > img, .rowItemRight > .buttons > div > div > img {
          display: block;
          margin: auto;
          /*height:100%;*/
          text-align: center; }
      .rowItemRight > .buttons > a:hover, .rowItemRight > .buttons > div:hover {
        background-color: #0000c0; }

.gridItemFront .listIconSection {
  display: none !important; }

h1.detailsHeader {
  color: #003169;
  margin: 20px; }

#detailsTop {
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 8px 2px #000;
  box-shadow: 5px 5px 8px 2px #000;
  -webkit-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.3); }

#detailsSliderCnt {
  position: relative;
  float: left;
  height: 475px;
  width: 960px; }
  #detailsSliderCnt > #detailsSlider {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden; }
    #detailsSliderCnt > #detailsSlider > .detailsSliderImg {
      position: absolute;
      width: 100%;
      top: -100%;
      left: 0;
      right: 0;
      bottom: -100%;
      margin: auto;
      opacity: 0;
      -moz-transition: opacity .400s;
      -o-transition: opacity .400s;
      -webkit-transition: opacity .400s;
      transition: opacity .400s; }
      #detailsSliderCnt > #detailsSlider > .detailsSliderImg.PICactive {
        opacity: 1; }
      #detailsSliderCnt > #detailsSlider > .detailsSliderImg.active {
        opacity: 1; }
      #detailsSliderCnt > #detailsSlider > .detailsSliderImg.justOff {
        opacity: 0; }
  #detailsSliderCnt > #detailsSliderLeft, #detailsSliderCnt > #detailsSliderRight {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 44px;
    height: 44px; }
  #detailsSliderCnt > #sliderBtns {
    margin-top: -25px;
    position: absolute;
    z-index: 100;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

/*@include afterArrows( detailsSliderLeft, //left arrow:leftArrow,
detailsSliderRight, //rightArrow:rightArrow,
12px, //arrowHeight:50px,
8px, //arrowWidth:20px,
#fff, //fill-color:#000,
30px, //height:30px,
25px, //width:30px,
#bbb, //bg-color:#ccc,
4px, //maskPenetration:15px,
.8 //opacity:.8
//hover-opacity:1
);*/
#detailsSliderInfo {
  position: absolute;
  left: 0;
  top: 20px;
  height: 100px;
  width: 340px;
  background-color: #eee;
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
  -moz-transition: left .4s;
  -o-transition: left .4s;
  -webkit-transition: left .4s;
  transition: left .4s; }
  #detailsSliderInfo > h1, #detailsSliderInfo > p, #detailsSliderInfo > strong {
    margin: 8px 0 5px 10px;
    font-size: 20px; }
  #detailsSliderInfo > h1 {
    font-weight: 100; }
  #detailsSliderInfo > p {
    font-size: 14px; }
  #detailsSliderInfo > strong {
    color: #040c61; }
  #detailsSliderInfo > #detailsSliderInfoMinus {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 22px;
    background-color: #bbb;
    background-color: rgba(187, 187, 187, 0.7); }
    #detailsSliderInfo > #detailsSliderInfoMinus:after, #detailsSliderInfo > #detailsSliderInfoMinus:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      -o-transform: translateY(-50%) translateX(-50%);
      -webkit-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
      content: "";
      width: 16px;
      height: 4px;
      background-color: #999;
      background-color: rgba(153, 153, 153, 0.7); }
    #detailsSliderInfo > #detailsSliderInfoMinus:hover {
      background-color: #bbb; }
      #detailsSliderInfo > #detailsSliderInfoMinus:hover:after, #detailsSliderInfo > #detailsSliderInfoMinus:hover:before {
        background-color: #888;
        background-color: rgba(136, 136, 136, 0.7); }
  #detailsSliderInfo.sliderInfoHidden {
    left: -314px; }
    #detailsSliderInfo.sliderInfoHidden > #detailsSliderInfoMinus:before {
      content: "";
      width: 4px;
      height: 16px; }

#detailsSliderTNsCnt {
  position: absolute;
  bottom: 15px;
  right: 15px;
  height: 60px;
  background-color: #fff; }
  #detailsSliderTNsCnt > #detailsSliderTNsLeft, #detailsSliderTNsCnt > #detailsSliderTNsRight {
    float: left;
    height: 60px;
    width: 15px; }

#detailsSliderTNs {
  float: left;
  max-width: 308px;
  overflow: hidden; }
  #detailsSliderTNs > #detailsSliderTNsinnerCnt {
    position: relative;
    -moz-transition: left .400s;
    -o-transition: left .400s;
    -webkit-transition: left .400s;
    transition: left .400s;
    left: 0;
    width: 9000px; }
    #detailsSliderTNs > #detailsSliderTNsinnerCnt > .detailsSliderTn {
      cursor: pointer;
      float: left;
      width: 96px;
      height: 50px;
      padding: 0;
      margin: 5px 5px 5px 0; }
      #detailsSliderTNs > #detailsSliderTNsinnerCnt > .detailsSliderTn.TNactive {
        outline: 3px solid #003169; }
      #detailsSliderTNs > #detailsSliderTNsinnerCnt > .detailsSliderTn:first-of-type {
        margin-left: 5px; }

/*@include afterArrows( detailsSliderTNsLeft, //left arrow:leftArrow,
detailsSliderTNsRight, //rightArrow:rightArrow,
10px, //arrowHeight:50px,
8px, //arrowWidth:20px,
#000, //fill-color:#000,
60px, //height:30px,
15px, //width:30px,
#ccc, //bg-color:#ccc,
4px, //maskPenetration:15px,
.7 //opacity:.8
);*/
#detailsCard {
  color: #666;
  float: left;
  width: 230px;
  padding-bottom: 9px;
  /*background-color: #eee;*/ }
  #detailsCard > #detailsSM {
    width: 204px;
    margin: 8px 8px 4px 8px; }

#detailsCardInfo {
  background-color: #fff;
  /*border-radius: 4px;*/
  width: 200px;
  margin: 4px 8px 4px 8px;
  padding: 7px;
  border: 1px solid #aaa; }
  #detailsCardInfo > button {
    width: 100%;
    border: none;
    padding: 7px;
    margin-bottom: 3px;
    background-color: #003169;
    /*border-radius: 4px;*/
    color: #fff;
    font-weight: bold;
    cursor: pointer; }
  #detailsCardInfo > img {
    float: right;
    margin: 10px 7px 0 0;
    width: 50px;
    height: 50px; }
  #detailsCardInfo > strong {
    display: block;
    margin: 7px 0 0 0;
    font-size: 14px; }
  #detailsCardInfo > p {
    margin: 3px 0 0 0;
    font-size: 13px; }
  #detailsCardInfo > h2 {
    margin: 7px 0 4px 0;
    font-size: 18px; }
  #detailsCardInfo > p > a, #detailsCardInfo > a {
    font-size: 13px;
    line-height: 15px;
    color: #666; }

/*@include singleArrow( linkRightArrow, 15px, 15px, #fff, 12px, 8px, #cc6, 4px );*/
.linkRightArrow {
  margin-top: 2px;
  float: left; }

#detailsCardBtns, #detailsCardPerMonth {
  width: 216px;
  margin: 0 8px;
  display: block; }

#detailsCardPerMonth > img {
  float: left;
  width: 108px; }

#detailsCardPerMonth > #perMonth {
  float: left;
  width: 90px;
  border: 3px solid #0E1C41;
  padding: 6px;
  height: 15px;
  font-size: 11px;
  line-height: 15px;
  text-align: right; }

#detailsCardPerMonth > #disclaimer {
  width: 205px;
  font-size: 9px;
  padding: 5px;
  margin: 2px 0 0 0; }

.detailBtn {
  display: block;
  text-decoration: none;
  float: left;
  width: 200px;
  margin: 0 2px 3px 0;
  padding: 7px;
  background-color: #bc994e;
  /*border-radius: 4px;*/
  color: #003169;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #ccc;
  cursor: pointer; }
  .detailBtn:nth-of-type(odd) {
    margin-right: 2px; }

#detailsSliderTNsLeft, #detailsSliderTNsRight {
  overflow: hidden;
  position: relative;
  height: 60px;
  width: 15px;
  background-color: #ccc;
  opacity: 0.7; }

#detailsSliderTNsLeft:before, #detailsSliderTNsLeft:after, #detailsSliderTNsRight:before, #detailsSliderTNsRight:after {
  content: "";
  position: absolute;
  top: 50%;
  border-style: solid; }

#detailsSliderTNsLeft:before, #detailsSliderTNsRight:before {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

#detailsSliderTNsLeft:after, #detailsSliderTNsRight:after {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

#detailsSliderTNsLeft:hover, #detailsSliderTNsRight:hover {
  opacity: 1;
  cursor: pointer; }

#detailsSliderTNsLeft {
  left: 0; }

#detailsSliderTNsLeft:before, #detailsSliderTNsLeft:after {
  border-width: 5px 8px 5px 0;
  border-color: transparent #000 transparent transparent; }

#detailsSliderTNsLeft:after {
  right: -0.5px;
  border-color: transparent #ccc transparent transparent; }

#detailsSliderTNsRight {
  right: 0; }

#detailsSliderTNsRight:before, #detailsSliderTNsRight:after {
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #000; }

#detailsSliderTNsRight:after {
  left: -0.5px;
  border-color: transparent transparent transparent #ccc; }

#detailsSliderLeft {
  background: url("../images/mobicons/larrow.png");
  left: 0px; }

#detailsSliderRight {
  background: url("../images/mobicons/rarrow.png");
  right: 0px; }

#detailsBottom {
  background-color: #eee;
  outline: 1px solid #ccc; }

#detailsBottomLeft {
  float: left;
  width: 730px; }

#gallery {
  text-align: center; }
  #gallery > img {
    width: 221px;
    padding: 5px;
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }

.accommodation {
  padding-bottom: 5px; }
  .accommodation > p {
    margin: 2px;
    font-size: 12px; }

#sectionMenu {
  position: relative;
  z-index: 100;
  margin-top: 8px; }
  #sectionMenu > .secMenuItem {
    position: relative;
    float: left;
    height: 40px;
    width: 120px;
    border: 2px solid #ddd;
    border-width: 0 0 2px 2px;
    text-align: center;
    line-height: 40px;
    background-color: #fff;
    color: #003169;
    cursor: pointer; }
    #sectionMenu > .secMenuItem:first-of-type {
      border-left: 0; }
    #sectionMenu > .secMenuItem:after {
      content: "";
      position: absolute;
      left: 50%;
      top: 28px;
      margin-left: -10px;
      width: 0;
      height: 0;
      border-style: solid;
      border-color: transparent;
      -webkit-transition: top .400s;
      -o-transition: top .400s;
      transition: top .400s; }
    #sectionMenu > .secMenuItem.active {
      background-color: #bc994e;
      color: #003169; }
      #sectionMenu > .secMenuItem.active:after {
        top: 38px;
        border-width: 12px 15px 0 15px;
        border-color: #bc994e transparent transparent transparent; }

#sections {
  z-index: 50;
  width: 701px;
  padding: 5px 15px 10px 15px;
  min-height: 1500px;
  background-color: #fff;
  color: #000;
  position: relative;
  overflow: hidden; }
  #sections > .section {
    position: absolute;
    top: -999em;
    left: -999em; }
    #sections > .section > h1, #sections > .section > h2, #sections > .section > h3 {
      margin: 7px 0; }
    #sections > .section.active {
      position: relative;
      top: 0;
      left: 0; }

.detailsSellPoints {
  /*> li {
        &:nth-of-type(2n-1) {
            float: left;
            width: 340px;
        }
    }*/ }
  .detailsSellPoints:after {
    clear: both;
    content: '';
    display: block; }
  .detailsSellPoints.split {
    width: 34%;
    float: left; }

.detailsDesc.split {
  width: 60%;
  float: right; }

#details-map-canvas, #details-streetview-canvas {
  width: 730px;
  height: 500px; }

.epcWrap {
  width: 700px; }
  .epcWrap > .epcOver {
    height: 210px;
    width: 700px;
    background-color: #FFF;
    position: relative;
    top: 235px;
    margin: 0 auto; }

.pPrint {
  color: blue; }

#printMain {
  width: 550px;
  text-align: center; }
  #printMain > img {
    width: 85px; }
  #printMain > span {
    font-size: 10px;
    color: blue; }
  #printMain > #propMain {
    width: 100%;
    font-size: 12px;
    margin-top: 10px;
    color: #000; }
    #printMain > #propMain > .pMainPri {
      float: left;
      width: 15%; }
    #printMain > #propMain > .pMainLoc {
      display: inline-block;
      margin: 0 10%;
      width: 50%; }
    #printMain > #propMain > .pMainSta {
      float: right;
      width: 15%; }
    #printMain > #propMain > img {
      width: 50%;
      margin: 0 auto; }
    #printMain > #propMain > .pMainDes {
      text-align: left;
      font-size: 10px; }
  #printMain > .pAccom, #printMain > .pAccomI {
    text-align: left;
    float: left;
    clear: left;
    min-height: 112.5px;
    width: 550px;
    position: relative;
    margin-bottom: 15px;
    font-size: 10px;
    color: #000; }
    #printMain > .pAccom > .pATitle, #printMain > .pAccomI > .pATitle {
      clear: left;
      float: left;
      font-weight: bold; }
    #printMain > .pAccom > .pADim, #printMain > .pAccomI > .pADim {
      clear: left;
      float: left;
      font-weight: bold; }
    #printMain > .pAccom > .pAPara, #printMain > .pAccomI > .pAPara {
      clear: left;
      float: left; }
    #printMain > .pAccom > .pAParaI, #printMain > .pAccomI > .pAParaI {
      clear: left;
      float: left;
      max-width: 390px; }
    #printMain > .pAccom > .pAccomImg, #printMain > .pAccomI > .pAccomImg {
      position: absolute;
      top: 0px;
      right: 0px; }
      #printMain > .pAccom > .pAccomImg > img, #printMain > .pAccomI > .pAccomImg > img {
        width: 150px; }
  #printMain > .pAccom {
    min-height: 20px; }
  #printMain > .pBottom {
    font-size: 8px;
    color: #000; }

.threepanels {
  width: 960px; }

.panel {
  overflow: hidden;
  position: relative;
  float: left;
  width: 306.66667px;
  height: 356.66667px;
  background-color: #DDD; }
  .panel:nth-child(3n + 2) {
    margin: 0 20px; }
  .panel.P3:hover > .caption {
    height: 306.66667px; }
  .panel.P3 > img {
    width: 306.66667px;
    height: 306.66667px; }

.caption {
  width: 306.66667px;
  height: 50px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background-color: #fff;
  color: #333;
  -webkit-transition: height .8s;
  -o-transition: height .8s;
  transition: height .8s; }
  .caption:before {
    content: "";
    position: absolute;
    z-index: 10;
    top: -7px;
    margin-left: 146.33333px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 8px 7px;
    border-color: transparent transparent #003169 transparent; }
  .caption > p {
    color: #fff;
    margin: 0;
    padding: 16.66667px;
    background-color: #003169; }
    .caption > p:last-of-type {
      color: #000;
      background-color: #ccc;
      height: 213px;
      position: relative; }
      .caption > p:last-of-type > img {
        position: absolute;
        bottom: 10px;
        right: 10px;
        width: 70px;
        height: 70px; }

.padda {
  padding: 10px 10px 10px 10px; }

.statcaption {
  width: 306.66667px;
  height: 50px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background-color: #fff;
  color: #333;
  /*-webkit-transition:height .8s;
	transition:height .8s;*/ }
  .statcaption:before {
    content: "";
    position: absolute;
    z-index: 10;
    top: -7px;
    margin-left: 146.33333px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 8px 7px;
    border-color: transparent transparent #003169 transparent; }
  .statcaption > p {
    color: #fff;
    margin: 0;
    padding: 16.66667px;
    background-color: #003169; }
    .statcaption > p:last-of-type {
      /*color:#000;
			background-color:$bgcolor-mid;*/
      height: 213px;
      position: relative; }
      .statcaption > p:last-of-type > img {
        position: absolute;
        bottom: 10px;
        right: 10px;
        width: 70px;
        height: 70px; }

/* Homepage Styles - Prefixed with hp- to avoid conflicts */
/* Homepage Container */
.hp-homepageContainer {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  z-index: 1; }

/* Search Box Styling */
#searchMenuCnt {
  background-color: #BA9954;
  padding: 20px;
  margin: 30px auto 20px auto;
  width: 100%;
  max-width: 800px;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 10; }

#searchMenu {
  background: transparent;
  width: 100%;
  padding: 0;
  margin: 0; }

.hp-searchTabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0; }

.hp-searchTab {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 15px 30px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #00306A;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  border-radius: 8px 8px 0 0;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center; }
  .hp-searchTab:last-child {
    margin-right: 0; }
  .hp-searchTab input[type="radio"] {
    display: none; }
  .hp-searchTab span {
    pointer-events: none; }
  .hp-searchTab.active {
    background-color: #fff;
    -webkit-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1); }
  .hp-searchTab:hover:not(.active) {
    background-color: rgba(255, 255, 255, 0.85); }

.hp-searchFields {
  background-color: #fff;
  padding: 20px;
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); }

.hp-searchRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 10px; }
  .hp-searchRow:last-child {
    margin-bottom: 0; }
  .hp-searchRow.hp-postcodeRow {
    margin-bottom: 15px; }
  .hp-searchRow.hp-filtersRow {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.hp-searchField {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 100px; }
  .hp-searchField.hp-postcodeField {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%; }
  .hp-searchField input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    color: #00306A;
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff; }
    .hp-searchField input:focus {
      outline: none;
      border-color: #BA9954; }
    .hp-searchField input::-webkit-input-placeholder {
      color: #999;
      opacity: 1; }
    .hp-searchField input:-ms-input-placeholder {
      color: #999;
      opacity: 1; }
    .hp-searchField input::-ms-input-placeholder {
      color: #999;
      opacity: 1; }
    .hp-searchField input::placeholder {
      color: #999;
      opacity: 1; }

.hp-searchButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 12px 25px;
  background-color: #BA9954;
  color: #00306A;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  .hp-searchButton:hover {
    background-color: #a88a44; }
  .hp-searchButton svg {
    width: 18px;
    height: 18px; }

/* Selling Banner */
.hp-sellingBanner {
  text-align: center;
  margin: 25px auto;
  max-width: 800px;
  position: relative;
  z-index: 5; }
  .hp-sellingBanner a {
    display: inline-block;
    background-color: #BA9954;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    border-radius: 5px;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }
    .hp-sellingBanner a:hover {
      background-color: #a88a44; }

/* Latest Properties Section */
.hp-latestPropertiesSection {
  margin: 50px auto;
  max-width: 1000px;
  position: relative;
  z-index: 5; }

.hp-propertiesContainer {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  margin-top: 15px; }

.hp-headerButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: -25px;
  position: relative;
  z-index: 10; }

.hp-headerButton {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: inline-block;
  padding: 12px 20px;
  background-color: #00306A;
  color: #BA9954;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  text-align: center; }
  .hp-headerButton:hover {
    background-color: #00204d; }

.hp-sectionTitleBox {
  background-color: #00306A;
  color: #BA9954;
  text-align: center;
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 25px; }
  .hp-sectionTitleBox h2 {
    margin: 0;
    font-size: 30px;
    color: #BA9954;
    font-weight: bold; }

.hp-propertiesGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 25px;
  margin-top: 30px; }

/* Grid Item - matching property index structure */
.hp-gridItemCnt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 320px; }

.hp-gridItem {
  position: relative;
  width: 100%; }

.hp-gridItemDetails {
  display: block;
  background-color: #fff;
  border: 2px solid #00306A;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  -o-transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  text-decoration: none;
  color: inherit; }
  .hp-gridItemDetails:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); }

.hp-gridItemTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 150px; }

.hp-propertyImageContainer {
  width: 55%;
  height: 100%;
  overflow: hidden; }
  .hp-propertyImageContainer img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.hp-iconsContainer {
  width: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 5px;
  background-color: #f8f8f8; }

.hp-iconItem {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .hp-iconItem img {
    max-width: 100%;
    max-height: 100%; }

.hp-propertyInfo {
  width: 30%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-size: 12px;
  background-color: #f8f8f8; }

.hp-infoRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.hp-infoLabel {
  font-weight: 600;
  color: #666;
  font-size: 10px;
  text-transform: uppercase; }

.hp-infoValue {
  font-weight: 500;
  color: #00306A;
  font-size: 14px; }

.hp-gridItemAddress {
  padding: 12px 15px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #eee;
  min-height: 44px; }

.hp-gridItemBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 15px;
  background-color: #fafafa; }

.hp-gridItemPrice {
  font-size: 18px;
  font-weight: 700;
  color: #BA9954; }

.hp-gridItemStatus {
  font-size: 14px;
  font-weight: 600;
  color: #00306A; }

/* Reviews Widget */
.hp-reviewsWidget {
  margin: 50px auto;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  padding: 25px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 5; }

.hp-reviewsHeader {
  width: 280px;
  padding-right: 25px;
  border-right: 1px solid #eee; }

.hp-companyInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.hp-companyLogo {
  width: 80px;
  height: auto;
  margin-bottom: 15px; }

.hp-companyDetails h3 {
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #00306A;
  font-weight: 600; }

.hp-companyDetails .hp-stars {
  color: #fbbc04;
  font-size: 20px;
  margin: 8px 0; }

.hp-companyDetails p {
  margin: 5px 0;
  font-size: 13px;
  color: #666; }

.hp-writeReviewBtn {
  display: inline-block;
  background-color: #00306A;
  color: #fff;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 13px;
  margin-top: 15px;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  .hp-writeReviewBtn:hover {
    background-color: #00204d; }

.hp-reviewsCarousel {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 25px; }

.hp-reviewCard {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 20px; }
  .hp-reviewCard:not(:last-child) {
    border-right: 1px solid #eee; }

.hp-reviewHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 12px; }

.hp-reviewerInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .hp-reviewerInfo strong {
    display: block;
    font-size: 15px;
    color: #333; }
  .hp-reviewerInfo span {
    font-size: 12px;
    color: #999; }

.hp-reviewerAvatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 12px;
  -o-object-fit: cover;
  object-fit: cover; }

.hp-reviewStars {
  color: #fbbc04;
  font-size: 16px;
  margin-bottom: 10px; }

.hp-reviewText {
  font-size: 14px;
  line-height: 1.5;
  color: #555;
  margin-bottom: 12px; }

.hp-readMore {
  color: #00306A;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600; }
  .hp-readMore:hover {
    text-decoration: underline; }

.hp-reviewNavigation {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.hp-navButton {
  background: #fff;
  border: 1px solid #ddd;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  color: #00306A;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }
  .hp-navButton:hover {
    background-color: #00306A;
    color: #fff; }

/* Tried, Tested & Trusted Header Text */
.hp-TriedTestedTrusted {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 56px;
  font-weight: normal;
  color: #00306A;
  text-align: right;
  margin-top: -56px;
  /*margin-right: 20px;*/
  white-space: nowrap; }

.hp-SinceEst {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 30px;
  color: #00306A;
  font-weight: bold;
  text-align: right;
  margin-top: 20px; }

/*@import 'Style/Views/Homepage/_featuredProperty-HP.scss';
@import 'Style/Views/Homepage/_blurredContent.scss';*/
#branchPanel {
  position: relative;
  float: right;
  width: 790px;
  height: 375px; }
  #branchPanel > h1 {
    color: #003169;
    /*margin: 16px 0 40px 0;*/
    text-align: right; }
  #branchPanel > h2, #branchPanel > h3, #branchPanel > h4, #branchPanel > h5, #branchPanel > h6 {
    color: #003169;
    text-align: right; }
  #branchPanel > .left {
    width: 100%; }
    #branchPanel > .left > #detailsSliderCnt {
      width: 468px;
      height: 317px; }
    #branchPanel > .left > .info > .title {
      float: left;
      width: 468px;
      margin-top: 7px; }
    #branchPanel > .left > .info > .details {
      display: block;
      float: right;
      width: 300px;
      /*height:31px;*/ }

#rightPanel {
  position: relative;
  float: right;
  width: 750px;
  min-height: 450px; }
  #rightPanel > h1 {
    color: #003169;
    margin: 16px 0 40px 0;
    text-align: right; }
  #rightPanel > h2, #rightPanel > h3, #rightPanel > h4, #rightPanel > h5, #rightPanel > h6 {
    color: #003169; }
  #rightPanel > .left {
    width: 325px; }
    #rightPanel > .left > img {
      width: 325px; }

.errorInput {
  outline: #f00 auto 6px; }

.valForm > fieldset {
  display: block;
  margin: 8px 100px; }

.valForm > input {
  width: 130px;
  height: 30px;
  display: block;
  margin: 8px auto 40px auto;
  cursor: pointer; }

.valuationInputRow {
  margin: 8px 0; }
  .valuationInputRow > .selectCnt > label, .valuationInputRow > .textareaCnt > label {
    text-align: left;
    width: 100%;
    display: block;
    margin-left: 46px;
    padding-bottom: 5px; }
  .valuationInputRow > .selectCnt {
    float: left;
    width: 33%; }
    .valuationInputRow > .selectCnt > select {
      margin: 0 auto;
      display: block;
      width: 150px; }
  .valuationInputRow > .textareaCnt {
    float: left;
    width: 50%; }
    .valuationInputRow > .textareaCnt.single {
      float: none;
      margin: 0 auto; }
    .valuationInputRow > .textareaCnt > textarea {
      margin: 0 auto;
      display: block;
      width: 300px;
      height: 60px;
      margin-left: 46px; }

.regInputRow {
  margin: 8px 0; }
  .regInputRow > .selectCnt > label, .regInputRow > .textareaCnt > label {
    text-align: left;
    width: 100%;
    display: block;
    /*margin-left: 46px;*/
    padding-bottom: 5px; }
  .regInputRow > .textareaCnt {
    float: left;
    /*width: 50%;*/ }
    .regInputRow > .textareaCnt.single {
      /*float: none;*/
      margin: 0 auto; }
    .regInputRow > .textareaCnt > textarea {
      margin: 0 auto;
      display: block;
      width: 750px;
      height: 60px;
      /*margin-left: 46px;*/ }

.formHeader {
  text-align: center;
  margin: 20px 0; }

.valContactInfo {
  float: left;
  width: 40%; }
  .valContactInfo:nth-child(2) {
    margin-left: 10%; }
  .valContactInfo > h4 {
    text-align: left; }

.valInput {
  margin: 12px 0; }
  .valInput > label {
    float: left;
    display: block;
    width: 70px;
    text-align: right;
    padding-right: 8px; }
  .valInput > input {
    width: 180px; }
  .valInput > input[type=checkbox] {
    float: right;
    width: initial; }

.valSpecInput > div {
  margin-left: -22px;
  width: 100px;
  float: left; }
  .valSpecInput > div > input {
    float: right; }
  .valSpecInput > div > p {
    padding: 3px 6px 0 0;
    font-size: 11px;
    text-align: right; }

.valSpecInput > textarea {
  width: 180px;
  height: 50px; }

#showOnSubmit > h2 {
  margin: 15px 0; }

#showOnSubmit > p {
  margin: 15px 0 30px 0; }

#hideOnSubmit > h2, #hideOnSubmit > p {
  display: block;
  width: 760px;
  margin: 0 auto; }

#hideOnSubmit > p {
  margin: 7px auto 14px auto; }

.serviceHeaders > .servicesheader1 {
  font-size: 20px;
  font-weight: normal; }

.serviceHeaders > .servicesheader2 {
  float: right; }

.newsarticle {
  border-left: 1px solid #888888;
  padding-left: 18px;
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 730px;
  float: right; }

.newslist {
  width: 180px;
  float: left;
  margin: 0 30px 0 0; }
  .newslist > .horzLine {
    border-top: 4px solid #bc994e;
    width: 105%; }
  .newslist > ul {
    list-style-type: none;
    padding: 0; }
    .newslist > ul > .newsListItem {
      margin-top: 5px; }
      .newslist > ul > .newsListItem.active > a {
        /*color:#000;*/
        font-weight: 700; }
        .newslist > ul > .newsListItem.active > a:hover {
          color: #bc994e; }
          .newslist > ul > .newsListItem.active > a:hover > .arrow {
            opacity: 1; }
            .newslist > ul > .newsListItem.active > a:hover > .arrow:after {
              border: 5px solid #000;
              border-width: 3px 0 0 3px; }
        .newslist > ul > .newsListItem.active > a > .arrow {
          opacity: 1; }
          .newslist > ul > .newsListItem.active > a > .arrow:after {
            border: 5px solid #bc994e;
            border-width: 3px 0 0 3px;
            -webkit-transition: border .4s ease;
            -o-transition: border .4s ease;
            transition: border .4s ease; }
      .newslist > ul > .newsListItem > a {
        position: relative;
        display: block;
        color: #666;
        padding: 5px 10px;
        width: 170px;
        line-height: 22px;
        -webkit-box-shadow: 0px 2px 2px -2px rgba(34, 34, 34, 0.6);
        box-shadow: 0px 2px 2px -2px rgba(34, 34, 34, 0.6);
        -webkit-transition: color .4s ease;
        -o-transition: color .4s ease;
        transition: color .4s ease; }
        .newslist > ul > .newsListItem > a:hover {
          color: #bc994e; }
          .newslist > ul > .newsListItem > a:hover > .arrow {
            opacity: 1; }
        .newslist > ul > .newsListItem > a > span {
          margin-left: 20px; }
        .newslist > ul > .newsListItem > a > .arrow {
          position: absolute;
          float: left;
          width: 12px;
          height: 16px;
          top: calc(50% - 8px);
          opacity: .5;
          -webkit-transition: opacity .4s ease;
          -o-transition: opacity .4s ease;
          transition: opacity .4s ease; }
          .newslist > ul > .newsListItem > a > .arrow:after {
            position: absolute;
            content: "";
            display: block;
            width: 5px;
            height: 5px;
            border: 5px solid #000;
            top: 4px;
            right: 5px;
            border-width: 3px 0 0 3px;
            -ms-transform: rotate(135deg);
            -webkit-transform: rotate(135deg); }
      .newslist > ul > .newsListItem > img {
        height: 100px;
        float: left;
        margin-right: 15px; }
      .newslist > ul > .newsListItem > h3 {
        margin: 10px 0 0 0; }
      .newslist > ul > .newsListItem > p {
        margin: 10px 0 0 0; }

.newsListItem {
  color: #333;
  display: block; }
  .newsListItem:after {
    content: '';
    display: block;
    clear: both; }
  .newsListItem > img {
    height: 100px;
    float: left;
    margin-right: 15px; }
  .newsListItem > h3 {
    margin: 10px 0 0 0; }
  .newsListItem > p {
    margin: 10px 0 0 0; }

.newsTextCnt {
  width: 430px;
  margin-left: 15px;
  float: left; }
  .newsTextCnt > .newsItemTitle > a {
    font-size: 18px;
    color: #023A78;
    text-decoration: none; }
  .newsTextCnt > .newsItemShortText {
    padding-top: 10px;
    font-size: 16px; }

.newsArticleLeft {
  width: 28.5%;
  float: left;
  margin-right: 1.5%; }

.newsArticleRight {
  width: 70%;
  float: right; }
  .newsArticleRight > .imgTitle {
    width: 100%; }
    .newsArticleRight > .imgTitle > img {
      width: 100%;
      min-height: 100px; }
    .newsArticleRight > .imgTitle > span {
      background-color: rgba(255, 255, 255, 0.8);
      padding: 5px;
      position: relative;
      bottom: 35px;
      color: #023A78;
      font-size: 18px; }

.HaveAHome {
  background-color: #bc994e;
  padding: 4px;
  width: 250px;
  text-align: center;
  margin-top: 10px;
  border: 1px solid #ccc; }
  .HaveAHome a {
    font-weight: 600;
    color: black; }

/*Manage/Checkout pages*/
.manageAccountCol {
  width: 32%;
  float: left;
  margin-right: 1.3%; }
  .manageAccountCol > .formRow > input, .manageAccountCol > .formRow > select {
    float: right; }
  .manageAccountCol > div {
    margin: 2px 0;
    padding: 2px 0;
    height: 21px;
    line-height: 26px;
    font-size: 11px; }

.COMfieldset {
  padding: 5px;
  margin: 1% 0;
  border: 1px solid #ccc; }

.fifty {
  width: 46.1%;
  margin: 1%; }
  .fifty.left {
    margin-left: 0; }
  .fifty.right {
    margin-right: 0; }

.fiftyless {
  width: 46.4%;
  margin: 1%; }
  .fiftyless:nth-of-type(even) {
    margin-left: 0; }

/*Manage/Checkout pages end*/
.PriceDisp {
  text-align: center;
  width: 100%;
  font-size: 15px;
  font-weight: 900; }

.COMaddToCartList {
  float: right;
  display: block;
  position: relative;
  z-index: 5; }

.SoloPriceCnt {
  float: right;
  display: inline-block;
  position: relative;
  z-index: 5; }

#COMitemAdded {
  position: fixed;
  z-index: 600;
  left: 50%;
  margin: 20px 0 0 -70px;
  width: 120px;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #eee;
  display: none; }

/*commerce Container begin*/
#COMcnt {
  width: 958px;
  border: 1px solid #000;
  background-color: #fff;
  font-size: 13px; }
  #COMcnt .padded {
    width: 918px;
    padding: 20px; }

#COMheader {
  margin-bottom: 8px;
  width: 100%;
  height: 41px;
  line-height: 41px;
  background-color: #fff; }
  #COMheader > h2 {
    color: #069;
    font-size: 20px;
    margin-left: 10px;
    float: left; }

/*commerce Container end*/
/*cart begin*/
.PQtys {
  margin: 0 auto;
  display: block;
  text-align: center; }

/*cart end*/
/*checkout page begin*/
select.COMinput {
  height: 20px;
  margin-top: 3px; }

.COMinput {
  width: 93%;
  margin-bottom: 3px; }
  .COMinput.short {
    width: 30%; }

.formRow {
  clear: both;
  margin-bottom: 5px; }
  .formRow > span, .formRow > label {
    float: left;
    width: 37%;
    line-height: 22px;
    font-size: 12px; }
  .formRow > .COMi, .formRow > input, .formRow > select, .formRow > select.COMi {
    float: left;
    width: 60%;
    margin: 0; }
    .formRow > .COMi::after, .formRow > input::after, .formRow > select::after, .formRow > select.COMi::after {
      content: "";
      clear: both; }
  .formRow > b > span {
    font-weight: 100;
    display: block; }
  .formRow > b > select, .formRow > b > input {
    float: left;
    width: 90%; }

.errorVal {
  clear: both;
  float: left; }

/*checkout page end*/
#rightDesc > img {
  width: 286px;
  background-color: #fff;
  margin-top: 8px; }

#rightDesc > div {
  width: 270px;
  background-color: #fff;
  display: inline-block;
  padding: 8px;
  margin: 8px 0; }
  #rightDesc > div > h2 {
    margin: 0 0 0 6px; }

.fusebox {
  cursor: pointer; }

.branchEmployees {
  width: 640px; }

.employeeProfile {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  vertical-align: top; }
  .employeeProfile:nth-child(3n+3) {
    margin-right: 0; }
  .employeeProfile > .COMprofileinfo {
    display: block;
    float: left;
    width: 640px; }
    .employeeProfile > .COMprofileinfo > .COMitem {
      display: block;
      float: left; }
      .employeeProfile > .COMprofileinfo > .COMitem > img {
        width: 163px;
        margin-right: 10px;
        margin-bottom: 5px; }
    .employeeProfile > .COMprofileinfo > a > .COMtitle {
      width: 468px;
      margin-top: 8px;
      font-size: 18px;
      -webkit-transition: color .4s;
      -o-transition: color .4s;
      transition: color .4s; }
      .employeeProfile > .COMprofileinfo > a > .COMtitle > strong {
        font-size: 14px;
        font-style: italic; }
      .employeeProfile > .COMprofileinfo > a > .COMtitle:hover {
        color: #69F; }

html,
body {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  color: #444;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 24px; }

html, body, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #555; }

.left {
  float: left; }

.right {
  float: right; }

.map {
  float: right;
  width: 425px; }

.clear {
  clear: both; }

.requiredField {
  color: red;
  font-weight: bold; }

a {
  text-decoration: none;
  color: #003169; }

#wrapper {
  position: relative;
  z-index: 1;
  top: 0px;
  bottom: 0px;
  left: 0;
  width: 100%;
  /*overflow:auto;*/
  -webkit-overflow-scrolling: touch; }

#scroller {
  position: absolute;
  z-index: 1;
  /*overflow:auto;*/
  -webkit-overflow-scrolling: touch; }

#HPcontent {
  min-height: 625px;
  z-index: 20; }
