/*!
Theme Name: The Sceleton theme
Theme URI: https://www.tigerton.se
Author: Jonathan de Jong @ Tigerton
Author URI: https://www.tigerton.se
Description: "bony framework of the body", a theme for quick and modern development with Tigerton!
Text Domain: sceleton
Version: 1.0
*/html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,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{-moz-box-sizing:content-box;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"]{-moz-box-sizing:border-box;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;-moz-box-sizing:content-box;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}.clearfix:after{content:"";display:block;clear:both}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important;height:1px;width:1px;overflow:hidden}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,0.6);clip:auto !important;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}.skip-link:hover,.skip-link:active,.skip-link:focus{position:static;height:auto;width:auto;margin:0;float:left}.comment-content img[height],.entry-content img,.entry-summary img,img[class*=align],img[class*=attachment-],img[class*=wp-image-]{height:auto}.post-thumbnail img,.wp-post-image,img.size-full,img.size-large{height:auto;max-width:100%}.alignleft,.left{float:left}.alignright,.right{float:right}.aligncenter{display:block;margin-left:auto;margin-right:auto}img{max-width:100%;height:auto}
/*# sourceMappingURL=style.css.map */

@charset "UTF-8";
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i';
@import 'https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i';

@font-face {
  font-family: "ki-housing";
  src:url("fonts/ki-housing.eot");
  src:url("fonts/ki-housing.eot?#iefix") format("embedded-opentype"),
    url("fonts/ki-housing.woff") format("woff"),
    url("fonts/ki-housing.ttf") format("truetype"),
    url("fonts/ki-housing.svg#ki-housing") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "ki-housing" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "ki-housing" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
  content: "\61";
}
.icon-cross:before {
  content: "\62";
}
.icon-clock:before {
  content: "\63";
}
.icon-cog:before {
  content: "\64";
}
.icon-search:before {
  content: "\65";
}
.icon-right-thin:before {
  content: "\66";
}
.icon-right-arrow:before {
  content: "\67";
}
.icon-facebook:before {
  content: "\68";
}
.icon-clipboard:before {
  content: "\69";
}
.icon-caret-down:before {
  content: "\6a";
}
.icon-angle-down:before {
  content: "\6b";
}
.icon-chevron-down:before {
  content: "\6c";
}
.icon-left-open-mini:before {
  content: "\6d";
}

body {
	font-family: 'Lato', sans-serif;
	color: #252525;
}

/* GENERIC STYLES */
.wrapper {
	max-width: 1280px;
	margin: 0px auto;
	padding-left: 20px;
	padding-right: 20px;
}
.inner-wrapper {
	max-width: 850px;
	margin: 0px auto;
}
.btn,button{
	border:0;
	border-radius:0;
}
.button {
    background-color: #9e4680;
    color:#fff;
    padding: 15px 25px;
    margin-left: 1rem;
    font-size: 0.8em;
    font-weight: 700;
    text-decoration:none !important;
    border-radius: 3px;
    border:none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.button:hover {
	background-color: #7b3664;
}
.readmore {
	color: #9e4680;
	line-height: 1;
}
.readmore:after {
	content: "\67";
	font-family: "ki-housing";
	vertical-align: middle;
}
a.arrow:after {
	content: "\67";
    font-family: "ki-housing";
    background: #ffffff;
    color: #2b7d97;
    line-height: 1;
    vertical-align: middle;
    font-size: 1rem;
    margin: 0 0 0 0.5rem;
    border-radius: 100%;
    padding: 4px 2px 2px 3px;
}

/* FONTS */
a {
	font-size: 1.1rem;
	text-decoration: none;
}
p,li {
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 300;
	margin: 0 0 0.5rem 0;
}
h1 {
	font-size: 2.6rem;
	line-height: 1.05em;
}
h2 {
	font-size: 2rem;
	line-height: 1.25;
	margin: 0 0 1rem;
	font-weight: 300;
}
h3 {
	font-size: 1.4rem;
	line-height: 1.25em;
	margin: 0 0 0.5rem;
	font-weight: 700;
}
h4{
	font-size: 1.35rem;
	margin: 1.4rem 0 0.6rem;
	font-weight: 300;
	line-height: 150%;
}

h5{
	font-size: 1.25rem;
	line-height: 1.22222222em;
	margin: 1.4rem 0 0.6rem;
	font-weight: 300;
	line-height: 150%;
}

blockquote{
	font-size: 1.5rem;
	line-height: 1.45833333em;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,p a,label a,blockquote a,small a,li a,q a {
	color: inherit;
	font-size: inherit;
	text-decoration: inherit;
}

.center	{
	display:block;
	text-align: center;
}

.main-menu .sub-menu .current-menu-item a {
	color: #fff;
}
#content a {
	color: #9e4680;
}
#content .topimg-content a, #content .textblock.background a {
    color: inherit;
    text-decoration:underline;
}
#content .textblock a.button	{
	color:#fff;
}
.single #content .textblock.background a {
	color: inherit;
}
.meta p {
    margin: 0;
}

/* HEADER */
.header	{
	border-bottom:1px solid #f1f1f1;
}
.logotype {
	display: block;
	float: left;
	max-width: 270px;
	margin: 0 80px 0 0;
}

/* - header news */
.header-news {
    background-color: #9e4680;
    color: #fff;
    padding: 0.7rem 0 0.6rem;
}
.header-news .flexslider {
	margin: 0;
	background-color: transparent;
	border: none;
	overflow: hidden;
}
.header-news .slides {
    width: 80%;
    float: left;
}
.header-news .slides li a {
	font-weight: 400;
	font-size: 0.85em;
	display: inline-block;
}
.header-news .icon-clock {
    font-size: 1.7em;
    padding-right: 0.5rem;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}
.header-news .icon-cross {
    width: 20%;
    float: right;
    text-align: right;
    font-size: 1.3em;
    padding-top: 5px;
    line-height: 1;
    cursor: pointer;
    display: inline-block;
}
.toggle-menu {
    font-size: 30px;
    float: right;
    display: none;
    cursor: pointer;
    margin-top: 1.8rem;
}

/* - topmenu */
.top-menu {
    width: 100%;
	padding: 1rem 0 0;
}
.top-menu-list {
    float: right;
}
.top-menu-list li {
    display: inline-block;
    margin: 0 0 0 1.5rem;
}
.search-form input#s {
    border: none;
    padding: 0 0 0 8px;
    width: 60px;
    line-height: 1;
    vertical-align: middle;
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.search-form input#s:focus {
    width: 160px;
}
.top-menu-list a {
    font-weight: 400;
    font-size: 0.85em;
    color: #969696;
    line-height: 30px;
    vertical-align: middle;
}
.top-menu-list a:hover, .top-menu-list li.current-menu-item a {
	color: #9e4680;
}
.search-submit {
	background-color: transparent;
    float: left;
    color: #969696;
    line-height: 30px;
    vertical-align: middle;
}   
::-webkit-input-placeholder {
   color: #969696;
   font-size: 0.85em;
   font-weight: 400;
}
:-moz-placeholder { /* Firefox 18- */
   color: #969696;
   font-size: 0.85em;
   font-weight: 400;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #969696;
   font-size: 0.85em;
   font-weight: 400; 
}
:-ms-input-placeholder {  
   color: #969696;
   font-size: 0.85em;
   font-weight: 400;
}
.top-menu-list li.maintenance a:before {
	content: "\64";
    font-family: "ki-housing";
    font-size: 1.2em;
    vertical-align: middle;
    padding-right: 8px;
}
.top-menu-list li.login a {
	color: #ffffff;
	background-color: #9e4680;
    padding: 10px 20px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.top-menu-list li.login a:hover {
	background-color: #7b3664;
}
.top-menu-list li.login a:after {
	content: "\67";
	font-family: "ki-housing";
	font-size: 1.2em;
    vertical-align: middle;
    padding-left: 8px;
}

/* - mainmenu */
.main-menu {
	width: 100%;
	padding: 1rem 0 1.5rem;
}
.main-menu a:hover {
    color: #9e4680;
}
.main-menu .current-menu-item a {
	color: #9e4680;
}
.menu-main {
	width: calc( 100% - 370px );
    float: left;
    line-height: 4rem;
}
.menu-main-list {
	float: left;
}
.menu-main-list li {
	display: block;
	float: left;
	line-height: 4;
	position:relative;
}
.menu-main-list li a {
	padding: 10px 20px;
	display: block;
	font-size: 0.975rem;
	font-weight: 400;
	text-decoration: none;
}
.menu-main-list li a.icon-facebook	{
	font-size: 1.15rem;
	padding: 8px 20px 10px;
	color: #9e4680;
}
.menu-main-list li:hover .sub-menu {
	display: block;
}
.main-menu .current-menu-item .sub-menu a {
	color: #fff;
}
.sub-menu {
    background-color: #9e4680;
    overflow: hidden;
    position: absolute;
    color: #fff;
    z-index: 999;
    padding: 0.9rem 0.5rem 0.4rem;
    display: none;
    width:auto;
    min-width:280px;
}
.sub-menu li {
	display:block;
    float: none;
    line-height: 140%;
    margin: 0;
}
.sub-menu li a {
    padding:4px;
}
.sub-menu li a:hover {
	color: #fff;
}
.sub-menu li a:after {
	content: "";
    font-size: 1em;
    vertical-align: middle;
    padding-left: 4px;
    display: inline-block;
    width: 50px;
    height: 20px;
}
.sub-menu li a:hover:after {
	content: "\67";
    font-family: "ki-housing";
    font-size: 1em;
    vertical-align: sub;
    padding-left: 4px;
    display: inline-block;
}
.top-menu-second {
	display: none;
}
.menu-main-list li .icon-caret-down {
	display: none;
}

/* FRONTPAGE */
.top-img {
	overflow: hidden;
	width: 100%;
	position: relative;
	margin: 0;
}
.top-img>img {
	width: 100%;
	height: auto;
}
.top-img .topimg-content {
	position: absolute;
	bottom:0;
	right:0;
	left:0;
	padding: 5rem;
	box-sizing: border-box;
	color: #fff;
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.8), rgba(0,0,0,0));
    background: -o-linear-gradient(top, rgba(0,0,0,0.8), rgba(0,0,0,0));
    background: -moz-linear-gradient(top, rgba(0,0,0,0.8), rgba(0,0,0,0));
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
}
.top-img .topimg-content p {
    font-size: 1.1em;
}
.button.read:before {
	content: "\69";
    font-family: "ki-housing";
    font-size: 1.3em;
    vertical-align: middle;
    padding-right: 8px;
}
.accomodation-areas {
	padding: 6rem 0;
	background-color: #F6F6F6;
}
.accomodation-areas .title {
	color: #9e4680;
	text-align: center;
	font-weight: 400;
}
.accomodation-areas .filter-tabs {
	overflow: hidden;
	margin: 0 0 1.5rem;
	text-align: center;
}
.accomodation-areas .filter-tabs li {
	display: inline-block;
	color: #9e4680;
	font-size: 0.85rem;
	font-weight: 400;
	padding: 10px 20px;
	border: 1px solid #F6F6F6;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.accomodation-areas .filter-tabs li.selected, .accomodation-areas .filter-tabs li:hover {
	background-color: #ffffff;
	color: #949494;
	border: 1px solid #efefef;
}
.accomodation-areas .accomodation-grid {
	overflow: hidden;
}
.accomodation-areas .accomodation-grid li {
	float: left;
	width: 25%;
	padding: 0.5rem;
	box-sizing: border-box;
	position: relative;
}
.accomodation-areas .accomodation-grid li .inner {
	position: absolute;
	background: #000000;
	background: rgba(0,0,0,0.8);
	bottom:0.5rem;
	right:0.5rem;
	left:0.5rem;
	padding: 1.5rem;
}
.accomodation-areas .accomodation-grid li .inner .acco-title {
	font-weight: 700;
    font-size: 1.1rem;
    margin: 0 0 0.3rem;
    color: #ffffff;
}
.accomodation-areas .accomodation-grid li .inner .acco-subtitle {
	font-weight: 700;
	font-size: 0.9rem;
	color: #9e4680;
}
.attachment-accomodation-img {
	float: left;
}
.acco-single-title	{
	margin:0 0 0.5rem;
}
.acco-single-subtitle	{
	font-size:1.15rem;
	font-weight:700;
	color:#9e4680;
	display:block;
	text-align: center;
	margin:0 0 2rem 0;
}

/* PAGE */
.abstract {
	margin: 0 0 4rem 0;
	padding-top: 4rem;
}
.abstract.news {
	margin: 0 0 0 0;
	padding-top: 0;
}
.page-top-img {
	height: auto;
	margin: 0;
}
.flexslider {
	margin: 0 !important;
}
.flexslider .slides li img {
	margin: 0 auto;
}
.flexslider .slides-thumbnails li img {
	margin: 0 auto;
	max-height: 100px;
}
.slides-thumbnails li {
    display: inline-block;
}
.slides-thumbnails {
	text-align: center;
}
.caurosel {
	position: relative;
	padding:20px;
	background:#fff;
	border-radius:3px;
	border:1px solid #eee;
}
.caurosel .flex-direction-nav {
	display: none;
}
.caurosel .flex-direction-nav li a	{
	position:absolute;
	top:50%;
}
.caurosel .flex-direction-nav li a.flex-prev	{
	left:-40px;
}
.caurosel .flex-direction-nav li a.flex-next	{
	right:-40px;
}
.galleryblock .inner-wrapper {
	padding: 0 4rem;	
}
.galleryblock .inner-wrapper:hover .flex-direction-nav {
	display: block;
}
.flex-direction-nav li a {
	opacity: 0.8;
	top: 37%;
}
.flex-direction-nav .flex-nav-prev a:before {
	font-family: "ki-housing" !important;
    content: '\6d' !important;
}
.flex-direction-nav .flex-nav-next a:before {
	font-family: "ki-housing" !important;
    content: '\67' !important;
}
.search-results .accomodation-areas {
	padding: 2rem 0;
	background-color: none;
}
.search-wrapper {
    background-color: #F6F6F6;
    padding: 2em 5rem 4rem;
    margin: 3rem 0 3rem 0;
}
.search-wrapper p {
	color: #252525;
}
a.page-numbers {
	font-size: 1em;
}
.single .entry {
	margin: 0 0 6rem 0;
}
.galleryblock {
    margin: 0 0;
    padding:6rem 0;
    width:100%;
    overflow:hidden;
    background:#f1f1f1;
}
.flex-control-nav	{
	text-align: left !important;
}
.flex-control-thumbs li {
	float: none !important;
	width: 15.75% !important;
	margin: 0 1% 0 0 !important;
}
.flex-control-thumbs li:nth-child(6n+6) {
	margin: 0 0 0 0 !important;
}
.flex-control-thumbs li img {
	margin: 5% 0;
	width: 100%;
}
.flex-viewport {
	max-height: 500px !important;
}
.slides li img	{
	width:100%;
}

/* - textblock */
.textblock {
	margin: 6rem 0;
	overflow: hidden;
}
.textblock.background {
	margin: 0;
	padding: 6rem 0;
}
.col50 {
    float: left;
    width: 50%;
}
.col50:nth-child(2) {
    width: calc(50% - 2rem);
    padding: 0 0 0 2rem;
}
.col33 {
	float: left;
    width: 33.33%;
}
.col33:nth-child(2), .col33:nth-child(3) {
	width: calc(33.33% - 1.5rem);
    padding: 0 0 0 1.5rem;
}

/* - pagelinks */
.pagelinks {
	margin: 6rem 0;
}
.pagelinks ul {
	overflow: hidden;
}
.pagelinks ul li {
	float: left;
	width: 32%;
	margin: 0 2% 1rem 0;
}
.pagelinks ul li:nth-child(3n+3) {
	margin: 0 0 1rem;
}
.pagelinks ul li .inner-content {
	display: block;
	padding: 1.5rem 0 0;
}
.pagelinks ul li .inner-content .title {
	color: #9e4680;
}
.pagelinks ul li .inner-content p {
	margin: 0 0 1rem;
}
.meta {
    margin: 0 0 1.5rem 0;
}
.meta p {
    font-size: 0.95em;
    color: #8e8e8e;
}
.flexslider .slides img {
	width: initial !important;
}
.flexslider .slides {
	max-height: 400px;
    overflow: hidden;
    margin: 0 auto;
}
.by	{
	border-top:1px solid #f1f1f1;
	line-height: 3rem;
	font-size:0.75rem;
	text-align: center;
	color:#999;
	text-transform:uppercase;
}
.by a	{
	font-size:0.8125rem;
	color:#999;
	text-decoration:underline;
}

/* - blog */
.blog.abstract {
    margin: 0 2% 0 0;
    width: 32%;
    float: left;
}
.blog.abstract:nth-child(3n+3) {
    margin: 0 0 2rem;
}
.blog.abstract:nth-child(3n+4) {
    clear:both;
}
.blog.abstract img {
	margin:0 0 20px 0;
}
.blog.abstract .meta {
	margin:0 0 4px 0;
	color:#777;
	font-size:0.75rem;
	text-transform: uppercase;
}
.blog #content {
	margin: 2rem 0 6rem;
	overflow: hidden;
}
.blog h2 {
	margin: 0 0 0.5rem
}
.blog .meta {
	margin: 0 0 1rem 0;
}
.news-thumbnail {
	padding-bottom: 1rem;
}
.news-img {
    overflow: hidden;
    margin: 0 0 1.5rem 0;
}
.blog .readmore {
	margin: 1rem 0 0 0;
    display: block;
    font-weight: 300;
}
.blog .inner-wrapper:nth-child(3n+4) {
	clear: left;
}
.blog .post-title {
	font-weight: 400;
}
.pagination {
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.pagination span, .pagination a {
	display:inline-block;
	padding:8px;
	font-size:0.875rem;
	background:#f1f1f1;
	border-radius:2px;
}

/* FAQ */
.wrapper.faq {
	margin-top:50px;
}
.question {
	margin:0 auto;
	max-width:860px;
	padding:30px 0;
	border-bottom:1px solid #f1f1f1;
}
.question h3 {
	position:relative;
	padding:0 40px 0 0;
	cursor:pointer;
	margin:0;
}
.question h3 span {
	position: absolute;
	top:0;
	right:0;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.question h3 span.rotate {
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.question .answer {
	margin-top:1rem;
	display:none;
}

/* Submenu */
.submenu {
	text-align: center;
	background:#f9f9f9;
	border-bottom: 1px solid #f1f1f1;
}
.submenu li {
	display:inline-block;
	line-height: 60px;
	margin:0 2rem 0 0;
}
#content .submenu li a {
	display:block;
	padding:0 20px;
	line-height: 60px;
}
#content .submenu li.current a {
	background:#9e4680;
	color:#fff;
}

/* GOOGLE MAPS */
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}
.acf-map img {
   max-width: inherit !important;
}
.infobox-content  .read-more:after {
	content: "\67";
    font-family: "ki-housing";
    vertical-align: middle;
    line-height: 1.5;
}
.infobox-content p, .infobox-content a {
	font-size: 0.9rem;
}
.infobox-content h4 {
	margin: 0.8rem 0 0.3rem;
}
.infobox-content {
	display: block;
    padding: 0 0 0.5rem 0;
}
.infobox {
    display: block;
    max-width: 450px;
    padding: 0.5rem 0 0.5rem 0.5rem;
}

/* FORMS */
.gform_wrapper	{
	background: #f1f1f1;
	border-radius: 2px;
	padding: 12px 20px;
}
#content .gform_wrapper label.gfield_label {
    font-size: 13px;
    font-weight: 400;
}
body #content .gform_wrapper .top_label div.ginput_container {
    margin-top: 2px;
}
body #content .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    font-family: inherit;
    font-size: inherit;
    letter-spacing: normal;
    padding: 7px 4px;
    border:2px solid #eee;
}
body #content .gform_wrapper textarea {
	padding: 7px 4px;
    border: 2px solid #eee;
}

/* FOOTER */
.footer {
	width: 100%;
	height: auto;
}
.footer>img {
	width: 100%;
	height: auto;
	float: left;
}
.footer_news	{
	padding:60px 0 360px 0;
}
.footer_news h2	{
	display:block;
	margin:0;
	padding:0;
}
.footer_news .abstract	{
	padding-top:10px;
}
.footer .footer-content {
	padding: 2rem 0 3rem 0;;
	background-color: #f9f9f9;
	border-top: 12px solid #850051;
	margin-top: -2px;
}
.footer-content img {
    display: block;
}
.footer-content .col {
    float: left;
    margin: 2rem 2% 0 0;
    width:32%;
}
.footer-content .col:nth-child(3) {
    margin: 2rem 0 0 0;
}
.footer-content .col p, .footer-content .col a {
    font-weight: 400;
    line-height: 1.5em;
    font-size: 0.9em;
}
.footer-content a {
	text-decoration: underline;
}
.footer-content .col.links	a	{
	font-size: 1rem;
	font-weight: 400;
	text-decoration: none;
	color:#850051;
}

.footer-content .col.links	a span	{
	vertical-align: middle;
	margin:0 0 0 4px;
}

/* MEDIA QUERIES ------------------------------------------------------ */

@media all and (max-width: 1660px) {
	/* HEADER */
	.menu-main-list li a {
		padding: 10px 13.5px;
	}
	.menu-main {
		width: calc(100% - 269px - 80px);
	}
	.logotype {
		margin: 0 80px 0 0;
	}
	/* FOOTER */
	.footer {
		overflow: hidden;
	}
	.footer .footer-content {
		padding: 2rem 0;
	}
	.footer-content img {
		float: left;
		margin-right: 80px;
	}
	
}
@media all and (max-width: 1160px) {
	.toggle-menu {
	    display: inline-block;
	}
	.menu-main-list {
		width: 100%;
	}
	.menu-main-list li {
		float: left;
		width:100%;
		line-height: 175%;
	}
	.toggle-menu {
	    display: inline-block;
	}
	.menu-main {
		display: none;
		width: calc(100% - 4rem);
		margin: 2rem 0 1rem;
	}
	.menu-main-list {
		width: 100%;
	}
	.menu-main-list li {
		float: left;
		width:100%;
		line-height: 175%;
	}
	.menu-main-list a {
	    padding: 5px 14px;
	}
	.sub-menu {
	    margin: 0.5rem 0;
	    width: 100%;
	}
	.sub-menu {
		position: relative;
		margin: 0;
		background:none;
	}
	.menu-main-list li:hover .sub-menu {
		display: none;
	}
	.logotype {
	    margin: 0;
	}
	.top-menu {
		overflow: visible;
	}
	.top-menu-second {
		display: block;
	}
	.top-menu .top-menu-list li:nth-child(1) {
		display: none;
	}
	.top-menu-second .top-menu-list {
	    float: left;
	    width: 100%;
	    margin-top: 0.5rem;
	}
	.top-menu-second .top-menu-list li:nth-child(3), .top-menu-second .top-menu-list li:nth-child(2) {
		display: none;
	}
	.menu-main-list li.menu-item-has-children > .icon-caret-down {
		display: block;
	    position:absolute;
	    top:0;
	    z-index:999;
	    right:5%;
	    line-height: 330%;
	    text-align: right;
	    cursor: pointer;
	}
	.menu-main-list li.menu-item-has-children > a {
		display: inline-block;
		width: calc(80% - 28px);
	}
	
	.menu-main-list .sub-menu li	{
		line-height: 100%;
	}
	
	.menu-main-list .sub-menu li a	{
		color:#252525 !important;
		padding: 3px 12px;
		font-size:0.8125rem;
	}
	
	.sub-menu li a:after, .sub-menu li a:hover:after {
    	display: none;
	}

}
@media all and (max-width: 1024px) {
	.wrapper {
		padding-left: 40px;
		padding-right: 40px;
	}
	.inner-wrapper {
		padding: 0 40px;
	}
	/* MENU */
	.header-news {
		padding: 0.4rem 0 0.5rem;
	}
	.header-news .wrapper {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 3px;
	}
	.flexslider .slides li {
		line-height: 30px;
	}
	.header-news .slides li a {
		line-height: 30px;
	}
	.header-news .icon-clock {
	    line-height: 10px;
	}
	.header-news .icon-cross {
	    line-height: 30px;
    }
	
	/* FRONTPAGE */
	.top-img {
		height: auto;
		margin: 0 0 4rem;
	}
	.top-img>img {
	    width: 100%;
	    max-width: none;
	}
	.topimg-content a {
	    display: block;
	    width: 230px;
	    margin: 0 auto;
	    padding: 10px 5px;
	    margin-top: 1rem;
	}
	.top-img .topimg-content {
		padding: 4rem;
	}
	/* PAGE */
	.abstract {
		padding-top: 0rem;
	}
	.entry, .single .entry {
		margin: 3rem 0 6rem 0;
	}
	/* - our accomodation areas */
	.accomodation-areas .accomodation-grid li .inner .acco-title {
		font-size: 0.9rem;
	}
	.accomodation-areas .accomodation-grid li .inner {
		padding: 1rem;
	}
	.abstract {
		margin: 0 0 5rem 0;
	}
	.textblock {
		margin: 5rem 0;
	}
	.accomodation-areas, .textblock.background {
    	padding: 5rem 0;
    }
    .accomodation-areas .accomodation-grid li {
		width: 33.3%;
	}
	.flex-direction-nav {
	    display: none;
	}
	.flex-viewport {
	    max-height: 400px !important;
	}
	/* FOOTER */
	.footer-content img {
		float: none;
	}
	.footer>img {
		max-width: none;
		width: 160%;
	}
	
}
@media all and (max-width: 768px) {
	p {
		font-size: 1rem;
	}
	/* HEADER */
	.header .wrapper {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 0;
	}
	.header-news .slides li a {
		font-size: 0.7rem;
	}
	.header-news .icon-clock {
		font-size: 1.2em;
	}
	.header-news .slides {
		width: 90%;
	}
	.header-news .icon-cross {
		width: 10%;
		font-size: 1.2rem;
	}
	.top-menu-list li:nth-child(1) {
	    margin: 0;
	}
	.top-menu-list li {
	    margin: 0 0 0 1rem;
	}
	.top-img>img {
		width: 150%;
	}
	
	.submenu li {
    	line-height: 50px;
		margin: 0 0.5rem 0 0;
	}
	
	#content .submenu li a {
    	line-height: 50px;
		padding: 0 10px;
		font-size:0.875rem;
	}

	/* FRONTPAGE */
	.accomodation-areas .accomodation-grid li {
		width: 50%;
	}
	.accomodation-areas .accomodation-grid li .inner .acco-subtitle {
		display: none;
	}
	/* - pagelinks */
	.pagelinks ul li {
		width: 100%;
		margin: 0 2% 2rem 0;
	}
	/* PAGE */
	.flex-viewport {
	    max-height: 300px !important;
	}
	.col33 {
		width: 100%;
	}
	.col33:nth-child(2), .col33:nth-child(3) {
	    width: 100%;
	    padding: 0;
	}
	.col50 {
	    float: none;
	    width: 100%;
	}
	.col50:nth-child(2) {
		padding: 0;
		width: 100%;
		margin-top: 1.5rem;
	}
	.blog.abstract {
    	float: left;
    	margin: 0 0 3rem 0;
		width: 100%;
	}
	/* - gallery */
	.galleryblock .inner-wrapper {
		padding: 0 2rem;	
	}
	.flex-viewport {
		max-height: 100% !important;
	}
	.flex-control-thumbs li {
	    width: 24% !important;
	}
	.flex-control-thumbs li:nth-child(6n+6) {
	    margin: 0 1% 0 0 !important;
	}
	.flex-control-thumbs li:nth-child(4n+4) {
	    margin: 0 0 0 0 !important;
	}	
	
	/* - Google maps */
	.infobox-image {
	    vertical-align: middle;
	    display: block;
	}
	iframe {
		width: 100%;
	}

	/* FOOTER */
	.footer>img {
		width: 350%;
	}
	.footer-content .col {
	    margin: 1rem 0 1rem 0;
	    width:100%;
	}

}
@media all and (max-width: 480px) {
	.wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
	h1 {
    	font-size: 2rem;
	}
	h2 {
		margin: 0 0 1.3rem;
	}
	h3 {
    	font-size: 1.2rem;
	}

	h4 {
    	font-size: 1.15rem;
		font-weight: 300;
		line-height: 150%;
		margin: 1.4rem 0 0.6rem;
	}
	/* HEADER */
	.menu-main {
		margin: 2rem 0;
		width: 100%;
	}
	.sub-menu {
		width: 100%;
	}
	.top-menu {
		padding: 1rem 0;
	}
	a.arrow:after {
		font-size: 0.7rem;
	}
	
	.submenu li {
    	line-height: 40px;
		margin: 0;
		display:block;
	}
	
	#content .submenu li a {
    	line-height: 40px;
		padding: 0 10px;
		font-size:0.8125rem;
	}
	
	/* FRONTPAGE */
	.top-img .topimg-content {
	    padding: 4rem 0;
	}
	.top-img>img {
		width: 190%;
	}
	.accomodation-areas .accomodation-grid li {
		width: 100%;
	}
	.accomodation-areas, .textblock.background {
    	padding: 3rem 0;
	}
	.textblock {
    	margin: 3rem 0;
	}

	/* PAGE */
	.wrapper.faq {
    	margin-top: 30px;
	}
	
	/* - gallery */
	.flex-control-thumbs li {
	    width: 32% !important;
	}
	.flex-control-thumbs li:nth-child(3n+3) {
	    margin: 0 0 0 0 !important;
	}
	.flex-control-thumbs li:nth-child(4n+4) {
	    margin: 0 1% 0 0 !important;
	}
	
	/* FOOTER */
	.footer>img {
	    width: 400%;
	}
	.footer-content .col {
		float: left;
	}
	
}
@media all and (max-width: 390px) {
	.header-news .slides li a {
    	font-size: 0.6rem;
	}
	.top-menu-list li {
	    margin: 0 0 0.7rem 1rem;
	}
	.logotype {
		max-width: 230px;
	}
	.toggle-menu {
	    margin-top: 1.5rem;
	}
}