/* general styles */
@font-face {
  font-family: HelveticaLT-Thin;
  src: url('../fonts/LTe50257.ttf');
}
@font-face {
  font-family: HelveticaLT-Roman;
  src: url('../fonts/LTe50259.ttf');
}
@font-face {
  font-family: HelveticaLT-Light;
  src: url('../fonts/LTe50263.ttf');
}
@font-face {
  font-family: HelveticaLT-Medium;
  src: url('../fonts/LTe50265.ttf');
}
@font-face {
  font-family: HelveticaLT-Extended;
  src: url('../fonts/LTe50699.ttf');
}

body {
  font-family: HelveticaLT-Roman;
  font-size: 14px;
}

h1 {
  font-family: HelveticaLT-Light;
  font-size: 34px;
}

h2 {
  font-family: HelveticaLT-Light;
  font-size: 27px;
}

h3 {
  font-size: 20px;
}

.height-15 {
  height: 15px;
}

.main-navbar {
  font-family: HelveticaLT-Roman;
  font-size: 15px;
}

.medium-title {
  font-family: HelveticaLT-Roman;
  font-size: 24px;
}

.small-title {
  font-family: HelveticaLT-Light;
  font-size: 18px;
}

a {
  color: #02adcc;
}

.border-top {
  border-top: 1px solid #afafaf;
}

.border-bottom {
  border-bottom: 1px solid #afafaf;
}

.margin-top {
  margin-top: 10px;
}

.margin-bottom {
  margin-bottom: 10px;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}
.margin-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.margin-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.padding-right-0 {
  padding-right: 0;
}

.padding-left-0 {
  padding-left: 0;
}

.padding-right-3 {
  padding-right: 3px;
}

.padding-left-3 {
  padding-left: 3px;
}

.padding-left-5 {
  padding-left: 5px;
}

.padding-left-10 {
  padding-left: 10px;
}

.title {
  font-family: HelveticaLT-Light;
  font-size: 34px;
}

hr.horizontal-line {
  border-bottom: 1px solid #afafaf;
}

hr.horizontal-line-header {
  border-bottom: 1px solid #afafaf;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.text-justify {
  text-align: justify;
}

.text-success {
  color: #5cb85c;
}

.text-danger {
  color: #c9302c;
}

/* Non-responsive overrides for bootstrap
 *
 * The following CSS disable the responsive-ness of the container,
 * grid system, and navbar.
 */

/* Reset the container */
.container {
  width: 1080px !important;
  max-width: none !important;
}
/* end overrides*/

/* boostrap stripped tables bug fix in Mozilla */
.table-striped > tbody > tr:nth-child(2n + 1) > td,
.table-striped > tbody > tr:nth-child(2n + 1) > th {
  background-color: #f9f9f9;
  background-clip: padding-box;
}

/* header styles */

.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  margin-top: 0 !important;
  width: 1080px;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.9);
  border-radius: 3px 0 3px 3px;
}
.contact-info {
  line-height: 36px;
}

/* client login */
#client-login-trigger {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

#client-login-content {
  display: none;
  position: absolute;
  width: 200px;
  z-index: 999;
  background: #fff;
  background-image: linear-gradient(top, #fff, #eee);
  padding: 15px;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.9);
  border-radius: 3px 0 3px 3px;
}

.socials-list {
  padding: 0;
}

.socials-list li {
  display: inline-block;
}

.socials-list img {
  width: 30px;
  vertical-align: baseline;
}

.select-lang img {
  margin-right: 5px;
}
.select-lang button {
  padding: 1px 6px;
  font-weight: normal;
  margin: 0;
  background: url('/assets/images/design/select_bg.png');
  background-repeat: repeat-x;
  background-position: bottom;
  border: 1px solid #eaeaea;
  outline: none;
  display: inline-block;
  cursor: pointer;
}

.dropdown-arrow {
  display: inline-block;
}

.logo img {
  margin-top: 40px;
}

/* footer styles*/
.footer-links {
  font-family: HelveticaLT-Roman;
}

.footer-links ul {
  padding-left: 0;
  list-style-type: none;
}

.footer-links a,
.footer-links ul li a {
  color: #000;
  text-decoration: none;
}

.footer-links a:hover,
.footer-links ul li a a:hover {
  text-decoration: underline;
}

.footer-links ul.sub-items {
  padding-left: 15px;
}
.small-title {
  font-family: HelveticaLT-Light;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
}

.footer-info .title {
  text-align: center;
  color: #02adcc;
  font-size: 26px;
  margin: 0;
  word-spacing: 4px;
  line-height: 1em;
  padding: 0px 0 5px 0;
}

.footer-info .sub-title {
  text-align: center;
  font-size: 13px;
  height: 25px;
  margin: 0;
}

.small-text {
  font-family: HelveticaLT-Light;
  font-size: 12px;
}

/* main navbar*/
.main-navbar {
  height: 50px;
  padding: 5px 0;
}

.main-navbar > li {
  list-style: none;
  padding: 0 14px;
  margin: 10px 0;
  float: left;
}

.main-navbar li ~ li {
  border-left: 1px solid #afafaf;
}

.main-navbar > li > a {
  color: #333;
  text-decoration: none;
  position: relative;
  display: block;
}

.main-navbar > li > a:hover {
  text-decoration: underline;
}

.bxslider,
#sliderBuilder {
  padding-left: 0;
}

.bxslider img,
#sliderBuilder img {
  width: 1050px;
}
.bx-wrapper {
  margin: 0 auto 20px !important;
}
.bx-wrapper .bx-next {
  right: 20px !important;
}

.contact-img {
  width: 210px;
}

.contact-img img {
  display: inline-block;
  width: 198px;
}

.contact-img .photo1 {
}

.contact-img .photo2 {
  margin-left: 25px;
}

.contact-details {
  padding-left: 15px;
  width: 478px;
}

.phone {
  font-family: HelveticaLT-Light;
  font-size: 27px;
}

.testimonial {
  font-style: italic;
  text-align: justify;
  padding: 5px 10px;
}

.testimonials-wrapper {
  height: 212px;
}

.testimonials-wrapper .bx-wrapper {
  margin: 0 !important;
}

.home-right-col img {
  width: 330px;
  margin-bottom: 30px;
}

.home-right-col h4 {
  font-family: HelveticaLT-Light;
  color: #333;
  background-color: #eaeaea;
  border-color: #ddd;
  margin: 0;
  padding: 10px 10px;
}

.home-left-col .heading {
  font-family: HelveticaLT-Light;
  color: #333;
  background-color: #eaeaea;
  border-color: #ddd;
  padding: 10px 10px;
  margin-bottom: 20px;
}

.home-left-col .title {
  font-family: HelveticaLT-Light;
  font-size: 24px;
  margin-top: 20px;
}

/* luxury condos */
.contact-bar,
.contact-bar a {
  color: #02adcc;
}

.contact-bar a {
  text-decoration: underline;
}

.luxury-condo-select {
  width: 260px;
}

#condo_buildings,
#archive-videos {
  padding-left: 0;
}
#condo_buildings li,
#archive-videos li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.luxury-condo a,
.archive-video a {
  text-decoration: none;
  color: #333;
}

.luxury-condo,
.archive-video {
  width: 335px;
}

.luxury-condo-middle,
.archive-video-middle {
  margin-left: 15px;
  margin-right: 15px;
}
.luxury-condo img,
.archive-video img {
  width: 335px;
  height: 220px;
  margin-top: 20px;
}

.luxury-condo .caption {
  color: #333;
  background-color: #eaeaea;
  border-color: #ddd;
  margin: 0 0 10px 0;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: lighter;
}

.archive-video .video-title {
  color: #333;
  padding: 10px 10px;
  font-size: 15px;
  font-weight: lighter;
}

.luxury-condo .small-desc,
.luxury-home .small-desc,
.archive-video .small-desc {
  font-size: 14px;
}

.real-estate-news img {
  width: 400px;
}

.load-more {
  color: #333;
  background-color: #daf3f7;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid #adadad;
  white-space: nowrap;
  padding: 3px 6px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  text-transform: uppercase;
}

#pagination_condo_buildings a {
  margin-right: 5px;
  color: #333;
  font-size: 15px;
  font-weight: normal;
  cursor: pointer;
}

#pagination_condo_buildings .jp-current {
  color: #428bca !important;
}

/* header anchor */

.top-header #flap {
  display: block;
  width: 135px;
  height: 25px;
  background: url(/assets/images/design/flap.png) center top no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -67px;
  cursor: pointer;
  z-index: 2;
}

.top-header.open {
  padding-top: 10px;
}

.top-header.open #flap {
  background-position: center bottom;
}

.show {
  display: block;
}

.hide {
  display: none;
}

/* Building Condo  */

.breadcrumb {
  background-color: transparent;
  position: relative;
  top: 28px;
}

.breadcrumb li a {
  color: #333;
}
.breadcrumb li.active a {
  color: #999;
}

/* tabs */
.condo-building-submenu li {
  background-color: #e5f7fb;
}

.condo-building-submenu > li > a {
  border-radius: 0;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}

.condo-building-submenu > li > a:hover {
  text-decoration: underline;
  background-color: transparent;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 0;
}

.condo-building-submenu > li.active > a {
  color: #333;
  border-top: 1px solid #ddd;
  border-left: 0;
}

.condo-building-submenu > li.active > a:hover {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 0px !important;
}

.condo-building-submenu > li.active > a:focus {
  outline: none;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 0px;
}

ul.condo-building-submenu:first-child {
  border-left: 1px solid #ddd;
}

.condo-building-submenu li.active {
  background-color: transparent;
}

.condo-building-submenu > li.active .last-tab:focus {
  border-left: 1px solid #ddd !important;
}

.condo-building-submenu li a {
  color: #333;
}

.condo-building-submenu > li.active > a::-moz-focus-inner {
  border: 0;
}

.condo-building-tab-content {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px;
}

.condo-listing img {
  width: 100px;
}

.condo-listing li {
  background-color: #eaeaea;
  padding: 5px;
}

/* for rent and for sale tabs */
#available-residences {
  border: none;
}

.available-residences-tab-content {
  border: none;
  margin-bottom: 15px;
}

.featured-residences {
  border-bottom: 0;
  font-size: 15px;
  color: #333;
  display: inline-block;
  font-size: 85%;
  position: relative;
  top: 13px;
}

.featured-residences a {
  color: #333;
}
.featured-residences a + a {
  border-left: 1px solid #ddd;
}

.featured-residences li.active a {
  text-decoration: underline;
}
.featured-residences > li.active > a,
.featured-residences > li.active > a:hover,
.featured-residences > li.active > a:focus {
  color: #333;
}

.featured-residences li a,
.featured-residences li a:hover,
.featured-residences li.active a,
.featured-residences li.active a:hover {
  background-color: transparent;
  border: none;
}

.featured-residences-title {
  font-size: 18px;
}

.condo-img-desc {
  width: 500px;
}

.condo-img-desc2 {
  width: 495px;
}

.condo-img-desc3 {
  width: 1018px;
}

ul.residence-list {
  margin-top: 20px;
  margin-left: 0;
}

ul.residence-list a:hover {
  text-decoration: none;
}

ul.residence-list > li {
  vertical-align: top;
  padding: 0;
}
.residence {
  width: 335px;
}

.residence-small {
  width: 325px;
}

.residence .caption,
.residence-small .caption {
  color: #333;
  background-color: #eaeaea;
  padding: 5px;
}

.residence-item {
  width: 335px;
  margin-bottom: 20px;
}

.residence-item-small {
  width: 325px;
  margin-bottom: 20px;
}

.residence-middle {
  margin-left: 15px;
  margin-right: 15px;
}

.residence-middle-small {
  margin-left: 16px;
  margin-right: 16px;
}

/* styles for idx */
.IDX-showcaseTable {
  margin: 0 !important;
  font-family: HelveticaLT-Roman !important;
  font-size: 15px !important;
}

.IDX-showcaseTable .IDX-showcaseRow > div {
  display: inline-block !important;
  width: 1010px !important;
  background-color: #eaeaea;
}

.IDX-showcaseLink {
  width: auto !important;
}

.IDX-showcaseCell {
  border: none !important;
  webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin-bottom: 15px !important;
  padding: 10px !important;
  margin: 0 !important;
  height: 120px !important;
}

.IDX-showcaseCell div {
  text-align: inherit !important;
}

.IDX-showcaseTable .IDX-showcaseRow .IDX-showcaseContainer a {
  float: left;
}

.IDX-showcaseTable .IDX-showcaseRow .IDX-showcaseContainer img {
  padding-right: 10px;
  padding-bottom: 11px;
}

.IDX-showcaseAddress,
.IDX-showcaseCityStateZip {
  float: left;
  margin-left: 10px;
  font-size: 18px;
}

.IDX-showcasePrice {
  float: right;
  margin-left: 10px;
  font-size: 18px;
}

.IDX-showcaseBeds,
.IDX-showcaseBaths,
.IDX-showcaseFull,
.IDX-showcasePartial,
.IDX-showcaseStatus {
  clear: right;
  float: left;
  margin-left: 10px;
}

.IDX-showcaseListingID {
  position: absolute;
  top: 25px;
  left: 560px;
}

.IDX-showcaseCourtesy img {
  position: absolute;
  right: 0;
  top: 60px;
}

.loading-residences p {
  margin: 10px 0;
}

/* sideplan*/
.sideplan {
  border: 1px solid #afafaf;
  padding: 10px;
}

/* siteplan */
#siteplan img {
  max-width: 990px;
}

/* floorplans */
.floorplan {
  border: 1px solid #afafaf;
  width: 310px;
  margin-bottom: 25px;
  margin-left: 15px;
}
.floorplan img {
  padding: 5px;
  width: 300px;
}
.floorplan .caption {
  color: #333;
  background-color: #eaeaea;
  border-color: #ddd;
  margin: 0 -5px 10px -5px;
  padding: 10px;
  font-size: 16px;
  font-weight: lighter;
  text-align: right;
  min-height: 4em;
}
.floorplan .details {
  font-size: 14px;
}

#map_canvas,
#map_canvas2 {
  height: 500px;
  margin: 0px;
  padding: 0px;
}

/* slideshow */
#sliderBigCondo img {
  max-height: 605px;
  max-width: 1011px;
}

#sliderBigCondo {
  margin-left: 8px;
}

#sliderBigCondo .bx-viewport {
  height: 605px !important;
}

#sliderThumbCondo {
  margin-left: 10px;
}

#sliderThumbCondo img {
  max-height: 60px;
  max-width: 77px;
}

#sliderThumbCondo .bx-wrapper {
  max-width: 900px !important;
  clear: left;
}

#sliderThumbCondo .bx-viewport {
  height: 60px !important;
}

#sliderThumbCondo .bx-wrapper .bx-prev {
  left: -55px !important;
  top: 25px !important;
  background: url('/assets/images/design/slideshow_back_btn.png') no-repeat;
  width: 42px !important;
  height: 42px !important;
}

#sliderThumbCondo .bx-wrapper .bx-controls-direction a {
  text-indent: -2px;
  z-index: 99999 !important;
}

#sliderThumbCondo .bx-wrapper .bx-next {
  right: -45px !important;
  top: 25px !important;
  background: url('/assets/images/design/slideshow_forward_btn.png') no-repeat;
  width: 42px !important;
  height: 42px !important;
}

#sliderBigCondo .bx-controls-auto {
  text-align: left;
  position: relative;
  top: -25px;
  left: 10px;
}

/* videos list */
.videos-list {
  margin-left: -1px !important;
}

.videos-list li {
  margin-bottom: 30px;
}

.videos-list .video-middle {
  margin-left: 18px;
  margin-right: 18px;
}

.videos-list li img {
  width: 315px;
  height: 200px;
}
.sold-residence {
  position: relative;
}

.residence-img {
  width: 335px;
  height: 220px;
}
.residence-img-small {
  width: 325px;
  height: 206px;
}

.sold-label {
  position: absolute;
  top: 0;
  left: 0;
}

/* listing */
.listing-left-col {
  width: 770px;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.listing-right-col {
  width: 310px;
  float: left;
  padding-left: 15px;
}

/* listing slideshow */

#sliderListingBigCondo img {
  max-height: 435px;
  max-width: 730px;
  margin-bottom: 5px;
}

#sliderListingBigCondo {
  margin-left: 8px;
}

#sliderListingThumbCondo {
  margin-left: 10px;
}

#sliderListingThumbCondo img {
  max-height: 60px;
  max-width: 77px;
}

#sliderListingThumbCondo .bx-wrapper {
  max-width: 580px !important;
}

#sliderListingThumbCondo .bx-viewport {
  height: 60px !important;
}

#sliderListingThumbCondo .bx-wrapper .bx-prev {
  left: -55px !important;
  top: 25px !important;
  background: url('/assets/images/design/slideshow_back_btn.png') no-repeat;
  width: 42px !important;
  height: 42px !important;
}

#sliderListingThumbCondo .bx-wrapper .bx-controls-direction a {
  text-indent: -2px;
  z-index: 99999 !important;
}

#sliderListingThumbCondo .bx-wrapper .bx-next {
  right: -45px !important;
  top: 25px !important;
  background: url('/assets/images/design/slideshow_forward_btn.png') no-repeat;
  width: 42px !important;
  height: 42px !important;
}

#sliderListingBigCondo .bx-controls-auto {
  text-align: left;
  position: relative;
  top: -25px;
  left: 10px;
}

p.listing-info {
  font-family: HelveticaLT-Light;
  font-size: 18px;
}

.listing-residence-box {
  border: 1px solid #ddd;
  margin-top: 10px;
}

.listing-residence-box img {
  max-width: 270px;
  padding: 10px 0;
}

.listing-residence-box .caption {
  color: #333;
  background-color: #eaeaea;
  border-color: #ddd;
  margin: 0 0 10px 0;
  padding: 10px 10px;
  font-size: 16px;
  font-weight: bold;
}

.listing-residence-box .video-box {
  width: 294px;
  max-width: inherit;
  padding: 0 !important;
}

.listing-residence-box p.video {
  margin-bottom: 0 !important;
}

#condo_buildings_pagination .active {
  color: #000;
}

.new-constructions-slider .bx-wrapper .bx-prev {
  left: -55px !important;
  top: 90px !important;
  background: url('/assets/images/design/gray_slider_btn_left.png') no-repeat;
  width: 42px !important;
  height: 42px !important;
}

.new-constructions-slider .bx-wrapper .bx-controls-direction a {
  text-indent: -2px;
  z-index: 2;
}

.new-constructions-slider .bx-wrapper .bx-next {
  right: -45px !important;
  top: 90px !important;
  background: url('/assets/images/design/gray_slider_btn_right.png') no-repeat;
  width: 42px !important;
  height: 42px !important;
}

.new-constructions-slider .bx-wrapper .bx-next:hover {
  background-position: inherit;
}

.luxury-homes-select {
  width: 300px !important;
}

.luxury-homes-select option:disabled {
  color: #333;
}

.luxury-homes-select .community-title {
}

.luxury-homes-select .price-title {
}

.communities {
  width: 300px !important;
}

/* communities slideshow */
#sliderBigCommunity img {
  max-height: 425px;
  max-width: 720px;
}

#sliderBigCommunity {
  margin-left: 8px;
}

#sliderThumbCommunity {
  margin-left: 10px;
}

#sliderThumbCommunity img {
  max-height: 60px;
  max-width: 77px;
}

#sliderThumbCommunity .bx-wrapper {
  max-width: 540px !important;
}

#sliderThumbCommunity .bx-viewport {
  height: 60px !important;
}

#sliderThumbCommunity .bx-wrapper .bx-prev {
  left: -55px !important;
  top: 25px !important;
  background: url('/assets/images/design/slideshow_back_btn.png') no-repeat;
  width: 42px !important;
  height: 42px !important;
}

#sliderThumbCommunity .bx-wrapper .bx-controls-direction a {
  text-indent: -2px;
  z-index: 99999 !important;
}

#sliderThumbCommunity .bx-wrapper .bx-next {
  right: -45px !important;
  top: 25px !important;
  background: url('/assets/images/design/slideshow_forward_btn.png') no-repeat;
  width: 42px !important;
  height: 42px !important;
}

#sliderBigCommunity .bx-controls-auto {
  text-align: left;
  position: relative;
  top: -25px;
  left: 10px;
}

#communities-map-canvas {
  height: 790px;
}

.community-box {
  border: 1px solid #ddd;
  margin-top: 10px;
}

.community-box img {
  max-width: 300px;
  padding: 10px 0;
}

.community-box .caption {
  color: #333;
  background-color: #eaeaea;
  border-color: #ddd;
  margin: 0 0 10px 0;
  padding: 10px 10px;
  font-size: 16px;
}

.community-box .video-box {
  width: 317px;
  max-width: inherit;
  padding: 0 !important;
}

.community-box p.video {
  margin-bottom: 0 !important;
}

.community-weather {
  border-bottom: 0;
  width: 115px;
}

.community-weather a {
  font-size: 18px;
  color: #333;
}
.community-weather .separator {
  margin-top: 10px;
}

.community-weather li.active a {
  text-decoration: underline;
}
.community-weather > li.active > a,
.community-weather > li.active > a:hover,
.community-weather > li.active > a:focus {
  color: #333;
  border: none;
}

.community-weather li a,
.community-weather li a:hover,
.community-weather li.active a,
.community-weather li.active a:hover {
  background-color: transparent;
  border: none;
}

.community-weather > li.active > a::-moz-focus-inner {
  border: 0;
}

.community-weather > li.active > a:focus {
  outline: none;
  border: 0;
}

.community-weather-title {
  font-size: 18px;
}

.temp {
  font-family: HelveticaLT-Thin;
  font-size: 48px;
}

.weather-icon {
  position: relative;
  bottom: 10px;
}

.community-info-title {
  max-width: 200px;
}

.gm-style-iw {
  min-width: 120px;
  overflow: hidden;
}

/* custom css for select box in quick search */
.custom-select-big,
.custom-select-small {
  height: 28px;
  padding: 3px;
  font-weight: normal;
  margin: 0;
  background: url('/assets/images/design/select_bg.png');
  background-repeat: repeat-x;
  border: 1px solid #eaeaea;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.custom-select-big {
  width: 175px;
}

.custom-select-small {
  width: 85px;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .custom-select-big,
  .custom-select-small {
    padding-right: 18px;
  }
}

.select-wrapper {
  position: relative;
  width: auto;
}
.select-wrapper:after {
  content: url('/assets/images/design/select_arrow2.png');
  right: 1px;
  top: 1px;
  position: absolute;
  pointer-events: none;
  padding-left: 5px;
}

.select-wrapper:before {
  content: url('/assets/images/design/select_arrow2.png');
  right: 1px;
  top: 1px;
  height: 26px;
  background: #fefefe;
  position: absolute;
  pointer-events: none;
  display: block;
}

/* quick search styles from header */

.quick-search {
  width: 400px;
  float: right;
  margin-bottom: 10px;
}

.quick-search .panel-body {
  padding: 15px 15px 10px 15px;
  position: relative;
  height: 125px;
}

.quick-search button {
  color: #333;
  background-color: #ebebeb;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid #adadad;
  white-space: nowrap;
  padding: 3px 6px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  text-transform: uppercase;
}

.IDX-quicksearchWrapper {
  width: 100% !important;
  border: none !important;
  box-shadow: none !important;
}

div[id*='IDX-qsMinPriceWrap-'] {
  width: 200px !important;
  position: absolute;
  top: 5px;
  left: 0;
}

div[id*='IDX-qsMaxPriceWrap-'] {
  width: 200px !important;
  position: absolute;
  top: 5px;
  left: 200px;
}

div[id*='IDX-qsMinBedWrap-'] {
  width: 200px !important;
  position: absolute;
  top: 42px;
  left: 0;
}

div[id*='IDX-qsMinBathWrap-'] {
  width: 200px !important;
  position: absolute;
  top: 42px;
  left: 200px;
}

div[id*='IDX-qsCityListWrap-'] {
  width: 200px !important;
  position: absolute;
  top: 80px;
  left: 0;
}

div[id*='IDX-qsSubmitWrap-'] {
  width: 200px !important;
  position: absolute;
  top: 80px;
  right: 0;
}

.IDX-qsTextInput {
  width: 76px !important;
}

.IDX-qsTextInput,
.IDX-qsSelectInput {
  display: inline-block;
  width: 100%;
  height: 30px;
  padding: 4px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.IDX-qsLabel {
  line-height: 2;
  font-weight: normal;
}

div[id*='IDX-qsSubmitWrap-'] input {
  color: #333;
  background-color: #ebebeb;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid #adadad;
  white-space: nowrap;
  padding: 3px 6px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  text-transform: uppercase;
}

a.home-sidebar-link:hover {
  text-decoration: none;
}

.default-custom-btn {
  text-transform: uppercase;
  height: 30px;
  padding: 5px 15px;
  font-weight: normal;
  margin: 0;
  background: url('/assets/images/design/select_bg.png');
  background-repeat: repeat-x;
  border: 1px solid #bcbcbc;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.featured-properties-search-btn:hover {
  color: #2b2b2b;
}

.custom-input {
  height: 30px;
  padding: 5px 15px;
  border-radius: 0;
  font-weight: normal;
  margin: 0;
  background: url('/assets/images/design/select_bg.png');
  background-repeat: repeat-x;
  border: 1px solid #bcbcbc;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-textarea {
  padding: 5px 15px;
  border-radius: 0;
  font-weight: normal;
  margin: 0;
  background: url('/assets/images/design/select_bg.png');
  background-repeat: repeat-x;
  border: 1px solid #bcbcbc;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.required-field-label {
  color: #02adcc;
}

.required-field-warning {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* archive videos */
.archive-video-select {
  width: 260px !important;
}

.featured-video-left-col {
  float: left;
  width: 670px;
  padding: 0 15px;
}

.featured-video-right-col {
  float: left;
  width: 380px;
  padding: 0 15px;
}

/* blog */

.sidebar-box {
  border: 1px solid #ddd;
  margin-top: 10px;
}

.sidebar-box img {
  max-width: 270px;
  padding: 10px 0;
}

.sidebar-box .caption {
  color: #333;
  background-color: #eaeaea;
  border-color: #ddd;
  margin: 0 0 10px 0;
  padding: 10px 10px;
  font-size: 16px;
  font-weight: bold;
}

.blog-categories {
  padding-left: 15px;
  list-style: none;
}

.rss-feed-title {
  margin-left: 10px;
}

.sitemap-list {
  list-style: none;
  padding-left: 0;
}

.device-active {
  font-weight: bold;
  color: #000;
}

#currency-rates {
  font-size: 14px;
}

/*
 Flags Styles
 Generated with:
 http://spritegen.website-performance.org/
*/
.flag {
  background-image: url(/assets/images/flags/flags.png);
  background-repeat: no-repeat;
  display: block;
  float: left;
  margin-right: 5px;
}

.flag-Arabic {
  width: 32px;
  height: 32px;
  background-position: -1px -1px;
}

.flag-Chinese {
  width: 32px;
  height: 32px;
  background-position: -35px -1px;
}

.flag-English {
  width: 32px;
  height: 32px;
  background-position: -69px -1px;
}

.flag-French {
  width: 32px;
  height: 32px;
  background-position: -1px -35px;
}

.flag-German {
  width: 32px;
  height: 32px;
  background-position: -35px -35px;
}

.flag-Italian {
  width: 32px;
  height: 32px;
  background-position: -69px -35px;
}

.flag-Portuguese {
  width: 32px;
  height: 32px;
  background-position: -1px -69px;
}

.flag-Russian {
  width: 32px;
  height: 32px;
  background-position: -35px -69px;
}

.flag-Spanish {
  width: 32px;
  height: 32px;
  background-position: -69px -69px;
}

/*
 Social styles
 Generated with:
 http://spritegen.website-performance.org/

Example:
<i class="social social-facebook"></i>
<i class="social social-google"></i>
<i class="social social-linkedin"></i>
<i class="social social-pinterest"></i>
<i class="social social-twitter"></i>
<i class="social social-youtube"></i>
*/
.social {
  background-image: url(/assets/images/socials/socials.png);
  background-repeat: no-repeat;
  display: block;
}

.social-facebook {
  width: 64px;
  height: 64px;
  background-position: -1px -1px;
}

.social-google {
  width: 64px;
  height: 64px;
  background-position: -67px -1px;
}

.social-linkedin {
  width: 64px;
  height: 64px;
  background-position: -1px -67px;
}

.social-pinterest {
  width: 64px;
  height: 64px;
  background-position: -67px -67px;
}

.social-twitter {
  width: 64px;
  height: 64px;
  background-position: -133px -1px;
}

.social-youtube {
  width: 64px;
  height: 64px;
  background-position: -133px -67px;
}
