/*! normalize.css v1.0.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
@import url(https://fonts.googleapis.com/css?family=Cabin+Condensed:400,700);
@import url(https://fonts.googleapis.com/css?family=Oswald);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: 'Roboto Condensed', sans-serif; }

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: solid #fff 5px;
  background: #fff; }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../imgs/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  text-indent: -9999px;
  display: block;
  outline: 0; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../imgs/controls.png) no-repeat top left; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url(../imgs/controls.png) no-repeat top right; }

.bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -21px;
  outline: 0;
  width: 40px;
  height: 43px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../imgs/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../imgs/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  text-shadow: none; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../imgs/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../imgs/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  color: #fff;
  font-size: 38px;
  line-height: 40px;
  position: absolute;
  bottom: -40px;
  cursor: pointer;
  text-decoration: none;
  z-index: 8040; }

.fancybox-prev {
  left: -40px; }

.fancybox-next {
  right: -40px; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../imgs/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font-size: 16px;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -25px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  color: #FFF;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/**
 * Default DropKick theme
 *
 * Feel free to edit the default theme
 * or even add your own.
 *
 * See the readme for themeing help
 *
 */
/***** Begin Theme, feel free to edit in here! ******/
/* One container to bind them... */
.dk_container {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.dk_container:focus {
  outline: 0; }

.dk_container a {
  cursor: pointer;
  text-decoration: none; }

/* Opens the dropdown and holds the menu label */
.dk_toggle {
  /**
   * Help: Arrow image not appearing
   * Try updating this property to your correct dk_arrows.png path
   */
  background-image: url("../imgs/dk_arrows.png");
  background-repeat: no-repeat;
  background-position: 90% center;
  border: 1px solid #ccc;
  color: #333;
  padding: 0px 45px 0px 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-transition: border-color .5s;
  -moz-transition: border-color .5s;
  -o-transition: border-color .5s;
  transition: border-color .5s; }

.dk_toggle:hover {
  border-color: #8c8c8c; }

/* Applied whenever the dropdown is open */
.dk_open {
  box-shadow: 0 0 5px #40b5e2;
  -moz-box-shadow: 0 0 5px #40b5e2;
  -webkit-box-shadow: 0 0 5px #40b5e2;
  /**
   * Help: Dropdown menu is covered by something
   * Try setting this value higher
   */
  z-index: 10; }

.dk_open .dk_toggle {
  background-color: #ececec;
  border-color: #8c8c8c;
  color: #ccc;
  box-shadow: inset 0 -2px 5px #ccc;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0; }

/* The outer container of the options */
.dk_options {
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px; }

.dk_options a {
  color: #173770;
  background-color: #fff;
  border-bottom: 1px solid #999;
  padding: 8px 10px; }

.dk_options li:last-child a {
  border-bottom: none; }

.dk_options a:hover,
.dk_option_current a {
  background-color: #0084c7;
  border-bottom-color: #004c72;
  color: #fff;
  text-decoration: none; }

/* Inner container for options, this is what makes the scrollbar possible. */
.dk_options_inner {
  border: 1px solid #8c8c8e;
  border-bottom-width: 2px;
  border-bottom-color: #999;
  color: #333;
  list-style: none;
  max-height: 250px;
  margin: 0px;
  padding: 0px;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px; }

/* Set a max-height on the options inner */
.dk_options_inner,
.dk_touch .dk_options {
  max-height: 250px; }

/******  End Theme ******/
/***** Critical to the continued enjoyment of working dropdowns ******/
.dk_container {
  display: none;
  float: left;
  position: relative; }

.dk_container a {
  outline: 0; }

.dk_toggle {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  position: relative;
  zoom: 1; }

.dk_open {
  position: relative; }

.dk_open .dk_options {
  display: block; }

.dk_open .dk_label {
  color: inherit; }

.dk_options {
  display: none;
  margin-top: -1px;
  position: absolute;
  right: 0;
  width: 100%; }

.dk_options a,
.dk_options a:link,
.dk_options a:visited {
  display: block; }

.dk_options_inner {
  overflow: auto;
  position: relative; }

.dk_touch .dk_options {
  overflow: hidden; }

.dk_touch .dk_options_inner {
  max-height: none;
  overflow: visible; }

.dk_fouc select {
  position: relative;
  top: -99999em;
  visibility: hidden; }

/***** End Critical to the continued enjoyment of working dropdowns ******/
/*! lightslider - v1.1.2 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lightSlider:before, .lightSlider:after {
  content: " ";
  display: table; }

.lightSlider {
  overflow: hidden; }

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative; }

.lSSlideWrapper > .lightSlider:after {
  clear: both; }

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform,height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade {
  position: relative; }

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%; }

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade > *.active {
  z-index: 10; }

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1; }

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center; }

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px; }

.lSSlideOuter .lSPager.lSpg > li a {
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s; }

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca; }

.lSSlideOuter .media {
  opacity: 0.8; }

.lSSlideOuter .media.active {
  opacity: 1; }

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s; }

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%; }

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table; }

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both; }

/* End of Gallery*/
/* slider actions */
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url("../imgs/controls-lightslider.png");
  cursor: pointer;
  position: absolute;
  z-index: 9999;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s; }

.lSAction > a:hover {
  opacity: 1; }

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px; }

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px; }

.lSAction > a.disabled {
  pointer-events: none; }

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden; }

/* vertical */
.lSSlideOuter.vertical {
  position: relative; }

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important; }

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0; }

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important; }

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0; }

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto; }

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px; }

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl; }

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none; }

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0; }

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left; }

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important; }

/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }
@keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }
@-webkit-keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }
@keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }
@-webkit-keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }
@keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }
@keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

*:focus {
  outline: 0; }

body {
  background-color: #e4e4e4;
  color: #b51d22;
  font-family: 'Cabin Condensed', sans-serif;
  font-size: 14px;
  min-width: 1000px; }

a {
  color: #fd1b1b;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

header#main-header {
  background: transparent url(../imgs/header-bg.png) repeat-x top left;
  min-height: 334px;
  position: relative; }
header#main-header #mobile-menu {
    display: none;
  }  
  header#main-header #my-selection-monitor {
    color: #fff;
    font-size: 14px;
    height: 33px; }
    header#main-header #my-selection-monitor a {
      color: #fff; }
    header#main-header #my-selection-monitor p {
      line-height: 33px;
      margin: 0px;
      text-align: right;
      padding-right: 200px; }
    header#main-header #my-selection-monitor #selection-counter {
      background: transparent url(../imgs/selection-fav-icon.png) no-repeat top left;
      height: 33px;
      line-height: 25px;
      padding-left: 33px;
      position: absolute;
      right: 40px;
      top: 4px; }
      header#main-header #my-selection-monitor #selection-counter span {
        background-color: #e2e1e1;
        display: inline-block;
        height: 28px;
        margin-left: 5px;
        width: 30px;
        text-align: center; }
  header#main-header #logo {
    height: 105px;
    margin: 0px;
    overflow: hidden;
    left: 10px;
    position: absolute;
    top: 45px;
    width: 400px; }
  header#main-header #other-logo {
    width: 205px;
    margin: 0px;
    right: 10px;
    position: absolute;
    top: 40px; }
    header#main-header #other-logo img {
      width: 100%;
    }
  header#main-header #city-name {
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    line-height: 25px;
    left: 310px;
    margin: 0px;
    position: absolute;
    top: 48px;
    width: 300px;
    text-transform: uppercase; }
  header#main-header #top-phone {
    position: absolute;
    right: 300px;
    text-align: center;
    top: 65px;
    width: 300px;
    //text-shadow: #333 2px 2px 4px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    text-transform: uppercase;
    padding-right: 15px; }
  header#main-header #top-contact {
    background: transparent url(../imgs/icon-mail.png) no-repeat center left;
    font-size: 22px;
    line-height: 40px;
    padding-left: 45px;
    position: absolute;
    right: 15px;
    text-align: center;
    text-transform: uppercase;
    top: 50px;
    width: 185px;
    height: 40px; }
    header#main-header #top-contact a {
      color: #b51d22; }
  header#main-header #top-brokers {
    background: transparent url(../imgs/brokers-icon.png) no-repeat center left;
    color: #fd1b1b;
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    right: 0px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
    top: 40px;
    width: 165px; }
    header#main-header #top-brokers a {
      display: block;
      padding-left: 45px;
      width: 120px; }
  header#main-header #brokers-list {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #e4e4e4;
    border: 1px solid #fff;
    display: none;
    opacity: 0.95;
    padding: 25px;
    position: absolute;
    right: 50px;
    top: 98px;
    z-index: 10; }
    header#main-header #brokers-list .close {
      -moz-border-radius: 30px;
      -webkit-border-radius: 30px;
      border-radius: 30px;
      background-color: #e4e4e4;
      border: 1px solid #fff;
      color: #b51d22;
      display: block;
      font-size: 25px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      width: 30px;
      position: absolute;
      top: -15px;
      right: -15px; }
    header#main-header #brokers-list dl {
      margin: 0px; }
  header#main-header #other-menu {
    position: absolute;
    left: 5px;
    top: 218px; }
    header#main-header #other-menu ul {
      margin: 0px;
      padding: 0px; }
    header#main-header #other-menu li {
      float: left;
      margin: 0px 15px; }
      header#main-header #other-menu li a {
        color: #fff;
        font-family: 'Cabin Condensed', sans-serif;
        font-size: 20px;
        line-height: 17px;
        text-transform: uppercase;
        padding: 5px; }
        header#main-header #other-menu li a:hover {
          background-color: #e2e1e1;
          color: #fd1b1b;
          text-decoration: none; }
      header#main-header #other-menu li.current a {
        color: #fd1b1b; }
  header#main-header #main-menu {
    position: absolute;
    left: 5px;
    top: 172px; }
    header#main-header #main-menu ul {
      margin: 0px;
      padding: 0px; }
    header#main-header #main-menu li {
      float: left;
      margin: 0px 15px 24px 15px; }
      header#main-header #main-menu li a {
        color: #fff;
        font-family: 'Cabin Condensed', sans-serif;
        font-size: 20px;
        line-height: 17px;
        text-transform: uppercase;
        padding: 5px; }
        header#main-header #main-menu li a:hover {
          background-color: #e2e1e1;
          color: #fd1b1b;
          text-decoration: none; }
      header#main-header #main-menu li.current a {
        color: #fd1b1b; }
  header#main-header #main-search {
    font-size: 18px;
    position: absolute;
    top: 250px; }
    header#main-header #main-search input, header#main-header #main-search select {
      height: 30px;
      padding: 0px 8px; }
    header#main-header #main-search label {
      float: left;
      height: 30px;
      margin: 0px 10px 15px 0px; }
      header#main-header #main-search label span {
        float: left;
        margin-right: 10px; }
      header#main-header #main-search label.rooms-lbl {
        margin-right: 0px !important;
        width: 230px; }
        header#main-header #main-search label.rooms-lbl select {
          width: 70px; }
      header#main-header #main-search label.city-lbl {
        width: 320px; }
      header#main-header #main-search label.modality-lbl {
        width: 200px; }
      header#main-header #main-search label.type-lbl {
        width: 185px; }
        header#main-header #main-search label.type-lbl select {
          width: 80px !important; }
      header#main-header #main-search label.modality-lbl {
        width: 230px !important; }
        header#main-header #main-search label.modality-lbl select {
          width: 70px; }
      header#main-header #main-search label.code-lbl {
        width: 320px; }
        header#main-header #main-search label.code-lbl input {
          width: 300px; }
      header#main-header #main-search label.min-value-lbl, header#main-header #main-search label.max-value-lbl {
        width: 245px; }
        header#main-header #main-search label.min-value-lbl input, header#main-header #main-search label.max-value-lbl input {
          width: 120px; }
      header#main-header #main-search label.last {
        margin-right: 0px; }
    header#main-header #main-search .text-field, header#main-header #main-search .dk_container {
      background-color: #fff;
      font-family: 'Cabin Condensed';
      height: 27px; }
    header#main-header #main-search .btn-search {
      background: #fff url(../imgs/search_icon.png) no-repeat 120px 5px;
      border: none;
      color: #fd1b1b;
      float: left;
      font-size: 20px;
      line-height: 31px;
      height: 31px;
      width: 150px;
      padding-right: 30px;
      text-transform: uppercase; }

#banks {
  color: #fff;
  clear: both;
  background-color: #232323;
  padding: 10px 0px 30px 0px;
  margin-top: 20px; }
  #banks a {
    margin: 0px 6px; }

footer#main-footer {
  background-color: #b51d22;
  border-top: 10px solid #fd1b1b;
  clear: both;
  color: #fff;
  float: left;
  padding: 25px 0px 65px 0px;
  width: 100%; }
  footer#main-footer .copyright {
    clear: none;
    float: left;
    margin-left: 20px;
    width: 405px; }
  footer#main-footer .callcenter {
    clear: none;
    float: left;
    width: 305px; }
  footer#main-footer .developer {
    clear: none;
    float: left;
    width: 250px; }

.wrapper {
  margin: 0px auto;
  position: relative;
  width: 1000px; }

.new-properties {
  background-color: #232323;
  padding: 20px 0px;
  width: 100%;
  clear: both; }
  .new-properties h2 {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0px 0px 20px 0px; }

.highlight-properties {
  width: 100%;
  clear: both;
  background-color: #b51d22;
  margin-top: 30px; }
  .highlight-properties h2 {
    color: #fff;
    float: left;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: normal;
    margin: 20px 0px;
    text-align: center;
    text-transform: uppercase;
    width: 100%; }

.bullet-slider-container {
  clear: both;
  width: 1000px; }
  .bullet-slider-container .slide-info {
    background-color: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    height: 90px;
    left: 0px;
    padding: 10px;
    position: absolute;
    bottom: 0px;
    width: 1000px;
    z-index: 5; }
    .bullet-slider-container .slide-info p {
      margin: 0px;
      /*bottom: 50px;
      position: absolute;*/ }
    .bullet-slider-container .slide-info a {
      bottom: 15px;
      position: absolute;
      right: 15px; }
  .bullet-slider-container .bx-wrapper {
    margin: 0px; }
  .bullet-slider-container .bx-viewport {
    /*margin-left: 15px;*/
    border: none;
    width: 1000px; }
  .bullet-slider-container .bullet-slider {
    margin: 0px;
    padding: 0px; }

.pagination {
  clear: both;
  text-align: center; }
  .pagination a, .pagination strong, .pagination span {
    color: #b51d22;
    margin: 0px 4px; }
  .pagination strong {
    color: #fd1b1b; }

.arrow-slider-container {
  margin-bottom: 30px;
  padding: 20px 50px;
  width: 900px; }
  .arrow-slider-container .arrow-slider {
    margin: 0px;
    padding: 0px; }
    .arrow-slider-container .arrow-slider li {
      height: 280px;
      margin-left: 17px;
      overflow: hidden;
      width: 206px !important; }
      .arrow-slider-container .arrow-slider li p {
        font-size: 15px;
        max-height: 60px;
        line-height: 15px;
        overflow: hidden; }
        .arrow-slider-container .arrow-slider li p a {
          color: #fff; }
      .arrow-slider-container .arrow-slider li img {
        border: 3px solid #C1C1C1;
        height: 170px;
        width: 200px; }
      .arrow-slider-container .arrow-slider li a.price {
        font-size: 20px;
        bottom: 0px;
        position: absolute;
        right: 0px; }
  .arrow-slider-container .bx-wrapper {
    margin: 0px;
    padding: 0px; }
  .arrow-slider-container .bx-viewport {
    background: transparent;
    border: 0px;
    box-shadow: none; }
  .arrow-slider-container .bx-controls a.bx-next {
    background-position: top right;
    right: -40px; }
  .arrow-slider-container .bx-controls a.bx-prev {
    left: -30px; }

.condos-list {
  clear: both;
  float: left;
  list-style: none;
  margin: 0px 0px 20px 0px;
  padding: 0px; }
  .condos-list li {
    -moz-box-shadow: 0 5px 5px rgba(30, 18, 13, 0.5);
    -webkit-box-shadow: 0 5px 5px rgba(30, 18, 13, 0.5);
    box-shadow: 0 5px 5px rgba(30, 18, 13, 0.5);
    border: solid 3px #fff;
    float: left;
    margin: 0px 18px 18px 0px; }
    .condos-list li:nth-child(4n) {
      margin-right: -1px; }
    .condos-list li img {
      width: 230px;
      height: 150px; }

.condo-link {
  font-family: 'Cabin Condensed', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  float: right;
  margin: -10px 0px 20px 0px; }

.internal {
  margin-bottom: 20px; }
  .internal h1 {
    border-bottom: 1px solid #fd1b1b;
    font-size: 28px;
    font-weight: normal;
    margin: 10px 0px 25px 0px; }

#property.show h2 {
  clear: both;
  float: left;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px; }
#property.show #property-warning {
  clear: both;
  color: #333;
  float: left;
  font-size: 12px;
  margin: 30px 0px; }
#property.show #main-image {
  float: left;
  height: 540px;
  width: 600px;
  text-align: center; }
  #property.show #main-image img {
    max-height: 450px;
    max-width: 100%; }
#property.show #property-info {
  color: #c8070d;
  float: right;
  font-size: 23px;
  margin: 0px;
  width: 360px; }
  #property.show #property-info dt {
    margin-bottom: 5px;
    text-align: right; }
    #property.show #property-info dt em {
      color: #fd1b1b;
      font-style: normal; }
  #property.show #property-info dd {
    margin: 0px; }
    #property.show #property-info dd.description {
      font-size: 16px;
      margin: 10px 0px 20px 0px; }
      #property.show #property-info dd.description iframe {
        width: 100%; }
    #property.show #property-info dd.area_rooms {
      font-size: 16px;
      margin-top: 10px; }
      #property.show #property-info dd.area_rooms .divider {
        margin: 0px 20px; }
    #property.show #property-info dd.price {
      color: #fd1b1b;
      margin: 0px;
      text-align: right; }
  #property.show #property-info .actions {
    border-top: 1px solid #fff;
    padding-top: 10px; }
    #property.show #property-info .actions a {
      background: transparent url(../imgs/property-action-icons.png) no-repeat top left;
      clear: both;
      color: #c8070d;
      float: right;
      font-size: 16px;
      height: 36px;
      line-height: 32px;
      margin-bottom: 10px;
      padding-left: 40px;
      width: 240px; }
      #property.show #property-info .actions a.referrer {
        background-position: 0px -36px; }
      #property.show #property-info .actions a.print {
        background-position: 0px -72px; }
#property.show #broker-form {
  color: #c8070d;
  float: left;
  font-size: 20px;
  width: 100%; }
  #property.show #broker-form legend {
    margin-bottom: 25px; }
  #property.show #broker-form p {
    clear: both;
    float: left;
    margin-top: 0px; }
  #property.show #broker-form input, #property.show #broker-form textarea, #property.show #broker-form select {
    border: 1px solid #E4E4E4;
    float: left;
    height: 33px;
    line-height: 33px;
    margin-bottom: 15px;
    padding: 0px 5px; }
  #property.show #broker-form #contact_broker {
    clear: both;
    width: 300px; }
  #property.show #broker-form .text-field {
    width: 400px; }
  #property.show #broker-form .error {
    border-color: red; }
  #property.show #broker-form textarea {
    clear: none;
    float: left;
    height: 182px;
    width: 440px; }
  #property.show #broker-form br {
    clear: both;
    float: left; }
  #property.show #broker-form label {
    float: left;
    width: 100px; }
  #property.show #broker-form button {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #F5F5F5;
    border: solid 1px #fff;
    color: #fd1b1b;
    float: right;
    font-size: 24px;
    height: 43px;
    margin-bottom: 25px;
    width: 155px;
    text-transform: uppercase; }
  #property.show #broker-form .messages {
    margin-bottom: 30px; }
    #property.show #broker-form .messages .alert-error {
      color: red; }
  #property.show #broker-form #contact_telephone,
  #property.show #broker-form #contact_mobile {
    width: 134px; }
    #property.show #broker-form #contact_telephone#contact_telephone,
    #property.show #broker-form #contact_mobile#contact_telephone {
      margin-right: 20px; }
  #property.show #broker-form .left_fields {
    float: left; }
  #property.show #broker-form .right_fields {
    float: right;
    width: 450px; }
#property.show .secret label {
  width: 100% !important; }
#property.show .secret input {
  margin-right: 10px;
  width: 200px !important; }

.property-images {
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  list-style: none;
  margin: 0px;
  padding: 10px 10px 0px 10px;
  width: 100%; }
  .property-images li {
    border: 1px solid #c8070d;
    float: left;
    margin: 0px 20px 20px 0px; }

#property-filter {
  clear: both;
  float: left;
  margin-bottom: 25px;
  width: 980px; }
  #property-filter label {
    font-size: 18px; }
    #property-filter label span {
      float: left;
      margin-right: 10px; }
  #property-filter select {
    width: 200px !important; }
  #property-filter .customSelect, #property-filter .customSelectInner {
    width: 200px !important; }
  #property-filter .field_2 {
    float: right; }

.property-list {
  background-color: #fff;
  border: solid 1px #232323;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  float: left;
  margin-bottom: 35px;
  padding: 15px;
  width: 100%; }
  .property-list img {
    float: left;
    height: 170px;
    width: 200px; }
  .property-list h3 {
    font-size: 24px;
    font-weight: normal;
    margin: 0px; }
  .property-list .property-info {
    border-right: 1px solid #e4e4e4;
    color: #c8070d;
    float: left;
    font-size: 20px;
    height: 175px;
    margin: 0px 15px 10px 0px;
    padding: 0px 15px;
    width: 490px; }
    .property-list .property-info .description {
      height: 90px;
      overflow: hidden; }
  .property-list .features {
    font-size: 18px;
    background-color: #232323;
    color: #fff;
    clear: both;
    margin: 0px 0px -15px -15px;
    width: 970px;
    padding: 15px; }
    .property-list .features dt, .property-list .features dd {
      display: inline-block;
      font-size: 18px;
      line-height: 18px;
      margin: 0px; }
    .property-list .features dd {
      border-right: 1px solid #c8070d;
      margin: 0px 15px 0px 10px;
      padding-right: 15px; }
  .property-list .actions {
    float: right;
    height: 175px;
    position: relative;
    width: 230px; }
    .property-list .actions h3 {
      font-size: 16px;
      text-align: center; }
    .property-list .actions .btn {
      background: transparent url(../imgs/properties-list-icons.png) no-repeat left top;
      color: #b51d22;
      display: block;
      font-size: 24px;
      height: 51px;
      line-height: 51px;
      margin: 15px 0px 0px 8px;
      padding-left: 24px;
      text-align: center;
      width: 217px; }
      .property-list .actions .btn:hover {
        color: #fd1b1b; }
      .property-list .actions .btn.favorite {
        background-position: left bottom; }
    .property-list .actions .price {
      bottom: 0px;
      color: #fd1b1b;
      font-size: 30px;
      position: absolute;
      right: 0px;
      bottom: -58px; }

#brokers {
  background-color: rgba(228, 228, 228, 0.9);
  border: 1px solid #fff;
  bottom: 0px;
  left: 30px;
  position: fixed;
  width: 210px;
  z-index: 20; }
  #brokers h1 {
    background: transparent url(../imgs/brokers-icon.png) no-repeat center left;
    border-bottom: 1px solid #fff;
    color: #c8070d;
    cursor: pointer;
    font-size: 24px;
    font-weight: normal;
    margin: 0px 5px 5px 5px;
    padding-left: 45px;
    text-align: center; }
  #brokers a {
    color: #c8070d; }
  #brokers dl {
    display: none;
    margin-right: 20px;
    text-align: right; }
    #brokers dl dd {
      margin-left: 10px; }
    #brokers dl dt {
      margin-top: 10px; }
      #brokers dl dt:first-child {
        margin-top: 10px; }
  #brokers.show dl {
    display: block;
    padding-bottom: 10px; }

.modal {
  background-color: #fff;
  display: none; }
  .modal#add_favorites, .modal#contact_success {
    height: 80px;
    padding-top: 20px;
    text-align: center;
    width: 350px; }

#condos.show #top-brokers {
  top: 3px !important; }
#condos #brokers-list {
  top: 65px !important; }
#condos.show #main-header {
  background-position: 0px -33px;
  min-height: 120px !important; }
#condos.show #logo {
  top: 3px; }
#condos.show #city-name {
  top: 18px; }
#condos.show #top-phone {
  top: 60px; }
#condos.show #top-contact {
  top: 8px; }
#condos.show #main-menu, #condos.show #my-selection-monitor, #condos.show #main-search {
  display: none; }
#condos #condo-image-list {
  float: left;
  list-style: none;
  margin: 10px 0px 0px 40px;
  padding: 0px; }
  #condos #condo-image-list li {
    border: 5px solid #C1C1C1;
    float: left;
    margin: 0px 20px 20px 0px; }
#condos #container h2 {
  border-bottom: 1px solid #fd1b1b;
  clear: both;
  float: left;
  font-size: 24px;
  font-weight: normal;
  margin: 10px 0px 25px 0px;
  width: 100%; }
#condos #condo-properties-list h1 {
  margin-bottom: 0px; }
#condos #condo-info {
  background-color: #f7f7f7;
  border: 1px solid #E4E4E4;
  clear: both;
  float: left;
  font-size: 18px;
  margin-bottom: 30px;
  padding: 15px 10px;
  width: 960px; }
  #condos #condo-info figure {
    -moz-box-shadow: 0 0 10px rgba(30, 18, 13, 0.5);
    -webkit-box-shadow: 0 0 10px rgba(30, 18, 13, 0.5);
    box-shadow: 0 0 10px rgba(30, 18, 13, 0.5);
    background-color: #fff;
    float: left;
    margin-right: 15px;
    padding: 4px; }
  #condos #condo-info p {
    margin: 0px; }
  #condos #condo-info a {
    background: transparent url(../imgs/condo-see-more-icon.png) no-repeat left center;
    border-top: 1px solid #fd1b1b;
    border-bottom: 1px solid #fd1b1b;
    color: #c8070d;
    float: right;
    height: 50px;
    line-height: 48px;
    margin-top: 20px;
    padding-left: 45px;
    width: 330px; }
#condos #condo h1 {
  border: 0px;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  text-align: center; }
#condos #condo h2 {
  margin-bottom: 20px; }
#condos #condo #condo-info {
  margin-bottom: 10px; }
#condos #condo #map {
  height: 530px;
  margin: 0px auto;
  width: 970px; }
#condos #condo-list {
  list-style: none;
  margin: 0px;
  padding: 0px; }
  #condos #condo-list p {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 16px;
    margin: 0px;
    line-height: 26px;
    position: absolute;
    opacity: 0;
    left: 0px;
    z-index: 5;
    top: 0px;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden; }
    #condos #condo-list p a {
      color: inherit;
      display: block;
      height: 100%;
      padding: 12px 15px;
      text-decoration: none; }
  #condos #condo-list li {
    border: 1px solid #c8070d;
    float: left;
    margin: 0px 22px 22px 0px;
    position: relative;
    width: 310px;
    text-align: center;
    background-color: #fff; }
    #condos #condo-list li:nth-child(3n) {
      margin-right: 0px; }
    #condos #condo-list li:hover {
      -moz-box-shadow: 0px 0px 10px #333;
      -webkit-box-shadow: 0px 0px 10px #333;
      box-shadow: 0px 0px 10px #333; }
      #condos #condo-list li:hover p {
        opacity: 1; }

.sell #content fieldset {
  font-size: 18px;
  margin: 0px 55px; }
.sell #content label {
  clear: both;
  float: left; }
.sell #content input, .sell #content textarea {
  border: 1px solid #E4E4E4;
  clear: both;
  float: left;
  height: 33px;
  line-height: 33px;
  margin-bottom: 15px;
  padding: 0px 5px;
  width: 100%; }
.sell #content .secret input {
  clear: left;
  width: 200px; }
.sell #content .secret img {
  float: left; }
.sell #content textarea {
  height: 180px; }
.sell #content button {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #F5F5F5;
  border: solid 1px #fff;
  color: #fd1b1b;
  float: right;
  font-size: 24px;
  height: 43px;
  margin: 20px 350px 25px 0px;
  width: 155px;
  text-transform: uppercase; }
.sell #content .error {
  border-color: red; }
.sell #content .messages {
  clear: both;
  float: left;
  margin: 30px 0px; }
  .sell #content .messages .alert-error {
    color: red; }

#contact-form {
  height: 500px;
  padding: 30px 50px;
  width: 560px; }
  #contact-form fieldset {
    font-size: 18px; }
  #contact-form label {
    clear: both;
    float: left; }
  #contact-form input, #contact-form textarea {
    border: 1px solid #E4E4E4;
    clear: both;
    float: left;
    height: 33px;
    line-height: 33px;
    margin-bottom: 10px;
    padding: 0px 5px;
    width: 100%; }
  #contact-form .secret input {
    clear: left;
    width: 200px; }
  #contact-form .secret img {
    float: left; }
  #contact-form textarea {
    height: 120px; }
  #contact-form button {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #F5F5F5;
    border: solid 1px #fff;
    color: #fd1b1b;
    float: right;
    font-size: 24px;
    height: 43px;
    margin-top: 10px;
    width: 155px;
    text-transform: uppercase; }
  #contact-form .error {
    border-color: red; }
  #contact-form .messages {
    clear: both;
    float: left;
    margin: 30px 0px; }
    #contact-form .messages .alert-error {
      color: red; }
  #contact-form .telephones label {
    clear: none !important;
    width: 270px !important; }
    #contact-form .telephones label:first-child {
      margin-right: 20px; }

#referrer-form {
  height: 430px;
  padding: 30px 50px;
  width: 560px; }
  #referrer-form fieldset {
    font-size: 18px; }
  #referrer-form label {
    clear: both;
    float: left; }
  #referrer-form input, #referrer-form textarea {
    border: 1px solid #E4E4E4;
    clear: both;
    float: left;
    height: 33px;
    line-height: 33px;
    margin-bottom: 10px;
    padding: 0px 5px;
    width: 100%; }
  #referrer-form textarea {
    height: 120px; }
  #referrer-form button {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #F5F5F5;
    border: solid 1px #fff;
    color: #fd1b1b;
    float: right;
    font-size: 24px;
    height: 43px;
    margin-top: 10px;
    width: 155px;
    text-transform: uppercase; }
  #referrer-form .error {
    border-color: red; }
  #referrer-form .messages {
    clear: both;
    float: left;
    margin: 30px 0px; }
    #referrer-form .messages .alert-error {
      color: red; }

.home #container h2 {
  -moz-box-shadow: 0 5px 5px rgba(30, 18, 13, 0.5);
  -webkit-box-shadow: 0 5px 5px rgba(30, 18, 13, 0.5);
  box-shadow: 0 5px 5px rgba(30, 18, 13, 0.5);
  background-color: #ddd;
  border: 1px solid #fff;
  clear: both;
  color: #b51d22;
  float: left;
  font-size: 28px;
  font-weight: normal;
  margin-top: 0px;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }

.rent a {
  color: #fd1b1b !important;
  text-transform: uppercase; }

.other-properties {
  margin-top: 40px; }
  .other-properties ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
    .other-properties ul li {
      border-right: 1px solid #232323;
      float: left;
      width: 240px;
      margin: 0px 12px 30px 0px; }
      .other-properties ul li:nth-child(4n) {
        margin-right: 0px;
        border-right: 0px; }
  .other-properties p {
    height: 115px;
    overflow: hidden; }
  .other-properties img {
    border: 1px solid #ccc;
    width: 226px; }

@media print {
  #main-menu, #my-selection-monitor, #main-search, #broker-form {
    display:none;
  }
  header#main-header { 
    min-height: auto
  }
  header#main-header #logo {
    position: relative;
    height: auto;
    left: 0px;
    top: 0px;
  }
  .arrow-slider-container .arrow-slider li a.price {
    position: relative;
  }
}

#whatsapp{
  position: fixed;
  bottom:  10px;
  right: 10px;  
  width: 50px;
}
#instagram {
  position: absolute;
  left: 720px;
  top: 57px;
}
#whatsapp a,
#instagram a {
  display: inline-block;
}
#whatsapp img,
#instagram img {
  width: 50px;
}
