@font-face {
  font-family: 'raleway-regular';
  src: url("../assets/raleway-regular-webfont.eot");
  src: url("../assets/raleway-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/raleway-regular-webfont.woff") format("woff"), url("../assets/raleway-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'raleway-bold';
  src: url("../assets/raleway-bold-webfont.eot");
  src: url("../assets/raleway-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/raleway-bold-webfont.woff") format("woff"), url("../assets/raleway-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'raleway-italic';
  src: url("../assets/raleway-italic-webfont.eot");
  src: url("../assets/raleway-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/raleway-italic-webfont.woff") format("woff"), url("../assets/raleway-italic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'raleway-semibold';
  src: url("../assets/raleway-semibold-webfont.eot");
  src: url("../assets/raleway-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/raleway-semibold-webfont.woff") format("woff"), url("../assets/raleway-semibold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'raleway-light';
  src: url("../assets/raleway-light-webfont.eot");
  src: url("../assets/raleway-light-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/raleway-light-webfont.woff") format("woff"), url("../assets/raleway-light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'raleway-medium';
  src: url("../assets/raleway-medium-webfont.eot");
  src: url("../assets/raleway-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/raleway-medium-webfont.woff") format("woff"), url("../assets/raleway-medium-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'FontAwesome';
  src: url("../assets/fontawesome-webfont.eot");
  src: url("../assets/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fontawesome-webfont.woff") format("woff"), url("../assets/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
.visible-editmode {
  display: none; }

.editmode .visible-editmode {
  display: block; }

.object-fit-image {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden; }
  .object-fit-image img {
    display: inline-block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }

.no-objectfit .object-fit-image img {
  opacity: 0; }

/* Default scope
--------------------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
  height: 100%; }

body {
  position: relative;
  min-width: 300px;
  height: 100%;
  font-family: "Tinos-regular", "Helvetica Neue", Helvetica, arial, sans-serif; }

/* footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 272px;
    width: 100%;
} */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

h1, h3 {
  display: block; }

h1 {
  display: block;
  font-size: 52px;
  line-height: 1; }

h3 {
  font-size: 24px; }

b {
  font-family: "raleway-bold", "Helvetica Neue", Helvetica, arial, sans-serif; }

strong, b {
  font-weight: normal;
  font-style: normal; }

i, em {
  font-weight: normal;
  font-style: normal; }

a {
  font-weight: normal;
  font-style: normal; }

img {
  display: inline-block;
  max-width: 100%;
  height: auto; }

input[type='number'] {
  -moz-appearance: textfield; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

/*  SCOPES  */
.user-added-content {
  max-width: 900px; }
  .user-added-content p {
    font-size: 15px;
    line-height: 1.4;
    font-family: "raleway-regular", "Helvetica Neue", Helvetica, arial, sans-serif; }
  .user-added-content ul {
    list-style-type: none; }
    .user-added-content ul li {
      position: relative;
      line-height: 1.4;
      margin-bottom: 8px;
      padding-left: 10px;
      font-size: 15px; }
      .user-added-content ul li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 3px;
        width: 3px;
        height: 14px;
        background: #F18B00; }
  .user-added-content a {
    border-bottom: 1px solid transparent;
    color: #F18B00;
    text-decoration: none; }
    .user-added-content a:focus, .user-added-content a:hover {
      border-bottom: 1px solid #F18B00;
      -webkit-transition: border .4s ease;
      transition: border .4s ease; }
  .user-added-content .edys-gallery-area a:focus, .user-added-content .edys-gallery-area a:hover {
    border-bottom: 1px solid transparent; }

.house-groups-item + .house-groups-item {
  margin-top: 30px; }
  @media (min-width: 1200px) {
    .house-groups-item + .house-groups-item {
      margin-top: 40px; } }

.group-images + .group-content {
  margin-top: 10px; }

.group-content + .group-images {
  margin-top: 10px; }

.campaign-images {
  margin-left: -5px;
  margin-right: -5px; }

.campaign-image-col {
  margin-bottom: 5px;
  height: 180px;
  padding-right: 5px;
  padding-left: 5px; }
  @media (min-width: 500px) {
    .campaign-image-col {
      width: 50%;
      float: left;
      margin-bottom: 0;
      height: 300px; } }
  @media (min-width: 768px) {
    .campaign-image-col {
      width: 33.3333%; } }
  .campaign-image-col:last-of-type {
    height: auto;
    margin-right: 0;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .campaign-image-col:last-of-type {
        margin-top: 25px;
        width: 100%; }
        .campaign-image-col:last-of-type .details-form {
          margin: 0 auto; } }

.campaign-image-inner {
  width: 100%;
  height: 100%;
  background-size: auto 100%;
  background-size: cover;
  background-position: center center; }

.campaign-images {
  margin-bottom: 10px; }

.campaign-image-text {
  font-family: raleway-italic; }

@media (min-width: 768px) {
  .user-added-content.campaign-user-added-content {
    max-width: 66.666%; } }
.font-regular {
  font-family: "raleway-regular", "Helvetica Neue", Helvetica, arial, sans-serif; }

.font-semibold {
  font-family: "raleway-semibold", "Helvetica Neue", Helvetica, arial, sans-serif; }

.font-bold {
  font-family: "raleway-bold", "Helvetica Neue", Helvetica, arial, sans-serif; }

.header-nav-top {
  margin-bottom: 30px; }

/* menu-item
--------------------------------------------------------------------------- */
.menu-item {
  display: inline-block;
  padding-right: 35px;
  text-transform: uppercase; }
  .menu-item a {
    color: #111;
    text-decoration: none; }
  .menu-item:last-child {
    padding-right: 0; }

/* logo
--------------------------------------------------------------------------- */
@media (max-width: 767px) {
  .logo-wrap {
    text-align: center;
    margin-top: 50px;
    padding: 25px 0;
    text-align: center; } }

.logo-link {
  display: inline-block; }

.logo {
  height: 67px;
  width: 180px; }
  @media (min-width: 768px) {
    .logo {
      height: 90px;
      width: 243px; } }

/* header-content
--------------------------------------------------------------------------- */
.header-content .header-content-padding {
  position: relative; }
  @media (min-width: 768px) {
    .header-content .header-content-padding {
      padding-top: 50px;
      padding-right: 60px; } }
  @media (min-width: 768px) {
    .header-content .header-content-padding.background:before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      height: 100%;
      width: 100%;
      background: #fff; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .header-content .header-content-padding.background:before {
      left: 58.33333333%; } }

  @media (min-width: 768px) and (max-width: 1299px) {
    .header-content .header-content-padding {
      padding-left: 15px; } }
  @media (min-width: 1300px) {
    .header-content .header-content-padding {
      margin: 0 -15px; } }
.header-content .menu-link {
  position: relative;
  font-family: "raleway-semibold", "Helvetica Neue", Helvetica, arial, sans-serif;
  font-size: 13px;
  color: #fff;
  outline: none; }
  .header-content .menu-link:after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -5px;
    height: 2px;
    background-color: #F18B00;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
  .header-content .menu-link:hover:after {
    left: 0;
    right: 0; }
.header-content .menu-item.active .menu-link:after {
  left: 0;
  right: 0; }

.menu-icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 36px;
  height: 26px;
  margin-top: -13px;
  vertical-align: middle; }
  .menu-icon:before, .menu-icon:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 0;
    height: 2px;
    width: 100%;
    background: #fff;
    -webkit-transform-origin: 35%;
    transform-origin: 35%; }
  .menu-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .menu-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

/* main-navigation
--------------------------------------------------------------------------- */
.main-navigation {
  position: relative;
  /*  @media(min-width: 768px){padding-right: 40px;} */
  margin-bottom: 60px;
  padding-left: 0;
  text-align: right; }

/* misc
--------------------------------------------------------------------------- */
.misc {
  float: right; }

.misc-item {
  display: inline-block;
  min-height: 35px; }
  .misc-item a {
    display: inline-block;
    padding: 0 6px; }

.facebook-link {
  display: inline-block;
  margin-right: 10px;
  color: #353535;
  text-decoration: none;
  vertical-align: middle;
  font-size: 21px;
  -webkit-transition: color .4s ease;
  transition: color .4s ease; }
  @media (min-width: 768px) {
    .facebook-link {
      font-size: 16px; } }
  .facebook-link:focus, .facebook-link:hover {
    color: #F18B00; }
  @media (min-width: 768px) {
    .facebook-link {
      color: #fff; } }

.misc {
  color: #fff; }
  .misc .languages-dropdown-button {
    color: #fff; }

/* languages
--------------------------------------------------------------------------- */
.languages-dropdown {
  position: relative; }

.languages-dropdown-menu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
  padding-left: 0;
  text-align: left;
  z-index: 1; }
  .languages-dropdown-menu li {
    text-align: center;
    list-style-type: none; }
    .languages-dropdown-menu li a {
      text-transform: uppercase;
      color: #353535;
      font-size: 10px; }

.languages-dropdown-button {
  background: transparent;
  border: none;
  text-transform: uppercase;
  outline: none;
  font-size: 10px; }

.languages-dropdown-menu.active {
  display: block; }

.js-lang-title {
  visibility: hidden; }

.flag-wrapper {
  display: inline-block;
  width: 21px;
  height: 15px;
  padding: 15px 0; }
  .flag-wrapper .flags {
    background-image: url("../assets/ico-flags.svg");
    width: 21px;
    height: 15px; }
  .flag-wrapper .et {
    background-position: -189px 0; }
  .flag-wrapper .no {
    background-position: -168px -30px; }
  .flag-wrapper .de {
    background-position: -63px -15px; }
  .flag-wrapper .uk {
    background-position: -63px -60px; }
  .flag-wrapper .sv {
    background-position: -168px -45px; }

/* Header nav mob
--------------------------------------------------------------------------- */
.header-nav-mob {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #fff; }

.header-nav-mob:after {
  content: "";
  display: table;
  clear: both; }

.header-nav-mob-left,
.header-nav-mob-right {
  display: inline-block;
  width: 50%; }

.header-nav-mob-right {
  margin-left: -4px;
  text-align: right; }

/* bgs
--------------------------------------------------------------------------- */
.bg-white {
  background-color: #fff; }

.bg-gray {
  background-color: #353535; }

.bg-light-gray {
  background: #F7F7F7; }

@media (max-width: 767px) {
  .bg-white-mob {
    background-color: #fff; }

  .bg-gray-mob {
    background-color: #353535; } }
/* Group-selection-item
--------------------------------------------------------------------------- */
.js-group-selection {
  padding-left: 0; }

.group-selection-item {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  cursor: pointer; }

.opacity-none {
  opacity: 0;
  height: 0;
  overflow: hidden; }

.houses-categories-input {
  width: 500px; }

.group-selection-checkbox {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #353535; }
  .group-selection-checkbox:before {
    content: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    margin-top: -5px;
    background-color: #353535;
    border-radius: 100%; }

.group-selection-item.active .group-selection-checkbox:before {
  content: ""; }

/* Buttons
--------------------------------------------------------------------------- */
.main-button {
  display: inline-block;
  margin-top: 5px;
  padding: 10px 15px;
  background: #F18B00;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  font-family: "raleway-regular", "Helvetica Neue", Helvetica, arial, sans-serif;
  border: none;
  outline: none;
  -webkit-transition: background .4s ease;
  transition: background .4s ease; }
  .main-button:focus, .main-button:hover, .main-button:active {
    color: #fff;
    background: #ce7700;
    text-decoration: none;
    outline: none; }
  .main-button.large {
    min-width: 250px;
    padding: 12px 15px;
    font-family: "raleway-semibold", "Helvetica Neue", Helvetica, arial, sans-serif;
    font-size: 15px; }
  .main-button.gray {
    background-color: #353535; }
    .main-button.gray:hover, .main-button.gray:focus {
      background-color: #191919; }

.link-button {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  font-family: "raleway-regular", "Helvetica Neue", Helvetica, arial, sans-serif;
  font-size: 13px;
  line-height: 1;
  color: #353535; }
  .link-button.link-button-inline {
    vertical-align: middle; }
  .link-button:focus, .link-button:hover, .link-button:active {
    text-decoration: none;
    color: #353535; }
  .link-button:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    background: #353535;
    height: 20px;
    width: 4px; }

.group-button,
.group-button:hover,
.group-button:active {
  position: relative;
  display: inline-block;
  padding: 20px 15px 20px 70px;
  color: #353535;
  font-family: "raleway-bold", "Helvetica Neue", Helvetica, arial, sans-serif;
  font-size: 18px;
  text-decoration: none; }
  .group-button .icon-group-circle,
  .group-button:hover .icon-group-circle,
  .group-button:active .icon-group-circle {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }

.user-added-content + .group-button {
  margin-top: 15px; }

/* Headings
--------------------------------------------------------------------------- */
.main-heading-link {
  display: block;
  text-decoration: none;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .main-heading-link {
      margin-bottom: 0; } }
  .main-heading-link:focus, .main-heading-link:hover {
    text-decoration: none; }
  .main-heading-link.main-heading-link-inline {
    display: inline-block;
    vertical-align: middle; }

h1.main-heading {
  margin-top: 20px; }
  @media (min-width: 768px) {
    h1.main-heading {
      margin-top: 10px; } }

.main-heading {
  position: relative;
  display: block; }
  @media (max-width: 767px) {
    .main-heading {
      margin-top: 0;
      margin-bottom: 0;
      padding-bottom: 5px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .main-heading {
      display: inline-block; } }
  .main-heading.category-heading {
    padding-right: 0;
    font-family: "raleway-light", "Helvetica Neue", Helvetica, arial, sans-serif;
    line-height: 1.4;
    color: #353535;
    margin-bottom: 15px;
    font-size: 25px; }
    @media (min-width: 768px) {
      .main-heading.category-heading {
        margin-bottom: 35px;
        margin-left: 15px;
        padding-right: 60px;
        padding-left: 15px;
        font-size: 38px; } }
    @media (min-width: 1200px) {
      .main-heading.category-heading {
        padding-right: 120px;
        font-size: 46px; } }
  .main-heading.basic {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 20px;
    padding-bottom: 5px;
    font-family: "raleway-light", "Helvetica Neue", Helvetica, arial, sans-serif;
    font-size: 25px;
    line-height: 1.2; }
    @media (min-width: 768px) {
      .main-heading.basic {
        margin-bottom: 30px; } }
    @media (min-width: 768px) {
      .main-heading.basic {
        padding-right: 120px; } }
    @media (min-width: 768px) {
      .main-heading.basic {
        font-size: 39px; } }
  .main-heading.small {
    font-size: 21px; }
    @media (min-width: 768px) {
      .main-heading.small {
        font-size: 30px; } }

.main-heading:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #C8C8C8; }
  @media (min-width: 768px) {
    .main-heading:before {
      left: 0; } }

.main-heading:after {
  content: '';
  position: absolute;
  bottom: -2px;
  right: -15px;
  width: 50px;
  height: 3px;
  background: #F18B00; }
  @media (min-width: 768px) {
    .main-heading:after {
      right: 0;
      width: 100px; } }

.group {
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #353535;
  font-family: "raleway-medium", "Helvetica Neue", Helvetica, arial, sans-serif;
  font-size: 25px; }
  .group::before {
    border-width: 3px; }
  .group::after {
    content: none; }
  @media (min-width: 768px) {
    .group {
      margin-bottom: 35px;
      padding-right: 60px;
      font-size: 38px; } }
  @media (min-width: 1200px) {
    .group {
      padding-right: 120px;
      font-size: 46px; } }

.main-heading-line {
  position: absolute;
  bottom: 3px;
  right: 0;
  width: 50px;
  height: 3px;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  background-color: #F18B00; }
  @media (min-width: 768px) {
    .main-heading-line {
      width: 100px; } }

.bottom-space-heading {
  margin-bottom: 30px; }

/* Random style classes
--------------------------------------------------------------------------- */
.margin-top {
  margin-top: 15px; }

.borderline {
  position: relative;
  margin-bottom: 30px;
  width: 100%; }
  @media (min-width: 500px) {
    .borderline {
      width: 50%; } }
  .borderline:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #C8C8C8; }
  .borderline:after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: -15px;
    width: 50px;
    height: 3px;
    background: #F18B00;
    width: 100px; }

/* Headings
--------------------------------------------------------------------------- */
/* Edits using voog classes
--------------------------------------------------------------------------- */
/* Make empty areas actually clickable */
.cms-single-item > div {
  min-width: 50px; }

/* Style form errors */
.form_error {
  margin-bottom: 15px;
  color: #ff0000;
  text-transform: uppercase; }

.form_field_error {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  color: #F18B00; }

.form_field_with_errors {
  margin-bottom: 30px !important; }
  .form_field_with_errors .form_field_error {
    left: 5px;
    color: #ff0000; }
  .form_field_with_errors .bar:before, .form_field_with_errors .bar:after {
    background-color: #ff0000 !important; }
  .form_field_with_errors.details-form-group.active input,
  .form_field_with_errors .form_field_label {
    color: #ff0000 !important; }

.form-success-icon {
  height: 80px;
  width: 80px;
  margin: 20px auto 20px auto;
  background: url("../assets/success_form.png") no-repeat;
  background-size: 100% 100%; }

/* Style form success messages */
.form-success-txt {
  text-align: center;
  font-family: raleway-italic;
  font-size: 15px; }
  .form-success-txt span {
    display: block;
    font-size: 28px;
    color: #F18B00;
    font-family: raleway; }

/* Alignment classes with Bootstrap combo(they just sound like bootstrap classes)
--------------------------------------------------------------------------- */
.text-xs-center {
  text-align: center; }

@media (min-width: 768px) {
  .text-xs-center {
    text-align: left; } }
/* Object fit related
--------------------------------------------------------------------------- */
.object-fit-img-wrap {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.no-objectfit .object-fit-img-wrap + img {
  display: none; }

/* Generic dropdown
--------------------------------------------------------------------------- */
.generic-dropdown {
  position: relative; }

.generic-dropdown-button {
  display: inline-block;
  cursor: pointer;
  padding: 5px 10px;
  background: #F18B00;
  color: #fff; }

.generic-dropdown-list {
  position: absolute;
  left: 0;
  display: none;
  background: #F18B00;
  z-index: 99999;
  margin-top: 5px;
  margin-bottom: 50px;
  padding-left: 0;
  list-style-type: none;
  padding: 10px 0;
  max-height: 400px;
  overflow-y: auto; }
  .generic-dropdown-list.open {
    display: block; }

.generic-dropdown-item {
  position: relative;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  padding: 2px 15px 2px 40px; }
  .generic-dropdown-item:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -7px;
    border: 2px solid #fff;
    width: 14px;
    height: 14px; }

.generic-dropdown-item.active:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  background-color: #fff;
  width: 8px;
  height: 8px;
  margin-left: 3px;
  margin-top: -4px;
  border-radius: 100%; }

.fields__row {
  margin: 0 -15px; }
  .fields__row + .fields__row {
    margin-top: 15px; }
  .fields__row + .fields__caption {
    margin-top: 30px; }

.fields__caption {
  color: #353535;
  font-family: "raleway-light", "Helvetica Neue", Helvetica, arial, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  word-break: break-word; }
  .fields__caption + .fields__row {
    margin-top: 15px; }

.fields__col {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  vertical-align: top; }
  .fields__col.fields__col--float {
    float: left; }
  .fields__col.fields__col--half-width {
    width: 50%; }
  .fields__col.fields__col--full-width {
    width: 100%; }

.footer-logos {
  height: 100%;
  padding: 15px 0; }
  .footer-logos .footer-logos-col.footer-logos-col-3x {
    width: 33.3%; }
    .footer-logos .footer-logos-col.footer-logos-col-3x:first-child {
      padding-left: 0px; }
  .footer-logos .footer-logos-col.footer-logos-col-1x {
    width: 100%; }
    @media (max-width: 767px) {
      .footer-logos .footer-logos-col.footer-logos-col-1x .image-container {
        max-width: 280px !important; } }
  .footer-logos .footer-logos-col {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    margin-right: -4px;
    padding-left: 25px;
    padding-right: 0;
    padding-bottom: 15px; }
    @media (max-width: 767px) {
      .footer-logos .footer-logos-col {
        padding-left: 10px; } }
    @media (max-width: 767px) {
      .footer-logos .footer-logos-col:first-child .image-container {
        margin: 0 auto !important; } }
  @media (max-width: 767px) {
    .footer-logos .image-container {
      max-width: 120px !important; } }

.footer {
  /* At smaller screens overwrite framework to make more room for footer cols */
  position: relative;
  /*
  &.front-page:before,
  &.front-page:after {
      width: 50%;
  }*/ }
  .footer .footer-cols-wrap {
    position: relative;
    z-index: 3; }
  @media (max-width: 991px) {
    .footer.sidepadding {
      padding-right: 15px; }
    .footer .col-extra-padding {
      padding-left: 30px; } }
  .footer.front-page {
    margin-top: 0;
    margin-left: -20px;
    margin-right: -15px; }
  @media (min-width: 768px) {
    .footer {
      margin-top: 45px; }
      .footer:before {
        content: "";
        position: absolute;
        top: 0;
        left: 66.66666667%;
        right: 0;
        height: 100%;
        background: #fff;
        z-index: 2; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .footer:before {
        margin-left: -5px; } }
    @media (min-width: 768px) and (min-width: 991px) {
      .footer:before {
        margin-left: -75px; } }
  @media (min-width: 768px) {
      .footer:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: -15px;
        height: 100%;
        background: #353535;
        z-index: 1; } }
  .footer .user-added-content {
    color: #fff; }

@media (min-width: 768px) {
  .front-page .footer:before {
    left: 50%;
    margin-left: 2px; } }
@media (min-width: 1200px) {
  .front-page .footer:before {
    left: 58.33333333%; } }

.footer-heading {
  font-family: "raleway-semibold", "Helvetica Neue", Helvetica, arial, sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1; }
  @media (min-width: 768px) {
    .footer-heading {
      font-size: 13px; } }
  .footer-heading.lg {
    font-size: 17px; }

.footer-nav {
  height: 100%;
  padding: 20px 0;
  color: #fff; }
  .footer-nav .footer-nav-relative {
    position: relative; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .footer-nav {
      padding-left: 20px; } }
  @media (max-width: 767px) {
    .footer-nav {
      padding-bottom: 80px;
      padding-top: 0; } }
  .footer-nav .divider {
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background: #505050; }
  .footer-nav .divider:first-of-type {
    right: 65%;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  .footer-nav .divider:nth-of-type(2) {
    right: 43%; }
  .footer-nav .divider.divider--custom:nth-of-type(2) {
    right: 39.5%; }
  .footer-nav .divider:nth-of-type(3) {
    right: 21%;
    -webkit-transform: translateX(5px);
    transform: translateX(5px); }
  .footer-nav .user-added-content {
    overflow: hidden; }
    @media (max-width: 767px) {
      .footer-nav .user-added-content {
        text-align: center; } }
    .footer-nav .user-added-content .footer-heading {
      color: #fff; }
    .footer-nav .user-added-content a {
      display: inline-block;
      margin-bottom: 4px;
      -webkit-transition: color .2s ease;
      transition: color .2s ease;
      color: #fff;
      line-height: 1.2; }
      .footer-nav .user-added-content a:focus, .footer-nav .user-added-content a:hover {
        color: #F18B00;
        border-bottom: 1px solid transparent;
        text-decoration: none; }

/*Footer mobile dropdown*/
.footer-dropdown-group {
  position: relative;
  padding: 0 15px; }
  .footer-dropdown-group .footer-dropdown-button {
    display: block;
    text-align: center;
    background-color: #353535;
    border: none;
    border-bottom: 1px solid #505050;
    text-transform: uppercase;
    font-family: "raleway-regular", "Helvetica Neue", Helvetica, arial, sans-serif;
    color: #fff;
    padding: 18px 0;
    width: 100%; }
    .footer-dropdown-group .footer-dropdown-button:focus, .footer-dropdown-group .footer-dropdown-button:active {
      outline: none; }
    .footer-dropdown-group .footer-dropdown-button .footer-dropdown-button-inner {
      position: relative;
      display: inline-block;
      padding-left: 50px; }
  .footer-dropdown-group .footer-dropdown {
    position: absolute;
    display: none;
    left: -15px;
    right: -15px;
    bottom: 100%;
    margin-bottom: 5px;
    padding: 20px;
    background-color: #353535;
    z-index: 1; }
    .footer-dropdown-group .footer-dropdown.active {
      display: block; }
    .footer-dropdown-group .footer-dropdown .user-added-content {
      text-align: center;
      color: #fff; }

@media (min-width: 768px) {
  .custom-footer-col {
    float: left;
    width: 21.6666666%;
    padding: 0 15px; }
    .custom-footer-col.first {
      width: 35%; }
    .custom-footer-col.custom-footer-col--modified {
      width: 25%; } }
@media (min-width: 768px) {
  .footer-nav.footer-nav--est .custom-footer-col {
    width: 33.3333% !important; }
  .footer-nav.footer-nav--est .divider:first-of-type {
    right: 66.4%; }
  .footer-nav.footer-nav--est .divider.divider--custom:nth-of-type(2) {
    right: 32.5%; } }
/* Details
--------------------------------------------------------------------------- */
.details-form-select {
  padding: 0 10px 5px 5px; }
  .details-form-select label {
    pointer-events: none;
    font-size: 15px;
    font-family: "raleway-regular", "Helvetica Neue", Helvetica, arial, sans-serif;
    color: #353535;
    font-weight: normal; }
  .details-form-select select {
    background: transparent;
    border: 1px solid #C8C8C8;
    color: #353535;
    font-size: 14px;
    height: 29px;
    padding: 5px;
    /* If you add too much padding here, the options won't show in IE */
    width: 268px; }
    .details-form-select select option {
      color: #353535; }

.details-heading {
  margin-top: 25px;
  margin-bottom: 15px;
  font-family: "raleway-light", "Helvetica Neue", Helvetica, arial, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #353535;
  word-break: break-word; }
  .details-heading.details-heading-top {
    margin-top: 0; }

.details-specifics {
  margin-bottom: 20px; }

.details-intro {
  font-family: "raleway-medium", "Helvetica Neue", Helvetica, arial, sans-serif;
  font-size: 15px; }
  @media (min-width: 1400px) {
    .details-intro {
      padding-right: 40px; } }

.details-files li {
  margin-bottom: 10px; }
  .details-files li a {
    font-family: "raleway-italic", "Helvetica Neue", Helvetica, arial, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    color: #353535;
    border-bottom: 1px solid transparent;
    -webkit-transition: border .4s ease;
    transition: border .4s ease; }
    .details-files li a:focus, .details-files li a:hover, .details-files li a:active {
      border-bottom: 1px solid #353535;
      text-decoration: none;
      color: #353535; }

.details-mob-process-button {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto 25px; }
  @media (max-width: 500px) {
    .details-mob-process-button {
      max-width: 100%; } }

.details-mob-process-tree {
  display: none; }
  .details-mob-process-tree.active {
    display: block; }

/* Details form animations
--------------------------------------------------------------------------- */
.details-form {
  margin: 0 0 auto 0; }
  @media (max-width: 1199px) {
    .details-form {
      max-width: 400px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .details-form {
      margin: 0 auto; } }

.details-form {
  width: 100%; }
  @media (min-width: 768px) {
    .details-form {
      padding: 0 15px 0 0; } }

.details-form-group {
  position: relative;
  margin-bottom: 20px; }
  .details-form-group.active label {
    top: -5px;
    font-size: 12px;
    color: #F18B00;
    font-weight: normal; }
  .details-form-group.active input {
    color: #F18B00;
    border-bottom: 1px solid transparent; }
    .details-form-group.active input ~ .bar:before,
    .details-form-group.active input ~ .bar:after {
      width: 50%; }
    .details-form-group.active input ~ .highlight {
      -webkit-animation: inputHighlighter 0.3s ease;
      animation: inputHighlighter 0.3s ease; }
  .details-form-group label {
    position: absolute;
    pointer-events: none;
    font-size: 15px;
    left: 5px;
    top: 16px;
    font-family: "raleway-regular", "Helvetica Neue", Helvetica, arial, sans-serif;
    color: #353535;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    font-weight: normal; }
  .details-form-group input {
    outline: none;
    font-size: 15px;
    padding: 10px 10px 5px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #C8C8C8;
    font-weight: normal;
    /*&:focus {
        border-bottom:1px solid transparent;
    }
    &:focus ~ .bar:before,
    &:focus ~ .bar:after {
        width:50%;
    }*/ }
  .details-form-group .bar {
    position: relative;
    display: block;
    width: 100%; }
    .details-form-group .bar:before, .details-form-group .bar:after {
      content: '';
      height: 1px;
      width: 0;
      bottom: 1px;
      position: absolute;
      background: #F18B00;
      -webkit-transition: 0.2s ease all;
      transition: 0.2s ease all; }
    .details-form-group .bar:before {
      left: 50%; }
    .details-form-group .bar:after {
      right: 50%; }
  .details-form-group .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5; }

.details-form .form_submit:before, .details-form .form_submit:after {
  content: "";
  display: table;
  clear: both; }

.details-form [type="submit"] {
  display: inline-block;
  margin-top: 5px;
  padding: 5px 10px;
  background: #F18B00;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  font-family: "raleway-semibold", "Helvetica Neue", Helvetica, arial, sans-serif;
  border: none;
  outline: none;
  float: left;
  margin-bottom: 25px;
  padding: 9px 25px;
  font-size: 15px; }
  .details-form [type="submit"]:hover, .details-form [type="submit"]:focus {
    color: #fff;
    background: #ce7700;
    text-decoration: none;
    outline: none; }
  @media (min-width: 768px) {
    .details-form [type="submit"] {
      margin-bottom: 0; } }
  @media (min-width: 768px) {
    .details-form [type="submit"] {
      float: right; } }

.details-form-campaign {
  max-width: 400px; }

.details-form-upload {
  position: relative;
  width: 100%;
  height: 150px;
  margin-bottom: 15px;
  border: 2px dashed #C8C8C8;
  -webkit-transition: 0.5s ease border;
  transition: 0.5s ease border; }
  .details-form-upload:focus, .details-form-upload:hover, .details-form-upload.active {
    border: 2px dashed #F18B00; }
  .details-form-upload label {
    position: absolute;
    display: inline-block;
    padding: 5px 25px;
    top: 50%;
    left: 50%;
    -webkit-transition: 0.5s ease background-color;
    transition: 0.5s ease background-color;
    background-color: #353535;
    color: #fff;
    font-family: "raleway-light", "Helvetica Neue", Helvetica, arial, sans-serif;
    font-size: 12px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .details-form-upload:focus label, .details-form-upload:hover label, .details-form-upload.active label {
    background-color: #F18B00; }
  .details-form-upload input[type="file"] {
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer; }

/* KEYFRAMES */
@-webkit-keyframes inputHighlighter {
  from {
    background: #F18B00; }
  to {
    width: 0;
    background: transparent; } }
@keyframes inputHighlighter {
  from {
    background: #F18B00; }
  to {
    width: 0;
    background: transparent; } }
/* Details info
--------------------------------------------------------------------------- */
.details-info {
  max-width: 300px; }

.user-added-details td {
  padding-bottom: 2px;
  padding-left: 25px;
  font-family: "raleway-regular", "Helvetica Neue", Helvetica, arial, sans-serif;
  font-size: 15px;
  color: #353535;
  vertical-align: top; }

.user-added-details tr td:first-child {
  width: 50% !important;
  text-align: left;
  padding-left: 0;
  font-family: "raleway-bold", "Helvetica Neue", Helvetica, arial, sans-serif;
  font-size: 15px;
  color: #353535;
  vertical-align: top; }

.details-info-label,
.details-info-detail {
  display: inline-block;
  vertical-align: top;
  font-family: "raleway-regular", "Helvetica Neue", Helvetica, arial, sans-serif;
  font-size: 15px;
  color: #353535; }

.details-info-label {
  width: 50%;
  margin-bottom: 2px;
  font-family: "raleway-bold", "Helvetica Neue", Helvetica, arial, sans-serif;
  text-align: left;
  font-size: 15px; }
  .details-info-label.small {
    width: 100%;
    text-align: left; }
  @media (min-width: 400px) and (max-width: 767px) {
    .details-info-label.small {
      width: 22%;
      text-align: left; } }
  @media (min-width: 1300px) {
    .details-info-label.small {
      width: 22%;
      text-align: left; } }

.details-info-detail {
  width: 50%;
  margin-left: -5px;
  padding-left: 25px; }
  .details-info-detail .details-info-detail-link {
    color: #F18B00;
    border-bottom: 1px solid transparent;
    -webkit-transition: border .4s ease;
    transition: border .4s ease; }
    .details-info-detail .details-info-detail-link:hover, .details-info-detail .details-info-detail-link:focus {
      border-bottom-color: #F18B00;
      text-decoration: none; }
  .details-info-detail.small {
    width: 100%;
    margin-left: 0;
    padding-left: 0; }
  @media (min-width: 400px) and (max-width: 767px) {
    .details-info-detail.small {
      width: 60%;
      margin-left: -5px;
      padding-left: 25px; } }
  @media (min-width: 1300px) {
    .details-info-detail.small {
      width: 60%;
      margin-left: -5px;
      padding-left: 25px; } }

.details-form-margin-bottom {
  margin-bottom: 40px; }

/* Just (hopefully)temporary, unfinished or simply bad css here */
.admin-fieldgroup {
  width: 33.3333%;
  float: left;
  margin-bottom: 5px; }
  .admin-fieldgroup button {
    padding: 3px 5px;
    border: none;
    color: #fff;
    background-color: #353535; }

.control-button-add {
  padding: 6px 15px;
  border: none;
  color: #fff;
  background-color: #353535; }

.control-button-save {
  padding: 6px 15px;
  margin-left: 5px;
  border: none;
  color: #fff;
  background-color: #F18B00; }

.js-form-email.form_field_with_errors .form_field_error:first-of-type {
  display: none; }

.hidden-full-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 2s ease;
  transition: max-height 2s ease; }
  @media (max-width: 599px) {
    .hidden-full-content table tr,
    .hidden-full-content table td {
      display: block;
      width: 100% !important; } }
  @media (min-width: 600px) and (max-width: 767px) {
    .hidden-full-content table .edy-texteditor-container.image-container.edy-positionable-container-center {
      width: 80%;
      margin: 0 auto !important; } }

.custom-project-gray-bg {
  position: relative; }

.show-more .show-info-visible {
  display: block; }
.show-more .show-info-hide {
  display: none; }
.show-more.open .show-info-visible {
  display: none; }
.show-more.open .show-info-hide {
  display: block; }

.house-details-item-wrap {
  padding: 0 15px; }
  @media (min-width: 1300px) {
    .house-details-item-wrap {
      float: left;
      text-align: left; } }
  @media (min-width: 1300px) {
    .house-details-item-wrap.right {
      float: right;
      text-align: right; } }

.single-content-block {
  margin-bottom: 10px; }

.admin-title {
  border-bottom: 1px solid gray;
  display: block;
  margin-bottom: 15px;
  margin-top: 10px;
  padding-bottom: 5px;
  font-size: 16px; }

/* main-content
--------------------------------------------------------------------------- */
.main-content-inner {
  position: relative;
  padding-right: 0;
  /* Incase of the rare case of no process tree generation */ }
  @media (min-width: 992px) {
    .main-content-inner {
      padding-right: 150px; } }
  @media (min-width: 1400px) {
    .main-content-inner {
      padding-right: 200px; } }
  @media (min-width: 768px) {
    .main-content-inner.main-content-inner-processed {
      padding-right: 150px; } }
  @media (min-width: 1400px) {
    .main-content-inner.main-content-inner-processed {
      padding-right: 200px; } }
  .main-content-inner.no-tree {
    padding-right: 0 !important; }
    .main-content-inner.no-tree .main-content-inner-sidebar {
      width: 0 !important; }
      .main-content-inner.no-tree .main-content-inner-sidebar .sidebar-process-wrap {
        background-color: transparent; }
  .main-content-inner.main-content-inner-nosidebar {
    padding-right: 0; }

@media (max-width: 767px) {
  .main-content-inner-single {
    padding: 30px 15px 0;
    background-color: #fff; } }
@media (max-width: 991px) {
  .main-content-inner-items {
    padding: 0 15px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .main-content-inner-items {
    padding-left: 15px; } }
.main-content-bottom-empty {
  height: 140px;
  margin-bottom: 50px; }

.main-content-top-empty {
  height: 140px; }

.main-content-padding-top {
  padding-bottom: 70px; }
  @media (min-width: 768px) {
    .main-content-padding-top {
      padding-top: 30px; } }

@media (min-width: 768px) {
  .sidepadding {
    padding-right: 120px; } }
@media (min-width: 1400px) {
  .sidepadding {
    padding-right: 180px; } }

@media (min-width: 768px) {
  .main-content-inner-items-grayed {
    position: relative; }
    .main-content-inner-items-grayed:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 41.66666667%;
      left: -15px;
      margin-right: 13px;
      background-color: #F7F7F7; }
    .main-content-inner-items-grayed.main-content-inner-items-grayed-sm:before {
      right: 50%; } }
@media (min-width: 768px) {
  .user-added-content-padding-right {
    padding-right: 20px; }

  .user-added-content-padding-top {
    padding-top: 20px; }

  .user-added-content-padding {
    padding: 20px 20px 25px 20px; } }
@media (min-width: 1200px) {
  .user-added-content-padding {
    padding: 20px 60px 25px 40px; } }
@media (min-width: 992px) {
  .main-content-inner-items-grayed:before {
    right: 33.3333%;
    margin-right: 10px; } }
/* row-padding
--------------------------------------------------------------------------- */
@media (min-width: 1200px) {
  .row-padding {
    padding-left: 90px;
    padding-right: 0; } }
@media (min-width: 768px) {
  .row-padding.extra {
    padding-left: 110px; } }
.row-padding.padding-bottom {
  padding-bottom: 30px; }

@media (min-width: 768px) {
  .col-extra-padding {
    padding-left: 15px; } }
@media (min-width: 1200px) {
  .col-extra-padding {
    padding-left: 105px; } }
@media (min-width: 1200px) {
  .col-extra-padding-est {
    padding-left: 70px; } }
@media (min-width: 991px) {
  .col-extra-sides-padding {
    padding-right: 20px;
    padding-left: 20px; } }
@media (min-width: 1200px) {
  .col-extra-sides-padding {
    padding-right: 70px;
    padding-left: 50px; } }
/* container-extended
--------------------------------------------------------------------------- */
.container-extended.container-full-height {
  height: 100%; }
@media (min-width: 768px) {
  .container-extended {
    position: relative;
    margin-left: auto;
    margin-right: 0;
    width: 100%; } }
.container-extended.container-limited-width {
  max-width: 1200px; }
  @media (min-width: 768px) {
    .container-extended.container-limited-width .main-content-padding-top {
      padding-left: 30px; } }
  .container-extended.container-limited-width .user-added-content {
    max-width: 780px; }
  @media (min-width: 1200px) {
    .container-extended.container-limited-width .main-content-padding-top {
      padding-left: 150px; } }
  @media (min-width: 992px) {
    .container-extended.container-limited-width .footer:before {
      left: 75%; } }
  .container-extended.container-limited-width .footer.sidepadding {
    padding-right: 15px; }
  .container-extended.container-limited-width .footer-logos {
    padding-left: 15px; }
.container-extended.container-limited-width-lg {
  max-width: 1300px; }

@media (min-width: 1300px) {
  .container-extended {
    width: 1200px; } }
@media (min-width: 1400px) {
  .container-extended {
    width: 1400px; } }
/* main-bg
--------------------------------------------------------------------------- */
.main-bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 40% 0;
  z-index: -2; }

.front-page .main-bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: -3;
  background: #1d1d1d;
  opacity: 0.12; }

@media (min-width: 768px) {
  .main-bg.darkened:before {
    content: "";
    position: fixed;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #111;
    opacity: 0.5; } }
.main-content-inner-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  min-height: 100%;
  background: #fff;
  text-align: right;
  z-index: 3; }
  @media (min-width: 768px) {
    .main-content-inner-sidebar {
      display: block; } }
  @media (min-width: 992px) {
    .main-content-inner-sidebar {
      width: 150px; } }
  @media (min-width: 1400px) {
    .main-content-inner-sidebar {
      width: 200px; } }
  @media (min-width: 768px) {
    .main-content-inner-sidebar.processtree {
      width: 150px; } }
  @media (min-width: 1400px) {
    .main-content-inner-sidebar.processtree {
      width: 200px; } }

.sidebar-option {
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 20px;
  margin-top: 5px; }
  .sidebar-option .sidebar-option-inner {
    position: relative;
    display: inline-block;
    min-width: 160px;
    padding: 3px 40px 3px 10px;
    background-color: #353535;
    color: transparent;
    cursor: pointer;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: -webkit-transform .3s ease, background-color .3s ease, color .3s ease;
    -webkit-transition: background-color .3s ease, color .3s ease, -webkit-transform .3s ease;
    transition: background-color .3s ease, color .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, background-color .3s ease, color .3s ease;
    transition: transform .3s ease, background-color .3s ease, color .3s ease, -webkit-transform .3s ease;
    white-space: nowrap; }
    .sidebar-option .sidebar-option-inner:hover, .sidebar-option .sidebar-option-inner.active {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      color: #fff;
      background-color: #F18B00;
      -webkit-transition: -webkit-transform .4s ease, background-color .4s ease, color .4s ease .2s;
      -webkit-transition: background-color .4s ease, color .4s ease .2s, -webkit-transform .4s ease;
      transition: background-color .4s ease, color .4s ease .2s, -webkit-transform .4s ease;
      transition: transform .4s ease, background-color .4s ease, color .4s ease .2s;
      transition: transform .4s ease, background-color .4s ease, color .4s ease .2s, -webkit-transform .4s ease; }

.sidebar-fixed {
  position: fixed;
  right: 0; }
  .sidebar-fixed .sidebar-inner {
    position: relative;
    max-width: 200px;
    left: 100%;
    display: inline-block;
    padding: 3px 30px 3px 10px;
    text-align: left; }

.sidebar-process-wrap {
  padding: 15px 15px 40px 15px;
  background: #F7F7F7; }
  @media (min-width: 1400px) {
    .sidebar-process-wrap {
      padding-left: 45px; } }
  @media (max-width: 767px) {
    .sidebar-process-wrap {
      width: 200px;
      margin: 0 auto 20px; } }

.sidebar-process-wrap-heading {
  display: block;
  margin-top: 35px;
  margin-bottom: 35px;
  text-align: right;
  font-size: 20px; }

.sidebar-process {
  position: relative; }

.sidebar-process:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 100%;
  height: calc(100% - 5px);
  margin-right: 8px;
  /* half the icon width - half the line width */
  background: #BCBCBC; }

.sidebar-process-item {
  position: relative;
  padding-right: 30px;
  line-height: 1; }
  @media (max-width: 767px) {
    .sidebar-process-item {
      margin-bottom: 40px; } }

.sidebar-process-item:last-child {
  margin-bottom: 0;
  color: #F18B00;
  font-family: "raleway-bold", "Helvetica Neue", Helvetica, arial, sans-serif; }

.sidebar-process-item-icon {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #F18B00; }

.sidebar-process-item-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 8px;
  width: 8px;
  margin-left: -4px;
  margin-top: -4px;
  background: #F18B00;
  border-radius: 100%; }

.house-block {
  display: block;
  background-color: #fff; }
  @media (max-width: 767px) {
    .house-block {
      margin-bottom: 20px;
      padding-bottom: 20px; } }
  .house-block:focus, .house-block:hover, .house-block:active {
    text-decoration: none; }

.houses-group:after,
.houses-group:before {
  content: "";
  display: table;
  clear: both; }

.single-house-custom {
  margin-bottom: 20px; }

.single-house {
  /* &:nth-child(3n+1) {
      clear: left;
  } */
  /* &:nth-child(3n) {
      .house-block {
          &:after {
              content: none;
          }
      }
  } */ }
  @media (min-width: 768px) {
    .single-house {
      margin-bottom: 40px;
      overflow: hidden; } }
  .single-house .house-block {
    position: relative;
    height: 100%;
    border-bottom: 1px solid #C8C8C8; }
    @media (min-width: 768px) {
      .single-house .house-block {
        border-bottom: none; }
        .single-house .house-block:after {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          right: -15px;
          width: 1px;
          background: #C8C8C8; } }

.houses-group .single-house:last-child .house-block {
  border-bottom: none; }

.house-title-link-wrap {
  display: inline-block;
  margin-top: 15px; }

.house-title {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  /* @media(min-width: 768px) {height: 72px;}
  @media(min-width: 1200px) {height: 48px;} */
  overflow: hidden;
  font-family: "raleway-semibold", "Helvetica Neue", Helvetica, arial, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #353535; }

@media (min-width: 500px) and (max-width: 767px) {
  .house-details-item-wrap {
    display: inline-block;
    width: 50%;
    margin-left: -5px;
    text-align: right; }
    .house-details-item-wrap:nth-child(odd) {
      margin-left: 0;
      text-align: left; } }
.house-details {
  max-width: 290px;
  margin-top: 5px;
  margin-bottom: 10px; }

.house-details-item {
  white-space: nowrap;
  color: #353535; }

.house-details-item-label {
  display: inline-block;
  font-family: "raleway-bold", "Helvetica Neue", Helvetica, arial, sans-serif;
  font-size: 12px; }
  @media (min-width: 768px) {
    .house-details-item-label {
      font-size: 15px; } }

.house-excerpt {
  text-align: justify;
  color: #353535;
  font-size: 14px; }
  .house-excerpt:after {
    content: "";
    display: inline-block;
    width: 100%; }

.house-thumbnail {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 50%; }
  @media (min-width: 500px) {
    .house-thumbnail {
      padding-top: 30%; } }
  @media (min-width: 768px) {
    .house-thumbnail {
      padding-top: 60%; } }
  .house-thumbnail.house-thumbnail-dummy:before, .house-thumbnail.house-thumbnail-dummy:after {
    content: none !important; }
  .house-thumbnail.house-thumbnail-dummy .house-thumbnail-img:before, .house-thumbnail.house-thumbnail-dummy .house-thumbnail-img:after {
    content: none !important; }
  .house-thumbnail.house-thumbnail-dummy .house-image-hover-bg {
    display: none !important; }

.house-thumbnail-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: auto 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.house-category-paragraph {
  margin: 20px 0; }

.houses-heading-link-wrap {
  display: inline-block;
  width: 80%; }

.houses-link-button-wrap {
  display: inline-block;
  padding-right: 10px;
  width: 20%;
  margin-left: -4px;
  text-align: right; }

/* Houses hover animations */
.house-thumbnail {
  position: relative; }
  .house-thumbnail .house-image-hover-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    opacity: 0;
    background: #111;
    z-index: 1; }
  .house-thumbnail:hover .house-image-hover-bg {
    opacity: 0.3; }
  .house-thumbnail:before, .house-thumbnail:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 0;
    background: #F18B00;
    -webkit-transition: opacity .6s ease-in, height .4s ease-in;
    transition: opacity .6s ease-in, height .4s ease-in;
    opacity: 1;
    z-index: 1; }
  .house-thumbnail:before {
    top: 0;
    right: 0; }
  .house-thumbnail:after {
    bottom: 0;
    left: 0; }
  .house-thumbnail:hover:before, .house-thumbnail:hover:after {
    height: 100%;
    opacity: 0.3; }
  .house-thumbnail:hover .house-thumbnail-img:before, .house-thumbnail:hover .house-thumbnail-img:after {
    width: 100%;
    opacity: 0.3; }

.house-thumbnail-img:before, .house-thumbnail-img:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #F18B00;
  -webkit-transition: opacity .6s ease-in, width .4s ease-in;
  transition: opacity .6s ease-in, width .4s ease-in;
  opacity: 1;
  z-index: 1; }
.house-thumbnail-img:before {
  top: 0;
  left: 0; }
.house-thumbnail-img:after {
  bottom: 0;
  right: 0; }

.group-image {
  height: 210px; }

.group-image-prize img {
  height: 100%;
  -webkit-transform: translate(100%, 0) rotate(90deg);
  transform: translate(100%, 0) rotate(90deg); }
  @media (min-width: 768px) {
    .group-image-prize img {
      -webkit-transform: none;
      transform: none; } }

.user-added-files ul {
  padding-left: 0; }
.user-added-files li {
  position: relative;
  padding-left: 30px;
  list-style-type: none;
  font-size: 15px; }
.user-added-files li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 15px;
  width: 15px;
  margin-top: -7.5px;
  background: url("../assets/download-icon.png");
  background-size: contain; }

@media (min-width: 768px) {
  .right-content-padding {
    padding-right: 30px; } }
.single-house-details {
  margin-bottom: 30px; }

@media (max-width: 767px) {
  .single-house-details {
    padding: 0 15px; } }
.front-page .main-content {
  position: relative; }
  @media (max-width: 767px) {
    .front-page .main-content .preflab {
      position: relative;
      height: auto;
      width: 100%;
      margin-bottom: 25px;
      text-align: center; }
      .front-page .main-content .preflab img {
        width: 100%;
        max-width: 400px; } }
  @media (min-width: 768px) {
    .front-page .main-content .preflab {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 130px;
      height: 300px;
      margin-left: -127px;
      margin-top: -150px;
      background: #fff; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .front-page .main-content .preflab {
      left: 58.33333333%; } }
  @media (min-width: 768px) {
      .front-page .main-content .preflab img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) scale(-1, -1);
        transform: translate(-50%, -50%) scale(-1, -1);
        -webkit-filter: FlipH FlipV;
        filter: FlipH FlipV;
        -ms-filter: "FlipH FlipV";
        width: 90px;
        height: auto; } }
.front-page .misc {
  color: #353535; }
  .front-page .misc .languages-dropdown-button {
    color: #353535; }
.front-page .main-heading-link {
  margin-bottom: 10px; }
.front-page .link-button {
  font-size: 16px;
  color: #F18B00; }
  .front-page .link-button:before {
    height: 26px;
    margin-top: -13px;
    background: #F18B00; }
  .front-page .link-button:after {
    content: "";
    position: absolute;
    left: 10px;
    bottom: -4px;
    background: transparent;
    height: 2px;
    width: 100%;
    -webkit-transition: background .4s ease;
    transition: background .4s ease; }
  .front-page .link-button:hover:after {
    background: #F18B00; }

.slogan {
  padding-top: 20px;
  margin-bottom: 50px;
  /* @media(min-width: 992px) {
      margin-bottom: 50px;
  } */
  font-family: "raleway-light", "Helvetica Neue", Helvetica, arial, sans-serif;
  color: #F18B00;
  font-size: 38px;
  text-align: center;
  line-height: 1; }
  @media (min-width: 768px) {
    .slogan {
      text-align: left; } }
  @media (min-width: 992px) {
    .slogan {
      font-size: 44px; } }
  .slogan b {
    font-family: "raleway-bold", "Helvetica Neue", Helvetica, arial, sans-serif; }

.info-buttons {
  white-space: nowrap; }
  @media (min-width: 768px) {
    .info-buttons {
      margin-bottom: 45px; } }
  .info-buttons.info-buttons-mob {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    left: -15px;
    right: -15px; }

.info-button {
  white-space: normal;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 1;
  font-size: 13px;
  padding: 10px 28px;
  color: #fff;
  font-family: "raleway-bold", "Helvetica Neue", Helvetica, arial, sans-serif;
  text-align: center;
  word-break: break-word;
  line-height: 1.2;
  width: 50%;
  -webkit-transition: background .4s ease, box-shadow .4s ease;
  -webkit-transition: background .4s ease, -webkit-box-shadow .4s ease;
  transition: background .4s ease, -webkit-box-shadow .4s ease;
  transition: background .4s ease, box-shadow .4s ease;
  transition: background .4s ease, box-shadow .4s ease, -webkit-box-shadow .4s ease; }
  @media (min-width: 768px) {
    .info-button {
      padding: 10px 10px;
      font-size: 15px; } }
  @media (min-width: 991px) {
    .info-button {
      padding: 10px 25px;
      font-size: 17px; } }
  @media (min-width: 1200px) {
    .info-button {
      padding: 20px 15px; } }
  @media (max-width: 767px) {
    .info-button {
      min-height: 60px; } }
  @media (min-width: 768px) {
    .info-button {
      width: 45%; } }
  .info-button:focus, .info-button:hover, .info-button:active {
    color: #fff;
    text-decoration: none; }
  .info-button.info-button-halved {
    width: 49%; }
  .info-button.products {
    float: left;
    background: #353535; }
    .info-button.products:focus, .info-button.products:hover, .info-button.products:active {
      background: #000; }
  .info-button.projects {
    float: right;
    background: #F18B00; }
    .info-button.projects:focus, .info-button.projects:hover, .info-button.projects:active {
      background: #d47a00; }
  .info-button.projects-nb {
    float: left;
    background: #F18B00;
    font-size: 13px;
    padding: 13px 15px 12px; }
    .info-button.projects-nb:focus, .info-button.projects-nb:hover, .info-button.projects-nb:active {
      background: #d47a00; }
  .info-button small {
    font-weight: normal;
    font-size: 18px; }
    @media (min-width: 768px) {
      .info-button small {
        font-size: 21px; } }
    @media (min-width: 992px) {
      .info-button small {
        font-size: 22px; } }
  .info-button.contractor-nb {
    float: right;
    color: #000;
    background: #fff;
    font-size: 13px;
    padding: 15px 15px 10px 15px;
    -webkit-box-shadow: inset 0px 0px 0px 3px #C8C8C8;
    box-shadow: inset 0px 0px 0px 3px #C8C8C8; }
    .info-button.contractor-nb:focus, .info-button.contractor-nb:hover, .info-button.contractor-nb:active {
      -webkit-box-shadow: inset 0px 0px 0px 3px #959595;
      box-shadow: inset 0px 0px 0px 3px #959595; }
    .info-button.contractor-nb span::after {
      content: "";
      display: block;
      width: 100px;
      height: 39px;
      margin: 2px auto 0 auto;
      background: url("https://media.voog.com/0000/0039/4069/photos/contractor-nb.jpg") center center no-repeat; 
      background-size: contain; }
      
  .info-button span {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .info-button.info-button-full {
    width: 100%; }
  .info-button.info-button-bottomspacing {
    margin-bottom: 15px; }

@media (min-width: 768px) {
  .showcase {
    margin-bottom: 45px; } }
.front-page-heading {
  margin-top: 0;
  padding-left: 15px;
  width: 100%;
  padding-bottom: 5px;
  font-family: "raleway-light", "Helvetica Neue", Helvetica, arial, sans-serif;
  color: #353535;
  font-size: 22px;
  line-height: 1.2; }
  @media (min-width: 768px) {
    .front-page-heading {
      padding-left: 30px; } }
  @media (min-width: 768px) {
    .front-page-heading {
      float: right;
      text-align: left;
      font-size: 30px; } }
  @media (min-width: 992px) {
    .front-page-heading {
      font-size: 39px; } }
  @media (min-width: 768px) {
    .front-page-heading:after {
      right: -70px; } }

/* Front page banner */
.frontpage-banner {
  display: block;
  position: relative;
  width: 100%; }

.frontpage-banner-inner {
  background-size: auto 100%;
  background-size: cover;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center right; }

.frontpage-banner--et {
  height: 227px; }
  @media (min-width: 920px) {
    .frontpage-banner--et {
      height: 311px; } }
  .frontpage-banner--et .frontpage-banner-inner {
    background-image: url("../../images/FB_pais.png?v=2");
    border: 8px solid #fff;
    border-right-width: 0; }
    @media (min-width: 768px) {
      .frontpage-banner--et .frontpage-banner-inner {
        width: 600px; } }
    @media (min-width: 920px) {
      .frontpage-banner--et .frontpage-banner-inner {
        right: 0;
        width: 822px; } }
    @media (min-width: 1200px) {
      .frontpage-banner--et .frontpage-banner-inner {
        right: -70px; } }

.frontpage-banner--sv {
  height: 106px;
  margin-bottom: 25px; }
  @media (min-width: 920px) {
    .frontpage-banner--sv {
      height: 128px; } }
  .frontpage-banner--sv .frontpage-banner-inner {
    background-image: url("//media.voog.com/0000/0039/4069/photos/nordbygg_banner.png");
    border: 4px solid #fff; }
    @media (max-width: 767px) {
      .frontpage-banner--sv .frontpage-banner-inner {
        background-position: center left; } }
    @media (min-width: 768px) {
      .frontpage-banner--sv .frontpage-banner-inner {
        width: 500px; } }
    @media (min-width: 920px) {
      .frontpage-banner--sv .frontpage-banner-inner {
        right: 0;
        width: 608px; } }
    @media (min-width: 1200px) {
      .frontpage-banner--sv .frontpage-banner-inner {
        right: -70px; } }

/* Front pages headers difference */
.front-page-header {
  position: relative; }
  @media (min-width: 1200px) {
    .front-page-header .logo-wrap {
      margin-left: -20px; } }
  @media (max-width: 767px) {
    .front-page-header .logo-wrap {
      padding: 50px 0 90px; }
      .front-page-header .logo-wrap.logo-wrap-doublebuttons {
        padding: 50px 0 180px; } }
  @media (max-width: 767px) {
    .front-page-header {
      height: 100%; } }
  @media (min-width: 1200px) and (max-width: 1299px) {
    .front-page-header .menu-item {
      padding: 0 5px; } }
  .front-page-header .menu-link {
    color: #000; }
  .front-page-header .header-content-padding {
    padding-right: 0; }
    @media (min-width: 1200px) and (max-width: 1299px) {
      .front-page-header .header-content-padding:before {
        margin-left: 2px; } }
  .front-page-header .main-navigation {
    margin-bottom: 0;
    text-align: left; }
    @media (min-width: 768px) {
      .front-page-header .main-navigation {
        position: relative; }
        .front-page-header .main-navigation .menu-icon:after, .front-page-header .main-navigation .menu-icon:before {
          background: #000; } }
  .front-page-header .facebook-link {
    color: #353535; }
    .front-page-header .facebook-link:focus, .front-page-header .facebook-link:hover {
      color: #F18B00; }

/* Front page footers difference */
@media (min-width: 768px) and (max-width: 991px) {
  .front-page .custom-footer-col {
    width: 50%; }
  .front-page .footer-nav .divider {
    right: 51% !important; }
    .front-page .footer-nav .divider:nth-of-type(1), .front-page .footer-nav .divider:nth-of-type(2) {
      width: 0; } }
.front-page .footer .user-added-content a {
  /* margin-bottom: 2px;
  display: inline-block; */ }

.frontpage-textarea {
  margin-top: 20px; }
  @media (max-width: 767px) {
    .frontpage-textarea {
      padding: 8px; } }

@media (min-width: 768px) {
  .whole-gallery-container {
    /* margin-left: -105px; */
    margin-left: -15px;
    padding: 0; } }
.whole-gallery-container:after {
  content: "";
  display: table;
  clear: both; }

.gallery-image {
  position: relative;
  display: inline-block;
  height: 1px;
  width: 33.33333%;
  width: calc(33.33333% - 1px);
  padding-bottom: 33.333333%;
  margin-right: 1px; }
  @media (min-width: 768px) {
    .gallery-image {
      width: 16.66666%;
      width: calc(16.66666% - 1px);
      padding-bottom: 16.66666%; } }

.gallery-image-abs {
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .gallery-image-abs img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer; }

/*The gallery hover animations*/
.gallery-image {
  position: relative; }
  .gallery-image .gallery-image-hover-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    opacity: 0;
    background: #111;
    z-index: 0; }
  .gallery-image:hover .gallery-image-hover-bg {
    opacity: 0.3; }
  .gallery-image:before, .gallery-image:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 0;
    background: #fff;
    -webkit-transition: opacity .6s ease-in, height .4s ease-in;
    transition: opacity .6s ease-in, height .4s ease-in;
    opacity: 1;
    z-index: 1; }
  .gallery-image:before {
    top: 0;
    right: 0; }
  .gallery-image:after {
    bottom: 0;
    left: 0; }
  .gallery-image:hover:before, .gallery-image:hover:after {
    height: 100%;
    opacity: 0.4; }

.gallery-image-abs:before, .gallery-image-abs:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: opacity .6s ease-in, width .4s ease-in;
  transition: opacity .6s ease-in, width .4s ease-in;
  opacity: 1;
  z-index: 1; }
.gallery-image-abs:before {
  top: 0;
  left: 0; }
.gallery-image-abs:after {
  bottom: 0;
  right: 0; }
.gallery-image-abs:hover:before, .gallery-image-abs:hover:after {
  width: 100%;
  opacity: 0.4; }

/* ------------------------------------------------------------- */
.gallery-pages {
  margin-right: -1px;
  white-space: nowrap;
  overflow: hidden; }

.gallery-images {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s; }

@media (min-width: 768px) {
  .has-video {
    float: left;
    width: 83.3333333%; }

  .has-video .gallery-image {
    width: 20%;
    width: calc(20% - 1px);
    padding-bottom: 20%; } }
.gallery-image.first {
  display: block;
  height: 0;
  width: 100%;
  margin-bottom: 1px;
  padding-bottom: 60%;
  margin-right: 0;
  float: none; }
  .gallery-image.first img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%; }

.gallery-video-container {
  display: none; }

.gallery-video-inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

@media (min-width: 768px) {
  .gallery-video-container {
    display: block; }

  .gallery-video-thumbnail {
    position: relative;
    display: none;
    float: right;
    height: 1px;
    width: 16.6666666%;
    padding-bottom: 16.66666%;
    background-color: #F18B00;
    -webkit-transition: background .4s ease;
    transition: background .4s ease;
    cursor: pointer; }
    .gallery-video-thumbnail:focus, .gallery-video-thumbnail:hover {
      background-color: #ce7700; }
      .gallery-video-thumbnail:focus .gallery-video-thumbnail-triangle-outher:after, .gallery-video-thumbnail:hover .gallery-video-thumbnail-triangle-outher:after {
        border-color: transparent transparent transparent #ce7700; }

  .gallery-video-txt {
    display: none; } }
@media (min-width: 768px) and (min-width: 1100px) {
  .gallery-video-txt {
    display: block;
    margin-top: 15px;
    text-align: center;
    color: #fff;
    line-height: 1;
    font-size: 13px;
    font-family: "raleway-semibold", "Helvetica Neue", Helvetica, arial, sans-serif; } }
@media (min-width: 768px) {
  .gallery-video-thumbnail-triangle-outher {
    position: relative;
    margin: 0 auto;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: 3px solid #fff; }

  .gallery-video-thumbnail-triangle-outher:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -8px;
    margin-top: -12px;
    border-style: solid;
    border-width: 12px 0 12px 24px;
    border-color: transparent transparent transparent #fff; }

  .gallery-video-thumbnail-triangle-outher:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -5px;
    margin-top: -7px;
    border-style: solid;
    border-width: 7px 0 7px 14px;
    border-color: transparent transparent transparent #F18B00;
    -webkit-transition: border .4s ease;
    transition: border .4s ease; }

  .gallery-video-thumbnail.active {
    display: block; }

  .gallery-video {
    display: none; }

  .gallery-video.active {
    position: fixed;
    display: block;
    width: 85%;
    left: 0;
    right: 0;
    top: 50px;
    height: 85%;
    z-index: 100;
    margin: 0 auto; } }
.gallery-pagination {
  display: block;
  text-align: center;
  clear: both;
  list-style-type: none;
  padding-left: 0; }
  @media (max-width: 767px) {
    .gallery-pagination {
      margin-top: 10px;
      margin-bottom: 50px; } }
  .gallery-pagination .gallery-pagination-button {
    display: inline-block;
    margin-left: 5px;
    height: 16px;
    width: 16px;
    border-radius: 100%;
    border: 1px solid #353535;
    background: transparent;
    cursor: pointer; }
    @media (min-width: 768px) {
      .gallery-pagination .gallery-pagination-button {
        height: 10px;
        width: 10px; } }
    .gallery-pagination .gallery-pagination-button.active {
      background: #F18B00;
      border: 1px solid #F18B00; }
    .gallery-pagination .gallery-pagination-button:first-child {
      margin-left: 0; }

.gallery-overlay {
  background-color: #353535 !important; }

.gallery-top-bar {
  background-color: transparent !important; }
  .gallery-top-bar .gallery-close-overlay {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-color: #353535;
    border-radius: 100%;
    background-position: -7px -51px;
    background-size: 264px 88px;
    outline: none; }

.gallery-video-lightbox {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.9;
  z-index: 99; }

.gallery-video-lightbox.active {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  cursor: default !important; }

.pswp__top-bar {
  z-index: 1; }

/* Gallery buttons
--------------------------------------------------------------------------- */
.pswp__button--arrow--right,
.pswp__button--arrow--left {
  position: absolute;
  right: 0;
  top: 45px;
  bottom: 0;
  font-size: 60px;
  color: #fff;
  opacity: 0.5; }
  .pswp__button--arrow--right:before,
  .pswp__button--arrow--left:before {
    top: 50%;
    display: inline-block;
    background: none;
    width: auto;
    height: auto;
    font: normal normal normal 26px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .pswp__button--arrow--right:hover, .pswp__button--arrow--right:focus, .pswp__button--arrow--right:active,
  .pswp__button--arrow--left:hover,
  .pswp__button--arrow--left:focus,
  .pswp__button--arrow--left:active {
    outline: none;
    opacity: 1; }

.pswp__button--arrow--right {
  height: 100%;
  width: 10%; }
  .pswp__button--arrow--right:before {
    content: "\f105"; }

.pswp__button--arrow--left {
  height: 100%;
  width: 10%; }
  .pswp__button--arrow--left:before {
    content: "\f104"; }

@media (min-width: 768px) and (max-width: 1399px) {
  .contact-page .main-content .row-padding {
    padding-left: 20px; }
  .contact-page .main-content-inner {
    padding-right: 20px; }
  .contact-page .main-content-inner-sidebar {
    width: 20px; } }
.contact-main-button-wrap {
  margin-top: 15px;
  text-align: center; }
  @media (min-width: 1200px) {
    .contact-main-button-wrap {
      padding-left: 30px;
      text-align: left; } }

.contact-main-form {
  display: none; }
  .contact-main-form.active {
    display: block; }

/* google-map
--------------------------------------------------------------------------- */
.maps-area {
  position: relative;
  margin-bottom: 15px;
  margin-left: 0; }
  @media (min-height: 768px) and (max-width: 1199px) {
    .maps-area {
      height: 300px;
      margin-top: 15px;
      margin-right: -15px; } }
  @media (max-width: 1199px) {
    .maps-area {
      height: 300px;
      margin-top: 20px; } }
  @media (min-width: 768px) {
    .maps-area {
      margin-left: -20px; } }
  @media (min-width: 1300px) {
    .maps-area {
      margin-left: -35px; } }
  @media (min-width: 1399px) {
    .maps-area {
      margin-left: -105px; } }

.google-map {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity 1.6s ease;
  transition: opacity 1.6s ease;
  height: 500px; }
  @media (min-height: 768px) and (max-width: 1199px) {
    .google-map {
      height: 300px; } }

.google-map.active {
  opacity: 1;
  z-index: 1; }

.location-single {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  width: 100%;
  padding-left: 0;
  border-bottom: 1px solid #C8C8C8;
  margin-left: -4px;
  vertical-align: top; }
  .location-single:last-child {
    border-bottom: none; }
  @media (min-width: 768px) {
    .location-single {
      width: 33%;
      padding-left: 30px;
      border-bottom: none;
      cursor: pointer; } }
  .location-single:first-child {
    margin-left: 0; }
  @media (min-width: 1200px) {
    .location-single {
      width: 100%;
      margin-left: 0; } }
  .location-single .location-single-inner-heading {
    margin-top: 0; }

/* .location-single-inner {
    -ms-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
} */
@media (min-width: 1200px) {
  .location-single.active:before,
  .location-single.active:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 50px;
    width: 1px;
    background: #F18B00; }

  .location-single.active:after {
    margin-top: -48px;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg); }

  .location-single.active:before {
    margin-top: -2px;
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg); } }
@media (min-width: 768px) and (max-width: 1199px) {
  .location-single {
    padding-top: 40px; }

  .location-single.active:before,
  .location-single.active:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    right: 0;
    height: 1px;
    width: 50px;
    background: #F18B00; }

  .location-single.active:after {
    margin-left: -45px;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg); }

  .location-single.active:before {
    margin-left: -5px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg); } }
/* Team
--------------------------------------------------------------------------- */
@media (max-width: 767px) {
  .team {
    position: relative; }
    .team:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 1px;
      background: #C8C8C8; }

  .team-single-wrap {
    padding-right: 30px; } }
@media (max-width: 767px) {
  .team-single-wrap .team-single {
    border-top: 1px solid #C8C8C8; } }
@media (max-width: 767px) {
  .team-single-wrap:first-child .team-single {
    border-top: none; } }

.team-single {
  position: relative;
  margin-bottom: 20px;
  padding-top: 20px;
  border-right: none; }
  @media (min-width: 1200px) {
    .team-single {
      border-right: 1px solid #C8C8C8; } }
  .team-single.no-divider {
    border-right: none; }

@media (min-width: 768px) and (max-width: 1199px) {
  .team-single-wrap:first-child .team-single,
  .contacts-divider-md + .team-single-wrap .team-single {
    border-right: 1px solid #C8C8C8; } }
.team-single-thumbnail {
  display: inline-block;
  position: absolute;
  height: 130px;
  width: 126px;
  vertical-align: top; }

.team-single-thumbnail-img-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .team-single-thumbnail-img-wrap img {
    display: inline-block;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.team-single-info {
  display: inline-block;
  vertical-align: top;
  padding-left: 140px;
  min-height: 135px; }

.team-single-info-heading,
.team-single-info-occupation {
  display: block; }

.team-single-info-occupation {
  display: block;
  margin-bottom: 10px;
  font-family: "raleway-italic", "Helvetica Neue", Helvetica, arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #353535; }

.team-single-info-heading {
  margin-top: 0;
  margin-bottom: 0; }

.team-single-info-email {
  color: #353535;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  overflow: ellipsis;
  -webkit-transition: border .4s ease;
  transition: border .4s ease; }
  .team-single-info-email:focus, .team-single-info-email:hover, .team-single-info-email:active {
    border-bottom: 1px solid #353535;
    text-decoration: none;
    color: #353535; }

/* Contacts-divider
--------------------------------------------------------------------------- */
.contacts-divider-lg {
  display: none; }

@media (min-width: 1200px) {
  .contacts-divider-lg {
    display: block; } }
.contacts-divider-md {
  display: block; }

@media (min-width: 1200px) {
  .contacts-divider-md {
    display: none; } }
.mob-menu-button {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  padding: 25px 0;
  cursor: pointer;
  vertical-align: middle;
  text-align: left; }

.mob-menu-icon,
.mob-menu-icon:before,
.mob-menu-icon:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #000; }

.mob-menu-icon {
  margin-top: -1px; }
  .mob-menu-icon:before {
    margin-top: -5px; }
  .mob-menu-icon:after {
    margin-top: 3px; }

/* The icon used in the footer */
.mob-menu-icon-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-top: -17px; }
  .mob-menu-icon-wrap .mob-menu-icon-white {
    background-color: #fff; }
    .mob-menu-icon-wrap .mob-menu-icon-white:before, .mob-menu-icon-wrap .mob-menu-icon-white:after {
      background-color: #fff; }

.mob-menu {
  position: fixed;
  left: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  -webkit-transition: left .1s ease;
  transition: left .1s ease; }
  .mob-menu .mob-menu-inner {
    height: 100%;
    overflow-x: auto;
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 50px;
    /* Temp */
    background-color: #F18B00;
    list-style-type: none;
    text-align: center;
    white-space: nowrap; }
    .mob-menu .mob-menu-inner:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      margin-right: -1px; }
    .mob-menu .mob-menu-inner .mob-menu-inner-list {
      display: inline-block;
      vertical-align: middle;
      padding-left: 0;
      list-style-type: none; }
    .mob-menu .mob-menu-inner .mob-menu-item {
      display: block; }
      .mob-menu .mob-menu-inner .mob-menu-item .mob-menu-link {
        position: relative;
        display: inline-block;
        padding: 10px 15px;
        color: #fff;
        font-family: "raleway-medium", "Helvetica Neue", Helvetica, arial, sans-serif;
        text-transform: uppercase;
        font-size: 13px; }
        .mob-menu .mob-menu-inner .mob-menu-item .mob-menu-link:hover, .mob-menu .mob-menu-inner .mob-menu-item .mob-menu-link:focus {
          text-decoration: none; }
      .mob-menu .mob-menu-inner .mob-menu-item.active .mob-menu-link:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 5px;
        width: 100%;
        height: 1px;
        background-color: #fff; }
  .mob-menu.active {
    left: 0; }

.mob-menu-close {
  position: relative;
  height: 32px;
  width: 32px;
  margin: 0 auto 30px;
  cursor: pointer; }
  .mob-menu-close:before, .mob-menu-close:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    background-color: #fff;
    width: 100%;
    height: 2px;
    margin-left: -16px;
    margin-top: -1px; }
  .mob-menu-close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .mob-menu-close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.edy-editable[data-editable-field="color"] {
  margin-bottom: 10px; }

.bg-settings-preview {
  display: inline-block;
  width: 45px;
  height: 45px;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: #ffffff; }
  .bg-settings-preview + .bg-settings-toggle {
    margin-left: 15px; }

.bg-settings-toggle {
  position: relative;
  top: auto;
  left: auto;
  display: inline-block;
  margin: 0; }

.icon {
  position: relative;
  display: inline-block; }
  .icon.icon-group-circle {
    width: 60px;
    height: 60px;
    border: 3px solid #C8C8C8;
    border-radius: 50%; }
  .icon.icon-arrow {
    width: 16px;
    height: 16px;
    background-color: #F18B00;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
    .icon.icon-arrow::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      background-color: #fff;
      -webkit-transform: translate(-75%, -25%);
      transform: translate(-75%, -25%); }
    .icon.icon-arrow.icon-group-arrow {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 18px;
      height: 18px;
      -webkit-transform: translate(-65%, -50%) rotate(45deg);
      transform: translate(-65%, -50%) rotate(45deg); }

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