@import 'bootstrap.min.css';
@import 'fontawesome.min.css';

/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */

.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__html,
.fotorama__img,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.fotorama--fullscreen,
.fotorama__img {
    max-width: 99999px!important;
    max-height: 99999px!important;
    min-width: 0!important;
    min-height: 0!important;
    border-radius: 0!important;
    box-shadow: none!important;
    padding: 0!important
}

.fotorama__wrap .fotorama__grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.fotorama__grabbing * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.fotorama__spinner {
    position: absolute!important;
    top: 50%!important;
    left: 50%!important
}

.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fotorama__caption,
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__stage__frame {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus,
.fotorama__nav__frame {
    outline: 0
}

.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after {
    content: '';
    border-radius: inherit;
    background-color: rgba(0, 175, 234, .5)
}

.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__shaft {
    -webkit-transform: none!important;
    transform: none!important
}

.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
    transition-property: -webkit-transform, width;
    transition-property: transform, width;
    transition-timing-function: cubic-bezier(0.1, 0, .25, 1);
    transition-duration: 0ms
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__no-select,
.fotorama__video-close,
.fotorama__video-play,
.fotorama__wrap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fotorama__select {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.fotorama__nav,
.fotorama__nav__frame {
    margin: auto;
    padding: 0
}

.fotorama__caption__wrap,
.fotorama__nav__frame,
.fotorama__nav__shaft {
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1
}

.fotorama__nav__frame,
.fotorama__thumb-border {
    box-sizing: content-box
}

.fotorama__caption__wrap {
    box-sizing: border-box
}

.fotorama--hidden,
.fotorama__load {
    position: absolute;
    left: -99999px;
    top: -99999px;
    z-index: -1
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__nav,
.fotorama__nav__frame,
.fotorama__nav__shaft,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video-close,
.fotorama__video-play {
    -webkit-tap-highlight-color: transparent
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
    background: url(../img/fotorama.png) no-repeat
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:2dppx) {
    .fotorama__arr,
    .fotorama__fullscreen-icon,
    .fotorama__video-close,
    .fotorama__video-play {
        background: url(../img/fotorama@2x.png) 0 0/96px 160px no-repeat
    }
}

.fotorama__thumb {
    background-color: #7f7f7f;
    background-color: rgba(127, 127, 127, .2)
}

@media print {
    .fotorama__arr,
    .fotorama__fullscreen-icon,
    .fotorama__thumb-border,
    .fotorama__video-close,
    .fotorama__video-play {
        background: none!important
    }
}

.fotorama {
    min-width: 1px;
    overflow: hidden;
    background: #e0e0e0;
}

.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child) {
    display: none
}

.fullscreen {
    width: 100%!important;
    height: 100%!important;
    max-width: 100%!important;
    max-height: 100%!important;
    margin: 0!important;
    padding: 0!important;
    overflow: hidden!important;
    background: #000
}

.fotorama--fullscreen {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    right: 0!important;
    bottom: 0!important;
    float: none!important;
    z-index: 2147483647!important;
    background: #000;
    width: 100%!important;
    height: 100%!important;
    margin: 0!important
}

.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage {
    background: #000
}

.fotorama__wrap {
    -webkit-text-size-adjust: 100%;
    position: relative;
    direction: ltr;
    z-index: 0
}

.fotorama__wrap--rtl .fotorama__stage__frame {
    direction: rtl
}

.fotorama__nav,
.fotorama__stage {
    overflow: hidden;
    position: relative;
    max-width: 100%
}

.fotorama__wrap--pan-y {
    -ms-touch-action: pan-y
}

.fotorama__wrap .fotorama__pointer {
    cursor: pointer
}

.fotorama__wrap--slide .fotorama__stage__frame {
    opacity: 1!important
}

.fotorama__stage__frame {
    overflow: hidden
}

.fotorama__stage__frame.fotorama__active {
    z-index: 8
}

.fotorama__wrap--fade .fotorama__stage__frame {
    display: none
}

.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear,
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
    display: block;
    left: 0;
    top: 0
}

.fotorama__wrap--fade .fotorama__fade-front {
    z-index: 8
}

.fotorama__wrap--fade .fotorama__fade-rear {
    z-index: 7
}

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
    z-index: 9
}

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
    display: none
}

.fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    border: none!important
}

.fotorama__error .fotorama__img,
.fotorama__loaded .fotorama__img {
    -ms-filter: "alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,
.fotorama__img--full {
    display: none
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
    display: block
}

.fotorama__wrap--only-active .fotorama__nav,
.fotorama__wrap--only-active .fotorama__stage {
    max-width: 99999px!important
}

.fotorama__wrap--only-active .fotorama__stage__frame {
    visibility: hidden
}

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
    visibility: visible
}

.fotorama__nav {
    font-size: 0;
    line-height: 0;
    text-align: center;
    display: none;
    white-space: nowrap;
    z-index: 5
}

.fotorama__nav__shaft {
    position: relative;
    left: 0;
    top: 0;
    text-align: left
}

.fotorama__nav__frame {
    position: relative;
    cursor: pointer
}

.fotorama__nav--dots {
    display: block
}

.fotorama__nav--dots .fotorama__nav__frame {
    width: 18px;
    height: 30px
}

.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
    display: none
}

.fotorama__nav--thumbs {
    display: block
}

.fotorama__nav--thumbs .fotorama__nav__frame {
    padding-left: 0!important
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
    padding-right: 0!important
}

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
    display: none
}

.fotorama__dot {
    display: block;
    width: 4px;
    height: 4px;
    position: relative;
    top: 12px;
    left: 6px;
    border-radius: 6px;
    border: 1px solid #7f7f7f
}

.fotorama__nav__frame:focus .fotorama__dot:after {
    padding: 1px;
    top: -1px;
    left: -1px
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
    width: 0;
    height: 0;
    border-width: 3px
}

.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
    padding: 3px;
    top: -3px;
    left: -3px
}

.fotorama__thumb {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%
}

.fotorama__nav__frame:focus .fotorama__thumb {
    z-index: 2
}

.fotorama__thumb-border {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    border-style: solid;
    border-color: #00afea;
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, .25), rgba(64, 64, 64, .1))
}

.fotorama__caption {
    position: absolute;
    z-index: 12;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #000
}

.fotorama__caption a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, .5)
}

.fotorama__caption a:hover {
    color: #333;
    border-color: rgba(51, 51, 51, .5)
}

.fotorama__wrap--rtl .fotorama__caption {
    left: auto;
    right: 0
}

.fotorama__wrap--no-captions .fotorama__caption,
.fotorama__wrap--video .fotorama__caption {
    display: none
}

.fotorama__caption__wrap {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    padding: 5px 10px
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fotorama__wrap--css3 .fotorama__spinner {
    -webkit-animation: spinner 24s infinite linear;
    animation: spinner 24s infinite linear
}

.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    transition-property: opacity;
    transition-timing-function: linear;
    transition-duration: .3s
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0
}

.fotorama__select {
    cursor: auto
}

.fotorama__video {
    top: 32px;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 10
}

@-moz-document url-prefix() {
    .fotorama__active {
        box-shadow: 0 0 0 transparent
    }
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
    position: absolute;
    z-index: 11;
    cursor: pointer
}

.fotorama__arr {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px
}

.fotorama__arr--prev {
    left: 2px;
    background-position: 0 0
}

.fotorama__arr--next {
    right: 2px;
    background-position: -32px 0
}

.fotorama__arr--disabled {
    pointer-events: none;
    cursor: default;
    *display: none;
    opacity: .1
}

.fotorama__fullscreen-icon {
    width: 32px;
    height: 32px;
    top: 85px;
    right: 15px;
    background-position: 0 -32px;
    z-index: 20
}

.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus {
    border-radius: 50%
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
    background-position: -32px -32px;
    top: 15px;
}

.fotorama__video-play {
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    margin-left: -48px;
    margin-top: -48px;
    background-position: 0 -64px;
    opacity: 0
}

.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
    display: none
}

.fotorama__error .fotorama__video-play,
.fotorama__loaded .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
    opacity: 1;
    display: block
}

.fotorama__nav__frame .fotorama__video-play {
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
    background-position: -64px -32px
}

.fotorama__video-close {
    width: 32px;
    height: 32px;
    top: 0;
    right: 0;
    background-position: -64px 0;
    z-index: 20;
    opacity: 0
}

.fotorama__wrap--css2 .fotorama__video-close {
    display: none
}

.fotorama__wrap--css3 .fotorama__video-close {
    -webkit-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0)
}

.fotorama__wrap--video .fotorama__video-close {
    display: block;
    opacity: 1
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    opacity: 0
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    opacity: 1
}

.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
    opacity: 0!important
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    display: none
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    display: block
}

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
    display: none!important
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
    -webkit-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
    -webkit-transform: translate3d(-48px, 0, 0);
    transform: translate3d(-48px, 0, 0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
    -webkit-transform: translate3d(48px, 0, 0);
    transform: translate3d(48px, 0, 0)
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
    -webkit-transform: translate3d(32px, -32px, 0)!important;
    transform: translate3d(32px, -32px, 0)!important
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
    -webkit-transform: translate3d(-48px, 0, 0)!important;
    transform: translate3d(-48px, 0, 0)!important
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
    -webkit-transform: translate3d(48px, 0, 0)!important;
    transform: translate3d(48px, 0, 0)!important
}

.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
    transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    transition-duration: .3s
}

.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before {
    content: "";
    display: block;
    position: absolute;
    text-decoration: none;
    top: 0;
    bottom: 0;
    width: 10px;
    height: auto;
    z-index: 10;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 1px 100%, 5px 100%
}

.fotorama__nav:before,
.fotorama__stage:before {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, .4), transparent);
    background-position: 0 0, 0 0;
    left: -10px
}

.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--left:before {
    left: 0
}

.fotorama__nav:after,
.fotorama__stage:after {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, .4), transparent);
    background-position: 100% 0, 100% 0;
    right: -10px
}

.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--right:after {
    right: 0
}

.fotorama--fullscreen .fotorama__nav:after,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__stage:before,
.fotorama__wrap--fade .fotorama__stage:after,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__stage:before {
    display: none
}

.fotorama__nav-wrap {
    position: absolute;
    bottom: 0;
    display: none;
    /* Currently not needed */
}

.fotorama-titlebar {
    position: absolute;
    display: block;
    z-index: 999;
    top: 150px;
}

.fotorama-titlebar>h1 {
    background: #b0c4d1;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 6px 13px 10px 17px;
}

.fotorama-titlebar>h3 {
    background-color: rgba(255, 255, 255, 0.75);
    font-weight: 400;
    margin-top: 5px;
    padding: 6px 13px 10px 17px;
    font-size: 20px;
}

.fotorama-titlebar>h1,
.fotorama-titlebar>h3 {
    max-width: 100%;
}


/*===========================================================
# Normalize
===========================================================*/

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

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/*===========================================================
# Fixes
===========================================================*/

html,
body {
    overflow-x: hidden;
    /* Prevent scroll on narrow devices */
}

figure {
    margin: 0;
}

section {
    position: relative;
}

body {
    background-color: #fff;
    color: #768082;
}

dl {
    margin-bottom: 10px;
}

dl dt {
    float: left;
}

dl dd {
    margin-bottom: 8px;
    text-align: right;
}

.center {
    text-align: center;
}

.iframe-full {
    width: 100%;
    min-height: 450px;
    border: none;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    border-bottom: none;
    font-size: 2.400em;
    line-height: 1.171em;
    margin-bottom: 30px;
    margin-top: 10px;
    padding-bottom: 15px;
}

h2 {
    font-size: 24px;
    font-weight: lighter;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    margin-top: 10px;
    padding-bottom: 15px;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: lighter;
    margin-bottom: 20px;
}

h4 {
    font-size: 14px;
    font-weight: lighter;
}

hr {
    border-color: rgba(0, 0, 0, 0.1);
}

hr.thick {
    border-width: 2px;
}

hr.divider {
    border-color: #1396e2;
    border-width: 2px;
    width: 40px;
}

p.more {
    display: none;
}

.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}

.bold {
    font-weight: 600;
}

.immosecondcolor-bg {
    background-color: #b0c4d1 !important;
}

.iconpadding {
    padding-right: 10px;
}

.m2r {
    display: inline-block;
    margin-left: -2.4em;
    padding-left: 0.4em;
    padding: .416em 0;
    width: 2.0em;
    vertical-align: baseline;
    color: #ccc;
}

.col-md-1_5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 12.499999%;
}

.col-md-7_5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 62.499999%;
}

.col-md-9_5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 79.166666%;
}

.modal-open {
    padding-right: 0 !important;
}

.modal-header {
    padding: 15px;
    border-bottom: none;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: auto;
        max-width: 980px;
        margin: 30px auto;
    }
    #propertyshare .modal-dialog {
        max-width: 600px;
    }
}

#propertyshare a {
    color: #caa16f;
}

#propertyshare a:hover {
    color: #ab865b;
}

#propertyshare .list-inline {
    margin-top: 20px;
}

#propertycontact {}

#assistant-message-container {
    background: #ffc5c1;
    display: none;
    /* TODO: This needs too much time, so no display for now */
}

#assistant-message-container>.assistant-message {
    padding: 5px 10px;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: inherit;
    text-decoration: none;
    background-color: #e8e8e8;
    outline: 0;
}

.nolink,
.nolink:hover,
.nolink:focus {
    text-decoration: none;
    color: inherit;
}


/* Hidden placeholder */

select option[disabled]:first-child {
    display: none;
}


/*===========================================================
# Fonts
===========================================================*/

html,
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: none;
    hyphens: auto;
    line-height: 22px;
}

li>a {
    letter-spacing: 2px;
    font-size: 13px;
}

p,
a,
b,
strong {
    font-family: 'Open Sans', sans-serif;
}


/*===========================================================
# Header Nav
===========================================================*/

.navigation {
    width: 100%;
    height: 70px;
    display: table;
    position: fixed;
    font-family: inherit;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    border-width: 0 0 0px;
    box-shadow: none;
}

.nav-upperbox {
    background-color: #fff;
}

#page-content.fixed-theme {
    margin-top: 300px !important;
}

.navigation.fixed-theme .nav-upperbox {
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.navigation.fixed-theme .hidescrolling,
.page-template-page-objectsingle .hidescrolling {
    transition: all 1s ease-in-out;
    opacity: 0;
}

.navigation * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
    height: 48px;
}

.navigation-fixed-wrapper {
    width: 100%;
    left: 0;
    z-index: 19998;
    will-change: opacity;
}

.navigation-fixed-wrapper.fixed {
    position: fixed !important;
    -webkit-animation: fade .50s;
    animation: fade .50s;
}

@keyframes fade {
    from {
        opacity: 0.999;
    }
    to {
        opacity: 1;
    }
}

.navigation-fixed-wrapper .navigation {
    margin-right: auto;
    margin-left: auto;
}

.navigation-fixed-placeholder {
    width: 100%;
    display: none;
}

.navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
    display: block;
}

.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: -9999px;
}

.align-to-right {
    float: right;
}

.nav-header {
    float: left;
}

.navigation-hidden .nav-header {
    display: none;
}

.nav-brand {
    line-height: 70px;
    padding: 0 15px;
    color: #70798b;
    font-size: 24px;
    text-decoration: none !important;
}

.nav-brand:hover,
.nav-brand:focus {
    color: #70798b;
}

.navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 48px;
}

.nav-logo>img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left;
}

.nav-logo:focus>img {
    outline: initial;
}

.navigation-portrait .nav-logo>img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0;
}

.nav-logobox {
    position: absolute;
    padding: 13px 0 0 30px;
}

@media (max-width: 1600px) {
    .nav-logobox {
        position: relative;
        margin: auto;
        width: 280px;
    }
}

.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 15px;
    display: none;
    cursor: pointer;
}

.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #70798b;
    border-radius: 10px;
    box-shadow: 0 0.5em 0 0 #70798b, 0 1em 0 0 #70798b;
}

.navigation-portrait .nav-toggle {
    display: block;
}

.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #ffffff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    left: auto;
    right: 0;
}

.nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #70798b;
    font-size: 26px;
    cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: block;
}

.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0;
}

@media (min-width: 768px) {
    .nav-menu {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.navigation-portrait .nav-menu {
    width: 100%;
}

.nav-menu.nav-menu-centered {
    text-align: center;
}

.nav-menu.nav-menu-centered>li {
    float: none;
}

.nav-menu>li {
    display: inline-block;
    float: left;
    text-align: left;
}

.navigation-portrait .nav-menu>li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f0f0f0;
}

.navigation-portrait .nav-menu>li:last-child {
    border-bottom: solid 1px #f0f0f0;
}

.nav-menu+.nav-menu>li:first-child {
    border-top: none;
}

.nav-menu>li>a {
    height: 70px;
    padding: 26px 14px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: inherit;
    color: #70798b;
}

.navigation-portrait .nav-menu>li>a {
    width: 100%;
    height: auto;
    padding: 12px 15px 12px 26px;
}

.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
    background: #b0c4d1;
    color: #ffffff;
    border-bottom: 3px solid #92a8b7;
}

.nav-menu>li>a>i,
.nav-menu>li>a>[class*="ion-"] {
    width: 18px;
    height: 16px;
    line-height: 16px;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}

.nav-menu>li>a>[class*="ion-"] {
    width: 16px;
    display: inline-block;
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center;
}

.nav-menu.nav-menu-social>li {
    text-align: center;
    float: none;
    border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social>li {
    width: auto;
}

.nav-menu.nav-menu-social>li>a>[class*="ion-"] {
    font-size: 12px;
}

.nav-menu.nav-menu-social>li>a>.fa {
    font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social>li>a {
    padding: 15px;
}

.submenu-indicator {
    margin-left: 6px;
    margin-top: 6px;
    float: right;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 20000;
}

.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #70798b #70798b transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
}

.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px;
}

.nav-menu>li:hover>a .submenu-indicator-chevron,
.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron {
    border-color: transparent #caa16f #caa16f transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999;
}

.no-scroll {
    /*width: 100%;
	overflow: hidden;*/
    touch-action: none;
    overflow-x: hidden;
}


/* SEARCH PANEL */

.nav-search {
    height: 70px;
    float: right;
    z-index: 19998;
}

.navigation-portrait .nav-search {
    height: 48px;
    padding: 0 10px;
    margin-right: 52px;
}

.navigation-hidden .nav-search {
    display: none;
}

.nav-search-button {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    background-color: #fbfcfd;
}

.navigation-portrait .nav-search-button {
    width: 50px;
    height: 48px;
    line-height: 46px;
    font-size: 22px;
}

.nav-search-icon {
    width: 14px;
    height: 14px;
    margin: 2px 8px 8px 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #70798b;
    text-align: left;
    text-indent: -9999px;
    border: 2px solid;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.nav-search-icon:after,
.nav-search-icon:before {
    content: '';
    pointer-events: none;
}

.nav-search-icon:before {
    width: 2px;
    height: 11px;
    top: 11px;
    position: absolute;
    left: 50%;
    border-radius: 0 0 1px 1px;
    box-shadow: inset 0 0 0 32px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
    color: #caa16f;
}

.nav-search>form {
    width: 100%;
    height: 100%;
    padding: 0 auto;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffffff;
    z-index: 99;
}

.nav-search-inner {
    width: 70%;
    height: 70px;
    margin: auto;
    display: table;
}

.navigation-portrait .nav-search-inner {
    height: 48px;
}

.nav-search-inner input[type=text],
.nav-search-inner input[type=search] {
    height: 70px;
    width: 100%;
    margin: 0;
    padding: 0 12px;
    font-size: 26px;
    text-align: center;
    color: #70798b;
    outline: none;
    line-height: 70px;
    border: none;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.navigation-portrait .nav-search-inner input[type=text],
.navigation-portrait .nav-search-inner input[type=search] {
    height: 48px;
    font-size: 18px;
    line-height: 48px;
}

.nav-search-close-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: normal;
    color: #70798b;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
}

.navigation-portrait .nav-search-close-button {
    top: 10px;
    right: 14px;
}


/* NAVIGATION BUTTON */

.nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    background-color: #caa16f;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.nav-button:hover,
.nav-button:focus {
    color: #fff;
    text-decoration: none;
    opacity: 0.85;
}

.navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px;
}


/* NAVIGATION TEXT */

.nav-text {
    margin: 25px 15px;
    display: inline-block;
    color: #70798b;
    font-size: 14px;
}

.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0;
}

.navigation-portrait .nav-text+ul {
    margin-top: 15px;
}


/* DROPDOWN EXTENSION */

.nav-dropdown {
    min-width: 180px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0;
}

.nav-dropdown .nav-dropdown {
    left: 100%;
}

.nav-menu>li>.nav-dropdown {
    border-top: solid 1px #f0f0f0;
}

.nav-dropdown>li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left;
}

.nav-dropdown>li>a {
    width: 100%;
    padding: 16px 20px;
    display: inline-block;
    text-decoration: none;
    float: left;
    font-size: 13px;
    color: #70798b;
    background-color: #fdfdfd;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
    color: #caa16f;
}

.nav-dropdown.nav-dropdown-left {
    right: 0;
}

.nav-dropdown>li>.nav-dropdown-left {
    left: auto;
    right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left>li>a {
    text-align: right;
}

.navigation-portrait .nav-dropdown>li>a {
    padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown>li>ul>li>a {
    padding-left: 50px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
    padding-left: 70px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
    padding-left: 90px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 16px;
    position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
    right: 0;
    top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
    border-color: transparent #caa16f #caa16f transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
    left: 10px;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}


/* HORIZONTAL DROPDOWN EXTENSION */

.nav-dropdown-horizontal {
    width: 100%;
    left: 0;
    background-color: #fdfdfd;
    border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
    width: 100%;
    top: 100%;
    left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
    border-top: none;
}

.nav-dropdown-horizontal>li {
    width: auto;
    clear: none;
    position: static;
}

.navigation-portrait .nav-dropdown-horizontal>li {
    width: 100%;
}

.nav-dropdown-horizontal>li>a {
    position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
    height: 18px;
    top: 11px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
    height: 42px;
    top: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#navigation .navbar-brand {
    height: 119px;
    padding: 0;
    margin: 25px 0 -10px 0;
    /*30 0*/
}

#navigation img {
    margin-top: -15px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.header-line {
    width: 100%;
    border-bottom: 1px solid #caa16f;
}

@media screen and (max-width: 691px) {
    #navigation .navbar-brand {
        height: 50px;
    }
    #navigation .navbar-brand img {
        height: 55px;
    }
}

#contact-dialog .contact-dialog-btn {
    background: #b0c4d1;
    padding: 24px 35px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
}

#contact-dialog .contact-dialog-list {
    padding: 20px 25px;
}

#contact-dialog .contact-dialog-list a {
    color: #caa16f;
}

#contact-dialog h2 {
    margin-bottom: 0px;
    color: #caa16f;
}

#contact-dialog a {
    text-decoration: none;
}

#header .navflag {
    position: fixed;
    right: 0;
    top: 13px;
    background: #e2e2e2;
    padding: 5px;
    border-radius: 12px;
    width: 40px;
    margin-right: -10px;
    cursor: pointer;
}

#header .flag-de {
    background: url(../img/de.svg) center center no-repeat;
    background-size: contain;
    width: 23px;
    height: 15px;
}

#home-slider-scrolldown {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

#home-slider-scrolldown .fa {
    font-size: 100px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#home-slider-scrolldown .fa:hover {
    font-size: 110px;
    color: #fff;
}

.sidebar-nav {
    list-style: none;
    padding: 0;
}

.sidebar-nav li {
    padding: 10px 15px;
    margin: 0 -15px;
    border-bottom: 1px solid #e4e4e4;
}

.sidebar-nav li:hover,
.sidebar-nav li:focus {
    background: rgba(236, 236, 236, 0.63);
}

.sidebar-nav li a {
    color: #768082;
    letter-spacing: 0;
    text-decoration: none;
}


/*===========================================================
# Nav social
===========================================================*/

ul.social-network {
    list-style: none;
    margin-top: 10px;
    padding: 0;
    float: right;
}

ul.social-network li {
    display: inline;
    margin: 0 3px;
    font-size: 16px;
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
    background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
    background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
    color: #fff;
}

a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 16px;
}

.social-circle li i {
    margin: 0;
    line-height: 30px;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.social-circle i {
    color: #c1c1c1;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.social-circle li span {
    color: #c1c1c1;
    padding-left: 8px;
}


/*===========================================================
# Dialog
===========================================================*/

.ic-dialog {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 999;
}

.ic-dialog>.ic-dialog-wrap {
    position: relative;
}

.ic-dialog>.ic-dialog-wrap>.ic-dialog-handle {
    position: absolute;
    top: 0;
    right: 100%;
    display: inline-block;
    width: 115px;
    font-size: 20px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    transform-origin: 81.8% 49% 0;
    padding: 0.4em 0.4em 0.5em 0.7em;
    background: #b0c4d1;
    border: 1px solid #92a8b7;
    color: #FFFFFF;
    cursor: pointer;
}

.ic-dialog>.ic-dialog-wrap>.ic-dialog-handle>.fa {
    margin-left: 5px;
}

.ic-dialog>.ic-dialog-wrap>.ic-dialog-content {
    display: none;
    overflow: hidden;
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
    padding: 30px;
    width: 610px;
    min-height: 92px;
}


/*===========================================================
# Slider
===========================================================*/

#homeslider {
    background-size: cover;
    background-image: url(../img/berlin.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

#homeslider .hero-holder {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 557px;
}

#homeslider .hero-message {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    text-align: center;
}

#homeslider .hero-message h1 {
    background: #000;
    filter: alpha(opacity=80);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: inline-block;
    margin: 0 0 1px 0;
    padding: 10px 15px;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2em;
    text-transform: uppercase;
}

#homeslider .hero-message h2 {
    background: #000;
    filter: alpha(opacity=80);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: inline-block;
    margin: 0.7em 0;
    padding: 10px 15px;
    font-size: 20px;
    font-style: normal;
    font-weight: 100;
    line-height: 1.2em;
}


/*===========================================================
# Pages
===========================================================*/

.item-page img {
    max-width: 100%;
    height: auto;
}


/*===========================================================
# Page - Home
===========================================================*/

.homebtns {}

.homebtn {
    padding: 30px 30px;
    background-color: rgba(202, 161, 111, 0.87);
    font-size: 26px;
    color: white;
    border: 3px solid #fff;
    border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 20px;
    margin-right: 20px;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.2em;
    text-align: center;
    cursor: pointer;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.homebtn:hover,
.homebtn:focus {
    background: rgba(202, 161, 111, 0.24);
}

.info-heading h2 {
    border-bottom: 2px solid #caa16f;
    margin: 50px auto 30px auto;
    width: 100%;
    max-width: 578px;
    font-size: 36px;
}

.info-heading {
    text-align: center;
    margin-bottom: 50px;
    font-size: 16px;
}

.immobox {
    background: #f5f5f5;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.immobox-icon {
    width: 80px;
    height: 80px;
    margin: 20px auto;
    background-repeat: no-repeat;
}

.immobox-icon.immoicon-sales {
    width: 56px;
}

.immobox-icon.immoicon-money {
    width: 66px;
}

.immobox-heading {
    font-size: 20px;
    padding-bottom: 25px;
    text-align: center;
    font-weight: 600;
}

.immobox-content {
    color: #747474;
}

#homeabout h1 {
    text-align: center;
    padding-top: 30px;
}

#homeinfo2 {
    padding: 60px 0;
}

#homeinfo2 .immobox-content {
    text-align: center;
}

#homeinfo1 {
    /*background: #ad9470;
    color: #ffffff;*/
    background: #f6f6f6;
    color: #768082;
    padding: 75px 0px 75px 0px;
}

#homeinfo1 .immoicon-thumbs_up,
#homeinfo1 .immoicon-shield_star {
    background-size: contain;
    background-repeat: no-repeat;
    width: 130px;
    height: 130px;
    float: right;
}

#homeinfo1 h3 {
    font-size: 29px;
}

#home-statsbar {
    width: 100%;
    padding: 50px 0;
    margin: 80px 0 0 0;
    text-align: center;
    background-color: #f6f6f6;
}

#home-statsbar .home-statsbar-item {
    font-size: 30px;
    font-weight: 200;
    margin-bottom: 20px;
}

#home-statsbar span {
    font-size: 15px;
    text-transform: uppercase;
}

#home-statsbar .text-center {
    margin-bottom: 50px;
    font-size: 15px;
}

figure.wp-caption {
    max-width: 100%;
}

#homeboxes {
    padding: 60px 0 0 0;
}

#homeboxes>.container>.row {
    padding-bottom: 20px;
}

.homebox-badge {
    position: absolute;
    background: #b0c4d2;
    padding: 5px 15px;
    transform: rotateZ(-40deg);
    width: 180px;
    left: -35px;
    top: 30px;
    text-align: center;
}

.homebox-container {
    position: relative;
    height: 250px;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    border-radius: 10px;
    padding: 3px;
}

.homebox-container:hover,
.homebox-container:focus {
    cursor: pointer;
}

.homebox-container>.homebox-inner {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.homebox-container>.homebox-inner>.homebox-headline {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    background-color: rgba(44, 50, 56, 0.85);
    box-shadow: 0 -15px 30px 15px rgba(44, 50, 56, 0.85);
    padding: 5px 10px;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.homebox-container>.homebox-inner>.homebox-headline .link-arrow {
    color: #fff;
}

.homebox-container>.homebox-inner>.homebox-headline>.homebox-headline-inner {
    top: -25px;
    position: absolute;
    max-height: 25px;
    overflow: hidden;
}

.homebox-container:hover>.homebox-inner>.homebox-headline,
.homebox-container:focus>.homebox-inner>.homebox-headline {
    top: 0%;
}

.deactivated.homebox-container:hover>.homebox-inner>.homebox-headline,
.deactivated.homebox-container:focus>.homebox-inner>.homebox-headline {
    top: inherit !important;
}

.homebox-container>.homebox-inner>.homebox-content {
    height: 100%;
    width: 100%;
    background-color: #b0c4d2;
    color: white;
    background-size: cover;
    background-position: center;
    padding: 20px;
}

.homebox-container>.homebox-inner>.homebox-content>.homebox-table {
    width: 100%;
}

.homebox-container>.homebox-inner>.homebox-content>.homebox-table>caption {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.homebox-container>.homebox-inner>.homebox-content>.homebox-table th,
.homebox-container>.homebox-inner>.homebox-content>.homebox-table td {
    font-weight: normal;
    padding: 4px 5px;
    border-right: 1px solid #92a8b7;
}

.homebox-container>.homebox-inner>.homebox-content>.homebox-table tr {
    border-bottom: 1px solid #92a8b7;
}

.homebox-container>.homebox-inner>.homebox-content>.homebox-table th:last-child,
.homebox-container>.homebox-inner>.homebox-content>.homebox-table td:last-child {
    border-right: none;
}

.homebox-container>.homebox-inner>.homebox-content>.homebox-table>tbody tr:last-child {
    border-bottom: none;
}

#successstorys {
    padding: 10px 0 60px 0;
}

#successstorys .fotorama {
    background: inherit;
}

#successstorys .fotorama__nav:before,
#successstorys .fotorama__stage:before,
#successstorys .fotorama__nav:after,
#successstorys .fotorama__stage:after {
    background-image: none;
}

#successstorys .quote {
    quotes: "“" "”" "‘" "’";
    font-size: 24px;
    font-weight: lighter;
    padding-bottom: 15px;
    line-height: 1.1;
}

#successstorys .quote:before {
    content: open-quote;
}

#successstorys .quote:after {
    content: close-quote;
}

#successstorys .name {
    font-style: italic;
    color: #6a6a6a;
    font-size: 0.8em;
    margin-bottom: 1.5em;
    margin-top: -1.5em;
}

#successstorys .successstorys-slide .image1 {
    width: 150px;
    height: 170px;
    float: left;
    margin-right: 15px;
    background-image: url(../img/rez1.png);
    background-size: cover;
    background-position-x: right;
}

#successstorys .successstorys-slide .image2 {
    width: 150px;
    height: 170px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    background-image: url(../img/rez2.png);
    background-size: cover;
    background-position-x: right;
}

#successstorys .successstorys-slide .image3 {
    width: 150px;
    height: 170px;
    float: left;
    margin-right: 15px;
    background-image: url(../img/rez3.png);
    background-size: cover;
    background-position-x: right;
}

#successstorys .successstorys-slide .successstorys-slide-content {
    padding-top: 1px;
}

#newconstructionprojects {
    text-align: left;
}

#newconstructionprojects .newconstructionprojects-slide {
    margin: 100px;
    padding: 20px;
    max-width: 400px;
    background-color: rgba(255, 255, 255, 0.85);
}

#newconstructionprojects .newconstructionprojects-slide .title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    border-bottom: none;
    font-size: 2.400em;
    line-height: 1.171em;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

#newconstructionprojects .fotorama {
    background-color: transparent;
}


/*===========================================================
# Page / Post
===========================================================*/

.page-template #page-content,
.page-template-default #page-content,
.post-template-default #page-content {
    /*margin-top: 50px;*/
    margin-top: 200px;
}

.page-template-page-objectlist #page-content {
    margin-top: 15px !important;
}

.page-template-page-objectsingle #page-content {
    margin-top: 0 !important;
    position: sticky;
}

.error404 #page-content {
    position: relative;
    padding-top: 370px;
    background-color: #55d9fd;
    background: linear-gradient(0deg, #00ffff, #45b0fd);
}

.page-template #page-content:after,
.page-template-default #page-content:after,
.post-template-default #page-content:after {
    background: #f1f1f1;
    background: -moz-linear-gradient(top, #f1f1f1 0%, white 80%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(80%, white));
    background: -webkit-linear-gradient(top, #f1f1f1 0%, white 80%);
    background: -o-linear-gradient(top, #f1f1f1 0%, white 80%);
    background: -ms-linear-gradient(top, #f1f1f1 0%, white 80%);
    background: linear-gradient(to bottom, #f1f1f1 0%, white 80%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#ffffff', GradientType=0);
    content: "";
    left: 0;
    height: 110px;
    position: absolute;
    top: 67px;
    width: 100%;
    z-index: -1
}

.item-page h2 {
    border: none;
    font-size: 36px;
    margin: 0 0 20px 0;
    padding-bottom: 0;
    font-weight: lighter;
}

.article-aside {
    margin: 0 0 12px;
}

.article-info dd {
    display: inline
}

.article-info dd .fa {
    color: #caa16f;
    margin: 0 10px
}


/*===========================================================
# Property search result list
===========================================================*/

#propsearch {
    width: 100%;
    background-color: #b0c4d1;
    color: #fff;
    padding-top: 10px;
}

#propsearch label {
    font-size: 15px;
}

#propsearch .btn-white {
    margin-top: 28px;
}

#propsearchmap iframe {
    width: 100%;
    height: 700px;
    border: none;
}

section#propsearchmap {
    line-height: 0;
}

section.map p {
    font-size: 16px;
}

.mappicker {
    max-width: 316px;
}

.svg-wrap {
    padding-top: 70%;
    position: relative
}

svg {
    height: 100%;
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#propsearch .col-md-4.col-sm-6.col-md-offset-0.pull-right {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 581px;
}

#propsearch .col-md-4.col-sm-6.col-md-offset-0.pull-right>form {
    padding: 22px;
    background: #fff;
}

.property {
    max-width: 270px;
    background: #fafafa;
    margin-bottom: 30px;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, .3);
}

.property .info {
    padding: 0px 10px 10px 10px;
}

.property .info figure {
    margin-bottom: 20px;
    text-align: center;
}

.property .info a:focus,
.property .info a:hover {
    text-decoration: none;
}

.property .info h3 {
    margin-bottom: 0px;
    text-align: center;
    color: #caa16f;
    font-size: 22px;
}

.info-detail {
    padding: 5px;
}

.property .property-image img:before {
    content: ' ';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(../img/icons/default-property.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    background-color: #caa16f;
}

.property .property-image {
    height: 160px;
    overflow: hidden;
    width: 100%;
}

.property .property-image img {
    height: 100%;
    width: 100%;
}

.property .tag.status {
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    left: 13px;
    font-size: 12px;
    padding: 6px 9px;
    position: absolute;
    top: 15px;
    z-index: 1;
}

.property .tag.status:after {
    bottom: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 0;
    border-color: rgba(0, 0, 0, 0.6) transparent transparent transparent;
    content: "";
    left: 0;
    position: absolute;
}

.property .type {
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
    background-color: #fff;
    position: absolute;
    right: 13px;
    z-index: 2;
    top: 15px;
    height: 29px;
    padding: 0 2px;
    text-align: center;
    line-height: 29px;
}

.property .type img {
    width: inherit;
    top: 0 !important;
}

.property.big {
    max-width: 440px;
}

.property.big .overlay {
    bottom: -70px;
}

.property.big .overlay h3 {
    font-size: 24px;
    font-weight: normal;
    margin: 8px 0 3px 0;
}

.property.big .overlay li header,
.property.big .overlay li figure {
    font-size: 14px;
}

.property.big .overlay .additional-info {
    height: 70px;
    padding: 15px 20px;
}

.property.big .overlay .price {
    font-size: 18px;
}

.property.big .overlay .info {
    padding: 20px;
}

.property.big .property-image {
    /*height: 285px;*/
}

.property.big .tag {
    left: 20px;
    top: 20px;
}

.property.small {
    margin-bottom: 30px !important;
}

.property.small:hover img {
    top: inherit;
}

.property.small .property-image {
    float: left;
    width: 100px;
    height: 75px;
}

.property.small .info {
    padding-left: 110px;
}

.property.small .info a {
    color: #2a2a2a;
}

.property.small .info a:hover {
    color: #1396e2;
}

.property.small .info a h4 {
    border: none;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
}

.property.small .info figure {
    margin-bottom: 10px;
}

.property.small .info .tag {
    font-size: 12px;
}

.page-template-page-objectlist #search-filter {
    min-height: 42px;
    margin-bottom: 30px;
}

.page-template-page-objectlist #search-filter figure {
    float: right;
    width: 240px;
}

.pagination li:first-child a,
.pagination li:last-child a {
    -moz-border-radius: 0!important;
    -webkit-border-radius: 0!important;
    border-radius: 0!important
}

.pagination li.active a {
    background-color: transparent;
    border-color: #98866b;
    color: #98866b
}

.pagination li a:hover,
.pagination li span.pagenav,
.pagination li a:focus {
    background-color: transparent;
    border-color: #98866b;
    color: #98866b;
}

.pagination li a,
.pagination li span {
    -moz-border-radius: 0!important;
    -webkit-border-radius: 0!important;
    border-radius: 0!important;
    background-color: transparent;
    border: none;
    border-top: 5px solid #f3f3f3;
    color: #5a5a5a;
    padding: 10px 20px;
    margin: 0!important
}

.pagination>li>a:hover,
.pagination>li>a:active,
.pagination>li>a:focus {
    background-color: transparent!important;
    border-color: #caa16f!important;
    color: #caa16f!important
}

#floor-plans img {
    width: 80%;
}

#properties div.tag.price {
    margin-bottom: 13px;
}


/*===========================================================
# Property Detail
===========================================================*/

#detailbar {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 20px;
    margin-top: -31px;
}

#detailbar .detailbar-item {
    font-size: 20px;
    text-align: center;
}

#detailbar .detailbar-item-value {
    font-weight: 700;
}

#detailbar .detailbar-item-title {
    font-size: 16px;
}

#detailbar .property-print,
#detailbar .property-bookmark,
#detailbar .property-share {
    color: #768082;
    cursor: pointer;
}

#detailbar .property-print:focus,
#detailbar .property-bookmark:focus,
#detailbar .property-share:focus,
#detailbar .property-print:hover,
#detailbar .property-bookmark:hover,
#detailbar .property-share:hover {
    color: #caa16f;
}

.fullmap {
    width: 100%;
    height: 330px;
}

.panel {
    margin-bottom: 16px;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.panel-heading {
    background-color: #caa16f;
    min-height: 40px;
    padding: 6px 0px 9px 0px;
    border-radius: 4px;
}

.panel-heading a {
    color: #768082;
}

.panel-heading h4 {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
    padding: 4px 0px 0px 15px;
    color: #fff;
}

.panel-heading h4:after {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    content: "\f106";
    position: relative;
    float: right;
    margin-right: 14px;
}

.panel-heading .collapsed h4:after {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    content: "\f107";
    position: relative;
    float: right;
    margin-right: 14px;
}

.panel-heading.panel-without h4:after {
    display: none;
}

.panel-collapse .col-md-4 {
    padding: 3px 0px;
    font-size: 16px;
    line-height: 22px;
    color: #768082;
}

.panel strong {
    font-weight: 600;
}

.property-carousel .property-slide {
    position: relative;
}

.property-carousel .property-slide .overlay {
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    bottom: 0;
    left: 0;
    height: 40%;
    position: absolute;
    width: 100%;
}

.property-carousel .property-slide .overlay h3 {
    bottom: 20px;
    color: #fff;
    left: 30px;
    font-size: 24px;
    position: absolute;
}

.property-carousel .property-slide img {
    width: 100%;
}

.property-carousel .owl-controls {
    position: absolute;
    right: 0;
    top: 0;
}

.property-carousel .owl-controls .owl-prev,
.property-carousel .owl-controls .owl-next {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: #caa16f;
    display: inline-block;
    width: 50px;
    height: 50px;
    position: relative;
}

.property-carousel .owl-controls .owl-prev:after,
.property-carousel .owl-controls .owl-next:after {
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    speak: none;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    color: #fff;
    width: 5px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.property-carousel .owl-controls .owl-next:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.property-carousel .owl-controls .owl-next:after {
    content: "\f105";
}

.property-carousel .owl-controls .owl-prev:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.property-carousel .owl-controls .owl-prev:after {
    content: "\f104";
}

#property-detail section {
    margin-bottom: 25px;
}

#property-detail section h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3em;
    margin-bottom: 13px;
    padding: 0px;
    color: #434a54;
    border-bottom: none;
}

#property-detail #moredetail .panel-body,
#property-detail #moredetail2 .panel-body {
    font-size: 16px;
}

.property-detail-map-wrapper {
    position: relative;
    height: 340px;
}

.property-detail-map-wrapper .property-detail-map {
    height: 100%;
    position: absolute;
    right: 0;
    width: 100%;
}

#property-detail .alert {
    margin: 0px 0 20px 0;
}

.property-features-list li {
    display: inline-block;
    padding: 5px 0;
    width: 49%;
}

.property-features-list li:before {
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    speak: none;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    content: "\f111";
    color: #caa16f;
    font-size: 8px;
    position: relative;
    bottom: 2px;
    margin-right: 10px;
}

.property-title {
    margin-bottom: 30px;
    position: relative;
}

.property-title h1 {
    border: none;
    margin: 0px 0px 13px 0px;
    padding-bottom: 0;
    font-weight: 300;
    font-size: 36px;
    line-height: 1.3em;
}

.property-title .tag.price {
    font-size: 17px;
    float: right;
    line-height: initial;
    padding: 8px 12px;
}

.property .property-image {
    position: relative;
}

.agent-info img {
    width: 270px;
    height: auto;
    max-height: 180px;
    max-width: 100%;
}

#property-detail-map iframe {
    width: 100%;
    height: 100%;
}

#floor-plans>.row {
    padding-bottom: 30px;
}

#docs li>a {
    letter-spacing: inherit;
    font-size: inherit;
}

#docs a>i.fa {
    padding-left: 7px;
}

.agent-form .error {
    background: #ffe5e5;
    padding: 5px;
    margin-top: 8px;
    margin-bottom: 15px;
    color: #dc7878;
    border: 1px solid #ecbbbb;
}

@media (max-width: 991px) {
    .agent-form {
        margin-top: 50px;
    }
}


/*===========================================================
# Detail Page
===========================================================*/

.page-content-header {
    background: url(../img/default_bg.jpg);
    background-size: cover;
    min-height: 900px;
    padding: 200px 0 50px 0;
}

.page-content-header .page-content-header-box {
    background: rgba(255, 255, 255, 0.94);
    padding: 15px;
    overflow: hidden;
}

.page-content-header .page-content-header-box img {
    max-width: 100%;
}


/*===========================================================
# Immo Sell Assistant
===========================================================*/

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
}

label.required:after {
    content: "*";
    color: #ff7500;
}

.flex-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.configuratorGroup {
    padding-top: 40px;
}

.configuratorMultiItem {
    float: left;
    position: relative;
}

.immocontrol {
    width: 130px;
    height: 130px;
    margin-left: -10px;
    margin-top: -10px;
    position: absolute;
    opacity: 0;
}

.immocontrol:hover {
    opacity: 1;
}

.immocontrol .immocontrol-inner {
    position: relative;
}

.immocontrol .fa-minus-circle {
    font-size: 22px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.immocontrol .fa-plus-circle {
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.immocontrol .fa-minus-circle:hover,
.immocontrol .fa-plus-circle:hover {
    color: #879294;
}

.bootstrap-select.btn-group .dropdown-menu li small:before {
    content: ' ';
    display: block;
}

.select-hassub.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block;
    font-weight: 700;
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: .5em;
    font-weight: 600;
    letter-spacing: 0px;
}

.immotextbox>h1 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.assistant-row {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
}

.immoicon {
    position: relative;
    background: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
    width: 110px;
    height: 110px;
    float: left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* TODO: Sibling before selector doesnt exist in this css version shit maybe in 2020 */

.immoicon:hover,
.immoicon:focus {
    background: #e0e0e0;
    cursor: pointer;
}

.immoicon-caption {
    text-align: center;
    font-size: 14px;
    margin-top: 115px;
}

.immoicon .fa-check {
    color: #4CAF50;
    font-size: 32px;
    position: absolute;
    bottom: 8px;
    right: 11px;
}

.immoicon .immoicon-basementGarage {
    height: 44px;
}

.immoicon .immoicon-carport {
    height: 43px;
}

.immoicon .immoicon-doubleGarage {
    height: 34px;
}

.immoicon .immoicon-duplex {
    height: 53px;
}

.immoicon .immoicon-parkingSpace {
    height: 45px;
}

.immoicon .immoicon-singleGarage {
    height: 34px;
    width: 46px;
}


/*===========================================================
# 404 Page
===========================================================*/

.background-404 {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    box-sizing: content-box;
    padding: 0 20px;
    width: 100%;
    background-image: url(../img/error/foreground.png);
    height: 550px;
    z-index: 50;
    position: absolute;
    bottom: 0;
}

@media screen and (min-width: 1881px) {
    .background-404 {
        background-size: 100% auto;
        height: 100%!important
    }
    height: 850px;
}

@media screen and (max-width: 767px) {
    .background-404 {
        left: -5%;
        padding: 0 30%;
    }
}

.error-404 {
    width: 100%;
    min-height: 764px;
    min-height: 650px;
    text-align: center;
    position: relative;
}

.error-404 h1 {
    color: #fff;
    font-size: 68px;
    line-height: 100px;
    letter-spacing: 1px;
    border: none;
    margin-left: 50px;
    margin-right: 50px;
    text-shadow: 0px 0px 2px #686868, 0px 1px 1px #ddd, 0px 2px 1px #d6d6d6, 0px 3px 1px #ccc, 0px 4px 1px #c5c5c5, 0px 5px 1px #c1c1c1, 0px 6px 1px #bbb, 0px 7px 1px #777, 0px 8px 3px rgba(100, 100, 100, 0.4), 0px 9px 5px rgba(100, 100, 100, 0.1), 0px 10px 7px rgba(100, 100, 100, 0.15), 0px 11px 9px rgba(100, 100, 100, 0.2), 0px 12px 11px rgba(100, 100, 100, 0.25), 0px 13px 15px rgba(100, 100, 100, 0.3);
}

.error-404 p {
    margin: 0px 50px 40px 50px;
}

.error-404 a {
    padding: 6px 20px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ffffff;
    color: #ffffff;
    /* background: rgba(255, 255, 255, 0.14); */
    font-size: 18px;
}

.error-404 a:hover,
.error-404 a:focus {
    color: #caa16f;
}


/*===========================================================
# Footer Contact
===========================================================*/

section#footer-contact {
    margin-top: 100px;
    margin-bottom: 20px;
}

#property-detail input {
    margin-top: 5px;
}

#footer-contact input,
#footer-contact textarea,
#immoassistant input,
#immoassistant textarea,
#property-detail input {
    border: 1px solid #dadada;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    color: #757575;
    width: 100%;
    height: 2.78em;
    text-decoration: none;
    line-height: 2.929em;
    padding-left: 0.800em;
    padding-right: 0.800em;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

 ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #b7b7b7;
}

 :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #b7b7b7;
    opacity: 1;
}

 ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #b7b7b7;
    opacity: 1;
}

 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b7b7b7;
}

 ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #b7b7b7;
}

#footer-contact textarea,
#immoassistant textarea {
    overflow: hidden;
    word-wrap: break-word;
    line-height: inherit;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 65px;
}

#footer-contact .row {
    margin-bottom: 13px;
}

#footer-contact .btn {
    float: right;
}


/*===========================================================
# Footer
===========================================================*/

#footer-more {
    /*background-color: #282D33;
    color: #72777F;*/
    background-color: #fff;
    color: #768082;
}

#footer-more img {
    border-radius: 10px;
}

#footer-more>.container {
    padding-bottom: 35px;
    padding-top: 50px;
}

#footer-more>.container>.row {
    margin-bottom: 80px;
}

#footer-more h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    /*color: #fff;*/
    color: #434a54;
    font-size: 2.400em;
    line-height: 1.171em;
    /*border-bottom: 1px solid #bfa47b;*/
    border-bottom: 1px solid #caa16f;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    padding-bottom: 5px;
    display: inline-block;
}

#footer-more h1>span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

#footer-more li>a {
    letter-spacing: 0px;
    font-size: 16px;
}

#footer-more h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #72777F;
    font-size: 1em;
    line-height: 1.643em;
    margin-bottom: 20px;
}

#footer-more h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 1.143em;
    line-height: 1.500em;
    margin-bottom: 0px;
}

#footer-more p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
}

#footer-more ul {
    list-style: none;
    padding-left: 20px;
}

#footer-more ul>li {
    display: table;
    min-height: 50px;
    width: 100%;
    margin-bottom: 10px;
    background-color: #f6f6f6;
    font-size: 16px;
}

#footer-more ul>li>.immoicon-element-text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}

#footer-more .immoicon-element {
    background-color: #b9b9b9;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 50px;
    font-size: 31px;
    color: #fff;
    cursor: pointer;
}

#footer-more li:hover .immoicon-element,
#footer-more li:focus .immoicon-element {
    /*background-color: #caa16f;*/
    background-color: #caa16f;
}

.page-footer-city {
    width: 100%;
    height: 220px;
    background: url(../img/berlin-sillhouet.svg);
    background: cover;
}

#page-footer h3 {
    /*color: #ffffff;*/
    color: #768082;
    line-height: 26px;
    font-size: 18px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 13px;
}

#page-footer address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
    font-size: 13px;
}

#page-footer .footertext {
    font-size: 12px;
    line-height: 16px;
}

#page-footer #footer-main {
    /*background-color: #282D33;
    color: #72777F;*/
    background-color: #f6f6f6;
    color: #768082;
}

#page-footer>#footer-main>.container>.row {
    padding-bottom: 30px;
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
}

#page-footer #footer-copyright {
    /*background-color: #323840;
    color: #72777F;*/
    background-color: #eaeaea;
    color: #768082;
    line-height: 1.5em;
    font-size: 12px;
    height: 60px;
    width: 100%;
    padding-top: 26px;
    float: left;
}

#page-footer .moduletable {
    padding-top: 45px;
}

#page-footer .col-md-3:last-child .moduletable {
    float: right;
}

#page-footer a.mail {
    color: #caa16f;
}

footer ul.footer-nav {
    margin-top: -5px;
    padding: 0;
    margin: 0;
    list-style: none
}

footer ul.footer-nav li a {
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
    color: #72777F;
    display: block;
    padding: 5px 0;
    padding-left: 0;
    text-decoration: none;
    cursor: pointer;
}

footer ul.footer-nav li a:hover {
    color: #caa16f;
    padding-left: 5px
}


/*===========================================================
# Section / Search (Slider)
===========================================================*/

.searchslider {
    width: 100%;
    padding: 10px 0 0 0;
    /*background-color: #373736;*/
    background-color: #f6f6f6;
}


/*===========================================================
# ScrollUp
===========================================================*/

.scrollup {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 15px;
    right: 15px;
    display: block;
    line-height: 50px;
    text-align: center;
    background: #b0c4d2;
    color: #fff;
}

.scrollup:hover,
.scrollup:focus {
    color: #92a8b7;
}

.scrollup i {
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}


/*===========================================================
# Icons
===========================================================*/

.immoicon-shield_star {
    background-image: url(../img/icons/shield_star.svg);
}

.immoicon-thumbs_up {
    background-image: url(../img/icons/thumbs_up.png);
}

.immoicon-fence {
    background-image: url(../img/icons/fence.png);
}

.immoicon-floor_plan {
    background-image: url(../img/icons/floor_plan.png);
}

.immoicon-house {
    background-image: url(../img/icons/house.svg);
}

.immoicon-sales {
    background-image: url(../img/icons/sales.svg);
}

.immoicon-money {
    background-image: url(../img/icons/money.svg);
}

.immoicon-financial {
    background-image: url(../img/icons/financial.svg);
}

.immoicon .immoicon-shield_star,
.immoicon .immoicon-thumbs_up,
.immoicon .immoicon-fence,
.immoicon .immoicon-floor_plan,
.immoicon .immoicon-house {
    width: 65px;
    height: 65px;
    margin: auto;
    margin-top: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}


/*===========================================================
# Buttons
===========================================================*/

.btn {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #f3f3f3;
    border: none;
    color: #5a5a5a;
    font-size: 14px;
    outline: none !important;
    padding: 10px 9px 9px 9px;
    width: auto;
    text-shadow: none;
}

.btn:hover {
    background-color: #ebebeb;
    color: #5a5a5a;
}

.btn:active,
.btn:focus {
    -moz-box-shadow: 0px 1px 2px transparent, inset 0px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 2px transparent, inset 0px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px transparent, inset 0px 2px 2px rgba(0, 0, 0, 0.2);
    background-color: #ebebeb;
    color: #5a5a5a;
}

.btn.btn-default {
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background-color: #b0c4d1;
    /*#1396e2;*/
    color: #fff;
}

.btn.btn-default:hover {
    background-color: #92a8b7;
    /*#128dd4;*/
}

.btn.btn-default:active {
    -moz-box-shadow: 0px 2px 2px transparent, inset 0px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 2px transparent, inset 0px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 2px transparent, inset 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.btn-fullwidth {
    width: 100%;
}

.btn-home {
    background: #caa16f;
    color: #fff;
    padding: 14px 0px 10px 0px;
    font-size: 18px;
    width: 180px;
    height: 50px;
    text-align: center;
}

.btn-home:hover {
    background-color: #ab865b;
    color: #ffffff;
    font-size: 19px;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover {
    background-color: #ab865b;
    border-color: #ab865b;
    color: #fff;
}

.buttons-holder {
    margin-bottom: 10px;
}

@media (max-width: 395px) {
    #homeslider .btn {
        margin-top: 3px;
    }
}

.form-whitebg {
    background: #ffffff!important;
    border: medium none!important;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2) inset;
    font-size: 14px;
    height: auto!important;
    line-height: 20px!important;
    transition: all .3s ease 0s;
    padding: 10px 9px 11px!important;
    max-width: none;
    text-indent: 0;
    width: 100%!important;
    font-family: inherit;
}

.form-lightgraybg {
    background: #f7f7f7!important;
    border: medium none!important;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2) inset;
    font-size: 14px;
    height: auto!important;
    line-height: 20px!important;
    transition: all .3s ease 0s;
    padding: 10px 9px 11px!important;
    max-width: none;
    text-indent: 0;
    width: 100%!important;
    font-family: inherit;
}

.btn.btn-white,
#propsearch .bootstrap-select .btn {
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background-color: #ffffff;
    color: #768082;
}

.btn.btn-white:hover,
.btn.btn-white:focus,
#propsearch .bootstrap-select .btn:focus,
#propsearch .bootstrap-select .btn:hover {
    background-color: #f3f3f3;
}


/*===========================================================
# Form / Select
===========================================================*/

.bootstrap-select {
    width: 100%;
    margin-bottom: 0;
}

.bootstrap-select .btn {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #f3f3f3;
    color: #5a5a5a;
    width: 100%;
}

.bootstrap-select .btn:focus,
.bootstrap-select .btn:active {
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    outline: none;
}

.bootstrap-select .btn:hover {
    background-color: #ebebeb;
}

.bootstrap-select .btn .caret {
    border: none;
}

.bootstrap-select .btn .caret:after {
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    speak: none;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    color: #caa16f;
    content: "\f107";
    font-size: 18px;
    position: absolute;
    top: -7px;
    right: -2px;
}

.bootstrap-select .btn .filter-option {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-left: 0px;
    position: relative;
}

.bootstrap-select .btn .filter-option:before {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    speak: none;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #caa16f;
    content: "\f00c";
    font-size: 14px;
    position: absolute;
    left: 0px;
    top: 2px;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    bottom: -5px;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    border: none;
}

.bootstrap-select .dropdown-menu {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: none;
    margin-top: 3px;
    padding: 0;
    padding-left: 0;
}

.bootstrap-select .dropdown-menu.btn {
    background-color: #fff;
}

.bootstrap-select .dropdown-menu li:first-child a,
.bootstrap-select .dropdown-menu li.selected a {
    background-color: transparent;
    color: #9c9c9c;
    padding-left: 15px;
}

.bootstrap-select .dropdown-menu li:first-child a:hover,
.bootstrap-select .dropdown-menu li.selected a:hover {
    background-color: transparent;
    padding-left: 15px;
}

.bootstrap-select .dropdown-menu li a {
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    color: #5a5a5a;
    padding: 8px 15px;
}

.bootstrap-select .dropdown-menu li a:hover {
    background-color: #f3f3f3;
    padding-left: 20px;
}

.bootstrap-select.open .btn {
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.bootstrap-select.btn-group .btn .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.bootstrap-select li.selected .check-mark {
    display: inline-block !important;
}

.form-group {
    margin-bottom: 10px;
}

.agent-form input[type="text"],
.agent-form input[type="email"],
.agent-form input[type="search"],
.agent-form input[type="password"],
.agent-form input[type="number"],
.agent-form input[type="tel"],
.agent-form textarea.form-control {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
    -webkit-appearance: none;
    background-color: #f3f3f3;
    border: none;
    font-size: 14px;
    outline: none !important;
    padding: 10px 9px 11px 9px;
    width: 100%;
    height: inherit;
}

.agent-form input[type="text"]:active,
.agent-form input[type="text"]:focus,
.agent-form input[type="email"]:active,
.agent-form input[type="email"]:focus,
.agent-form input[type="search"]:active,
.agent-form input[type="search"]:focus,
.agent-form input[type="password"]:active,
.agent-form input[type="password"]:focus,
.agent-form input[type="number"]:active,
.agent-form input[type="number"]:focus,
.agent-form input[type="tel"]:active,
.agent-form input[type="tel"]:focus,
.agent-form textarea.form-control:active,
.agent-form textarea.form-control:focus {
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.agent-form input[type="text"]:hover,
.agent-form input[type="email"]:hover,
.agent-form input[type="search"]:hover,
.agent-form input[type="password"]:hover,
.agent-form input[type="number"]:hover,
.agent-form input[type="tel"]:hover,
.agent-form textarea.form-control:hover {
    background-color: rgba(0, 0, 0, 0.02);
}

.checkbox,
.radio {
    padding-left: 0px;
}

.checkbox.switch {
    margin: 0;
    padding: 0;
    z-index: 2;
}

.checkbox.switch .icheckbox {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 2px solid #cdcdcd;
    background-color: #fff;
    display: inline-block;
    height: 25px;
    margin-left: 10px;
    position: relative;
    width: 45px;
    top: -1px;
}

.checkbox.switch .icheckbox:hover {
    border-color: #caa16f;
}

.checkbox.switch .icheckbox:hover:before {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.checkbox.switch .icheckbox:after {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    speak: none;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    color: #caa16f;
    content: "\f00c";
    font-size: 11px;
    position: absolute;
    left: 5px;
    line-height: 20px;
}

.checkbox.switch .icheckbox:before {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #caa16f;
    content: "";
    height: 17px;
    width: 17px;
    position: absolute;
    left: 2px;
    top: 2px;
}

.checkbox.switch .icheckbox.checked {
    border-color: #caa16f;
}

.checkbox.switch .icheckbox.checked:before {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    background-color: #caa16f;
    left: 22px;
}

.checkbox .icheckbox {
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-color: #f3f3f3;
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    position: relative;
    width: 20px;
    top: -1px;
}

.checkbox .icheckbox:after {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    speak: none;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    color: #2a2a2a;
    content: "\f00c";
    position: absolute;
    line-height: 20px;
    left: 4px;
}

.checkbox .icheckbox.checked:after {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.iradio {
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-color: #f3f3f3;
    height: 20px;
    margin-right: 10px;
    position: relative;
    width: 20px;
    top: -1px;
}

.iradio:after {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    background-color: #2a2a2a;
}

.iradio.checked:after {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}


/*===========================================================
# Alertbox
===========================================================*/

.alert {
    padding: 8px 35px 8px 14px;
    margin: 60px 0 20px 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    border-radius: 0;
    font-size: 14px;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

.alert-success h4 {
    color: #468847;
}

.alert-danger,
.alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

.alert-danger h4,
.alert-error h4 {
    color: #b94a48;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}

.alert-info h4 {
    color: #3a87ad;
}


/*===========================================================
# Tag
===========================================================*/

.tag {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    display: inline-block;
    padding: 3px 8px;
}

.tag.price {
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    background-color: #b0c4d1;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.border-red {
    border-color: #f97d74 !important;
}

.border-solid-red {
    border: 1px solid #f97d74 !important;
}


/*===========================================================
# Link arrow
===========================================================*/

.link-arrow {
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    color: #5f5f5f;
    display: inline-block;
    text-decoration: none;
}

.link-arrow:after {
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    speak: none;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    content: "\f105";
    color: #caa16f;
    left: 0;
    font-size: 18px;
    margin-left: 10px;
    vertical-align: middle;
    position: relative;
    bottom: 2px;
}

.link-arrow:hover,
.footertext .link-arrow:hover,
#footer-more .link-arrow:hover {
    color: #caa16f;
    cursor: pointer;
    text-decoration: none;
}

.link-arrow:hover:after {
    color: #5f5f5f;
    left: 5px;
}

.footertext .link-arrow,
.footertext .link-arrow:hover:after,
#footer-more .link-arrow,
#footer-more .link-arrow:hover:after {
    color: #72777F;
}

.footertext h4 {
    background: #caa16f;
    color: #fff;
    font-weight: 400;
    padding: 7px 10px 7px 10px;
    margin-top: 0px;
    display: inline-block;
}


/*===========================================================
# Breadcrumb
===========================================================*/

.breadcrumb-container {
    background: rgba(255, 255, 255, 0.68);
    transition: all 1s ease-in-out;
    opacity: 1;
}

.breadcrumb {
    color: #99a3b1;
    background: none;
    margin: 3px 0;
    padding: 0px;
    font-size: 12px;
}

.breadcrumb>li+li:before {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    padding: 0 5px;
    color: #99a3b1;
    content: "\f105";
}

.breadcrumb a {
    color: #99a3b1;
    letter-spacing: inherit;
    font-size: inherit;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.breadcrumb a:focus,
.breadcrumb a:hover,
.breadcrumb .active {
    color: #99a3b1;
    text-decoration: none;
}

.breadcrumb>li {
    display: inline-block;
    word-break: break-all;
}


/*===========================================================
# Sidebar
===========================================================*/

.sidebar-element {
    width: 100%;
    border: 1px solid #f6f6f6;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(227, 228, 231, 1);
    box-shadow: 0px 2px 0px 0px rgba(227, 228, 231, 1);
    background-color: #fdfdfd;
    margin-bottom: 30px;
}

.sidebar-element>h3 {
    width: 100%;
    padding: 7px 0px 7px 13px;
    border-bottom: 1px solid #f6f6f6;
    font-size: 16px;
    color: #434953;
    line-height: 26px;
    margin-bottom: 13px;
    margin-top: 0px;
    font-weight: 500;
}

.sidebar-element>.sidebar-element-header {
    background-color: #b0c4d1;
    color: #fff;
    cursor: pointer;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
    height: 40px;
    padding: 10px 0px 9px 15px;
}

.sidebar-element>.sidebar-element-inner {
    padding: 13px;
}

.sidebar-element>.sidebar-element-inner .btn {
    margin-top: 20px;
}

.sidebar-element .property figure {
    margin-bottom: 6px;
}


/*===========================================================
# Mobile
===========================================================*/

@media (max-width: 992px) {
    #detailbar {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    #detailbar .detailbar-item {
        padding-bottom: 25px;
    }
}

@media (min-width: 321px) and (max-width: 691px) {
    .fotorama-titlebar>h1,
    .fotorama-titlebar>h3 {
        max-width: 85%;
    }
    #homeslider .hero-message h1 {
        font-size: 40px;
    }
    .homebtn {
        padding: 20px 20px;
        font-size: 15px;
    }
    .col-xs-4 {
        width: 100%;
    }
    #page-footer .col-md-3:last-child .moduletable {
        float: left;
    }
    #immosearchmap {
        display: none;
    }
    #propsearch .col-md-4.col-sm-6.col-md-offset-0.pull-right {
        float: inherit!important;
    }
    .header-line {
        display: none;
    }
    #immoassistant .col-md-1_5 {
        width: 100%;
    }
    #immoassistant .float-right {
        float: inherit!important;
    }
    #immoassistant label {
        padding-top: 40px;
    }
    #immoassistant .list-inline,
    #immoassistant .margin-top-xl {
        margin-top: 30px;
    }
    #immoassistant .m2r {
        margin-left: -3.4em;
        padding: 4em 0;
    }
    .ic-dialog>.ic-dialog-wrap>.ic-dialog-content {
        width: 330px;
    }
    #contact-dialog .contact-dialog-list {
        padding: 0px 0 6px 0;
    }
    #contact-dialog .contact-dialog-btn {
        padding: 18px 35px;
    }
}

@media (max-width: 485px) {
    #property-more .col-xs-6 {
        width: 100%;
    }
}

@media (max-width: 320px) {
    .fotorama-titlebar>h1,
    .fotorama-titlebar>h3 {
        max-width: 240px;
    }
    .ic-dialog {
        top: 15%;
    }
    .ic-dialog>.ic-dialog-wrap>.ic-dialog-content {
        width: 275px;
    }
    .ic-dialog>.ic-dialog-wrap>.ic-dialog-content h2 {
        margin-bottom: 17px;
        margin-top: 0px;
    }
    #contact-dialog .contact-dialog-list {
        padding: 0;
    }
    #contact-dialog .contact-dialog-list>.contact-dialog-listitem {
        font-size: 16px;
    }
    #contact-dialog .contact-dialog-list>.contact-dialog-listitem .fa {
        font-size: 22px;
    }
    #contact-dialog .contact-dialog-btn {
        padding: 8px 35px;
        font-size: 15px;
    }
}


/*===========================================================
# Animations
===========================================================*/

.animation-fade-in {
    -webkit-animation-name: animation-fade-in;
    -moz-animation-name: animation-fade-in;
    -ms-animation-name: animation-fade-in;
    animation-name: animation-fade-in;
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    -ms-animation-duration: 0.2s;
    animation-duration: 0.2s;
}

@-webkit-keyframes animation-fade-in {}

@-moz-keyframes animation-fade-in {}

@-ms-keyframes animation-fade-in {}

@keyframes animation-fade-in {}

@-webkit-keyframes animation-fade-in {
    0% {
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
    100% {
        filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }
}

@-moz-keyframes animation-fade-in {
    0% {
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
    100% {
        filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }
}

@-ms-keyframes animation-fade-in {
    0% {
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
    100% {
        filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }
}

@keyframes animation-fade-in {
    0% {
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
    100% {
        filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }
}

.animation-fade-out {
    -webkit-animation-name: animation-fade-out;
    -moz-animation-name: animation-fade-out;
    -ms-animation-name: animation-fade-out;
    animation-name: animation-fade-out;
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    -ms-animation-duration: 0.2s;
    animation-duration: 0.2s;
}

@-webkit-keyframes animation-fade-out {}

@-moz-keyframes animation-fade-out {}

@-ms-keyframes animation-fade-out {}

@keyframes animation-fade-out {}

@-webkit-keyframes animation-fade-out {
    0% {
        filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }
    100% {
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
}

@-moz-keyframes animation-fade-out {
    0% {
        filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }
    100% {
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
}

@-ms-keyframes animation-fade-out {
    0% {
        filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }
    100% {
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
}

@keyframes animation-fade-out {
    0% {
        filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }
    100% {
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
}


/* Keyframes */

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-webkit-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}

@-moz-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}

@keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8);
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8);
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%);
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}