/*!
Theme Name: jnftheme5
Theme URI: http://underscores.me/ and https://sustywp.com
Author: Jnf
Author URI: https://www.jnf.se/
Description: Theme for Jnf
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jnftheme
Tags:
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
jnftheme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
Normalizing styles have been helped along thanks to the fine work of Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Links
# Accessibility
# Alignments
# Clearings
# Content
## Posts and pages
## Comments
# Media
## Captions
## Galleries
# Site
## Header
## Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
line-height: 1.15; /* 1 */
}
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
margin: 0;
}
/**
* Correct the font size and margin on `h1` elements with `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box; /* 1 */
height: 0; /* 1 */
overflow: visible; /* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
}
/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
background-color: transparent;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none; /* 1 */
text-decoration: underline; /* 2 */
text-decoration: underline dotted; /* 2 */
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
}
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
border-style: none;
}
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit; /* 1 */
font-size: 100%; /* 1 */
line-height: 1.15; /* 1 */
margin: 0; /* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input { /* 1 */
overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
text-transform: none;
}
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
/**
* Remove the inner border and padding in Firefox.
*/
/**
* Restore the focus styles unset by the previous rule.
*/
/**
* Correct the padding in Firefox.
*/
fieldset {
padding: 10px 0 0 0;
/*!padding: 0.35em 0.75em 0.625em;*/
border: none;
/*! margin-bottom: 0; */
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*		`fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box; /* 1 */
color: inherit; /* 2 */
display: table; /* 1 */
max-width: 100%; /* 1 */
padding: 0; /* 3 */
white-space: normal; /* 1 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
outline-offset: -2px; /* 2 */
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item;
}
/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
display: none;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
color: rgb(4, 4, 2);
font-family: "open sans", sans-serif;
font-size: calc( 15px + 4 * (100vw / 1500));
line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
}
h1 {
font-size: 3.4em;
font-size: 2.25rem;
line-height: 1.1111111111;
}
h3 {
font-size: 19px;
font-size: 1.1875rem;
line-height: 1.3157894737;
}
h2 {
font-size: 24px;
font-size: 1.7rem; 
line-height: 1.25;
}
p {
margin-bottom: 1.5em;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "open sans", sans-serif;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font-family: "open sans", sans-serif;
font-size: 15px;
font-size: 0.9375rem;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
background-color: #eee;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
width: 100%;
max-width: 440px;
margin-bottom: 5px;
border:2px solid #111;
border-radius: 0;
outline:none;
box-sizing:border-box;
background-color:#fff;
padding: 0.5em;
appearance: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
outline:3px solid #fd0;
outline-offset:0;
box-shadow:inset 0 0 0 2px;
-webkit-appearance: none;
}
select {
width: 100%;
max-width: 440px;
border:2px solid #111;
border-radius: 0;
margin-bottom: 5px;
outline:none;
box-sizing:border-box;
background-color:#fff;
padding: 0.5em;
appearance: none;
background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgZmlsbD0ibm9uZSIgaGVpZ2h0PSIyNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik02IDlMMTIgMTVMMTggOSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==");
background-repeat: no-repeat;
background-position: calc(100% - 0.75rem) center;
}
textarea {
width: 100%;
}
form span {
color: #505a5f;
font-size:16px;
position: relative;
bottom: 4px;
}
form label {
font-weight: bold;
}
.form-required {
color:#cc0101;
margin:0 0 0 3px;
font-size:90%
}
#form {
max-width: 440px;
width: 100%;
}
.single_select.error   {
border:3px solid #C7311A;
}
.single_select.error:focus   {
border:2px solid;
}
#name-error  {
color:#C7311A;
font-weight: bold;
display: block;
}
#email-error  {
color:#C7311A;
font-weight: bold;
display: block;
}
#single_select-error  {
color:#C7311A;
font-weight: bold;
display: block;
}
#tel_number-error  {
color:#C7311A;
font-weight: bold;
display: block;
}
#radio_button-error {
color:#C7311A;
font-weight: bold;
display: block;
margin-left: 55px;
}
#message-error {
color:#C7311A;
font-weight: bold;
display: block;
}
input.error   {
border:3px solid #C7311A;
}
input.error:focus   {
border:2px solid;
}
textarea.error   {
border:3px solid #C7311A;
}
textarea.error:focus   {
border:2px solid;
}
.alert-form {
border:5px solid #C7311A;
padding:15px;
margin-top: 20px;
}
.alert-form h2 {
margin: 0;
}
.alert-form a  {
font-weight: bold;
color:#C7311A;
}
.alert-form li  {
color:#C7311A;
}
/* feedback-page form */
/*style radio to give some space*/
.radio {
position: relative;
margin-bottom: 2rem;
/*! margin-top: 1rem; */
/* display: inline-block; */
}
@media (max-width: 40.0525em) {
.radio {
display: block;
}
}	
/*style label to give some more space*/
.radio label {
font-weight: normal;	
/* display: block; */
/* padding: 0 20px 12px 48px; */
display: inline-block;
margin-bottom: 0;
padding: 5px 15px 5px;
cursor: pointer;
}
/*style and hide original checkbox*/
.radio input {
height: 40px;
left: 0;
opacity: 0;
/*! position: absolute; */
top: 0;
width: 40px;
float: left;
}
/*position new box*/
.radio input + label::before {
border: 2px solid;
content: "";
height: 40px;
left: 0;
position: absolute;
top: 0;
width: 40px;
border-radius: 50%;
background-color: #fff;
}
/*radio pseudo element styles*/
.radio input + label::after {
content: "";
opacity: 0;
border: 10px solid;
border-radius: 50%;
position: absolute;
left: 10px;
top: 10px;
}
/*reveal check for 'on' state*/
.radio input:checked + label::after {
opacity: 1;
}
/*focus styles*/
.radio input:focus + label::before {
box-shadow: 0 0 0 3px #ffbf47;	
border-width: 4px;
/* outline: 3px solid transparent; /* For Windows high contrast mode. */
}
/*overlimit characters in textarea*/
.overLimit {
color:#C7311A;
font-weight:bold;
}
/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
color:#0062bc;
text-decoration: underline;
}
a:hover {
text-decoration-thickness:max(3px, .1875rem, .12em);
text-decoration-skip-ink:none;
color:#003078;
}
a:active {
color:#0b0c0c;
}
a:focus {
outline:3px solid transparent;
color:#0b0c0c;
background-color:#fd0;
box-shadow:0 -2px #fd0,0 4px #0b0c0c;
text-decoration:none;
box-decoration-break:clone;
}
a:visited {
color:#4c2c92;
}
/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
button {
line-height: 1.1875;
box-sizing: border-box;
display: inline-block;
position: relative;
margin-right: 0;
margin-left: 0;
padding: 8px 10px 7px;
border: 2px solid rgba(0, 0, 0, 0);
display:block;
border-radius: 0;
text-align: center;
vertical-align: top;
cursor: pointer;
}
button:before {
content: "";
display: block;
position: absolute;
top: -2px;
right: -2px;
bottom: -4px;
left: -2px;
background: rgba(0, 0, 0, 0);
}
button:focus:not(:active):not(:hover) {
border-color: #fd0;
color: #0b0c0c;
background-color: #fd0;
box-shadow: 0 2px 0 #0b0c0c;
}
button:focus {
border-color: #fd0;
outline: 3px solid rgba(0, 0, 0, 0);
box-shadow: inset 0 0 0 1px #fd0;
}
button:active {
top: 2px;
}
button:active:before {
top: -4px;
}
@media(max-width: 40.0625em) {
button{
width: 100%;
}
}
button.cta-button {
/* font-weight: 700; */
/* font-size: 16px; */
/* font-size: 1rem; */
/* line-height: 1.1875; */
font-weight: 700;
font-size: 18px;
font-size: 1.125rem;
line-height: 1;
box-sizing: border-box;
position: relative;
/* width: 100%; */
/* max-width: 210px; */
margin-top: 0;
margin-right: 0;
margin-left: 0;
margin-bottom: 22px;
padding: 8px 15px 7px 15px;
border: 2px solid rgba(0, 0, 0, 0);
border-radius: 0;
color: #fff;
background-color: #007ac7;
box-shadow: 0 2px 0 #00182d;
text-align: center;
vertical-align: top;
cursor: pointer;
display: inline-flex;
min-height: auto;
justify-content: center;
}
button.cta-button:hover {
background-color: #00558b;
}
button.form-button {
line-height: 1.1875;
box-sizing: border-box;
display: inline-block;
position: relative;
font-weight: 700;
width: 100%;
max-width: 440px;
margin-top: 20px;
margin-right: 0;
margin-left: 0;
margin-bottom: 20px;
padding: 8px 10px 7px;
border: 2px solid rgba(0, 0, 0, 0);
border-radius: 0;
color: #fff;
background-color:#007ac7;
/* background-color: #00703c; */
box-shadow: 0 2px 0 #002d18;
text-align: center;
vertical-align: top;
cursor: pointer;
}
button.form-button:link, button.form-button:visited, button.form-button:active, button.form-button:hover {
color: #fff;
text-decoration: none;
}
button.form-button:hover {
/* background-color: #005a30; */
background-color:#0092e1;
}
button.form-button:active {
top: 2px;
}
button.form-button:focus {
border-color: #fd0;
outline: 3px solid rgba(0, 0, 0, 0);
box-shadow: inset 0 0 0 1px #fd0;
}
button.form-button:focus:not(:active):not(:hover) {
border-color: #fd0;
color: #0b0c0c;
background-color: #fd0;
box-shadow: 0 2px 0 #0b0c0c;
}
button.form-button:before {
content: "";
display: block;
position: absolute;
top: -2px;
right: -2px;
bottom: -4px;
left: -2px;
background: rgba(0, 0, 0, 0);
}
button.form-button:active:before {
top: -4px;
}
button.secondary {
background-color: #d3d3d3;
box-shadow: 0 2px 0 #525252;
width:auto;
}
button.detail {
border: 2px solid #b1b4b6;
background: none;
width: auto;
}
button.detail:focus {
border-color: #fd0;
outline: 3px solid rgba(0, 0, 0, 0);
box-shadow: inset 0 0 0 1px #fd0;
}
button.detail:focus:not(:active):not(:hover) {
border-color: #fd0;
color: #0b0c0c;
background-color: #fd0;
box-shadow: 0 2px 0 #0b0c0c;
}
.button-backtotop {
position:fixed;
cursor:pointer;
bottom:16px;
right:16px;
left:auto;
border-radius:5px;
padding:8px 12px;
font-size: 13px;
color: white!important;
text-decoration: none;
}
.button-backtotop {
border-radius:100px;
background-color:#333;
box-shadow:0 2px 4px 0 rgba(0,0,0,.5);
display:none;
}
.button-backtotop svg {
vertical-align:-3px;
/*! width: 1em; */
/*! padding: 0; */
}
.icon-arrow-up {/* For button-backtotop ; */
width:1.2em;
/*! padding: 0; */
margin-right: -2px;
margin-left: -3px;
}
a.button-backtotop:focus {
background-color: #333;
outline: 3px solid #fd0;
box-shadow:none;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
border: 0;
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
display: inline-block;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Site
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#masthead {
background-color:#fff;
width:100%;
top:0;
z-index:99
}
.header-wrap {
max-width: 1280px;
width: 100%;
margin: 0 auto;
}
.main-navigation {
display:block;
width:100%  
}
.main-navigation ul {
display:none;
list-style:none;
margin:0;
padding-left:0  
}
.main-navigation a {
text-decoration:none
}
.main-navigation ul li  {
padding: 10px;
}
.main-navigation ul li a {
display:inline-block;
margin:0 5px;
color:#000333
}
.main-navigation ul li a:hover {
color:#003078;
box-shadow:inset 0 -3px 0 #003078;
}
.main-navigation::before,
.main-navigation::after {
content:"";
display:table
}
.main-navigation::after {
clear:both
}
.main-navigation div.menu {
display:none
}
.main-navigation div.menu:last-child {
display:block
}
.main-navigation .menu {
clear:both
}
.handheld-navigation {
text-align:center;
margin-top:18px
}
.menu-toggle,
.main-navigation.toggled ul {
display:block;
color:#111
}
button.menu-toggle {
cursor:pointer;
text-align:left;
float:right;
position:relative;
border:2px solid transparent;
box-shadow:none;
border-radius:2px;
background-image:none;
padding:.6180469716em .875em .6180469716em 2.617924em;
max-width:120px;
outline:none;
font-weight:400;
font-size: 16px;
width: auto;
line-height: inherit;
}
button.menu-toggle:hover {
background-image:none
}
button.menu-toggle span::before {
transition:all,ease,.2s
}
button.menu-toggle::before,
button.menu-toggle::after,
button.menu-toggle span::before {
content:"";
display:block;
height:2px;
width:14px;
position:absolute;
top:50%;
left:1.3em;
margin-top:-1px;
transition:all,ease,.2s;
border-radius:3px
}
button.menu-toggle::before {
transform:translateY(-4px)
}
button.menu-toggle::after {
transform:translateY(4px)
}
button.menu-toggle:focus:not(:active):not(:hover) {
border-color: transparent;
color: inherit;
background-color: transparent;
box-shadow: none;
}
.toggled button.menu-toggle::before,
.toggled button.menu-toggle::after {
transform:rotate(45deg)
}
.toggled button.menu-toggle::after {
transform:rotate(-45deg)
}
.toggled button.menu-toggle span::before {
opacity:0
}
button.menu-toggle,
button.menu-toggle:hover {
}
button.menu-toggle,
button.menu-toggle:hover {
background-color:#fff
}
button.menu-toggle:after,
button.menu-toggle:before,
button.menu-toggle span:before {
background-color:#000333
}
@media screen and (min-width: 46.5em) {
.menu-toggle {
display:none
}
.main-navigation ul {
display:flex
}
}
@media screen and (max-width: 46.5em) {
.handheld-navigation {
clear:both
}
.menu-toggle {
margin-top:5px
}
}
@media screen and (max-width: 46.5em) {
.main-navigation ul li a {
margin:0;
}
}
.logo {
text-align:center;
width:90px;
float:left;
line-height:0;
}
.logo a {
display:block
}
.logo-mob {
display:none
}
.logo svg {
width:2.4em;
height:2.4em
}
@media (max-width: 46.5em) {
.logo {
text-align:center;
max-width:60px;
}
}
@media (max-width: 340px) {
.logo-mob {
text-align:center;
width:60px;
}
}
/*--------------------------------------------------------------
## breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
display:flex;
align-items:center;
transition-property:top,height,padding-left;
transition-duration:.3s;
overflow:hidden;
min-height:3rem;
padding-left:1rem;
padding-right:1rem;
margin:0 auto;
max-width:1313px;
border-top:1px solid #f0f0f0;
font-size:14px;
}
.breadcrumb-section {
background:#f8f8f8
}
.icon-angle-right {
content:"";
display:inline-block;
margin:0 5px;
width:7px;
height:7px;
transform:rotate(45deg);
border:solid;
border-width:1px 1px 0 0;
border-color:#111
}
/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
#content {
}
#primary {
max-width: 960px;
margin: 0 auto;
padding: 0 1em;
}
.small-column {
max-width: 630px;
width: 100%;
}
/* hero image */
.hero-image {
min-height:400px;
background-position:100% 50%;
background-repeat:no-repeat;
background-size:cover;
position:relative;
color:#fff;
}
.hero-image h1 {
max-width:980px;
padding: 80px 15px 10px 15px;
font-size:3.4em;
line-height:1.2em;
margin:0 auto;
word-wrap: normal;
font-weight:700;
}
.hero-image2 {
min-height: 400px;
background-position: 100% 10%;
background-repeat: no-repeat;
background-size: cover;
position: relative;
color:#fff;
}
.hero-image2 h1 {
max-width: 980px;
padding: 80px 15px 10px 15px;
font-size: 3.4em;
line-height: 1.2em;
margin: 0 auto;
word-wrap: normal;
font-weight:bold;
}
@media(max-width: 46.5em) {
.hero-image h1 {
font-size:2.4em;
padding: 30px 15px 10px 15px;
}
.hero-image {
min-height:0;
}
.hero-image2 h1 {
font-size:2.4em;
padding: 30px 15px 10px 15px;
}
.hero-image2 {
min-height:0;
}
}
.heroimg-content-box {
/*! bottom:0; */
color:#fff;
/* display:flex; */
flex-direction:column;
box-sizing:border-box;
max-width:980px;
padding:10px 15px 0 15px;
margin:0 auto
}
.heroimg-box {
flex-basis:0;
font-size:1.3em;
margin-bottom:20px
}
.heroimg-box ul {
margin-left:-8px;
margin-top:0;
margin-right:0;
margin-bottom:0;
}
ul.heroimg-check li:before {
content:"";
float:left;
margin-left:-1em;
transform: rotate(45deg);
height: 25px;
width: 14px;
border-bottom: 6px solid #fff;
border-right: 6px solid #fff;
margin-right: 15px;
}
ul.heroimg-check li {
list-style:none
}
article {
margin-bottom: 50px;
}
/* detail box */
.icon {
display: inline-block;
margin-right: 0.5rem;
transform: rotate(-90deg);
}
[aria-expanded=true] .icon {
transform: rotate(0deg);
}  
[aria-expanded=false] + .reveal {
display: none;
}
.reveal {
margin-top: 10px;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 20px;
border-left: 5px solid #b1b4b6;
display:block;
width:100%;
max-width:640px;
}
/* info-box */
.info {
font-weight: 700;
font-size: 16px;
font-size: 1rem;
line-height: 1.25;
color: #0b0c0c;
display: block;
display: block;
margin: 20px 0 20px 0;
}
.info-icon {
font-weight: 700;
box-sizing: border-box;
display: inline-block;
position: relative;
left: 0;
min-width: 20px;
min-height: 20px;
margin-top: -1px;
border: 3px solid #0b0c0c;
border-radius: 50%;
color: #ffffff;
background: #0b0c0c;
font-size: 15px;
line-height: 15px;
text-align: center;
user-select: none;
float: left;
margin-right: 10px;
}
.info-text {
display:block;
padding-left:30px;
}
/* form-confirmation */
.panel {
line-height: 1.25;
box-sizing: border-box;
margin-top: 30px;
margin-bottom: 30px;
padding: 35px;
border: 5px solid rgba(0, 0, 0, 0);
text-align: center;
}
.panel-confirmation {
color: #fff;
background: #00703c;
}
.panel-error {
color: #fff;
background: #C7311A;
}
.panel-title {
margin-top: 0;
margin-bottom: 30px;
font-size: 32px;
font-size: 2rem;
}
.panel-body {
font-size: 24px;
font-size: 1.5rem;
}
/* feedbackform */
.feedback-card {
font-weight: bold;
}
.say-more-card, .be-better-card, .wrong-card {
display: none;
}
.help-btns {
display: flex;
margin-top: 10px;
}
.help-btn-yes {
background-color: #006200;
box-shadow:0 2px 0 #002d18;
margin-right: 15px;
}
.help-btn-no {
background-color: #d03826;
box-shadow: 0 2px 0 #002d18; 
}
.wrong-list {
margin: 10px 0 0;
padding: 0 20px 0 0; 
line-height: 2em;
cursor: pointer;
list-style: none;
}
.wrong-list button {
margin: 10px 0 0;
}
.say-more-wrap {
font-weight: normal;
margin-top: 10px; 
}
/* onpage navigation */
.contents-list-title {
font-weight:400;
font-size:19px;
line-height:1.5;
margin-top: 20px;
font-weight:bold;
/* margin:0; */
}
@media (min-width: 40.0625em) {
.contents-list-title {
font-size:19px;
line-height:1.5;
}
}
.contents-list-list {
font-weight:400;
font-size:14px;
line-height:1.75;
margin:0;
padding:0;
list-style-type:none
}
.contents-list-list li {
margin-bottom: 5px;
}
@media (min-width: 40.0625em) {
.contents-list-list{
font-size:16px;
line-height:1.75;
}
}
.contents-list-list-item {
padding-top:10px;
line-height:1.3;
list-style-type:none
}
@media (min-width: 40.0625em) {
.contents-list-list-item {
padding-top:7.5px
}
}
.contents-list-list-item--dashed {
position:relative;
padding-left:25px;
padding-right:25px
}
.contents-list-list-item--dashed:before {
content:"—";
position:absolute;
left:0;
width:20px;
overflow:hidden;
}
aside {
padding-bottom: 15px;
border-bottom: 1px solid #b1b4b6;
}
.list-ol {
counter-reset:li;
margin:0 0 0 2.4em;
padding-left:0;
padding-top:.9em
}
.list-ol li {
list-style:none;
position:relative;
padding-left:1em;
margin-bottom:1em;
min-height:2em
}
.list-ol li:before {
content:counter(li);
counter-increment:li;
color:#fff;
font-weight:700;
width:2.4em;
height:2.4em;
text-align:center;
line-height:2.4em;
position:absolute;
left:-2.4em;
top:-.65em;
background-color:#333;
border-radius:50px
}
.list-ol li>span {
position:relative;
top:-10px;
font-size:25px;
font-weight:700
}
.list-ol p {
margin-top:-15px
}
/*--------------------------------------------------------------
## footer
--------------------------------------------------------------*/
footer#colophon {
width:100%;
background-color:#eee;
border-top:1px solid #111;
overflow:hidden
}
#footer-wrapper {
max-width:69em;
margin:1em auto;
/* text-align:center; */
padding: 0 15px 15px 15px;
}
#footer-wrapper a {
color: #111;
}
#citytext {
display: inline-block;
vertical-align: top;
}
.city {
display: inline-block;
margin: 0;
padding: 0;
}
.city li {
float: left;
list-style-type: none;
margin-right: 10px;
}
.contact {
display: inline-block;
padding: 0;
margin: 0;
}
.contact li {
float: left;
list-style-type: none;
margin-right: 10px;
}
.social {
display: inline-block;
margin: 0;
padding: 0;
}
.social li {
float: left;
list-style-type: none;
margin-right: 10px;
}
.about {
display: inline-block;
margin: 0;
padding: 0;
}
.about li {
float: left;
list-style-type: none;
margin-right: 10px;
}
footer li {
margin-bottom: 8px;
}
.icon-instagram:before {
content: "";
width: 30px;
height: 30px;
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg height='100%25' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;' version='1.1' viewBox='0 0 512 512' width='100%25' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:serif='http://www.serif.com/' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M256,0c141.29,0 256,114.71 256,256c0,141.29 -114.71,256 -256,256c-141.29,0 -256,-114.71 -256,-256c0,-141.29 114.71,-256 256,-256Zm0,96c-43.453,0 -48.902,0.184 -65.968,0.963c-17.03,0.777 -28.661,3.482 -38.839,7.437c-10.521,4.089 -19.444,9.56 -28.339,18.455c-8.895,8.895 -14.366,17.818 -18.455,28.339c-3.955,10.177 -6.659,21.808 -7.437,38.838c-0.778,17.066 -0.962,22.515 -0.962,65.968c0,43.453 0.184,48.902 0.962,65.968c0.778,17.03 3.482,28.661 7.437,38.838c4.089,10.521 9.56,19.444 18.455,28.34c8.895,8.895 17.818,14.366 28.339,18.455c10.178,3.954 21.809,6.659 38.839,7.436c17.066,0.779 22.515,0.963 65.968,0.963c43.453,0 48.902,-0.184 65.968,-0.963c17.03,-0.777 28.661,-3.482 38.838,-7.436c10.521,-4.089 19.444,-9.56 28.34,-18.455c8.895,-8.896 14.366,-17.819 18.455,-28.34c3.954,-10.177 6.659,-21.808 7.436,-38.838c0.779,-17.066 0.963,-22.515 0.963,-65.968c0,-43.453 -0.184,-48.902 -0.963,-65.968c-0.777,-17.03 -3.482,-28.661 -7.436,-38.838c-4.089,-10.521 -9.56,-19.444 -18.455,-28.339c-8.896,-8.895 -17.819,-14.366 -28.34,-18.455c-10.177,-3.955 -21.808,-6.66 -38.838,-7.437c-17.066,-0.779 -22.515,-0.963 -65.968,-0.963Zm0,28.829c42.722,0 47.782,0.163 64.654,0.933c15.6,0.712 24.071,3.318 29.709,5.509c7.469,2.902 12.799,6.37 18.397,11.969c5.6,5.598 9.067,10.929 11.969,18.397c2.191,5.638 4.798,14.109 5.509,29.709c0.77,16.872 0.933,21.932 0.933,64.654c0,42.722 -0.163,47.782 -0.933,64.654c-0.711,15.6 -3.318,24.071 -5.509,29.709c-2.902,7.469 -6.369,12.799 -11.969,18.397c-5.598,5.6 -10.928,9.067 -18.397,11.969c-5.638,2.191 -14.109,4.798 -29.709,5.509c-16.869,0.77 -21.929,0.933 -64.654,0.933c-42.725,0 -47.784,-0.163 -64.654,-0.933c-15.6,-0.711 -24.071,-3.318 -29.709,-5.509c-7.469,-2.902 -12.799,-6.369 -18.398,-11.969c-5.599,-5.598 -9.066,-10.928 -11.968,-18.397c-2.191,-5.638 -4.798,-14.109 -5.51,-29.709c-0.77,-16.872 -0.932,-21.932 -0.932,-64.654c0,-42.722 0.162,-47.782 0.932,-64.654c0.712,-15.6 3.319,-24.071 5.51,-29.709c2.902,-7.468 6.369,-12.799 11.968,-18.397c5.599,-5.599 10.929,-9.067 18.398,-11.969c5.638,-2.191 14.109,-4.797 29.709,-5.509c16.872,-0.77 21.932,-0.933 64.654,-0.933Zm0,49.009c-45.377,0 -82.162,36.785 -82.162,82.162c0,45.377 36.785,82.162 82.162,82.162c45.377,0 82.162,-36.785 82.162,-82.162c0,-45.377 -36.785,-82.162 -82.162,-82.162Zm0,135.495c-29.455,0 -53.333,-23.878 -53.333,-53.333c0,-29.455 23.878,-53.333 53.333,-53.333c29.455,0 53.333,23.878 53.333,53.333c0,29.455 -23.878,53.333 -53.333,53.333Zm104.609,-138.741c0,10.604 -8.597,19.199 -19.201,19.199c-10.603,0 -19.199,-8.595 -19.199,-19.199c0,-10.604 8.596,-19.2 19.199,-19.2c10.604,0 19.201,8.596 19.201,19.2Z'/%3E%3C/svg%3E");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
margin-right: 5px;
margin-bottom: -8px;
display: inline-block;
}
.icon-facebook:before {
content: "";
width: 30px;
height: 30px;
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg height='100%25' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;' version='1.1' viewBox='0 0 512 512' width='100%25' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:serif='http://www.serif.com/' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M512,257.555c0,-141.385 -114.615,-256 -256,-256c-141.385,0 -256,114.615 -256,256c0,127.777 93.616,233.685 216,252.89l0,-178.89l-65,0l0,-74l65,0l0,-56.4c0,-64.16 38.219,-99.6 96.695,-99.6c28.009,0 57.305,5 57.305,5l0,63l-32.281,0c-31.801,0 -41.719,19.733 -41.719,39.978l0,48.022l71,0l-11.35,74l-59.65,0l0,178.89c122.385,-19.205 216,-125.113 216,-252.89Z' style='fill-rule:nonzero;'/%3E%3C/svg%3E");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
margin-right: 5px;
margin-bottom: -8px;
display: inline-block;
}
.icon-linkedin:before {
content: "";
width: 30px;
height: 30px;
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg height='100%25' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;' version='1.1' viewBox='0 0 512 512' width='100%25' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:serif='http://www.serif.com/' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M256,0c141.29,0 256,114.71 256,256c0,141.29 -114.71,256 -256,256c-141.29,0 -256,-114.71 -256,-256c0,-141.29 114.71,-256 256,-256Zm-80.037,399.871l0,-199.921l-66.464,0l0,199.921l66.464,0Zm239.62,0l0,-114.646c0,-61.409 -32.787,-89.976 -76.509,-89.976c-35.255,0 -51.047,19.389 -59.889,33.007l0,-28.306l-66.447,0c0.881,18.757 0,199.921 0,199.921l66.446,0l0,-111.65c0,-5.976 0.43,-11.95 2.191,-16.221c4.795,-11.935 15.737,-24.299 34.095,-24.299c24.034,0 33.663,18.34 33.663,45.204l0,106.966l66.45,0Zm-272.403,-296.321c-22.74,0 -37.597,14.95 -37.597,34.545c0,19.182 14.405,34.544 36.717,34.544l0.429,0c23.175,0 37.6,-15.362 37.6,-34.544c-0.43,-19.595 -14.424,-34.545 -37.149,-34.545Z'/%3E%3C/svg%3E");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
margin-right: 5px;
margin-bottom: -8px;
display: inline-block;
}
/*--------------------------------------------------------------
## Mspecs
--------------------------------------------------------------*/
.pages .active {
padding: 10px;
/*! color: #fff; */
/*! background-color: #333!important; */
border-radius:5px;

border: 1px solid #111;
/*! margin-bottom: 20px; */
}
.pages {
/*! display: block !important; */
/*! float: left; */
clear: both;
/*! margin-top: 10px; */
/*! margin-left: 10px; */
border-radius:5px;
text-decoration:none;
/*! margin-bottom: 10px; */
margin: 20px 10px 15px 5px;
}
.pages:after {
font-family: 'icomoon' !important;
line-height: 1;
font-size:40px;
/*vertical-align:middle;*/
/* Better Font Rendering =========== */
}
.pages a {
margin-right: 5px;

padding: 10px;
line-height: 50px;
/*! word-break: initial; */
/*! line-break: normal; */
/*! white-space: nowrap; */
/*! text-align-last: auto; */
/*! display: inline; */
/*! margin-bottom: 30px; */
border-radius:5px;
text-decoration: none;

text-align: center;
}
/*---------------##  Autocomplete-----------*/
.xdsoft_autocomplete{
display:inline;
position:relative;
word-spacing: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
text-align: start;
z-index:1001;
}

.xdsoft_autocomplete .xdsoft_input{
position:relative;
z-index:2;
}
.xdsoft_autocomplete .xdsoft_autocomplete_dropdown{
position:absolute;
border: 1px solid #ccc;
border-top-color: #d9d9d9;
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
cursor: default;
display:none;
z-index: 1001;
margin-top:-1px;
background-color:#fff;
width:100%;
overflow:auto;
z-index:1001;
color: #333;
}
.xdsoft_autocomplete .xdsoft_autocomplete_hint{
position:absolute;
z-index:1;
color:#ccc !important;
overflow:hidden !important;
white-space: pre  !important;
}

.xdsoft_autocomplete .xdsoft_autocomplete_hint span{
color:transparent;
opacity: 0.0;
}

.xdsoft_autocomplete .xdsoft_autocomplete_dropdown > .xdsoft_autocomplete_copyright{
color:#ddd;
font-size:10px;
text-decoration:none;
right:5px;
position:absolute;
margin-top:-15px;
z-index:10;
}
.xdsoft_autocomplete .xdsoft_autocomplete_dropdown > div{
background:#fff;
white-space: nowrap;
cursor: pointer;
line-height: 2.5em;
padding: 2px 0px 2px 0px;
}
.xdsoft_autocomplete .xdsoft_autocomplete_dropdown > div.active{
background: #eee!important;
color:#333;
}

#object  {
max-width: 1060px;
margin: 0 auto;
padding: 0 1em 3em 1em;
}
.page-content-object  {
max-width: 1060px;
margin: 0 auto;
/*padding: 0 1em 3em 1em;*/
}
.top-image-object {
clear: both;
position: relative; 
line-height: 0;
overflow: hidden;
width: 100%;
margin: 0 auto;
}
.no-objects {
max-width: 1060px;
margin-left: -10px;
margin-right: -10px;
padding: 0 1em 3em 1em;
}
/*---------------##  property image banner-----------*/
.banner-object {
font-weight: normal;
color:#fff;
display: block;
z-index: 1;
max-width: 980px;
padding: 20px 0 10px 20px;
line-height: 1.2em;
margin: 0 auto;
word-wrap: normal;
}
.banner-object:before{
content: "\ea0c";
font-family: 'icomoon';
padding-right: .4em;
display: inline-block;
}
.banner-object a  {
text-decoration: none;
color:#fff;
}

/*---------------##  navigation-object-----------*/

#navbar-object{
clear: both;
display: block;
background-color: #333;
line-height: 50px;
color: #fff;
width: 100%;
 /* position: -webkit-sticky;  */
    /* position: sticky; */
    top: 0; 
  z-index: 10001;
    transition: all 0.4s;
}
@media screen and (max-width: 850px) {
.fixed {
	font-size:14px;
	line-height: 40px!important;
}
.fixed li a {
	padding: 0 8px 0 8px!important;
}
}
@media screen and (max-width: 330px) {
.fixed {
	font-size:12px;
	line-height: 40px!important; 
}
.fixed li a {
	padding: 0 8px 0 8px!important;
}
}
#navbar-object-inner {
	display: flex;
max-width: 1050px;
margin: 0 auto;
padding: 0 5px 0 5px;
}
#navbar-object li{
/*! display: inline; */
margin: 0;
float: left;
}
#navbar-object li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 0px 15px 0px 15px;
line-height: 25px;
color:#fff;
font-weight:normal;
white-space: nowrap;
}
#navbar-object li a:hover, a:focus{
color: #BF1722;
}
/*---------------##  bidding-----------*/
#bidding-history-open-close {
background-color:#d03826;
font-size:16px;
text-decoration:none;
appearance:none;
color:#fff;
font-weight:bold;
padding: 5px 10px 5px 10px;
}
#bidding-history-open-close:hover {
text-decoration: underline;
}
.bidding {
background-color:#eee;	
/*! margin-bottom: 70px; */
/*! margin-top: 20px; */
}
.bidding-headline {
text-align: center; 
 font-weight:bold;
color:#111;
/*! font-size:20px; */
/*! text-transform: uppercase; */
/*! background-color: #d03826; */
display: inline-block;
/*! padding: 5px 10px 5px 10px; */
/*! margin-bottom: 10px; */
clear: both;
/*! border-bottom: 2px solid #111; */
}
.bidding-headline:before {
  content: "\e918";
font-family: 'icomoon';
padding-right: .2em;
display: inline-block;
  font-weight: 300;
}
.show-bidding {
clear:both; 
color: blue;
margin-top: 10px;
}
.bidding-text {
word-break: inherit;
clear: both;
 font-weight:bold;
margin-top: 10px;
margin-bottom: 10px;
color: #BE2F19;

}
.bidding-is-active {
margin-bottom: 20px;
/*! margin-top: 20px; */
/*! padding: 0 20px 10px 20px; */
/*! border: 1px solid gray; */
max-width: 700px;
}
.bidding-history {
/* background-color: #eee; */
padding: 10px 0 5px 10px;
color: #111;
cursor: pointer;
display:none;
margin-bottom: 20px;

}
.bidding-is-active p {
margin-bottom: 0;
}
.bidding-label {
margin-top:10px;
margin-bottom: -10px;
 font-weight:bold;
}
.bidding #attention {/*---------------## bidding icon-----------*/
float:left;
margin-left:10px;
}
#bidding-info {
margin-top:5px;
}
/*---------------##  headline object-----------*/
#property-headline { 
 font-weight:bold;
margin-top: 20px;
font-size: 2.5em;
line-height: 60px;
margin-bottom: 20px;
}
@media (max-width: 40.0525em) {
#property-headline {
font-size: 1.9em;
line-height: 50px;	  
}
}
/*---------------##  selling text-----------*/
.selling-text {   
width: 100%;
margin-top: 20px;
margin-bottom: 30px;
clear:both;
font-family:inherit;
}

/*---------------##  viewing-----------*/
.viewings {
/*! padding: 0 20px 10px 20px; */
/*! border: 1px solid gray; */
max-width: 450px;
margin-top: 10px;
display: inline-block;
}
.viewings h2{	
/*! font-weight: normal; */
margin-bottom:10px;
/*! margin-left:-10px; */
/*! padding: 10px 10px 0 10px; */
margin-top: 5px;
/*! border-bottom: 2px solid #111; */
}
.viewing:before {
  content: "\e953";
font-family: 'icomoon';
padding-right: .2em;
display: inline-block;
font-weight:300;
} 
#viewing-information {
font-weight:normal;
}
.viewings-object pre {
margin-bottom: 10px;
}
/*---------------##  broker contact-----------*/
.object-contacts {
background-color: #eee;
/* padding: 20px; */
display: block;
clear: both;
margin-top: 20px;	
}
.broker {
float:left;
width: 100%;
max-width: 220px;
margin-right: 100px;
margin-left: 80px;
margin-top: 20px;
}
.broker-img {
margin-bottom: 10px;
}
.brokerass {
float: left;
max-width:220px;
margin-left: -40px;
margin-top: 20px;
}
@media screen and (max-width: 580px) {
.brokerass {
float: left;
max-width:200px;
margin-left: 20px;
}
.broker {
margin-left: 20px;
}
}
@media screen and (max-width: 1024px) {
.brokerass {
float: left;
max-width:220px;
margin-left: 20px;	
}
.broker {
margin-left: 20px;
}
}
.object-contacts .contact-info {
margin-bottom: 15px;
word-break: break-all;
white-space: nowrap;   
}
.object-contacts .contact-name {
 font-weight:bold;
}
.contact-email {
margin-bottom: 5px;
}
/*---------------##  contactform property-----------*/
#contactformobject {
width: 33%;
float:left;
margin-top: -20px;
}
#contactformobject .object-title-form  {
margin-top: -10px;
line-height: 30px;
}
@media screen and (max-width: 1024px) {
#contactformobject {
width: 40%;
float:  left;
margin-right:50px;
}
}
@media screen and (max-width: 780px) {
#contactformobject {
width: 100%;
float:  left;
margin-right:0;
}
}

/*---------------##  video property-----------*/
.video-container {
position: relative;
padding-bottom: 56.25%;
height: 0; overflow: hidden;
} 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.video-thumbnail {
position: relative;
max-height:574px;
overflow:hidden;
max-width: 1020px;
}

.video-thumbnail img {
display: block;
}

.video-thumbnail-overlay {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
width: 100%;
height: 100%;
padding: 30px;
background: rgba(0, 0, 0, 0.2);
box-sizing: border-box;

cursor: pointer;
}

h3.thumbnail-title {
font-size: 26px;
font-weight: 400;
color: #ffffff;

margin-top: 0;
}

p.thumbnail-play {
position: absolute;
font-size: 80px;
margin: 0;
line-height: 1em;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #ffffff;
opacity: 0.75;
height: 80px;
}
p.thumbnail-play:before {
content: "\ea1c";
font-family: 'icomoon';
display: inline-block;
}

/*---------------##  property general-----------*/
#object .property-title {
font-weight: normal;
margin-top:20px;
}
h1.property-title {
padding: 80px 20px 10px 20px !important;
}
.property-region {
max-width: 980px;
padding: 20px 0 10px 20px;
line-height: 1.2em;
margin: 0 auto;
word-wrap: normal;
}
.image-button-object {
max-width: 980px;
padding:20px;
line-height: 1.2em;
margin: 0 auto;
word-wrap: normal;
}
#object .property-region {
color: #111;
line-height: 40px;
font-weight:normal;
margin-top: 15px;
}
@media (max-width: 40.0525em) {
#object .property-title {
font-size: 1.7em;
}
#object .property-region {
margin-top: 15px;
font-size:25px;
}
}

#object .description-label {
 font-weight:bold;
margin-right: 3px;
word-break: break-all;
}
#object #short-info {
clear: both;
/*font-size:20px;*/
display: flex;
padding: 20px 0 10px 0;
background-color: #eee;
max-width: 700px;
}
@media (max-width: 1024px) {
#object #short-info {
clear: both;
/*font-size:20px;*/
float: none;
margin-right: 0;    
}
}
#object #short-info pre {
text-align: justify;
}
#object #short-info li {
border-bottom: 0px solid #eee;
padding: 5px 10px;
float: left;
margin-left: -10px;   
}
@media (max-width: 580px) {
#object #short-info li {
float: none;
}
}
#object .selling-text {
margin-top: 20px;
}
#object .selling-text h4 {
font-size: 1.1em;
font-weight: 700;
margin: 0;
}

/*#property-images img { margin-bottom: 10px; max-width:1024px; width:100%; }*/
#property-floorplan { margin:0 auto; width: 100%; max-width: 1024px; position: relative;}
/*#property-floorplan img { width: 100%; max-width: 1024px;}*/
#property-information { width: 100%; /*max-width: 620px;*/ position: relative;}
#property-maps { margin:0 auto; width: 100%; max-width: 1024px; position: relative; top:20px;}
#property-files { margin:0 auto; width: 100%; max-width:1024px; position: relative;clear: both;word-break: break-all;}
#property-images { text-align: center }
.bildbeskrivning {
margin-bottom: 10px;
padding: 6px 10px;	
}
#property-information h2,
#property-images h2,
#property-files h2,
#property-floorplan h2,
#property-houseasosimage h2,
#property-houseasosfile h2,
#property-maps h2 {
 font-weight:bold;
padding-bottom: 5px;
margin-top: 25px;
/*font-size: 25px;*/
text-align:left;
}


#short-info ul, 
#navbar-object ul { list-style-type: none; margin: 0; padding: 0;}
#property-information ul { /*list-style-type: none; margin: 0; padding: 0;*/}
.description-label {
font-weight: bold;
margin-right: 3px; 
}
#object h3 {  
}
#property-information ul {
margin-top: 10px;
word-wrap: normal;
}
#property-information ul li {
margin-bottom: 5px;

/*font-size: 16px;*/
padding: 4px 0;	
}
#property-information ul li:last-child {
margin-bottom: 0;
}
#object table th,
#object table td {
padding: 0px;
}
#object strong {
font-weight: bolder;
color: #111;
}

.energy_class {
margin-left: 120px;
padding-top:50px;
margin-bottom:-10px;
margin-top: -35px;	
}
.energy_class_a {
background-image: url(https://media.jnf.se/energideklaration-a.png);
background-repeat: no-repeat;
background-size: 40px 43px;
} 
.energy_class_b {
background-image: url(https://media.jnf.se/energideklaration-b.png);
background-repeat: no-repeat;
background-size: 40px 43px;
}
.energy_class_c {
background-image: url(https://media.jnf.se/energideklaration-c.png);
background-repeat: no-repeat;
background-size: 40px 43px;
}
.energy_class_d {
background-image: url(https://media.jnf.se/energideklaration-d.png);
background-repeat: no-repeat;
background-size: 40px 43px;
}
.energy_class_e {
background-image: url(https://media.jnf.se/energideklaration-e.png);
background-repeat: no-repeat;
background-size: 40px 43px;
}
.energy_class_f {
background-image: url(https://media.jnf.se/energideklaration-f.png);
background-repeat: no-repeat;
background-size: 40px 43px;
}
.energy_class_g {
background-image: url(https://media.jnf.se/energideklaration-g.png);
background-repeat: no-repeat;
background-size: 40px 43px;
}
a[href$=".pdf"]::after {
content: " (PDF)";
}
a[href$=".png"]::after {
content: " (PNG)";
}
a[href$=".jpg"]::after {
content: " (JPG)";
}
a[href$=".jpeg"]::after {
content: " (JPEG)";
}
a[href$=".docx"]::after {
content: " (DOCX)";
}

#map-canvas {
height: 500px;
width: 100%;
margin-bottom: 40px;
padding: 0px;
z-index: 0;	
}
.my-btn:before {
  content: "\e947";
font-family: 'icomoon';
padding-right:.4em;
display:inline-block;
font-weight: 600;
}
.clear { 
clear:both; 
}
/*---------------##  property list-----------*/
.filters {
display: flex;
/*! flex: 1; */

/*! flex-direction: column; */
/*!background-color: #eee;*/
/*padding-top: 10px;*/
width: 100%;
margin-bottom: 180px;
}
.checkbox label {
cursor: pointer;
}
#show-sold-filter {
margin-left: 5px;
}
.second-filters .filter-select {
width: 100%;
/* margin: 5px 1px 20px 10px;
padding: 5px; */
/* padding: 10px; */
/* margin: 10px; */
max-width: 430px;
background-color: white;
color: black;
/*! margin-top: 15px; */
border: 3px solid #111;
}
@media (max-width: 510px) {
.first-filters, .second-filters {
display: block;
width: 100%;
}
}
.filter-container {
/*! display: flex; */
/*! flex: 1; */
/*! flex-direction: column; */
margin: 0 auto;
max-width:700px;
width: 100%;
box-sizing: border-box;
}
.filter-select {
width: 100%;
/*border: solid 1px #b9b9b9;*/
/* margin: 5px 1px 20px 10px;
padding: 5px; */
/* padding: 10px; */
/* margin: 10px; */
max-width: 800px;
background-color: white;
color: black;
margin-top: 10px;
}
#all-search-results  {
/*! text-align: center; */
/*!  font-weight:bold; */
/*! font-size: 25px; */
color: #fff;
/*!text-shadow: 0px 1px 3px #111111;*/

}
#search-front-results {  
  margin-bottom: 10px;
}
.filter-search-label {
font-size: 3.4em;
/*! line-height: 60px; */
/*! text-align: center; */
font-weight:normal;
color: #fff;
padding-top: 30px;
text-shadow: 0px 1px 3px #111111;
padding-left: 10px;
} 
@media (max-width: 560px) {
.filter-search-label {
font-size: 40px;
}
}
#visible-search-results {
margin: 10px 0 10px 0;
font-weight: normal;
}
.antal-object {
text-align:center;
background-color:#eee;
padding:10px;
display:block;
font-weight:bold;
}
.columnobjectlist {
float: left;
width: 50%;
/*! clear: both; */
}
@media (max-width: 780px) {
.columnobjectlist {
float: left;
width: 50%;  
}
}
@media (max-width: 560px) {
.columnobjectlist {
float: left;
width: 100%; 
}
}
.object-shortcode-title-column h2 {
margin-left: 10px;
}
.object-list {
overflow: hidden;
clear:both;
max-width:1060px;
margin-left: -10px;
margin-right: -10px;
}
.object-list-page {
overflow: hidden;
clear:both;
max-width:1060px;
margin:0 auto;
/*! padding: 10px; */
padding: 0 0.5em 1em 0.5em;
}
.object-list-page h2 {
margin-left:10px;
}
h2.object-city-page  {
margin-left: 10px;
}
#search-result-holder {
  margin-top: 20px;
}
.objectlist-item { 
/*! float: left; */
/*! width: 33.33%; */
min-height: 620px;
padding: 10px;
border: 1px solid lightgray;
margin: 5px;
/*! background: #fff; */
/*! font-size: 15px; */
/*! line-height: 20px; */
/*! overflow: hidden; */
/*! border-radius: 3px; */
/*! clear: both; */    
z-index: 10;
position: relative;
/*! background-color: #fff; */
}
.objectlist-item .property-image {
padding: 0;
margin: -10px;
text-align: center;
overflow: hidden;
background-position: center center;
background-repeat: no-repeat;
background-size: 100% auto;
height: 250px;
z-index:-1;
position:relative;
}
@media (max-width: 950px) {  
.objectlist-item .property-image{ 
height: auto;	 
}
.objectlist-item { 
height: 700px;	
}
}
@media (max-width: 750px) {  
.objectlist-item { 
height: 650px;	
}
}
@media (max-width: 560px) {
.objectlist-item { 
height: auto;	 
}
}

.objectlist-item .property-image img {
width: 100%;
margin: 0 auto;
display: block;
}
.objectlist-item .property-info {
margin-top: 10px;
min-height: 145px;
}
.objectlist-item .property-city {
margin-bottom:5px;
font-weight: bold;
color: #111;
}
.objectlist-item .property-name {
font-weight: bold;
margin: 30px 0 5px 0;
line-height: 1.2em;
font-size: inherit;
}
.objectlist-item .property-name a {
color: inherit;
}
.objectlist-item .property-name a:focus {
color:#0b0c0c;
background-color:#ffdd00;
}
.objectlist-item .property-address {
color: #777;
}
.property-headline-list {
font-style: italic;
}
.ob-lista-ruta {
float: left;
/*width: 50%;*/
 font-weight:bold; 
margin-right: 5px;  
}
.column {
height: 315px;
}
.col-centered {
margin: 0 auto;
float: none;
}
.sign-objectlist {
position: relative
}
.nydevelopment {
text-align: center; 
position: absolute;
background-color: rgba(0, 100, 0, 1);
color: #fff;
box-sizing: border-box;
padding: 10px;
display: block;
margin-top: 1em;
}
.bidding-is-active-objektlist {
/*! text-align: center; */ 
/*! position: absolute; */
background-color: #d4351c;
color: #fff;
box-sizing: border-box;
padding: 5px;
display: inline-block;
/*! margin-top: 1em; */
text-decoration:none;
font-size: 11px;
/*!  font-weight:bold; */
text-transform: uppercase;
bottom: 0;
z-index: 1;
margin-right: 5px;
}
/*.bidding-is-active-objektlist:before {
content: "\e908";
font-family: 'icomoon';
padding-right: .2em;
display: inline-block;
  font-weight: 300;
}*/
.coming-objectlist  {
color: #111;
font-size: 11px;
background-color: #fd0;
text-decoration:none;
/*! position: absolute; */
padding: 5px;
/*! float: left; */
/*! text-align: center; */
/*! margin-top: -75px; */

z-index: 1;
/*! bottom: 0; */
font-weight: bold;
text-transform: uppercase;
top: 0;
/*! margin-top: -30px; */
display: inline-block;
}
.pre-launch-objectlist  {
 background-color:#333;
 color:#fff;
 font-size:11px;
 text-decoration:none;
padding:5px;
 z-index:1;
 font-weight:333;
 text-transform:uppercase;
 top:0;
 display: inline-block;
}
.inspected-objectlist {
background-color: green;
color: white;
font-size: 11px;
display: inline-block;
/*! position: absolute; */
padding: 5px;
/*! float: left; */
/*! text-align: center; */
/*! margin-top: -75px; */

z-index: 1;
/*! bottom: 0; */
/*!  font-weight:bold; */
text-transform: uppercase;
top: 0;
/*! margin-top: -30px; */
/*! display: flex; */
}
.newdevelopment-objectlist {
color: white;
font-size: 16px;
display: block;
position: relative;
padding: 1px 5px 1px 5px;
float: left;
text-align: center;
margin-top: -75px;
background-color: #177390;
z-index: 1;
bottom: 0;
font-weight: bold;
}
.exchange-objectlist {
 background-color:#333;
 color:#fff;
 font-size:11px;
 text-decoration:none;
padding:5px;
 z-index:1;
 font-weight:333;
 text-transform:uppercase;
 top:0;
 display: inline-block;
}
.sold-objectlist {
background-color:#d03826;
color: white;
font-size: 16px;
display: block;
position: relative;
padding: 5px;
float: left;
text-align: center;
margin-top: -75px;
z-index: 1;
bottom: 0;
font-weight: bold;
}
@media (max-width: 560px) {
.sold-objectlist {
margin-top: -50px;
}
}
.viewings-list-headline {
 font-weight:bold;
color: black;
font-size: 15px;
margin-bottom: 5px;
margin-top: -3px;
border-bottom: 2px solid #111;
padding-bottom: 5px;
} 
.viewings-list-headline:before {
content: "\e953";
font-family: 'icomoon';
padding-right: .4em;
display: inline-block;
font-weight:300;
}
.viewings-objektlist {
/*! color: black; */
font-size: 16px;
/* background-color:#f5f5f5; */
padding:10px 0 0 0;
margin-top: 5px;
/*line-height:20px;*/
/*! border: 1px solid gray; */

}
.viewings-objektlist li {
margin-bottom: 5px;
}
.viewings-headline {
font-weight: bold;
}

#fyll_i_numret {
width: 100px;	
}

/** Animations **/
@keyframes scroll-down {
from {
top: -50px;
}
to {
top: 0px;
}
}

#searchbox-toogle {
margin-top: 80px;
}
#searchbox-open-close {
float: right;
margin-top: 40px;
}
.search-header {
padding: 0 30px 30px 0;
width: 100%;
position: relative;
margin: 0;
padding: 0 0 30px !important;
overflow: visible;
}
.search-bar-active {
margin-top: 10px;
}
.search-header .searchfield {
position: relative;
}
.search-header input {
font-size: 19px;
line-height: 1.31579;
}
#filter-search  {
text-transform: none;
font-size: inherit;
line-height: 1.25;
box-sizing: border-box;
width: 100%;
margin: 0;
padding: 0 10px 0 10px;
display: inline;
height: 60px;
border: 3px solid #111;
box-shadow: 0 2px 8px rgba(0,0,0,0.15);
border-radius: 4px;
}
input[type="search"] {	
border-radius: 0;
}
.search-submit {
border-radius: 0;
box-shadow: none;
z-index: 4;
right: 0;
width: 50px;
height: 50px;
border: none;
overflow: hidden;
color: #fff!important;

}
.search-submit:before {
 content: "\e906";
font-family: 'icomoon';
display:inline-block;
color: #111;
font-size:1em;
vertical-align: middle;
}
.search-submit {
position: absolute;
bottom: 0;
right: 0;
height: 50px;
width: 50px;
cursor: pointer;
z-index: 1002; 
}
@media (max-width: 40.0525em) {
.search-submit {
height: 50px;
width: 50px;
}
#filter-search  {
text-transform: none;
font-size: inherit;
line-height: 1.25;
box-sizing: border-box;
width: 100%;
margin: 0;
padding: 0 0 0 10px;
display: inline;
height: 60px;
}
}
.searchfield {
position: relative;
}
.hidden {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
