/*
@font-face {
    font-family: SourceSansProRegular;
    src: url("fonts/source-sans-pro/SourceSansPro-Regular.otf") format("opentype");
}
*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
/* line 13, _normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 27, _normalize.scss */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 35, _normalize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 49, _normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 62, _normalize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 72, _normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 81, _normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 92, _normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 105, _normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 115, _normalize.scss */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 125, _normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 135, _normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 144, _normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 154, _normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 165, _normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 173, _normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 182, _normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 191, _normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 199, _normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 203, _normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 214, _normalize.scss */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 223, _normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 232, _normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 240, _normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 252, _normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 268, _normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 278, _normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 289, _normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 300, _normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 312, _normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 323, _normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 336, _normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 350, _normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 359, _normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 368, _normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 378, _normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 388, _normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 397, _normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 407, _normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 420, _normalize.scss */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 429, _normalize.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 440, _normalize.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 448, _normalize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 459, _normalize.scss */
[hidden] {
  display: none;
}

/* line 13, style.scss */
.clear {
  width: 100%;
  height: 0px;
  clear: both;
}

/* line 19, style.scss */
body {
  position: relative;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 17px;
}

/* line 26, style.scss */
label {
  font-weight: 300;
  font-family: 'Source Sans Pro', sans-serif;
}

/* line 31, style.scss */
.checkbox label,
.radio label {
  font-weight: 300;
  font-family: 'Source Sans Pro', sans-serif;
}

/* line 37, style.scss */
a,
a:hover,
a:focus,
a:active {
  outline: none;
}

/* line 44, style.scss */
img {
  max-width: 100%;
  height: auto;
  border: none;
}

/* line 50, style.scss */
p {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}

/* line 55, style.scss */
h2 {
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.08em;
}

/* line 60, style.scss */
h1 {
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.08em;
}

/* line 65, style.scss */
.icon_set_link {
  color: #fff;
  font-weight: 300;
  font-size: 17px;
  letter-spacing: 0.1em;
}

/* line 71, style.scss */
.icon_set_link .icon_set img {
  width: 50px;
  margin-right: 10px;
}

/* line 78, style.scss */
.icon_set_link:hover {
  text-decoration: none;
  color: #fff;
}

/* line 1, _top_btn.scss */
.scrollToTop_btn {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  text-align: center;
  font-weight: 200;
  color: #fff;
  font-size: 43px;
  line-height: 0px;
  padding-top: 0px;
  text-decoration: none;
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url("../img/up-white.png");
  background-position: center 16px;
  background-size: 60% auto;
  background-repeat: no-repeat;
}

/* line 24, _top_btn.scss */
.scrollToTop_btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: black;
}

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

  /* line 31, _top_btn.scss */
  .scrollToTop_btn {
    display: none !important;
  }
}

/* line 3, _navbar.scss */
.navbar-default {
  background-color: #fff;
}

/* line 8, _navbar.scss */
.navbar-brand img {
  max-height: 25px;
}

/* line 13, _navbar.scss */
.navbar-default .navbar-nav>li>a {
  color: #9E5B30;
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.08em;
}

/* line 19, _navbar.scss */
.navbar-default .navbar-nav>li.pw_active>a {
  color: #9E5B30;
  background-color: #fafafa;
}

/* line 26, _navbar.scss */
.navbar_hiden {
  top: -100px;
  animation-name: menu_anime_hide;
  animation-duration: 0.8s;
}

/* line 32, _navbar.scss */
.nav_visible {
  top: 0px;
  animation-name: menu_anime_show;
  animation-duration: 0.8s;
}

@keyframes menu_anime_show {
  from {
    top: -100px;
  }

  to {
    top: 0px;
  }
}

@keyframes menu_anime_hide {
  from {
    top: 0px;
  }

  to {
    top: -100px;
  }
}

/* line 1, _home_page.scss */
#section1 {
  min-height: 200px;
  color: #fff;
  background-color: #344C76;
}

/* line 7, _home_page.scss */
.home_section_1_left {
  text-align: center;
  color: #fff;
}

/* line 12, _home_page.scss */
.home_section_1_right {
  color: #fff;
  position: relative;
  height: 100%;
  background-image: url("../img_main/homepage.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

/* line 23, _home_page.scss */
.home_section_1_left_iner {
  padding-top: 20%;
}

/* line 27, _home_page.scss */
.home_logo {
  margin-bottom: 20%;
}

/* line 31, _home_page.scss */
.home_scroll_down {
  margin-top: 20%;
  width: 100%;
  text-align: center;
}

/* line 35, _home_page.scss */
.home_scroll_down p {
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.12em;
  margin-bottom: 40px;
}

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

  /* line 43, _home_page.scss */
  #section1 {
    padding-bottom: 40px;
  }

  /* line 49, _home_page.scss */
  .home_section_1_left_iner {
    padding-top: 80px;
  }

  /* line 52, _home_page.scss */
  .home_logo {
    width: 300px;
    max-width: 70%;
    margin-bottom: 20px;
  }

  /* line 57, _home_page.scss */
  .home_scroll_down {
    margin-top: 20px;
  }

  /* line 59, _home_page.scss */
  .home_scroll_down p {
    margin-bottom: 10px;
  }

  /* line 62, _home_page.scss */
  .home_scroll_down img {
    display: none;
  }

  /* line 66, _home_page.scss */
  .home_section_1_right {
    background-size: contain;
    height: 400px;
    background-position: center;
    margin-top: 40px;
  }
}

/* line 74, _home_page.scss */
#section2 {
  background-image: url("../img_main/home_image_1.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

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

  /* line 82, _home_page.scss */
  #section2 {
    min-height: 500px;
  }
}

/* line 87, _home_page.scss */
.home_section_2 {
  height: 100%;
  padding-top: 70px;
  padding-left: 40px;
}

/* line 91, _home_page.scss */
.home_section_2 h2 {
  color: #344C76;
  font-size: 42px;
  padding: 0px;
  margin: 0px;
  margin-bottom: 5px;
}

/* line 98, _home_page.scss */
.home_section_2 h3 {
  font-family: 'Playfair Display', serif;
  color: #344C76;
  font-size: 30px;
  padding: 0px;
  margin: 0px;
}

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

  /* line 108, _home_page.scss */
  .home_section_2 {
    padding: 20px;
    padding-top: 45%;
  }

  /* line 111, _home_page.scss */
  .home_section_2 h2 {
    color: #fff;
    font-size: 30px;
  }

  /* line 115, _home_page.scss */
  .home_section_2 h3 {
    color: #fff;
    font-size: 20px;
  }
}

/* line 122, _home_page.scss */
#section3 {
  color: #fff;
}

/* line 126, _home_page.scss */
.home_section_3_left {
  padding: 0px;
}

/* line 130, _home_page.scss */
.home_section_3_left_top {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 50px;
}

/* line 136, _home_page.scss */
.home_section_3_left_top p {
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
  width: 500px;
  max-width: 100%;
}

/* line 145, _home_page.scss */
.home_section_3_left_bottom {
  background-image: url("../img_main/home_image_3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
}

/* line 153, _home_page.scss */
.home_section_3_right {
  position: relative;
  height: 100%;
  background-image: url("../img_main/home_image_2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

  /* line 163, _home_page.scss */
  .home_section_3_left_top {
    margin-top: 0px;
    min-height: 250px;
  }

  /* line 167, _home_page.scss */
  .home_section_3_left_bottom {
    background-image: url("../img_main/home_image_3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
  }

  /* line 174, _home_page.scss */
  .home_section_3_right {
    min-height: 600px;
  }
}

/* line 179, _home_page.scss */
.home_section_4_top {
  margin-top: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

/* line 186, _home_page.scss */
.home_section_4_top h1 {
  color: #344C76;
  font-size: 44px;
  width: 700px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/* line 197, _home_page.scss */
.home_section_4_bottom {
  background-color: #9E5B30;
  padding: 0px;
}

/* line 202, _home_page.scss */
.home_section_4_bottom_left {
  background-image: url("../img_main/home_image_4.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
}

/* line 210, _home_page.scss */
.home_section_4_bottom_right {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 250px;
}

/* line 216, _home_page.scss */
.home_section_4_bottom_right span {
  width: 400px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/* line 222, _home_page.scss */
.home_section_4_bottom_right p {
  font-size: 23px;
  margin-bottom: 15%;
}

/* line 226, _home_page.scss */
.home_section_4_bottom_right .icon_set_link {
  padding-left: 20px;
}

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

  /* line 232, _home_page.scss */
  .home_section_4_top {
    margin-top: 0px;
    min-height: 250px;
  }

  /* line 235, _home_page.scss */
  .home_section_4_top h1 {
    font-size: 24px;
  }

  /* line 239, _home_page.scss */
  .home_section_4_bottom_left {
    min-height: 400px;
  }

  /* line 242, _home_page.scss */
  .home_section_4_bottom_right {
    min-height: 300px;
  }
}

/* line 247, _home_page.scss */
#section5 {
  background-image: url("../img_main/home_image_5.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
}

/* line 255, _home_page.scss */
.home_section_5 {
  position: relative;
  height: 100%;
  text-align: center;
  padding-top: 100px;
}

/* line 260, _home_page.scss */
.home_section_5 h2 {
  width: 1100px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 45px;
}

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

  /* line 272, _home_page.scss */
  .home_section_5 h2 {
    font-size: 25px;
  }
}

/* line 278, _home_page.scss */
.home_section_6_top {
  padding-top: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

/* line 285, _home_page.scss */
.home_section_6_top h1 {
  color: #9E5B30;
  font-size: 44px;
  width: 1000px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

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

  /* line 298, _home_page.scss */
  .home_section_6_top h1 {
    font-size: 25px;
  }
}

/* line 304, _home_page.scss */
.home_section_6_bottom {
  background-color: #344C76;
  padding: 0px;
}

/* line 309, _home_page.scss */
.home_section_6_bottom_left {
  background-image: url("../img_main/home_image_6.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
}

/* line 317, _home_page.scss */
.home_section_6_bottom_right {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 250px;
}

/* line 323, _home_page.scss */
.home_section_6_bottom_right span {
  width: 480px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/* line 329, _home_page.scss */
.home_section_6_bottom_right p {
  font-size: 23px;
  margin-bottom: 5%;
}

/* line 333, _home_page.scss */
.home_section_6_bottom_right .icon_set_link {
  padding-left: 20px;
}

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

  /* line 339, _home_page.scss */
  .home_section_6_top {
    margin-top: 0px;
    min-height: 250px;
  }

  /* line 343, _home_page.scss */
  .home_section_6_bottom_left {
    min-height: 400px;
  }

  /* line 346, _home_page.scss */
  .home_section_6_bottom_right {
    min-height: 300px;
  }
}

/* line 351, _home_page.scss */
.home_section_7 {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 40px;
  color: #000;
}

/* line 360, _home_page.scss */
.contact_form_holder {
  color: #fff;
  width: 300px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

/* line 366, _home_page.scss */
.contact_form_holder h2 {
  font-weight: 30px;
}

/* line 369, _home_page.scss */
.contact_form_holder .btn_submit_i {
  padding: 0px;
  background: #be9174;
  border: none;
  border: 2px solid #be9174;
  border-radius: 0px;
}

/* line 376, _home_page.scss */
.contact_form_holder .btn_submit_i:hover {
  padding: 0px;
  background: #9E5B30;
  border: none;
  border: 2px solid #9E5B30;
}

/* line 381, _home_page.scss */
.contact_form_holder .btn_submit_i:hover .checkbox input[type="checkbox"] {
  color: #9E5B30;
}

/* line 385, _home_page.scss */
.contact_form_holder input.form-control {
  border-radius: 0px;
}

/* line 388, _home_page.scss */
.contact_form_holder ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9E5B30;
}

/* line 392, _home_page.scss */
.contact_form_holder ::-moz-placeholder {
  /* Firefox 19+ */
  color: #9E5B30;
}

/* line 396, _home_page.scss */
.contact_form_holder :-ms-input-placeholder {
  /* IE 10+ */
  color: #9E5B30;
}

/* line 400, _home_page.scss */
.contact_form_holder :-moz-placeholder {
  /* Firefox 18- */
  color: #9E5B30;
}

/* line 406, _home_page.scss */
.home_section_7_right {
  color: #fff;
}

/* line 410, _home_page.scss */
.selling_agents_holder {
  color: #fff;
  width: 300px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

/* line 416, _home_page.scss */
.selling_agents_holder .contact_logo {
  width: 200px;
}

/* line 419, _home_page.scss */
.selling_agents_holder .icon_set {
  font-size: 20px;
}

/* line 421, _home_page.scss */
.selling_agents_holder .icon_set img {
  width: 30px;
}

/* line 427, _home_page.scss */
.credits {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

/* line 431, _home_page.scss */
.credits a,
.credits a:hover {
  color: #000;
  font-size: 12px;
}

/* line 438, _home_page.scss */
.footer_column {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 442, _home_page.scss */
.footer_column img {
  height: 70px;
  width: auto;
  max-width: 100%;
}

/* line 447, _home_page.scss */
.footer_column p {
  padding-left: 20px;
  font-weight: 400;
  font-size: 15px;
}

/* line 451, _home_page.scss */
.footer_column p a {
  color: #000;
  text-decoration: none;
}

/* line 456, _home_page.scss */
.footer_column .footer_button {
  height: 25px;
  margin-top: 5px;
}

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

  /* line 463, _home_page.scss */
  .footer_column {
    display: block;
    clear: both;
  }

  /* line 466, _home_page.scss */
  .footer_column img {
    float: left;
    margin-bottom: 20px;
    padding-top: 10px;
    height: auto;
    width: 150px;
  }

  /* line 473, _home_page.scss */
  .footer_column p {
    float: left;
  }

  /* line 477, _home_page.scss */
  .footer_column_1 {
    padding-left: 0px;
  }
}

/* line 483, _home_page.scss */
.modal-content {
  background-color: rgba(158, 91, 48, 0.6);
  border: 2px solid #fff;
  border-radius: 0px;
  color: #fff;
  width: 400px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: 'Source Sans Pro', sans-serif;
}

/* line 494, _home_page.scss */
.modal-content .btn_submit_i {
  padding: 0px;
  background: #be9174;
  border: none;
  border: 2px solid #774424;
  border-radius: 0px;
}

/* line 501, _home_page.scss */
.modal-content .btn_submit_i:hover {
  padding: 0px;
  background: #9E5B30;
  border: none;
  border: 2px solid transparent;
}

/* line 507, _home_page.scss */
.modal-content input.form-control {
  border-radius: 0px;
}

/* line 510, _home_page.scss */
.modal-content textarea.form-control {
  border-radius: 0px;
}

/* line 513, _home_page.scss */
.modal-content ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9E5B30;
}

/* line 517, _home_page.scss */
.modal-content ::-moz-placeholder {
  /* Firefox 19+ */
  color: #9E5B30;
}

/* line 521, _home_page.scss */
.modal-content :-ms-input-placeholder {
  /* IE 10+ */
  color: #9E5B30;
}

/* line 525, _home_page.scss */
.modal-content :-moz-placeholder {
  /* Firefox 18- */
  color: #9E5B30;
}

/* line 531, _home_page.scss */
.form-group {
  font-family: 'Source Sans Pro', sans-serif;
}

/* line 533, _home_page.scss */
.form-group .checkbox input[type="checkbox"] {
  color: #9E5B30 !important;
  border-radius: 0px;
}

/* line 1, _location.scss */
#spec1 {
  min-height: 600px;
  color: #fff;
  background-color: #344C76;
  background-image: url("../img_main/location_1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 11, _location.scss */
.spec_box_1 {
  text-align: center;
}

/* line 13, _location.scss */
.spec_box_1 h2 {
  font-size: 40px;
  width: 1200px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

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

  /* line 23, _location.scss */
  .spec_box_1 {
    text-align: center;
    padding-top: 40%;
  }

  /* line 26, _location.scss */
  .spec_box_1 h2 {
    font-size: 30px;
  }
}

/* line 32, _location.scss */
.spec_scroll_down {
  position: absolute;
  bottom: 40px;
  left: 0px;
  width: 100%;
  text-align: center;
}

/* line 40, _location.scss */
.spec_box_2 {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 47, _location.scss */
.spec_box_2_icon {
  text-align: center;
  padding: 20px;
}

/* line 51, _location.scss */
.spec_box_2_icon h3 {
  color: #fff;
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.12em;
  font-size: 14px;
  line-height: 20px;
  width: 160px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 64, _location.scss */
.spec_box_3 {
  padding: 0px;
}

/* line 68, _location.scss */
.spec_box_3_top {
  margin-top: 50px;
  min-height: 200px;
  background-image: url("../img_main/location_2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 77, _location.scss */
.spec_box_3_bottom {
  min-height: 200px;
  background-color: #fff;
  color: #344C76;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 85, _location.scss */
.spec_box_3_bottom h2 {
  width: 850px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

  /* line 95, _location.scss */
  .spec_box_3_bottom h2 {
    font-size: 24px;
  }
}

/* line 101, _location.scss */
.spec_box_4 {
  padding: 0px;
}

/* line 105, _location.scss */
.spec_box_4_left {
  background-color: #1c2f50;
  background-image: url("../img_main/location_3.png");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  min-height: 200px;
}

/* line 114, _location.scss */
.spec_box_4_right {
  padding: 0px;
}

/* line 118, _location.scss */
.spec_box_4_right_top {
  background-image: url("../img_main/location_4.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 200px;
}

/* line 126, _location.scss */
.spec_box_4_right_bottom {
  background-color: #9E5B30;
  color: #fff;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 133, _location.scss */
.spec_box_4_right_bottom span {
  width: 500px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 141, _location.scss */
.spec_box_5 {
  padding: 0px;
}

/* line 145, _location.scss */
.spec_box_5_top {
  min-height: 200px;
  background-image: url("../img_main/location_5.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 153, _location.scss */
.spec_box_5_bottom {
  min-height: 200px;
  background-color: #fff;
  color: #344C76;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 161, _location.scss */
.spec_box_5_bottom span {
  width: 850px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 167, _location.scss */
.spec_box_5_bottom h2 {
  margin-bottom: 5%;
}

/* line 170, _location.scss */
.spec_box_5_bottom p {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
}

/* line 179, _location.scss */
.spec_list {
  text-align: left;
}

/* line 183, _location.scss */
.spec_box_6 {
  padding: 0px;
}

/* line 187, _location.scss */
.spec_box_6_left {
  padding: 0px;
}

/* line 191, _location.scss */
.spec_box_6_left_top {
  background-image: url("../img_main/location_6.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 200px;
}

/* line 199, _location.scss */
.spec_box_6_left_bottom {
  background-color: #9E5B30;
  color: #fff;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 206, _location.scss */
.spec_box_6_left_bottom span {
  width: 500px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 214, _location.scss */
.spec_box_6_right {
  background-image: url("../img_main/location_7.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 200px;
}

/* line 1, _specyfication.scss */
#specyfication_1 {
  min-height: 600px;
  color: #fff;
  background-color: #344C76;
  background-image: url("../img_main/spec_1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 11, _specyfication.scss */
.spec_section_1_top {
  margin-top: 45px;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* line 19, _specyfication.scss */
.spec_section_1_top h1 {
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  line-height: 30px;
  color: #9E5B30;
  width: 900px;
  max-width: 100%;
}

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

  /* line 31, _specyfication.scss */
  .spec_section_1_top {
    padding-bottom: 45px;
  }
}

/* line 36, _specyfication.scss */
.image_box_section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 200px;
}

/* line 43, _specyfication.scss */
.spec_section_3_top {
  padding-top: 40px;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 40px;
}

/* line 52, _specyfication.scss */
.spec_section_3_top h1 {
  margin: 0px;
  padding: 0px;
  font-size: 45px;
  color: #9E5B30;
  width: 900px;
  max-width: 100%;
}

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

  /* line 63, _specyfication.scss */
  .spec_section_3_top {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  /* line 66, _specyfication.scss */
  .spec_section_3_top h1 {
    font-size: 25px;
  }
}

/* line 72, _specyfication.scss */
.spec_section_3_bottom_eq_height {
  min-height: 200px;
  padding: 0px;
}

/* line 77, _specyfication.scss */
.text_box_section {
  background-color: #9E5B30;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* line 84, _specyfication.scss */
.text_box_section ul {
  text-align: left;
  width: 300px;
  max-width: 100%;
}

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

  /* line 92, _specyfication.scss */
  .text_box_section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* line 1, _house_types.scss */
.ht_box_1 {
  margin-top: 50px;
  padding: 0px;
  background-color: #eeecec;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 10, _house_types.scss */
.ht_map {
  background-color: #eeecec;
  background-image: url("../img_main/ht_1_a.png");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  min-height: 400px;
  text-align: center;
  padding-top: 80px;
}

/* line 21, _house_types.scss */
.ht_buttons {
  padding-top: 80px;
  padding-left: 20px;
  padding-right: 0px;
}

/* line 25, _house_types.scss */
.ht_buttons h3 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: #9E5B30;
  padding-left: 20px;
}

/* line 31, _house_types.scss */
.ht_buttons p {
  font-size: 14px;
}

/* line 36, _house_types.scss */
.plan_btn {
  background-color: #EFECEC;
  border-radius: 0px;
  border: 1px solid #221F20;
  border-bottom: 0px;
}

/* line 43, _house_types.scss */
.plan_btn_last {
  border: 1px solid #221F20;
}

/* line 47, _house_types.scss */
.plan_btn:hover {
  background-color: #D8D8D8;
  border-radius: 0px;
  border: 1px solid #221F20;
  border-bottom: 0px;
}

/* line 54, _house_types.scss */
.plan_btn_last:hover {
  border: 1px solid #221F20;
}

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

  /* line 59, _house_types.scss */
  .ht_map {
    padding-top: 20px;
  }

  /* line 62, _house_types.scss */
  .ht_buttons {
    padding-top: 10px;
  }

  /* line 64, _house_types.scss */
  .ht_buttons h3 {
    font-size: 15px;
    padding-left: 10px;
  }

  /* line 69, _house_types.scss */
  .ht_buttons a img {
    width: 50%;
    float: left;
  }
}

/* line 77, _house_types.scss */
.ht_button_top_holder {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  text-align: center;
}

/* line 85, _house_types.scss */
.plan_holder {
  padding: 0px;
  width: 1400px;
  max-width: 100%;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
}

/* line 94, _house_types.scss */
.plan_holder_iner {
  background-color: #fff;
  padding: 0px;
  padding-top: 0px;
  border-bottom: 1px solid #666;
}

/* line 102, _house_types.scss */
.plan_holder_iner_column {
  padding-bottom: 20px;
}

/* line 107, _house_types.scss */
.plan_holder_iner_column_image {
  text-align: center;
  padding-top: 3%;
}

/* line 113, _house_types.scss */
.plan_holder_iner_column_image h3 {
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.08em;
  font-size: 25px;
  color: #344C76;
}

/* line 119, _house_types.scss */
.plan_holder_iner_column_image p {
  font-size: 24px;
}

/* line 122, _house_types.scss */
.plan_holder_iner_column_image img {
  width: 300px;
  max-width: 100%;
}

/* line 130, _house_types.scss */
.plan_text h3 {
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.08em;
  font-size: 25px;
  color: #344C76;
}

/* line 136, _house_types.scss */
.plan_text p {
  font-size: 12px;
}

/* line 141, _house_types.scss */
.plan_holder_iner_column_plan {
  text-align: center;
}

/* line 143, _house_types.scss */
.plan_holder_iner_column_plan h3 {
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.08em;
  font-size: 25px;
  color: #344C76;
}

/* line 149, _house_types.scss */
.plan_holder_iner_column_plan p {
  font-size: 12px;
}

/* line 152, _house_types.scss */
.plan_holder_iner_column_plan img {
  width: 100%;
}

/* line 157, _house_types.scss */
.back_to_plan_btn,
.back_to_plan_btn:hover {
  color: #9B9B9B;
  font-size: 13px;
  text-decoration: none;
}

/* line 1, _contact.scss */
.contact_page {
  padding-top: 50px;
}

/* line 5, _contact.scss */
.contact_page_title {
  color: #9E5B30;
}

/* line 9, _contact.scss */
.contact_left {
  padding: 40px;
  font-family: 'Source Sans Pro', sans-serif;
}

/* line 12, _contact.scss */
.contact_left h3 {
  color: #9E5B30;
  font-family: 'Playfair Display', serif;
}

/* line 16, _contact.scss */
.contact_left .btn_submit_i {
  padding: 0px;
  background: #be9174;
  border: none;
  border: 2px solid #774424;
  border-radius: 0px;
}

/* line 23, _contact.scss */
.contact_left .btn_submit_i:hover {
  padding: 0px;
  background: #9E5B30;
  border: none;
  border: 2px solid transparent;
}

/* line 29, _contact.scss */
.contact_left input.form-control {
  border-radius: 0px;
}

/* line 32, _contact.scss */
.contact_left textarea.form-control {
  border-radius: 0px;
}

/* line 35, _contact.scss */
.contact_left ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9E5B30;
}

/* line 39, _contact.scss */
.contact_left ::-moz-placeholder {
  /* Firefox 19+ */
  color: #9E5B30;
}

/* line 43, _contact.scss */
.contact_left :-ms-input-placeholder {
  /* IE 10+ */
  color: #9E5B30;
}

/* line 47, _contact.scss */
.contact_left :-moz-placeholder {
  /* Firefox 18- */
  color: #9E5B30;
}

/* line 51, _contact.scss */
.contact_left .form-group {
  font-family: 'Source Sans Pro', sans-serif;
}

/* line 53, _contact.scss */
.contact_left .form-group .checkbox input[type="checkbox"] {
  color: #9E5B30 !important;
  border-radius: 0px;
}

/* line 60, _contact.scss */
.contact_right {
  padding: 40px;
}

/* line 65, _contact.scss */
.contact_column h3 {
  color: #9E5B30;
  font-family: 'Playfair Display', serif;
}

/* line 71, _contact.scss */
iframe {
  width: 100% !important;
  height: 400px;
}

/*# sourceMappingURL=style.css.map */


.tp-nnj p {
  margin-top: -5px;
}