@import url(https://fonts.googleapis.com/css?family=Lato:400,900italic,900,700italic,700,400italic,300italic,300,100italic,100);
@import url(https://fonts.googleapis.com/css?family=Poppins:400,300,500,700,600);
/* atom LAYOUT */
/* ========================== */
/* ====== Will Hampson ====== */
/* ========================== */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: black !important;
  background-image: none;
  color: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
form {
  -webkit-appearance: none;
}
form input[type="text"],
form input[type="email"],
form select,
form button,
form textarea,
form option {
  -webkit-appearance: none;
  font-family: 'Poppins', sans-serif;
  color: #1e1e1e;
  background: white;
  padding-left: 15px !important;
  letter-spacing: 1px;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form select:focus,
form button:focus,
form textarea:focus,
form option:focus {
  outline: none !important;
}
form input:focus,
form select:focus,
form textarea:focus,
form form:focus,
form button:focus {
  outline: 0 !important;
}
form option:focus {
  background-color: #FFF;
  outline: none;
  border: none;
  box-shadow: none;
}
form fieldset {
  width: 100%;
}
form option:checked {
  box-shadow: 0 0 10px 100px #ffb7b7 inset !important;
}
form a {
  display: block;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 54px;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #1e1e1e;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  background-color: transparent;
  border: 1px solid #1e1e1e;
  letter-spacing: 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  margin: 16px 0 32px 0;
}
form a:focus,
form a:hover,
form a:active {
  background-color: #ff0200;
  color: #ffffff;
  border-color: #ff0200;
  transition: all 0.5s;
}
form input,
form select,
form textarea,
form .ms-parent.suburb {
  width: 100%;
  border: 1px solid #7f7f7f;
  transition: all 0.5s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 5px;
  letter-spacing: 5px;
  font-size: 16px;
  font-weight: 400;
}
form input:hover,
form select:hover,
form textarea:hover,
form .ms-parent.suburb:hover {
  border: 1px solid #1e1e1e;
  transition: all 0.5s;
}
form .ms-parent.suburb {
  width: intial;
  background: white;
}
form input,
form select,
form .ms-parent.suburb {
  height: 55px !important;
  line-height: 55px !important;
}
form textarea {
  resize: none;
  padding-top: 15px !important;
  height: 220px;
}
form .ms-parent.suburb button {
  height: 55px !important;
  line-height: 55px !important;
  background: transparent !important;
  border: none !important;
  outline: -webkit-focus-ring-color auto 0px !important;
}
form .ms-parent.suburb span {
  color: #1e1e1e !important;
  right: 0px;
  bottom: 0px;
}
form .ms-parent.suburb .ms-drop.bottom {
  margin-left: -8px;
  border: 2px solid #7f7f7f;
  border-radius: 0;
  margin-top: 0px;
  transition: all 0.5s;
}
form .ms-parent.suburb .ms-drop.bottom label {
  height: 25px;
  cursor: pointer;
}
form .ms-parent.suburb .ms-drop.bottom label input {
  width: inherit !important;
  border: none;
  line-height: 25px;
  height: 25px;
}
form .ms-parent.suburb .ms-drop.bottom label:hover {
  color: #ff0200;
}
form .ms-parent.suburb .ms-search input:hover {
  border: 1px solid #aaa;
}
form .ms-parent.suburb .ms-choice div {
  top: 10px;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
}
#staff-homepage-alpha {
  padding-top: 70px;
}
#staff-homepage-alpha .top-article {
  padding-top: 16px;
  max-width: 300px;
  margin: 0 auto;
  display: block;
}
#staff-homepage-alpha .top-article a {
  display: block;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 54px;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #1e1e1e;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  background-color: transparent;
  border: 1px solid #1e1e1e;
  letter-spacing: 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  margin: 16px 0 32px 0;
}
#staff-homepage-alpha .top-article a:focus,
#staff-homepage-alpha .top-article a:hover,
#staff-homepage-alpha .top-article a:active {
  background-color: #ff0200;
  color: #ffffff;
  border-color: #ff0200;
  transition: all 0.5s;
}
#staff-homepage-alpha .top-article article {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}
#staff-homepage-alpha .top-article h2 {
  text-align: center;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 24px;
  font-weight: 400;
}
#staff-homepage-alpha #item-image-slideshow-bravo {
  position: relative;
}
#staff-homepage-alpha .item-container {
  text-align: center;
}
#staff-homepage-alpha .item-container .left {
  padding: 0 10%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#staff-homepage-alpha .item-container .left h1 {
  padding-bottom: 16px;
}
#staff-homepage-alpha .item-container .right .row {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px 10%;
}
#staff-homepage-alpha .item-container .right .image {
  background-size: cover;
  background-position: 50% 50%;
  height: 0;
  padding-bottom: 130%;
}
#staff-homepage-alpha .parallax-slideshow {
  display: none;
  position: relative;
}
#staff-homepage-alpha .parallax-slideshow .bx-controls-direction {
  display: none;
}
#staff-homepage-alpha .content-container .heading {
  text-align: center;
  padding-bottom: 16px;
}
#staff-homepage-alpha #map-canvas {
  height: 500px;
  display: block;
}
#staff-homepage-alpha .map-heading {
  text-align: center;
  font-size: 26px;
  letter-spacing: 5px;
  margin-bottom: 24px;
  font-weight: 400;
  line-height: 26px;
}
#staff-homepage-alpha .infobox-listings-map {
  display: block;
  width: 300px;
}
#staff-homepage-alpha .close-info-box {
  color: #1e1e1e;
  font-size: 15px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  z-index: 10;
}
#staff-homepage-alpha .close-info-box:hover {
  color: #ff0200;
}
#staff-homepage-alpha .info-box-link {
  position: relative;
  display: block;
  width: 300px;
  text-decoration: none;
  color: #1e1e1e;
}
#staff-homepage-alpha .listing-box-container {
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px 15px 10px 10px;
  background: white;
  border: 1px solid black;
  display: block;
  height: 105px;
  width: 300px;
}
#staff-homepage-alpha .listing-box-container .left {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
  width: 40%;
  height: 105px;
}
#staff-homepage-alpha .listing-box-container .left img {
  width: 100%;
}
#staff-homepage-alpha .listing-box-container .left .image-wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 0;
  padding-bottom: 70%;
}
#staff-homepage-alpha .listing-box-container .right {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 10px;
  float: left;
  width: 60%;
}
#staff-homepage-alpha .listing-box-container .right h1 {
  letter-spacing: 2px;
  font-size: 15px;
  text-align: left;
  line-height: 15px;
}
#staff-homepage-alpha .listing-box-container .right h2 {
  letter-spacing: 2px;
  font-size: 13px;
  text-align: left;
  line-height: 13px;
  text-transform: uppercase;
  padding-top: 4px;
}
#staff-homepage-alpha .listing-box-container .right #button {
  height: 30px;
  line-height: 30px;
  position: absolute;
  bottom: 10px;
  left: 40%;
  width: 120px;
  margin-left: 10px;
  margin-bottom: 0;
}
#staff-homepage-alpha .social-media {
  display: block;
  padding: 16px 8px;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#staff-homepage-alpha .social-media h2 {
  text-align: center;
  font-size: 26px;
  letter-spacing: 5px;
  margin-bottom: 16px;
  font-weight: 400;
  line-height: 26px;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #staff-homepage-alpha {
    padding-top: 70px;
  }
  #staff-homepage-alpha #item-image-slideshow-bravo ul li h2 {
    position: absolute;
    text-align: center;
    width: 100%;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    font-size: 30px;
    padding: 0 20%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 30px;
    letter-spacing: 8px;
    text-transform: uppercase;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 19%;
    background: rgba(0, 0, 0, 0.2);
  }
  #staff-homepage-alpha .top-article {
    padding-top: 24px;
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }
  #staff-homepage-alpha .top-article a {
    display: block;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 54px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #1e1e1e;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    background-color: transparent;
    border: 1px solid #1e1e1e;
    letter-spacing: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    margin: 16px 0 32px 0;
    margin: 24px 0 48px 0;
  }
  #staff-homepage-alpha .top-article a:focus,
  #staff-homepage-alpha .top-article a:hover,
  #staff-homepage-alpha .top-article a:active {
    background-color: #ff0200;
    color: #ffffff;
    border-color: #ff0200;
    transition: all 0.5s;
  }
  #staff-homepage-alpha .top-article article {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
  }
  #staff-homepage-alpha .top-article h2 {
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 36px;
    font-weight: 400;
  }
  #staff-homepage-alpha .item-container {
    display: inline-block;
    text-align: right;
  }
  #staff-homepage-alpha .item-container .left {
    padding: 0;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #staff-homepage-alpha .item-container .left h1 {
    padding-bottom: 24px;
  }
  #staff-homepage-alpha .item-container .right {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #staff-homepage-alpha .item-container .right .row {
    padding: 0 24px 24px 24px;
  }
  #staff-homepage-alpha .item-container .right .image {
    height: 0;
    padding-bottom: 130%;
  }
  #staff-homepage-alpha .parallax-slideshow {
    width: 100%;
    height: 500px;
    display: block;
  }
  #staff-homepage-alpha .parallax-slideshow #testimonial-slideshow {
    height: 500px;
    background-size: cover;
    background-position: 50% 0%;
  }
  #staff-homepage-alpha .parallax-slideshow #testimonial-slideshow li {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #staff-homepage-alpha .parallax-slideshow #testimonial-slideshow li .info-wrapper {
    padding: 60px;
  }
  #staff-homepage-alpha .parallax-slideshow #testimonial-slideshow li .info-wrapper .inner-wrapper {
    position: relative;
    height: 370px;
    text-align: right;
    background: rgba(30, 30, 30, 0.8);
    color: white;
    padding: 24px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #staff-homepage-alpha .parallax-slideshow #testimonial-slideshow li .info-wrapper .inner-wrapper h1 {
    display: block;
    padding-bottom: 24px;
    font-size: 20px;
  }
  #staff-homepage-alpha .parallax-slideshow #testimonial-slideshow li .info-wrapper .inner-wrapper span {
    font-size: 12px;
  }
  #staff-homepage-alpha .parallax-slideshow #testimonial-slideshow li .info-wrapper .inner-wrapper em {
    position: absolute;
    right: 24px;
    bottom: 24px;
    display: block;
    font-style: italic;
    font-size: 12px;
  }
  #staff-homepage-alpha .parallax-slideshow #testimonial-slideshow .bx-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #staff-homepage-alpha .map-heading {
    font-size: 26px;
    letter-spacing: 5px;
    margin-bottom: 36px;
  }
  #staff-homepage-alpha .social-media {
    display: block;
    padding: 24px;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #staff-homepage-alpha .social-media h2 {
    margin-top: 12px;
    margin-bottom: 36px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #staff-homepage-alpha {
    padding-top: 70px;
  }
  #staff-homepage-alpha #item-image-slideshow-bravo ul li h2 {
    padding: 0 35%;
    padding-top: 31%;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 10px;
  }
  #staff-homepage-alpha .top-article {
    padding-top: 0;
    max-width: 400px;
    line-height: 22px;
  }
  #staff-homepage-alpha .top-article a {
    display: block;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 54px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #1e1e1e;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    background-color: transparent;
    border: 1px solid #1e1e1e;
    letter-spacing: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    margin: 16px 0 32px 0;
    margin: 24px 0 48px 0;
  }
  #staff-homepage-alpha .top-article a:focus,
  #staff-homepage-alpha .top-article a:hover,
  #staff-homepage-alpha .top-article a:active {
    background-color: #ff0200;
    color: #ffffff;
    border-color: #ff0200;
    transition: all 0.5s;
  }
  #staff-homepage-alpha .top-article article {
    font-size: 14px;
    font-weight: 400;
  }
  #staff-homepage-alpha .top-article h2 {
    text-align: center;
    font-size: 26px;
    text-transform: capitalize;
    letter-spacing: 5px;
    margin-bottom: 36px;
    font-weight: 400;
    letter-spacing: 6px;
    font-size: 30px;
  }
  #staff-homepage-alpha .item-container {
    display: inline-block;
  }
  #staff-homepage-alpha .item-container .left.scroll,
  #staff-homepage-alpha .item-container .right.scroll {
    transform: translateX(0px);
    opacity: 1;
    transition: all 2s;
  }
  #staff-homepage-alpha .item-container .left {
    opacity: 0;
    transform: translateX(-100px);
    padding-top: 80px;
    transition: all 2s;
  }
  #staff-homepage-alpha .item-container .left h1 {
    padding-bottom: 40px;
  }
  #staff-homepage-alpha .item-container .right {
    opacity: 0;
    transform: translateX(100px);
    transition: all 2s;
  }
  #staff-homepage-alpha .item-container .right .row {
    padding: 40px;
  }
  #staff-homepage-alpha .item-container .right .image {
    height: 0;
    padding-bottom: 130%;
  }
  #staff-homepage-alpha .parallax-slideshow {
    height: 500px;
  }
  #staff-homepage-alpha .parallax-slideshow #testimonial-slideshow {
    height: 500px;
  }
  #staff-homepage-alpha .parallax-slideshow #testimonial-slideshow li .info-wrapper .inner-wrapper {
    padding: 40px;
    height: 370px;
    max-width: 900px;
    margin: 0 auto;
  }
  #staff-homepage-alpha .parallax-slideshow #testimonial-slideshow li .info-wrapper .inner-wrapper em {
    right: 40px;
    bottom: 40px;
  }
  #staff-homepage-alpha .content-container .heading {
    padding-bottom: 30px;
    padding-top: 10px;
  }
  #staff-homepage-alpha .content-container li {
    width: 50%;
    padding: 2.5px;
  }
  #staff-homepage-alpha .content-container li a .image {
    height: 300px;
  }
  #staff-homepage-alpha .map-heading {
    font-size: 26px;
    letter-spacing: 5px;
    margin-bottom: 36px;
  }
  #staff-homepage-alpha .social-media {
    display: block;
    padding: 24px;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #staff-homepage-alpha .social-media h2 {
    margin-top: 12px;
    margin-bottom: 36px;
  }
}
.content-container {
  max-width: 1030px;
  margin: 0 auto;
  display: block;
}
.content-container ul {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px;
}
.content-container ul li.hide {
  opacity: 0;
  transition: all 1s;
}
.content-container ul li {
  position: relative;
  opacity: 1;
  transition: all 1s;
  width: 100%;
  display: block;
  max-width: 425px;
  margin: 0 auto 2px auto;
}
.content-container ul li a {
  position: relative;
  text-decoration: none;
  color: white;
  display: block;
}
.content-container ul li a .image {
  background-size: cover;
  background-position: 50% 50%;
  height: 250px;
}
.content-container ul li a .underlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.content-container ul li a h2 {
  margin: 20% 0 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  word-spacing: -0.15em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 5px;
  font-size: 28px;
  text-transform: uppercase;
  -ms-transform: scale(0.9);
  /* IE 9 */
  -webkit-transform: scale(0.9);
  /* Chrome, Safari, Opera */
  transform: scale(0.9);
  line-height: 28px;
  padding: 0 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.content-container ul li a h3 {
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  float: left;
  width: auto;
  text-transform: uppercase;
  font-size: 11px;
  padding-right: 5px;
}
.content-container ul li a .bbc-wrapper {
  display: inline-block;
}
.content-container ul li a .bbc-wrapper .container {
  width: auto;
  display: inline-block;
}
.content-container ul li a .bbc-wrapper em {
  padding-left: 5px;
}
.content-container figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.content-container p {
  padding: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -ms-transform: scale(1.5);
  /* IE 9 */
  -webkit-transform: scale(1.5);
  /* Chrome, Safari, Opera */
  transform: scale(1.5);
  letter-spacing: 1px;
  font-size: 14px;
  text-align: center;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  /* IE 9 */
  padding: 0 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.content-container P:nth-child(2) {
  font-size: 18px;
  padding-top: 0;
}
.content-container p:nth-child(3) {
  font-size: 12px;
  padding-top: 40px;
}
.content-container figure.effect-ming figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  /*border: 2px solid #fff;*/
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.4, 1.4, 1);
  transform: scale3d(1.4, 1.4, 1);
  -ms-transform: scale3d(1.4, 1.4, 1);
  /* IE 9 */
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  /* IE 9 */
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  .content-container {
    width: 100%;
    display: inline-block;
    padding-bottom: 40px;
  }
  .content-container ul {
    width: 100%;
    display: inline-block;
  }
  .content-container .one-place li {
    width: 100%;
  }
  .content-container .one-place li a {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  .content-container .end-two-place li:last-child {
    width: 100%;
  }
  .content-container .end-two-place li:last-child a {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  .content-container ul li {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    max-width: none;
    padding: 1px;
  }
  .content-container ul li a .image {
    height: 240px;
  }
  .content-container ul li:nth-child(1),
  .content-container ul li:nth-child(2) {
    padding-top: 0;
  }
  .content-container ul li:nth-child(even) {
    padding-right: 0;
  }
  .content-container ul li:nth-child(odd) {
    padding-left: 0;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #staff-homepage-alpha .content-container ul li {
    width: 50% !important;
    max-width: none;
  }
  .content-container {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
  }
  .content-container ul {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 16px;
  }
  .content-container ul li {
    transition: all 1s;
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Safari */
    transform: translateY(0px);
  }
  .content-container ul li.hide {
    transition: all 1s;
    -ms-transform: translateY(50px);
    /* IE 9 */
    -webkit-transform: translateY(50px);
    /* Safari */
    transform: translateY(50px);
  }
  .content-container ul li.hide {
    opacity: 0;
    transition: all 1s;
  }
  .content-container ul li:nth-child(3n+1) {
    padding: 2px 2px 2px 0;
  }
  .content-container ul li:nth-child(3n+2) {
    padding: 2px 2px 2px 2px;
  }
  .content-container ul li:nth-child(3n+3) {
    padding: 2px 0 2px 2px;
  }
  .content-container ul li.hover a .underlay {
    background-color: rgba(0, 0, 0, 0.5) !important;
    transition: all 0.35s;
  }
  .content-container ul li {
    padding: 1px;
    overflow: hidden;
    opacity: 1;
    transition: all 1s;
    width: 33.33%;
    display: block;
    max-width: none;
    margin: 0;
  }
  .content-container ul li a {
    position: relative;
    text-decoration: none;
    color: white;
    display: block;
  }
  .content-container ul li a .image {
    background-size: cover;
    background-position: 50% 50%;
    height: 250px;
  }
  .content-container ul li a .underlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1) !important;
    z-index: 1;
    opacity: 1;
    transition: all 0.35s;
  }
  .content-container ul li a h2 {
    margin: 20% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    word-spacing: -0.15em;
    font-weight: 500;
    text-align: center;
    letter-spacing: 5px;
    font-size: 28px;
    text-transform: uppercase;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
  }
  .content-container ul li a h3 {
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    float: left;
    width: auto;
    text-transform: uppercase;
    font-size: 11px;
    padding-right: 5px;
  }
  .content-container ul li a .bbc-wrapper {
    display: inline-block;
  }
  .content-container ul li a .bbc-wrapper .container {
    width: auto;
    display: inline-block;
  }
  .content-container ul li a .bbc-wrapper em {
    padding-left: 5px;
  }
  .content-container figure.effect-ming:hover figcaption:before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    /* IE 9 */
  }
  .content-container figure.effect-ming:hover h2 {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -ms-transform: scale(0.9);
    /* IE 9 */
  }
  .content-container figure.effect-ming:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    /* IE 9 */
  }
  .content-container figure.effect-ming:hover .underlay {
    opacity: 1;
    transition: all 0.35s;
  }
  .content-container figcaption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
  .content-container p {
    padding: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -ms-transform: scale(1.5);
    /* IE 9 */
    letter-spacing: 1px;
    font-size: 14px;
    text-align: center;
  }
  .content-container P:nth-child(2) {
    font-size: 18px;
    padding-top: 0;
  }
  .content-container p:nth-child(3) {
    font-size: 12px;
    padding-top: 35px;
  }
  .content-container figure.effect-ming figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1);
    -ms-transform: scale3d(1.4, 1.4, 1.4);
    /* IE 9 */
  }
}
.top-container {
  position: relative;
}
.top-container #item-image-slideshow-bravo,
.top-container #item-image-slideshow-echo {
  height: 0;
  padding-bottom: 40%;
}
.top-container #item-image-slideshow-bravo ul,
.top-container #item-image-slideshow-echo ul {
  height: 0;
  padding-bottom: 40%;
}
.top-container #item-image-slideshow-bravo ul li,
.top-container #item-image-slideshow-echo ul li {
  height: 0;
  padding-bottom: 40%;
  background-size: cover;
  background-position: 50% 50%;
}
.top-container #item-image-slideshow-bravo ul li .image,
.top-container #item-image-slideshow-echo ul li .image {
  background-size: cover;
  background-position: 50% 50%;
  height: 0;
  padding-bottom: 40%;
}
.top-container #item-image-slideshow-bravo ul li .overlay-background,
.top-container #item-image-slideshow-echo ul li .overlay-background {
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.top-container .page-heading h1 {
  padding: 16px 16px 8px 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 6px;
  font-size: 18px;
}
.top-container .page-heading.click {
  cursor: pointer;
  position: relative;
}
.top-container .page-heading.click h1:after {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  background: #1e1e1e;
  width: 0;
  margin: 0 auto;
  text-align: center;
  transition: all 0.5s;
}
.top-container .page-heading.click:hover h1:after {
  width: 290px;
  transition: all 0.5s;
}
.top-container .sub-heading {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  .top-container .page-heading h1 {
    padding: 24px 24px 12px 24px;
    letter-spacing: 5px;
    font-size: 20px;
  }
  .top-container .page-heading h1 i {
    font-size: 18px;
  }
  .top-container .page-heading.click:hover h1:after {
    width: 410px;
    transition: all 0.5s;
  }
  .top-container .sub-heading {
    letter-spacing: 3px;
    font-size: 14px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  .top-container #item-image-slideshow-echo,
  .top-container #item-image-slideshow-bravo {
    height: 550px;
    padding-bottom: 0;
  }
  .top-container #item-image-slideshow-echo ul,
  .top-container #item-image-slideshow-bravo ul {
    height: 550px;
    padding-bottom: 0;
  }
  .top-container #item-image-slideshow-echo ul li,
  .top-container #item-image-slideshow-bravo ul li {
    height: 550px;
    padding-bottom: 0;
  }
  .top-container #item-image-slideshow-echo ul li .image,
  .top-container #item-image-slideshow-bravo ul li .image {
    height: 550px;
    padding-bottom: 0;
    background-attachment: fixed;
  }
  .top-container .page-heading h1 {
    padding: 30px 30px 20px 30px;
    letter-spacing: 6px;
    font-size: 22px;
  }
  .top-container .page-heading h1 i {
    font-size: 20px;
  }
  .top-container sub-heading {
    padding-bottom: 20px;
  }
}
#listings-oscar {
  display: block;
  padding-top: 50px;
}
#listings-oscar .sort-by,
#listings-oscar i,
#listings-oscar h1:after,
#listings-oscar .form-wrapper {
  display: none !important;
}
#listings-oscar h1 {
  cursor: default;
}
#listings-oscar section {
  width: 100%;
  display: inline-block;
}
.loading-spinner {
  display: none;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #listings-oscar {
    padding-top: 50px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #listings-oscar {
    padding-top: 70px;
  }
}
#staff-listing-show-alpha {
  display: block;
  padding-top: 50px;
  /*#listing-open-form-alpha{
		#opens{
			border: none;
			li{
				position: relative;
				width: 100%;
				display: inline-block;
				.padding-inner();
				padding: @global-padding-mobile;
				background-color: @page-bg;
				margin-bottom: @global-padding-mobile;
				transition: all 0.5s;
				cursor: pointer;
				height: 75px;
				border: 1px solid @brand-secondary;
				.label-hover{
					color: white;
					transition: all 0.5s;
					div:nth-child(3){
						border-color: white;
					}
				}
				label{
					position: absolute;
					top: 0;
					left: 0;
					right: 0;
					bottom: 0;
					z-index: 40;
					font-weight: 600;
					text-transform: uppercase;
					font-size: 12px;
					input{
						display: none;
					}
					div{
						width: 60%;
						float: left;
						.padding-inner();
						text-align: center;
						padding-top: 15px;
						em{

						}
					}
					div:nth-child(2){
						em{
							display: inline-block !important;
							padding-bottom: 0;
						}
					}
					div:nth-child(3){
						width: 40%;
						text-align: center;
						border-left: 1px solid #c1c1c1;
						height: 75px;
						line-height: 75px;
						padding-top: 0;
						em{
							padding-top: 20px;
							display: none !important;
						}
						span{
							padding-top: 20px;
							display: block;
						}
					}
					span{

					}
				}
				.overlay{
					position: absolute;
					top: 0;
					left: 0;
					bottom: 0;
					background-color: @brand;
					z-index: 20;
					width: 0;
					opacity: 0;
					transition: all 0.5s;
				}
				.overlay.hover{
					opacity: 1;
					width: 100%;
					transition: all 0.5s;
				}
				&:hover, &.added{
					color: white;
					border: transparent;
					transition: all 0.5s;
					.overlay{
						opacity: 1;
						width: 100%;
						transition: all 0.5s;
					}
				}
			}
			.added{
				transition: all 0.5s;
				color: white;
				background-color: @brand;
				border: transparent;
				label{
					div:nth-child(3){
						em{
							display:block !important;
						}
						span{
							display: none;
						}
					}
					div:nth-child(3){
						border-color: @body-bg;
					}
				}
			}



		}
	}*/
}
#staff-listing-show-alpha #quarter > ul > div {
  display: none;
}
#staff-listing-show-alpha #quarter > ul > div:nth-child(1),
#staff-listing-show-alpha #quarter > ul > div:nth-child(2),
#staff-listing-show-alpha #quarter > ul > div:nth-child(3) {
  display: block !important;
}
#staff-listing-show-alpha a {
  text-decoration: none !important;
}
#staff-listing-show-alpha h1 {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
}
#staff-listing-show-alpha h2 {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  /*text-transform: uppercase;*/
}
#staff-listing-show-alpha h3 {
  /*font-size: 18px;*/
  font-family: 'Poppins', sans-serif;
}
#staff-listing-show-alpha span {
  line-height: 20px;
  font-family: 'Poppins', sans-serif;
}
#staff-listing-show-alpha #map-top {
  height: 350px;
  width: 100%;
  display: block;
}
#staff-listing-show-alpha #map-top #map_canvas {
  height: 350px;
}
#staff-listing-show-alpha .top-section {
  position: relative;
}
#staff-listing-show-alpha .top-section .slideshow-one {
  height: 0;
  padding-bottom: 80%;
  overflow: hidden;
}
#staff-listing-show-alpha .top-section .slideshow-one .bx-two li {
  height: 0;
  padding-bottom: 20%;
  background-size: cover;
  background-position: 50% 50%;
}
#staff-listing-show-alpha .top-section #item-image-slideshow-bravo {
  height: 0;
  padding-bottom: 65%;
  overflow: hidden;
}
#staff-listing-show-alpha .top-section #item-image-slideshow-bravo ul li {
  height: 0;
  padding-bottom: 9%;
  background-size: cover;
  background-position: 50% 50%;
}
#staff-listing-show-alpha .middle-section {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px;
}
#staff-listing-show-alpha .middle-section .left .price {
  display: block;
  padding: 0 0 8px 0;
}
#staff-listing-show-alpha .middle-section .left .bbc-mobile {
  display: inline-block;
  padding: 16px 0;
}
#staff-listing-show-alpha .middle-section .left .bbc-mobile h1,
#staff-listing-show-alpha .middle-section .left .bbc-mobile span {
  float: left;
}
#staff-listing-show-alpha .middle-section .left .bbc-mobile h1 {
  display: inline-block;
  padding-right: 4px;
}
#staff-listing-show-alpha .middle-section .left .bbc-mobile span {
  display: inline-block;
  padding-right: 8px;
}
#staff-listing-show-alpha .middle-section .left .text {
  clear: both;
}
#staff-listing-show-alpha .middle-section .left .text h2 {
  padding-bottom: 16px;
  font-size: 18px;
  /*text-transform: uppercase;*/
}
#staff-listing-show-alpha .middle-section .left .text .features {
  padding-top: 16px;
}
#staff-listing-show-alpha .middle-section .left .text .features h2 {
  font-size: 18px;
  /*text-transform: uppercase;*/
}
#staff-listing-show-alpha .middle-section .left .text .features span {
  display: block;
  width: 100%;
}
#staff-listing-show-alpha .middle-section .right .auction-time {
  text-decoration: none;
  color: #1e1e1e;
}
#staff-listing-show-alpha .middle-section .right .auction-time:hover {
  color: #ff0200;
}
#staff-listing-show-alpha .middle-section .right .auction-time i {
  padding-right: 5px;
}
#staff-listing-show-alpha .middle-section .right h2 {
  padding-bottom: 16px;
}
#staff-listing-show-alpha .middle-section .right .bbc-desktop {
  display: none;
}
#staff-listing-show-alpha .middle-section .right .open-times {
  display: block;
  padding: 16px 0 0 0;
}
#staff-listing-show-alpha .middle-section .right .open-times .container h2 {
  display: none !important;
}
#staff-listing-show-alpha .middle-section .right .open-times li {
  padding-left: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-bottom: 8px;
}
#staff-listing-show-alpha .middle-section .right .open-times a {
  text-decoration: none;
  color: #1e1e1e;
  width: 100%;
  display: block;
}
#staff-listing-show-alpha .middle-section .right .open-times a h1,
#staff-listing-show-alpha .middle-section .right .open-times a i,
#staff-listing-show-alpha .middle-section .right .open-times a h2,
#staff-listing-show-alpha .middle-section .right .open-times a em {
  font-size: 12px;
  width: auto;
  display: inline-block;
  padding-bottom: 0;
  letter-spacing: 1px;
}
#staff-listing-show-alpha .middle-section .right .open-times a h1:nth-child(2) {
  display: none;
}
#staff-listing-show-alpha .middle-section .right .open-times a i {
  color: #1e1e1e;
  font-size: 20px;
  display: block;
  padding-right: 8px;
  float: left;
  margin-left: -30px;
}
#staff-listing-show-alpha .middle-section .right .open-times a:hover {
  color: #ff0200;
}
#staff-listing-show-alpha .middle-section .right .open-times label input {
  height: 15px !important;
  width: 15px !important;
  vertical-align: bottom;
  margin-right: 8px;
}
#staff-listing-show-alpha .middle-section .right .open-times #opens {
  padding: 8px 0;
}
#staff-listing-show-alpha .middle-section .right .open-times #opens li {
  padding-bottom: 8px;
}
#staff-listing-show-alpha .middle-section .right .open-times fieldset {
  padding-bottom: 8px;
}
#staff-listing-show-alpha .middle-section .right .open-times #preregister-btn {
  display: block;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 54px;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #1e1e1e;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  background-color: transparent;
  border: 1px solid #1e1e1e;
  letter-spacing: 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  margin: 16px 0 32px 0;
  margin-top: 0;
}
#staff-listing-show-alpha .middle-section .right .open-times #preregister-btn:focus,
#staff-listing-show-alpha .middle-section .right .open-times #preregister-btn:hover,
#staff-listing-show-alpha .middle-section .right .open-times #preregister-btn:active {
  background-color: #ff0200;
  color: #ffffff;
  border-color: #ff0200;
  transition: all 0.5s;
}
#staff-listing-show-alpha .middle-section .right .resources {
  padding: 16px 0;
  display: block;
}
#staff-listing-show-alpha .middle-section .right .resources .btn-wrapper.gallery {
  display: none;
}
#staff-listing-show-alpha .middle-section .right .resources div span,
#staff-listing-show-alpha .middle-section .right .resources div a {
  display: block;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 54px;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #1e1e1e;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  background-color: transparent;
  border: 1px solid #1e1e1e;
  letter-spacing: 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  margin: 16px 0 32px 0;
  margin-bottom: 2px !important;
}
#staff-listing-show-alpha .middle-section .right .resources div span:focus,
#staff-listing-show-alpha .middle-section .right .resources div a:focus,
#staff-listing-show-alpha .middle-section .right .resources div span:hover,
#staff-listing-show-alpha .middle-section .right .resources div a:hover,
#staff-listing-show-alpha .middle-section .right .resources div span:active,
#staff-listing-show-alpha .middle-section .right .resources div a:active {
  background-color: #ff0200;
  color: #ffffff;
  border-color: #ff0200;
  transition: all 0.5s;
}
#staff-listing-show-alpha .middle-section .right .resources div:last-child a {
  margin-bottom: 0;
}
#staff-listing-show-alpha .middle-section .right .resources #print-btn {
  display: none;
}
#staff-listing-show-alpha .middle-section .right .sale-method {
  padding-top: 16px;
}
#staff-listing-show-alpha .middle-section .right .share {
  padding-top: 16px;
}
#staff-listing-show-alpha .middle-section .right .share a {
  position: relative;
  width: 30px;
  text-align: center;
  display: inline-block;
  margin: 0 7px;
  text-decoration: none;
}
#staff-listing-show-alpha .middle-section .right .share a i {
  color: #1e1e1e;
  font-size: 30px;
  position: relative;
  display: block;
  transition: all 0.5s;
}
#staff-listing-show-alpha .middle-section .right .share .social.facebook:hover i {
  transition: all 0.5s;
  color: #3b5998;
}
#staff-listing-show-alpha .middle-section .right .share .social.twitter:hover i {
  transition: all 0.5s;
  color: #55acee;
}
#staff-listing-show-alpha .middle-section .right .share .social.pinit:hover i {
  transition: all 0.5s;
  color: #c8232c;
}
#staff-listing-show-alpha .middle-section .right .share #emailAFriendButton:hover i {
  transition: all 0.5s;
  color: #ff0200;
}
#staff-listing-show-alpha .middle-section .right .share a:nth-child(2) {
  margin-left: 0;
}
#staff-listing-show-alpha .middle-section .right .share a:hover:after {
  opacity: 1;
  top: 22px;
  transition: all 0.5s;
}
#staff-listing-show-alpha .middle-section .right .share form {
  margin-top: 16px;
}
#staff-listing-show-alpha .middle-section .right .share form fieldset {
  margin-bottom: 8px;
}
#staff-listing-show-alpha .middle-section .right .share form .fieldset_message {
  margin-bottom: 4px;
}
#staff-listing-show-alpha .middle-section .right .share form .fieldset_send {
  margin-bottom: 0;
}
#staff-listing-show-alpha .middle-section .right .share form .fieldset_send input {
  display: block;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 54px;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #1e1e1e;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  background-color: transparent;
  border: 1px solid #1e1e1e;
  letter-spacing: 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  margin: 16px 0 32px 0;
  margin: 0;
}
#staff-listing-show-alpha .middle-section .right .share form .fieldset_send input:focus,
#staff-listing-show-alpha .middle-section .right .share form .fieldset_send input:hover,
#staff-listing-show-alpha .middle-section .right .share form .fieldset_send input:active {
  background-color: #ff0200;
  color: #ffffff;
  border-color: #ff0200;
  transition: all 0.5s;
}
#staff-listing-show-alpha #map {
  height: 500px;
  display: block;
}
#staff-listing-show-alpha #map #map_canvas {
  display: block;
  height: 500px;
}
#staff-listing-show-alpha .bottom {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px;
}
#staff-listing-show-alpha .bottom .open-times {
  padding: 16px 0;
}
#staff-listing-show-alpha .bottom .open-times em {
  display: block;
  padding-bottom: 16px;
  line-height: 17px;
}
#staff-listing-show-alpha .bottom .open-times strong {
  width: 100%;
}
#staff-listing-show-alpha .bottom .open-times .blurb {
  line-height: 17px;
  display: block;
  padding-bottom: 16px;
}
#staff-listing-show-alpha .bottom .open-times #opens li {
  padding-bottom: 12px;
  text-align: left;
  float: left;
}
#staff-listing-show-alpha .bottom .open-times #opens li label {
  line-height: 19px;
}
#staff-listing-show-alpha .bottom .open-times #opens li label input[type="checkbox"] {
  height: 14px !important;
  line-height: 15px !important;
}
#staff-listing-show-alpha .bottom .open-times #opens li label input {
  height: 15px;
  line-height: 15px;
  float: left;
  width: 15px;
  margin-right: 10px;
}
#staff-listing-show-alpha .bottom .open-times .opens-form {
  clear: both;
  padding-top: 16px;
  display: block;
}
#staff-listing-show-alpha .bottom .open-times .opens-form fieldset {
  padding-bottom: 8px;
}
#staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_submit input {
  display: block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 54px;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #1e1e1e;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  background-color: transparent;
  border: 1px solid #1e1e1e;
  letter-spacing: 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  margin: 16px 0 32px 0;
  width: 100%;
  margin-top: 0;
}
#staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_submit input:focus,
#staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_submit input:hover,
#staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_submit input:active {
  background-color: #ff0200;
  color: #ffffff;
  border-color: #ff0200;
  transition: all 0.5s;
}
#staff-listing-show-alpha .bottom .open-times .container h2 {
  padding-bottom: 16px;
  display: block;
}
#staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a {
  display: inline-flex;
  text-decoration: none;
  color: #1e1e1e;
}
#staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a h1,
#staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a h2,
#staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a em {
  padding-right: 4px;
  font-size: 14px;
}
#staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a .hover {
  display: none;
}
#staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a:hover h1,
#staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a:hover h2,
#staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a:hover em {
  color: #ff0200;
}
#staff-listing-show-alpha .bottom .enquire h1 {
  padding-bottom: 16px;
  display: block;
  text-transform: uppercase;
}
#staff-listing-show-alpha .bottom .enquire form fieldset {
  margin-bottom: 8px;
}
#staff-listing-show-alpha .bottom .enquire form .fieldset_submit {
  margin-bottom: 0;
}
#staff-listing-show-alpha .bottom .enquire form .fieldset_submit input {
  display: block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 54px;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #1e1e1e;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  background-color: transparent;
  border: 1px solid #1e1e1e;
  letter-spacing: 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  margin: 16px 0 32px 0;
  width: 100%;
}
#staff-listing-show-alpha .bottom .enquire form .fieldset_submit input:focus,
#staff-listing-show-alpha .bottom .enquire form .fieldset_submit input:hover,
#staff-listing-show-alpha .bottom .enquire form .fieldset_submit input:active {
  background-color: #ff0200;
  color: #ffffff;
  border-color: #ff0200;
  transition: all 0.5s;
}
#staff-listing-show-alpha .bottom .agent {
  padding: 16px 0;
  display: block;
}
#staff-listing-show-alpha .bottom .agent h1 {
  text-transform: uppercase;
}
#staff-listing-show-alpha .bottom .agent .wrapper {
  width: 75%;
}
#staff-listing-show-alpha .bottom .agent h1 {
  padding-bottom: 16px;
}
#staff-listing-show-alpha .bottom .agent .image {
  height: 0;
  padding-bottom: 50%;
}
#staff-listing-show-alpha .bottom .agent a {
  display: block;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 54px;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #1e1e1e;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  background-color: transparent;
  border: 1px solid #1e1e1e;
  letter-spacing: 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  margin: 16px 0 32px 0;
}
#staff-listing-show-alpha .bottom .agent a:focus,
#staff-listing-show-alpha .bottom .agent a:hover,
#staff-listing-show-alpha .bottom .agent a:active {
  background-color: #ff0200;
  color: #ffffff;
  border-color: #ff0200;
  transition: all 0.5s;
}
#staff-listing-show-alpha .bottom #similar-listings {
  padding: 0 0 16px 0;
  display: block;
}
#staff-listing-show-alpha .bottom #similar-listings h1 {
  text-transform: uppercase;
  padding-bottom: 16px;
}
#staff-listing-show-alpha .bottom #similar-listings .wrapper {
  width: 100% !important;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #staff-listing-show-alpha {
    padding-top: 50px;
  }
  #staff-listing-show-alpha h1 {
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
  }
  #staff-listing-show-alpha h2 {
    font-size: 23px;
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
  }
  #staff-listing-show-alpha h3 {
    /*font-size: 18px;*/
    font-family: 'Poppins', sans-serif;
  }
  #staff-listing-show-alpha span {
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
  }
  #staff-listing-show-alpha #map-top {
    height: 400px;
    width: 100%;
    display: block;
  }
  #staff-listing-show-alpha #map-top #map_canvas {
    height: 400px;
  }
  #staff-listing-show-alpha .top-section {
    position: relative;
  }
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo {
    height: 0;
    padding-bottom: 65%;
    overflow: hidden;
  }
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo ul li {
    height: 0;
    padding-bottom: 9%;
    background-size: cover;
    background-position: 50% 50%;
  }
  #staff-listing-show-alpha .middle-section {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 24px;
  }
  #staff-listing-show-alpha .middle-section .left {
    width: 60%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 40px;
  }
  #staff-listing-show-alpha .middle-section .left .price {
    display: block;
    padding: 12px 0 12px 0;
  }
  #staff-listing-show-alpha .middle-section .left .bbc-mobile {
    display: inline-block;
    padding: 24px 0;
  }
  #staff-listing-show-alpha .middle-section .left .bbc-mobile h1,
  #staff-listing-show-alpha .middle-section .left .bbc-mobile span {
    float: left;
  }
  #staff-listing-show-alpha .middle-section .left .bbc-mobile h1 {
    display: inline-block;
    padding-right: 6px;
  }
  #staff-listing-show-alpha .middle-section .left .bbc-mobile span {
    display: inline-block;
    padding-right: 12px;
  }
  #staff-listing-show-alpha .middle-section .left .text {
    clear: both;
  }
  #staff-listing-show-alpha .middle-section .left .text h2 {
    padding-bottom: 24px;
  }
  #staff-listing-show-alpha .middle-section .left .text .features {
    padding-top: 24px;
  }
  #staff-listing-show-alpha .middle-section .left .text .features span {
    display: block;
    width: 100%;
  }
  #staff-listing-show-alpha .middle-section .right {
    width: 40%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #staff-listing-show-alpha .middle-section .right .auction-time {
    padding-top: 12px;
    display: inline-block;
  }
  #staff-listing-show-alpha .middle-section .right h2 {
    padding-bottom: 24px;
  }
  #staff-listing-show-alpha .middle-section .right .bbc-desktop {
    display: none;
  }
  #staff-listing-show-alpha .middle-section .right .open-times {
    display: block;
    padding: 24px 0;
  }
  #staff-listing-show-alpha .middle-section .right .open-times h2 {
    padding-bottom: 12px;
  }
  #staff-listing-show-alpha .middle-section .right .open-times ul li {
    width: 100% !important;
    height: auto;
    padding-bottom: 10px;
  }
  #staff-listing-show-alpha .middle-section .right .open-times ul li a h1,
  #staff-listing-show-alpha .middle-section .right .open-times ul li a i,
  #staff-listing-show-alpha .middle-section .right .open-times ul li a h2,
  #staff-listing-show-alpha .middle-section .right .open-times ul li a em {
    line-height: 12px;
  }
  #staff-listing-show-alpha .middle-section .right .open-times ul li a i {
    padding-top: 4px;
  }
  #staff-listing-show-alpha .middle-section .right .open-times li {
    margin: 0 !important;
  }
  #staff-listing-show-alpha .middle-section .right .open-times #listing-open-form-alpha {
    margin-top: -35px;
  }
  #staff-listing-show-alpha .middle-section .right .resources {
    padding: 24px 0;
    padding-top: 24px;
    display: block;
  }
  #staff-listing-show-alpha .middle-section .right .resources div span,
  #staff-listing-show-alpha .middle-section .right .resources div a {
    display: block;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 54px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #1e1e1e;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    background-color: transparent;
    border: 1px solid #1e1e1e;
    letter-spacing: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    margin: 16px 0 32px 0;
    margin-bottom: 12px;
  }
  #staff-listing-show-alpha .middle-section .right .resources div span:focus,
  #staff-listing-show-alpha .middle-section .right .resources div a:focus,
  #staff-listing-show-alpha .middle-section .right .resources div span:hover,
  #staff-listing-show-alpha .middle-section .right .resources div a:hover,
  #staff-listing-show-alpha .middle-section .right .resources div span:active,
  #staff-listing-show-alpha .middle-section .right .resources div a:active {
    background-color: #ff0200;
    color: #ffffff;
    border-color: #ff0200;
    transition: all 0.5s;
  }
  #staff-listing-show-alpha .middle-section .right .resources div:last-child a {
    margin-bottom: 0;
  }
  #staff-listing-show-alpha .middle-section .right .resources #print-btn {
    display: none;
  }
  #staff-listing-show-alpha .middle-section .right .sale-method {
    padding-top: 0;
  }
  #staff-listing-show-alpha .middle-section .right .sale-method h2 {
    padding-bottom: 0;
  }
  #staff-listing-show-alpha .middle-section .right .sale-method span {
    padding-top: 12px;
    display: block;
  }
  #staff-listing-show-alpha .middle-section .right .sale-method.no-opens {
    padding-top: 24px;
  }
  #staff-listing-show-alpha .middle-section .right .share {
    padding-left: 24px;
    border-left: 1px solid #ff0200;
  }
  #staff-listing-show-alpha .middle-section .right .share a {
    position: relative;
    width: 30px;
    text-align: center;
    display: inline-block;
    margin: 0 9px;
    text-decoration: none;
  }
  #staff-listing-show-alpha .middle-section .right .share a i {
    color: #1e1e1e;
    font-size: 30px;
    position: relative;
    display: block;
    transition: all 0.5s;
  }
  #staff-listing-show-alpha .middle-section .right .share .social.facebook:hover i {
    transition: all 0.5s;
    color: #3b5998;
  }
  #staff-listing-show-alpha .middle-section .right .share .social.twitter:hover i {
    transition: all 0.5s;
    color: #55acee;
  }
  #staff-listing-show-alpha .middle-section .right .share .social.pinit:hover i {
    transition: all 0.5s;
    color: #c8232c;
  }
  #staff-listing-show-alpha .middle-section .right .share #emailAFriendButton:hover i {
    transition: all 0.5s;
    color: #ff0200;
  }
  #staff-listing-show-alpha .middle-section .right .share a:nth-child(2) {
    margin-left: 0;
  }
  #staff-listing-show-alpha .middle-section .right .share a:hover:after {
    opacity: 1;
    top: 22px;
    transition: all 0.5s;
  }
  #staff-listing-show-alpha .middle-section .right .share form {
    margin-top: 24px;
  }
  #staff-listing-show-alpha .middle-section .right .share form fieldset {
    margin-bottom: 12px;
  }
  #staff-listing-show-alpha .middle-section .right .share form .fieldset_email,
  #staff-listing-show-alpha .middle-section .right .share form .fieldset_senderName {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
  }
  #staff-listing-show-alpha .middle-section .right .share form .fieldset_senderName {
    /*padding-right: @global-padding-tablet/2;*/
  }
  #staff-listing-show-alpha .middle-section .right .share form .fieldset_email {
    /*padding-left: @global-padding-tablet/2;*/
  }
  #staff-listing-show-alpha .middle-section .right .share form .fieldset_send {
    clear: both;
  }
  #staff-listing-show-alpha .middle-section .right .share form .fieldset_send input {
    display: block;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 54px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #1e1e1e;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    background-color: transparent;
    border: 1px solid #1e1e1e;
    letter-spacing: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    margin: 16px 0 32px 0;
    margin-top: 2px;
  }
  #staff-listing-show-alpha .middle-section .right .share form .fieldset_send input:focus,
  #staff-listing-show-alpha .middle-section .right .share form .fieldset_send input:hover,
  #staff-listing-show-alpha .middle-section .right .share form .fieldset_send input:active {
    background-color: #ff0200;
    color: #ffffff;
    border-color: #ff0200;
    transition: all 0.5s;
  }
  #staff-listing-show-alpha .middle-section .right .open-times,
  #staff-listing-show-alpha .middle-section .right .sale-method,
  #staff-listing-show-alpha .middle-section .right .resources {
    clear: both;
    border-left: 1px solid #ff0200;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 24px;
  }
  #staff-listing-show-alpha #map {
    padding-top: 24px;
    clear: both;
    height: 500px;
    display: block;
  }
  #staff-listing-show-alpha #map #map_canvas {
    display: block;
    height: 500px;
  }
  #staff-listing-show-alpha .bottom {
    clear: both;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 24px 24px 24px 24px;
  }
  #staff-listing-show-alpha .bottom .open-times {
    padding: 0 0;
    padding-bottom: 24px;
  }
  #staff-listing-show-alpha .bottom .open-times h2 {
    text-align: center;
  }
  #staff-listing-show-alpha .bottom .open-times em {
    text-align: center;
    display: block;
    padding-bottom: 24px;
    line-height: 17px;
  }
  #staff-listing-show-alpha .bottom .open-times strong {
    width: 50%;
    margin: 0 auto;
  }
  #staff-listing-show-alpha .bottom .open-times .blurb {
    line-height: 17px;
    display: block;
    padding-bottom: 24px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
  }
  #staff-listing-show-alpha .bottom .open-times #opens li {
    padding-bottom: 12px;
  }
  #staff-listing-show-alpha .bottom .open-times #opens li label {
    line-height: 19px;
  }
  #staff-listing-show-alpha .bottom .open-times #opens li label input {
    height: 15px;
    line-height: 15px;
    float: left;
    width: 15px;
    margin-right: 10px;
  }
  #staff-listing-show-alpha .bottom .open-times .opens-form {
    clear: both;
    padding-top: 24px;
    display: block;
    max-width: 700px;
    margin: 0 auto;
  }
  #staff-listing-show-alpha .bottom .open-times .opens-form fieldset {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-bottom: 12px;
  }
  #staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_first_name,
  #staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_email_address {
    padding-right: 6px;
  }
  #staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_surname,
  #staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_mobile {
    padding-left: 6px;
  }
  #staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_submit {
    width: 100%;
  }
  #staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_submit input {
    display: block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 54px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #1e1e1e;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    background-color: transparent;
    border: 1px solid #1e1e1e;
    letter-spacing: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    margin: 16px 0 32px 0;
    width: 100%;
  }
  #staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_submit input:focus,
  #staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_submit input:hover,
  #staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_submit input:active {
    background-color: #ff0200;
    color: #ffffff;
    border-color: #ff0200;
    transition: all 0.5s;
  }
  #staff-listing-show-alpha .bottom .open-times .container h2 {
    padding-bottom: 24px;
    display: block;
  }
  #staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a {
    display: inline-flex;
    text-decoration: none;
    color: #1e1e1e;
  }
  #staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a h1,
  #staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a h2,
  #staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a em {
    padding-right: 4px;
    font-size: 14px;
    line-height: 22px;
  }
  #staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a .hover {
    display: none;
  }
  #staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a:hover h1,
  #staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a:hover h2,
  #staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a:hover em {
    color: #ff0200;
  }
  #staff-listing-show-alpha .bottom .enquire h1 {
    padding-bottom: 24px;
    display: block;
  }
  #staff-listing-show-alpha .bottom .enquire form fieldset {
    margin-bottom: 12px;
  }
  #staff-listing-show-alpha .bottom .enquire form .fieldset_first_name,
  #staff-listing-show-alpha .bottom .enquire form .fieldset_surname,
  #staff-listing-show-alpha .bottom .enquire form .fieldset_email_address,
  #staff-listing-show-alpha .bottom .enquire form .fieldset_mobile {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #staff-listing-show-alpha .bottom .enquire form .fieldset_first_name,
  #staff-listing-show-alpha .bottom .enquire form .fieldset_email_address {
    padding-right: 6px;
  }
  #staff-listing-show-alpha .bottom .enquire form .fieldset_surname,
  #staff-listing-show-alpha .bottom .enquire form .fieldset_mobile {
    padding-left: 6px;
  }
  #staff-listing-show-alpha .bottom .enquire form .fieldset_submit {
    clear: both;
    margin-bottom: 0;
  }
  #staff-listing-show-alpha .bottom .enquire form .fieldset_submit input {
    display: block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 54px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #1e1e1e;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    background-color: transparent;
    border: 1px solid #1e1e1e;
    letter-spacing: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    margin: 16px 0 32px 0;
    width: 100%;
  }
  #staff-listing-show-alpha .bottom .enquire form .fieldset_submit input:focus,
  #staff-listing-show-alpha .bottom .enquire form .fieldset_submit input:hover,
  #staff-listing-show-alpha .bottom .enquire form .fieldset_submit input:active {
    background-color: #ff0200;
    color: #ffffff;
    border-color: #ff0200;
    transition: all 0.5s;
  }
  #staff-listing-show-alpha .bottom .agent {
    padding: 24px 0;
    display: block;
  }
  #staff-listing-show-alpha .bottom .agent .wrapper {
    width: 100% !important;
    float: left;
  }
  #staff-listing-show-alpha .bottom .agent .wrapper .bottom {
    width: 100%;
    text-align: center;
  }
  #staff-listing-show-alpha .bottom .agent .wrapper .bottom h1 {
    width: 100%;
    text-align: center;
  }
  #staff-listing-show-alpha .bottom .agent h1 {
    padding-bottom: 24px;
    text-align: center;
  }
  #staff-listing-show-alpha .bottom .agent .list-container {
    width: 50%;
    margin: 0 auto;
    display: block;
  }
  #staff-listing-show-alpha .bottom #similar-listings {
    padding: 0 0 24px 0;
    display: block;
  }
  #staff-listing-show-alpha .bottom #similar-listings h1 {
    padding-bottom: 24px;
  }
  #staff-listing-show-alpha .bottom #similar-listings .wrapper {
    width: 33.33% !important;
  }
  #staff-listing-show-alpha .bottom #similar-listings .wrapper li {
    width: 100% !important;
  }
  #staff-listing-show-alpha #listing-open-form-alpha #opens {
    max-width: 650px;
    display: block;
    margin: 0 auto;
  }
  #staff-listing-show-alpha #listing-open-form-alpha #opens li {
    margin-bottom: 0;
    margin-top: 12px;
    width: 48.5%;
    float: left;
  }
  #staff-listing-show-alpha #listing-open-form-alpha #opens li:nth-child(1),
  #staff-listing-show-alpha #listing-open-form-alpha #opens li:nth-child(2) {
    margin-top: 0;
  }
  #staff-listing-show-alpha #listing-open-form-alpha #opens li:nth-child(odd) {
    margin-right: 6px;
  }
  #staff-listing-show-alpha #listing-open-form-alpha #opens li:nth-child(even) {
    margin-left: 6px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #staff-listing-show-alpha {
    padding-top: 70px;
  }
  #staff-listing-show-alpha h1 {
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    line-height: 35px;
  }
  #staff-listing-show-alpha h2 {
    font-size: 23px;
    font-family: 'Poppins', sans-serif;
  }
  #staff-listing-show-alpha h3 {
    /*font-size: 18px;*/
    font-family: 'Poppins', sans-serif;
  }
  #staff-listing-show-alpha span {
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
  }
  #staff-listing-show-alpha #map-top {
    height: 500px;
    width: 100%;
    display: block;
  }
  #staff-listing-show-alpha #map-top #map_canvas {
    height: 500px;
  }
  #staff-listing-show-alpha .top-section {
    position: relative;
  }
  #staff-listing-show-alpha .top-section .top-options.second-slideshow {
    background-color: #ffffff;
  }
  #staff-listing-show-alpha .top-section .slideshow-one {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
    height: 0;
    padding-bottom: 31%;
    overflow: hidden;
  }
  #staff-listing-show-alpha .top-section .slideshow-one .bx-two li {
    height: 0;
    padding-bottom: 14%;
    background-size: cover;
    background-position: 50% 50%;
  }
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo {
    height: 500px;
    padding-bottom: 0;
    overflow: hidden;
  }
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo ul li {
    height: 500px;
    padding-bottom: 0;
    background-size: cover;
    background-position: 50% 50%;
  }
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo {
    margin-left: -800px !important;
    position: relative;
  }
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo #left-border,
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo #right-border {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 50;
    width: 610px;
  }
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo #left-border {
    left: 240px !important;
  }
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo #right-border {
    right: -520px;
    width: 625px;
  }
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo .bx-next {
    right: 20px !important;
  }
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo .bx-prev {
    left: 870px !important;
  }
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo li {
    width: 850px !important;
  }
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo #image-overlay {
    left: 1200px !important;
  }
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo .bx-pager {
    margin-left: 600px;
    margin-top: 40px;
  }
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo .bx-controls .bx-prev {
    left: 0;
    position: absolute;
  }
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo .bx-controls .bx-next {
    position: absolute;
    right: 0;
  }
  #staff-listing-show-alpha .middle-section {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 40px;
  }
  #staff-listing-show-alpha .middle-section .left.animation {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Safari */
    transform: translateY(0px);
    opacity: 1;
    transition: all 1.5s;
  }
  #staff-listing-show-alpha .middle-section .left {
    -ms-transform: translateY(100px);
    /* IE 9 */
    -webkit-transform: translateY(100px);
    /* Safari */
    transform: translateY(100px);
    opacity: 0;
    transition: all 1.5s;
  }
  #staff-listing-show-alpha .middle-section .left .price {
    display: block;
    padding: 0 0 20px 0;
  }
  #staff-listing-show-alpha .middle-section .left .bbc-mobile {
    display: none;
    padding: 40px 0;
  }
  #staff-listing-show-alpha .middle-section .left .bbc-mobile h1,
  #staff-listing-show-alpha .middle-section .left .bbc-mobile span {
    float: left;
  }
  #staff-listing-show-alpha .middle-section .left .bbc-mobile h1 {
    display: inline-block;
    padding-right: 10px;
  }
  #staff-listing-show-alpha .middle-section .left .bbc-mobile span {
    display: inline-block;
    padding-right: 20px;
  }
  #staff-listing-show-alpha .middle-section .left .text {
    clear: both;
  }
  #staff-listing-show-alpha .middle-section .left .text h2 {
    padding-bottom: 20px;
  }
  #staff-listing-show-alpha .middle-section .left .text .features {
    padding-top: 40px;
  }
  #staff-listing-show-alpha .middle-section .left .text .features span {
    display: block;
    width: 33.33%;
    float: left;
  }
  #staff-listing-show-alpha .middle-section .right.animation {
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Safari */
    transform: translateX(0px);
    opacity: 1;
    transition: all 1.5s;
  }
  #staff-listing-show-alpha .middle-section .right.line:before {
    height: 100%;
    transition: all 1.5s;
  }
  #staff-listing-show-alpha .middle-section .right:before {
    content: "";
    height: 0px;
    width: 1px;
    background: #ff0200;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 1.5s;
  }
  #staff-listing-show-alpha .middle-section .right {
    position: relative;
    -ms-transform: translateX(100px);
    /* IE 9 */
    -webkit-transform: translateX(100px);
    /* Safari */
    transform: translateX(100px);
    opacity: 0;
    transition: all 1.5s;
  }
  #staff-listing-show-alpha .middle-section .right .sale-method,
  #staff-listing-show-alpha .middle-section .right .open-times,
  #staff-listing-show-alpha .middle-section .right .resources,
  #staff-listing-show-alpha .middle-section .right .share {
    border-left: transparent !important;
  }
  #staff-listing-show-alpha .middle-section .right h2 {
    padding-bottom: 20px;
    font-size: 18px !important;
    text-transform: uppercase;
  }
  #staff-listing-show-alpha .middle-section .right .auction-time {
    padding-top: 20px;
    display: block;
  }
  #staff-listing-show-alpha .middle-section .right .bbc-desktop {
    display: block;
  }
  #staff-listing-show-alpha .middle-section .right .bbc-desktop .wrapper h1 {
    padding-right: 0;
  }
  #staff-listing-show-alpha .middle-section .right .bbc-desktop .wrapper span {
    padding-right: 18px;
  }
  #staff-listing-show-alpha .middle-section .right .open-times {
    display: block;
    padding: 30px 0;
  }
  #staff-listing-show-alpha .middle-section .right .open-times ul {
    padding-top: 20px;
  }
  #staff-listing-show-alpha .middle-section .right .open-times ul li {
    line-height: 12px !important;
    padding-bottom: 20px !important;
    white-space: nowrap;
  }
  #staff-listing-show-alpha .middle-section .right .open-times ul li a {
    letter-spacing: 1px;
    line-height: 0px;
    height: auto;
  }
  #staff-listing-show-alpha .middle-section .right .open-times ul li i {
    margin-top: 0px !important;
  }
  #staff-listing-show-alpha .middle-section .right .open-times ul li a h1,
  #staff-listing-show-alpha .middle-section .right .open-times ul li a i,
  #staff-listing-show-alpha .middle-section .right .open-times ul li a h2,
  #staff-listing-show-alpha .middle-section .right .open-times ul li a em {
    line-height: 12px;
  }
  #staff-listing-show-alpha .middle-section .right .open-times ul li a i {
    padding-top: 0px !important;
  }
  #staff-listing-show-alpha .middle-section .right .open-times #opens li {
    margin: 0 !important;
  }
  #staff-listing-show-alpha .middle-section .right .open-times #opens label {
    font-size: 12px !important;
    line-height: 25px;
    letter-spacing: 1px !important;
  }
  #staff-listing-show-alpha .middle-section .right .resources {
    padding: 30px 0;
    padding-top: 0;
    display: block;
  }
  #staff-listing-show-alpha .middle-section .right .resources div span,
  #staff-listing-show-alpha .middle-section .right .resources div a {
    display: block;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 54px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #1e1e1e;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    background-color: transparent;
    border: 1px solid #1e1e1e;
    letter-spacing: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    margin: 16px 0 32px 0;
    margin-bottom: 10px;
  }
  #staff-listing-show-alpha .middle-section .right .resources div span:focus,
  #staff-listing-show-alpha .middle-section .right .resources div a:focus,
  #staff-listing-show-alpha .middle-section .right .resources div span:hover,
  #staff-listing-show-alpha .middle-section .right .resources div a:hover,
  #staff-listing-show-alpha .middle-section .right .resources div span:active,
  #staff-listing-show-alpha .middle-section .right .resources div a:active {
    background-color: #ff0200;
    color: #ffffff;
    border-color: #ff0200;
    transition: all 0.5s;
  }
  #staff-listing-show-alpha .middle-section .right .resources div:last-child a {
    margin-bottom: 0;
  }
  #staff-listing-show-alpha .middle-section .right .resources #print-btn {
    display: none;
  }
  #staff-listing-show-alpha .middle-section .right .sale-method {
    padding-top: 30px !important;
  }
  #staff-listing-show-alpha .middle-section .right .sale-method.no-opens {
    padding-top: 30px !important;
  }
  #staff-listing-show-alpha .middle-section .right .sale-method h2 {
    padding-bottom: 0;
  }
  #staff-listing-show-alpha .middle-section .right .share a {
    position: relative;
    width: 30px;
    text-align: center;
    display: inline-block;
    margin: 0 9px;
    text-decoration: none;
  }
  #staff-listing-show-alpha .middle-section .right .share a i {
    color: #1e1e1e;
    font-size: 30px;
    position: relative;
    display: block;
    transition: all 0.5s;
  }
  #staff-listing-show-alpha .middle-section .right .share .social.facebook:hover i {
    transition: all 0.5s;
    color: #3b5998;
  }
  #staff-listing-show-alpha .middle-section .right .share .social.twitter:hover i {
    transition: all 0.5s;
    color: #55acee;
  }
  #staff-listing-show-alpha .middle-section .right .share .social.pinit:hover i {
    transition: all 0.5s;
    color: #c8232c;
  }
  #staff-listing-show-alpha .middle-section .right .share #emailAFriendButton:hover i {
    transition: all 0.5s;
    color: #ff0200;
  }
  #staff-listing-show-alpha .middle-section .right .share a:nth-child(2) {
    margin-left: 0;
  }
  #staff-listing-show-alpha .middle-section .right .share a:hover:after {
    opacity: 1;
    top: 22px;
    transition: all 0.5s;
  }
  #staff-listing-show-alpha .middle-section .right .share form {
    margin-top: 40px;
  }
  #staff-listing-show-alpha .middle-section .right .share form fieldset {
    margin-bottom: 10px;
  }
  #staff-listing-show-alpha .middle-section .right .share form .fieldset_email,
  #staff-listing-show-alpha .middle-section .right .share form .fieldset_senderName {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 50%;
  }
  #staff-listing-show-alpha .middle-section .right .share form .fieldset_senderName {
    padding-right: 10px;
  }
  #staff-listing-show-alpha .middle-section .right .share form .fieldset_email {
    padding-left: 10px;
  }
  #staff-listing-show-alpha .middle-section .right .share form .fieldset_send {
    clear: both;
  }
  #staff-listing-show-alpha .middle-section .right .share form .fieldset_send input {
    display: block;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 54px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #1e1e1e;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    background-color: transparent;
    border: 1px solid #1e1e1e;
    letter-spacing: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    margin: 16px 0 32px 0;
    margin-top: 0;
  }
  #staff-listing-show-alpha .middle-section .right .share form .fieldset_send input:focus,
  #staff-listing-show-alpha .middle-section .right .share form .fieldset_send input:hover,
  #staff-listing-show-alpha .middle-section .right .share form .fieldset_send input:active {
    background-color: #ff0200;
    color: #ffffff;
    border-color: #ff0200;
    transition: all 0.5s;
  }
  #staff-listing-show-alpha #map {
    height: 500px;
    display: block;
    padding: 80px 0 0 0;
  }
  #staff-listing-show-alpha #map #map_canvas {
    display: block;
    height: 500px;
  }
  #staff-listing-show-alpha .bottom.animation {
    opacity: 1;
    transition: all 1.5s;
  }
  #staff-listing-show-alpha .bottom {
    transition: all 1.5s;
    opacity: 0;
    max-width: 1030px;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 80px 40px 40px 40px;
  }
  #staff-listing-show-alpha .bottom h2,
  #staff-listing-show-alpha .bottom h1 {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
  }
  #staff-listing-show-alpha .bottom .open-times {
    width: 100%;
    display: inline-block;
    padding: 0 0 40px 0;
  }
  #staff-listing-show-alpha .bottom .open-times em {
    display: block;
    padding-bottom: 30px;
    line-height: 17px;
    text-align: center;
  }
  #staff-listing-show-alpha .bottom .open-times strong {
    width: 270px;
    margin: 0 auto;
  }
  #staff-listing-show-alpha .bottom .open-times .blurb {
    text-align: center;
    line-height: 17px;
    display: block;
    padding-bottom: 30px;
  }
  #staff-listing-show-alpha .bottom .open-times #opens {
    display: block;
    width: 400px;
    margin: 0 auto;
  }
  #staff-listing-show-alpha .bottom .open-times #opens li label div:nth-child(3) span {
    padding-top: 27px;
  }
  #staff-listing-show-alpha .bottom .open-times #opens li {
    text-align: center;
    padding-bottom: 20px;
  }
  #staff-listing-show-alpha .bottom .open-times #opens li label {
    line-height: 19px;
  }
  #staff-listing-show-alpha .bottom .open-times #opens li label input {
    height: 15px;
    line-height: 15px;
    float: none;
    width: 15px;
    margin-right: 10px;
  }
  #staff-listing-show-alpha .bottom .open-times .opens-form {
    clear: both;
    padding: 0 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 30px;
    display: block;
  }
  #staff-listing-show-alpha .bottom .open-times .opens-form fieldset {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-bottom: 20px;
  }
  #staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_first_name,
  #staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_email_address {
    padding-right: 10px;
  }
  #staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_surname,
  #staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_mobile {
    padding-left: 10px;
  }
  #staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_submit {
    width: 25%;
    float: right;
  }
  #staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_submit input {
    display: block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 54px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #1e1e1e;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    background-color: transparent;
    border: 1px solid #1e1e1e;
    letter-spacing: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    margin: 16px 0 32px 0;
    width: 100%;
  }
  #staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_submit input:focus,
  #staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_submit input:hover,
  #staff-listing-show-alpha .bottom .open-times .opens-form .fieldset_submit input:active {
    background-color: #ff0200;
    color: #ffffff;
    border-color: #ff0200;
    transition: all 0.5s;
  }
  #staff-listing-show-alpha .bottom .open-times .container h2 {
    padding-bottom: 40px;
    display: block;
  }
  #staff-listing-show-alpha .bottom .open-times .container ul {
    display: flex;
  }
  #staff-listing-show-alpha .bottom .open-times .container ul .opens-container {
    width: auto;
    display: block;
    margin: 0 auto;
  }
  #staff-listing-show-alpha .bottom .open-times .container ul .opens-container li {
    margin: 0 10px;
  }
  #staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a {
    display: inline-flex;
    text-decoration: none;
    color: #1e1e1e;
  }
  #staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a h1,
  #staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a h2,
  #staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a em {
    padding-right: 4px;
    font-size: 14px;
    line-height: 22px;
  }
  #staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a .hover {
    display: none;
  }
  #staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a:hover h1,
  #staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a:hover h2,
  #staff-listing-show-alpha .bottom .open-times .container ul .opens-container li .wrapper a:hover em {
    color: #ff0200;
  }
  #staff-listing-show-alpha .bottom .enquire.no-images {
    clear: both;
    padding-top: 90px;
  }
  #staff-listing-show-alpha .bottom .enquire {
    clear: both;
  }
  #staff-listing-show-alpha .bottom .enquire h1 {
    padding-bottom: 40px;
    display: block;
  }
  #staff-listing-show-alpha .bottom .enquire .contact-form-alpha {
    padding: 0 120px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #staff-listing-show-alpha .bottom .enquire form fieldset {
    margin-bottom: 20px;
  }
  #staff-listing-show-alpha .bottom .enquire form .fieldset_first_name,
  #staff-listing-show-alpha .bottom .enquire form .fieldset_surname,
  #staff-listing-show-alpha .bottom .enquire form .fieldset_email_address,
  #staff-listing-show-alpha .bottom .enquire form .fieldset_mobile {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #staff-listing-show-alpha .bottom .enquire form .fieldset_first_name,
  #staff-listing-show-alpha .bottom .enquire form .fieldset_email_address {
    padding-right: 10px;
  }
  #staff-listing-show-alpha .bottom .enquire form .fieldset_surname,
  #staff-listing-show-alpha .bottom .enquire form .fieldset_mobile {
    padding-left: 10px;
  }
  #staff-listing-show-alpha .bottom .enquire form .fieldset_submit {
    clear: both;
    margin-bottom: 0;
  }
  #staff-listing-show-alpha .bottom .enquire form .fieldset_submit input {
    display: block;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 54px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #1e1e1e;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    background-color: transparent;
    border: 1px solid #1e1e1e;
    letter-spacing: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    margin: 16px 0 32px 0;
    float: right;
  }
  #staff-listing-show-alpha .bottom .enquire form .fieldset_submit input:focus,
  #staff-listing-show-alpha .bottom .enquire form .fieldset_submit input:hover,
  #staff-listing-show-alpha .bottom .enquire form .fieldset_submit input:active {
    background-color: #ff0200;
    color: #ffffff;
    border-color: #ff0200;
    transition: all 0.5s;
  }
  #staff-listing-show-alpha .bottom .agent {
    padding: 40px 100px;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #staff-listing-show-alpha .bottom .agent .wrapper {
    width: 100% !important;
    float: left;
  }
  #staff-listing-show-alpha .bottom .agent h1 {
    padding-bottom: 40px;
  }
  #staff-listing-show-alpha .bottom .agent .list-container {
    width: 100%;
  }
  #staff-listing-show-alpha .bottom .agent .list-container h2 {
    font-size: 17px;
    letter-spacing: 5px;
  }
  #staff-listing-show-alpha .bottom .agent .list-container h1 {
    padding-bottom: 10px;
  }
  #staff-listing-show-alpha .bottom .agent .list-container a {
    max-width: 250px;
    margin: 0 auto;
    margin-top: 40px;
  }
  #staff-listing-show-alpha .bottom .agent img {
    display: block;
    margin: 0 auto;
  }
  #staff-listing-show-alpha .bottom .agent .bottom {
    padding-top: 40px;
  }
  #staff-listing-show-alpha .bottom #similar-listings {
    padding: 0 0 40px 0;
    display: block;
  }
  #staff-listing-show-alpha .bottom #similar-listings h1 {
    padding-bottom: 40px;
  }
  #staff-listing-show-alpha .bottom #similar-listings .wrapper {
    width: 33.33% !important;
  }
  #staff-listing-show-alpha .bottom #similar-listings .wrapper li {
    width: 100% !important;
  }
  #staff-listing-show-alpha .middle-section .left {
    width: 70%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 40px;
  }
  #staff-listing-show-alpha .middle-section .left .price {
    padding: 20px 0;
    font-size: 21px;
  }
  #staff-listing-show-alpha .middle-section .right {
    width: 30%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #staff-listing-show-alpha .middle-section .right .bbc-desktop {
    padding-left: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #staff-listing-show-alpha .middle-section .right .bbc-desktop h1,
  #staff-listing-show-alpha .middle-section .right .bbc-desktop span {
    width: auto;
    float: left;
  }
  #staff-listing-show-alpha .middle-section .right .bbc-desktop h1 {
    padding-right: 10px;
  }
  #staff-listing-show-alpha .middle-section .right .bbc-desktop span {
    padding-top: 5px;
    padding-right: 30px;
  }
  #staff-listing-show-alpha .middle-section .right .open-times,
  #staff-listing-show-alpha .middle-section .right .sale-method,
  #staff-listing-show-alpha .middle-section .right .resources {
    clear: both;
    border-left: 1px solid #ff0200;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 30px;
  }
  #staff-listing-show-alpha .middle-section .right .open-times li {
    padding-bottom: 0 !important;
  }
  #staff-listing-show-alpha .middle-section .right .open-times li a h1,
  #staff-listing-show-alpha .middle-section .right .open-times li a h2,
  #staff-listing-show-alpha .middle-section .right .open-times li a em {
    font-size: 12px !important;
  }
  #staff-listing-show-alpha .middle-section .right .open-times li a i {
    margin-top: 0px !important;
  }
  #staff-listing-show-alpha .middle-section .right .resources.no-opens {
    padding-top: 30px;
  }
  #staff-listing-show-alpha .middle-section .right .resources {
    padding-bottom: 160px;
  }
  #staff-listing-show-alpha .middle-section .right .share {
    padding-left: 40px;
    margin-top: -120px;
  }
  #staff-listing-show-alpha .middle-section .right .share form fieldset {
    width: 100% !important;
    padding: 0 !important;
  }
  #staff-listing-show-alpha #map {
    clear: both;
  }
  #staff-listing-show-alpha #listing-open-form-alpha #opens {
    max-width: 850px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  #staff-listing-show-alpha #listing-open-form-alpha #opens li {
    margin-bottom: 0;
    margin-top: 20px;
    width: 48.6%;
    float: left;
  }
  #staff-listing-show-alpha #listing-open-form-alpha #opens li label {
    cursor: pointer;
    font-size: 13px;
  }
  #staff-listing-show-alpha #listing-open-form-alpha #opens li label input {
    vertical-align: bottom;
  }
  #staff-listing-show-alpha #listing-open-form-alpha #opens li label > div:nth-child(3) > em {
    padding-top: 28px;
  }
  #staff-listing-show-alpha #listing-open-form-alpha #opens li label > div:nth-child(3) > span {
    padding-top: 28px;
  }
  #staff-listing-show-alpha #listing-open-form-alpha #opens li:nth-child(1),
  #staff-listing-show-alpha #listing-open-form-alpha #opens li:nth-child(2) {
    margin-top: 0;
  }
  #staff-listing-show-alpha #listing-open-form-alpha #opens li:nth-child(odd) {
    margin-right: 10px;
  }
  #staff-listing-show-alpha #listing-open-form-alpha #opens li:nth-child(even) {
    margin-left: 10px;
  }
}
@media only print, only screen and (min-width: 1900px) {
  /* Desktop */
  #staff-listing-show-alpha {
    padding-top: 50px;
  }
  #staff-listing-show-alpha .sale-method {
    padding-top: 30px !important;
  }
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo {
    margin-left: -410px !important;
  }
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo ul li {
    width: 900px !important;
  }
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo #left-border,
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo #right-border {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 75;
    width: 610px;
  }
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo #left-border {
    left: 290px !important;
  }
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo #right-border {
    right: -112px;
    width: 625px;
  }
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo .bx-next {
    right: 20px !important;
  }
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo .bx-prev {
    left: 870px !important;
  }
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo li {
    width: 1200px !important;
  }
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo #image-overlay {
    left: 1200px !important;
  }
  #staff-listing-show-alpha .top-section #item-image-slideshow-bravo .bx-pager {
    margin-left: 510px;
  }
}
#appraisal-echo {
  padding-top: 50px;
}
#appraisal-echo .text-wrapper {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px;
}
#appraisal-echo .text-wrapper article h2 {
  font-size: 25px;
  font-weight: normal;
  padding-bottom: 16px;
  display: block;
}
#appraisal-echo .appraisal-wrapper {
  padding: 0 16px 16px 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#appraisal-echo .appraisal-wrapper form fieldset {
  padding-bottom: 8px;
}
#appraisal-echo .appraisal-wrapper form fieldset textarea {
  line-height: 22px;
  display: block;
  resize: none;
}
#appraisal-echo .appraisal-wrapper form input[type="submit"] {
  margin-top: 2px !important;
  border: 1px solid #1e1e1e !important;
}
#appraisal-echo .appraisal-wrapper form input[type="submit"]:hover {
  border-color: #ff0200 !important;
  color: white;
}
#appraisal-echo .overlay article {
  display: none;
}
#appraisal-echo .text-wrapper {
  padding-top: 0;
}
#appraisal-echo .text-wrapper article {
  line-height: 20px;
  text-align: center;
}
#appraisal-echo .text-wrapper article h2 {
  padding: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 25px;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #appraisal-echo .text-wrapper {
    padding: 24px;
  }
  #appraisal-echo .text-wrapper article h2 {
    padding-bottom: 24px;
  }
  #appraisal-echo .appraisal-wrapper {
    padding: 0 24px 24px 24px;
  }
  #appraisal-echo .appraisal-wrapper form fieldset {
    padding-bottom: 12px;
  }
  #appraisal-echo .appraisal-wrapper form .fieldset_first_name,
  #appraisal-echo .appraisal-wrapper form .fieldset_type,
  #appraisal-echo .appraisal-wrapper form .fieldset_email_address,
  #appraisal-echo .appraisal-wrapper form .fieldset_listing_unit_number,
  #appraisal-echo .appraisal-wrapper form .fieldset_listing_street_name {
    padding-right: 6px;
  }
  #appraisal-echo .appraisal-wrapper form .fieldset_surname,
  #appraisal-echo .appraisal-wrapper form .fieldset_mobile,
  #appraisal-echo .appraisal-wrapper form .fieldset_listing_street_number,
  #appraisal-echo .appraisal-wrapper form .fieldset_listing_suburb_postcode {
    padding-left: 6px;
  }
  #appraisal-echo .appraisal-wrapper form .fieldset_type {
    margin-right: 40%;
  }
  #appraisal-echo .text-wrapper {
    padding-top: 0;
  }
  #appraisal-echo .text-wrapper article {
    line-height: 20px;
    text-align: center;
  }
  #appraisal-echo .text-wrapper article h2 {
    padding: 24px;
    letter-spacing: 5px;
    font-size: 18px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #appraisal-echo {
    padding-top: 70px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #appraisal-echo .text-wrapper {
    padding: 30px 0;
  }
  #appraisal-echo .text-wrapper article {
    text-align: center;
    padding: 0 120px;
    line-height: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #appraisal-echo .text-wrapper article h2 {
    font-size: 30px;
    padding-bottom: 30px;
  }
  #appraisal-echo .appraisal-wrapper {
    padding: 0 120px 30px 120px;
  }
  #appraisal-echo .appraisal-wrapper form fieldset {
    padding-bottom: 20px;
  }
  #appraisal-echo .appraisal-wrapper form .fieldset_first_name,
  #appraisal-echo .appraisal-wrapper form .fieldset_type,
  #appraisal-echo .appraisal-wrapper form .fieldset_email_address,
  #appraisal-echo .appraisal-wrapper form .fieldset_listing_unit_number,
  #appraisal-echo .appraisal-wrapper form .fieldset_listing_street_name {
    padding-right: 10px;
  }
  #appraisal-echo .appraisal-wrapper form .fieldset_surname,
  #appraisal-echo .appraisal-wrapper form .fieldset_mobile,
  #appraisal-echo .appraisal-wrapper form .fieldset_listing_street_number,
  #appraisal-echo .appraisal-wrapper form .fieldset_listing_suburb_postcode {
    padding-left: 10px;
  }
  #appraisal-echo .appraisal-wrapper form input[type="submit"] {
    width: 25%;
    float: right;
  }
  #appraisal-echo .appraisal-wrapper form:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #appraisal-echo .text-wrapper {
    padding-top: 0;
  }
  #appraisal-echo .text-wrapper article {
    line-height: 20px;
    text-align: center;
  }
  #appraisal-echo .text-wrapper article h2 {
    padding: 30px;
    letter-spacing: 6px;
    font-size: 20px;
  }
}
#blog-foxtrot .heading-div {
  display: none !important;
}
#blog-foxtrot .page-heading {
  cursor: auto;
}
#blog-foxtrot .page-heading:hover h1:after {
  display: none !important;
}
#blog-foxtrot .sort-by {
  max-width: 425px;
  display: block;
  margin: 0 auto;
  text-align: right;
  padding: 16px 16px 0 16px;
}
#blog-foxtrot .sort-by .sort-btn {
  cursor: pointer;
  font-size: 11px;
  letter-spacing: 2px;
  transition: all 0.5s;
}
#blog-foxtrot .sort-by .sort-btn i {
  font-size: 12px;
  box-sizing: border-box;
  display: inline-block;
  padding-left: 4px;
}
#blog-foxtrot .sort-by .sort-btn:hover {
  color: #ff0200;
  transition: all 0.5s;
}
#blog-foxtrot .sort-by .sort-options {
  padding-top: 8px;
  font-size: 11px;
}
#blog-foxtrot .sort-by .sort-options a {
  text-decoration: none;
  color: #1e1e1e;
  padding: 0 1px;
  line-height: 16px;
}
#blog-foxtrot .sort-by .sort-options a:hover {
  color: #ff0200;
}
#blog-foxtrot .sort-by .sort-options .active {
  color: #ff0200;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #blog-foxtrot .sort-by {
    max-width: none;
    padding: 16px 16px 0 16px;
  }
  #blog-foxtrot .sort-by .sort-btn {
    font-size: 12px;
    letter-spacing: 2px;
  }
  #blog-foxtrot .sort-by .sort-btn i {
    font-size: 12px;
    padding-left: 4px;
  }
  #blog-foxtrot .sort-by .sort-options {
    padding-top: 8px;
    font-size: 12px;
  }
  #blog-foxtrot .sort-by .sort-options a {
    padding: 0 1px;
    line-height: 16px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #blog-foxtrot {
    padding-top: 70px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #blog-foxtrot .sort-by {
    max-width: 1030px;
    padding: 20px 60px 0 30px;
  }
  #blog-foxtrot .sort-by .sort-btn {
    font-size: 12px;
    letter-spacing: 2px;
  }
  #blog-foxtrot .sort-by .sort-btn i {
    font-size: 12px;
    padding-left: 4px;
  }
  #blog-foxtrot .sort-by .sort-options {
    padding-top: 8px;
    font-size: 12px;
  }
  #blog-foxtrot .sort-by .sort-options a {
    padding: 0 5px;
    line-height: 16px;
    letter-spacing: 2px;
  }
}
#blog-show-delta {
  padding-top: 50px;
  display: block;
}
#blog-show-delta h1 {
  font-size: 25px;
  font-weight: normal;
}
#blog-show-delta h2 {
  font-size: 18px;
  /**/
}
#blog-show-delta .overlay article {
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 32px 16px 16px 16px;
}
#blog-show-delta .overlay article h2 {
  font-size: 20px;
  display: block;
  padding-bottom: 8px;
}
#blog-show-delta .container .middle {
  padding: 16px;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 18px;
}
#blog-show-delta .container .middle h2 {
  font-size: 20px;
}
#blog-show-delta .container .middle .left .name {
  display: none;
}
#blog-show-delta .container .middle .left h1 {
  padding-bottom: 8px;
  display: block;
  width: 100%;
}
#blog-show-delta .container .middle .left h2 {
  display: block;
  width: 100%;
  padding: 24px 0 16px 0;
  clear: both;
}
#blog-show-delta .container .middle .left span {
  width: auto;
  display: inline-block;
  float: left;
}
#blog-show-delta .container .middle .left a {
  padding-left: 2px;
  width: auto;
  display: inline-block;
  float: left;
  text-decoration: none;
  color: #1e1e1e;
  padding-bottom: 16px;
}
#blog-show-delta .container .middle .left a:hover {
  color: #ff0200;
}
#blog-show-delta .container .middle .right {
  clear: both;
  padding-top: 16px;
}
#blog-show-delta .container .middle .right i {
  padding-left: 8px;
  vertical-align: middle;
}
#blog-show-delta .container .middle .right .tags-comma:nth-child(2) {
  display: none !important;
}
#blog-show-delta .container .middle .right h2 {
  display: block;
  width: 100%;
  padding: 16px 0;
}
#blog-show-delta .container .middle .right b {
  font-weight: bold;
  padding-right: 4px;
  display: inline-block;
}
#blog-show-delta .container .middle .right a {
  width: auto;
  display: inline-block;
  text-decoration: none;
  color: #1e1e1e;
}
#blog-show-delta .container .middle .right a:hover {
  color: #ff0200;
}
#blog-show-delta .container .middle .right .contact-me {
  padding-top: 16px;
}
#blog-show-delta .container .middle .right .contact-me .links a {
  display: block;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 54px;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #1e1e1e;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  background-color: transparent;
  border: 1px solid #1e1e1e;
  letter-spacing: 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  margin: 16px 0 32px 0;
  margin: 2px 0 !important;
}
#blog-show-delta .container .middle .right .contact-me .links a:focus,
#blog-show-delta .container .middle .right .contact-me .links a:hover,
#blog-show-delta .container .middle .right .contact-me .links a:active {
  background-color: #ff0200;
  color: #ffffff;
  border-color: #ff0200;
  transition: all 0.5s;
}
#blog-show-delta .container .middle .right .contact-me .links a i {
  margin-right: 4px;
}
#blog-show-delta .container .middle .right .contact-me .links a:first-child {
  margin-top: 12px !important;
}
#blog-show-delta .container .middle .right .contact-me .links a:last-child {
  margin-bottom: 0;
}
#blog-show-delta .container .middle .right .contact-me .social-links a {
  position: relative;
  width: 17px;
  text-align: center;
  display: inline-block;
  margin: 0 20px;
  text-decoration: none;
  transition: all 0.5s;
}
#blog-show-delta .container .middle .right .contact-me .social-links a i {
  color: #1e1e1e;
  font-size: 30px;
  position: relative;
  display: block;
}
#blog-show-delta .container .middle .right .contact-me .social-links .social.facebook {
  margin-left: 0;
}
#blog-show-delta .container .middle .right .contact-me .social-links .social.facebook:hover i {
  color: #3b5998;
}
#blog-show-delta .container .middle .right .contact-me .social-links .social.twitter:hover i {
  color: #55acee;
}
#blog-show-delta .container .middle .right .contact-me .social-links .social.pinit:hover i {
  color: #c8232c;
}
#blog-show-delta .container .middle .right .contact-me .social-links #googleplus:hover i {
  color: #dd4b39;
}
#blog-show-delta .container .middle .right .contact-me .social-links a:nth-child(2) {
  margin-left: 0;
}
#blog-show-delta .container .bottom .agent-form-alpha {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 12px 16px 0 16px;
}
#blog-show-delta .container .bottom .agent-form-alpha h1 {
  padding-bottom: 16px;
  font-size: 20px;
}
#blog-show-delta .container .bottom .agent-form-alpha form fieldset {
  margin-bottom: 8px;
}
#blog-show-delta .container .bottom .agent-form-alpha form fieldset textarea {
  height: 105px;
}
#blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"] {
  display: block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 54px;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #1e1e1e;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  background-color: transparent;
  border: 1px solid #1e1e1e;
  letter-spacing: 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  margin: 16px 0 32px 0;
  border: transparent;
  width: 100%;
}
#blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:focus,
#blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:hover,
#blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:active {
  background-color: #ff0200;
  color: #ffffff;
  border-color: #ff0200;
  transition: all 0.5s;
}
#blog-show-delta .container .bottom .agent-form-alpha form .fieldset_submit {
  margin-bottom: 0;
}
#blog-show-delta .container .bottom .latest-listings h1 {
  font-size: 18px;
  padding: 16px;
  padding-top: 0;
  text-align: center;
}
#blog-show-delta .container .bottom .latest-listings .list-container ul .wrapper {
  width: 100%;
}
#blog-show-delta .container .bottom .latest-listings .list-container ul li {
  padding-bottom: 70%;
}
#blog-show-delta .blogs {
  padding-top: 8px;
}
#blog-show-delta .blogs h1 {
  font-size: 18px;
  text-align: center;
  padding: 16px;
}
#blog-show-delta .blogs .list-container ul .wrapper {
  width: 100%;
}
#blog-show-delta .blogs .list-container ul .wrapper li {
  padding-bottom: 16px;
}
#blog-show-delta .blogs .list-container ul .wrapper li .image {
  padding-bottom: 80%;
}
#blog-show-delta .blogs .list-container ul .wrapper li .name {
  padding-top: 8px;
}
#blog-show-delta .blogs .list-container ul .wrapper li a {
  padding-top: 0 !important;
}
#blog-show-delta .blogs .list-container ul .wrapper li .info {
  padding-top: 8px;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #blog-show-delta {
    display: inline-block;
    padding-top: 50px;
  }
  #blog-show-delta .overlay article {
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 32px 16px 16px 16px;
  }
  #blog-show-delta .overlay article h2 {
    font-size: 20px;
    display: block;
    padding-bottom: 8px;
  }
  #blog-show-delta .container .middle {
    padding: 24px;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 18px;
  }
  #blog-show-delta .container .middle .left {
    padding-right: 24px;
  }
  #blog-show-delta .container .middle .left h1 {
    padding-bottom: 12px;
    display: block;
    width: 100%;
  }
  #blog-show-delta .container .middle .left h2 {
    display: block;
    width: 100%;
    padding: 24px 0;
    clear: both;
  }
  #blog-show-delta .container .middle .left span {
    width: auto;
    display: inline-block;
    float: left;
  }
  #blog-show-delta .container .middle .left a {
    padding-left: 2px;
    width: auto;
    display: inline-block;
    float: left;
    text-decoration: none;
    color: #1e1e1e;
    padding-bottom: 24px;
  }
  #blog-show-delta .container .middle .left a:hover {
    color: #ff0200;
  }
  #blog-show-delta .container .middle .right {
    border-left: 1px solid #ff0200;
    padding-left: 24px;
    clear: both;
    margin-top: 24px;
  }
  #blog-show-delta .container .middle .right .tags-comma {
    display: none !important;
  }
  #blog-show-delta .container .middle .right h2 {
    display: block;
    width: 100%;
    padding: 0 0 24px 0;
  }
  #blog-show-delta .container .middle .right b {
    font-weight: bold;
    padding-right: 4px;
    display: inline-block;
  }
  #blog-show-delta .container .middle .right a {
    width: auto;
    display: inline-block;
    text-decoration: none;
    color: #1e1e1e;
  }
  #blog-show-delta .container .middle .right a:hover {
    color: #ff0200;
  }
  #blog-show-delta .container .middle .right .tags {
    display: block;
    width: 100%;
    line-height: 21px;
  }
  #blog-show-delta .container .middle .right .contact-me .links a {
    display: block;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 54px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #1e1e1e;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    background-color: transparent;
    border: 1px solid #1e1e1e;
    letter-spacing: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    margin: 16px 0 32px 0;
    margin: 12px 0;
  }
  #blog-show-delta .container .middle .right .contact-me .links a:focus,
  #blog-show-delta .container .middle .right .contact-me .links a:hover,
  #blog-show-delta .container .middle .right .contact-me .links a:active {
    background-color: #ff0200;
    color: #ffffff;
    border-color: #ff0200;
    transition: all 0.5s;
  }
  #blog-show-delta .container .middle .right .contact-me .links a:last-child {
    margin-bottom: 0;
  }
  #blog-show-delta .container .middle .right .contact-me .documents {
    display: block;
    padding-top: 24px;
  }
  #blog-show-delta .container .middle .right .contact-me .social-links h2 {
    padding-top: 24px;
  }
  #blog-show-delta .container .middle .right .contact-me .social-links a {
    position: relative;
    width: 30px;
    text-align: center;
    display: inline-block;
    margin: 0 9px !important;
    text-decoration: none;
    transition: all 0.5s;
  }
  #blog-show-delta .container .middle .right .contact-me .social-links a i {
    color: #1e1e1e;
    font-size: 30px;
    position: relative;
    display: block;
  }
  #blog-show-delta .container .middle .right .contact-me .social-links .social.facebook:hover i {
    color: #3b5998;
  }
  #blog-show-delta .container .middle .right .contact-me .social-links .social.twitter:hover i {
    color: #55acee;
  }
  #blog-show-delta .container .middle .right .contact-me .social-links .social.pinit:hover i {
    color: #c8232c;
  }
  #blog-show-delta .container .middle .right .contact-me .social-links #googleplus:hover i {
    color: #dd4b39;
  }
  #blog-show-delta .container .middle .right .contact-me .social-links a:nth-child(2) {
    margin-left: 0;
  }
  #blog-show-delta .container .bottom .agent-form-alpha {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 24px 0 24px;
  }
  #blog-show-delta .container .bottom .agent-form-alpha h1 {
    padding: 24px 0;
    font-size: 20px;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset {
    margin-bottom: 0;
    padding: 0 0 12px 0;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input {
    height: 45px;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset textarea {
    height: 135px;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"] {
    display: block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 54px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #1e1e1e;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    background-color: transparent;
    border: 1px solid #1e1e1e;
    letter-spacing: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    margin: 16px 0 32px 0;
    border: transparent;
    width: 100%;
    height: 45px;
    line-height: 45px;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:focus,
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:hover,
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:active {
    background-color: #ff0200;
    color: #ffffff;
    border-color: #ff0200;
    transition: all 0.5s;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form .fieldset_first_name,
  #blog-show-delta .container .bottom .agent-form-alpha form .fieldset_email_address {
    padding-right: 6px;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form .fieldset_surname,
  #blog-show-delta .container .bottom .agent-form-alpha form .fieldset_mobile {
    padding-left: 6px;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form .fieldset_notes {
    width: 100%;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form .fieldset_submit {
    width: 100%;
    margin-bottom: 0;
  }
  #blog-show-delta .container .bottom .latest-listings {
    clear: both;
  }
  #blog-show-delta .container .bottom .latest-listings h1 {
    font-size: 20px;
    padding: 24px;
  }
  #blog-show-delta .container .bottom .latest-listings .list-container ul .wrapper {
    width: 33.33%;
  }
  #blog-show-delta .container .bottom .latest-listings .list-container ul li {
    padding-bottom: 70%;
  }
  #blog-show-delta .blogs h1 {
    padding: 24px;
  }
  #blog-show-delta .blogs .content-container ul li:last-child {
    width: 100%;
  }
  #blog-show-delta .blogs .content-container ul li:last-child a {
    width: 50%;
    margin: 0 auto;
    display: block;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #blog-show-delta {
    padding-top: 70px;
  }
  #blog-show-delta h1 {
    font-size: 30px;
  }
  #blog-show-delta h2 {
    /*font-size: 25px;*/
  }
  #blog-show-delta .overlay article h2 {
    font-size: 25px;
    padding-bottom: 20px;
  }
  #blog-show-delta .container .middle {
    padding: 30px 0;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 18px;
  }
  #blog-show-delta .container .middle h2 {
    font-size: 25px;
  }
  #blog-show-delta .container .middle .left.animation {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Safari */
    transform: translateY(0px);
    opacity: 1;
    transition: all 1.5s;
  }
  #blog-show-delta .container .middle .left {
    -ms-transform: translateY(100px);
    /* IE 9 */
    -webkit-transform: translateY(100px);
    /* Safari */
    transform: translateY(100px);
    opacity: 0;
    transition: all 1.5s;
    padding-right: 30px;
  }
  #blog-show-delta .container .middle .left h1 {
    padding-bottom: 20px;
    display: block;
    width: 100%;
  }
  #blog-show-delta .container .middle .left h2 {
    display: block;
    width: 100%;
    padding: 30px 0;
    clear: both;
  }
  #blog-show-delta .container .middle .left span {
    width: auto;
    display: inline-block;
    float: left;
  }
  #blog-show-delta .container .middle .left a {
    padding-left: 2px;
    width: auto;
    display: inline-block;
    float: left;
    text-decoration: none;
    color: #1e1e1e;
    padding-bottom: 30px;
  }
  #blog-show-delta .container .middle .left a:hover {
    color: #ff0200;
  }
  #blog-show-delta .container .middle .right.animation {
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Safari */
    transform: translateX(0px);
    opacity: 1;
    transition: all 1.5s;
  }
  #blog-show-delta .container .middle .right.line:before {
    height: 100%;
    transition: all 1.5s;
  }
  #blog-show-delta .container .middle .right:before {
    content: "";
    height: 0px;
    width: 1px;
    background: #ff0200;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 1.5s;
  }
  #blog-show-delta .container .middle .right {
    border-left: none;
    position: relative;
    -ms-transform: translateX(100px);
    /* IE 9 */
    -webkit-transform: translateX(100px);
    /* Safari */
    transform: translateX(100px);
    opacity: 0;
    transition: all 1.5s;
    padding-left: 30px;
    clear: both;
    margin-top: 30px;
  }
  #blog-show-delta .container .middle .right h2 {
    display: block;
    width: 100%;
    font-size: 18px;
    padding: 0 0 30px 0;
  }
  #blog-show-delta .container .middle .right b {
    font-weight: bold;
    padding-right: 4px;
    display: inline-block;
  }
  #blog-show-delta .container .middle .right a {
    width: auto;
    display: inline-block;
    text-decoration: none;
    color: #1e1e1e;
  }
  #blog-show-delta .container .middle .right a:hover {
    color: #ff0200;
  }
  #blog-show-delta .container .middle .right .contact-me .links a {
    display: block;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 54px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #1e1e1e;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    background-color: transparent;
    border: 1px solid #1e1e1e;
    letter-spacing: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    margin: 16px 0 32px 0;
    margin: 10px 0;
  }
  #blog-show-delta .container .middle .right .contact-me .links a:focus,
  #blog-show-delta .container .middle .right .contact-me .links a:hover,
  #blog-show-delta .container .middle .right .contact-me .links a:active {
    background-color: #ff0200;
    color: #ffffff;
    border-color: #ff0200;
    transition: all 0.5s;
  }
  #blog-show-delta .container .middle .right .contact-me .links a:last-child {
    margin-bottom: 0;
  }
  #blog-show-delta .container .middle .right .contact-me .social-links h2 {
    padding-top: 30px;
  }
  #blog-show-delta .container .middle .right .contact-me .social-links a {
    position: relative;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    transition: all 0.5s;
  }
  #blog-show-delta .container .middle .right .contact-me .social-links a i {
    color: #1e1e1e;
    position: relative;
    display: block;
  }
  #blog-show-delta .container .middle .right .contact-me .social-links .social.facebook:hover i {
    color: #3b5998;
  }
  #blog-show-delta .container .middle .right .contact-me .social-links .social.twitter:hover i {
    color: #55acee;
  }
  #blog-show-delta .container .middle .right .contact-me .social-links .social.pinit:hover i {
    color: #c8232c;
  }
  #blog-show-delta .container .middle .right .contact-me .social-links #googleplus:hover i {
    color: #dd4b39;
  }
  #blog-show-delta .container .middle .right .contact-me .social-links a:nth-child(2) {
    margin-left: 0;
  }
  #blog-show-delta .container .bottom .agent-form-alpha {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 120px;
  }
  #blog-show-delta .container .bottom .agent-form-alpha h1 {
    text-align: center;
    padding: 30px 0;
    font-size: 25px;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset {
    margin-bottom: 0;
    padding: 0 0 20px 0;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input {
    height: 45px;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset textarea {
    height: 135px;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"] {
    display: block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 54px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #1e1e1e;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    background-color: transparent;
    border: 1px solid #1e1e1e;
    letter-spacing: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    margin: 16px 0 32px 0;
    border: transparent;
    width: 100%;
    height: 45px;
    line-height: 45px;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:focus,
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:hover,
  #blog-show-delta .container .bottom .agent-form-alpha form fieldset input[type="submit"]:active {
    background-color: #ff0200;
    color: #ffffff;
    border-color: #ff0200;
    transition: all 0.5s;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form .fieldset_first_name,
  #blog-show-delta .container .bottom .agent-form-alpha form .fieldset_email_address {
    padding-right: 10px;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form .fieldset_surname,
  #blog-show-delta .container .bottom .agent-form-alpha form .fieldset_mobile {
    padding-left: 10px;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form .fieldset_notes {
    width: 100%;
  }
  #blog-show-delta .container .bottom .agent-form-alpha form .fieldset_submit {
    width: 25%;
    float: right;
    padding-left: 10px;
    margin-bottom: 0;
  }
  #blog-show-delta .container .bottom .latest-listings {
    clear: both;
  }
  #blog-show-delta .container .bottom .latest-listings h1 {
    text-align: center;
    font-size: 25px;
    padding: 30px 0;
  }
  #blog-show-delta .container .bottom .latest-listings .list-container ul .wrapper {
    width: 33.33%;
  }
  #blog-show-delta .container .bottom .latest-listings .list-container ul li {
    padding-bottom: 70%;
  }
  #blog-show-delta .container .bottom .latest-listings .list-container ul li .image {
    padding-bottom: 70%;
  }
  #blog-show-delta .blogs h1 {
    padding: 30px;
    text-align: center;
    font-size: 25px;
  }
  #blog-show-delta .blogs .content-container ul li:last-child {
    width: 33.33%;
  }
  #blog-show-delta .blogs .content-container ul li:last-child a {
    width: 100%;
  }
}
#blog-show-delta .list-container ul {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px;
}
#blog-show-delta .list-container ul .wrapper.hide {
  /*opacity: 0;
				visibility: 0;
				transition: all 0.5s;*/
}
#blog-show-delta .list-container ul .wrapper.hide li .blog-image {
  /*border-radius: 0;*/
  transition: all 1s;
}
#blog-show-delta .list-container ul .wrapper.hide li .blog-image .image {
  /*width: 0;
							height: 0;
							transition: all 1s;
							border-radius: 0;*/
  /*transform:translateY(-50%) ;*/
  /*-webkit-transform:translateY(-50%) ;*/
}
#blog-show-delta .list-container ul .wrapper {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  /*transition-timing-function: cubic-bezier(0.64, 0.57, 0.67, 1.2) !important;*/
  transition-timing-function: cubic-bezier(0.87, -0.41, 0.19, 1.44) !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-bottom: 16px;
}
#blog-show-delta .list-container ul .wrapper li .blog-image {
  transition: all 1s;
  display: block;
  overflow: hidden;
  border-radius: 200px;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
#blog-show-delta .list-container ul .wrapper li .blog-image .image {
  display: block;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 200px;
  width: 200px;
  margin: 0 auto;
  transition: all 1s;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
#blog-show-delta .list-container ul .wrapper li .info .name {
  letter-spacing: 2px;
  padding: 8px;
  box-sizing: border-box;
}
#blog-show-delta .list-container ul .wrapper li .info a {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #1e1e1e;
  padding-bottom: 4px;
}
#blog-show-delta .list-container ul .wrapper li .info .email {
  padding-top: 8px;
  padding-bottom: 0;
}
#blog-show-delta .list-container ul .wrapper li .info .email i {
  padding-left: 2px;
}
#blog-show-delta .list-container ul .wrapper li .info .email:hover {
  color: #ff0200;
}
#blog-show-delta .list-container ul .wrapper li .info h2 {
  text-align: center;
  padding-bottom: 16px;
  font-size: 11px;
  letter-spacing: 1px;
}
#blog-show-delta .list-container ul .wrapper li:hover .name {
  color: #ff0200;
}
#blog-show-delta .list-container ul .wrapper li:hover .image {
  transition: all 0.5s;
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand');
}
#blog-show-delta .tags-wrapper {
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
}
#blog-show-delta .tags-wrapper .tags {
  width: auto !important;
  display: inline-block !important;
  font-size: 12px;
  letter-spacing: 2px;
}
#blog-show-delta .tags-wrapper .tags:hover {
  color: #ff0200 !important;
}
#blog-show-delta .tags-wrapper em:last-child {
  display: none;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #blog-show-delta .list-container {
    width: 100%;
    display: inline-block;
  }
  #blog-show-delta .list-container ul .wrapper {
    padding-top: 20px;
    width: 50%;
    float: left;
    padding-bottom: 40px;
  }
  #blog-show-delta .list-container ul .wrapper li .blog-image {
    border-radius: 170px;
    width: 170px;
    height: 170px;
  }
  #blog-show-delta .list-container ul .wrapper li .blog-image .image {
    display: block;
    width: 100%;
    height: 170px;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 170px;
    width: 170px;
    margin: 0 auto;
    margin-bottom: 12px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #blog-show-delta {
    padding-top: 70px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #blog-show-delta .list-container {
    display: block;
    max-width: 930px;
    margin: 0 auto;
  }
  #blog-show-delta .list-container ul {
    display: inline-block;
    width: 100%;
  }
  #blog-show-delta .list-container ul .wrapper {
    padding-top: 20px;
    width: 33.33%;
    float: left;
    padding-bottom: 40px;
  }
  #blog-show-delta .list-container ul .wrapper li .blog-image {
    border-radius: 240px;
    width: 240px;
    height: 240px;
  }
  #blog-show-delta .list-container ul .wrapper li .blog-image .image {
    display: block;
    width: 100%;
    height: 240px;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 240px;
    width: 240px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  #blog-show-delta .list-container ul .wrapper li .info .name {
    padding-top: 20px;
  }
}
#item-igloo {
  padding-top: 50px;
}
#item-igloo i {
  font-style: italic;
}
#item-igloo b {
  font-weight: bold;
}
#item-igloo a {
  text-decoration: underline;
}
#item-igloo a:hover {
  color: #ff0200;
}
#item-igloo h2 {
  padding: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 25px;
}
#item-igloo .item-container {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 16px 16px 16px;
  text-align: center;
}
#item-igloo .item-container article {
  line-height: 18px;
}
#item-igloo .item-container .default-btn {
  margin-top: 16px;
  width: auto;
  display: inline-block;
  padding: 0 20px;
}
#item-igloo .item-container .default-btn i {
  padding-right: 10px;
}
#item-igloo .bx-controls {
  display: none;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #item-igloo {
    padding-top: 50px;
  }
  #item-igloo h2 {
    padding: 24px;
    letter-spacing: 5px;
    font-size: 18px;
  }
  #item-igloo .item-container {
    max-width: 750px;
    padding: 0 24px 24px 24px;
  }
  #item-igloo .item-container .default-btn {
    margin-top: 24px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #item-igloo {
    padding-top: 70px;
  }
  #item-igloo h2 {
    padding: 30px;
    letter-spacing: 6px;
    font-size: 20px;
  }
  #item-igloo .item-container {
    padding: 0 30px 30px 30px;
  }
  #item-igloo .item-container .default-btn {
    margin-top: 30px;
  }
  #item-igloo #item-image-slideshow-bravo.small {
    background-color: #383838;
  }
  #item-igloo #item-image-slideshow-bravo.small ul {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
  }
  #item-igloo #item-image-slideshow-bravo.small ul li {
    max-width: 1030px;
  }
}
#items-hotel {
  padding-top: 50px;
  display: block;
}
#items-hotel i {
  font-style: italic;
}
#items-hotel b {
  font-weight: bold;
}
#items-hotel a {
  text-decoration: underline;
}
#items-hotel a:hover {
  color: #ff0200;
}
#items-hotel #image-overlay h1 {
  padding: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 25px;
}
#items-hotel .container article:nth-child(odd) {
  background-color: #f2f2f2;
}
#items-hotel .container article:nth-child(even) {
  /*background-color: @section-alt-bg;	*/
}
#items-hotel .container article:first-child {
  height: 100%;
  display: inline-block;
  width: 100%;
}
#items-hotel .container article {
  text-align: center;
  height: 55px;
  overflow: hidden;
  transition: all 0.5s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 16px 16px 16px;
  display: inline-block !important;
  width: 100%;
}
#items-hotel .container article .text {
  max-width: 900px !important;
}
#items-hotel .container article .text h2 {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 21px 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  cursor: pointer;
}
#items-hotel .container article .text h2:hover {
  color: #ff0200;
}
#items-hotel .container article .text span {
  width: 100%;
  text-align: center;
  font-style: italic;
  display: block;
  padding: 16px 0 0 0;
}
#items-hotel .container article .text .content {
  line-height: 18px;
  display: inline-block;
  padding: 0 8px 16px 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#items-hotel .container article .text .content .doc-wrapper {
  height: 60px;
  display: block;
}
#items-hotel .container article .text .content .doc-wrapper a {
  margin: 8px auto 0 auto;
}
#items-hotel .container article.active {
  height: 250px;
  transition: all 0.5s;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #items-hotel {
    padding-top: 50px;
  }
  #items-hotel #image-overlay h1 {
    padding: 24px;
    letter-spacing: 5px;
    font-size: 18px;
  }
  #items-hotel .container article .text span {
    padding: 24px 0 0 0;
  }
  #items-hotel .container article .text .content {
    padding: 0 36px 24px 36px;
  }
  #items-hotel .container article .text .content .doc-wrapper {
    height: auto;
  }
  #items-hotel .container article .text .content .doc-wrapper a {
    margin: 24px auto 0 auto;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #items-hotel {
    padding-top: 70px;
  }
  #items-hotel #image-overlay h1 {
    padding: 30px;
    letter-spacing: 6px;
    font-size: 20px;
  }
  #items-hotel .container article {
    height: 102px;
  }
  #items-hotel .container article .text h2 {
    padding: 44px 0;
    letter-spacing: 7px;
    font-size: 14px;
  }
  #items-hotel .container article .text span {
    padding: 40px 0 0 0;
  }
  #items-hotel .container article .text .content {
    padding: 0 150px 40px 150px;
  }
  #items-hotel .container article .text .content .doc-wrapper a {
    margin: 40px auto 0 auto;
  }
}
#items-echo {
  display: block;
  padding-top: 50px;
  padding-bottom: 16px;
}
#items-echo .top-container {
  margin-bottom: 16px;
}
#items-echo .top-container h1 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px 16px 0 16px;
  width: 100%;
  text-align: center;
}
#items-echo .page-heading {
  padding: 0 16px 16px 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 25px;
}
#items-echo .top-items .list-container {
  display: none;
}
#items-echo .bottom-items .top-container {
  display: none;
}
#items-echo .list-container ul {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 16px;
}
#items-echo .list-container ul li {
  margin-bottom: 16px;
  position: relative;
}
#items-echo .list-container ul li a .image {
  height: 0;
  padding-bottom: 70%;
  background-size: cover;
  background-position: 50% 50%;
}
#items-echo .list-container ul li a .info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
#items-echo .list-container ul li a .info .left {
  width: 100%;
}
#items-echo .list-container ul li a .info .left h1 {
  text-align: center;
  padding-top: 30%;
  color: white;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #items-echo {
    padding-bottom: 0;
    padding-top: 50px;
  }
  #items-echo .page-heading {
    padding: 0 24px 24px 24px;
    letter-spacing: 5px;
    font-size: 18px;
  }
  #items-echo .top-container {
    margin-bottom: 24px;
  }
  #items-echo .top-container h1 {
    padding: 24px 24px 0 24px;
    font-size: 21px;
  }
  #items-echo .top-section h1 {
    padding: 0 24px 24px 24px;
  }
  #items-echo .list-container ul {
    padding: 0 24px;
  }
  #items-echo .list-container ul li {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #items-echo .list-container ul li a {
    display: inline-block;
    width: 100%;
    position: relative;
  }
  #items-echo .list-container ul li a .info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  #items-echo .list-container ul li a .info .left {
    width: 100%;
  }
  #items-echo .list-container ul li a .info .left h1 {
    text-align: center;
    padding-top: 30%;
    color: white;
  }
  #items-echo .list-container ul li:nth-child(1),
  #items-echo .list-container ul li:nth-child(2) {
    padding-top: 0;
  }
  #items-echo .list-container ul li:nth-child(even) {
    padding-left: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  #items-echo .list-container ul li:nth-child(odd) {
    padding-right: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #items-echo {
    padding-top: 70px;
    padding-bottom: 0;
  }
  #items-echo .top-container {
    margin-bottom: 30px;
  }
  #items-echo .top-container h1 {
    padding: 30px 30px 30px 30px;
    font-size: 25px;
  }
  #items-echo .page-heading {
    padding: 0 40px 30px 40px;
    letter-spacing: 6px;
    font-size: 20px;
  }
  #items-echo .list-container {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  #items-echo .list-container ul li {
    display: inline-block;
    width: 19%;
    float: inherit;
    padding: 0 !important;
  }
  #items-echo .list-container ul li a {
    overflow: hidden;
  }
  #items-echo .list-container ul li a .info {
    transition: all 0.5s;
    z-index: 20;
    background: rgba(0, 0, 0, 0.2);
  }
  #items-echo .list-container ul li a .info .left {
    line-height: 32px;
  }
  #items-echo .list-container ul li a .info .left h1 {
    padding-top: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #items-echo .list-container ul li:hover .overlay {
    opacity: 0;
    transition: all 0.5s;
  }
  #items-echo .list-container ul li:hover {
    transition: all 0.5s;
  }
  #items-echo .list-container ul li:hover a .info {
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.5s;
  }
  #items-echo .top-section h1 {
    padding: 0 30px 30px 30px;
    font-size: 25px;
  }
}
#agent-show-juliet {
  display: block;
  padding-top: 50px;
}
#agent-show-juliet .office-name {
  display: none !important;
}
#agent-show-juliet .container {
  padding-bottom: 8px;
}
#agent-show-juliet .container .agent-wrapper {
  width: 100%;
  background-color: #ffffff;
}
#agent-show-juliet .container .middle {
  padding: 16px;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 18px;
}
#agent-show-juliet .container .middle .left h1 {
  padding-top: 8px;
  padding-bottom: 24px !important;
  display: block;
  width: 100%;
}
#agent-show-juliet .container .middle .left h2 {
  display: block;
  width: 100%;
  padding: 16px 0;
  clear: both;
}
#agent-show-juliet .container .middle .left span {
  width: auto;
  display: inline-block;
  float: left;
}
#agent-show-juliet .container .middle .left a,
#agent-show-juliet .container .middle .left .position {
  display: none;
}
#agent-show-juliet .container .middle .right {
  clear: both;
}
#agent-show-juliet .container .middle .right h2 {
  display: block;
  width: 100%;
  padding: 12px 0;
  padding-bottom: 20px;
  font-size: 18px !important;
  text-transform: uppercase;
}
#agent-show-juliet .container .middle .right b {
  padding-right: 4px;
  display: inline-block;
}
#agent-show-juliet .container .middle .right a {
  width: auto;
  display: inline-block;
  text-decoration: none;
  color: #1e1e1e;
}
#agent-show-juliet .container .middle .right a:hover {
  color: #ff0200;
}
#agent-show-juliet .container .middle .right .contact-me .links .recently-sold,
#agent-show-juliet .container .middle .right .contact-me .links .listings {
  display: none;
}
#agent-show-juliet .container .middle .right .contact-me .links a {
  display: block;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 54px;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #1e1e1e;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  background-color: transparent;
  border: 1px solid #1e1e1e;
  letter-spacing: 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  margin: 16px 0 32px 0;
  margin: 16px 0 2px 0 !important;
}
#agent-show-juliet .container .middle .right .contact-me .links a:focus,
#agent-show-juliet .container .middle .right .contact-me .links a:hover,
#agent-show-juliet .container .middle .right .contact-me .links a:active {
  background-color: #ff0200;
  color: #ffffff;
  border-color: #ff0200;
  transition: all 0.5s;
}
#agent-show-juliet .container .middle .right .contact-me .links a:first-child {
  margin-top: 12px !important;
}
#agent-show-juliet .container .middle .right .contact-me .links a:last-child {
  margin-bottom: 0;
}
#agent-show-juliet .container .middle .right .contact-me .social-links a {
  position: relative;
  width: 30px;
  text-align: center;
  display: inline-block;
  margin: 0 9px;
  text-decoration: none;
  transition: all 0.5s;
}
#agent-show-juliet .container .middle .right .contact-me .social-links a i {
  color: #1e1e1e;
  font-size: 30px;
  position: relative;
  display: block;
}
#agent-show-juliet .container .middle .right .contact-me .social-links #facebook:hover i {
  color: #3b5998;
}
#agent-show-juliet .container .middle .right .contact-me .social-links #twitter:hover i {
  color: #55acee;
}
#agent-show-juliet .container .middle .right .contact-me .social-links #linkedin:hover i {
  color: #0077b5;
}
#agent-show-juliet .container .middle .right .contact-me .social-links #googleplus:hover i {
  color: #dd4b39;
}
#agent-show-juliet .container .middle .right .contact-me .social-links a:nth-child(2) {
  margin-left: 0;
}
#agent-show-juliet .container .middle .right .contact-me .social-links a:hover {
  transition: all 0.5s;
}
#agent-show-juliet .container .bottom .agent-form-alpha {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 12px 16px 0 16px;
}
#agent-show-juliet .container .bottom .agent-form-alpha h1 {
  padding-bottom: 16px;
  font-size: 18px;
  text-transform: uppercase;
}
#agent-show-juliet .container .bottom .agent-form-alpha form fieldset {
  margin-bottom: 8px;
}
#agent-show-juliet .container .bottom .agent-form-alpha form fieldset textarea {
  height: 105px;
}
#agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"] {
  display: block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 54px;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #1e1e1e;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  background-color: transparent;
  border: 1px solid #1e1e1e;
  letter-spacing: 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  margin: 16px 0 32px 0;
  /*border: transparent;*/
  width: 100%;
  margin-top: 2px;
}
#agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:focus,
#agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:hover,
#agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:active {
  background-color: #ff0200;
  color: #ffffff;
  border-color: #ff0200;
  transition: all 0.5s;
}
#agent-show-juliet .container .bottom .agent-form-alpha form .fieldset_notes {
  margin-bottom: 2px;
}
#agent-show-juliet .container .bottom .agent-form-alpha form .fieldset_submit {
  margin-bottom: 0;
}
#agent-show-juliet .container .bottom .latest-listings h1 {
  font-size: 18px;
  text-transform: uppercase;
  padding: 16px;
  padding-top: 0;
}
#agent-show-juliet .container .bottom .latest-listings .list-container ul .wrapper {
  width: 100%;
}
#agent-show-juliet .container .bottom .latest-listings .list-container ul li {
  padding-bottom: 70%;
}
#agent-show-juliet .blogs h1 {
  font-size: 18px;
  text-transform: uppercase;
  padding: 16px;
}
#agent-show-juliet .blogs .list-container ul .wrapper {
  width: 100%;
}
#agent-show-juliet .blogs .list-container ul .wrapper li .image {
  padding-bottom: 80%;
}
#agent-show-juliet .blogs .list-container ul .wrapper li a {
  padding-top: 32%;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #agent-show-juliet {
    padding-top: 50px;
    display: inline-block;
  }
  #agent-show-juliet .container {
    padding-bottom: 12px;
  }
  #agent-show-juliet .container .middle {
    padding: 24px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 18px;
    display: inline-block;
    width: 100%;
  }
  #agent-show-juliet .container .middle .left {
    padding-right: 24px;
  }
  #agent-show-juliet .container .middle .left h1 {
    padding-top: 12px;
    padding-bottom: 24px !important;
    display: block;
    width: 100%;
  }
  #agent-show-juliet .container .middle .left h2 {
    display: block;
    width: 100%;
    padding: 24px 0;
    clear: both;
  }
  #agent-show-juliet .container .middle .left span {
    width: auto;
    display: inline-block;
    float: left;
  }
  #agent-show-juliet .container .middle .left a {
    padding-left: 2px;
    width: auto;
    display: inline-block;
    float: left;
    text-decoration: none;
    color: #1e1e1e;
    padding-bottom: 24px;
  }
  #agent-show-juliet .container .middle .left a:hover {
    color: #ff0200;
  }
  #agent-show-juliet .container .middle .right {
    border-left: 1px solid #ff0200;
    padding-left: 24px;
    clear: both;
    margin-top: 24px;
  }
  #agent-show-juliet .container .middle .right h2 {
    display: block;
    width: 100%;
    padding: 0 0 24px 0;
  }
  #agent-show-juliet .container .middle .right b {
    padding-right: 4px;
    display: inline-block;
  }
  #agent-show-juliet .container .middle .right a {
    width: auto;
    display: inline-block;
    text-decoration: none;
    color: #1e1e1e;
  }
  #agent-show-juliet .container .middle .right a:hover {
    color: #ff0200;
  }
  #agent-show-juliet .container .middle .right .contact-me .links a {
    display: block;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 54px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #1e1e1e;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    background-color: transparent;
    border: 1px solid #1e1e1e;
    letter-spacing: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    margin: 16px 0 32px 0;
    margin: 12px 0;
  }
  #agent-show-juliet .container .middle .right .contact-me .links a:focus,
  #agent-show-juliet .container .middle .right .contact-me .links a:hover,
  #agent-show-juliet .container .middle .right .contact-me .links a:active {
    background-color: #ff0200;
    color: #ffffff;
    border-color: #ff0200;
    transition: all 0.5s;
  }
  #agent-show-juliet .container .middle .right .contact-me .links a:last-child {
    margin-bottom: 0;
  }
  #agent-show-juliet .container .middle .right .contact-me .social-links h2 {
    padding-top: 24px;
  }
  #agent-show-juliet .container .middle .right .contact-me .social-links a:nth-child(2) {
    margin-left: 0;
  }
  #agent-show-juliet .container .middle .right .contact-me .social-links a:hover {
    transition: all 0.5s;
  }
  #agent-show-juliet .container .middle .right .contact-me .social-links a {
    margin: 0 5px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 24px 0 24px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha h1 {
    padding: 24px 0;
    font-size: 20px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form {
    width: 100%;
    display: inline-block;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset {
    margin-bottom: 0;
    padding: 0 0 12px 0;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input {
    height: 45px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset textarea {
    height: 135px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"] {
    display: block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 54px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #1e1e1e;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    background-color: transparent;
    border: 1px solid #1e1e1e;
    letter-spacing: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    margin: 16px 0 32px 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin-top: 0;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:focus,
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:hover,
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:active {
    background-color: #ff0200;
    color: #ffffff;
    border-color: #ff0200;
    transition: all 0.5s;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form .fieldset_first_name,
  #agent-show-juliet .container .bottom .agent-form-alpha form .fieldset_email_address {
    padding-right: 6px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form .fieldset_surname,
  #agent-show-juliet .container .bottom .agent-form-alpha form .fieldset_mobile {
    padding-left: 6px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form .fieldset_notes {
    width: 100%;
    padding-bottom: 6px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form .fieldset_submit {
    width: 100%;
    margin-bottom: 0;
  }
  #agent-show-juliet .container .bottom .latest-listings {
    clear: both;
  }
  #agent-show-juliet .container .bottom .latest-listings h1 {
    font-size: 20px;
    padding: 24px;
  }
  #agent-show-juliet .container .bottom .latest-listings .content-container ul li:nth-child(3) {
    width: 100%;
  }
  #agent-show-juliet .container .bottom .latest-listings .content-container ul li:nth-child(3) a {
    width: 50%;
    margin: 0 auto;
    display: block;
  }
  #agent-show-juliet .blogs h1 {
    padding: 24px;
  }
  #agent-show-juliet .blogs .list-container ul .wrapper {
    width: 33.33%;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #agent-show-juliet {
    padding-top: 70px !important;
  }
  #agent-show-juliet .agent-wrapper {
    background-color: #383838 !important;
  }
  #agent-show-juliet .container {
    padding-bottom: 30px;
  }
  #agent-show-juliet .container .middle {
    padding: 30px 0;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 18px;
  }
  #agent-show-juliet .container .middle .left.animation {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Safari */
    transform: translateY(0px);
    opacity: 1;
    transition: all 1.5s;
  }
  #agent-show-juliet .container .middle .left {
    -ms-transform: translateY(100px);
    /* IE 9 */
    -webkit-transform: translateY(100px);
    /* Safari */
    transform: translateY(100px);
    opacity: 0;
    transition: all 1.5s;
    padding-right: 30px;
  }
  #agent-show-juliet .container .middle .left h1 {
    padding-bottom: 40px !important;
    display: block;
    width: 100%;
  }
  #agent-show-juliet .container .middle .left h2 {
    display: block;
    width: 100%;
    padding: 30px 0;
    clear: both;
  }
  #agent-show-juliet .container .middle .left span {
    width: auto;
    display: inline-block;
    float: left;
  }
  #agent-show-juliet .container .middle .left a {
    padding-left: 2px;
    width: auto;
    display: inline-block;
    float: left;
    text-decoration: none;
    color: #1e1e1e;
    padding-bottom: 30px;
  }
  #agent-show-juliet .container .middle .left a:hover {
    color: #ff0200;
  }
  #agent-show-juliet .container .middle .right.animation {
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Safari */
    transform: translateX(0px);
    opacity: 1;
    transition: all 1.5s;
  }
  #agent-show-juliet .container .middle .right.line:before {
    height: 100%;
    transition: all 1.5s;
  }
  #agent-show-juliet .container .middle .right:before {
    content: "";
    height: 0px;
    width: 1px;
    background: #ff0200;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 1.5s;
  }
  #agent-show-juliet .container .middle .right {
    border-left: none;
    position: relative;
    -ms-transform: translateX(100px);
    /* IE 9 */
    -webkit-transform: translateX(100px);
    /* Safari */
    transform: translateX(100px);
    opacity: 0;
    transition: all 1.5s;
    padding-left: 30px;
    clear: both;
    margin-top: 30px;
  }
  #agent-show-juliet .container .middle .right h2 {
    display: block;
    width: 100%;
    padding: 0 0 30px 0;
  }
  #agent-show-juliet .container .middle .right b {
    padding-right: 4px;
    display: inline-block;
  }
  #agent-show-juliet .container .middle .right a {
    width: auto;
    display: inline-block;
    text-decoration: none;
    color: #1e1e1e;
    white-space: nowrap;
  }
  #agent-show-juliet .container .middle .right a:hover {
    color: #ff0200;
  }
  #agent-show-juliet .container .middle .right .contact-me .links a {
    display: block;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 54px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #1e1e1e;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    background-color: transparent;
    border: 1px solid #1e1e1e;
    letter-spacing: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    margin: 16px 0 32px 0;
    margin: 10px 0;
  }
  #agent-show-juliet .container .middle .right .contact-me .links a:focus,
  #agent-show-juliet .container .middle .right .contact-me .links a:hover,
  #agent-show-juliet .container .middle .right .contact-me .links a:active {
    background-color: #ff0200;
    color: #ffffff;
    border-color: #ff0200;
    transition: all 0.5s;
  }
  #agent-show-juliet .container .middle .right .contact-me .links a:last-child {
    margin-bottom: 0;
  }
  #agent-show-juliet .container .middle .right .contact-me .social-links h2 {
    padding-top: 30px;
  }
  #agent-show-juliet .container .middle .right .contact-me .social-links a:nth-child(2) {
    margin-left: 0;
  }
  #agent-show-juliet .container .middle .right .contact-me .social-links a:hover {
    transition: all 0.5s;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 120px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha h1 {
    text-align: center;
    padding: 30px 0;
    font-size: 25px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset {
    margin-bottom: 0;
    padding: 0 0 20px 0;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input {
    height: 45px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset textarea {
    height: 135px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"] {
    display: block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 54px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #1e1e1e;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    background-color: transparent;
    border: 1px solid #1e1e1e;
    letter-spacing: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    margin: 16px 0 32px 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:focus,
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:hover,
  #agent-show-juliet .container .bottom .agent-form-alpha form fieldset input[type="submit"]:active {
    background-color: #ff0200;
    color: #ffffff;
    border-color: #ff0200;
    transition: all 0.5s;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form .fieldset_first_name,
  #agent-show-juliet .container .bottom .agent-form-alpha form .fieldset_email_address {
    padding-right: 10px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form .fieldset_surname,
  #agent-show-juliet .container .bottom .agent-form-alpha form .fieldset_mobile {
    padding-left: 10px;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form .fieldset_notes {
    width: 100%;
  }
  #agent-show-juliet .container .bottom .agent-form-alpha form .fieldset_submit {
    width: 25%;
    float: right;
    padding-left: 10px;
    margin-bottom: 0;
  }
  #agent-show-juliet .container .bottom .latest-listings {
    clear: both;
  }
  #agent-show-juliet .container .bottom .latest-listings h1 {
    text-align: center;
    font-size: 25px;
    padding: 30px 0;
  }
  #agent-show-juliet .container .bottom .latest-listings .content-container ul li {
    width: 33.33% !important;
  }
  #agent-show-juliet .container .bottom .latest-listings .content-container ul li a {
    width: 100% !important;
  }
  #agent-show-juliet .container .bottom .latest-listings .content-container ul li a .image {
    height: 250px;
    padding-bottom: 0;
  }
  #agent-show-juliet .blogs h1 {
    padding: 30px;
    text-align: center;
    font-size: 25px;
  }
  #agent-show-juliet .blogs .list-container ul .wrapper {
    width: 33.33%;
  }
}
/* Global .less files */
.two-col .left-col {
  display: block;
  float: left;
  width: 50%;
}
.two-col .right-col {
  display: block;
  float: left;
  width: 50%;
}
.three-three-one-col li {
  width: 100%;
  float: left;
}
.two-col::after,
.three-three-one-col::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.four-col-desktop {
  display: block;
  width: 100%;
}
.four-col-desktop::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.hide-mobile,
.hide-mobile-text {
  display: none;
}
.show-only-mobile {
  display: block;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  .two-col-tablet li {
    display: block;
    float: left;
    width: 50%;
  }
  .three-col-tablet li {
    width: 50%;
    float: left;
  }
  .three-three-one-col li {
    width: 33.33%;
    float: left;
  }
  .four-col-desktop li {
    width: 50%;
    float: left;
  }
  .two-col-tablet::after,
  .three-col-tablet::after,
  .three-three-one-col::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  .hide-mobile {
    display: block;
  }
  .hide-mobile-text {
    display: inline;
  }
  .show-only-mobile {
    display: none;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  .two-col-desktop .left-col {
    display: block;
    float: left;
    width: 50%;
  }
  .two-col-desktop .right-col {
    display: block;
    float: left;
    width: 50%;
  }
  .three-col-tablet li {
    width: 33.33%;
    float: left;
  }
  .two-col-desktop::after,
  .three-col-tablet::after,
  .three-three-one-col::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  .four-col-desktop li {
    width: 25%;
    float: left;
  }
}
#staff-homepage-alpha {
  display: block;
  padding-top: 50px;
}
#staff-homepage-alpha #item-image-slideshow-bravo {
  height: 0;
  padding-bottom: 60%;
}
#staff-homepage-alpha #item-image-slideshow-bravo .bx-wrapper {
  height: 0;
  padding-bottom: 60%;
}
#staff-homepage-alpha #item-image-slideshow-bravo .bx-wrapper .bx-viewport {
  height: 0;
  padding-bottom: 0%;
}
#staff-homepage-alpha #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul {
  height: 0;
  padding-bottom: 60%;
}
#staff-homepage-alpha #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li {
  position: relative;
  height: 0;
  padding-bottom: 60%;
  background-size: cover;
  background-position: 50% 50%;
}
#staff-homepage-alpha #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li h2 {
  display: none;
}
#staff-homepage-alpha #item-image-slideshow-bravo .bx-controls .bx-controls-direction {
  display: none;
}
#staff-homepage-alpha .content {
  display: block;
  margin: 0 auto;
  max-width: 1030px;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #staff-homepage-alpha {
    padding-top: 50px;
  }
  #staff-homepage-alpha #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li h2 {
    display: block;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #staff-homepage-alpha {
    padding-top: 70px;
  }
  #staff-homepage-alpha #item-image-slideshow-bravo {
    height: 750px;
    padding-bottom: 0;
  }
  #staff-homepage-alpha #item-image-slideshow-bravo .bx-wrapper {
    height: 750px;
    padding-bottom: 0;
  }
  #staff-homepage-alpha #item-image-slideshow-bravo .bx-wrapper .bx-viewport {
    height: 750px;
    padding-bottom: 0;
  }
  #staff-homepage-alpha #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul {
    height: 750px;
    padding-bottom: 0;
  }
  #staff-homepage-alpha #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li {
    height: 750px;
    padding-bottom: 0;
    background-attachment: fixed;
  }
}
#staff-listing-show-alpha #item-image-slideshow-bravo {
  position: relative;
}
#staff-listing-show-alpha #item-image-slideshow-bravo .bx-controls .bx-pager {
  display: block;
  position: absolute;
  right: 0;
  color: white;
  left: 0;
  text-align: center;
  bottom: 10px;
  z-index: 30;
}
#staff-listing-show-alpha #item-image-slideshow-bravo .bx-controls .bx-controls-direction {
  display: none;
}
#staff-listing-show-alpha #item-image-slideshow-bravo {
  /*.bx-wrapper{
			max-width: none !important;
		}*/
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #staff-listing-show-alpha #item-image-slideshow-bravo .bx-pager {
    bottom: 20px !important;
  }
}
#appraisal-echo .appraisal-wrapper form fieldset {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#appraisal-echo .appraisal-wrapper form fieldset input {
  width: 100%;
}
#appraisal-echo .appraisal-wrapper form fieldset select {
  width: 100%;
}
#appraisal-echo .appraisal-wrapper form fieldset textarea {
  width: 100%;
}
#appraisal-echo .appraisal-wrapper form input[type="submit"] {
  display: block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 54px;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #1e1e1e;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  background-color: transparent;
  border: 1px solid #1e1e1e;
  letter-spacing: 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  margin: 16px 0 32px 0;
  width: 100%;
  border: none;
}
#appraisal-echo .appraisal-wrapper form input[type="submit"]:focus,
#appraisal-echo .appraisal-wrapper form input[type="submit"]:hover,
#appraisal-echo .appraisal-wrapper form input[type="submit"]:active {
  background-color: #ff0200;
  color: #ffffff;
  border-color: #ff0200;
  transition: all 0.5s;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #appraisal-echo .appraisal-wrapper form fieldset {
    width: 50%;
    float: left;
  }
  #appraisal-echo .appraisal-wrapper form .fieldset_type {
    width: 25%;
  }
  #appraisal-echo .appraisal-wrapper form .fieldset_notes {
    width: 100%;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #appraisal-echo .text-wrapper {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
  }
  #appraisal-echo .appraisal-wrapper {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
  }
}
#blog-foxtrot .list-container ul {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px;
}
#blog-foxtrot .list-container ul .wrapper.hide {
  opacity: 0;
  visibility: 0;
  transition: all 0.5s;
}
#blog-foxtrot .list-container ul .wrapper.hide li .blog-image {
  /*border-radius: 0;*/
  transition: all 1s;
}
#blog-foxtrot .list-container ul .wrapper.hide li .blog-image .image {
  /*width: 0;
							height: 0;
							transition: all 1s;
							border-radius: 0;*/
  /*transform:translateY(-50%) ;*/
  /*-webkit-transform:translateY(-50%) ;*/
}
#blog-foxtrot .list-container ul .wrapper {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  /*transition-timing-function: cubic-bezier(0.64, 0.57, 0.67, 1.2) !important;*/
  transition-timing-function: cubic-bezier(0.87, -0.41, 0.19, 1.44) !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-bottom: 16px;
}
#blog-foxtrot .list-container ul .wrapper li .blog-image {
  transition: all 1s;
  display: block;
  overflow: hidden;
  border-radius: 200px;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
#blog-foxtrot .list-container ul .wrapper li .blog-image .image {
  display: block;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 200px;
  width: 200px;
  margin: 0 auto;
  transition: all 1s;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
#blog-foxtrot .list-container ul .wrapper li .info .name {
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 8px;
  box-sizing: border-box;
}
#blog-foxtrot .list-container ul .wrapper li .info a {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #1e1e1e;
  padding-bottom: 4px;
}
#blog-foxtrot .list-container ul .wrapper li .info .email {
  padding-top: 8px;
  padding-bottom: 0;
}
#blog-foxtrot .list-container ul .wrapper li .info .email i {
  padding-left: 2px;
}
#blog-foxtrot .list-container ul .wrapper li .info .email:hover {
  color: #ff0200;
}
#blog-foxtrot .list-container ul .wrapper li .info h2 {
  text-align: center;
  padding-bottom: 16px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
}
#blog-foxtrot .list-container ul .wrapper li:hover .name {
  color: #ff0200;
}
#blog-foxtrot .list-container ul .wrapper li:hover .image {
  transition: all 0.5s;
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand');
}
#blog-foxtrot .tags-wrapper {
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
}
#blog-foxtrot .tags-wrapper .tags {
  width: auto !important;
  display: inline-block !important;
  font-size: 12px;
  letter-spacing: 2px;
}
#blog-foxtrot .tags-wrapper .tags:hover {
  color: #ff0200 !important;
}
#blog-foxtrot .tags-wrapper em:last-child {
  display: none;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #blog-foxtrot .list-container {
    width: 100%;
    display: inline-block;
  }
  #blog-foxtrot .list-container ul .wrapper {
    padding-top: 20px;
    width: 50%;
    float: left;
    padding-bottom: 40px;
  }
  #blog-foxtrot .list-container ul .wrapper li .blog-image {
    border-radius: 240px;
    width: 240px;
    height: 240px;
  }
  #blog-foxtrot .list-container ul .wrapper li .blog-image .image {
    display: block;
    width: 100%;
    height: 240px;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 240px;
    width: 240px;
    margin: 0 auto;
    margin-bottom: 12px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #blog-foxtrot {
    padding-top: 70px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #blog-foxtrot .list-container {
    display: block;
    max-width: 930px;
    margin: 0 auto;
  }
  #blog-foxtrot .list-container ul {
    display: inline-block;
    width: 100%;
  }
  #blog-foxtrot .list-container ul .wrapper {
    padding-top: 20px;
    width: 33.33%;
    float: left;
    padding-bottom: 40px;
  }
  #blog-foxtrot .list-container ul .wrapper li .blog-image .image {
    display: block;
    width: 100%;
    height: 240px;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 240px;
    width: 240px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  #blog-foxtrot .list-container ul .wrapper li .info .name {
    padding-top: 20px;
  }
}
#blog-show-delta {
  width: 100%;
  display: block;
  padding-top: 50px;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #blog-show-delta .container .middle .left {
    width: 65%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #blog-show-delta .container .middle .right {
    clear: initial !important;
    width: 35%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #blog-show-delta .container .bottom {
    clear: both;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #blog-show-delta .container .middle {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
  }
  #blog-show-delta .container .middle .left {
    width: 70%;
  }
  #blog-show-delta .container .middle .right {
    width: 30%;
  }
  #blog-show-delta .container .bottom {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
  }
}
#item-igloo .item-container {
  max-width: 1030px;
  margin: 0 auto;
  display: block;
  width: 100%;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
}
#items-hotel .container article {
  width: 100%;
  display: block;
}
#items-hotel .container article .text {
  max-width: 1030px;
  display: block;
  margin: 0 auto;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
}
#agent-show-juliet {
  width: 100%;
  display: block;
  padding-top: 50px;
}
#agent-show-juliet .container .image {
  height: 0;
  padding-bottom: 70%;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #agent-show-juliet .container .middle .left {
    width: 65%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agent-show-juliet .container .middle .right {
    clear: initial !important;
    width: 35%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agent-show-juliet .container .bottom {
    clear: both;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #agent-show-juliet .container .image {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
    padding-bottom: 32%;
  }
  #agent-show-juliet .container .middle {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
  }
  #agent-show-juliet .container .middle .left {
    width: 70%;
  }
  #agent-show-juliet .container .middle .right {
    width: 30%;
  }
  #agent-show-juliet .container .bottom {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
  }
}
/* Real estate icons */
@font-face {
  font-family: 'bbc';
  src: url('/assets/layout/_global/fonts/real-estate-icons/bbc.eot?odg0a9');
  src: url('/assets/layout/_global/fonts/real-estate-icons/bbc.eot?#iefixodg0a9') format('embedded-opentype'), url('/assets/layout/_global/fonts/real-estate-icons/bbc.woff?odg0a9') format('woff'), url('/assets/layout/_global/fonts/real-estate-icons/bbc.ttf?odg0a9') format('truetype'), url('/assets/layout/_global/fonts/real-estate-icons/bbc.svg?odg0a9#bbc') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="bbc-"],
[class*=" bbc-"] {
  font-family: 'bbc';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bbc-bed-large:before {
  content: "\e600";
}
.bbc-bath-large:before {
  content: "\e601";
}
.bbc-car-large:before {
  content: "\e602";
}
/* Sneak Preview Banners */
.sneak-preview {
  display: block;
  position: absolute;
  top: 110px;
  right: 10px;
  width: 69px;
  height: 43px;
  z-index: 55;
  line-height: 15px;
  font-size: 13px;
  padding: 6px 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #c2272b;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.sneak-preview:after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid #c2272b;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -7px;
}
.propertyListing {
  position: relative;
}
.sneak-preview.on-map {
  top: 80px;
  right: 15px;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  .sneak-preview {
    width: 89px;
    height: 60px;
    font-size: 16px;
    line-height: 20px;
    padding: 9px 0 0;
    top: 140px;
    right: 20px;
  }
  .sneak-preview:after {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 18px solid #c2272b;
    bottom: -18px;
    margin-left: -11px;
  }
  .propertyListing {
    position: relative;
  }
  .propertyListing .sneak-preview {
    width: 69px;
    height: 43px;
    font-size: 13px;
    line-height: 15px;
    padding: 6px 0 0;
    top: 10px;
    right: 10px;
  }
  .propertyListing .sneak-preview:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 12px solid #c2272b;
    bottom: -12px;
    margin-left: -7px;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  .sneak-preview.on-map {
    top: 30px;
    right: 40px;
  }
  .sneak-preview {
    width: 89px;
    height: 60px;
    font-size: 16px;
    line-height: 20px;
    padding: 9px 0 0;
    top: 20px;
    right: 100px;
  }
  .sneak-preview:after {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 18px solid #c2272b;
    bottom: -18px;
    margin-left: -11px;
  }
}
@font-face {
  font-family: Variable;
  src: url("http://s3-ap-southeast-2.amazonaws.com/zenu/subzero/88/fonts/Variable.otf");
}
@font-face {
  font-family: Variable Bold;
  src: url("http://s3-ap-southeast-2.amazonaws.com/zenu/subzero/88/fonts/Variable-Bold.otf");
}
@font-face {
  font-family: Variable Light;
  src: url("http://s3-ap-southeast-2.amazonaws.com/zenu/subzero/88/fonts/Variable-Light.otf");
}
@font-face {
  font-family: 'Variableregular';
  src: url('../fonts/varaible/Variable-webfont.eot');
  src: url('../fonts/varaible/Variable-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/varaible/Variable-webfont.woff2') format('woff2'), url('../fonts/varaible/Variable-webfont.woff') format('woff'), url('../fonts/varaible/Variable-webfont.ttf') format('truetype'), url('../fonts/varaible/Variable-webfont.svg#Poppinsregular') format('svg');
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?lbghr0');
  src: url('../fonts/icomoon.eot?lbghr0#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?lbghr0') format('truetype'), url('../fonts/icomoon.woff?lbghr0') format('woff'), url('../fonts/icomoon.svg?lbghr0#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-ChevRight:before {
  content: "\e901";
}
.icon-ChevLeft:before {
  content: "\e900";
}
body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #1e1e1e;
  background-color: #ffffff;
  position: relative;
  transition: all 0.5s;
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  letter-spacing: 2px;
  line-height: 20px;
}
.default-overlay-btn {
  color: #ffffff;
  border: 2px solid #ffffff;
  width: 175px;
  margin: 0 auto;
  padding: 20px 0px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 600;
}
.default-heading-m {
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 22px;
}
.default-heading-t {
  font-size: 19px;
  letter-spacing: 2px;
}
.default-heading-d {
  font-size: 24px;
  letter-spacing: 13px;
  line-height: 32px;
}
.default-btn {
  display: block;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 54px;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #1e1e1e;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  background-color: transparent;
  border: 1px solid #1e1e1e;
  letter-spacing: 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  margin: 16px 0 32px 0;
}
.default-btn:focus,
.default-btn:hover,
.default-btn:active {
  background-color: #ff0200;
  color: #ffffff;
  border-color: #ff0200;
  transition: all 0.5s;
}
.default-link {
  text-decoration: none;
  color: #1e1e1e;
}
.default-link:focus,
.default-link:hover,
.default-link:active {
  color: #ff0200;
}
h1 {
  font-size: 25px;
  letter-spacing: 4px;
  font-weight: 400;
}
.content {
  padding: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  .content {
    padding: 24px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  h1 {
    letter-spacing: 6px;
    font-size: 30px;
  }
  .content {
    padding: 40px;
  }
}
.bx-pager {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  text-align: center;
  display: block !important;
}
.bx-pager .bx-pager-item {
  margin-left: 15px;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.bx-pager .bx-pager-item:hover .bx-pager-link:after {
  background-color: white;
}
.bx-pager .bx-pager-item .bx-pager-link {
  position: relative;
  width: 4px;
  height: 4px;
  display: block;
  background-color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0;
  /*overflow: hidden;*/
  border-radius: 100px;
  /*border: 2px solid white;*/
  padding: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.bx-pager .bx-pager-item .bx-pager-link:after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: rgba(255, 255, 255, 0.5) 1px solid;
  border-radius: 100px;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.bx-pager .bx-pager-item .bx-pager-link.active:after {
  background-color: white !important;
}
.bx-pager .bx-pager-item:nth-child(1) {
  margin-left: 0;
}
#header-atom {
  transition: all 0.5s;
  font-family: 'Poppins', sans-serif;
  z-index: 150;
  position: fixed;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  display: block;
  height: 50px;
  background-color: #ff0200;
}
#header-atom section #logo {
  position: absolute;
  width: 100%;
  display: block;
  transition: all 0.5s;
}
#header-atom section #logo img {
  height: 20px;
  padding-top: 15px;
  padding-left: 10px;
  display: block;
}
#header-atom section #logo.show {
  transition: all 0.5s;
  z-index: 250;
}
#header-atom section .menu-container.show {
  display: block;
  transition: all 0.5s;
}
#header-atom section .menu-container.animate {
  opacity: 1;
  transition: all 0.5s;
}
#header-atom section .menu-container {
  transition: all 0.5s;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  display: none;
  /*opacity: 1;*/
  opacity: 0;
}
#header-atom section .menu-container .menu-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 10;
  background-size: cover;
  /*background-position: 50% 50%;*/
  transition: all 0.5s;
  opacity: 1 !important;
  /*opacity: 0;*/
  background: url(../images/Sydney.jpg) 50% 50% no-repeat;
}
#header-atom section .menu-container .menu-background.intro {
  background: url(../images/Sydney.jpg) 50% 50% no-repeat;
}
#header-atom section .menu-container .menu-background.one {
  background: url(../images/Sydney.jpg) 50% 50% no-repeat;
}
#header-atom section .menu-container .menu-background.two {
  background: url(../images/2.jpg) 50% 50% no-repeat;
}
#header-atom section .menu-container .menu-background.three {
  background: url(../images/3.jpg) 50% 50% no-repeat;
}
#header-atom section .menu-container .menu-background.four {
  background: url(../images/4.jpg) 50% 50% no-repeat;
}
#header-atom section .menu-container .menu-background.show {
  opacity: 1;
}
#header-atom section .menu-container .menu-wrapper {
  position: absolute;
  z-index: 50;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
  transition: all 1s;
  /*opacity: 0;*/
  opacity: 1!important;
  z-index: -1;
}
#header-atom section .menu-container .menu-wrapper.show {
  z-index: 200;
  transition: all 1s;
  opacity: 1;
}
#header-atom section .menu-container .menu-wrapper.fade,
#header-atom section .menu-container .menu-wrapper.fade1,
#header-atom section .menu-container .menu-wrapper.fade2,
#header-atom section .menu-container .menu-wrapper.fade3,
#header-atom section .menu-container .menu-wrapper.fade4 {
  transition: all 1s;
  background-color: rgba(255, 255, 255, 0.9);
}
#header-atom section .menu-container #menu-left {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-top: 50px;
  border-bottom: 1px solid #3b3b3b;
}
#header-atom section .menu-container #menu-left ul {
  list-style: none;
  margin-left: 0;
  width: 130px;
  margin: 0 auto;
}
#header-atom section .menu-container #menu-left li:before {
  content: "";
  display: block;
  float: left;
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background-color: #1e1e1e;
  margin-top: 15px;
  margin-right: 20px;
}
#header-atom section .menu-container #menu-left ul li.show {
  transition: all 0.7s;
  margin-left: 0;
}
#header-atom section .menu-container #menu-left ul li {
  transition: all 0.7s;
  margin-left: -200%;
  padding-bottom: 8px;
}
#header-atom section .menu-container #menu-left ul li a {
  text-align: left;
  width: 200px;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  transition: all 1s;
  text-transform: uppercase;
  position: relative;
}
#header-atom section .menu-container #menu-left ul li a:after {
  position: absolute;
  width: 14px;
  height: 2px;
  background-color: #1e1e1e;
  transition: all 0.5s;
  content: "";
  top: 35px;
  left: -3px;
}
#header-atom section .menu-container #menu-left ul li a:hover:after {
  width: 180px;
  transition: all 0.5s;
}
#header-atom section .menu-container #menu-left ul li .active {
  /*color: red;*/
  transition: all 1s;
}
#header-atom section .menu-container #menu-left ul li .active:after {
  width: 130px;
  transition: all 0.5s;
}
#header-atom section .menu-container #menu-middle {
  border-right: 1px solid #3b3b3b;
  width: 50%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#header-atom section .menu-container #menu-middle ul li a {
  text-transform: uppercase;
  line-height: 20px;
  transition: all 0.5s;
}
#header-atom section .menu-container #menu-middle ul li a:hover {
  color: #ff0200;
  transition: all 0.5s;
}
#header-atom section .menu-container #menu-middle ul li:nth-child(1),
#header-atom section .menu-container #menu-middle ul li:nth-child(2),
#header-atom section .menu-container #menu-middle ul li:nth-child(3),
#header-atom section .menu-container #menu-middle ul li:nth-child(4) {
  display: none;
}
#header-atom section .menu-container #menu-right {
  width: 50%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#header-atom section .menu-container #menu-right .social-container a {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
}
#header-atom section .menu-container #menu-right .social-container a i {
  line-height: 60px;
  text-decoration: none;
  color: #1e1e1e;
  font-size: 30px;
  transition: all 0.5s;
}
#header-atom section .menu-container #menu-right .social-container a i:hover {
  color: #ff0200;
  transition: all 0.5s;
}
#header-atom section .menu-container #menu-right .social-container .facebook-link:hover i {
  color: #415e9b;
  transition: all 0.5s;
}
#header-atom section .menu-container #menu-right .social-container .twitter-link:hover i {
  color: #59adeb;
  transition: all 0.5s;
}
#header-atom section .menu-container #menu-right .social-container .instagram-link:hover i {
  color: #125688;
  transition: all 0.5s;
}
#header-atom section .menu-container #menu-right .social-container .pinterest-link:hover i {
  color: #d01d15;
  transition: all 0.5s;
}
#header-atom section .menu-container #menu-right .social-container .youtube-link:hover i {
  color: #e62117;
  transition: all 0.5s;
}
#header-atom section .menu-container #menu-right .social-container .linkedin-link:hover i {
  color: #0077b5;
  transition: all 0.5s;
}
#header-atom section .menu-container #menu-right .social-container .googleplus-link:hover i {
  color: #d73d32;
  transition: all 0.5s;
}
#header-atom section #menuOpen-mobile,
#header-atom section #menuOpenDesktop,
#header-atom section #menuOpen-hide-overlay {
  float: right;
  color: #fff;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  padding-right: 10px;
  padding-top: 12px;
  transition: all 0.5s;
  position: absolute;
  right: 10px;
  top: 0px;
}
#header-atom section #menuOpen-mobile .menu-icon,
#header-atom section #menuOpenDesktop .menu-icon,
#header-atom section #menuOpen-hide-overlay .menu-icon {
  z-index: 500;
  display: block;
  width: 17px;
  height: 14px;
  position: relative;
  margin-top: 4px;
}
#header-atom section #menuOpen-mobile .menu-icon .line,
#header-atom section #menuOpenDesktop .menu-icon .line,
#header-atom section #menuOpen-hide-overlay .menu-icon .line {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.5s;
}
#header-atom section #menuOpen-mobile .menu-icon .line:nth-child(1),
#header-atom section #menuOpenDesktop .menu-icon .line:nth-child(1),
#header-atom section #menuOpen-hide-overlay .menu-icon .line:nth-child(1) {
  top: -1px;
  transition: all 0.5s;
  border-top: 2px solid #fff;
  -webkit-transform-origin: 50% 0%;
}
#header-atom section #menuOpen-mobile .menu-icon .line:nth-child(2),
#header-atom section #menuOpenDesktop .menu-icon .line:nth-child(2),
#header-atom section #menuOpen-hide-overlay .menu-icon .line:nth-child(2) {
  top: 50%;
  transition: all 0.5s;
  margin-top: -1px;
  border-top: 2px solid #fff;
}
#header-atom section #menuOpen-mobile .menu-icon .line:nth-child(3),
#header-atom section #menuOpenDesktop .menu-icon .line:nth-child(3),
#header-atom section #menuOpen-hide-overlay .menu-icon .line:nth-child(3) {
  bottom: -1px;
  transition: all 0.5s;
  border-bottom: 2px solid #fff;
  top: 0px;
  -webkit-transform-origin: 50% 100%;
}
#header-atom section #menuOpen-mobile .menu-icon.active,
#header-atom section #menuOpenDesktop .menu-icon.active,
#header-atom section #menuOpen-hide-overlay .menu-icon.active {
  z-index: 500;
}
#header-atom section #menuOpen-mobile .menu-icon.active .line:nth-child(1),
#header-atom section #menuOpenDesktop .menu-icon.active .line:nth-child(1),
#header-atom section #menuOpen-hide-overlay .menu-icon.active .line:nth-child(1) {
  -webkit-transform: translateY(50%) rotate(45deg) scale(1.2);
  transition: all 0.5s;
}
#header-atom section #menuOpen-mobile .menu-icon.active .line:nth-child(2),
#header-atom section #menuOpenDesktop .menu-icon.active .line:nth-child(2),
#header-atom section #menuOpen-hide-overlay .menu-icon.active .line:nth-child(2) {
  opacity: 0;
  transition: all 0.5s;
}
#header-atom section #menuOpen-mobile .menu-icon.active .line:nth-child(3),
#header-atom section #menuOpenDesktop .menu-icon.active .line:nth-child(3),
#header-atom section #menuOpen-hide-overlay .menu-icon.active .line:nth-child(3) {
  -webkit-transform: translateY(-50%) rotate(-45deg) scale(1.2);
  transition: all 0.5s;
}
#header-atom section #menuOpen-mobile .menu-icon:hover .line,
#header-atom section #menuOpenDesktop .menu-icon:hover .line,
#header-atom section #menuOpen-hide-overlay .menu-icon:hover .line {
  border-color: #1e1e1e;
  transition: all 0.5s;
}
#header-atom section .menu-open-desktop,
#header-atom section .menu-desktop {
  display: none;
}
#header-atom section #menuDesktopX {
  display: none;
}
#header-atom section nav {
  z-index: 150;
  padding: 8px;
  padding-bottom: 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
}
#header-atom section nav ul {
  padding-top: 8px;
  z-index: 150;
}
#header-atom section nav ul li {
  width: 100%;
  z-index: 60;
}
#header-atom section nav ul li .parent {
  color: #1e1e1e;
}
#header-atom section nav ul li a {
  z-index: 150;
  font-family: 'Poppins', sans-serif;
  display: block;
  color: #1e1e1e;
  text-decoration: none;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 30px;
  padding: 4px 8px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#header-atom section nav ul li ol {
  display: none;
}
#header-atom section nav ul li ol li {
  padding: 0px;
}
#header-atom section nav ul li ol li a {
  font-family: 'Poppins', sans-serif;
  background-color: transparent;
  font-size: 14px;
  padding: 4px 16px;
}
#footer-atom {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px;
  background: #1e1e1e;
  color: #ffffff;
}
#footer-atom a {
  text-decoration: none;
  color: #ffffff;
}
#footer-atom .top-info .left .wrapper a {
  color: #ffffff;
  text-decoration: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
  display: block;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 12px;
  padding: 60px 0;
  border-bottom: 1px solid #3b3b3b;
  line-height: 18px;
}
#footer-atom .top-info .left .wrapper a:hover {
  text-decoration: underline;
}
#footer-atom .top-info .right {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-bottom: 1px solid #3b3b3b;
  padding-bottom: 40px;
}
#footer-atom .top-info .right span {
  line-height: 18px;
  color: #ffffff;
  text-decoration: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
  display: block;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 12px;
  padding: 40px 0;
}
#footer-atom .top-info .right #quickSearch {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 20px;
}
#footer-atom .top-info .right #quickSearch input {
  border: 2px solid transparent;
}
#footer-atom .top-info .right #quickSearch a {
  background-color: transparent;
  color: white;
  border-color: white;
  margin-top: 8px;
}
#footer-atom .top-info .right #quickSearch a:hover {
  background: white;
  color: #1e1e1e;
}
#footer-atom .bottom-info .links-wrapper {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-bottom: 1px solid #3b3b3b;
  padding-bottom: 40px;
  padding-top: 40px;
}
#footer-atom .bottom-info .links-wrapper .links:nth-child(1) h3 {
  padding-top: 0;
}
#footer-atom .bottom-info .links-wrapper .links h3 {
  text-align: center;
  padding: 24px 0 16px 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
}
#footer-atom .bottom-info .links-wrapper .links li {
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 2px;
}
#footer-atom .bottom-info .links-wrapper .links li a:hover {
  text-decoration: underline;
}
#footer-atom .bottom-info .zenu li {
  text-align: center;
  padding-top: 16px;
  padding-bottom: 4px;
  letter-spacing: 3px;
  font-size: 9px;
  text-transform: uppercase;
}
#footer-atom .bottom-info .zenu li a {
  text-decoration: none;
  color: #ffffff;
}
#footer-atom .bottom-info .zenu li a:hover {
  color: #8cc63e;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #footer-atom {
    padding: 0;
  }
  #footer-atom .top-info {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #3b3b3b;
  }
  #footer-atom .top-info .left {
    width: 40%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #footer-atom .top-info .left .wrapper a {
    padding: 110px 40px 0 40px;
    border: none;
  }
  #footer-atom .top-info .right {
    width: 60%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-bottom: none;
    border-left: 1px solid #3b3b3b;
    padding: 0px 40px 40px 40px;
  }
  #footer-atom .top-info .right span {
    padding: 40px 0 20px 0px;
  }
  #footer-atom .bottom-info .links-wrapper {
    display: inline-block;
    width: 100%;
    padding: 40px 20px 40px 20px;
  }
  #footer-atom .bottom-info .links-wrapper .links:first-child {
    padding-left: 0;
  }
  #footer-atom .bottom-info .links-wrapper .links:last-child {
    padding-right: 0;
  }
  #footer-atom .bottom-info .links-wrapper .links {
    width: 25%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 10px;
  }
  #footer-atom .bottom-info .links-wrapper .links h3 {
    padding: 0 0 24px 0;
  }
  #footer-atom .bottom-info .zenu {
    padding: 20px 0;
    clear: both;
  }
  #footer-atom .bottom-info .zenu li {
    padding: 0;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #header-atom.home,
  #header-atom.home.scroll {
    transition: all 0s;
    background-color: transparent !important;
  }
  #header-atom.home #logo,
  #header-atom.home.scroll #logo {
    display: none;
  }
  #header-atom.scroll {
    background-color: rgba(255, 255, 255, 0.9) !important;
    transition: all 0.5s;
  }
  #header-atom {
    /*background-color: transparent;*/
    height: 70px;
  }
  #header-atom section #logo {
    width: auto;
  }
  #header-atom section #logo img {
    height: 30px;
    padding-top: 20px;
    padding-left: 20px;
  }
  #header-atom section .menu-container .menu-background {
    height: 100%;
  }
  #header-atom section .menu-container .menu-wrapper {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 250px;
    height: 100%;
  }
  #header-atom section .menu-container #menu-left {
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 0;
    border: transparent;
  }
  #header-atom section .menu-container #menu-left ul {
    padding-top: 35px;
  }
  #header-atom section .menu-container #menu-left ul li:before {
    width: 8px;
    height: 8px;
  }
  #header-atom section .menu-container #menu-left ul li {
    margin-left: -400%;
    padding-bottom: 25px;
  }
  #header-atom section .menu-container #menu-left ul li a {
    width: 300px;
    font-size: 25px;
  }
  #header-atom section .menu-container #menu-left ul li a:after {
    left: -4px;
    width: 16px;
    top: 40px;
  }
  #header-atom section .menu-container #menu-left ul li a:hover:after {
    width: 275px;
  }
  #header-atom section .menu-container #menu-middle {
    padding-top: 0;
    width: 33.33%;
    border-left: 1px solid #3b3b3b;
  }
  #header-atom section .menu-container #menu-middle ul {
    padding-top: 35px;
  }
  #header-atom section .menu-container #menu-middle ul li {
    width: 250px;
    margin: 0 auto;
  }
  #header-atom section .menu-container #menu-middle ul li a {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    position: relative;
  }
  #header-atom section .menu-container #menu-middle ul li a:after {
    position: absolute;
    width: 0px;
    height: 2px;
    background-color: #1e1e1e;
    transition: all 0.25s;
    content: "";
    top: 28px;
    left: 7px;
  }
  #header-atom section .menu-container #menu-middle ul li a:hover:after {
    width: 130px;
    transition: all 0.25s;
  }
  #header-atom section .menu-container #menu-right {
    padding-top: 0;
    width: 33.33%;
  }
  #header-atom section .menu-container #menu-right .social-container {
    padding-top: 110px;
    padding-left: 40px;
  }
  #header-atom section #menuOpen-mobile .menu-icon,
  #header-atom section #menuOpenDesktop .menu-icon,
  #header-atom section #menuOpen-hide-overlay .menu-icon {
    z-index: 500;
    display: block;
    width: 35px;
    height: 25px;
    position: absolute;
    right: 20px;
    top: 20px;
    margin-top: 0;
  }
  #header-atom section #menuOpen-mobile .menu-icon .line,
  #header-atom section #menuOpenDesktop .menu-icon .line,
  #header-atom section #menuOpen-hide-overlay .menu-icon .line {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.5s;
  }
  #header-atom section #menuOpen-mobile .menu-icon .line:nth-child(1),
  #header-atom section #menuOpenDesktop .menu-icon .line:nth-child(1),
  #header-atom section #menuOpen-hide-overlay .menu-icon .line:nth-child(1) {
    top: -1px;
    transition: all 0.5s;
    border-top: 2px solid #1e1e1e;
    -webkit-transform-origin: 50% 0%;
  }
  #header-atom section #menuOpen-mobile .menu-icon .line:nth-child(2),
  #header-atom section #menuOpenDesktop .menu-icon .line:nth-child(2),
  #header-atom section #menuOpen-hide-overlay .menu-icon .line:nth-child(2) {
    top: 50%;
    transition: all 0.5s;
    margin-top: -1px;
    border-top: 2px solid #1e1e1e;
  }
  #header-atom section #menuOpen-mobile .menu-icon .line:nth-child(3),
  #header-atom section #menuOpenDesktop .menu-icon .line:nth-child(3),
  #header-atom section #menuOpen-hide-overlay .menu-icon .line:nth-child(3) {
    bottom: -1px;
    transition: all 0.5s;
    border-bottom: 2px solid #1e1e1e;
    top: 0px;
    -webkit-transform-origin: 50% 100%;
  }
  #header-atom section #menuOpen-mobile .menu-icon.active,
  #header-atom section #menuOpenDesktop .menu-icon.active,
  #header-atom section #menuOpen-hide-overlay .menu-icon.active {
    z-index: 500;
  }
  #header-atom section #menuOpen-mobile .menu-icon.active .line:nth-child(1),
  #header-atom section #menuOpenDesktop .menu-icon.active .line:nth-child(1),
  #header-atom section #menuOpen-hide-overlay .menu-icon.active .line:nth-child(1) {
    -webkit-transform: translateY(50%) rotate(45deg) scale(1.2);
    transition: all 0.5s;
  }
  #header-atom section #menuOpen-mobile .menu-icon.active .line:nth-child(2),
  #header-atom section #menuOpenDesktop .menu-icon.active .line:nth-child(2),
  #header-atom section #menuOpen-hide-overlay .menu-icon.active .line:nth-child(2) {
    opacity: 0;
    transition: all 0.5s;
  }
  #header-atom section #menuOpen-mobile .menu-icon.active .line:nth-child(3),
  #header-atom section #menuOpenDesktop .menu-icon.active .line:nth-child(3),
  #header-atom section #menuOpen-hide-overlay .menu-icon.active .line:nth-child(3) {
    -webkit-transform: translateY(-50%) rotate(-45deg) scale(1.2);
    transition: all 0.5s;
  }
  #header-atom section #menuOpen-mobile .menu-icon:hover .line,
  #header-atom section #menuOpenDesktop .menu-icon:hover .line,
  #header-atom section #menuOpen-hide-overlay .menu-icon:hover .line {
    border-color: #ff0200;
    transition: all 0.5s;
  }
  #header-atom section .menu-open-desktop,
  #header-atom section .menu-desktop {
    display: none;
  }
  #header-atom section #menuDesktopX {
    display: none;
  }
  #footer-atom {
    padding: 0;
  }
  #footer-atom .top-info {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #3b3b3b;
  }
  #footer-atom .top-info .left {
    width: 35%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #footer-atom .top-info .left .wrapper a {
    padding: 80px 40px 0 40px;
    border: none;
  }
  #footer-atom .top-info .right {
    width: 65%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-bottom: none;
    border-left: 1px solid #3b3b3b;
    padding: 0px 40px 40px 40px;
  }
  #footer-atom .top-info .right span {
    text-align: left;
    width: 80%;
    padding: 40px 0 20px 20px;
  }
  #footer-atom .top-info .right #quickSearch {
    width: 80%;
  }
  #footer-atom .top-info .right #quickSearch input {
    width: 60%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 54px;
    border: none;
    border-right: 10px solid #1e1e1e;
  }
  #footer-atom .top-info .right #quickSearch a {
    width: 40%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
  }
  #footer-atom .bottom-info {
    clear: both;
  }
  #footer-atom .bottom-info .links-wrapper {
    border: none;
    display: inline-block;
    width: 60%;
    padding: 40px 20px 0 40px;
  }
  #footer-atom .bottom-info .links-wrapper .links:first-child {
    padding-left: 0;
  }
  #footer-atom .bottom-info .links-wrapper .links:last-child {
    padding-right: 0;
  }
  #footer-atom .bottom-info .links-wrapper .links {
    width: 25%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 10px;
  }
  #footer-atom .bottom-info .links-wrapper .links h3 {
    text-align: left;
    padding: 0 0 24px 0;
  }
  #footer-atom .bottom-info .links-wrapper .links li {
    text-align: left;
  }
  #footer-atom .bottom-info .zenu {
    padding: 20px 0;
    clear: both;
  }
  #footer-atom .bottom-info .zenu li {
    padding: 0;
    padding-right: 30px;
    text-align: right;
  }
}
@media print {
  footer {
    display: none !important;
    background-color: #1e1e1e;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  nav {
    display: none !important;
  }
  section {
    width: 1030px;
  }
  footer .disclaimer {
    display: none !important;
  }
  #opens-mike .top-container,
  #auctions-lima .top-container,
  #opens-mike .print-by,
  #auctions-lima .print-by,
  #opens-mike .remove-from,
  #auctions-lima .remove-from,
  #opens-mike .add-to,
  #auctions-lima .add-to {
    display: none !important;
  }
}
#wheels-debug-area,
.cfdebug {
  display: none;
}
#no-results .card {
  text-align: center;
}
#no-results .card h2 {
  padding: 16px 0;
  display: block;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 6px;
  font-size: 18px;
  font-weight: 400;
}
#no-results .card a {
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 54px;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #1e1e1e;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  background-color: transparent;
  border: 1px solid #1e1e1e;
  letter-spacing: 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  margin: 16px 0 32px 0;
  display: block;
  margin: 16px auto 0 auto;
  max-width: 250px;
}
#no-results .card a:focus,
#no-results .card a:hover,
#no-results .card a:active {
  background-color: #ff0200;
  color: #ffffff;
  border-color: #ff0200;
  transition: all 0.5s;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #no-results .card h2 {
    padding: 24px 0;
    letter-spacing: 5px;
    font-size: 20px;
  }
  #no-results .card a {
    margin: 24px auto 0 auto;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #no-results .card h2 {
    padding: 40px 0;
    letter-spacing: 6px;
    font-size: 22px;
  }
  #no-results .card a {
    margin: 40px auto 0 auto;
  }
}
.static_social {
  display: none;
}
#instagram-container,
#twitter-container {
  display: none;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #instagram-container,
  #twitter-container {
    display: block;
    position: fixed;
    bottom: 20%;
    left: 0;
    z-index: 100;
    margin-top: -110px;
    max-width: 300px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 15px 2px 0px 2px;
    background: #4d4d4d;
    -ms-transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px);
    transition: all 0.5s;
  }
  #instagram-container h1,
  #twitter-container h1 {
    letter-spacing: 3px;
    font-size: 21px;
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
    color: white;
  }
  #twitter-container {
    height: 502px;
    width: 300px;
    background: #4d4d4d;
    background-color: #717171;
    overflow: hidden;
    padding-left: 7px;
  }
  #instagram-container.active,
  #twitter-container.active {
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    transition: all 0.5s;
  }
  .static_social.active {
    -ms-transform: translateX(300px);
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -o-transform: translateX(300px);
    transform: translateX(300px);
    transition: all 0.5s;
  }
  .static_social {
    transition: all 0.5s;
    display: none;
    position: fixed;
    bottom: 20%;
    left: 0;
    z-index: 100;
    margin-top: -110px;
  }
  .static_social div {
    display: block;
    height: 55px;
    width: 55px;
    overflow: hidden;
    text-align: left;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
  }
  .static_social div span {
    width: 250px;
    line-height: 55px;
  }
  .static_social div span i {
    line-height: 55px;
    display: inline-block;
    width: 55px;
    font-size: 24px;
    text-align: center;
  }
  .static_social div.twitter {
    background-color: #717171;
  }
  .static_social div.twitter:hover {
    background-color: #55ACEE;
  }
  .static_social div.instagram {
    background-color: #4d4d4d;
  }
  .static_social div.instagram:hover {
    background-color: #8a3ab9;
  }
  .twitter.fade,
  .instagram.fade {
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.5s;
    display: none;
  }
}









/*=========================================== */
/* ============= Customisations ============= */
/*=========================================== */




/*=========== Header ===========*/


#header-atom section nav ul li {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

#menuOpen .menu-icon:hover .line {
  border-color: #242424;
}



#header-atom {
  height: 60px;
  border: 0;
}


#header-atom section #logo {
  text-align: center;
  display: block;
  visibility: visible;
  transition: 0.2s all;
}

#header-atom section #logo.show {
  visibility: hidden;
  transition: 0.2s all;
}


#header-atom section #logo img {
  display: inline-block;
  padding: 0;
  margin-top: 10px;
}


#header-atom section #logo::after {
  display: block;
  width: auto;
  content: "Since 1968";
  display: block;
  color: #fff;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
}

a#logo {
  text-decoration: none;  
}

#header-atom section #menuOpen-mobile .menu-icon .line {
  border-color: #fff !important;
}


#header-atom section #menuOpen-mobile .menu-icon.active .line {
  border-color: #1e1e1e !important;
}


@media screen and (max-width: 640px) {
  #header-atom section #menuOpen-mobile .menu-icon, #header-atom section #menuOpenDesktop .menu-icon, #header-atom section #menuOpen-hide-overlay .menu-icon {
      z-index: 500;
      display: block;
      width: 27px;
      height: 20px;
      position: relative;
      margin-top: 9px;
  }
}


@media screen and (min-width: 640px) {
  #header-atom section #logo img {
    height: 30px;
    float: left;
    padding-top: 6px;
    padding-left: 15px;
    display: block;
    padding-bottom: 10px;
  }

  #header-atom section #logo::after {
    float: left;
    margin-top: 23px;
    margin-left: 16px;
  }



}

@media screen and (max-width: 980px) {
  #header-atom section #menuOpen-mobile .menu-icon, #header-atom section #menuOpenDesktop .menu-icon, #header-atom section #menuOpen-hide-overlay .menu-icon {
    z-index: 500;
    display: block;
    width: 32px;
    height: 24px;
    position: relative;
    margin-top: 4px;
  }
}


@media screen and (min-width: 980px) {  
  #header-atom {
    height: 70px;
  }


  #header-atom section #logo img {
    padding-top: 15px;
  }



  #header-atom section #logo::after {
     margin-top: 31px;
  }


}





/*=========== Homepage Video ===========*/




.ytp-autohide {
  cursor: none;
}
.html5-video-player {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
  overflow: hidden;
  outline: 0;
  font-family: Roboto,Arial,Helvetica,sans-serif;
  color: #eee;
  text-align: left;
  direction: ltr;
  font-size: 11px;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  touch-action: manipulation;
}

.video-wrapper {
  height: 200px;
  padding-top: 0;
  position: relative;
}


.video-wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
}

iframe, svg {
  max-width: 100%;
}


.homepage-slideshow {
  display: none;
}


.video-overlay {
  color: #fff;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 1.6em;
  left: 0;
  top: 130px;
  z-index: 99;
  font-size: 1em;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 1);
  pointer-events: none;
}

.video-overlay h2 {
  font-size: 2em;
}


@media screen and (min-width: 640px) {

  .video-wrapper {
    height: 400px;
  }


  .video-overlay {
    font-size: 1.5em;
    top: 210px;
    line-height: 1.8em;
  }

  .video-overlay h2 {
    font-size: 2.1em;
  }

}


@media screen and (min-width: 980px) {  

  .video-wrapper {
    height: 750px;

    /* Full screen-keep aspect*/
  /*  height: 0;
    padding-bottom: 56.25%;*/
  }

  .video-overlay {
    font-size: 2.1em;
    top: 380px;
    line-height: 1.8em;
  }

  .video-overlay h2 {
    font-size: 2.3em;
  }
}
