html {
  box-sizing: border-box; }

*,
*::after,
*::before {
  box-sizing: inherit; }

.clearfix:after, .professionals .view-professionals-listing .views-row:after,
.professionals .view-professionals .views-row:after, #page > header:after, #page > header .main-navigation:after, .module-search:after, .module-search .tab-content:after, .module-search ul:after, .listing-page .page-container:after,
.page-rent .page-container:after,
.page-buy .page-container:after, .module-newsletter:after, .module-newsletter form:after, .footer .module-highlighted-content:after, .footer .social:after, .footer .logo-list:after, .service-listing:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.a11y {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

/**
 * Prevent `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; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
  .hbspt-form fieldset{
  margin: auto !important;
  max-width: 100% !important;
  }
  .hbspt-form fieldset.form-columns-1 .hs-input{
  width: 100% !important;
  }
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

::selection {
  background: #2c5a7f;
  color: #fff; }

::-moz-selection {
  background: #2c5a7f;
  color: #fff; }

html, body {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font: 14px "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1.5;
  color: #777;
  font-weight: lighter;
  overflow-x: hidden; }
  html::after, body::after {
    clear: both;
    content: "";
    display: table; }

body {
  padding-top: 70px; }
  @media screen and (min-width: 768px) {
    body {
      padding-top: 95px; } }
  @media screen and (min-width: 1025px) {
    body {
      padding-top: 93px; } }
  body.admin-menu header {
    top: 25px; }

a {
  text-decoration: none; }

ul {
  padding-left: 1.5em; }

fieldset {
  border: none; }

label {
  padding-bottom: 0.5em;
  display: block; }

.button.flat {
  border: none;
  color: #c7dbf3;
  background-color: #2c5a7f;
  border-radius: 4px;
  padding: 5px;
  transition: all 0.4s ease;
  text-transform: uppercase;
  font-weight: normal; }
  .button.flat:hover {
    color: #2c5a7f;
    background-color: #97c5eb; }

.button.stencil.blue {
  background: none;
  border: 2px solid #2c5a7f;
  color: #2c5a7f;
  border-radius: 4px;
  padding: 5px;
  transition: all 0.4s ease; }
  .button.stencil.blue:hover {
    color: #97c5eb;
    border: 2px solid #97c5eb;
    background: none; }
  .button.stencil.blue.white:hover {
    color: #fff;
    border-color: #fff; }

.button.stencil.light-blue {
  background: none;
  border: 2px solid #97c5eb;
  color: #97c5eb;
  border-radius: 4px;
  padding: 5px;
  transition: all 0.4s ease; }
  .button.stencil.light-blue:hover {
    color: #fff;
    border: 2px solid #fff;
    background: none; }

.bullet-list li {
  background: url(https://www.mongolia-properties.com/sites/default/themes/main/images/right-arrow-light-blue.svg) no-repeat 0px 5px;
  background-size: 5px 11px;
  padding-left: 17px;
  padding-bottom: 20px; }
  @media screen and (min-width: 1025px) {
    .bullet-list li {
      float: left;
      display: block;
      margin-right: 14.28571%;
      width: 42.85714%; }
      .bullet-list li:last-child {
        margin-right: 0; }
      .bullet-list li:nth-child(2n) {
        margin-right: 0; }
      .bullet-list li:nth-child(2n+1) {
        clear: left; } }

.logo {
  float: left;
  display: block;
  width: 150px; }
  .logo img {
    width: 100%; }
  @media screen and (min-width: 476px) {
    .logo {
      width: auto; } }

.element-invisible {
  display: none !important; }

.front, .home {
  /*Trying to keep less specific*/ }
  .front section, .home section {
    position: relative;
    text-align: center; }
    .front section::after, .home section::after {
      clear: both;
      content: "";
      display: table; }
    .front section .content, .home section .content {
      float: left;
      display: block;
      margin-right: 1.81818%;
      width: 85.45455%;
      margin-left: 7.27273%;
      padding: 1.6em 0;
      overflow: auto; }
      .front section .content:last-child, .home section .content:last-child {
        margin-right: 0; }
  @media screen and (min-width: 768px) {
    .front section .content, .home section .content {
      float: left;
      display: block;
      margin-right: 1.81818%;
      width: 70.90909%;
      margin-left: 14.54545%; }
      .front section .content:last-child, .home section .content:last-child {
        margin-right: 0; } }
  .front h3, .front h4, .front h5, .front h2, .home h3, .home h4, .home h5, .home h2 {
    color: #2c5a7f;
    font-weight: normal;
    font-size: 1.6em;
    padding-top: 2em;
    margin: 0;
    text-transform: uppercase; }
    @media screen and (max-width: 475px) {
      .front h3, .front h4, .front h5, .front h2, .home h3, .home h4, .home h5, .home h2 {
        margin-right: 0; } }
  .front .button,
  .front button:not(.slick-arrow), .home .button,
  .home button {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 34.54545%;
    margin-left: 32.72727%;
    text-transform: uppercase; }
    .front .button:last-child,
    .front button:last-child, .home .button:last-child,
    .home button:last-child {
      margin-right: 0; }
    @media screen and (max-width: 475px) {
      .front .button,
      .front button, .home .button,
      .home button {
        display: block;
        width: 100%;
        margin: 0.4em 0; } }
  .front .module-world-map, .home .module-world-map {
    padding-top: 255px; }
    .front .module-world-map .content, .home .module-world-map .content {
      border: 4px solid #2c5a7f;
      text-align: center;
      margin-bottom: 90px;
      max-width: 500px;
      float: none;
      width: auto;
      margin: 0 auto !important; }
    .front .module-world-map em, .home .module-world-map em {
      color: #2c5a7f;
      font-size: 2.7em;
      font-weight: normal;
      font-style: normal;
      display: block; }
    .front .module-world-map p, .home .module-world-map p {
      color: #595959;
      font-size: 1.2em;
      margin: 0;
      text-transform: uppercase; }
    @media screen and (max-width: 475px) {
      .front .module-world-map, .home .module-world-map {
        padding-top: 22px;
        min-height: 185px;
        padding-bottom: 24px; }
        .front .module-world-map .content, .home .module-world-map .content {
          max-width: 300px; }
        .front .module-world-map p, .home .module-world-map p {
          font-size: 0.9em; }
        .front .module-world-map em, .home .module-world-map em {
          font-size: 2em; } }
  .front .module-property-grid, .home .module-property-grid {
    background-color: #97c5eb; }
    .front .module-property-grid .property, .home .module-property-grid .property {
      position: relative;
      margin-bottom: 3em; }
      .front .module-property-grid .property img, .home .module-property-grid .property img {
        width: 100%;
        border: 4px solid #fff; }
      .front .module-property-grid .property .button, .home .module-property-grid .property .button {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        font-weight: normal; }
      @media screen and (min-width: 476px) {
        .front .module-property-grid .property .button, .home .module-property-grid .property .button {
          width: calc(100% - 2.8em);
          margin: 0 1.4em; } }
      .front .module-property-grid .property p, .home .module-property-grid .property p {
        color: #fff;
        font-size: 1.4em; }
      .front .module-property-grid .property:hover a > div, .home .module-property-grid .property:hover a > div {
        opacity: 1;
        transition: opacity 0.4s ease; }
    @media screen and (min-width: 476px) and (max-width: 1024px) {
      .front .module-property-grid .property, .home .module-property-grid .property {
        float: left;
        display: block;
        margin-right: 2.85714%;
        width: 31.42857%; }
        .front .module-property-grid .property:last-child, .home .module-property-grid .property:last-child {
          margin-right: 0; }
        .front .module-property-grid .property p, .home .module-property-grid .property p {
          font-size: 1em; } }
    @media screen and (min-width: 1025px) {
      .front .module-property-grid .button, .home .module-property-grid .button {
        margin-bottom: 1.6em; }
      .front .module-property-grid .property, .home .module-property-grid .property {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 31.91489%; }
        .front .module-property-grid .property:last-child, .home .module-property-grid .property:last-child {
          margin-right: 0; }
        .front .module-property-grid .property:nth-child(3n), .home .module-property-grid .property:nth-child(3n) {
          margin-right: 0; }
        .front .module-property-grid .property:nth-child(3n+1), .home .module-property-grid .property:nth-child(3n+1) {
          clear: left; }
        .front .module-property-grid .property a > div, .home .module-property-grid .property a > div {
          position: absolute;
          top: 4px;
          left: 4px;
          width: calc(100% - 8px);
          height: calc(100% - 12px);
          opacity: 0;
          background-color: rgba(151, 197, 235, 0.8);
          transition: opacity 0.4s ease;
          transform-style: preserve-3d; }
          .front .module-property-grid .property a > div > div, .home .module-property-grid .property a > div > div {
            position: absolute;
            bottom: 1.4em; }
          .front .module-property-grid .property a > div .v-centered, .home .module-property-grid .property a > div .v-centered {
            position: relative;
            overflow: auto;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            padding: 0 1em; }
        .front .module-property-grid .property:last-of-type, .home .module-property-grid .property:last-of-type {
          display: block; } }
  .front .module-video-grid, .home .module-video-grid {
    background-color: #000; }
    .front .module-video-grid .video-item, .home .module-video-grid .video-item {
      overflow: auto; }
    .front .module-video-grid .video-module-container, .home .module-video-grid .video-module-container {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      max-width: 100%;
      padding-bottom: 400px;
      min-height: 400px;
      overflow: visible !important; }
      .front .module-video-grid .video-module-container iframe, .front .module-video-grid .video-module-container object, .front .module-video-grid .video-module-container embed, .home .module-video-grid .video-module-container iframe, .home .module-video-grid .video-module-container object, .home .module-video-grid .video-module-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .front .module-video-grid .video-module-container .video-module, .front .module-video-grid .video-module-container .video-item, .home .module-video-grid .video-module-container .video-module, .home .module-video-grid .video-module-container .video-item {
        width: 100% !important;
        min-height: 400px !important;
        max-height: 400px !important; }
      .front .module-video-grid .video-module-container iframe, .home .module-video-grid .video-module-container iframe {
        min-height: 400px;
        max-height: 400px; }
    .front .module-video-grid h5, .home .module-video-grid h5 {
      position: absolute;
      z-index: 1;
      width: 100%;
      color: #fff; }
    .front .module-video-grid .control, .home .module-video-grid .control {
      position: absolute;
      overflow: auto;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 1;
      background: rgba(0, 0, 0, 0.5);
      padding: 3em 2em;
      z-index: 999;
      top: 200px; }
      .front .module-video-grid .control img, .home .module-video-grid .control img {
        width: 100px; }
      .front .module-video-grid .control.right, .home .module-video-grid .control.right {
        right: 0; }
      .front .module-video-grid .control.left, .home .module-video-grid .control.left {
        left: 0; }
        .front .module-video-grid .control.left img, .home .module-video-grid .control.left img {
          transform: rotate(180deg); }
    .front .module-video-grid .button, .home .module-video-grid .button {
      background: none;
      border: 2px solid #97c5eb;
      color: #97c5eb;
      border-radius: 4px;
      padding: 5px;
      transition: all 0.4s ease;
      margin: 80px auto 2.5em;
      float: none;
      z-index: 1; }
      .front .module-video-grid .button:hover, .home .module-video-grid .button:hover {
        color: #fff;
        border: 2px solid #fff;
        background: none; }
  .front .module-developments::after, .home .module-developments::after {
    clear: both;
    content: "";
    display: table; }
  .front .module-developments .column img, .home .module-developments .column img {
    width: 100%; }
  .front .module-developments .outer-column, .home .module-developments .outer-column {
    overflow: hidden;
    display: block; }
    .front .module-developments .outer-column .column, .home .module-developments .outer-column .column {
      margin-bottom: 2em; }
  .front .module-developments .non-mobile, .home .module-developments .non-mobile {
    display: block; }
  .front .module-developments .mobile, .home .module-developments .mobile {
    display: none; }
  @media screen and (max-width: 475px) {
    .front .module-developments .non-mobile, .home .module-developments .non-mobile {
      display: none; }
    .front .module-developments .mobile, .home .module-developments .mobile {
      display: block; } }
  @media screen and (min-width: 476px) {
    .front .module-developments .outer-column, .home .module-developments .outer-column {
      margin: 0;
      display: table; }
      .front .module-developments .outer-column .column, .home .module-developments .outer-column .column {
        margin: 0;
        display: table-cell;
        width: 50%;
        vertical-align: middle; }
        .front .module-developments .outer-column .column:last-of-type, .home .module-developments .outer-column .column:last-of-type {
          position: relative; }
      .front .module-developments .outer-column .v-center, .home .module-developments .outer-column .v-center {
        max-width: 90%; } }
  .front .module-developments .button, .home .module-developments .button {
    clear: both;
    margin-top: 1.6em; }
  .front .module-developments .detail, .home .module-developments .detail {
    clear: both;
    border-bottom: 1px solid #ccc; }
  .front .module-developments .detail, .front .module-developments .sub-detail, .home .module-developments .detail, .home .module-developments .sub-detail {
    padding: 1.6em 0; }
    .front .module-developments .detail p, .front .module-developments .sub-detail p, .home .module-developments .detail p, .home .module-developments .sub-detail p {
      color: #2c5a7f;
      text-transform: uppercase; }
  @media screen and (max-width: 475px) {
    .front .module-developments .sub-detail > div > div, .home .module-developments .sub-detail > div > div {
      float: left;
      display: block;
      margin-right: 14.28571%;
      width: 42.85714%; }
      .front .module-developments .sub-detail > div > div:last-child, .home .module-developments .sub-detail > div > div:last-child {
        margin-right: 0; }
      .front .module-developments .sub-detail > div > div:nth-child(2n), .home .module-developments .sub-detail > div > div:nth-child(2n) {
        margin-right: 0; }
      .front .module-developments .sub-detail > div > div:nth-child(2n+1), .home .module-developments .sub-detail > div > div:nth-child(2n+1) {
        clear: left; }
      .front .module-developments .sub-detail > div > div img, .home .module-developments .sub-detail > div > div img {
        width: 100%; } }
  @media screen and (min-width: 476px) {
    .front .module-developments .sub-detail > div > div, .home .module-developments .sub-detail > div > div {
      float: left;
      display: block;
      margin-right: 4.34783%;
      width: 13.04348%; }
      .front .module-developments .sub-detail > div > div:last-child, .home .module-developments .sub-detail > div > div:last-child {
        margin-right: 0; }
      .front .module-developments .sub-detail > div > div img, .home .module-developments .sub-detail > div > div img {
        width: 100%; } }
  .front .module-services, .home .module-services {
    background: #97c5eb; }
    .front .module-services p, .home .module-services p {
      color: #2c5a7f;
      margin-bottom: 1.6em;
      font-size: 1.6em; }
    .front .module-services ul, .home .module-services ul {
      list-style-type: none;
      padding: 0; }
      .front .module-services ul li, .home .module-services ul li {
        margin-bottom: 1.6em;
        font-weight: bold; }
        .front .module-services ul li a, .home .module-services ul li a {
          color: #2c5a7f;
          transition: color 0.4s ease; }
          .front .module-services ul li a:hover, .home .module-services ul li a:hover {
            color: #fff; }
        .front .module-services ul li img, .home .module-services ul li img {
          display: block;
          margin: 0 auto;
          border: 2px solid #fff;
          border-radius: 50%;
          margin-bottom: 1.2em;
          width: 75%; }
      @media screen and (max-width: 475px) {
        .front .module-services ul li, .home .module-services ul li {
          float: left;
          display: block;
          margin-right: 4.34783%;
          width: 47.82609%; }
          .front .module-services ul li:last-child, .home .module-services ul li:last-child {
            margin-right: 0; }
          .front .module-services ul li:nth-child(2n), .home .module-services ul li:nth-child(2n) {
            margin-right: 0; }
          .front .module-services ul li:nth-child(2n+1), .home .module-services ul li:nth-child(2n+1) {
            clear: left; } }
      @media screen and (min-width: 476px) {
        .front .module-services ul li, .home .module-services ul li {
          float: left;
          display: block;
          margin-right: 2.12766%;
          width: 23.40426%; }
          .front .module-services ul li:last-child, .home .module-services ul li:last-child {
            margin-right: 0; }
          .front .module-services ul li:nth-child(4n), .home .module-services ul li:nth-child(4n) {
            margin-right: 0; }
          .front .module-services ul li:nth-child(4n+1), .home .module-services ul li:nth-child(4n+1) {
            clear: left; } }
      @media screen and (max-width: 475px) {
        .front .module-services ul li img, .home .module-services ul li img {
          width: 65%; } }
      @media screen and (min-width: 1025px) {
        .front .module-services ul li img, .home .module-services ul li img {
          width: auto; } }
  .front .module-invest-mongolia, .home .module-invest-mongolia {
    background-color: #2c5a7f;
    color: #fff; }
    .front .module-invest-mongolia p, .home .module-invest-mongolia p {
      font-size: 1.4em;
      margin-bottom: 1.6em; }
    .front .module-invest-mongolia h2, .home .module-invest-mongolia h2 {
      color: #fff; }
    .front .module-invest-mongolia .date, .home .module-invest-mongolia .date {
      color: #ccc;
      margin-bottom: 0; }
    .front .module-invest-mongolia h6, .home .module-invest-mongolia h6 {
      margin: 0;
      color: #97c5eb;
      font-size: 1.8em; }
  .front .module-search .content, .home .module-search .content {
    padding: 0; }
    .front .module-search .content form, .home .module-search .content form {
      width: 100%;
      margin: 0; }

.property .page-container {
  padding-bottom: 3em; }

.property h1, .property h3 {
  margin: 0;
  color: #2c5a7f;
  text-transform: uppercase; }

.property h1 {
  line-height: 1.2;
  margin-bottom: 0.5em; }

.property h2 {
  margin: 0;
  color: #2e241b; }
  .property h2 span {
    font-size: 0.6em;
    color: #777; }

.property .button {
  text-align: center;
  text-transform: uppercase; }

.property ul {
/*  padding: 0 1.5em; */
}

.property .property-header {
  padding: 1em 0; }
  .property .property-header::after {
    clear: both;
    content: "";
    display: table; }
  .property .property-header .button {
    float: left;
    display: block;
    margin-right: 6.66667%;
    width: 46.66667%;
    margin-left: 53.33333%;
    display: none; }
    .property .property-header .button:last-child {
      margin-right: 0; }

.property .property-images > img {
  width: 100%;
  margin-bottom: 0.5em; }

.property .property-images ul {
  list-style-type: none;
  overflow: auto;
  margin: 0;
  padding: 0; }
  .property .property-images ul li {
    margin-bottom: 0.5em; }
    @media screen and (min-width: 476px) and (max-width: 1024px) {
      .property .property-images ul li {
        float: left;
        display: block;
        margin-right: 3.22581%;
        width: 22.58065%; }
        .property .property-images ul li:last-child {
          margin-right: 0; }
        .property .property-images ul li:nth-child(4n) {
          margin-right: 0; }
        .property .property-images ul li:nth-child(4n+1) {
          clear: left; } }
    @media screen and (min-width: 1025px) {
      .property .property-images ul li {
        float: left;
        display: block;
        margin-right: 2.5641%;
        width: 17.94872%; }
        .property .property-images ul li:last-child {
          margin-right: 0; }
        .property .property-images ul li:nth-child(5n) {
          margin-right: 0; }
        .property .property-images ul li:nth-child(5n+1) {
          clear: left; } }
    @media screen and (max-width: 475px) {
      .property .property-images ul li {
        float: left;
        display: block;
        margin-right: 4.34783%;
        width: 30.43478%; }
        .property .property-images ul li:last-child {
          margin-right: 0; }
        .property .property-images ul li:nth-child(3n) {
          margin-right: 0; }
        .property .property-images ul li:nth-child(3n+1) {
          clear: left; } }
    .property .property-images ul li img {
      width: 100%; }

.property .description, .property .particulars {
  margin-bottom: 1.5em; }

.property .particulars {
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  overflow: auto;
  padding: 1.5em 0; }
  .property .particulars > div {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 22.58065%;
    position: relative;
    border: 1px solid #777;
    text-align: center;
    padding: 1em; }
    .property .particulars > div:last-child {
      margin-right: 0; }
    .property .particulars > div p {
      margin: 0;
      font-weight: bold; }
    .property .particulars > div img {
      display: block;
      margin: 0 auto; }

.property .enquiry {
  border: 1px solid #777;
  padding: 1em;
  overflow: auto;
  margin-bottom: 1.5em; }
  .property .enquiry h3 {
    margin: 0 0 1em; }
  .property .enquiry dl {
    overflow: auto; }
  .property .enquiry dt {
    clear: left;
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 12.82051%;
    margin-bottom: 0.75em; }
    .property .enquiry dt:last-child {
      margin-right: 0; }
    .property .enquiry dt img {
      width: 100%; }
  .property .enquiry dd {
    margin-left: 0;
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 84.61538%;
    margin-right: 0;
    padding-top: 0.5em; }
    .property .enquiry dd:last-child {
      margin-right: 0; }
    .property .enquiry dd a {
      font-weight: bold;
      color: #2c5a7f; }
  .property .enquiry .button {
    display: block;
    text-align: center; }

.property .agent {
  overflow: auto;
  margin-bottom: 1em; }
  .property .agent img {
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 28.20513%;
    border-radius: 50%;
    border: 1px solid #2c5a7f; }
    .property .agent img:last-child {
      margin-right: 0; }
  .property .agent h4, .property .agent p {
    margin: 0; }
  .property .agent h4 {
    color: #2c5a7f;
    text-transform: uppercase;
    font-weight: bold; }
  .property .agent div {
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 69.23077%;
    margin-top: 1.5em; }
    .property .agent div:last-child {
      margin-right: 0; }

.property .social {
  margin: 2em 0 1em; }
  .property .social ul {
    padding: 0; }

@media screen and (min-width: 476px) and (max-width: 1024px) {
  .property .agent {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 47.82609%; }
    .property .agent:last-child {
      margin-right: 0; } }

@media screen and (min-width: 768px) {
  .property .social {
    margin: 0; }
  .property .agent {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 100%; }
    .property .agent:last-child {
      margin-right: 0; }
  .property .enquiry dl {
    clear: both; } }

.node-type-property .page-container {
  padding-bottom: 3em; }

.property-listings .listing-header {
  padding-bottom: 2em; }
  .property-listings .listing-header h2 {
    text-transform: uppercase;
    color: #2c5a7f; }
  .property-listings .listing-header ul {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 1px solid #97c5eb;
    border-radius: 5px;
    overflow: auto; }
    .property-listings .listing-header ul li {
      display: block;
      float: left;
      width: 50%;
      text-align: center;
      font-size: 0.85em; }
      .property-listings .listing-header ul li a {
        color: #97c5eb; }
      .property-listings .listing-header ul li.selected {
        background-color: #97c5eb; }
        .property-listings .listing-header ul li.selected a {
          color: #fff; }

@media screen and (min-width: 768px) {
  .property-listings .listing-header ul {
    float: right;
    display: block;
    margin-left: 1.81818%;
    width: 20%; }
    .property-listings .listing-header ul:last-child {
      margin-left: 0; } }

.services h1 {
  font-size: 1.6em;
  text-align: center;
  padding-top: 1.6em; }

.contact-options {
  margin: 4em 0 0;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .contact-options {
      margin: 4em 0; } }
  .contact-options .views-row {
    text-align: center;
    position: relative;
    margin-bottom: 4em; }
  .contact-options h2 {
    font-weight: bold;
    font-size: 18px; }
  .contact-options img {
    border: 1px solid #777;
    border-radius: 50%;
    width: 75%;
    max-width: 140px; }
  .contact-options a {
    color: #2c5a7f; }
  .contact-options .button {
    width: 100%;
    display: block;
    margin-top: 1em; }
  .contact-options p {
    margin: 0; }
  .contact-options h2 {
    color: #2c5a7f;
    text-transform: uppercase; }
  .contact-options .button {
    text-transform: uppercase; }
  @media screen and (max-width: 475px) {
    .contact-options img {
      width: 35%;
      max-width: 140px; } }
  @media screen and (min-width: 768px) {
    .contact-options .views-row {
      text-align: center;
      position: relative;
      margin-bottom: 4em;
      min-height: 385px; }
      .contact-options .views-row div {
        position: absolute;
        width: 100%;
        bottom: 0; } }

@media screen and (min-width: 768px) {
  .contact-options .views-row {
    float: left;
    display: block;
    margin-right: 5.26316%;
    width: 15.78947%; }
    .contact-options .views-row:last-child {
      margin-right: 0; } }

@media screen and (max-width: 475px) {
  .node-type-location .content-columns {
    padding-top: 2em; } }

.content-detail .field,
.node-type-standard-content .field,
.node-type-developments .field,
.node-type-services .field,
.node-type-research .field,
.node-type-location .field,
.page-our-professionals .field,
.page-management-team .field {
  padding: 0; }

.content-detail .page-container,
.node-type-standard-content .page-container,
.node-type-developments .page-container,
.node-type-services .page-container,
.node-type-research .page-container,
.node-type-location .page-container,
.page-our-professionals .page-container,
.page-management-team .page-container {
  float: left;
  display: block;
  margin-right: 1.81818%;
  width: 85.45455%;
  margin-left: 7.27273%;
  padding: 3em 0;
  max-width: 1100px; }
  .content-detail .page-container:last-child,
  .node-type-standard-content .page-container:last-child,
  .node-type-developments .page-container:last-child,
  .node-type-services .page-container:last-child,
  .node-type-research .page-container:last-child,
  .node-type-location .page-container:last-child,
  .page-our-professionals .page-container:last-child,
  .page-management-team .page-container:last-child {
    margin-right: 0; }

@media screen and (max-width: 475px) {
  .content-detail .page-container,
  .node-type-standard-content .page-container,
  .node-type-developments .page-container,
  .node-type-services .page-container,
  .node-type-research .page-container,
  .node-type-location .page-container,
  .page-our-professionals .page-container,
  .page-management-team .page-container {
    padding: 0; } }

.content-detail h1,
.content-detail h2,
.content-detail h3,
.node-type-standard-content h1,
.node-type-standard-content h2,
.node-type-standard-content h3,
.node-type-developments h1,
.node-type-developments h2,
.node-type-developments h3,
.node-type-services h1,
.node-type-services h2,
.node-type-services h3,
.node-type-research h1,
.node-type-research h2,
.node-type-research h3,
.node-type-location h1,
.node-type-location h2,
.node-type-location h3,
.page-our-professionals h1,
.page-our-professionals h2,
.page-our-professionals h3,
.page-management-team h1, .page-management-team h2, .page-management-team h3 {
  text-transform: uppercase;
  color: #2c5a7f;
  font-size: 1.4em;
  margin: 0; }

.content-detail h4,
.content-detail h5,
.content-detail h6,
.node-type-standard-content h4,
.node-type-standard-content h5,
.node-type-standard-content h6,
.node-type-developments h4,
.node-type-developments h5,
.node-type-developments h6,
.node-type-services h4,
.node-type-services h5,
.node-type-services h6,
.node-type-research h4,
.node-type-research h5,
.node-type-research h6,
.node-type-location h4,
.node-type-location h5,
.node-type-location h6,
.page-our-professionals h4,
.page-our-professionals h5,
.page-our-professionals h6,
.page-management-team h4, .page-management-team h5, .page-management-team h6 {
  font-weight: bold;
  font-size: 1em;
  margin: 1em 0 0; }

.content-detail .group-left .field.field-name-title,
.node-type-standard-content .group-left .field.field-name-title,
.node-type-developments .group-left .field.field-name-title,
.node-type-services .group-left .field.field-name-title,
.node-type-research .group-left .field.field-name-title,
.node-type-location .group-left .field.field-name-title,
.page-our-professionals .group-left .field.field-name-title,
.page-management-team .group-left .field.field-name-title {
  margin-bottom: 1.6em; }

.content-detail .group-left p,
.content-detail .group-left a,
.content-detail .group-left li,
.node-type-standard-content .group-left p,
.node-type-standard-content .group-left a,
.node-type-standard-content .group-left li,
.node-type-developments .group-left p,
.node-type-developments .group-left a,
.node-type-developments .group-left li,
.node-type-services .group-left p,
.node-type-services .group-left a,
.node-type-services .group-left li,
.node-type-research .group-left p,
.node-type-research .group-left a,
.node-type-research .group-left li,
.node-type-location .group-left p,
.node-type-location .group-left a,
.node-type-location .group-left li,
.page-our-professionals .group-left p,
.page-our-professionals .group-left a,
.page-our-professionals .group-left li,
.page-management-team .group-left p, .page-management-team .group-left a, .page-management-team .group-left li {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

.content-detail .group-left img,
.node-type-standard-content .group-left img,
.node-type-developments .group-left img,
.node-type-services .group-left img,
.node-type-research .group-left img,
.node-type-location .group-left img,
.page-our-professionals .group-left img,
.page-management-team .group-left img {
  margin-bottom: 1em; }

.content-detail .group-left a,
.node-type-standard-content .group-left a,
.node-type-developments .group-left a,
.node-type-services .group-left a,
.node-type-research .group-left a,
.node-type-location .group-left a,
.page-our-professionals .group-left a,
.page-management-team .group-left a {
  text-decoration: none;
  color: #2c5a7f; }
  .content-detail .group-left a:hover,
  .node-type-standard-content .group-left a:hover,
  .node-type-developments .group-left a:hover,
  .node-type-services .group-left a:hover,
  .node-type-research .group-left a:hover,
  .node-type-location .group-left a:hover,
  .page-our-professionals .group-left a:hover,
  .page-management-team .group-left a:hover {
    color: #97c5eb; }

.content-detail .group-left .clearfix,
.node-type-standard-content .group-left .clearfix,
.node-type-developments .group-left .clearfix,
.node-type-services .group-left .clearfix,
.node-type-research .group-left .clearfix,
.node-type-location .group-left .clearfix,
.page-our-professionals .group-left .clearfix,
.page-management-team .group-left .clearfix {
  clear: both; }

.content-detail .group-left .button.flat,
.node-type-standard-content .group-left .button.flat,
.node-type-developments .group-left .button.flat,
.node-type-services .group-left .button.flat,
.node-type-research .group-left .button.flat,
.node-type-location .group-left .button.flat,
.page-our-professionals .group-left .button.flat,
.page-management-team .group-left .button.flat {
  border: none;
  color: #c7dbf3;
  background-color: #2c5a7f;
  border-radius: 4px;
  padding: 5px;
  transition: all 0.4s ease;
  text-transform: uppercase;
  font-weight: normal; }
  .content-detail .group-left .button.flat:hover,
  .node-type-standard-content .group-left .button.flat:hover,
  .node-type-developments .group-left .button.flat:hover,
  .node-type-services .group-left .button.flat:hover,
  .node-type-research .group-left .button.flat:hover,
  .node-type-location .group-left .button.flat:hover,
  .page-our-professionals .group-left .button.flat:hover,
  .page-management-team .group-left .button.flat:hover {
    color: #2c5a7f;
    background-color: #97c5eb; }

.content-detail .group-left .button.stencil.blue,
.node-type-standard-content .group-left .button.stencil.blue,
.node-type-developments .group-left .button.stencil.blue,
.node-type-services .group-left .button.stencil.blue,
.node-type-research .group-left .button.stencil.blue,
.node-type-location .group-left .button.stencil.blue,
.page-our-professionals .group-left .button.stencil.blue,
.page-management-team .group-left .button.stencil.blue {
  background: none;
  border: 2px solid #2c5a7f;
  color: #2c5a7f;
  border-radius: 4px;
  padding: 5px;
  transition: all 0.4s ease; }
  .content-detail .group-left .button.stencil.blue:hover,
  .node-type-standard-content .group-left .button.stencil.blue:hover,
  .node-type-developments .group-left .button.stencil.blue:hover,
  .node-type-services .group-left .button.stencil.blue:hover,
  .node-type-research .group-left .button.stencil.blue:hover,
  .node-type-location .group-left .button.stencil.blue:hover,
  .page-our-professionals .group-left .button.stencil.blue:hover,
  .page-management-team .group-left .button.stencil.blue:hover {
    color: #97c5eb;
    border: 2px solid #97c5eb;
    background: none; }
  .content-detail .group-left .button.stencil.blue.white:hover,
  .node-type-standard-content .group-left .button.stencil.blue.white:hover,
  .node-type-developments .group-left .button.stencil.blue.white:hover,
  .node-type-services .group-left .button.stencil.blue.white:hover,
  .node-type-research .group-left .button.stencil.blue.white:hover,
  .node-type-location .group-left .button.stencil.blue.white:hover,
  .page-our-professionals .group-left .button.stencil.blue.white:hover,
  .page-management-team .group-left .button.stencil.blue.white:hover {
    color: #fff;
    border-color: #fff; }

.content-detail .group-left .button.stencil.light-blue,
.node-type-standard-content .group-left .button.stencil.light-blue,
.node-type-developments .group-left .button.stencil.light-blue,
.node-type-services .group-left .button.stencil.light-blue,
.node-type-research .group-left .button.stencil.light-blue,
.node-type-location .group-left .button.stencil.light-blue,
.page-our-professionals .group-left .button.stencil.light-blue,
.page-management-team .group-left .button.stencil.light-blue {
  background: none;
  border: 2px solid #97c5eb;
  color: #97c5eb;
  border-radius: 4px;
  padding: 5px;
  transition: all 0.4s ease; }
  .content-detail .group-left .button.stencil.light-blue:hover,
  .node-type-standard-content .group-left .button.stencil.light-blue:hover,
  .node-type-developments .group-left .button.stencil.light-blue:hover,
  .node-type-services .group-left .button.stencil.light-blue:hover,
  .node-type-research .group-left .button.stencil.light-blue:hover,
  .node-type-location .group-left .button.stencil.light-blue:hover,
  .page-our-professionals .group-left .button.stencil.light-blue:hover,
  .page-management-team .group-left .button.stencil.light-blue:hover {
    color: #fff;
    border: 2px solid #fff;
    background: none; }

.content-detail .group-left div,
.node-type-standard-content .group-left div,
.node-type-developments .group-left div,
.node-type-services .group-left div,
.node-type-research .group-left div,
.node-type-location .group-left div,
.page-our-professionals .group-left div,
.page-management-team .group-left div {
  clear: both;
  overflow: auto; }

.content-detail .group-left .content-floating-image,
.node-type-standard-content .group-left .content-floating-image,
.node-type-developments .group-left .content-floating-image,
.node-type-services .group-left .content-floating-image,
.node-type-research .group-left .content-floating-image,
.node-type-location .group-left .content-floating-image,
.page-our-professionals .group-left .content-floating-image,
.page-management-team .group-left .content-floating-image {
  margin-bottom: 1.6em;
  overflow: auto; }

.content-detail .group-left .content-image-left,
.content-detail .group-left .content-image-right,
.node-type-standard-content .group-left .content-image-left,
.node-type-standard-content .group-left .content-image-right,
.node-type-developments .group-left .content-image-left,
.node-type-developments .group-left .content-image-right,
.node-type-services .group-left .content-image-left,
.node-type-services .group-left .content-image-right,
.node-type-research .group-left .content-image-left,
.node-type-research .group-left .content-image-right,
.node-type-location .group-left .content-image-left,
.node-type-location .group-left .content-image-right,
.page-our-professionals .group-left .content-image-left,
.page-our-professionals .group-left .content-image-right,
.page-management-team .group-left .content-image-left,
.page-management-team .group-left .content-image-right {
  display: block; }

@media screen and (min-width: 476px) {
  .content-detail .group-left .content-image-left,
  .node-type-standard-content .group-left .content-image-left,
  .node-type-developments .group-left .content-image-left,
  .node-type-services .group-left .content-image-left,
  .node-type-research .group-left .content-image-left,
  .node-type-location .group-left .content-image-left,
  .page-our-professionals .group-left .content-image-left,
  .page-management-team .group-left .content-image-left {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 23.40426%;
    display: block;
    float: left;
    margin-right: 1em !important;
    margin-top: 0.4em; }
    .content-detail .group-left .content-image-left:last-child,
    .node-type-standard-content .group-left .content-image-left:last-child,
    .node-type-developments .group-left .content-image-left:last-child,
    .node-type-services .group-left .content-image-left:last-child,
    .node-type-research .group-left .content-image-left:last-child,
    .node-type-location .group-left .content-image-left:last-child,
    .page-our-professionals .group-left .content-image-left:last-child,
    .page-management-team .group-left .content-image-left:last-child {
      margin-right: 0; }
  .content-detail .group-left .content-image-right,
  .node-type-standard-content .group-left .content-image-right,
  .node-type-developments .group-left .content-image-right,
  .node-type-services .group-left .content-image-right,
  .node-type-research .group-left .content-image-right,
  .node-type-location .group-left .content-image-right,
  .page-our-professionals .group-left .content-image-right,
  .page-management-team .group-left .content-image-right {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 23.40426%;
    display: block;
    float: right;
    margin-left: 1em !important;
    margin-top: 0.4em;
    margin-bottom: 0; }
    .content-detail .group-left .content-image-right:last-child,
    .node-type-standard-content .group-left .content-image-right:last-child,
    .node-type-developments .group-left .content-image-right:last-child,
    .node-type-services .group-left .content-image-right:last-child,
    .node-type-research .group-left .content-image-right:last-child,
    .node-type-location .group-left .content-image-right:last-child,
    .page-our-professionals .group-left .content-image-right:last-child,
    .page-management-team .group-left .content-image-right:last-child {
      margin-right: 0; } }

.content-detail .group-left h1,
.node-type-standard-content .group-left h1,
.node-type-developments .group-left h1,
.node-type-services .group-left h1,
.node-type-research .group-left h1,
.node-type-location .group-left h1,
.page-our-professionals .group-left h1,
.page-management-team .group-left h1 {
  font-size: 26px;
  font-weight: normal;
  color: #2c5a7f; }

.content-detail .group-left h2,
.node-type-standard-content .group-left h2,
.node-type-developments .group-left h2,
.node-type-services .group-left h2,
.node-type-research .group-left h2,
.node-type-location .group-left h2,
.page-our-professionals .group-left h2,
.page-management-team .group-left h2 {
  font-size: 22px;
  font-weight: normal;
  color: #2c5a7f; }

.content-detail .group-left h3,
.node-type-standard-content .group-left h3,
.node-type-developments .group-left h3,
.node-type-services .group-left h3,
.node-type-research .group-left h3,
.node-type-location .group-left h3,
.page-our-professionals .group-left h3,
.page-management-team .group-left h3 {
  font-size: 18px;
  font-weight: bold;
  color: #2c5a7f; }

.content-detail .group-left h4,
.node-type-standard-content .group-left h4,
.node-type-developments .group-left h4,
.node-type-services .group-left h4,
.node-type-research .group-left h4,
.node-type-location .group-left h4,
.page-our-professionals .group-left h4,
.page-management-team .group-left h4 {
  font-size: 18px;
  font-weight: bold;
  color: #777; }

.content-detail .group-left h5,
.node-type-standard-content .group-left h5,
.node-type-developments .group-left h5,
.node-type-services .group-left h5,
.node-type-research .group-left h5,
.node-type-location .group-left h5,
.page-our-professionals .group-left h5,
.page-management-team .group-left h5 {
  font-size: 16px;
  font-weight: bold;
  color: #444; }

.content-detail .group-left h6,
.node-type-standard-content .group-left h6,
.node-type-developments .group-left h6,
.node-type-services .group-left h6,
.node-type-research .group-left h6,
.node-type-location .group-left h6,
.page-our-professionals .group-left h6,
.page-management-team .group-left h6 {
  font-size: 16px;
  color: #2c5a7f; }

.content-detail .group-left h1,
.content-detail .group-left h2,
.content-detail .group-left h3,
.content-detail .group-left h4,
.content-detail .group-left h5,
.content-detail .group-left h6,
.node-type-standard-content .group-left h1,
.node-type-standard-content .group-left h2,
.node-type-standard-content .group-left h3,
.node-type-standard-content .group-left h4,
.node-type-standard-content .group-left h5,
.node-type-standard-content .group-left h6,
.node-type-developments .group-left h1,
.node-type-developments .group-left h2,
.node-type-developments .group-left h3,
.node-type-developments .group-left h4,
.node-type-developments .group-left h5,
.node-type-developments .group-left h6,
.node-type-services .group-left h1,
.node-type-services .group-left h2,
.node-type-services .group-left h3,
.node-type-services .group-left h4,
.node-type-services .group-left h5,
.node-type-services .group-left h6,
.node-type-research .group-left h1,
.node-type-research .group-left h2,
.node-type-research .group-left h3,
.node-type-research .group-left h4,
.node-type-research .group-left h5,
.node-type-research .group-left h6,
.node-type-location .group-left h1,
.node-type-location .group-left h2,
.node-type-location .group-left h3,
.node-type-location .group-left h4,
.node-type-location .group-left h5,
.node-type-location .group-left h6,
.page-our-professionals .group-left h1,
.page-our-professionals .group-left h2,
.page-our-professionals .group-left h3,
.page-our-professionals .group-left h4,
.page-our-professionals .group-left h5,
.page-our-professionals .group-left h6,
.page-management-team .group-left h1, .page-management-team .group-left h2, .page-management-team .group-left h3, .page-management-team .group-left h4, .page-management-team .group-left h5, .page-management-team .group-left h6 {
  margin-top: 0; }

.content-detail .group-left img,
.node-type-standard-content .group-left img,
.node-type-developments .group-left img,
.node-type-services .group-left img,
.node-type-research .group-left img,
.node-type-location .group-left img,
.page-our-professionals .group-left img,
.page-management-team .group-left img {
  margin-bottom: 1.6em; }

.content-detail .group-left blockquote,
.node-type-standard-content .group-left blockquote,
.node-type-developments .group-left blockquote,
.node-type-services .group-left blockquote,
.node-type-research .group-left blockquote,
.node-type-location .group-left blockquote,
.page-our-professionals .group-left blockquote,
.page-management-team .group-left blockquote {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-style: italic;
  font-size: 28px;
  color: #777; }

.content-detail .group-left cite,
.node-type-standard-content .group-left cite,
.node-type-developments .group-left cite,
.node-type-services .group-left cite,
.node-type-research .group-left cite,
.node-type-location .group-left cite,
.page-our-professionals .group-left cite,
.page-management-team .group-left cite {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #565656; }

.content-detail a,
.node-type-standard-content a,
.node-type-developments a,
.node-type-services a,
.node-type-research a,
.node-type-location a,
.page-our-professionals a,
.page-management-team a {
  color: #2c5a7f;
  transition: all 0.4s ease; }
  .content-detail a:hover,
  .node-type-standard-content a:hover,
  .node-type-developments a:hover,
  .node-type-services a:hover,
  .node-type-research a:hover,
  .node-type-location a:hover,
  .page-our-professionals a:hover,
  .page-management-team a:hover {
    color: #97c5eb; }

.content-detail .content-column.secondary nav,
.node-type-standard-content .content-column.secondary nav,
.node-type-developments .content-column.secondary nav,
.node-type-services .content-column.secondary nav,
.node-type-research .content-column.secondary nav,
.node-type-location .content-column.secondary nav,
.page-our-professionals .content-column.secondary nav,
.page-management-team .content-column.secondary nav {
  border: 1px solid #ccc;
  padding: 1em;
  margin-bottom: 1em; }
  .content-detail .content-column.secondary nav a,
  .node-type-standard-content .content-column.secondary nav a,
  .node-type-developments .content-column.secondary nav a,
  .node-type-services .content-column.secondary nav a,
  .node-type-research .content-column.secondary nav a,
  .node-type-location .content-column.secondary nav a,
  .page-our-professionals .content-column.secondary nav a,
  .page-management-team .content-column.secondary nav a {
    display: block; }
  .content-detail .content-column.secondary nav img,
  .node-type-standard-content .content-column.secondary nav img,
  .node-type-developments .content-column.secondary nav img,
  .node-type-services .content-column.secondary nav img,
  .node-type-research .content-column.secondary nav img,
  .node-type-location .content-column.secondary nav img,
  .page-our-professionals .content-column.secondary nav img,
  .page-management-team .content-column.secondary nav img {
    width: 100%; }
  .content-detail .content-column.secondary nav.image-block,
  .node-type-standard-content .content-column.secondary nav.image-block,
  .node-type-developments .content-column.secondary nav.image-block,
  .node-type-services .content-column.secondary nav.image-block,
  .node-type-research .content-column.secondary nav.image-block,
  .node-type-location .content-column.secondary nav.image-block,
  .page-our-professionals .content-column.secondary nav.image-block,
  .page-management-team .content-column.secondary nav.image-block {
    padding: 0;
    border: none; }

@media screen and (max-width: 475px) {
  .content-detail .content-column.secondary nav,
  .node-type-standard-content .content-column.secondary nav,
  .node-type-developments .content-column.secondary nav,
  .node-type-services .content-column.secondary nav,
  .node-type-research .content-column.secondary nav,
  .node-type-location .content-column.secondary nav,
  .page-our-professionals .content-column.secondary nav,
  .page-management-team .content-column.secondary nav {
    margin: 1em 0 2em; } }

.content-detail .content-column,
.node-type-standard-content .content-column,
.node-type-developments .content-column,
.node-type-services .content-column,
.node-type-research .content-column,
.node-type-location .content-column,
.page-our-professionals .content-column,
.page-management-team .content-column {
  overflow: hidden; }
  .content-detail .content-column img,
  .node-type-standard-content .content-column img,
  .node-type-developments .content-column img,
  .node-type-services .content-column img,
  .node-type-research .content-column img,
  .node-type-location .content-column img,
  .page-our-professionals .content-column img,
  .page-management-team .content-column img {
    margin: 1em 0; }

@media screen and (max-width: 475px) {
  .content-detail .content-column img,
  .node-type-standard-content .content-column img,
  .node-type-developments .content-column img,
  .node-type-services .content-column img,
  .node-type-research .content-column img,
  .node-type-location .content-column img,
  .page-our-professionals .content-column img,
  .page-management-team .content-column img {
    width: 100%; } }

.content-detail .video-module,
.node-type-standard-content .video-module,
.node-type-developments .video-module,
.node-type-services .video-module,
.node-type-research .video-module,
.node-type-location .video-module,
.page-our-professionals .video-module,
.page-management-team .video-module {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .content-detail .video-module iframe,
  .content-detail .video-module object,
  .content-detail .video-module embed,
  .node-type-standard-content .video-module iframe,
  .node-type-standard-content .video-module object,
  .node-type-standard-content .video-module embed,
  .node-type-developments .video-module iframe,
  .node-type-developments .video-module object,
  .node-type-developments .video-module embed,
  .node-type-services .video-module iframe,
  .node-type-services .video-module object,
  .node-type-services .video-module embed,
  .node-type-research .video-module iframe,
  .node-type-research .video-module object,
  .node-type-research .video-module embed,
  .node-type-location .video-module iframe,
  .node-type-location .video-module object,
  .node-type-location .video-module embed,
  .page-our-professionals .video-module iframe,
  .page-our-professionals .video-module object,
  .page-our-professionals .video-module embed,
  .page-management-team .video-module iframe, .page-management-team .video-module object, .page-management-team .video-module embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.content-detail .link-block h4,
.node-type-standard-content .link-block h4,
.node-type-developments .link-block h4,
.node-type-services .link-block h4,
.node-type-research .link-block h4,
.node-type-location .link-block h4,
.page-our-professionals .link-block h4,
.page-management-team .link-block h4 {
  color: #777;
  text-transform: none;
  margin-bottom: 1em;
  font-size: 1em; }

.content-detail .link-block .leaf.active-trail a,
.node-type-standard-content .link-block .leaf.active-trail a,
.node-type-developments .link-block .leaf.active-trail a,
.node-type-services .link-block .leaf.active-trail a,
.node-type-research .link-block .leaf.active-trail a,
.node-type-location .link-block .leaf.active-trail a,
.page-our-professionals .link-block .leaf.active-trail a,
.page-management-team .link-block .leaf.active-trail a {
  color: #97c5eb; }

.content-detail .link-block ul,
.node-type-standard-content .link-block ul,
.node-type-developments .link-block ul,
.node-type-services .link-block ul,
.node-type-research .link-block ul,
.node-type-location .link-block ul,
.page-our-professionals .link-block ul,
.page-management-team .link-block ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .content-detail .link-block ul li,
  .node-type-standard-content .link-block ul li,
  .node-type-developments .link-block ul li,
  .node-type-services .link-block ul li,
  .node-type-research .link-block ul li,
  .node-type-location .link-block ul li,
  .page-our-professionals .link-block ul li,
  .page-management-team .link-block ul li {
    clear: both; }

.content-detail .link-block a:before,
.node-type-standard-content .link-block a:before,
.node-type-developments .link-block a:before,
.node-type-services .link-block a:before,
.node-type-research .link-block a:before,
.node-type-location .link-block a:before,
.page-our-professionals .link-block a:before,
.page-management-team .link-block a:before {
  display: block;
  content: '\203A';
  font-size: 1.6em;
  line-height: 0.8;
  float: left;
  width: 14px;
  min-height: 24px; }

.content-detail .content-pagination,
.node-type-standard-content .content-pagination,
.node-type-developments .content-pagination,
.node-type-services .content-pagination,
.node-type-research .content-pagination,
.node-type-location .content-pagination,
.page-our-professionals .content-pagination,
.page-management-team .content-pagination {
  clear: both;
  padding: 1em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  overflow: auto; }
  .content-detail .content-pagination a,
  .node-type-standard-content .content-pagination a,
  .node-type-developments .content-pagination a,
  .node-type-services .content-pagination a,
  .node-type-research .content-pagination a,
  .node-type-location .content-pagination a,
  .page-our-professionals .content-pagination a,
  .page-management-team .content-pagination a {
    font-weight: bold;
    padding: 0.5em 1em; }
    .content-detail .content-pagination a:hover,
    .node-type-standard-content .content-pagination a:hover,
    .node-type-developments .content-pagination a:hover,
    .node-type-services .content-pagination a:hover,
    .node-type-research .content-pagination a:hover,
    .node-type-location .content-pagination a:hover,
    .page-our-professionals .content-pagination a:hover,
    .page-management-team .content-pagination a:hover {
      background-color: #2c5a7f;
      border-radius: 5px; }
  .content-detail .content-pagination .prev,
  .node-type-standard-content .content-pagination .prev,
  .node-type-developments .content-pagination .prev,
  .node-type-services .content-pagination .prev,
  .node-type-research .content-pagination .prev,
  .node-type-location .content-pagination .prev,
  .page-our-professionals .content-pagination .prev,
  .page-management-team .content-pagination .prev {
    display: block;
    float: left; }
  .content-detail .content-pagination .next,
  .node-type-standard-content .content-pagination .next,
  .node-type-developments .content-pagination .next,
  .node-type-services .content-pagination .next,
  .node-type-research .content-pagination .next,
  .node-type-location .content-pagination .next,
  .page-our-professionals .content-pagination .next,
  .page-management-team .content-pagination .next {
    display: block;
    float: right; }

.content-detail .module-professionals,
.node-type-standard-content .module-professionals,
.node-type-developments .module-professionals,
.node-type-services .module-professionals,
.node-type-research .module-professionals,
.node-type-location .module-professionals,
.page-our-professionals .module-professionals,
.page-management-team .module-professionals {
  margin-top: 3em;
  border-top: 1px solid #ccc;
  padding-top: 3em; }
  .content-detail .module-professionals .professional,
  .node-type-standard-content .module-professionals .professional,
  .node-type-developments .module-professionals .professional,
  .node-type-services .module-professionals .professional,
  .node-type-research .module-professionals .professional,
  .node-type-location .module-professionals .professional,
  .page-our-professionals .module-professionals .professional,
  .page-management-team .module-professionals .professional {
    text-align: center;
    margin-top: 2em; }
  .content-detail .module-professionals img,
  .node-type-standard-content .module-professionals img,
  .node-type-developments .module-professionals img,
  .node-type-services .module-professionals img,
  .node-type-research .module-professionals img,
  .node-type-location .module-professionals img,
  .page-our-professionals .module-professionals img,
  .page-management-team .module-professionals img {
    width: 90%; }

@media screen and (min-width: 768px) {
  .content-detail .content-column.primary,
  .node-type-standard-content .content-column.primary,
  .node-type-developments .content-column.primary,
  .node-type-services .content-column.primary,
  .node-type-research .content-column.primary,
  .node-type-location .content-column.primary,
  .page-our-professionals .content-column.primary,
  .page-management-team .content-column.primary {
    float: right;
    display: block;
    margin-left: 2.12766%;
    width: 74.46809%;
    padding-left: 2em; }
    .content-detail .content-column.primary:last-child,
    .node-type-standard-content .content-column.primary:last-child,
    .node-type-developments .content-column.primary:last-child,
    .node-type-services .content-column.primary:last-child,
    .node-type-research .content-column.primary:last-child,
    .node-type-location .content-column.primary:last-child,
    .page-our-professionals .content-column.primary:last-child,
    .page-management-team .content-column.primary:last-child {
      margin-left: 0; }
  .content-detail .content-column.secondary,
  .node-type-standard-content .content-column.secondary,
  .node-type-developments .content-column.secondary,
  .node-type-services .content-column.secondary,
  .node-type-research .content-column.secondary,
  .node-type-location .content-column.secondary,
  .page-our-professionals .content-column.secondary,
  .page-management-team .content-column.secondary {
    float: right;
    display: block;
    margin-left: 2.12766%;
    width: 23.40426%;
    margin-left: 0; }
    .content-detail .content-column.secondary:last-child,
    .node-type-standard-content .content-column.secondary:last-child,
    .node-type-developments .content-column.secondary:last-child,
    .node-type-services .content-column.secondary:last-child,
    .node-type-research .content-column.secondary:last-child,
    .node-type-location .content-column.secondary:last-child,
    .page-our-professionals .content-column.secondary:last-child,
    .page-management-team .content-column.secondary:last-child {
      margin-left: 0; } }

@media screen and (min-width: 768px) {
  .content-pagination {
    margin: 2em 0 0;
    padding: 2em 0; }
  .content-column.secondary nav {
    border: 1px solid #ccc;
    padding: 1em;
    margin-bottom: 1em; } }

.development-listings {
  position: relative; }
  .development-listings .content-columns {
    margin-bottom: 4em; }
  .development-listings .group-left,
  .development-listings .group-right {
    width: 100%;
    clear: both; }
  .development-listings .group-left img {
    width: 100%; }
  .development-listings .view-developments {
    padding-top: 2em; }
  .development-listings .node-developments {
    position: relative;
    padding: 1em 0; }
  .development-listings .file {
    margin: 0; }
  .development-listings .view-content {
    padding-top: 0; }
  @media screen and (min-width: 1025px) {
    .development-listings .view-developments {
      padding-top: 4em; }
    .development-listings .view-header {
      margin-bottom: 2em; } }
  @media screen and (min-width: 768px) {
    .development-listings .view-content {
      padding-top: 4em; }
    .development-listings .views-row > div > div {
      clear: none;
      display: table-cell;
      width: 50%;
      position: relative;
      overflow: auto;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }
  .development-listings .view-header h2 {
    text-transform: uppercase;
    color: #2b4171;
    font-size: 1.4em;
    margin: 0; }
  .development-listings .view-header p {
    margin: 0 0 1em; }

@media screen and (max-width: 475px) {
  .node-type-standard-content .content-columns {
    padding-top: 1em; } }

@media screen and (max-width: 475px) {
  .page-our-professionals .content-column.primary,
  .page-management-team .content-column.primary {
    padding-top: 2em; } }

.content-columns {
  overflow: auto; }

.professionals .page-container h1 {
  font-size: 1.6em; }
  @media screen and (max-width: 475px) {
    .professionals .page-container h1 {
      text-align: center; } }

.professionals .view-professionals-listing,
.professionals .view-professionals {
  margin-top: 2em;
  margin-bottom: 2em;
  overflow: auto; }
  .professionals .view-professionals-listing h3,
  .professionals .view-professionals h3 {
    font-size: 1.2em; }
  .professionals .view-professionals-listing .views-row,
  .professionals .view-professionals .views-row {
    margin-bottom: 2em;
    overflow: auto;
    padding-bottom: 2em; }
    .professionals .view-professionals-listing .views-row article div,
    .professionals .view-professionals .views-row article div {
      overflow: hidden; }
      .professionals .view-professionals-listing .views-row article div p,
      .professionals .view-professionals .views-row article div p {
        color: #2e241b;
        margin: 0; }
        .professionals .view-professionals-listing .views-row article div p.email-address,
        .professionals .view-professionals .views-row article div p.email-address {
          margin-top: 1em; }
      .professionals .view-professionals-listing .views-row article div img,
      .professionals .view-professionals .views-row article div img {
        width: 50%;
        border: 1px solid #2c5a7f;
        border-radius: 100%; }
    .professionals .view-professionals-listing .views-row article h3,
    .professionals .view-professionals .views-row article h3 {
      margin: 0 0 0.5em;
      text-transform: uppercase;
      font-weight: bold;
      color: #2c5a7f; }
    .professionals .view-professionals-listing .views-row article .button,
    .professionals .view-professionals .views-row article .button {
      font-weight: bold;
      margin: 1em 0;
      text-align: center; }
    .professionals .view-professionals-listing .views-row .profile-avatar,
    .professionals .view-professionals .views-row .profile-avatar {
      position: relative; }
      .professionals .view-professionals-listing .views-row .profile-avatar .flag-icon,
      .professionals .view-professionals .views-row .profile-avatar .flag-icon {
        position: absolute;
        bottom: 0;
        right: 25px;
        width: 45px;
        height: 45px; }
        .professionals .view-professionals-listing .views-row .profile-avatar .flag-icon img,
        .professionals .view-professionals .views-row .profile-avatar .flag-icon img {
          width: 100%; }
  @media screen and (min-width: 476px) and (max-width: 1024px) {
    .professionals .view-professionals-listing .views-row,
    .professionals .view-professionals .views-row {
      margin-bottom: 3em;
      float: left;
      display: block;
      margin-right: 14.28571%;
      width: 42.85714%;
      margin-bottom: 2em;
      overflow: auto; }
      .professionals .view-professionals-listing .views-row:last-child,
      .professionals .view-professionals .views-row:last-child {
        margin-right: 0; }
      .professionals .view-professionals-listing .views-row:nth-child(2n),
      .professionals .view-professionals .views-row:nth-child(2n) {
        margin-right: 0; }
      .professionals .view-professionals-listing .views-row:nth-child(2n+1),
      .professionals .view-professionals .views-row:nth-child(2n+1) {
        clear: left; }
      .professionals .view-professionals-listing .views-row article,
      .professionals .view-professionals .views-row article {
        text-align: center; }
        .professionals .view-professionals-listing .views-row article div img,
        .professionals .view-professionals .views-row article div img {
          width: 75%;
          display: block;
          margin: 0 auto 1.5em; } }
  @media screen and (min-width: 1025px) {
    .professionals .view-professionals-listing .views-row,
    .professionals .view-professionals .views-row {
      margin-bottom: 3em;
      float: left;
      display: block;
      margin-right: 2.09091%;
      width: 31.27273%;
      margin-bottom: 2em;
      overflow: auto; }
      .professionals .view-professionals-listing .views-row:last-child,
      .professionals .view-professionals .views-row:last-child {
        margin-right: 0; }
      .professionals .view-professionals-listing .views-row:nth-child(3n),
      .professionals .view-professionals .views-row:nth-child(3n) {
        margin-right: 0; }
      .professionals .view-professionals-listing .views-row:nth-child(3n+1),
      .professionals .view-professionals .views-row:nth-child(3n+1) {
        clear: left; }
      .professionals .view-professionals-listing .views-row article,
      .professionals .view-professionals .views-row article {
        text-align: center; }
        .professionals .view-professionals-listing .views-row article div img,
        .professionals .view-professionals .views-row article div img {
          width: 75%;
          display: block;
          margin: 0 auto 1.5em; } }
  @media screen and (max-width: 475px) {
    .professionals .view-professionals-listing .views-row article,
    .professionals .view-professionals .views-row article {
      text-align: center; }
    .professionals .view-professionals-listing .views-row .profile-avatar,
    .professionals .view-professionals .views-row .profile-avatar {
      position: relative;
      margin: 0 auto;
      width: 50%; }
      .professionals .view-professionals-listing .views-row .profile-avatar > img,
      .professionals .view-professionals .views-row .profile-avatar > img {
        width: 100%; }
      .professionals .view-professionals-listing .views-row .profile-avatar .flag-icon,
      .professionals .view-professionals .views-row .profile-avatar .flag-icon {
        position: absolute;
        bottom: 15%;
        right: 0;
        width: 50px;
        height: 45px; } }

.single-profile {
  padding: 4em 0;
  padding-bottom: 28px;
  overflow: auto; }
.single-agent-biography-wrapper{
  padding-bottom: 4em;
}
  @media screen and (max-width: 475px) {
    .single-profile {
      padding: 2em 0; } }
  .single-profile h3 {
    text-transform: uppercase;
    color: #2c5a7f;
    font-size: 1.4em;
    margin: 0; }
  .single-profile .profile-avatar img {
    border: 1px solid #2c5a7f;
    border-radius: 50%;
    width: 100%; }
  .single-profile p {
    clear: both;
    margin: 0 0 1em;
    overflow: auto; }
    .single-profile p img {
      display: block;
      float: left;
      width: 32px;
      margin-right: 0.5em; }
    .single-profile p a {
      color: #2c5a7f;
      padding: 4px;
      display: inline-block; }
  @media screen and (max-width: 475px) {
    .single-profile .profile-avatar img {
      margin-bottom: 2em; }
    .single-profile .column:nth-child(2n) h3, .single-profile .column:nth-child(2n) p:first-of-type {
      text-align: center; }
    .single-profile .column:nth-child(2n) .speciality {
      text-align: left; }
    .single-profile .column:nth-child(2n) ul {
      text-align: left; }
    .single-profile .column:first-of-type {
      width: 40%;
      margin: 0 auto; }
    .single-profile .column.mobile {
      clear: both;
      width: 100%; } }
  @media screen and (min-width: 476px) and (max-width: 1024px) {
    .single-profile .column {
      float: left;
      display: block;
      margin-right: 9.09091%;
      width: 27.27273%; }
      .single-profile .column:last-child {
        margin-right: 0; }
      .single-profile .column:nth-child(2n) {
        margin-right: 1.81818%; }
      .single-profile .column:nth-child(2n+1) {
        clear: none; }
      .single-profile .column:nth-child(3n) {
        margin-right: 0; }
      .single-profile .column:nth-child(3n+1) {
        clear: left; }
      .single-profile .column:first-of-type {
        float: left;
        display: block;
        margin-right: 5.26316%;
        width: 15.78947%; }
        .single-profile .column:first-of-type:last-child {
          margin-right: 0; } }
  @media screen and (min-width: 768px) {
    .single-profile .profile-avatar img {
      width: 100%; }
    .single-profile .column {
      float: left;
      display: block;
      margin-right: 9.09091%;
      width: 27.27273%; }
      .single-profile .column:last-child {
        margin-right: 0; }
      .single-profile .column:nth-child(2n) {
        margin-right: 1.81818%; }
      .single-profile .column:nth-child(2n+1) {
        clear: none; }
      .single-profile .column:nth-child(3n) {
        margin-right: 0; }
      .single-profile .column:nth-child(3n+1) {
        clear: left; }
      .single-profile .column:first-of-type {
        float: left;
        display: block;
        margin-right: 5.26316%;
        width: 15.78947%; }
        .single-profile .column:first-of-type:last-child {
          margin-right: 0; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

h1 {
  font-size: 2.5em;
  margin-top: 0;
  color: #2c5a7f;
  text-transform: uppercase;
  font-weight: normal; }

@media screen and (max-width: 475px) {
  h1 {
    font-size: 1.3em; } }

.page-container {
  width: 100%; }
  @media screen and (min-width: 476px) and (max-width: 1024px) {
    .page-container {
      float: left;
      display: block;
      margin-right: 1.81818%;
      width: 92.72727%;
      margin-left: 3.63636%; }
      .page-container:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1025px) {
    .page-container {
      float: left;
      display: block;
      margin-right: 1.81818%;
      width: 85.45455%;
      margin-left: 7.27273%; }
      .page-container:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 475px) {
    .page-container {
      width: 100%;
      margin: 0 auto;
      padding: 0 1em; } }

@media screen and (min-width: 768px) {
  .column.primary {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 65.95745%; }
    .column.primary:last-child {
      margin-right: 0; }
  .column.secondary {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 31.91489%; }
    .column.secondary:last-child {
      margin-right: 0; } }

.no-touch #page > header .main-navigation ul li:hover nav {
  max-height: 220px; }

#page > header {
  padding: 14px 0px 10px 14px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff; }
  @media screen and (min-width: 476px) {

}

    #page > header {
      padding: 0;
      border-bottom: 14px solid white; }

  @media screen and (min-width: 476px) and (max-width: 1024px) {
    #page > header {
      padding: 0; } }
  #page > header nav a {
    color: #2c5a7f;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    padding: 7px 14px;
    transition: color 0.3s ease; }
    #page > header nav a:hover {
      color: #97c5eb;
      transition: color 0.3s ease; }
  #page > header .nav-trigger {
    border: none;
    background: url(https://www.mongolia-properties.com/sites/default/themes/main/images/icon-menu.svg) center center no-repeat;
    width: 36px;
    height: 36px;
    background-size: 50%;
    float: right;
    outline: none;
    margin: -8px 0 0 0; }
    #page > header .nav-trigger:hover,
    #page > header .nav-trigger:active {
      color: #97c5eb;
      transition: color 0.3s ease; }
  #page > header .navigation {
    float: right;
    max-width: 900px;
    padding-top: 14px; }
/*  #page > header .language-selector {
    display: none; } */


    #page > header .language-selector .selected {
      background: #97c5eb;
      color: #fff;
      border-radius: 4px; }
  #page > header .main-navigation {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid #2c5a7f; }
    #page > header .main-navigation.active {
      display: block; }
    #page > header .main-navigation ul {
      padding: 0;
      margin: 0; }
      #page > header .main-navigation ul li {
        list-style-type: none; }
        #page > header .main-navigation ul li nav {
          position: absolute;
          width: 100%;
          left: 0;
          background-color: #2c5a7f;
          z-index: 1;
          max-height: 0;
          overflow: hidden;
          margin-top: 14px;
          box-shadow: 0px 1px 6px #051A48 inset;
          transition: max-height 0.4s; }
          #page > header .main-navigation ul li nav a {
            color: #fff;
            display: block;
            font-weight: normal;
            text-transform: none;
            padding: 0 0 1em;
            transition: color 0.4s ease; }
            #page > header .main-navigation ul li nav a:hover {
              color: #97c5eb;
              transition: color 0.4s ease; }
          #page > header .main-navigation ul li nav .nav-container {
            float: left;
            display: block;
            margin-right: 1.81818%;
            width: 70.90909%;
            margin-left: 14.54545%; }
            #page > header .main-navigation ul li nav .nav-container:last-child {
              margin-right: 0; }
          #page > header .main-navigation ul li nav ul {
            float: left;
            display: block;
            margin-right: 9.09091%;
            width: 27.27273%;
            padding: 1.5em 0 0.5em; }
            #page > header .main-navigation ul li nav ul:last-child {
              margin-right: 0; }
            #page > header .main-navigation ul li nav ul li {
              width: 100%; }
        #page > header .main-navigation ul li a {
          display: block;
          transition: all 0.2s ease; }
        #page > header .main-navigation ul li:hover a,
        #page > header .main-navigation ul li.selected a {
          color: #fff;
          background: #2c5a7f; }
  @media screen and (min-width: 1025px) {
    #page > header .logo {
      margin-top: 18px; }
    #page > header.selected {
      border-color: #2c5a7f; }
    #page > header .nav-trigger {
      display: none; }
    #page > header .main-navigation {
      display: block;
      position: static;
      clear: both;
      padding-top: 22px;
      border-bottom: none; }
      #page > header .main-navigation li {
        float: left; }
        #page > header .main-navigation li a {
          padding: 0.5rem 0.6rem;
          padding-bottom: 18px; }
    #page > header .language-selector {
      display: block;
      float: right;
      clear: right; } }
  @media screen and (min-width: 476px) and (max-width: 1024px) {
    #page > header .navigation {
      width: auto;
      float: none; }
    #page > header .main-navigation {
      padding-top: 15px; }
    #page > header .language-selector {
      position: absolute;
      top: 14px;
      right: 7px; }
    #page > header .nav-trigger {
      margin: 1.2em;
      background-size: 75%; }
    #page > header .logo {
      margin: 16px 0 0 14px; } }

::-webkit-input-placeholder {
  font: 12.72727px "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

:-moz-placeholder {
  /* Firefox 18- */
  font: 12.72727px "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

::-moz-placeholder {
  /* Firefox 19+ */
  font: 12.72727px "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

:-ms-input-placeholder {
  font: 12.72727px "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

.field {
  padding-bottom: 15px; }
  .field select, .field input {
    display: block;
    width: 100%; }

fieldset {
  margin: 0;
  padding: 0; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="url"],input[type="tel"] {
  border: 1px solid #A2A2A2;
  background: #fff;
  padding: 4px 22px 4px 8px;
  color: #A2A2A2;
  border-radius: 0; }

input[type="submit"] {
  border: none;
  color: #c7dbf3;
  background-color: #2c5a7f;
  border-radius: 4px;
  padding: 5px;
  transition: all 0.4s ease;
  text-transform: uppercase; }
  input[type="submit"]:hover {
    color: #2c5a7f;
    background-color: #97c5eb; }

.webform-client-form {
  margin-top: 3em;
  margin-bottom: 3em; }
  .webform-client-form label {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 34.54545%;
    margin-bottom: 2em; }
    .webform-client-form label:last-child {
      margin-right: 0; }
  .webform-client-form input[type="text"], .webform-client-form input[type="email"], .webform-client-form input[type="number"], .webform-client-form input[type="url"] {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 63.63636%;
    margin-bottom: 2em; }
    .webform-client-form input[type="text"]:last-child, .webform-client-form input[type="email"]:last-child, .webform-client-form input[type="number"]:last-child, .webform-client-form input[type="url"]:last-child {
      margin-right: 0; }
  .webform-client-form input[type="submit"] {
    width: 100%;
    margin-bottom: 4em; }
  @media screen and (min-width: 768px) {
    .webform-client-form input[type="submit"] {
      width: auto;
      min-width: 200px;
      float: right;
      margin-bottom: 2em; } }
  .webform-client-form .form-actions,
  .webform-client-form input[type="submit"] {
    clear: both; }
  .webform-client-form .form-type-radio {
    margin-top: 2em;
    margin-bottom: 2em;
    clear: both; }
    .webform-client-form .form-type-radio input {
      margin-right: 1em;
      margin-left: 0.2em; }
    .webform-client-form .form-type-radio label {
      float: none;
      display: inline;
      width: auto;
      margin-right: auto; }

.module-hero {
  min-height: 515px;
  padding: 3em 0 0;
  background-position: top center;
  background-size: 200% 100%;
  background-repeat: no-repeat;
  position: relative; }
  @media screen and (min-width: 1025px) {
    .module-hero {
      background-size: 100% 125%;
      background-position: center center; } }
  .module-hero > img {
    width: 100%; }
  .module-hero .module-hero-content {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 70.90909%;
    margin-left: 14.54545%;
    margin-bottom: 75px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 2em;
    text-align: center; }
    .module-hero .module-hero-content:last-child {
      margin-right: 0; }
    .module-hero .module-hero-content h1 {
      text-transform: none;
      font-weight: bold; }
    .module-hero .module-hero-content p {
      font-size: 20px;
      color: #2e241b;
      font-weight: normal; }
  @media screen and (max-width: 475px) {
    .module-hero .module-hero-content {
      float: none; }
      .module-hero .module-hero-content p {
        display: none; }
    .module-hero h1 {
      margin-bottom: 0; } }
  @media screen and (min-width: 768px) {
    .module-hero {
      padding: 5em 0 0; }
      .module-hero .module-hero-content {
        margin-bottom: 110px; } }
  .module-hero.reduced {
    min-height: 300px;
    overflow: hidden;
    background-size: 100%; }
  .module-hero.empty {
    min-height: 300px;
    overflow: hidden;
    background-size: 100%; }
    .module-hero.empty .module-hero-content {
      background: none;
      margin-bottom: 33px; }
    .module-hero.empty .tabs {
      display: none; }
  .module-hero.map-hero {
    padding: 0 !important; }
  .module-hero.hero-video {
    position: relative;
    padding: 0;
    min-height: 380px; }
    .module-hero.hero-video iframe {
      position: absolute;
      width: 100%;
      height: 100%; }
  @media screen and (min-width: 1025px) {
    .module-hero.reduced {
      background-size: 100%; } }

@media screen and (max-width: 475px) {
  .module-hero.reduced, .module-hero.empty {
    min-height: 200px; } }

.module-search {
  position: relative;
  float: left;
  display: block;
  margin-right: 1.81818%;
  margin-top:303px;
  width: 100%; }
  .module-search:last-child {
        margin-top: 210px;
    margin-right: 0; }
  .module-search form {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 70.90909%;
    margin-left: 14.54545%; }
    .module-search form:last-child {
      margin-right: 0; }
  .module-search label {
    color: #2e241b; }
  .module-search .tab-content {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px 0 20px; }
  .module-search ul {
    position: absolute;
    list-style-type: none;
    margin-left: 14.54545%;
    top: -55px;
    padding: 0; }
    .module-search ul li {
      display: inline-block;
      background-color: rgba(255, 255, 255, 0.7);
      text-align: left;
      font-size: 1.3em;
      font-weight: normal;
      text-align: center;
      margin-right: 1px; }
      .module-search ul li a {
        color: #2c5a7f;
        padding: 5px 1em;
        display: block; }
      .module-search ul li.selected {
        height: 41px; }

      .module-search ul li.active{
        height: 41px; }
        .module-search ul li.selected a {
          color: #2e241b; }
  .module-search .field, .module-search .views-exposed-widget {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 14.89362%;
    text-align: left; }
    .module-search .field:last-child, .module-search .views-exposed-widget:last-child {
      margin-right: 0; }
    .module-search .field:nth-child(6n), .module-search .views-exposed-widget:nth-child(6n) {
      margin-right: 0; }
    .module-search .field:nth-child(6n+1), .module-search .views-exposed-widget:nth-child(6n+1) {
      clear: left; }
    .module-search .field .field-select, .module-search .field .form-type-select, .module-search .views-exposed-widget .field-select, .module-search .views-exposed-widget .form-type-select {
      position: relative; }
      .module-search .field .field-select > select, .module-search .field .form-type-select > select, .module-search .views-exposed-widget .field-select > select, .module-search .views-exposed-widget .form-type-select > select {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        border: 1px solid #A2A2A2;
        background: #fff;
        padding: 4px 22px 4px 8px;
        color: #A2A2A2;
        border-radius: 0;
        position: relative;
        width: 100%; }
      .module-search .field .field-select:after, .module-search .field .form-type-select:after, .module-search .views-exposed-widget .field-select:after, .module-search .views-exposed-widget .form-type-select:after {
        content: ' ';
        background: url("https://www.mongolia-properties.com/sites/default/themes/main/images/down-arrow-dark-blue.svg") center center no-repeat transparent;
        right: 6px;
        top: 35%;
        padding: 0;
        position: absolute;
        pointer-events: none;
        width: 16px;
        height: 11px;
        background-size: 100% 100%; }
  @media screen and (min-width: 476px) and (max-width: 1024px) {
    .module-search .field, .module-search .views-exposed-widget {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 31.91489%; }
      .module-search .field:last-child, .module-search .views-exposed-widget:last-child {
        margin-right: 0; }
      .module-search .field:nth-child(3n), .module-search .views-exposed-widget:nth-child(3n) {
        margin-right: 0; }
      .module-search .field:nth-child(3n+1), .module-search .views-exposed-widget:nth-child(3n+1) {
        clear: left; } }
  @media screen and (max-width: 475px) {

    .module-search ul {
      display: block;
      background: #2E5A7D;
      float: left;
      margin-right: 1.81818%;
      width: 85.45455%;
      margin-left: 7.27273%;
      top: -45px; }
      .module-search ul:last-child {
        margin-left: 0;
        margin-right: 0;
      }
    .module-search ul li {
      display: flex;
      align-items: center;
      font-size: 0.9em;
      float: left;
      margin-right: 2.12766%;
      width: 48.93617%;
      text-align: center;
      border-right: 1px solid transparent;
      background-color: transparent;
      height: 41px;
       }
    .module-search ul li.active {
      background-color: #fff;
      border: 4px solid #2c5a7f;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      border-bottom: 0;
    }
    .module-search ul li a {
      color: #fff;
    }
    .module-search .selected {
      background-color: #fff; }
    .module-search .field, .module-search .views-exposed-widget {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 100%; }
    }

      .module-search ul li:last-child {
        margin-right: 0; }
      .module-search ul li a {
        font-weight: normal; }
    .module-search ul li.active a{
      color: #2c5a7f;
    }
      .module-search ul li.selected {

        height: 32px; }


      .module-search .field:last-child, .module-search .views-exposed-widget:last-child {
        margin-right: 0;
      }
  @media screen and (max-width: 475px) {
    .module-search input[type="submit"] {
      width: 100%; } }
  .module-search .views-submit-button {
    min-width: 15%; }
    @media screen and (min-width: 476px) {
      .module-search .views-submit-button {
        float: right;
        display: block;
        margin-left: 2.12766%;
        width: 31.91489%; }
        .module-search .views-submit-button:last-child {
          margin-left: 0; } }
  .module-search input[type="submit"] {
    border: none;
    color: #c7dbf3;
    background-color: #2c5a7f;
    border-radius: 4px;
    padding: 5px;
    transition: all 0.4s ease;
    text-transform: uppercase;
    margin-top: 1em;
    display: block;
    width: 100%; }
    .module-search input[type="submit"]:hover {
      color: #2c5a7f;
      background-color: #97c5eb; }

.map-display {
  width: 100%; }

.breadcrumbs p {
  font-size: 0.9em; }

.breadcrumbs a {
  color: #2c5a7f;
  font-weight: bold;
  transition: color 0.5s ease; }
  .breadcrumbs a:hover {
    color: #97c5eb; }

.module-professionals .professional {
  margin-bottom: 1em; }
  @media screen and (max-width: 475px) {
    .module-professionals .professional {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 48.93617%; }
      .module-professionals .professional:last-child {
        margin-right: 0; }
      .module-professionals .professional:nth-child(2n) {
        margin-right: 0; }
      .module-professionals .professional:nth-child(2n+1) {
        clear: left; }
      .module-professionals .professional img {
        width: 75%; } }
  @media screen and (min-width: 476px) and (max-width: 1024px) {
    .module-professionals .professional {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 31.91489%; }
      .module-professionals .professional:last-child {
        margin-right: 0; }
      .module-professionals .professional:nth-child(2n) {
        margin-right: 1.81818%; }
      .module-professionals .professional:nth-child(2n+1) {
        clear: none; }
      .module-professionals .professional:nth-child(3n) {
        margin-right: 0; }
      .module-professionals .professional:nth-child(3n+1) {
        clear: left; }
      .module-professionals .professional img {
        width: 75%; } }
  @media screen and (min-width: 1025px) {
    .module-professionals .professional {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 31.91489%; }
      .module-professionals .professional:last-child {
        margin-right: 0; }
      .module-professionals .professional:nth-child(2n) {
        margin-right: 1.81818%; }
      .module-professionals .professional:nth-child(2n+1) {
        clear: none; }
      .module-professionals .professional:nth-child(3n) {
        margin-right: 0; }
      .module-professionals .professional:nth-child(3n+1) {
        clear: left; }
      .module-professionals .professional img {
        width: 75%; } }
  .module-professionals .professional img {
    border: 1px solid #2c5a7f;
    border-radius: 50%; }
  .module-professionals .professional p {
    font-weight: bold;
    color: #2c5a7f; }
    .module-professionals .professional p a {
      color: #777;
      font-weight: normal; }
    .module-professionals .professional p.highlighted a {
      color: #2c5a7f; }
  .module-professionals .professional .contact-detail {
    margin: 0; }
  .module-professionals .professional span {
    display: block;
    color: #777;
    font-weight: normal; }
    .module-professionals .professional span:last-of-type {
      color: #2c5a7f; }

.module-professionals .button {
  float: none;
  display: inline-block;
  width: auto;
  margin-left: 0;
  margin-bottom: 1.6em;
  min-width: 330px; }
  @media screen and (max-width: 475px) {
    .module-professionals .button {
      clear: both;
      width: 100%;
      min-width: auto; } }

/*VARIATION FOR ABOUT US PAGE */
.module-professionals--2col .professional {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 48.93617%; }
  .module-professionals--2col .professional:last-child {
    margin-right: 0; }
  .module-professionals--2col .professional:nth-child(3n) {
    margin-right: 1.81818%; }
  .module-professionals--2col .professional:nth-child(3n+1) {
    clear: none; }
  .module-professionals--2col .professional:nth-child(4n) {
    margin-right: 1.81818%; }
  .module-professionals--2col .professional:nth-child(4n+1) {
    clear: none; }
  .module-professionals--2col .professional:nth-child(2n) {
    margin-right: 0; }
  .module-professionals--2col .professional:nth-child(2n+1) {
    clear: left; }

.module-professionals--3col .professional {
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 31.42857%; }
  .module-professionals--3col .professional:last-child {
    margin-right: 0; }
  .module-professionals--3col .professional:nth-child(2n) {
    margin-right: 1.81818%; }
  .module-professionals--3col .professional:nth-child(2n+1) {
    clear: none; }
  .module-professionals--3col .professional:nth-child(3n) {
    margin-right: 1.81818%; }
  .module-professionals--3col .professional:nth-child(3n+1) {
    clear: none; }
  .module-professionals--3col .professional:nth-child(4n) {
    margin-right: 0; }
  .module-professionals--3col .professional:nth-child(4n+1) {
    clear: left; }
  @media screen and (max-width: 475px) {
    .module-professionals--3col .professional {
      overflow: hidden;
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 48.93617%; }
      .module-professionals--3col .professional:last-child {
        margin-right: 0; }
      .module-professionals--3col .professional:nth-child(2n) {
        margin-right: 1.81818%; }
      .module-professionals--3col .professional:nth-child(2n+1) {
        clear: none; }
      .module-professionals--3col .professional:nth-child(3n) {
        margin-right: 1.81818%; }
      .module-professionals--3col .professional:nth-child(3n+1) {
        clear: none; }
      .module-professionals--3col .professional:nth-child(4n) {
        margin-right: 1.81818%; }
      .module-professionals--3col .professional:nth-child(4n+1) {
        clear: none; }
      .module-professionals--3col .professional:nth-child(3n) {
        margin-right: 0; }
      .module-professionals--3col .professional:nth-child(3n+1) {
        clear: left; } }

@media screen and (min-width: 476px) and (max-width: 1024px) {
  .front .module-professionals .professional {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 23.40426%; }
    .front .module-professionals .professional:last-child {
      margin-right: 0; }
    .front .module-professionals .professional:nth-child(1n) {
      margin-right: 1.81818%; }
    .front .module-professionals .professional:nth-child(1n+1) {
      clear: none; }
    .front .module-professionals .professional:nth-child(2n) {
      margin-right: 1.81818%; }
    .front .module-professionals .professional:nth-child(2n+1) {
      clear: none; }
    .front .module-professionals .professional:nth-child(3n) {
      margin-right: 1.81818%; }
    .front .module-professionals .professional:nth-child(3n+1) {
      clear: none; }
    .front .module-professionals .professional:nth-child(4n) {
      margin-right: 0; }
    .front .module-professionals .professional:nth-child(4n+1) {
      clear: left; }
    .front .module-professionals .professional img {
      width: 75%; } }

@media screen and (min-width: 1025px) {
  .front .module-professionals .professional {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 23.40426%; }
    .front .module-professionals .professional:last-child {
      margin-right: 0; }
    .front .module-professionals .professional:nth-child(1n) {
      margin-right: 1.81818%; }
    .front .module-professionals .professional:nth-child(1n+1) {
      clear: none; }
    .front .module-professionals .professional:nth-child(2n) {
      margin-right: 1.81818%; }
    .front .module-professionals .professional:nth-child(2n+1) {
      clear: none; }
    .front .module-professionals .professional:nth-child(3n) {
      margin-right: 1.81818%; }
    .front .module-professionals .professional:nth-child(3n+1) {
      clear: none; }
    .front .module-professionals .professional:nth-child(4n) {
      margin-right: 0; }
    .front .module-professionals .professional:nth-child(4n+1) {
      clear: left; }
    .front .module-professionals .professional img {
      width: 75%; } }

.module-highlighted-content {
  background-color: #2c5a7f;
  color: #fff;
  text-align: center; }
  .module-highlighted-content p.emphasis {
    -webkit-margin-before: 0; }
  .module-highlighted-content a {
    color: #97c5eb; }
  .module-highlighted-content h2,
  .module-highlighted-content h3,
  .module-highlighted-content h4 {
    color: #97c5eb; }
  .module-highlighted-content .button {
    background: none;
    border: 2px solid #97c5eb;
    color: #97c5eb;
    border-radius: 4px;
    padding: 5px;
    transition: all 0.4s ease;
    margin-bottom: 1.6em; }
    .module-highlighted-content .button:hover {
      color: #fff;
      border: 2px solid #fff;
      background: none; }

.pagination {
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  overflow: auto;
  margin-bottom: 2em; }
  .pagination ul {
    padding: 1em 0;
    margin: 0;
    list-style-type: none;
    text-align: center; }
    .pagination ul li {
      display: inline-block;
      line-height: 2em;
      padding: 0 !important; }
      .pagination ul li a {
        color: #2c5a7f;
        transition: color 0.4s ease;
        padding: 0.6em;
        text-align: center;
        text-transform: uppercase; }
        .pagination ul li a:hover {
          color: #97c5eb; }
      .pagination ul li.current {
        border-radius: 5px;
        background: #2c5a7f; }
        .pagination ul li.current a {
          color: #97c5eb; }

@media screen and (max-width: 475px) {
  .pagination ul li:first-of-type, .pagination ul li:last-of-type {
    display: none; } }

@media screen and (min-width: 768px) {

  .pagination ul {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 56.36364%;
    margin-left: 21.81818%; }
    .pagination ul:last-child {
      margin-right: 0; } }

.listing-page .listings,
.page-rent .listings,
.page-buy .listings {
  color: #777; }
  .listing-page .listings a,
  .page-rent .listings a,
  .page-buy .listings a {
    color: #777; }

.listing-page h4,
.page-rent h4,
.page-buy h4 {
  color: #2e241b;
  font-weight: bold;
  font-size: 1.4em;
  margin: 0.5em 0 0; }
  .listing-page h4 span,
  .page-rent h4 span,
  .page-buy h4 span {
    color: #777;
    font-weight: normal;
    font-size: 0.75em; }

.listing-page .page-container li:first-of-type,
.page-rent .page-container li:first-of-type,
.page-buy .page-container li:first-of-type {
  padding-right: 1em; }

.listing-page p,
.page-rent p,
.page-buy p {
  clear: both; }

.listing-page .listing-header,
.page-rent .listing-header,
.page-buy .listing-header {
  padding: 1em 0 2em;
  overflow: auto;
  margin-top: 2em; }
  .listing-page .listing-header h2,
  .page-rent .listing-header h2,
  .page-buy .listing-header h2 {
    color: #2c5a7f;
    text-transform: uppercase;
    margin: 0; }
  .listing-page .listing-header ul,
  .page-rent .listing-header ul,
  .page-buy .listing-header ul {
    border: 1px solid #97c5eb;
    border-radius: 5px;
    padding: 0;
    margin: 1em 0 0;
    list-style-type: none;
    overflow: auto; }
    .listing-page .listing-header ul li,
    .page-rent .listing-header ul li,
    .page-buy .listing-header ul li {
      padding: 4px 6px;
      display: block;
      width: 50%;
      float: left; }
      .listing-page .listing-header ul li:hover,
      .page-rent .listing-header ul li:hover,
      .page-buy .listing-header ul li:hover {
        background-color: #2c5a7f; }
        .listing-page .listing-header ul li:hover a,
        .page-rent .listing-header ul li:hover a,
        .page-buy .listing-header ul li:hover a {
          color: #fff; }
      .listing-page .listing-header ul li.selected,
      .page-rent .listing-header ul li.selected,
      .page-buy .listing-header ul li.selected {
        background-color: #97c5eb; }
        .listing-page .listing-header ul li.selected a,
        .page-rent .listing-header ul li.selected a,
        .page-buy .listing-header ul li.selected a {
          color: #fff; }
        .listing-page .listing-header ul li.selected:hover,
        .page-rent .listing-header ul li.selected:hover,
        .page-buy .listing-header ul li.selected:hover {
          background-color: #2c5a7f; }
          .listing-page .listing-header ul li.selected:hover a,
          .page-rent .listing-header ul li.selected:hover a,
          .page-buy .listing-header ul li.selected:hover a {
            color: #fff; }
      .listing-page .listing-header ul li a,
      .page-rent .listing-header ul li a,
      .page-buy .listing-header ul li a {
        text-align: center;
        display: block;
        font-weight: lighter;
        color: #97c5eb; }

@media screen and (min-width: 768px) {
  .listing-page .listing-header,
  .page-rent .listing-header,
  .page-buy .listing-header {
    padding: 1em 0 4em; }
    .listing-page .listing-header h2,
    .page-rent .listing-header h2,
    .page-buy .listing-header h2 {
      float: left; }
    .listing-page .listing-header ul,
    .page-rent .listing-header ul,
    .page-buy .listing-header ul {
      float: right;
      border: 1px solid #97c5eb;
      border-radius: 5px;
      padding: 0;
      margin: 0;
      min-width: 200px;
      list-style-type: none; }
      .listing-page .listing-header ul li,
      .page-rent .listing-header ul li,
      .page-buy .listing-header ul li {
        padding: 4px 6px;
        display: block;
        float: left; }
        .listing-page .listing-header ul li.selected,
        .page-rent .listing-header ul li.selected,
        .page-buy .listing-header ul li.selected {
          background-color: #97c5eb; }
          .listing-page .listing-header ul li.selected a,
          .page-rent .listing-header ul li.selected a,
          .page-buy .listing-header ul li.selected a {
            color: #fff; }
        .listing-page .listing-header ul li a,
        .page-rent .listing-header ul li a,
        .page-buy .listing-header ul li a {
          font-weight: lighter;
          color: #97c5eb; } }

.listing-page .listing,
.page-rent .listing,
.page-buy .listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 2em;
  padding-bottom: 2em;
  overflow: auto; }
  .listing-page .listing img,
  .page-rent .listing img,
  .page-buy .listing img {
    width: 100%;
    margin-bottom: 1em; }
  .listing-page .listing h3,
  .page-rent .listing h3,
  .page-buy .listing h3 {
    font-weight: bold;
    color: #2c5a7f;
    margin: 0; }
  .listing-page .listing ul,
  .page-rent .listing ul,
  .page-buy .listing ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 1em;
    overflow: hidden; }
    .listing-page .listing ul li,
    .page-rent .listing ul li,
    .page-buy .listing ul li {
      display: block;
      float: left;
      font-weight: bold;
      padding-right: 20px; }
      .listing-page .listing ul li img,
      .page-rent .listing ul li img,
      .page-buy .listing ul li img {
        display: block;
        float: left;
        height: 40px;
        width: 50px; }
      .listing-page .listing ul li span,
      .page-rent .listing ul li span,
      .page-buy .listing ul li span {
        display: block;
        float: left;
        width: 25px; }
  .listing-page .listing .button,
  .page-rent .listing .button,
  .page-buy .listing .button {
    margin-top: 1em;
    text-align: center;
    width: 100%;
    display: block; }
  .listing-page .listing ul,
  .page-rent .listing ul,
  .page-buy .listing ul {
    margin-bottom: 0;
    overflow: hidden;
    height: 44px; }
  .listing-page .listing li,
  .page-rent .listing li,
  .page-buy .listing li {
    line-height: 42px; }
  .listing-page .listing div > p,
  .page-rent .listing div > p,
  .page-buy .listing div > p {
    margin-top: 0; }

@media screen and (min-width: 768px) {
  .listing-page .page-container,
  .page-rent .page-container,
  .page-buy .page-container {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 85.45455%;
    margin-left: 7.27273%; }
    .listing-page .page-container:last-child,
    .page-rent .page-container:last-child,
    .page-buy .page-container:last-child {
      margin-right: 0; }
  .listing-page .listing a > div:first-of-type,
  .listing-page .view-rent a > div:first-of-type,
  .page-rent .listing a > div:first-of-type,
  .page-rent .view-rent a > div:first-of-type,
  .page-buy .listing a > div:first-of-type, .page-buy .view-rent a > div:first-of-type {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 31.91489%; }
    .listing-page .listing a > div:first-of-type:last-child,
    .listing-page .view-rent a > div:first-of-type:last-child,
    .page-rent .listing a > div:first-of-type:last-child,
    .page-rent .view-rent a > div:first-of-type:last-child,
    .page-buy .listing a > div:first-of-type:last-child, .page-buy .view-rent a > div:first-of-type:last-child {
      margin-right: 0; }
  .listing-page .listing a > div:last-of-type,
  .listing-page .view-rent a > div:last-of-type,
  .page-rent .listing a > div:last-of-type,
  .page-rent .view-rent a > div:last-of-type,
  .page-buy .listing a > div:last-of-type, .page-buy .view-rent a > div:last-of-type {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 65.95745%; }
    .listing-page .listing a > div:last-of-type:last-child,
    .listing-page .view-rent a > div:last-of-type:last-child,
    .page-rent .listing a > div:last-of-type:last-child,
    .page-rent .view-rent a > div:last-of-type:last-child,
    .page-buy .listing a > div:last-of-type:last-child, .page-buy .view-rent a > div:last-of-type:last-child {
      margin-right: 0; }
  .listing-page .listing .button,
  .listing-page .view-rent .button,
  .page-rent .listing .button,
  .page-rent .view-rent .button,
  .page-buy .listing .button, .page-buy .view-rent .button {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 34.54545%; }
    .listing-page .listing .button:last-child,
    .listing-page .view-rent .button:last-child,
    .page-rent .listing .button:last-child,
    .page-rent .view-rent .button:last-child,
    .page-buy .listing .button:last-child, .page-buy .view-rent .button:last-child {
      margin-right: 0; } }

.module-newsletter {
  background: #2c5a7f; }
  .module-newsletter h2 {
    text-transform: uppercase;
    color: #fff;
    padding-top: 0;
    padding-bottom: 1em; }
  .module-newsletter input {
    border: none;
    padding: 8px; }
  @media screen and (min-width: 1025px) {
    .module-newsletter h2 {
      float: left;
      display: block;
      float: left;
      display: block;
      margin-right: 1.81818%;
      width: 49.09091%;
      padding: 0px;
      text-transform: uppercase; }
      .module-newsletter h2:last-child {
        margin-right: 0; }
    .module-newsletter input {
      display: block; }
    .module-newsletter .field {
      float: left;
      display: block;
      margin-right: 1.81818%;
      width: 27.27273%; }
      .module-newsletter .field:last-child {
        margin-right: 0; }
    .module-newsletter .content button {
      float: right;
      margin-left: 0;
      float: left;
      display: block;
      margin-right: 1.81818%;
      width: 20%; }
      .module-newsletter .content button:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 476px) and (max-width: 1024px) {
    .module-newsletter .field {
      float: left;
      display: block;
      margin-right: 1.81818%;
      width: 70.90909%; }
      .module-newsletter .field:last-child {
        margin-right: 0; }
    .module-newsletter h2 {
      text-align: left; }
    .module-newsletter .content button {
      margin-left: 0;
      float: left;
      display: block;
      margin-right: 1.81818%;
      width: 27.27273%; }
      .module-newsletter .content button:last-child {
        margin-right: 0; } }

.module-newsletter.inline h3 {
  color: #fff;
  padding-top: 0;
  margin-bottom: 0.75em; }

@media screen and (min-width: 476px) and (max-width: 1024px) {
  .module-newsletter.inline h3 {
    padding: 0;
    font-size: 1em; }
  .module-newsletter.inline .newsletter-input {
    margin-top: -0.4em; } }

@media screen and (min-width: 476px) {
  .module-newsletter.inline .content {
    padding-bottom: 1em; }
  .module-newsletter.inline h3 {
    padding: 0; }
  .module-newsletter.inline h3, .module-newsletter.inline .newsletter-input {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 49.09091%; }
    .module-newsletter.inline h3:last-child, .module-newsletter.inline .newsletter-input:last-child {
      margin-right: 0; }
  .module-newsletter.inline .newsletter-input .field {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 63.63636%;
    padding-bottom: 0; }
    .module-newsletter.inline .newsletter-input .field:last-child {
      margin-right: 0; }
  .module-newsletter.inline .newsletter-input input[type="submit"] {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 34.54545%;
    margin-left: 0;
    line-height: 1.65; }
    .module-newsletter.inline .newsletter-input input[type="submit"]:last-child {
      margin-right: 0; } }

.footer {
  clear: both;
  overflow: hidden;
  padding-bottom: 1em; }
  .footer .field {
    padding: 0; }
  .footer .module-highlighted-content {
    text-align: left; }
    .footer .module-highlighted-content .content {
      position: relative; }
    .footer .module-highlighted-content form {
      float: none;
      width: auto;
      margin-left: 0; }
  .footer li, .footer p {
    font-size: 1.1em;
    line-height: 1.3em; }
  .footer .content {
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 85.45455%;
    margin-left: 7.27273%;
    padding: 1.6em 0; }
    .footer .content:last-child {
      margin-right: 0; }
    .footer .content:last-of-type {
      padding-bottom: 0; }
  .footer .module-contact {
    margin-bottom: 2em; }
  .footer h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 1.3em;
    margin-top: 0;
    text-transform: uppercase;
    padding-top: 0; }
  .footer h3 {
    color: #fff;
    margin-bottom: 12px;
    font-size: 1.1em;
    text-transform: none;
    padding-top: 0; }
  .footer a {
    transition: color 0.4s ease;
    font-weight: lighter; }
    .footer a:hover,
    .footer a:focus,
    .footer a:active {
      color: #fff !important; }
  .footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .footer .copyright {
    border-top: 1px solid #e6e6e6;
    margin-top: 0;
    padding: 30px 12px 0;
    overflow: auto; }
    .footer .copyright p {
      font-size: 0.8em; }
    .footer .copyright span {
      display: block;
      margin-top: 10px; }
  .footer .logo {
    float: none;
    width: auto; }
  .footer .logo-list {
    text-align: center; }
    .footer .logo-list h2 {
      display: none; }
    .footer .logo-list img {
      width: auto; }
    .footer .logo-list li {
      overflow: auto;
      padding: 12px 0 18px; }
  .footer .social li {
    float: left;
    margin-right: 14px; }
  .footer .social a {
    display: block;
    width: 36px;
    height: 36px;
    background: url(https://www.mongolia-properties.com/sites/default/themes/main/images/icon-facebook-inactive.svg) no-repeat center center; }
  .footer .social .twitter a {
    background-image: url(https://www.mongolia-properties.com/sites/default/themes/main/images/icon-twitter-inactive.svg); }
  .footer .social .linkedin a {
    background-image: url(https://www.mongolia-properties.com/sites/default/themes/main/images/icon-linkedin-inactive.svg); }
  .footer .social .instagram a {
    background-image: url(https://www.mongolia-properties.com/sites/default/themes/main/images/icon-instagram-inactive.svg); }
  .footer .social .google a {
    background-image: url(https://www.mongolia-properties.com/sites/default/themes/main/images/icon-gplus-inactive.svg); }
  .footer .developments > div {
    overflow: auto; }
  .footer .developments .content {
    padding-top: 0;
    margin: 0;
    width: 100%; }
    .footer .developments .content li {
      background: url(https://www.mongolia-properties.com/sites/default/themes/main/images/right-arrow-light-blue.svg) no-repeat 0px 5px;
      background-size: 5px 11px;
      padding-left: 17px;
      padding-bottom: 20px;
      margin-left: 0; }
      @media screen and (min-width: 1025px) {
        .footer .developments .content li {
          float: left;
          display: block;
          margin-right: 14.28571%;
          width: 42.85714%; }
          .footer .developments .content li:last-child {
            margin-right: 0; }
          .footer .developments .content li:nth-child(2n) {
            margin-right: 0; }
          .footer .developments .content li:nth-child(2n+1) {
            clear: left; } }
  @media screen and (min-width: 476px) {
    .footer .developments,
    .footer .module-contact {
      float: left;
      display: block;
      margin-right: 14.28571%;
      width: 42.85714%; }
      .footer .developments:last-child,
      .footer .module-contact:last-child {
        margin-right: 0; }
    .footer .module-highlighted-content > .content {
      padding-top: 100px; }
    .footer .social {
      position: absolute;
      top: 38px;
      right: 0; }
    .footer .logo-list {
      display: table;
      width: 100%; }
      .footer .logo-list .views-row {
        display: table-cell;
        width: 25%;
        vertical-align: middle; }
        .footer .logo-list .views-row img {
          display: block;
          margin: 0 auto;
          width: 80%; }
        .footer .logo-list .views-row:last-child {
          padding-right: 0; } }
  @media screen and (max-width: 475px) {
    .footer .module-newsletter input[type="submit"] {
      width: 100%;
      text-transform: uppercase;
    } }
  @media screen and (min-width: 476px) and (max-width: 1024px) {
    .footer .module-newsletter .field, .footer .module-newsletter input[type="submit"] {
      width: 100%;
      float: none;
      margin-left: 0; }
    .footer .module-newsletter input[type="submit"] {
      margin-top: 1em; } }
  @media screen and (min-width: 1025px) {
    .footer .module-newsletter .field {
      float: left;
      display: block;
      margin-right: 1.81818%;
      width: 70.90909%; }
      .footer .module-newsletter .field:last-child {
        margin-right: 0; }
    .footer .module-newsletter input[type="submit"] {
      margin-left: 0;
      margin-bottom: 0;
      float: left;
      display: block;
      margin-right: 1.81818%;
      width: 27.27273%; }
      .footer .module-newsletter input[type="submit"]:last-child {
        margin-right: 0; }
    .footer .logo-list .views-row img {
      width: auto;
      max-width: 195px;
      max-height: 45px;
      margin: 0 auto; } }
  .footer .logo-list .content {
    padding: 0;
    margin: 0;
    width: 100%; }
    .footer .logo-list .content .view-content {
      padding: 0; }
  .footer #block-menu-block-1 {
    overflow: auto; }
  .footer .module-highlighted-content .footer-link-block {
    margin-top: 3em; }
    .footer .module-highlighted-content .footer-link-block li {
      display: inline-block;
      margin-right: 1em; }
      .footer .module-highlighted-content .footer-link-block li a {
        color: #c7dbf3; }
        .footer .module-highlighted-content .footer-link-block li a:hover {
          color: #fff; }

@media screen and (max-width: 475px) {
  .footer .module-highlighted-content .footer-link-block {
    display: none; } }

.module-world-map {
  clear: both;
  background: url("https://www.mongolia-properties.com/sites/default/themes/main/images/world-map.svg") center center no-repeat #97c5eb;
  background-size: 100%;
  min-height: 225px;
  position: relative; }

@media screen and (min-width: 768px) {
  .module-world-map {
    min-height: 540px; } }

.service-listing {
  padding: 1em 0;
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc; }
  .service-listing > div:first-of-type {
    margin: 0 auto;
    width: 30%;
    margin-bottom: 1em; }
  .service-listing > div img {
    border: 1px solid #2c5a7f;
    border-radius: 50%;
    display: block;
    width: 100%; }
  .service-listing p {
    color: #777; }
  .service-listing h3 {
    text-transform: uppercase;
    font-weight: bold;
    color: #2b4171;
    margin: 0;
    text-align: center; }
  .service-listing .button {
    font-weight: bold;
    margin: 1em 0;
    text-align: center; }

@media screen and (min-width: 476px) {
  .service-listing > div:first-of-type {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 14.89362%; }
    .service-listing > div:first-of-type:last-child {
      margin-right: 0; }
    .service-listing > div:first-of-type img {
      margin-right: 1em;
      width: 85%;
      max-width: 120px;
      float: right; }
  .service-listing > div:last-of-type {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 82.97872%; }
    .service-listing > div:last-of-type:last-child {
      margin-right: 0; }
    .service-listing > div:last-of-type .button {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 23.40426%; }
      .service-listing > div:last-of-type .button:last-child {
        margin-right: 0; }
  .service-listing h3 {
    text-align: left; } }

.module-testimonials {
  clear: both;
  position: relative;
  text-align: center; }
  .module-testimonials h5 {
    color: #2c5a7f;
    font-weight: normal;
    font-size: 1.6em;
    padding-top: 1.6em;
    margin: 0;
    text-transform: uppercase; }
  .module-testimonials .content {
    position: relative;
    float: left;
    display: block;
    margin-right: 1.81818%;
    width: 85.45455%;
    margin-left: 7.27273%;
    padding: 1.6em 0; }
    .module-testimonials .content:last-child {
      margin-right: 0; }
    .module-testimonials .content p {
      font-style: italic;
      font-size: 1.6em; }
    .module-testimonials .content h6 {
      font-weight: bold;
      font-size: 1.2em; }
      .module-testimonials .content h6 span {
        display: block;
        font-weight: lighter;
        font-size: 1em; }
    .module-testimonials .content .view-content {
      padding: 0; }

@media screen and (max-width: 475px) {
  .module-testimonials .controls .control {
    display: none; } }

.carousel-content {
  position: relative;
  min-height: 405px; }
  .carousel-content .controls .control {
    position: absolute;
    top: 40%;
    width: 48px;
    height: 48px; }
    .carousel-content .controls .control img {
      width: 35%;
      height: 100%; }
    .carousel-content .controls .control.left {
      left: -8px;
      transform: rotate(180deg); }
    .carousel-content .controls .control.right {
      right: -8px; }
  @media screen and (min-width: 768px) {
    .carousel-content .controls .control.left {
      left: 20px;
      transform: rotate(180deg); }
    .carousel-content .controls .control.right {
      right: 20px; } }
  .carousel-content .carousel-item {
    position: absolute;
    width: 100%; }
  .carousel-content.module-invest-mongolia .cycle-pager div {
    border: 1px solid #fff; }
    .carousel-content.module-invest-mongolia .cycle-pager div.cycle-pager-active {
      background: #fff; }

@media screen and (max-width: 475px) {
  .carousel-content .controls .control {
    display: none; } }

.cycle-pager {
  width: 200px;
  margin: 0 auto;
  text-align: center; }
  .cycle-pager div {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0 0.5em;
    border-radius: 30px;
    border: 1px solid #2c5a7f; }
    .cycle-pager div.cycle-pager-active {
      background: #2c5a7f; }
    .cycle-pager div a {
      display: block; }

#video-pager {
  position: absolute;
  bottom: -55px;
  z-index: 999;
  left: calc(50% - 100px);
  width: 200px;
  margin: 0 auto;
  text-align: center; }
  #video-pager div {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0 0.5em;
    border-radius: 30px;
    border: 1px solid #97c5eb; }
    #video-pager div.cycle-pager-active {
      background: #97c5eb; }
    #video-pager div a {
      display: block; }

.file-document .file img {
  display: none; }

.file {
  margin: 2em 0 0;
  display: inline-block; }

.file-icon {
  width: auto !important;
  margin: 0 !important; }

.location-detail {
  margin-top: 1em;
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #ccc; }
  @media screen and (min-width: 768px) {
    .location-detail > div {
      display: table-cell;
      width: 16.66667%;
      vertical-align: top; }
      .location-detail > div.location-address {
        display: table-cell;
        width: 25%; }
      .location-detail > div.location-contact-details {
        display: table-cell;
        width: 50%; } }
  .location-detail .location-address {
    padding-top: 1em; }
    .location-detail .location-address p {
      margin: 0; }
  .location-detail .location-address p {
    margin: 0; }
  .location-detail .location-contact-details p {
    clear: both;
    overflow: auto; }
  .location-detail .location-contact-details a {
    float: left;
    line-height: 30px;
    font-weight: bold; }
  @media screen and (min-width: 476px) and (max-width: 1024px) {
    .location-detail .location-contact-details a {
      font-weight: normal; } }
  .location-detail .location-contact-details img {
    width: 32px;
    margin: 0 1em 0 0;
    display: block;
    float: left; }
  .location-detail .flag-icon img {
    width: 75%;
    margin: 0; }
  @media screen and (max-width: 475px) {
    .location-detail .flag-icon {
      width: 20%;
      float: left; }
      .location-detail .flag-icon img {
        width: 100%; }
    .location-detail .location-address {
      padding-top: 0;
      float: right;
      width: 70%;
      margin-bottom: 3em; }
    .location-detail .location-contact-details {
      clear: both; } }

.section-contact .sub.module-professionals {
  padding-top: 0;
  border: none;
  margin-top: 0; }
  .section-contact .sub.module-professionals .professional {
    margin-top: 0; }

.node-type-standard-content .content-column.secondary .extra-link-block,
.node-type-research .content-column.secondary .extra-link-block {
  padding: 0;
  border: none;
  font-size: 0.9em; }
  .node-type-standard-content .content-column.secondary .extra-link-block > ul,
  .node-type-research .content-column.secondary .extra-link-block > ul {
    padding: 0;
    margin: 0; }
    .node-type-standard-content .content-column.secondary .extra-link-block > ul > li,
    .node-type-research .content-column.secondary .extra-link-block > ul > li {
      padding: 0;
      background-color: #97c5eb;
      text-transform: uppercase;
      font-weight: normal; }
      .node-type-standard-content .content-column.secondary .extra-link-block > ul > li a,
      .node-type-research .content-column.secondary .extra-link-block > ul > li a {
        padding: 1em;
        color: #fff; }
      .node-type-standard-content .content-column.secondary .extra-link-block > ul > li ul,
      .node-type-research .content-column.secondary .extra-link-block > ul > li ul {
        padding: 0;
        border: 1px solid #ccc;
        border-top: none; }
        .node-type-standard-content .content-column.secondary .extra-link-block > ul > li ul li,
        .node-type-research .content-column.secondary .extra-link-block > ul > li ul li {
          border-bottom: 1px solid #ccc; }
          .node-type-standard-content .content-column.secondary .extra-link-block > ul > li ul li a:hover,
          .node-type-research .content-column.secondary .extra-link-block > ul > li ul li a:hover {
            color: #97c5eb; }
          .node-type-standard-content .content-column.secondary .extra-link-block > ul > li ul li:last-of-type,
          .node-type-research .content-column.secondary .extra-link-block > ul > li ul li:last-of-type {
            border: none; }
        .node-type-standard-content .content-column.secondary .extra-link-block > ul > li ul ul,
        .node-type-research .content-column.secondary .extra-link-block > ul > li ul ul {
          border: none;
          border-top: 1px solid #ccc; }
          .node-type-standard-content .content-column.secondary .extra-link-block > ul > li ul ul li,
          .node-type-research .content-column.secondary .extra-link-block > ul > li ul ul li {
            background: #f7f7f7;
            border: none; }
            .node-type-standard-content .content-column.secondary .extra-link-block > ul > li ul ul li a,
            .node-type-research .content-column.secondary .extra-link-block > ul > li ul ul li a {
              text-transform: none; }
              .node-type-standard-content .content-column.secondary .extra-link-block > ul > li ul ul li a.active,
              .node-type-research .content-column.secondary .extra-link-block > ul > li ul ul li a.active {
                color: #97c5eb; }
              .node-type-standard-content .content-column.secondary .extra-link-block > ul > li ul ul li a:before,
              .node-type-research .content-column.secondary .extra-link-block > ul > li ul ul li a:before {
                display: block;
                content: '\203A';
                font-size: 1.6em;
                line-height: 0.8;
                float: left;
                width: 14px;
                min-height: 24px; }
      .node-type-standard-content .content-column.secondary .extra-link-block > ul > li li,
      .node-type-research .content-column.secondary .extra-link-block > ul > li li {
        background: #fff; }
        .node-type-standard-content .content-column.secondary .extra-link-block > ul > li li a,
        .node-type-research .content-column.secondary .extra-link-block > ul > li li a {
          color: #2c5a7f; }

.lip.blue {
  background: url("https://www.mongolia-properties.com/sites/default/themes/main/images/down-arrow-light-blue.svg") center center no-repeat #2c5a7f;
  border: none; }

.lip.white {
  background: url("https://www.mongolia-properties.com/sites/default/themes/main/images/down-arrow-dark-blue.svg") center center no-repeat rgba(255, 255, 255, 0.7);
  border: none; }

.lip.light-blue {
  background: url("https://www.mongolia-properties.com/sites/default/themes/main/images/down-arrow-dark-blue.svg") center center no-repeat #97c5eb;
  border: none; }

#overlay-container {
  z-index: 99999; }

.main-navigation a[href^=http] {
  position: relative; }

.main-navigation a[href^=http]:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTExLjYyNnB4IiBoZWlnaHQ9IjUxMS42MjdweCIgdmlld0JveD0iMCAwIDUxMS42MjYgNTExLjYyNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTExLjYyNiA1MTEuNjI3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgZmlsbD0iI0ZGRkZGRiI+PGc+PGc+PHBhdGggZD0iTTM5Mi44NTcsMjkyLjM1NGgtMTguMjc0Yy0yLjY2OSwwLTQuODU5LDAuODU1LTYuNTYzLDIuNTczYy0xLjcxOCwxLjcwOC0yLjU3MywzLjg5Ny0yLjU3Myw2LjU2M3Y5MS4zNjFjMCwxMi41NjMtNC40NywyMy4zMTUtMTMuNDE1LDMyLjI2MmMtOC45NDUsOC45NDUtMTkuNzAxLDEzLjQxNC0zMi4yNjQsMTMuNDE0SDgyLjIyNGMtMTIuNTYyLDAtMjMuMzE3LTQuNDY5LTMyLjI2NC0xMy40MTRjLTguOTQ1LTguOTQ2LTEzLjQxNy0xOS42OTgtMTMuNDE3LTMyLjI2MlYxNTUuMzFjMC0xMi41NjIsNC40NzEtMjMuMzEzLDEzLjQxNy0zMi4yNTljOC45NDctOC45NDcsMTkuNzAyLTEzLjQxOCwzMi4yNjQtMTMuNDE4aDIwMC45OTRjMi42NjksMCw0Ljg1OS0wLjg1OSw2LjU3LTIuNTdjMS43MTEtMS43MTMsMi41NjYtMy45LDIuNTY2LTYuNTY3VjgyLjIyMWMwLTIuNjYyLTAuODU1LTQuODUzLTIuNTY2LTYuNTYzYy0xLjcxMS0xLjcxMy0zLjkwMS0yLjU2OC02LjU3LTIuNTY4SDgyLjIyNGMtMjIuNjQ4LDAtNDIuMDE2LDguMDQyLTU4LjEwMiwyNC4xMjVDOC4wNDIsMTEzLjI5NywwLDEzMi42NjUsMCwxNTUuMzEzdjIzNy41NDJjMCwyMi42NDcsOC4wNDIsNDIuMDE4LDI0LjEyMyw1OC4wOTVjMTYuMDg2LDE2LjA4NCwzNS40NTQsMjQuMTMsNTguMTAyLDI0LjEzaDIzNy41NDNjMjIuNjQ3LDAsNDIuMDE3LTguMDQ2LDU4LjEwMS0yNC4xM2MxNi4wODUtMTYuMDc3LDI0LjEyNy0zNS40NDcsMjQuMTI3LTU4LjA5NXYtOTEuMzU4YzAtMi42NjktMC44NTYtNC44NTktMi41NzQtNi41N0MzOTcuNzA5LDI5My4yMDksMzk1LjUxOSwyOTIuMzU0LDM5Mi44NTcsMjkyLjM1NHoiLz48cGF0aCBkPSJNNTA2LjE5OSw0MS45NzFjLTMuNjE3LTMuNjE3LTcuOTA1LTUuNDI0LTEyLjg1LTUuNDI0SDM0Ny4xNzFjLTQuOTQ4LDAtOS4yMzMsMS44MDctMTIuODQ3LDUuNDI0Yy0zLjYxNywzLjYxNS01LjQyOCw3Ljg5OC01LjQyOCwxMi44NDdzMS44MTEsOS4yMzMsNS40MjgsMTIuODVsNTAuMjQ3LDUwLjI0OEwxOTguNDI0LDMwNC4wNjdjLTEuOTA2LDEuOTAzLTIuODU2LDQuMDkzLTIuODU2LDYuNTYzYzAsMi40NzksMC45NTMsNC42NjgsMi44NTYsNi41NzFsMzIuNTQ4LDMyLjU0NGMxLjkwMywxLjkwMyw0LjA5MywyLjg1Miw2LjU2NywyLjg1MnM0LjY2NS0wLjk0OCw2LjU2Ny0yLjg1MmwxODYuMTQ4LTE4Ni4xNDhsNTAuMjUxLDUwLjI0OGMzLjYxNCwzLjYxNyw3Ljg5OCw1LjQyNiwxMi44NDcsNS40MjZzOS4yMzMtMS44MDksMTIuODUxLTUuNDI2YzMuNjE3LTMuNjE2LDUuNDI0LTcuODk4LDUuNDI0LTEyLjg0N1Y1NC44MThDNTExLjYyNiw0OS44NjYsNTA5LjgxMyw0NS41ODYsNTA2LjE5OSw0MS45NzF6Ii8+PC9nPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=);
  content: ' ';
  background-size: 100% 100%;
  width: 16px;
  height: 12px;
  color: #fff;
  margin-left: 3px;
  position: absolute;
  top: 3px; }

.main-navigation a[href^=http]:hover:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTExLjYyNnB4IiBoZWlnaHQ9IjUxMS42MjdweCIgdmlld0JveD0iMCAwIDUxMS42MjYgNTExLjYyNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTExLjYyNiA1MTEuNjI3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgZmlsbD0iIzk3YzVlYiI+PGc+PGc+PHBhdGggZD0iTTM5Mi44NTcsMjkyLjM1NGgtMTguMjc0Yy0yLjY2OSwwLTQuODU5LDAuODU1LTYuNTYzLDIuNTczYy0xLjcxOCwxLjcwOC0yLjU3MywzLjg5Ny0yLjU3Myw2LjU2M3Y5MS4zNjFjMCwxMi41NjMtNC40NywyMy4zMTUtMTMuNDE1LDMyLjI2MmMtOC45NDUsOC45NDUtMTkuNzAxLDEzLjQxNC0zMi4yNjQsMTMuNDE0SDgyLjIyNGMtMTIuNTYyLDAtMjMuMzE3LTQuNDY5LTMyLjI2NC0xMy40MTRjLTguOTQ1LTguOTQ2LTEzLjQxNy0xOS42OTgtMTMuNDE3LTMyLjI2MlYxNTUuMzFjMC0xMi41NjIsNC40NzEtMjMuMzEzLDEzLjQxNy0zMi4yNTljOC45NDctOC45NDcsMTkuNzAyLTEzLjQxOCwzMi4yNjQtMTMuNDE4aDIwMC45OTRjMi42NjksMCw0Ljg1OS0wLjg1OSw2LjU3LTIuNTdjMS43MTEtMS43MTMsMi41NjYtMy45LDIuNTY2LTYuNTY3VjgyLjIyMWMwLTIuNjYyLTAuODU1LTQuODUzLTIuNTY2LTYuNTYzYy0xLjcxMS0xLjcxMy0zLjkwMS0yLjU2OC02LjU3LTIuNTY4SDgyLjIyNGMtMjIuNjQ4LDAtNDIuMDE2LDguMDQyLTU4LjEwMiwyNC4xMjVDOC4wNDIsMTEzLjI5NywwLDEzMi42NjUsMCwxNTUuMzEzdjIzNy41NDJjMCwyMi42NDcsOC4wNDIsNDIuMDE4LDI0LjEyMyw1OC4wOTVjMTYuMDg2LDE2LjA4NCwzNS40NTQsMjQuMTMsNTguMTAyLDI0LjEzaDIzNy41NDNjMjIuNjQ3LDAsNDIuMDE3LTguMDQ2LDU4LjEwMS0yNC4xM2MxNi4wODUtMTYuMDc3LDI0LjEyNy0zNS40NDcsMjQuMTI3LTU4LjA5NXYtOTEuMzU4YzAtMi42NjktMC44NTYtNC44NTktMi41NzQtNi41N0MzOTcuNzA5LDI5My4yMDksMzk1LjUxOSwyOTIuMzU0LDM5Mi44NTcsMjkyLjM1NHoiLz48cGF0aCBkPSJNNTA2LjE5OSw0MS45NzFjLTMuNjE3LTMuNjE3LTcuOTA1LTUuNDI0LTEyLjg1LTUuNDI0SDM0Ny4xNzFjLTQuOTQ4LDAtOS4yMzMsMS44MDctMTIuODQ3LDUuNDI0Yy0zLjYxNywzLjYxNS01LjQyOCw3Ljg5OC01LjQyOCwxMi44NDdzMS44MTEsOS4yMzMsNS40MjgsMTIuODVsNTAuMjQ3LDUwLjI0OEwxOTguNDI0LDMwNC4wNjdjLTEuOTA2LDEuOTAzLTIuODU2LDQuMDkzLTIuODU2LDYuNTYzYzAsMi40NzksMC45NTMsNC42NjgsMi44NTYsNi41NzFsMzIuNTQ4LDMyLjU0NGMxLjkwMywxLjkwMyw0LjA5MywyLjg1Miw2LjU2NywyLjg1MnM0LjY2NS0wLjk0OCw2LjU2Ny0yLjg1MmwxODYuMTQ4LTE4Ni4xNDhsNTAuMjUxLDUwLjI0OGMzLjYxNCwzLjYxNyw3Ljg5OCw1LjQyNiwxMi44NDcsNS40MjZzOS4yMzMtMS44MDksMTIuODUxLTUuNDI2YzMuNjE3LTMuNjE2LDUuNDI0LTcuODk4LDUuNDI0LTEyLjg0N1Y1NC44MThDNTExLjYyNiw0OS44NjYsNTA5LjgxMyw0NS41ODYsNTA2LjE5OSw0MS45NzF6Ii8+PC9nPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=); }

footer a:after {
  background: none !important; }

table {
  border: 1px solid #ccc; }
  table th {
    border: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    font-weight: bold;
    background-color: #97c5eb;
    color: #fff;
    padding: 1em;
    border-left: none; }
    table th:last-of-type {
      border: none; }
  table tr {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
    table tr td {
      padding: 1em;
      vertical-align: top;
      border-right: 1px solid #ccc; }
      table tr td:last-of-type {
        border: none; }

.page-container {
  max-width: 1100px; }

@media screen and (min-width: 1099px) {
  .page-container {
    max-width: 1100px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important; }
  .content,
  .module-hero-content {
    max-width: 1100px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important; }
  .module-world-map {
    background-size: contain; }
  .module-world-map .content {
    max-width: 580px !important; }
  .page-rent .module-search form, .page-buy .module-search form {
    width: 100% !important;
    margin-left: 0 !important; }
  .header-wrapper {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important; } }

@media screen and (min-width: 1299px) {
  .module-search ul {
    margin-left: 0.54545%; } }

.not-logged-in.section-user .block {
  padding: 4em 0; }
  .not-logged-in.section-user .block input[type="submit"] {
    min-width: 150px; }

.tabs.primary {
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 2em; }
  .tabs.primary li {
    display: inline-block;
    border-radius: 5px 5px 0 0;
    margin-right: 1em;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc; }
    .tabs.primary li a {
      padding: 0.5em 2em;
      display: inline-block; }
      .tabs.primary li a:hover {
        background-color: #97c5eb;
        color: #fff; }

.views-exposed-widgets,
.front .module-newsletter {
  overflow: hidden; }


#quicktabs-container-search_tab .content {
width: 100%;

}

ul.pager {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.pager li  {
    display: inline;
    padding: 5px;
    margin: 0 1px;
    background: #f2f2f2;
}

/* style configuration for images of property slider */
.slider-property-images img{
  width: 100%;
}
.call-center {
    color: #2c5a7f;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    padding: 7px 14px;
    transition: color 0.3s ease;
    float: left;
    padding-left:350px;
    padding-top: 2px;
}



@media (max-width: 767px)
{ .module-newsletter form {
  display: flex;
}
  .module-newsletter form>div:first-child {
  width: 65%;
}
  .module-newsletter .hs-button {
    width: 100% !important;
    margin-left: 0;
  }
  .module-newsletter .hs_submit {
    width: 34%;
  }

  #page > header .navigation {
    display: flex;
  }
  .call-center {
    display: none!important;
}
  .front section .content, .home section .content {
  margin-left: auto;
    margin-right: auto !important;
    float: none;
  }
  .field select, .field input {
    width: 100% !important; }
  .slick-prev {
    left: 0 !important;
    text-align: left;
    width: fit-content !important;
    z-index: 1;
  }
  .slick-next {
  text-align: right;
    right: 0 !important;
    width: fit-content !important;
  }
  }


@media (min-width: 767px)
{
 .call-center-mobile{
    display: none !important;
}

}

li.pager-current {
  font-weight: bold!important;
  color: #fff;
  background-color: #2F5B7E;
}

@media screen and (min-width: 0px) and (max-width: 1024px) {

    .call-center {
    display: none!important;
}
}
.featured-section{
  background-color: #98C6EA;
  padding: 3em 0;
}
.featured-heading{
color: #2c5a7f;
padding-top: 0 !important;
padding-bottom: 2em;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  text-transform: uppercase;
}
.featured-link{
  width: 23%;
  margin: 0 1%;
  display: inline-block;
  vertical-align: top;
}
.featured-link>div{
  position: relative;
  display: flex;
  align-items: center;
}
.featured-link>div>span{
  color: #fff;
  z-index: 2;
  opacity: 0;
  transition: .3s ease;
  margin: auto;
}
.featured-link>div:hover>span{
  opacity: 1;
}
.featured-link>div:before{
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0;
z-index: 1;
transition: .3s ease;
}
.featured-link>div:hover:before{
  opacity: 0.5;
}
.featured-link>div:after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 90%;
  height: 90%;
  border: 1px solid #fff;
  z-index: 1;
  opacity: 1;
  transition: .3s ease;
}



.featured-h3{
  color: #fff !important;
  text-transform: none !important;
  font-weight: normal !important;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
    font-size: 1.17em !important;
    text-align: left !important;
    padding-top: 1em !important;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}
.featured-button {
  float: left;
  display: block;
  width: 34.54545%;
  margin-left: 32.72727%;
    text-transform: uppercase;
    text-align: center;
  margin-top: 3em;
}
.button {
text-align: center;
}
.what-we-do{
  width: 100%; display: block;text-align: justify;
}
.hubspot-form-front{
  width: 100%; display: block; text-align: left;
}
@media screen and (min-width: 600px) {
    .show-more-button {
        display: none;
    }
}

@media screen and (max-width: 600px) {

    .show-more-button {
        display: block;
        border-radius: 4px;
        font-weight: 400;
        text-transform: uppercase;
        float: left;
        width: 100%;
        line-height: 21px;
        margin-top: 21px;
        border: 1px solid #2c5a7f;
        color: #2c5a7f;
        padding: 5px;
        transition: all 0.4s ease;
    }
    .featured-link {
        width: 98%;
    }

    .what-we-do {
        width: 100%;
        margin-right: 0%;
        display: block;
        text-align: left;
        vertical-align: top;
    }

    .hubspot-form-front {
        width: 100%;
        display: block;
        text-align: left;
    }

    .hs-button {

        width: 22% !important;
    }
}
#edit-title-field-value {
width: 100%;
}
.hs_phone label {
padding-bottom: 0.2em;
}
.running-cost-list {
list-style: none;
}
.running-cost-list li {
  line-height: 2.5;
  position: relative;
  padding-left: 2em;
  margin: .25rem 0;
}
.running-cost-list li:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  width: 1.5em;
  height: 1.5em;
  border-radius: 2em;
}
.rcl-maintenance:before {
  background-color: #3d6c9b;
}
.rcl-electricity:before {
  background-color: #a9e0ff;
}
.rcl-water:before {
  background-color: #4aa8e4;
}
.rcl-internet:before {
  background-color: #a8b4C0;
}
.cycle-slideshow{
  overflow: hidden !important;
}

@media screen and (min-width: 1025px){
  .module-professionals .button{
    float: left !important;
    display: block !important;
    width: 34.54545% !important;
    margin-left: 32.72727% !important;
  }
  #page > header .main-navigation li a {
    padding: 0.5rem 0.6rem;
  }
}
.copyright-left {
  white-space: normal;
  box-sizing: content-box;
  padding-right: 14.28571% !important;
  width: 42.85714%;
  display: inline-block;
}
.copyright-right{
  width: 42.85714%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 600px) {
  .copyright-left {

    width: 100%;
    display: block;
    padding: 0 8px  !important;
  }
  .copyright-right {
    margin-top: 20px !important;
    text-align: center;
    width: 100%;
    display: block;
    padding: 0 8px 64px 0 !important;
  }
}
.quicktabs-tabs{
  display: none;
}