﻿@charset "UTF-8";
/*main*/
/*secondary*/
/*bold*/
@font-face {
  font-family: "SketchFlowPrint";
  src: url("../fonts/SketchFlowPrint.eot?#iefix") format("embedded-opentype"), url("../fonts/SketchFlowPrint.woff") format("woff"), url("../fonts/SketchFlowPrint.ttf") format("truetype"), url("../fonts/SketchFlowPrint.svg#SketchFlowPrint") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SketchFlowPrint";
  src: url("../fonts/SketchFlowPrint.eot?#iefix") format("embedded-opentype"), url("../fonts/SketchFlowPrint.woff") format("woff"), url("../fonts/SketchFlowPrint.ttf") format("truetype"), url("../fonts/SketchFlowPrint.svg#SketchFlowPrint") format("svg");
  font-weight: normal;
  font-style: normal;
}
.form-group input[type=text]::-webkit-input-placeholder {
  color: #808080 !important;
  opacity: 1 !important;
}

.form-group input[type=text]:-moz-placeholder {
  color: #808080 !important;
}

.form-group input[type=text]::-moz-placeholder {
  color: #808080 !important;
}

.form-group input[type=text]:-ms-input-placeholder {
  color: #808080 !important;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}

html {
  height: auto !important;
  font-size: 16px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

:root {
  --primary-color: $primaryColor;
  --color-in-primary: "#fff";
}

body {
  /*font-family: $fontFamily;*/
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #000;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 300;
}

b,
strong {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 300;
  font-weight: 700;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 20px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 300;
}

h3 {
  font-size: 16px;
  font-weight: 500;
}

a {
  cursor: pointer;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.full-width {
  width: 100%;
}

.margin-top-20px {
  margin-top: 20px;
}

.font-bold {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 300;
}

.clear-both {
  clear: both;
}

label {
  font-weight: 300;
}

.link {
  color: #009de0;
}

.link:active,
.link:focus,
.link:hover {
  color: #009de0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

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

.form-group {
  /*display: inline-block;
  width: 100%;*/
  /* Chrome/Opera/Safari */
  /* Firefox 19+ */
  /* IE 10+ */
  /* Firefox 18- */
}
.form-group ::-ms-clear {
  width: 0;
  height: 0;
}
.form-group input[type=email],
.form-group input[type=number],
.form-group input[type=password],
.form-group input[type=text],
.form-group select {
  width: 100%;
  height: 46px;
  background: #f9f9f9;
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  display: inline-block;
  padding-left: 15px;
  color: #009de0;
}
.form-group input[type=email]:disabled,
.form-group input[type=number]:disabled,
.form-group input[type=password]:disabled,
.form-group input[type=text]:disabled {
  color: #b1b1b1;
}
.form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #f9f9f9 url("/images/select-caret.png") no-repeat center right 10px;
}
.form-group select::-ms-expand {
  display: none;
}
.form-group textarea {
  width: 100%;
  min-height: 80px;
  resize: none;
  background: #f9f9f9;
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  display: inline-block;
  padding: 5px 15px;
  color: #009de0;
}
.form-group input[type=email]::-webkit-input-placeholder,
.form-group input[type=password]::-webkit-input-placeholder,
.form-group input[type=text]::-webkit-input-placeholder,
.form-group select::-webkit-input-placeholder {
  color: #cbcbcb;
}
.form-group input[type=email]::-moz-placeholder,
.form-group input[type=password]::-moz-placeholder,
.form-group input[type=text]::-moz-placeholder,
.form-group select::-moz-placeholder {
  color: #cbcbcb;
}
.form-group input[type=email]:-ms-input-placeholder,
.form-group input[type=password]:-ms-input-placeholder,
.form-group input[type=text]:-ms-input-placeholder,
.form-group select:-ms-input-placeholder {
  color: #cbcbcb;
}
.form-group input[type=email]:-moz-placeholder,
.form-group input[type=password]:-moz-placeholder,
.form-group input[type=text]:-moz-placeholder,
.form-group select:-moz-placeholder {
  color: #cbcbcb;
}
.form-group label {
  font-weight: normal;
}
.form-group .validation-indicator,
.form-group .validation-indicator-not-input {
  position: relative;
}
.form-group .validation-indicator-not-input::before,
.form-group .validation-indicator::before {
  content: "\f06a";
  font-family: "Font Awesome 5 pro";
  font-style: normal;
  color: red;
  position: relative;
  z-index: 2;
  font-weight: 900;
}
.form-group .validation-indicator::before {
  float: right;
  margin-right: 17px;
  margin-top: -34px;
}
.form-group .validation-indicator-not-input::before {
  float: right;
  margin-right: 9px;
  margin-top: -1px;
}
.form-group .search-loop {
  margin-right: 10px;
  margin-top: -34px;
  float: right;
  z-index: 10;
  cursor: pointer;
  position: relative;
  color: #009de0;
}

.form-group.required input[type=email],
.form-group.required input[type=password],
.form-group.required input[type=text],
.form-group.required select {
  color: red;
}
.form-group.required label::before {
  content: "*";
  margin-right: 6px;
  color: #666;
}

.form-group .valid input[type=email],
.form-group .valid input[type=password],
.form-group .valid input[type=text],
.form-group .valid select,
.form-group.valid input[type=email],
.form-group.valid input[type=password],
.form-group.valid input[type=text],
.form-group.valid select {
  color: #009de0;
}

.form-group .valid .validation-indicator-not-input::before,
.form-group .valid .validation-indicator::before,
.form-group.valid .validation-indicator-not-input::before,
.form-group.valid .validation-indicator::before {
  content: "\f058";
  color: #009de0;
}

.form-group.valid input[type=email]:disabled,
.form-group.valid input[type=number]:disabled,
.form-group.valid input[type=password]:disabled,
.form-group.valid input[type=text]:disabled {
  color: #b1b1b1;
}

.go-top {
  position: fixed;
  display: none;
  bottom: 50px;
  right: 50px;
  padding: 12px 14px 8px;
  z-index: 1000;
  cursor: pointer;
  text-align: center;
  background: #009de0;
  color: #fff;
  font-size: 12px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.35);
}
.go-top span {
  font-size: 30px;
  display: block;
}

/* header */
header {
  z-index: 2;
  width: 100%;
}

/*header-top*/
.header-top {
  padding: 0 15px;
  background: #1a1a1a url("../images/header-top.png") no-repeat center 0;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 100;
  color: #fff;
}
.header-top ul {
  float: left;
  padding: 7px 0;
  margin: 0;
  list-style: none outside none;
}
.header-top ul li {
  float: left;
  font-weight: 300;
  padding: 0 15px;
  position: relative;
}
.header-top ul li:after {
  width: 1px;
  height: 20px;
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  border-right: 1px solid rgb(73, 73, 73);
}
.header-top ul li:last-child:after {
  border: 0;
}
.header-top .phone {
  background: url("../images/phone.png") no-repeat 0 center;
  padding-left: 20px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}
.header-top .phone-hours, .header-top .expedition-hours {
  font-size: 15px;
}
.header-top .e-mail a {
  margin: 5px 0 4px;
  display: block;
  width: 20px;
  height: 13px;
  background: url("../images/envelope.png") no-repeat 0 0;
}
.header-top .quick-links span {
  border-right: 1px solid #aaa;
  padding-right: 5px;
  margin-right: 5px;
  display: inline-block;
  line-height: 14px;
}
.header-top .quick-links div:last-of-type span:last-of-type {
  border: none;
}
.header-top .header-search {
  float: right;
  margin-right: 40px;
  position: relative;
}

/* header */
.header {
  background: #009de0;
  display: inline-block;
  width: 100%;
  height: 60px;
  margin-top: -5px;
  position: relative;
  /* Login box */
}
.header .logo-wrapper {
  display: inline-block;
  margin-top: 10px;
}
.header .logo-wrapper img {
  width: 100%;
}
.header .nav.navbar-nav li {
  border-left: 1px solid #4996b9;
}
.header .nav.navbar-nav li a {
  color: #fff;
  font-size: 20px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 20px 18px 24px;
  font-weight: 300;
}
.header .nav.navbar-nav li a:hover {
  background: #fff;
  color: #009de0;
}
.header > .nav.navbar-nav > li {
  position: relative;
}
.header > .nav.navbar-nav > li:first-child {
  border-left: 1px solid #eaeaea;
}
.header > .nav.navbar-nav > li > a {
  width: 100%;
  padding: 10px 30px;
  color: #fff;
}
.header li > a.dropdown-btn {
  background-image: url("/images/header-arrow.png");
  background-repeat: no-repeat;
  background-position: center bottom 15px;
  color: #fff;
}
.header li.active > a.dropdown-btn {
  color: #fff;
  background-color: #009de0;
  background-image: url("/images/header-arrow-active.png");
}
.header .dropdown-menu {
  display: none;
}
.header .dropdown-menu .nav.navbar-nav {
  float: none;
}
.header .dropdown-menu li {
  width: 100%;
}
.header .dropdown-menu li a {
  background-color: #009de0;
  color: #fff;
}
.header .dropdown-menu li a:hover {
  text-decoration: none;
}
.header .dropdown-menu.active {
  background-color: #009de0;
  display: inline-block;
  position: absolute;
  width: 100%;
  left: 0;
  border: 0;
  border-left: 1px solid transparent;
  border-radius: 0;
}
.header .header-top-login {
  background: #ededed;
  height: 93px;
  line-height: 74px;
  width: 160px;
  padding: 10px 30px;
  display: inline-block;
  position: relative;
}
.header .header-top-login > div > a {
  color: #fff;
}
.header .header-top-login button.arrow-down {
  border: none;
  background: transparent;
  margin-left: 10px;
  width: 25px;
}
.header .header-top-login button.arrow-down i.fa {
  font-size: 30px;
  vertical-align: middle;
  color: #009de0;
}
.header .header-top-login .show-login-box {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  position: absolute;
  right: 0;
  top: 100%;
  width: 250px;
  background: #fff;
  padding: 15px;
  line-height: 22px;
}
.header .header-top-login .show-login-box .form-group {
  height: auto;
}
.header .header-top-login .show-login-box.loggedon {
  width: 160px;
}
.header .header-top-login .show-login-box.loggedon .btn {
  margin: 0 auto;
  display: block;
}

/* forside */
front-page-feature-box {
  display: table;
  width: 100%;
  margin-top: -6px;
}
front-page-feature-box .index-page-content {
  display: table-row;
  width: 100%;
  background: #EFEFEF;
  text-align: center;
  margin-top: -5px;
}
front-page-feature-box .index-page-content > div {
  border: 1px solid #E0E0E0;
  padding: 20px 35px;
  display: table-cell;
  float: none;
}
front-page-feature-box .index-page-content a {
  color: #000;
}
front-page-feature-box .index-page-content a i {
  font-size: 30px;
}
front-page-feature-box .index-page-content a:hover {
  color: #009de0;
}

.front-page-slider {
  height: 625px;
  width: 100%;
  display: inline-block;
}
.front-page-slider .carousel-inner {
  height: 100%;
}
.front-page-slider .carousel-inner .item {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.front-page-slider .box {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.front-page-slider .box .text-box {
  height: 565px;
  width: 100%;
  display: table;
  z-index: 1111;
  position: relative;
}
.front-page-slider .box .text-box .text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.front-page-slider .box .text-box .text .outer-text-wrapper {
  display: inline-block;
  padding: 10px;
  border-radius: 9px;
  background-color: rgba(255, 255, 255, 0.38);
}
.front-page-slider .box .text-box .text .text-wrapper {
  margin: 0 auto;
  max-width: 930px;
  padding: 14px 30px 0 30px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}
.front-page-slider .box .text-box .text .text-wrapper .btn-large {
  padding: 10px 25px;
  margin: 5px 10px;
}
.front-page-slider .box .text-box .text .text-wrapper h2 {
  color: #000;
  margin: 0 0 5px;
  display: inline-block;
  width: 100%;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 34px;
}
.front-page-slider .box .text-box .text .text-wrapper h4 {
  font-size: 26px;
  line-height: 32px;
  color: #009de0;
  display: inline-block;
  width: 100%;
  margin: 5px 0 20px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 300;
}
.front-page-slider .box .mask {
  background: rgba(255, 255, 255, 0.5) url("../images/slider-mask.png") no-repeat 0 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.frontpage-news {
  padding-top: 20px;
  margin-bottom: 40px;
  position: relative;
}
.frontpage-news h1 {
  text-align: center;
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 25px;
  font-size: 40px;
  line-height: 32px;
  text-align: center;
}
.frontpage-news .frontpage-news-item {
  border: 1px solid #ccc;
  height: 430px;
  color: #000;
}
.frontpage-news .frontpage-news-item .box {
  padding: 0 15px;
  display: block;
}
.frontpage-news .frontpage-news-item .date {
  margin-top: 0;
  font-size: 16px;
  font-weight: 300;
  color: #009de0;
  margin-bottom: 10px;
  display: block;
}
.frontpage-news .frontpage-news-item h2 {
  color: #009de0;
  font-size: 22px;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
}
.frontpage-news .frontpage-news-item p {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 300;
  height: 90px;
  overflow: hidden;
}
.frontpage-news .frontpage-news-item a {
  color: #000;
}
.frontpage-news .frontpage-news-item img {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
.frontpage-news .frontpage-news-item a:hover, .frontpage-news .frontpage-news-item a:focus {
  text-decoration: none;
}
.frontpage-news .prev {
  background: url("../images/left-arrow.png") no-repeat 0 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: -75px;
  width: 52px;
  height: 103px;
  margin-top: -51px;
}
.frontpage-news .prev:hover {
  background: url("../images/left-arrow-hover.png") no-repeat 0 0;
}
.frontpage-news .next {
  background: url("../images/right-arrow.png") no-repeat 0 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  right: -75px;
  width: 52px;
  height: 103px;
  margin-top: -51px;
}
.frontpage-news .next:hover {
  background: url("../images/right-arrow-hover.png") no-repeat -1px 0;
}
.frontpage-news .owl-pagination {
  display: none;
}
.frontpage-news .slider {
  position: relative;
}
.frontpage-news .slider ul {
  overflow: hidden;
  list-style: none outside none;
}
.frontpage-news .slider .owl-nav {
  display: none;
}

.frontpage-news-outer-wrapper {
  position: relative;
}

.frontpage-contact .description {
  text-align: center;
}
.frontpage-contact .contact-form textarea {
  height: 229px;
}

.frontpage-available-tenancies .description {
  text-align: center;
}
.frontpage-available-tenancies .featured-housing {
  padding: 0 90px;
}

.fp-grid {
  display: table;
}
.fp-grid .fp-row {
  display: table-row;
}
.fp-grid .fp-row .fp-cell {
  display: table-cell;
  padding: 0 15px;
  width: 50%;
  vertical-align: top;
  /* border: 1px solid $borderColor; */
}
.fp-grid .fp-row .fp-cell:last-child {
  border-left: none;
}
.fp-grid .fp-row .fp-cell:first-child:last-child {
  border-left: 1px solid #E0E0E0;
}

/* drift status */
.drift-status {
  background: #f0cb00;
}
.drift-status .status {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 300;
}
.drift-status .status .icon {
  float: left;
  width: 5%;
  font-size: 40px;
}
.drift-status .status p {
  display: inline-block;
  float: left;
  width: 92%;
  margin: 15px 0;
  color: #fff;
  text-align: left;
  font-size: 18px;
}
.drift-status .status .yellow-status {
  color: #000;
}
.drift-status .status p.grey-status {
  color: #656565;
}
.drift-status .status .close {
  float: right;
  width: 5%;
  font-size: 20px;
  line-height: 54px;
  color: #fff;
  opacity: 1;
  text-shadow: none;
}
.drift-status .status:first-of-type {
  margin-top: 0;
}
.drift-status .status.Driftstatus {
  color: #000;
}
.drift-status .status.Driftstatus .close {
  color: #000;
}
.drift-status .status.Information {
  background: #E3DDDD;
  color: #656565;
}
.drift-status .status.Information .close {
  color: #656565;
}

/* banner */
.banner {
  display: inline-block;
  width: 100%;
  height: 320px;
  background-image: url("/images/banner-default.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 70px 0;
  margin-top: -5px;
}
.banner h1.banner-title {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 30px 0 10px;
  font-size: 40px;
}
.banner p.banner-text {
  display: block;
  width: 100%;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  font-size: 20px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 300;
}
.banner .banner-btn-box {
  text-align: center;
  margin-top: 8px;
}

/* main */
main {
  z-index: 11;
  position: relative;
}

.sidebar {
  padding-bottom: 20px;
  padding-top: 20px;
}

.editor-field {
  padding-top: 15px;
  padding-bottom: 15px;
  /* image caption */
  /* rich text images */
}
.editor-field ol,
.editor-field ul {
  padding-left: 25px;
}
.editor-field img {
  width: 100%;
  height: auto;
}
.editor-field .top-image {
  margin-bottom: 10px;
}
.editor-field .carousel-indicators {
  padding-left: 0;
}
.editor-field .dreambroker iframe {
  width: 100% !important;
}
.editor-field a {
  cursor: pointer;
  color: #009de0;
}
.editor-field a:hover {
  color: #009de0;
}
.editor-field a:active {
  color: #009de0;
}
.editor-field a:focus {
  color: #009de0;
}
.editor-field p.caption {
  font-size: 12px;
  margin: 3px 0 10px;
  color: #666;
}
.editor-field img#__mcenew {
  width: auto;
  max-width: 100%;
}

.contact-profiles {
  padding: 15px 0;
  vertical-align: top;
}
.contact-profiles a,
.contact-profiles a:focus,
.contact-profiles a:hover {
  color: black;
  text-decoration: none;
}
.contact-profiles .contactPicture {
  margin-bottom: 10px;
}
.contact-profiles .contactPicture img {
  width: 100%;
}
.contact-profiles .fa {
  width: 18px;
  text-align: center;
}
.contact-profiles .open-modal {
  color: #009de0;
}

.downloads {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.downloads h2 {
  display: inline-block;
  margin: 0;
  padding: 10px 15px;
  background-color: #009de0;
}
.downloads h2 span {
  color: #ffffff;
}
.downloads .description {
  border: 1px solid #E0E0E0;
  display: inline-block;
  width: 100%;
  float: left;
  position: relative;
  padding-right: 47px;
}
.downloads .description span {
  display: inline-block;
  padding: 10px 15px;
  float: left;
}
.downloads .description a {
  padding: 10px 15px;
  border-left: 1px solid #E0E0E0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.downloads .files-box {
  border-bottom: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
  display: inline-block;
  width: 100%;
  float: left;
}
.downloads .file-for-download {
  font-size: 14px;
  display: inline-block;
  width: 100%;
  float: left;
  color: #000;
  word-break: break-word;
  padding: 5px 10px;
}
.downloads .file-for-download .string {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 50%;
}
.downloads .file-for-download .icon {
  font-size: 14px;
  float: left;
  padding-right: 5px;
}
.downloads .file-for-download:hover {
  color: #000;
  text-decoration: underline;
}

/* carousel */
.carousel .carousel-control {
  background: #fff;
  top: 39%;
  bottom: 39%;
  width: 12%;
  opacity: 1;
  color: #000;
  height: 55px;
  width: 55px;
}
.carousel .carousel-control .glyphicon {
  font-size: 30px;
  text-shadow: none;
}
.carousel .carousel-control:active,
.carousel .carousel-control:focus,
.carousel .carousel-control:hover {
  background: #fff;
  color: #000;
}
.carousel .item img {
  width: 100%;
}

/* sidebar */
.sidebar h1 {
  margin: 0 0 6px;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  border-radius: 0;
  box-shadow: none !important;
  border: 0 !important;
  display: block;
  width: 100%;
  font-weight: 400;
  text-align: left;
  padding: 3px 10px;
  background: #009de0;
}

ul.sidebar-nav {
  list-style: none;
  margin: 6px 0 20px;
  font-size: 16px;
  padding: 0 11px 0 22px;
  background: #ccc;
}
ul.sidebar-nav li {
  border-bottom: 1px solid #fff;
}
ul.sidebar-nav li:last-child {
  border: 0;
}
ul.sidebar-nav > li:last-of-type a {
  border: none;
}
ul.sidebar-nav li a {
  color: #000;
  border-bottom: 1px solid #cbcbcb;
  width: 100%;
  display: inline-block;
  height: 35px;
  line-height: 38px;
}
ul.sidebar-nav li a:hover,
ul.sidebar-nav li.active > a {
  color: #009de0;
  text-decoration: none;
}
ul.sidebar-nav ul {
  list-style: none;
  margin: 0 0 0 20px;
}

/* info-box */
.info-box {
  padding: 15px 0;
}
.info-box .icon {
  font-size: 35px;
  text-align: center;
}
.info-box p {
  font-size: 20px;
  margin: 20px 25px;
  text-align: center;
}
.info-box .btn {
  display: block;
  text-align: center;
  margin: 30px 40px;
}

/* sidebar news */
.side-news {
  margin: 20px 0;
}
.side-news h2 {
  margin: 15px 0 5px;
  padding: 0 20px;
  display: inline-block;
  width: 100%;
}
.side-news .side-item {
  display: block;
  padding: 15px 0;
  margin: 0 20px;
  border-bottom: 1px solid #999999;
}
.side-news .side-item .side-date {
  display: inline-block;
  width: 100%;
  color: #999999;
}
.side-news .side-item .side-title {
  display: inline-block;
  width: 100%;
  color: #000;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 300;
}
.side-news .side-item p {
  margin-bottom: 0;
}
.side-news .side-item:last-of-type {
  border: none;
}
.side-news .side-link {
  padding: 7px 15px;
  margin: 15px 0 0;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.side-news .side-link .fa {
  margin-right: 5px;
  font-size: 16px;
}

/* box colors */
.dark-box {
  background: #1B3541;
  color: #fff;
}

.light-box {
  background: #EFEFEF;
}

/* breadcrumb */
.header-breadcrumb {
  background: transparent;
  height: 45px;
  border-bottom: 1px solid #f7f7f7;
}

.breadcrumb {
  background: transparent;
  padding: 3px 0 6px;
  margin: 0;
  height: 45px;
  line-height: 36px;
  font-size: 14px;
}
.breadcrumb > li + li:before {
  font-family: FontAwesome;
  font-style: normal;
  content: ">";
  color: #A6A6A6;
  vertical-align: top;
}
.breadcrumb a {
  color: #A6A6A6;
}
.breadcrumb a:hover {
  text-decoration: none;
}
.breadcrumb .active {
  color: #333;
  color: #009de0;
}

/* footer */
footer.footer {
  background: #d3d3d3 url("../images/footer-bg.png") repeat-x center 0;
  position: relative;
  padding-top: 17px;
  z-index: 1;
  height: 380px;
}
footer.footer .footer-editor {
  padding-right: 50px;
}
footer.footer .contact-info {
  padding-top: 15px;
}
footer.footer .contact-info > div {
  padding: 10px 0;
}
footer.footer .contact-info > div a {
  padding: 5px 0;
  color: #000;
  text-decoration: none;
  display: inline-block;
}
footer.footer .contact-info > div a i {
  width: 22px;
}
footer.footer .contact-info > div .phone {
  padding: 5px 0;
  color: #000;
  text-decoration: none;
  display: inline-block;
}
footer.footer .contact-info > div .phone i {
  width: 22px;
}
footer.footer .contact-info > div .phone span {
  font-size: 26px;
}
footer.footer ul.link-wrapper {
  list-style: none;
  padding-top: 5px;
  padding-bottom: 10px;
}
footer.footer ul.link-wrapper li {
  padding: 0;
}
footer.footer ul.link-wrapper a {
  color: #3b3b3b;
}
footer.footer .footer-top {
  padding-bottom: 20px;
}
footer.footer .footer-top .footer-logo {
  padding-bottom: 24px;
  width: 33px;
}
footer.footer .footer-top p strong {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}
footer.footer .footer-top .footer-nav {
  padding-left: 40px;
}
footer.footer .footer-top .row h3 {
  margin: 0;
  padding-bottom: 28px;
  font-weight: 300;
  color: #fff;
  text-transform: capitalize;
  font-size: 24px;
}
footer.footer .footer-top .row ul {
  list-style: none outside none;
  float: left;
  width: 50%;
}
footer.footer .footer-top .row ul li a {
  color: #000;
  line-height: 30px;
}
footer.footer .footer-top .row ul li a:hover {
  color: #009de0;
  text-decoration: none;
}
footer.footer .footer-top .row .phone {
  font-size: 26px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
  /*background: url("/images/footer-icon-phone.png") no-repeat 0 7px;*/
  /*padding-left: 25px;*/
  margin: 0;
  color: #000;
}
footer.footer .footer-top .row .phone .fa {
  margin-right: 5px;
}
footer.footer .footer-top .row .phone a {
  color: #000;
}
footer.footer .footer-top .row .mail {
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  /*background: url("/images/footer-icon-envelope.png") no-repeat 0 7px;*/
  /*padding-left: 25px;*/
  margin: 0 0 10px;
}
footer.footer .footer-top .row .mail .fa {
  margin-right: 5px;
}
footer.footer .footer-top .row .mail a {
  color: #000;
}
footer.footer .footer-top .row h4 {
  margin: 15px 0 0;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
footer.footer .footer-top .row p {
  color: #000;
  padding: 0;
  margin: 0;
}
footer.footer .footer-top .row .see-more {
  margin-top: 15px;
  color: #000;
  display: inline-block;
}
footer.footer .footer-top .row-mobile {
  display: none;
}
footer.footer .footer-top .row-mobile h3.footer-title {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 30px;
}
footer.footer .footer-top .row-mobile h3.footer-title img {
  margin-right: 15px;
}
footer.footer .footer-top .row-mobile p img {
  margin-right: 5px;
}
footer.footer .footer-bot {
  background: #fff;
  text-align: center;
  padding: 15px 0;
}
footer.footer .footer-bot p {
  color: #ccc;
}
footer.footer .footer-bot p span {
  color: #999;
}
footer.footer .free-text a {
  color: #009de0;
}

/* news page */
.controls-bar {
  width: 100%;
  margin: 10px 0;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}
.controls-bar select {
  height: 56px;
  width: 100%;
  color: #009de0;
  border-color: #e5e5e5;
  padding: 15px;
  margin-top: -1px;
}
.controls-bar select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("/images/select-caret.png") no-repeat center right 10px;
}
.controls-bar select::-ms-expand {
  display: none;
}
.controls-bar .kategori-select {
  padding: 10px 15px;
}
.controls-bar .kategori-select .btn {
  margin-right: 5px;
}
.controls-bar .view-controls {
  height: 54px;
  line-height: 50px;
  font-size: 16px;
}
.controls-bar .view-controls > span {
  padding-left: 10px;
  float: right;
}
.controls-bar .view-controls > span.icon a {
  font-size: 20px;
  line-height: 54px;
  color: #999999;
}
.controls-bar .view-controls > span.icon.active a {
  color: #009de0;
}

.news-page {
  display: inline-block;
  width: 100%;
  padding-bottom: 250px;
  padding-left: 15px;
  padding-right: 15px;
}
.news-page .news-grid {
  vertical-align: top;
  position: relative;
  display: inline-block;
  float: none;
}
.news-page .news-img img {
  width: 100%;
}
.news-page .news-date {
  font-size: 12px;
  color: #A6A6A6;
  margin-top: 5px;
}
.news-page h2 {
  margin: 10px 0;
}
.news-page a {
  color: #000;
  border: 2px solid transparent;
  display: inline-block;
  padding: 15px;
  margin-bottom: 15px;
}
.news-page a.focus-news {
  color: #009de0;
  border-color: #009de0;
}
.news-page a.list {
  padding-left: 0;
}
.news-page a:hover {
  color: #009de0;
  border-color: #009de0;
}
.news-page .pager li > a:focus,
.news-page .pager li > a:hover {
  background-color: #ffffff;
}

.manchet {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 300;
}

.news-mail-list {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background: #ededed;
}
.news-mail-list h3 {
  margin: 76px 0;
}
.news-mail-list .controls {
  margin: 90px 0;
  height: 50px;
}
.news-mail-list .controls input[type=text] {
  width: 340px;
  padding: 12px 15px 11px;
  border: none;
  margin-right: 5px;
  vertical-align: bottom;
}
.news-mail-list .controls input[type=button] {
  padding: 12px 20px 11px;
}

.back-btn {
  margin: 15px 0;
}

/* Faq */
.faq .faq-item {
  padding-top: 15px;
}
.faq .faq-item .faq-kategori {
  cursor: pointer;
  position: relative;
  height: 255px;
  background-size: cover;
  background-position: center;
}
.faq .faq-item .faq-kategori img {
  width: 100%;
}
.faq .faq-item .faq-kategori .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(47, 47, 47, 0.6);
  color: #fff;
  padding: 20px 35px;
  text-align: center;
}
.faq .faq-item .faq-kategori .info h3 {
  margin-top: 60px;
  font-size: 20px;
}
.faq .faq-item .faq-kategori .info a {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 300;
  color: #009de0;
  display: inline-block;
  height: 50px;
  background: url("/images/vertical-arrow-closed.png") no-repeat center bottom 10px;
}
.faq .faq-item .faq-kategori:hover {
  opacity: 0.8;
}
.faq .faq-item .faq-kategori.active {
  /*height: 270px;*/
}
.faq .faq-item .faq-kategori.active .info {
  height: auto;
  bottom: 0;
  top: auto;
  padding: 20px 35px 10px;
}
.faq .faq-item .faq-kategori.active .info h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.faq .faq-item .faq-kategori.active .info p {
  display: none;
}
.faq .faq-item .faq-kategori.active .info a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 50px;
  height: 25px;
  background-image: url("/images/vertical-arrow-open.png");
}
.faq .faq-questions {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.faq .faq-questions .question-answer {
  margin: 5px 0;
  display: inline-block;
  width: 100%;
}
.faq .faq-questions .answer {
  padding: 15px 35px 15px 15px;
  background: #ededed;
  width: 100%;
  display: inline-block;
  color: #000;
  font-size: 20px;
  position: relative;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 300;
}
.faq .faq-questions .answer .open-close {
  position: absolute;
  right: 20px;
  top: 18px;
  font-size: 14px;
}
.faq .faq-questions .answer:hover {
  text-decoration: none;
}
.faq .faq-questions .question {
  padding-top: 15px;
  padding-left: 15px;
}
.faq .faq-questions .question > div {
  padding: 15px;
  background: #ededed;
  font-size: 16px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 300;
  position: relative;
}
.faq .faq-questions .question > div a {
  color: #009de0;
}
.faq .faq-questions .question > div ul,
.faq .faq-questions .question > div ol {
  padding-left: 25px;
}
.faq .faq-questions .question > div:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 12px;
  top: -12px;
  display: inline-block;
  background: url("/images/bubble-pointer.png") no-repeat center;
  background-size: 100%;
}
.faq .faq-questions.full-width-questions {
  padding: 15px 100px;
}

/* Paging */
.paging li a {
  color: #000;
}
.paging li a:hover {
  color: #009de0;
  border-color: #009de0;
  background-color: #ffffff;
}
.paging li a.active {
  color: #009de0;
  border-color: #009de0;
  background-color: #ffffff;
}

/* global search */
.ezsearch-form-page {
  padding-bottom: 200px;
}
.ezsearch-form-page .ezsearch-form {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  height: 155px;
  background: #ededed;
  z-index: 1;
}
.ezsearch-form-page .ezsearch-form .page-filters {
  display: inline-block;
  margin: 48px auto;
}
.ezsearch-form-page .ezsearch-form .page-filters input[type=text] {
  background: #f9f9f9;
  color: #009de0;
  padding: 15px;
  border: 0;
  width: 400px;
  font-size: 20px;
  font-style: italic;
}
.ezsearch-form-page .ezsearch-form .page-filters button {
  padding: 5px;
  border: 0;
  height: 50px;
  width: 40px;
  background: transparent;
  margin-left: -40px;
  color: #009de0;
  font-size: 20px;
}
.ezsearch-form-page .ezsearch-form .page-filters .ezsearch-summary {
  color: #009de0;
  font-size: 20px;
  padding: 15px;
  display: inline-block;
}
.ezsearch-form-page .ezsearch-form .page-filters .ezsearch-summary p {
  margin-bottom: 0;
}
.ezsearch-form-page .search-pager {
  margin-bottom: -170px;
}
.ezsearch-form-page .search-pager a {
  color: #000;
}
.ezsearch-form-page .search-pager a.focus, .ezsearch-form-page .search-pager a:focus {
  color: #009de0;
  border-color: #009de0;
}
.ezsearch-form-page .search-pager a.list {
  padding-left: 0;
}
.ezsearch-form-page .search-pager a.active {
  color: #009de0;
  border-color: #009de0;
}
.ezsearch-form-page .search-pager a:hover {
  color: #009de0;
  border-color: #009de0;
}
.ezsearch-form-page .search-pager li > a:focus,
.ezsearch-form-page .search-pager li > a:hover {
  background-color: #ffffff;
}
.ezsearch-form-page .ezsearch-results {
  padding: 130px 100px 20px;
}
.ezsearch-form-page .ezsearch-results .ezsearch-result {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
}
.ezsearch-form-page .ezsearch-results .ezsearch-result h2 {
  margin: 10px 0 0;
  font-size: 22px;
}
.ezsearch-form-page .ezsearch-results .ezsearch-result h2 a {
  color: #000;
}
.ezsearch-form-page .ezsearch-results .ezsearch-result p {
  margin-bottom: 0;
}
.ezsearch-form-page .ezsearch-results .ezsearch-result p.smaller-text {
  margin-bottom: 10px;
}
.ezsearch-form-page .ezsearch-results .ezsearch-result p.smaller-text a {
  color: #009de0;
}
.ezsearch-form-page .ezsearch-results .ezsearch-result .head-paragraph {
  font-weight: bold;
}
.ezsearch-form-page .ezsearch-no-results {
  padding-top: 170px;
  padding-bottom: 20px;
}

.widget-button-search {
  margin-top: 7px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  background: url("../images/mobile-search.png") no-repeat 0 0;
  background-size: 100%;
  border: 0 !important;
  box-shadow: none !important;
}

#showHeaderLogin {
  background: #cfcfd0;
  position: absolute;
  border: 1px solid #fff;
  border-radius: 4px;
  width: 477px;
  left: auto;
  right: 0;
}
#showHeaderLogin .form-group {
  overflow: hidden;
  margin-bottom: 0;
}
#showHeaderLogin .ezSearch-field {
  float: left;
  border: 0;
  width: 421px;
  padding: 9px 24px;
  color: #000;
  background: transparent;
  font-size: 20px;
}
#showHeaderLogin .ezSearch-field::-webkit-input-placeholder {
  color: #000;
}
#showHeaderLogin .ezSearch-field:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
#showHeaderLogin .ezSearch-field::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
#showHeaderLogin .ezSearch-field:-ms-input-placeholder {
  color: #000;
}
#showHeaderLogin .search-btn {
  float: left;
  width: 50px;
  height: 48px;
  border: 0;
  background: url("../images/loop.png") no-repeat center center;
}

/* separate */
.margin-left {
  margin-left: 5px;
}

/* buttons */
/*PNR has implementet this when implementing signup, but I thinks it is usefull for all buttons?*/
.btn {
  /*min-width: 90px;*/
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 600;
}

.btn-full-width {
  width: 100%;
  display: inline-block;
}

.btn-primary {
  border: 1px solid #009de0;
  background-color: #009de0;
  color: #fff;
}

.btn-primary-center {
  border: 1px solid #009de0;
  background-color: #009de0;
  color: #fff;
  margin: 0 auto;
}

.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:hover {
  border: 1px solid #009de0;
  background-color: #009de0;
  color: #fff;
}

.btn-secondary {
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-weight: 400;
}

.btn-secondary:active,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.btn-secondary:focus,
.btn-secondary:hover {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
[disabled].btn-primary,
[disabled].btn-primary.active,
[disabled].btn-primary.focus,
[disabled].btn-primary:active,
[disabled].btn-primary:focus,
[disabled].btn-primary:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  color: #E0E0E0;
  background: #fff;
  border: 1px solid #E0E0E0;
}

.btn-primary-alt {
  border: 1px solid #009de0;
  color: #009de0;
  background: transparent;
}

.btn-primary-alt.active,
.btn-primary-alt:active,
.btn-primary-alt:active:focus,
.btn-primary-alt:active:hover,
.btn-primary-alt:focus,
.btn-primary-alt:hover {
  background-color: #009de0;
  color: #fff;
}

.btn-no-not-selected,
.btn-primary-not-selected {
  border: 1px solid #E0E0E0;
  color: #aaa;
  background: transparent;
}

.btn-primary-not-selected:active,
.btn-primary-not-selected:active:focus,
.btn-primary-not-selected:active:hover,
.btn-primary-not-selected:focus,
.btn-primary-not-selected:hover {
  background-color: #009de0;
  color: #fff;
}

.btn-no-not-selected:active,
.btn-no-not-selected:active:focus,
.btn-no-not-selected:active:hover,
.btn-no-not-selected:focus,
.btn-no-not-selected:hover {
  background: #666;
  color: #fff;
}

.btn-no,
.btn-no:active,
.btn-no:active:focus,
.btn-no:active:hover,
.btn-no:focus,
.btn-no:hover {
  background-color: #666;
  color: #fff;
}

input.ta-hidden-input {
  display: none;
}

.custom-radio input[type=radio] {
  display: none;
}
.custom-radio label {
  background: url("/images/unchecked.png") no-repeat left center;
  padding-left: 43px;
  line-height: 30px;
  cursor: pointer;
}
.custom-radio input[type=radio]:checked + label {
  background-image: url("/images/checked.png");
}

.custom-checkbox input[type=checkbox] {
  display: none;
}
.custom-checkbox label {
  background: url("/images/unchecked.png") no-repeat left center;
  padding-left: 40px;
  line-height: 28px;
  cursor: pointer;
  /*padding-right: 44px;*/
}
.custom-checkbox label:last-child {
  margin-top: 10px;
}
.custom-checkbox input[type=checkbox]:checked + label {
  background-image: url("/images/checked.png");
}
.custom-checkbox label.checked {
  background-image: url("/images/checkbox-checked_alt.png");
}

.custom-checkbox-alt input[type=checkbox] {
  display: none;
}
.custom-checkbox-alt label {
  background: url("/images/checkbox-unchecked_alt.png") no-repeat left center;
  padding-left: 22px;
  line-height: 28px;
  cursor: pointer;
  /*padding-right: 44px;*/
}
.custom-checkbox-alt label:last-child {
  margin-top: 10px;
}
.custom-checkbox-alt input[type=checkbox]:checked + label {
  background-image: url("/images/checkbox-checked_alt.png");
}
.custom-checkbox-alt label.checked {
  background-image: url("/images/checkbox-checked_alt.png");
}

.modal-body .customCheckbox label {
  padding-right: 45px;
}
.modal-body .customCheckbox .validation-indicator::before {
  margin-top: -30px;
}

/* calendar */
.calendar-div {
  margin-bottom: 30px;
}

.incom-event-list .incom-event-list-item {
  padding: 15px;
  position: relative;
}
.incom-event-list .incom-event-list-item > div {
  display: inline-block;
  vertical-align: top;
}
.incom-event-list .incom-event-list-item .date-field {
  width: 65px;
  text-align: center;
  padding: 15px 10px;
  position: absolute;
  left: 15px;
  top: 15px;
  background: #009de0;
  color: #fff;
}
.incom-event-list .incom-event-list-item .date-field span {
  display: inline-block;
  width: 100%;
}
.incom-event-list .incom-event-list-item .date-field .date-day {
  font-size: 30px;
  line-height: 24px;
  display: block;
}
.incom-event-list .incom-event-list-item .date-field .date-month {
  line-height: 20px;
  margin-bottom: -10px;
  display: block;
}
.incom-event-list .incom-event-list-item .event-box {
  padding-left: 90px;
}

/* login statistics */
.statistics .stat-inline {
  margin-bottom: 10px;
}
.statistics .stat-inline .list-unstyled li {
  display: inline-block;
  width: 100%;
}
.statistics .stat-inline .list-unstyled li label {
  float: right;
}
.statistics .stat-inline .list-unstyled li label.in-all {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 300;
}
.statistics table.stats {
  margin-top: 10px;
  margin-bottom: 30px;
  width: 100%;
}
.statistics table.stats thead {
  border-bottom: 1px solid #cbcbcb;
}
.statistics table.stats tbody.loginStatWrapper {
  width: 100%;
  border-bottom: 1px solid #cbcbcb;
}
.statistics table.stats tbody.loginStatWrapper tr {
  width: 100%;
}
.statistics table.stats tbody.loginStatWrapper tr .loginStatCell.loginStatIconCell {
  width: 35px;
}
.statistics table.stats tbody.loginStatWrapper tr .loginStatCell.loginStatIconCell div {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid #E0E0E0;
  text-align: center;
}
.statistics table.stats tbody.loginStatWrapper tr .loginStatCell.details {
  width: 200px;
}
.statistics table.stats tbody.loginStatWrapper tr ul.roleList {
  list-style: none;
}
.statistics table.stats tbody.loginStatWrapper tr:first-child td {
  padding: 5px 0;
}
.statistics table.stats a.sort {
  color: #009de0;
}
.statistics table.stats a.sort i {
  vertical-align: text-top;
}

/* calendar dropdown */
.wraper-calendar .btn-info,
.wraper-calendar .btn-info:focus,
.wraper-calendar .btn-info:hover {
  color: #fff;
  background-color: #009de0;
  border-color: transparent;
}
.wraper-calendar .btn-info span,
.wraper-calendar .btn-info:focus span,
.wraper-calendar .btn-info:hover span {
  color: #fff;
}

/*Tenancy-search*/
.search-page-content .sidebar a.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.search-page-content .sidebar .search-header h3 span {
  cursor: pointer;
}
.search-page-content .sidebar .husleje-select-criteria,
.search-page-content .sidebar .storrelse-select-criteria,
.search-page-content .sidebar .vaerelser-select-criteria {
  height: 70px;
}
.search-page-content .sidebar .husleje-select-criteria .slider-div,
.search-page-content .sidebar .storrelse-select-criteria .slider-div,
.search-page-content .sidebar .vaerelser-select-criteria .slider-div {
  padding: 0 20px 0 10px;
}
.search-page-content .sidebar .husleje-select-criteria .jslider div.jslider-bg i.v,
.search-page-content .sidebar .storrelse-select-criteria .jslider div.jslider-bg i.v,
.search-page-content .sidebar .vaerelser-select-criteria .jslider div.jslider-bg i.v {
  background: linear-gradient(to bottom, #009de0 0, #009de0 100%);
  border: 1px solid #009de0;
}
.search-page-content .sidebar .dashed {
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 5px;
}
.search-page-content .sidebar .row-line {
  margin-top: 10px;
}
.search-page-content .sidebar .row-line input[type=text] {
  padding-right: 35px;
}
.search-page-content .sidebar h5 {
  margin-top: 15px;
}
.search-page-content .result-count h3 span {
  color: #009de0;
}
.search-page-content .result-count h3 p.select-view {
  font-size: 16px;
  margin: 5px 0;
}
.search-page-content .result-count h3 p.select-view i {
  font-size: 20px;
  color: #000;
  margin-left: 10px;
  vertical-align: middle;
}
.search-page-content .result-count h3 p.select-view a:hover i {
  color: #009de0;
}
.search-page-content .result-count h3 p.select-view a.active i {
  color: #009de0;
}

/* select areas on map */
.select-areas-on-map .list-unstyled label {
  margin-top: 5px;
}
.select-areas-on-map .list-unstyled ul {
  padding-left: 15px;
}

/* department selecter */
.department-selecter {
  position: relative;
}
.department-selecter ul.dropdown-menu {
  position: static;
  width: 100%;
}
.department-selecter ul.dropdown-menu a.department-select-list {
  padding: 5px 15px;
  white-space: normal;
  border-bottom: 1px solid #E0E0E0;
}
.department-selecter ul.dropdown-menu a.department-select-list span {
  display: block;
}
.department-selecter ul.dropdown-menu .active a.department-select-list,
.department-selecter ul.dropdown-menu a.department-select-list:hover {
  background-color: #009de0;
}
.department-selecter .search-loop {
  position: absolute;
  top: 12px;
  right: 0;
  margin-top: 0;
}

/* department list */
.lightPrimaryColorBtn {
  display: inline-block;
  padding: 10px;
  background: #009de0;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}

input.typeahead.ui-autocomplete-input {
  color: #000;
  padding-left: 10px;
}

a.search-btn.alt {
  background: #333;
}

.results-count .input {
  display: inline-block;
}

.tenancy {
  min-height: 392px;
}

.list-result .result {
  margin-bottom: 10px;
}
.list-result .result .department {
  display: inline-block;
  width: 100%;
  padding: 15px;
  border: 1px solid #E0E0E0;
  margin-bottom: -5px;
}
.list-result .result .department .dep-title {
  margin: 0 0 5px;
}
.list-result .result .department .dep-number {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  color: #009de0;
}
.list-result .result .department .result-info {
  margin: 5px 0 15px;
  display: inline-block;
  width: 100%;
}
.list-result .result .result-table {
  display: inline-block;
  width: 100%;
  border-left: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
}
.list-result .result .result-table a.show-table {
  display: inline-block;
  padding: 10px;
  width: 100%;
  text-align: center;
  border-radius: 0;
  color: #000;
  border-bottom: 1px solid #E0E0E0;
}
.list-result .result .result-table a.show-table span {
  color: #009de0;
}
.list-result .result .result-table a.show-table:focus,
.list-result .result .result-table a.show-table:hover {
  text-decoration: none;
}
.list-result .result .result-table a.show-table:hover {
  color: #009de0;
}
.list-result .result .result-table .table-holder {
  /*border-bottom: 1px solid $borderColor;*/
}
.list-result .result:first-child .department {
  border-top: 1px solid #E0E0E0;
}

/* wish list */
.wish-list-page {
  margin-bottom: 30px;
}

.results .btns a.remove-wishlist {
  background-color: grey;
  font-size: 20px;
  padding: 1px 5px 4px;
}

/* Department Spa*/
.department-spa {
  margin: 20px 0;
  display: inline-block;
  width: 100%;
}
.department-spa h1.topHeader {
  margin-top: 0;
}
.department-spa .mapResult {
  margin: 5px 0;
}
.department-spa .departmentPicture {
  width: 100%;
  padding: 4px;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.department-spa .facilities {
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  color: #009de0;
}
.department-spa .depTextHeader {
  display: block;
  cursor: pointer;
}
.department-spa .departmentTextHeader {
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 4px;
}
.department-spa .department-text {
  display: inline-block;
  vertical-align: text-top;
  float: none;
  /* department icons */
  /*.department-text-image.dep-id-2 {
      background: url(/images/BoligExtra/department-icons/house.png) no-repeat center;
  }

  .department-text-image.dep-id-3 {
      background: url(/images/BoligExtra/department-icons/facilities.png) no-repeat center;
  }

  .department-text-image.dep-id-4 {
      background: url(/images/BoligExtra/department-icons/car.png) no-repeat center;
  }

  .department-text-image.dep-id-5 {
      background: url(/images/BoligExtra/department-icons/elevator.png) no-repeat center;
  }

  .department-text-image.dep-id-7 {
      background: url(/images/BoligExtra/department-icons/dog.png) no-repeat center;
  }

  .department-text-image.dep-id-8 {
      background: url(/images/BoligExtra/department-icons/appliances.png) no-repeat center;
  }

  .department-text-image.dep-id-9 {
      background: url(/images/BoligExtra/department-icons/basement.png) no-repeat center;
  }

  .department-text-image.dep-id-11 {
      background: url(/images/BoligExtra/department-icons/school.png) no-repeat center;
  }

  .department-text-image.dep-id-12 {
      background: url(/images/BoligExtra/department-icons/tv.png) no-repeat center;
  }

  .department-text-image.dep-id-13 {
      background: url(/images/BoligExtra/department-icons/washing.png) no-repeat center;
  }


  .department-text-image.dep-id-610 {
      background: url(/images/BoligExtra/department-icons/dog.png) no-repeat center;
  }

  .department-text-image.dep-id-619 {
      background: url(/images/BoligExtra/department-icons/elevator.png) no-repeat center;
  }

  .department-text-image.dep-id-644 {
      background: url(/images/BoligExtra/department-icons/balcony.png) no-repeat center;
  }

  .department-text-image.dep-id-645 {
      background: url(/images/BoligExtra/department-icons/facilities.png) no-repeat center;
  }

  .department-text-image.dep-id-646 {
      background: url(/images/BoligExtra/department-icons/car.png) no-repeat center;
  }

  .department-text-image.dep-id-647 {
      background: url(/images/BoligExtra/department-icons/appliances.png) no-repeat center;
  }

  .department-text-image.dep-id-648 {
      background: url(/images/BoligExtra/department-icons/basement.png) no-repeat center;
  }

  .department-text-image.dep-id-650 {
      background: url(/images/BoligExtra/department-icons/school.png) no-repeat center;
  }

  .department-text-image.dep-id-651 {
      background: url(/images/BoligExtra/department-icons/tv.png) no-repeat center;
  }

  .department-text-image.dep-id-652 {
      background: url(/images/BoligExtra/department-icons/washing.png) no-repeat center;
  }

  .department-text-image.dep-id-658 {
      background: url(/images/BoligExtra/department-icons/house.png) no-repeat center;
  }*/
}
.department-spa .department-text .department-text-image {
  float: left;
  background: url("/images/BoligExtra/department-icons/default.png") no-repeat center;
  background-size: contain;
  width: 40px;
  height: 45px;
  margin-right: 5px;
}
.department-spa .department-text .department-text-image.dep-id-1 {
  background: url("/images/BoligExtra/department-icons/balcony.png") no-repeat center;
}
.department-spa .department-text .department-text-image.dep-id-28 {
  background: url("/images/BoligExtra/department-icons/iconBikeDark.png") no-repeat center;
}
.department-spa .department-text .department-text-image.dep-id-30 {
  background: url("/images/BoligExtra/department-icons/washing.png") no-repeat center;
}
.department-spa .department-text .department-text-image.dep-id-31 {
  background: url("/images/BoligExtra/department-icons/basement.png") no-repeat center;
}
.department-spa .description {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px 0 0;
  height: 25px;
  transition: height 0.5s ease;
  margin-bottom: 8px;
}
.department-spa .description.expand {
  overflow: hidden;
  text-overflow: initial;
  white-space: normal;
}
.department-spa ul.afd_adresser {
  list-style-type: none;
  margin-left: 0 !important;
}
.department-spa ul.afd_adresser li {
  color: #000;
  /* border-bottom: 1px dotted #CCC; */
  padding: 6px 0;
  /* font-size: 13px; */
  border-bottom: 1px dotted #DDD;
}
.department-spa .department-personnel {
  margin-bottom: 20px;
}
.department-spa .department-personnel .header {
  display: inline-block;
  padding: 10px;
  margin-top: 5px;
  width: 100%;
  height: auto;
  text-align: center;
  border-radius: 0;
  color: #fff;
  /*border: 1px solid $borderColor;*/
  background: #009de0;
}
.department-spa .department-personnel .personnel {
  border: 1px solid #E0E0E0;
}
.department-spa .department-personnel .contact-profiles {
  float: none;
  display: inline-block;
}
.department-spa a.documents {
  display: inline-block;
  padding: 10px;
  width: 100%;
  text-align: center;
  border-radius: 0;
  color: #fff;
  border-bottom: 1px solid #E0E0E0;
  background: #009de0;
}
.department-spa a.documents span {
  color: #fff;
}
.department-spa .result {
  margin-bottom: 10px;
}
.department-spa .result .department {
  display: inline-block;
  width: 100%;
  padding: 15px;
  border: 1px solid #E0E0E0;
  margin-bottom: -5px;
}
.department-spa .result .department .dep-title {
  margin: 0 0 5px;
}
.department-spa .result .department .dep-number {
  display: block;
  margin-top: 0;
  font-size: 16px;
  color: #009de0;
}
.department-spa .result .department .result-info {
  margin: 5px 0;
  display: inline-block;
  width: 100%;
}
.department-spa .result .result-table {
  display: inline-block;
  width: 100%;
  border-left: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  border-top: 1px solid #E0E0E0;
}
.department-spa .result .result-table a.show-table {
  display: inline-block;
  padding: 10px;
  width: 100%;
  text-align: center;
  border-radius: 0;
  color: #000;
  border-bottom: 1px solid #E0E0E0;
}
.department-spa .result .result-table a.show-table span {
  color: #009de0;
}
.department-spa .result .result-table a.show-documents {
  display: inline-block;
  padding: 10px;
  width: 100%;
  text-align: center;
  border-radius: 0;
  color: #fff;
  border-bottom: 1px solid #E0E0E0;
  background: #000;
}
.department-spa .result .result-table a.show-documents span {
  color: #fff;
}
.department-spa .result .result-table .table-holder {
  /*border-bottom: 1px solid $borderColor;*/
}
.department-spa .result:first-child .department {
  border-top: 1px solid #E0E0E0;
}

/* department info page */
.features ul.picto {
  width: 100%;
  display: inline-block;
  margin-left: 0;
}

.features ul.picto li {
  margin-right: 0;
  width: 20%;
}

/* gallery preview */
.gallery-preview {
  position: relative;
  display: inline-block;
}
.gallery-preview img {
  width: 100%;
}

.gallery-icon {
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  background: #000000;
  padding: 5px 10px;
  border-radius: 4px;
}
.gallery-icon i {
  color: #ffffff;
}

.image-gallery-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 10px;
}
.image-gallery-text p {
  margin-bottom: 0;
  color: #fff;
}

.image-gallery-text.page {
  background: rgba(0, 0, 0, 0.5);
  bottom: 10px;
}

/* tables */
table.table {
  margin-bottom: 0;
}
table.table thead th {
  color: #009de0;
  font-weight: normal;
  border-bottom: 1px solid #E0E0E0;
  vertical-align: middle;
}
table.table tbody {
  border-bottom: 1px solid #E0E0E0;
  border-top: 0;
}
table.table tbody td {
  vertical-align: middle;
}

/* tenancy list */
table.table.tenancies thead th {
  text-align: center;
}
table.table.tenancies tbody td {
  text-align: center;
}
table.table.tenancies tbody td .toggle-wishes {
  display: inline-block;
}
table.table.tenancies tbody td.result-plans img {
  cursor: pointer;
}
table.table.tenancies .result-plans a {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url("/images/floorplan_Icon.png");
}

/* tenancy info modal */
.info-modal .nav-tabs {
  border-bottom: 1px solid #E0E0E0;
}
.info-modal .nav-tabs > li > a {
  color: #009de0;
  border-radius: 0;
}
.info-modal .nav-tabs > li.active > a,
.info-modal .nav-tabs > li.active > a:hover,
.info-modal .nav-tabs > li.active > a:focus {
  /*border: 1px solid $borderColor;*/
  border-bottom-color: transparent;
  border: 1px solid #009de0;
  background-color: #009de0;
  color: #fff;
}
.info-modal .tab-content {
  display: inline-block;
  width: 100%;
}
.info-modal .tab-content .scheme {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
}
.info-modal .tab-content .scheme img {
  width: 100%;
}
.info-modal .tab-content .info {
  list-style: none;
  padding-top: 5px;
}
.info-modal .tab-content .info li {
  line-height: 25px;
}
.info-modal .tab-content .info p {
  margin-bottom: 0;
}
.info-modal .tab-content .info p span {
  color: #009de0;
  float: right;
  /*margin-right: 10px;*/
}
.info-modal .tab-content .info li:first-child p {
  margin-top: 10px;
}

/* wish toggle */
.toggle-wishes .custom-checkbox label {
  width: 27px;
  height: 27px;
  vertical-align: middle;
  padding: 0;
  margin-bottom: -5px;
  margin-top: 0;
}
.toggle-wishes a.remove {
  /*color: $secondaryColor;*/
  color: red;
}

.tenancy-wish-controls .custom-checkbox label {
  padding: 0 10px 0 40px;
  cursor: pointer;
  width: auto;
}

.tenancy-wish-controls .custom-checkbox label:after {
  content: "Tilføj bolig";
}

.tenancy-wish-controls .custom-checkbox label.added:after {
  content: "Fjern bolig";
}

/*Section pages*/
.sections .section {
  position: relative;
  float: none;
  display: inline-block;
  vertical-align: text-top;
  margin-bottom: 30px;
}
.sections .section .headline {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 20px;
}
.sections .section img.section-image {
  width: 100%;
}
.sections .section .desc {
  display: inline-block;
  width: 100%;
  height: 70px;
}

/* points of interest */
.PointsOfInterest {
  background: #fff;
  padding: 0 0 5px 5px;
  border-bottom: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
}

.firstHeading {
  margin-top: 0;
  font-size: 20px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 300;
}

div#bodyContent {
  margin-bottom: 10px;
}

/* membership */
.memberships .status-btn {
  width: 21px;
  height: 21px;
  display: block;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 0;
}
.memberships .status-btn.active {
  background: #009de0;
  color: #ffffff;
}
.memberships .status-btn.inactive {
  background: #666;
  color: #ffffff;
}
.memberships .status-btn.active-break {
  background: #ccc;
  color: #ffffff;
}
.memberships .status {
  margin-bottom: 5px;
}
.memberships h2 {
  margin-top: 10px;
}

/* rents and expenditures */
.expenses .panel-group .panel {
  border-radius: 0;
}
.expenses .nav-tabs {
  border-bottom: 1px solid #E0E0E0;
}
.expenses .nav-tabs > li > a {
  color: #009de0;
  border-radius: 0;
}
.expenses .nav-tabs > li.active > a,
.expenses .nav-tabs > li.active > a:hover,
.expenses .nav-tabs > li.active > a:focus {
  /*border: 1px solid $borderColor;*/
  border-bottom-color: transparent;
  border: 1px solid #009de0;
  background-color: #009de0;
  color: #fff;
}
.expenses .pager-buttons {
  margin: 15px 0;
  display: inline-block;
}
.expenses .balance {
  margin-bottom: 10px;
  display: inline-block;
}
.expenses .balance span {
  color: #009de0;
}

table.table.tenant-rent {
  margin-bottom: 30px;
}
table.table.tenant-rent tbody tr td {
  border-top: 1px solid #E0E0E0;
}

table.table.tenant-rent.consumption-summary {
  border-left: 1px solid #F0F0F0;
  border-right: 1px solid #F0F0F0;
}

table.table.tenant-rent.account-statement,
table.table.tenant-rent.deposit {
  margin-bottom: 15px;
  border-left: 1px solid #F0F0F0;
  border-right: 1px solid #F0F0F0;
  border-top: 1px solid #F0F0F0;
}

/* offers */
.offers-tabs {
  width: 100%;
}
.offers-tabs .btn {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 10px;
}
.offers-tabs .btn:last-child {
  margin-right: 0;
}

.offer-list .list-unstyled {
  border: 1px solid #F0F0F0;
  margin-bottom: 15px;
}
.offer-list .list-unstyled table.table .table-data {
  width: 18.5%;
}
.offer-list .list-unstyled table.table .table-data .form-group {
  margin-bottom: 0;
}
.offer-list .list-unstyled table.table .table-data.lang {
  width: 26%;
}
.offer-list .list-unstyled table.table tbody {
  border-bottom: 0;
}
.offer-list .list-unstyled .more-info {
  border-top: 1px solid #F0F0F0;
}
.offer-list .list-unstyled .more-info .documentation-holder {
  padding: 15px;
}
.offer-list .list-unstyled .more-info .documentation-holder .gallery-holder {
  margin-bottom: 10px;
}
.offer-list .list-unstyled .more-info .documentation-holder .gallery-holder img {
  width: 100%;
}
.offer-list .list-unstyled .more-info .documentation-holder .facts .data-row h3 {
  margin-top: 0;
}
.offer-list .list-unstyled .more-info .documentation-holder .facts .data-row > div {
  display: inline-block;
  width: 100%;
}
.offer-list .list-unstyled .more-info .documentation-holder .facts .data-row span.left-data {
  float: left;
}
.offer-list .list-unstyled .more-info .documentation-holder .facts .data-row span.data {
  float: right;
}

/*Department tenancies*/
.results.department-tenancies .box img.department-image {
  height: auto;
  width: 100%;
}

img.floorplan {
  width: 100%;
}

a.map-button {
  width: 100%;
  margin-top: 10px;
}

/* my tenancy */
.my-tenancy h3 {
  line-height: 34px;
  margin: 0 0 5px;
}
.my-tenancy img {
  width: 100%;
}
.my-tenancy .link {
  display: block;
  margin-bottom: 10px;
}
.my-tenancy .defect h3 {
  margin-bottom: 0;
}

.gray-box {
  border: 1px solid #E0E0E0;
  background: #f9f9f9;
  padding: 15px;
  margin: 15px 0;
}
.gray-box .show-as-label {
  background: none;
  border: none;
}
.gray-box .box-header {
  display: inline-block;
  width: 100%;
  margin: 0 0 5px;
  position: relative;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 300;
}
.gray-box .file-name-label {
  margin: 10px 0;
}
.gray-box .file-name-label label {
  margin-left: 5px;
}

/* contact page */
.contact-page {
  margin-bottom: 30px;
}

/* catalog*/
.catalog {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Stay on top */
  top: 0;
  right: 0;
  background-color: #F2F2F2;
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 60px;
  /* Place content 60px from the top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
  border-color: #666;
  /*.zoom.catalog-badge {
      top: 50%;
      margin-top: -35px;
      visibility: hidden;
      opacity: 0;
      transition: visibility 0.5s, opacity 0.5s linear;
  }

  .catalog-container:hover .zoom.catalog-badge {
      visibility: visible;
      opacity: 1;
  }*/
}
.catalog .catalogMenu {
  margin-bottom: 30px;
}
.catalog .catalog-container {
  list-style-type: none;
  margin-bottom: 10px;
}
.catalog .catalog-container .catalog-page-wrapper {
  width: 60%;
  margin: auto;
  position: relative;
  cursor: move;
}
.catalog .catalog-container .catalog-page-wrapper > div {
  height: 140px;
  overflow: hidden;
}
.catalog .catalog-page:hover {
  background-color: #999;
  opacity: 0, 4;
}
.catalog .catalog-badge {
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #080808;
  /*#fff*/
  background-color: #666;
  border-radius: 35px;
  top: -20px;
  left: 50%;
  margin-left: -17px;
  position: absolute;
  opacity: 0.75;
}
.catalog .catalog-badge.zoom {
  left: auto;
  right: 100%;
  margin-right: -17px;
}
.catalog .catalog-badge.remove {
  left: 100%;
  margin-left: -17px;
}

.catalogAdd {
  right: -26px;
}

/* widgets */
.widgets {
  position: fixed;
  right: 0;
  top: 40%;
  text-align: center;
  z-index: 1000;
  font-size: 12px;
  margin: 0;
  font-weight: 300;
  display: inline-block;
  transition: 0.5s;
}
.widgets .widget-button {
  color: #fff;
  border-radius: 4px 0 0 4px;
  width: 70px;
  height: 85px;
  padding: 5px 12px 0;
  margin-top: 0.3em;
  background: #FF9D2B;
  box-shadow: none;
}
.widgets .widget-button p {
  font-size: 12px;
  margin-bottom: 0;
}
.widgets .widget-button.wishlist-widget {
  font-size: 16px;
  padding: 10px 10px 0;
  cursor: pointer;
}
.widgets .fa-shopping-cart {
  text-align: center;
  font-size: 2em;
}
.widgets .widget-button.catalog-widget {
  font-size: 16px;
  padding: 10px 10px 0;
  cursor: pointer;
  position: relative;
}
.widgets .fa-book {
  text-align: center;
  font-size: 2em;
}
.widgets #main {
  transition: margin-left 0.5s;
  padding: 20px;
}
.widgets .badge-counter {
  display: inline-block;
  min-width: 35px;
  min-height: 35px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #2f2f2f;
  border-radius: 18px;
  position: absolute;
  top: -70px;
  left: -35px;
  position: relative;
}
.widgets .catalog-counter {
  top: -50px;
}
.widgets .ezSearch-field {
  padding-right: 30px;
}
.widgets .widget-button-search {
  color: #fff;
  border-radius: 4px 0 0 4px;
  width: 70px;
  height: 85px;
  padding: 5px 12px 0;
  margin-top: 0.3em;
  background: #FF9D2B;
  box-shadow: none;
  border: none;
}
.widgets .widget-button-search .fa-search {
  text-align: center;
  font-size: 3em;
}
.widgets .show-search-box {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  position: absolute;
  right: 70px;
  top: 6%;
  width: 200px;
  height: 70px;
  background: #fff;
  padding: 10px;
  line-height: 22px;
}
.widgets .show-search-box .form-group {
  height: auto;
}
.widgets .show-search-box .form-group .search {
  position: relative;
  font-size: 16px;
}
.widgets .show-search-box .form-group .search .search-btn {
  position: absolute;
  border: none;
  background: transparent;
  color: #009de0;
  top: 11px;
  right: 10px;
}

/* department picker */
.department-picker {
  /* department search/picker */
}
.department-picker .dep-sort-buttons {
  margin: 10px 0;
  text-align: right;
}
.department-picker .form-group {
  margin: 5px 0;
}
.department-picker .dep-list {
  display: inline-block;
  width: 100%;
  margin-bottom: 39px;
}
.department-picker .dep-list li {
  display: inline-block;
  width: 100%;
  border: 1px solid #E0E0E0;
  margin-bottom: 2px;
}
.department-picker .dep-list li a {
  display: inline-block;
  width: 100%;
  padding: 5px 0;
  color: #000;
}
.department-picker .dep-list li:active a,
.department-picker .dep-list li:focus a,
.department-picker .dep-list li:hover a {
  color: #009de0;
}
.department-picker .department-search > div {
  display: inline-block;
  width: 100%;
}
.department-picker .department-search > div .view-options img {
  width: 100%;
}

/*Cart page*/
.cart-controls {
  margin-bottom: 20px;
}

.tenancy-wish-controls .toggle-wishes {
  float: left;
}

.tenancy-wish-controls span.glyphicon.glyphicon-remove:before {
  padding: 0 10px 0 0;
}

.tenancy-wish-controls .toggle-wishes a.remove span:after {
  content: "Fjern bolig";
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 600;
  color: #1B3541;
  margin-top: -25px !important;
}

.assignment-rule-icon .fa.fa-exclamation {
  font-size: 16px;
  line-height: 14px;
  background: #009de0;
  color: #ffffff;
  padding: 5px;
  border: 1px solid #009de0;
  border-radius: 15px;
  width: 26px;
  height: 26px;
  text-align: center;
}
.assignment-rule-icon .fa.fa-exclamation:active,
.assignment-rule-icon .fa.fa-exclamation:hover {
  color: #009de0;
  background: #ffffff;
}

/* Signup */
.signup h2 {
  padding: 0;
  margin: 10px 0;
}
.signup h5 {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
}
.signup .steps {
  padding: 20px 15px;
}
.signup .steps div {
  float: left;
  color: #E3DDDD;
  margin-right: 30px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.signup .steps .active {
  color: #000;
  cursor: pointer;
}
.signup .steps .done {
  color: #009de0;
  cursor: pointer;
}
.signup .btn {
  min-width: 100%;
}
.signup .child-spacer {
  margin-bottom: 5px;
}

.fixedElement {
  position: fixed;
}

.cart {
  background: #FF9D2B;
  padding: 15px;
  color: #ffffff;
  position: static;
  width: 360px;
}
.cart > table {
  width: 100%;
}
.cart h2 {
  margin-bottom: 10px;
}
.cart .bottom-border tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.cart .bottom-border tr:last-child {
  border-bottom: 1px solid #fff;
}
.cart .cart-info {
  width: 60%;
  padding: 5px 0;
}
.cart .cart-price {
  width: 40%;
  text-align: right;
  vertical-align: bottom;
  padding: 5px 0;
}
.cart .padding-right {
  padding-right: 15px;
}

/*Maintain Interessent*/
.edit-profile-info a.change-password {
  margin-bottom: 10px;
  color: #009de0;
  display: inline-block;
}
.edit-profile-info a.change-password span {
  margin-right: 3px;
}
.edit-profile-info .change-password-box {
  margin: 10px 0;
  display: inline-block;
  width: 100%;
}

.helpMenu {
  background: transparent;
  padding: 3px 0 6px;
  margin: 0;
  height: 45px;
  line-height: 36px;
  font-size: 18px;
  list-style-type: none;
  text-align: right;
}
.helpMenu > li {
  font-family: FontAwesome;
  font-style: normal;
  display: inline;
  list-style-type: none;
}
.helpMenu a {
  color: rgba(166, 166, 166, 0.37);
  padding-left: 0.3em;
  outline: none;
}
.helpMenu a:hover {
  text-decoration: none;
}

/* glossary */
a.glossary_item {
  color: #009de0;
}

/* mypage frontpage */
.mypage .my-page-row {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 30px;
}
.mypage .my-page-row .my-page-box {
  margin-bottom: 15px;
}
.mypage .my-page-row .my-page-box .my-page-box-inner {
  border: 1px solid #E0E0E0;
  padding: 15px;
}
.mypage .my-page-row .my-page-box .my-page-box-inner h3 {
  text-align: center;
  margin-top: 0;
}
.mypage .my-page-row .my-page-box .my-page-box-inner .pad-box {
  padding: 30px 15px;
  min-height: 132px;
}
.mypage .my-page-row .my-page-box .my-page-box-inner .pad-box p {
  line-height: 26px;
}
.mypage .my-page-row .my-page-box .my-page-box-inner .pad-box p span {
  float: right;
  font-size: 20px;
  color: #666;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 300;
}
.mypage .my-page-row .my-page-box .my-page-box-inner .pad-box ul {
  list-style: none;
}
.mypage .my-page-row .my-page-box .my-page-box-inner .pad-box ul li {
  font-size: 20px;
  line-height: 30px;
  border-bottom: 1px solid #E0E0E0;
}
.mypage .my-page-row .my-page-box .my-page-box-inner .pad-box ul li a {
  color: #000;
}
.mypage .my-page-row .my-page-box .my-page-box-inner .pad-box ul li a:hover {
  text-decoration: none;
  color: #009de0;
}
.mypage .my-page-row .my-page-box .my-page-box-inner .center-box {
  text-align: center;
}

/* available tenancies */
.housing-section-title {
  margin-top: 55px;
  color: #000;
  margin-bottom: 10px;
}

.featured-housing {
  margin-bottom: 25px;
  overflow: hidden;
  display: table;
  width: 100%;
}
.featured-housing > div {
  display: table-row;
}
.featured-housing .item {
  padding: 10px;
  border: 1px solid #f0f0f0;
  border-right: 0;
  height: auto;
  display: table-cell;
  float: none;
  vertical-align: top;
}
.featured-housing .item:last-child {
  border-right: 1px solid #f0f0f0;
}
.featured-housing .item-last {
  background: #009de0;
  color: #fff;
  vertical-align: middle;
}
.featured-housing .item-last .box-last-wrapper {
  display: table;
  height: 100%;
  width: 100%;
}
.featured-housing .item-last .box-last-wrapper a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 300;
  text-align: center;
}
.featured-housing .item-last .box-last-wrapper a span {
  font-weight: bold;
  /*border: 1px solid #fff;
  border-radius: 100%;*/
  display: inline-block;
  font-size: 35px;
  margin-top: 20px;
  /*padding: 18px 11px;*/
}
.featured-housing .item-last .box-last-wrapper a small {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  text-transform: lowercase;
}
.featured-housing .item-last .box-last-wrapper a:hover {
  text-decoration: none;
}
.featured-housing .item-last .box-last-wrapper a:focus {
  text-decoration: none;
}
.featured-housing h3 {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
}
.featured-housing h4 {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.featured-housing .item-img {
  margin-bottom: 25px;
  position: relative;
  height: auto;
  overflow: hidden;
}
.featured-housing .item-img img {
  width: 100%;
  height: auto;
}
.featured-housing .item-img .label {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
.featured-housing .item-img .label.ledig-nu {
  background: url("../images/ledig-nu.png") no-repeat 0 0;
  width: 116px;
  height: 67px;
}
.featured-housing .item-img .ledig {
  background: url("../images/ledig.png") no-repeat 0 0;
  width: 115px;
  height: 79px;
}
.featured-housing ul {
  list-style: none outside none;
}
.featured-housing ul li {
  color: #000;
  line-height: 24px;
}
.featured-housing ul li span {
  float: right;
}
.featured-housing .item-buttons {
  margin-top: 10px;
}
.featured-housing .item-buttons a {
  padding: 5px 12px;
  text-transform: uppercase;
  display: inline-block;
}
.featured-housing .item-buttons a:hover {
  text-decoration: none;
  color: #fff;
  background: #009de0;
}

/* find employee */
.find-employee .contact-profiles {
  display: inline-block;
  vertical-align: text-top;
  float: none;
}

/* pressroom */
.press-room .press-row {
  padding: 0 15px;
}
.press-room .press-row .press-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.press-room .press-row .press-item .press-img {
  position: relative;
  margin-bottom: 5px;
}
.press-room .press-row .press-item .press-img img {
  width: 100%;
}
.press-room .press-row .press-item .press-img .shade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  text-align: center;
}
.press-room .press-row .press-item .press-img .shade .fa {
  color: #ffffff;
  font-size: 20px;
  margin-top: 30%;
}
.press-room .press-row .press-item .press-text .date-category {
  font-size: 12px;
}
.press-room .press-row .press-item.active {
  /*background-color: #F2F2F2;*/
}
.press-room .press-row .press-item.active .press-img .shade {
  display: inline-block;
}
.press-room .press-row .press-view-box {
  display: inline-block;
  background-color: #F2F2F2;
}
.press-room .press-row .press-view-box .press-controls {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E0E0E0;
}
.press-room .press-row .press-view-box .images .file {
  margin-bottom: 10px;
}
.press-room .press-row .press-view-box .images .press-image {
  position: relative;
  margin-bottom: 10px;
}
.press-room .press-row .press-view-box .images .press-image .custom-checkbox {
  position: absolute;
  top: 0;
  left: 0;
}
.press-room .press-row .press-view-box .images .press-image .custom-checkbox label {
  margin: 8px;
  padding-left: 24px;
  line-height: 27px;
}
.press-room .press-row .press-view-box .images .press-image img {
  width: 100%;
}
.press-room .press-row .press-view-box .images .press-image .expand {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 31px;
  line-height: 31px;
  text-align: center;
  padding: 0;
  background: rgba(255, 255, 255, 0.5);
  color: #000;
}
.press-room .press-row .press-view-box .images .image-title {
  margin-bottom: 0;
  font-size: 16px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 300;
}
.press-room .press-row .press-view-box .images .image-title .fa {
  font-size: 18px;
}
.press-room .press-row .press-view-box .images .size {
  margin-bottom: 0;
  font-size: 12px;
  color: #888;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 300;
}

/* first login */
.first-login .custom-checkbox label {
  padding-right: 44px;
}

/* sitemap */
.sitemap {
  display: inline-block;
  width: 100%;
}
.sitemap a {
  color: #000;
}
.sitemap .level-2 {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  margin-bottom: 15px;
}
.sitemap .level-2 > a {
  font-weight: 600;
}
.sitemap .level-2 .level-3 {
  display: inline-block;
  width: 100%;
  padding-left: 20px;
}
.sitemap .level-2 .level-3 .level-4 {
  padding-left: 20px;
  padding-bottom: 5px;
}

/*CompanyRooms*/
.company-room.image-container img {
  min-width: 100%;
  max-width: 100%;
}

.company-room-overview .grey-header {
  line-height: 28px;
  padding: 0 7px;
  font-size: 20px;
  background-color: #d9d9d6;
  margin-bottom: 10px;
}

.company-room-overview .separator-line {
  font-size: 16px;
  margin-bottom: 55px;
}

.company-room-overview .panel-body.available-tenancies-info {
  min-height: 200px;
}

.company-room-overview .room {
  margin-bottom: 20px;
}

.company-room.image-container {
  max-width: 100%;
}

a.company-room-info {
  color: #000000;
  text-decoration: none;
}

.room-overview {
  margin-bottom: 20px;
  padding-bottom: 0;
}

.company-room-overview {
  display: inline-block;
  width: 100%;
}

/*Company room page*/
.company-room-box-info {
  margin-top: 20px;
}

.company-room-box-info .headline {
  margin-top: 20px;
}

.company-room-box-info > table.table > tbody > tr > td {
  padding: 0;
  border-top: none;
}

company-room .gallery-icon {
  cursor: pointer;
}

.bookings-control.panel-body.panel-form > a {
  margin-bottom: 20px;
}

.header-booking table:focus {
  outline: none;
}

.header-booking {
  background-color: #bdbcbc;
  padding: 11px 0 2px;
}

.booked button span {
  background-color: rgb(163, 9, 81);
  border-radius: 32px;
  color: white;
}

.bookingForm label.label_txt.marker_star {
  display: block;
  font-size: 14px;
  font-weight: normal;
}

.bookingForm input,
.bookingForm textarea {
  width: 100%;
}

.bookingForm span.marker-star {
  /*color: red;*/
}

.bookingForm input {
  height: 30px;
  line-height: 27px;
  border-radius: 5px;
  border: 1px solid #c9c9c9;
  margin-bottom: 10px;
  padding: 0 10px;
}

.bookingForm textarea {
  line-height: 27px;
  border-radius: 5px;
  border: 1px solid #c9c9c9;
  margin-bottom: 10px;
  padding: 0 10px;
  height: 95px;
  width: 100%;
}

.bookingForm a.btn.green-btn {
  margin-bottom: 20px;
}

.booking-btn {
  margin-top: 5px;
}

.bookingForm span.Val.Validator_alert.phone-validator {
  margin-bottom: 10px;
  display: inline-block;
}

.booking-price-table.table > thead > tr > th {
  border-bottom: none;
  border-left: 1px solid #ddd;
  text-align: center;
}

.table.booking-price-table tbody tr th:first-child {
  border-bottom: 1px solid #ddd;
}

.table.booking-price-table tr td {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.table.booking-price-table tr td:first-child,
.table.booking-price-table tr th:first-child {
  border-left: none;
}

.table.booking-price-table tr td:last-child,
.table.booking-price-table tr th:last-child {
  border-right: 1px solid #ddd;
}

table.table.booking-fee thead > tr > th {
  width: 200px;
}

.price-header {
  background-color: #a0b907;
  color: white;
  width: 100%;
  display: inline-block;
  margin-bottom: 0;
  line-height: 20px;
  padding: 5px 15px;
}

.price-item {
  display: inline-block;
  width: 100%;
  background-color: #e6e6e3;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 20px;
  padding: 6px 15px;
}

.price-item > div:nth-child(1):before {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 16px;
  margin-left: 0;
  border-radius: 20px;
  background: #a0b907;
  content: "";
}

.price-header > .name,
.price-item > .name {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}

.price-header > .intern,
.price-item > .intern {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
}

.price-header > .extern,
.price-item > .extern {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
}

.row.room-documents {
  line-height: 45px;
  min-height: 45px;
  cursor: pointer;
  width: 104%;
}

.row.room-documents {
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: center;
}

.row.room-documents:nth-child(odd) {
  background-color: #fafaf9;
}

.row.room-documents.txt {
  background-image: url("/images/BoligExtra/extension-icons/txt.png");
}

.row.room-documents.txt:hover {
  background-image: url("/images/BoligExtra/extension-icons/txt_hover.png");
}

.row.room-documents.pdf {
  background-image: url("/images/BoligExtra/extension-icons/pdf.png");
}

.row.room-documents.pdf:hover {
  background-image: url("/images/BoligExtra/extension-icons/pdf_hover.png");
}

.row.room-documents.docx {
  background-image: url("/images/BoligExtra/extension-icons/word.png");
}

.row.room-documents.docx:hover {
  background-image: url("/images/BoligExtra/extension-icons/word_hover.png");
}

.row.room-documents.xlsx {
  background-image: url("/images/BoligExtra/extension-icons/excel.png");
}

.row.room-documents.xlsx:hover {
  background-image: url("/images/BoligExtra/extension-icons/excel_hover.png");
}

.row.room-documents.img {
  background-image: url("/images/BoligExtra/extension-icons/img.png");
}

.row.room-documents.img:hover {
  background-image: url("/images/BoligExtra/extension-icons/img_hover.png");
}

.row.room-documents.misc {
  background-image: url("/images/BoligExtra/extension-icons/misc.png");
}

.row.room-documents.misc:hover {
  background-image: url("/images/BoligExtra/extension-icons/misc_hover.png");
}

.booking-login {
  margin-bottom: 15px;
}

/*Department presentation*/
.afd_billeder .carousel-control, .afd_billeder .carousel-control:hover {
  background: transparent;
  cursor: pointer;
}

.afd_billeder .image_single.first img.single_img.small_img.ng-scope {
  margin-top: 0;
}

.afd_billeder img.single_img.small_img.ng-scope {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.department-news .container {
  width: auto;
}

/*premises*/
.features h4 {
  margin-top: inherit;
  font-weight: 400;
}

ul.picto {
  margin: 0;
  padding: 0;
}

.picto li {
  list-style: none;
  text-align: center;
  font-size: 13px;
  margin-bottom: 12px;
  float: left;
  margin-right: 35px;
}
.picto li span {
  margin: 0 auto;
  display: inline-block;
  height: 40px;
  width: 40px;
  background-position: center;
  background-repeat: no-repeat;
}

/*Departmentboard*/
.department-board .row {
  border-bottom: 1px solid #e0e0e0;
}

.department-board .row:last-child {
  border: none;
}

.modal-dialog .modal-body ul.nav.nav-tabs {
  margin-bottom: 15px;
}

/* boardmembers */
.boardmembers .board-phone {
  margin-bottom: 10px;
}
.boardmembers > div {
  /*float: none;*/
  display: inline-block;
  vertical-align: top;
}

/* page-pagination */
.page-pagination ul {
  vertical-align: middle;
}
.page-pagination ul.pagination {
  margin: 5px 0;
}
.page-pagination span {
  vertical-align: middle;
  margin-right: 5px;
}

/* responsive */
@media (min-width: 768px) {
  .modal-content .modal-body .mapContainer {
    height: 500px !important;
  }
  /* modal */
  .modal-dialog {
    margin: 100px auto;
  }
}
@media (max-width: 1199px) {
  .header .logo-wrapper {
    padding-right: 15px;
  }
  .header > .nav.navbar-nav > li > a {
    padding: 10px 15px;
  }
  .banner {
    padding: 50px 0;
    height: 300px;
  }
  .banner h1.banner-title {
    margin-top: 10px;
  }
  /* news */
  .news-page {
    padding-bottom: 175px;
  }
  .news-mail-list h3 {
    margin: 30px 0 20px;
  }
  .news-mail-list .controls {
    margin: 20px 0 30px;
  }
  .featured-housing .item {
    /*height: 490px;*/
  }
  .featured-housing .item-buttons a {
    margin-bottom: 5px;
  }
  /* frontpage */
  .frontpage-available-tenancies .featured-housing {
    padding: 0 50px;
  }
  .cart {
    width: 294px;
  }
  .cart .cart-info {
    width: 50%;
  }
  .cart .cart-price {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .header-top .container {
    width: auto;
  }
  /* news */
  .controls-bar {
    height: auto;
  }
  .news-mail-list h3 {
    margin: 30px 0 20px;
  }
  .news-mail-list .controls {
    margin: 20px 0 30px;
    height: auto;
  }
  .news-mail-list .controls input[type=text] {
    width: 275px;
  }
  /* mobile header */
  .headerMobile {
    background-color: #009de0;
    z-index: 99;
    position: relative;
    height: 88px;
  }
  .headerMobile .mobileNav {
    float: left;
    position: relative;
    border-right: 1px solid rgb(59, 141, 179);
  }
  .headerMobile .mobileNav img {
    cursor: pointer;
    width: 26px;
    height: 26px;
    margin-right: 10px;
  }
  .headerMobile .mobileNav #slideNav {
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    border: none;
    background-color: transparent;
  }
  .headerMobile .mobileNav #slideNav .navbar-toggle {
    display: inline-block;
    cursor: pointer;
    position: relative;
    line-height: 0;
    float: left;
    margin: 0;
    border: 0;
    padding: 31px 27px 29px 28px;
    background-color: #009de0;
    -ms-border-radius: 0;
    border-radius: 0;
  }
  .headerMobile .mobileNav #slideNav .navbar-toggle > .icon-bar {
    height: 6px;
    width: 34px;
    background: #fff;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 1px;
  }
  .headerMobile .mobileNav #slideNav .navbar-toggle.active {
    background: #1c1c1c;
    border-radius: 0;
  }
  .headerMobile .mobileNav #slideNav .navbar-toggle.active .icon-bar {
    background-color: #fff;
  }
  .headerMobile .mobileNav #slideNav .container {
    margin: 0;
    padding: 0 !important;
  }
  .headerMobile .mobileNav #slideNav .navbar-header {
    margin: 0 auto;
  }
  .headerMobile .mobileNav #slideNav .navbar.slide-active {
    position: absolute;
    width: 100%;
    top: -1px;
    z-index: 1000;
  }
  .headerMobile .mobileNav #slideNav #slidemenu {
    background: #1c1c1c;
    width: 320px;
    min-width: 0;
    position: absolute;
    z-index: 10000000;
    left: -320px;
    overflow: hidden;
  }
  .headerMobile .mobileNav #slideNav #slidemenu .navbar-nav {
    min-width: 0;
    margin: 0;
    background: #009de0;
  }
  .headerMobile .mobileNav #slideNav #slidemenu .navbar-nav .dropdown-menu li a {
    min-width: 0;
    width: 80%;
    white-space: normal;
  }
  .headerMobile .mobileNav #slideNav #slidemenu .nav .menuTitle a {
    padding: 0;
    font-weight: 700;
  }
  .headerMobile .mobileNav #slideNav #slidemenu .nav li {
    border-bottom: 1px solid #fff;
    padding: 7px 0;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    position: initial;
    cursor: pointer;
    font-weight: 300;
  }
  .headerMobile .mobileNav #slideNav #slidemenu .nav li a {
    /*padding:10px 25px;*/
    font-size: 20px;
    color: #fff;
    display: block;
    background: transparent;
  }
  .headerMobile .mobileNav #slideNav #slidemenu .nav li a i {
    display: none;
  }
  .headerMobile .mobileNav #slideNav #slidemenu .nav li a.this-page {
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: 300;
  }
  .headerMobile .mobileNav #slideNav #slidemenu .nav li a.subItems.child {
    background: url("../images/nav-right-arrow.png") no-repeat 270px center;
    position: relative;
  }
  .headerMobile .mobileNav #slideNav #slidemenu .nav li a.subItems.child i {
    right: 10px;
    position: absolute;
  }
  .headerMobile .mobileNav #slideNav #slidemenu .nav li a:hover {
    text-decoration: none;
    background: transparent;
  }
  .headerMobile .mobileNav #slideNav #slidemenu .nav li a span,
  .headerMobile .mobileNav #slideNav #slidemenu .nav li span {
    display: block;
    font-size: 15px;
    line-height: 20px;
    text-transform: none;
  }
  .headerMobile .mobileNav #slideNav #slidemenu .nav li .subNav {
    position: absolute;
    width: 320px;
    left: -320px;
    z-index: 10000000;
    top: 0;
    background: #1c1c1c;
  }
  .headerMobile .mobileNav #slideNav #slidemenu .nav li .subNav ul {
    list-style: none outside none;
    padding-top: 15px;
    /*background: #90b1c3;*/
  }
  .headerMobile .mobileNav #slideNav #slidemenu .nav li ul li {
    color: #fff;
  }
  .headerMobile .mobileNav #slideNav #slidemenu .nav li ul .menuTitle {
    background: #009de0 url("/images/nav-right-arrow.png") no-repeat 10px center;
    padding: 7px 25px 7px 10px;
  }
  .headerMobile .mobileNav #slideNav #slidemenu .nav li.goBack a {
    background: url("../images/nav-left-arrow.png") no-repeat 10px center;
    padding-left: 40px;
  }
  .headerMobile .mobileNav #slideNav #slidemenu .nav li:active,
  .headerMobile .mobileNav #slideNav #slidemenu .nav li:focus {
    box-shadow: inset 0 0 10px 1px rgba(50, 50, 50, 0.5);
  }
  .headerMobile .mobileNav #slideNav #slidemenu .nav li.mm-current-page a {
    padding: 10px 15px;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: 300;
  }
  .headerMobile .mobileNav #slideNav #slidemenu .nav li.go-back {
    background-image: url("/images/nav-left-arrow-big.png");
  }
  .headerMobile .mobileNav #slideNav #slidemenu .nav li.noChild {
    /*background: #90b1c3;*/
  }
  .headerMobile .mobileNav #slideNav #slidemenu .nav .link {
    border-bottom: 0;
    padding: 10px 0;
  }
  .headerMobile .mobileNav #slideNav #slidemenu .nav .link a {
    padding: 0;
  }
  .headerMobile .mobileNav #slideNav #slidemenu .nav .headerBot .link a:hover {
    background: transparent;
  }
  .headerMobile .mobileNav #slideNav #slidemenu .nav li:last-child {
    margin-bottom: 0;
  }
  .headerMobile .mobileNav #slideNav #slidemenu .nav .current a {
    color: #000;
  }
  .headerMobile .mobileNav #slideNav #slidemenu.active {
    background: #1c1c1c;
  }
  .headerMobile .mobileNav #slideNav #navbar-height-col {
    position: fixed;
    top: 108px;
    height: 100%;
    width: 429px;
    left: -429px;
    background: #eee;
    z-index: 100000;
  }
  .headerMobile .mobileNav #slideNav .navbar-form {
    width: 100%;
    margin: 8px 0;
    text-align: center;
    overflow: hidden;
    z-index: 100000;
    /*fast clearfixer*/
  }
  .headerMobile .mobileNav #slideNav .navbar-form .form-control {
    text-align: center;
  }
  .headerMobile .mobileNav #slideNav .navbar-form .btn {
    width: 100%;
  }
  .headerMobile .mobileNav .contacts {
    display: none;
    background: #009de0;
    padding-top: 25px;
    padding-bottom: 14px;
    border-bottom: 1px solid #3E3E3E;
  }
  .headerMobile .mobileNav .contacts p,
  .headerMobile .mobileNav .contacts p a {
    color: #fff;
    font-size: 25px;
    line-height: 32px;
    padding-left: 34px;
    margin-left: 25px;
    text-transform: none;
    margin-bottom: 12px;
  }
  .headerMobile .mobileNav .contacts p a {
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    font-size: 25px !important;
    line-height: 32px !important;
  }
  .headerMobile .mobileNav .contacts .phone {
    background: url("/images/nav-phone.png") no-repeat 0 center;
  }
  .headerMobile .mobileNav .contacts .mail {
    background: url("/images/mail.png") no-repeat 0 10px;
  }
  .headerMobile .mobileLogo {
    margin: 0;
    padding: 12px 0;
  }
  .headerMobile .mobileLogo img {
    width: 50px;
    background-size: 100%;
    margin: 10px auto 0;
  }
  .headerMobile .mobileLogin {
    float: right;
    height: 100%;
    width: 88px;
    position: relative;
  }
  .headerMobile .mobileLogin:active button {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.225);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.225);
  }
  .headerMobile .mobileLogin button {
    height: 100%;
    width: 100%;
    outline: none;
    border: none;
    -ms-border-radius: 0;
    border-radius: 0;
    position: relative;
    background: #009de0;
  }
  .headerMobile .mobileLogin .lockIcon {
    background: url("../images/mobile-header-lock.png") no-repeat 0 5px;
    width: 17px;
    height: 36px;
    display: inline-block;
  }
  .headerMobile .mobileLogin button div {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
  }
  .headerMobile .navbar-inverse .navbar-nav > .active > a {
    background: transparent;
    box-shadow: none;
  }
  /* put toggle bars on the left :: not using button */
  #slideNav.navbar-inverse #slidemenu #slidemenu {
    background: #90b1c3;
  }
  #slideNav.navbar-inverse #slidemenu #navbar-height-col {
    background: #333;
    border: 0;
  }
  /* this is behind the navigation but the navigation is not inside it so that the navigation is accessible and scrolls*/
  .navbar-header {
    position: relative;
    float: none;
  }
  /* un fix the navbar when active so that all the menu items are accessible */
  .navbar.navbar-fixed-top.slide-active {
    position: relative;
  }
  .drift-status {
    background: #f0cb00;
  }
  .drift-status .status .icon {
    width: 7%;
  }
  .drift-status .status p {
    width: 86%;
    color: #fff;
  }
  .drift-status .status .close {
    width: 7%;
  }
  footer.footer .footer-editor {
    padding-right: 15px;
  }
  .index-page-content > div {
    padding: 10px 20px;
    display: inline-block;
  }
  /* Faq */
  .faq .faq-questions.full-width-questions {
    padding: 15px;
  }
  .department-spa .department-text {
    width: 100%;
  }
  /* banner */
  .banner {
    padding: 30px 0;
    height: 200px;
  }
  .banner h1.banner-title {
    font-size: 34px;
  }
  .banner p.banner-text {
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
  }
  .banner banner-btn-box {
    text-align: center;
  }
  .featured-housing .item {
    /*height: 455px;*/
  }
  .featured-housing .item .item-img {
    /*height: 185px;*/
  }
  .featured-housing .item ul li {
    font-size: 14px;
  }
  /* frontpage */
  .frontpage-news .frontpage-news-item {
    padding: 0 15px;
  }
  .frontpage-news .frontpage-news-item a .news-teaser {
    padding: 15px;
  }
  .frontpage-news .frontpage-news-item a .news-teaser .date {
    color: #ccc;
  }
  .frontpage-news .frontpage-news-item h2 {
    color: #009de0;
    font-size: 22px;
    line-height: 32px;
    font-weight: 300;
    margin: 0;
  }
  .frontpage-news .frontpage-news-item span {
    margin-top: 0;
    font-size: 16px;
    font-weight: 300;
    color: #009de0;
    margin-bottom: 15px;
  }
  .frontpage-news .frontpage-news-item img {
    margin: 0 -15px;
    position: relative;
  }
  .frontpage-available-tenancies .featured-housing {
    padding: 0;
  }
  .cart {
    width: 220px;
  }
}
@media (max-width: 767px) {
  /* news */
  .controls-bar .kategori-select .btn {
    margin-top: 5px;
  }
  .controls-bar .view-controls {
    float: left;
    height: 30px;
  }
  .controls-bar .view-controls > span {
    float: right;
    line-height: 30px;
    padding-left: 0;
    padding-right: 15px;
  }
  .controls-bar .view-controls > span.icon a {
    line-height: 30px;
  }
  .news-page {
    padding-bottom: 285px;
  }
  .news-mail-list h3 {
    margin: 15px -15px 10px;
  }
  .news-mail-list .controls {
    margin: 10px -15px 15px;
  }
  .news-mail-list .controls input[type=text] {
    width: 100%;
    margin-bottom: 10px;
  }
  .banner {
    padding: 30px 0;
    height: 125px;
  }
  .banner p.banner-text {
    display: none;
  }
  /* globalsoegning */
  .ezsearch-form-page .ezsearch-form .page-filters {
    width: 100%;
    margin: 30px auto;
  }
  .ezsearch-form-page .ezsearch-form .page-filters .select-field {
    width: 100%;
    position: relative;
  }
  .ezsearch-form-page .ezsearch-form .page-filters input[type=text] {
    width: 100%;
  }
  .ezsearch-form-page .ezsearch-form .page-filters button {
    position: absolute;
    right: 15px;
    top: 5px;
    margin-left: 0;
    font-size: 20px;
  }
  .ezsearch-form-page .ezsearch-form .page-filters .ezsearch-summary {
    width: 100%;
  }
  .ezsearch-form-page .ezsearch-results {
    padding-left: 15px;
    padding-right: 15px;
  }
  .drift-status .status .icon {
    width: 16%;
    max-width: 65px;
    text-align: left;
  }
  .drift-status .status p {
    width: 80%;
    text-align: left;
  }
  .drift-status .status .close {
    width: 10%;
  }
  .statistics .stat-inline {
    margin-bottom: 10px;
  }
  .statistics table.stats {
    display: inline-block;
  }
  .statistics table.stats thead {
    display: none;
  }
  .statistics table.stats tbody.loginStatWrapper {
    display: inline-block;
  }
  .statistics table.stats tbody.loginStatWrapper tr {
    display: block;
    /*.loginStatCell:nth-child(5):before {
        content: "Detaljer";
    }*/
  }
  .statistics table.stats tbody.loginStatWrapper tr .loginStatCell {
    width: 100%;
    display: inline-block;
    text-align: right;
    border-bottom: 1px solid #E0E0E0;
  }
  .statistics table.stats tbody.loginStatWrapper tr .loginStatCell.details {
    display: none;
  }
  .statistics table.stats tbody.loginStatWrapper tr .loginStatCell:last-child {
    border-bottom: none;
  }
  .statistics table.stats tbody.loginStatWrapper tr .loginStatCell.loginStatIconCell {
    width: 100%;
  }
  .statistics table.stats tbody.loginStatWrapper tr .loginStatCell:before {
    float: left;
    text-align: left;
    width: 50%;
    content: "";
  }
  .statistics table.stats tbody.loginStatWrapper tr .loginStatCell:nth-child(2):before {
    content: "Rolletype";
  }
  .statistics table.stats tbody.loginStatWrapper tr .loginStatCell:nth-child(3):before {
    content: "Int nr.";
  }
  .statistics table.stats tbody.loginStatWrapper tr .loginStatCell:nth-child(4):before {
    content: "Dato";
  }
  .statistics table.stats tbody.loginStatWrapper tr .loginStatCell:nth-child(5):before {
    content: "Tid";
  }
  .statistics table.stats tbody.loginStatWrapper tr .btn {
    margin: 5px 0;
  }
  /* footer */
  footer.footer {
    text-align: center;
  }
  footer.footer .contact-info {
    padding-bottom: 15px;
  }
  footer.footer ul.link-wrapper {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  /* tenancy search */
  .search-page-content .sidebar .husleje-select-criteria .slider-div,
  .search-page-content .sidebar .storrelse-select-criteria .slider-div,
  .search-page-content .sidebar .vaerelser-select-criteria .slider-div {
    padding: 0 25px;
  }
  .search-page-content .sidebar .custom-checkbox label,
  .search-page-content .sidebar .custom-radio label {
    line-height: 35px;
    background-size: 32px;
  }
  .search-page-content .result-count h3 p.select-view {
    display: block;
    width: 100%;
    text-align: right;
    margin: 10px 0;
  }
  .search-page-content .search-results .map-result {
    display: inline-block;
    width: 100%;
  }
  .search-page-content .search-results .list-result .result .department .gallery-preview {
    width: 100%;
  }
  table.table {
    display: inline-block;
    width: 100%;
  }
  table.table thead {
    display: none;
  }
  table.table tbody {
    border-bottom: 4px solid #E0E0E0;
    display: inline-block;
    width: 100%;
  }
  table.table tbody tr {
    display: inline-block;
    width: 100%;
  }
  table.table tbody tr td {
    display: inline-block;
    width: 100%;
    text-align: right;
  }
  table.table tbody tr td:before {
    display: inline-block;
    /*width: 50%;*/
    float: left;
    text-align: left;
    vertical-align: middle;
    content: "";
  }
  /* tenancy tables */
  table.table.tenancies tbody tr td {
    text-align: right;
  }
  table.table.tenancies tbody tr td:nth-child(1):before {
    content: "Plan";
  }
  table.table.tenancies tbody tr td:nth-child(2):before {
    content: "Type";
  }
  table.table.tenancies tbody tr td:nth-child(3):before {
    content: "Rum";
  }
  table.table.tenancies tbody tr td:nth-child(4):before {
    content: "m2";
  }
  table.table.tenancies tbody tr td:nth-child(5):before {
    content: "Husleje";
  }
  table.table.tenancies tbody tr td:nth-child(6):before {
    content: "Indskud";
  }
  table.table.tenancies tbody tr td:nth-child(7):before {
    content: "Info";
  }
  table.table.tenancies tbody tr td:nth-child(8):before {
    content: "Gem bolig";
  }
  table.table.tenancies.cart-list tbody tr td:nth-child(8):before {
    content: "Fjern bolig";
  }
  table.table.tenancies.wish-list tbody tr td:nth-child(7):before {
    content: "Placering";
  }
  table.table.tenancies.wish-list tbody tr td:nth-child(8):before {
    content: "Info";
  }
  table.table.tenancies.wish-list tbody tr td:nth-child(9):before {
    content: "Fjern bolig";
  }
  /* rents and expenditures */
  table.table.tenant-rent {
    margin-bottom: 30px;
  }
  table.table.tenant-rent tbody {
    border-bottom: none;
  }
  table.table.tenant-rent tbody tr {
    border-bottom: 1px solid #E0E0E0;
  }
  table.table.tenant-rent tbody tr td {
    border-top: none;
  }
  table.table.tenant-rent.rent-expenditure tbody tr td:nth-child(1):before {
    content: "Udgift";
  }
  table.table.tenant-rent.rent-expenditure tbody tr td:nth-child(2):before {
    content: "Dato";
  }
  table.table.tenant-rent.rent-expenditure tbody tr td:last-child:before {
    content: "Kr.";
  }
  table.table.tenant-rent.consumption-summary tbody tr td:nth-child(1):before {
    content: "Forbrugsperiode";
  }
  table.table.tenant-rent.consumption-summary tbody tr td:nth-child(2):before {
    content: "Indbetalt aconto";
  }
  table.table.tenant-rent.consumption-summary tbody tr td:nth-child(3):before {
    content: "Forbrug";
  }
  table.table.tenant-rent.consumption-summary tbody tr td:last-child:before {
    content: "Tilbage/efterbetalt";
  }
  table.table.tenant-rent.deposit tbody tr td:nth-child(1):before {
    content: "Dato";
  }
  table.table.tenant-rent.deposit tbody tr td:nth-child(2):before {
    content: "Tekst";
  }
  table.table.tenant-rent.deposit tbody tr td:last-child:before {
    content: "Beløb";
  }
  table.table.tenant-rent.account-statement tbody tr td:nth-child(1):before {
    content: "Tekst";
  }
  table.table.tenant-rent.account-statement tbody tr td:nth-child(2):before {
    content: "Dato";
  }
  table.table.tenant-rent.account-statement tbody tr td:last-child:before {
    content: "Beløb";
  }
  /* offers */
  .offers-tabs {
    width: 100%;
  }
  .offers-tabs .btn {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .offers-tabs .btn:last-child {
    margin-right: 0;
  }
  .offer-list .list-unstyled {
    margin-bottom: 20px;
  }
  .offer-list .list-unstyled table.table .table-data {
    width: 100%;
    border-top: none;
  }
  .offer-list .list-unstyled table.table .table-data .form-group select {
    width: auto;
    padding-right: 25px;
  }
  .offer-list .list-unstyled table.table .table-data.lang {
    width: 100%;
  }
  .offer-list .list-unstyled table.table tbody {
    border-bottom: 0;
  }
  .offer-list .list-unstyled table.table tbody tr td:nth-child(1):before {
    content: "Placering";
  }
  .offer-list .list-unstyled table.table tbody tr td:nth-child(2):before {
    content: "Lejemålsnr.";
  }
  .offer-list .list-unstyled table.table tbody tr td:nth-child(3):before {
    content: "Adresse";
  }
  .offer-list .list-unstyled table.table tbody tr td:nth-child(4):before {
    content: "Svar";
  }
  .offer-list .list-unstyled table.table tbody tr td:last-child:before {
    content: "Mere info";
  }
  .offer-list .list-unstyled .more-info {
    border-top: 1px solid #F0F0F0;
  }
  .offer-list .list-unstyled .more-info .documentation-holder {
    padding: 15px;
  }
  .offer-list .list-unstyled .more-info .documentation-holder .facts,
  .offer-list .list-unstyled .more-info .documentation-holder .gallery-holder,
  .offer-list .list-unstyled .more-info .documentation-holder .navigation-info {
    margin-bottom: 10px;
  }
  .offer-list .list-unstyled .more-info .documentation-holder .facts .data-row h3 {
    margin-top: 0;
  }
  .offer-list .list-unstyled .more-info .documentation-holder .facts .data-row > div {
    display: inline-block;
    width: 100%;
  }
  .offer-list .list-unstyled .more-info .documentation-holder .facts .data-row span.left-data {
    float: left;
  }
  .offer-list .list-unstyled .more-info .documentation-holder .facts .data-row span.data {
    float: right;
  }
  /* tenancy info modal */
  .info-modal .nav-tabs {
    border-bottom: none;
  }
  .info-modal .nav-tabs > li {
    float: none;
  }
  .info-modal .nav-tabs > li > a {
    color: #009de0;
  }
  .info-modal .tab-content .gallery-preview {
    display: inline-block;
    width: 100%;
  }
  .info-modal .tab-content .gallery-preview img {
    width: 100%;
  }
  /* carousel */
  .carousel .carousel-control {
    width: 50px;
  }
  .carousel .carousel-control .glyphicon {
    font-size: 24px;
    top: 45%;
  }
  .carousel .carousel-control .glyphicon-chevron-left {
    left: 40%;
  }
  .carousel .carousel-control .glyphicon-chevron-right {
    right: 40%;
  }
  /* department picker */
  .department-picker {
    margin-bottom: 30px;
  }
  .department-picker .dep-sort-buttons {
    text-align: left;
  }
  .department-picker .dep-sort-buttons .btn {
    margin: 2px;
  }
  .department-spa .btn-full-width {
    margin-bottom: 5px;
  }
  .btn {
    padding: 10px 15px;
  }
  .wraper-calendar .btn {
    padding: 5px 9px;
  }
  .widgets .widget-button-search {
    width: 50px;
    height: 70px;
  }
  .widgets .widget-button-search i.fa-search {
    font-size: 30px;
  }
  .widgets .show-search-box {
    right: 50px;
    top: 4%;
    padding: 8px 10px;
    height: 62px;
  }
  .widgets .show-search-box .form-group {
    margin-bottom: 0;
  }
  .widgets .widget-button {
    width: 50px;
    height: 50px;
  }
  .widgets .widget-button i {
    font-size: 24px;
  }
  .widgets .widget-button p {
    display: none;
  }
  .widgets .widget-button span.badge-counter {
    min-width: 32px;
    min-height: 32px;
    line-height: 26px;
    font-size: 10px;
    top: 75px;
  }
  .gm-style .gm-style-iw div#content {
    width: auto !important;
  }
  .PointsOfInterest {
    display: none;
  }
  .featured-housing {
    display: inline-block;
  }
  .featured-housing > div {
    display: inline-block;
  }
  .featured-housing .item {
    height: auto;
    display: inline-block;
    border-right: 1px solid #E0E0E0;
  }
  /* frontpage */
  .fp-grid {
    display: inline-block;
  }
  .fp-grid .fp-row {
    display: inline-block;
  }
  .fp-grid .fp-row .fp-cell {
    display: inline-block;
    padding: 0 15px;
    width: 100%;
    vertical-align: top;
  }
  .fp-grid .fp-row .fp-cell:last-child {
    border-left: 1px solid #E0E0E0;
    border-top: none;
  }
  .frontpage-contact {
    padding-bottom: 15px;
  }
  .image-gallery-text {
    display: none;
  }
  .my-tenancy .defect h3 {
    line-height: 42px;
    margin-bottom: 0;
  }
  .cart {
    width: 100%;
  }
  .features ul.picto li {
    width: 50px;
  }
  .results.department-tenancies {
    display: inline-block;
    width: 100%;
  }
}
.anchor-adjust {
  position: absolute;
  top: -50px;
}

.step-wrapper:not(:first-of-type) {
  border-top: 1px solid #E0E0E0;
  margin-top: 28px;
  padding-top: 12px;
  /*This is to fix a scroll to problem*/
  position: relative;
}

.box-wrapper {
  padding: 15px;
  background: #EFEFEF;
  border: 1px solid #cbcbcb;
}

.option-box {
  border: 1px solid #E0E0E0;
  background: #f9f9f9;
  padding: 15px;
  margin: 15px 0;
}

.privacy-box .form-group {
  margin-bottom: 0;
}

.button-box {
  width: 100%;
  height: 100px;
  text-align: center;
  float: left;
  cursor: pointer;
  position: relative;
}

.split-with-in-three {
  width: 22vh;
  height: 22vh;
  margin: 10px 15px;
}

.button-box div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.button-box.selected {
  background: #009de0;
  color: #fff;
}

.button-box label {
  display: block;
  font-weight: normal;
}

.signup #renew-payment-div {
  margin-left: -15px;
}

/* old saved */
/*.validation-indicator {
    float: left;
    padding: 3px 0 0 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-size: medium;
}

.validation-indicator.valid:before {
    content: "\f00c";
    color: green;
}

.validation-indicator:before {
    content: "\f111";
    color: red;
}*/
bottom-status {
  text-align: left;
}
bottom-status .status {
  color: green;
  font-weight: bold;
  margin: 5px 0;
  display: inline-block;
  width: 100%;
}
bottom-status .error {
  color: red !important;
  font-weight: bold !important;
  margin: 5px 0;
  display: inline-block;
  width: 100%;
}

.mobileLogin.open .separator {
  bottom: -13%;
  left: 14%;
}

.mobileLogin .dropdown-menu {
  top: 113%;
}

.navbar-header {
  position: relative;
}

/* login margin */
.login-wrapper {
  margin-bottom: 30px;
}

.cookies {
  z-index: 1111111;
  width: 100%;
  background: #009de0;
  position: relative;
}
.cookies .cookiesHeader {
  width: 57px;
  height: 59px;
  padding: 12px 10px;
  float: right;
  margin-left: -1px;
  margin-top: 6px;
  position: relative;
}
.cookies .cookiesBody {
  padding: 10px 15px;
  color: #fff;
  text-align: left;
  font-size: 14px;
  min-height: 120px;
  position: relative;
}
.cookies .cookiesBody a {
  color: #ffffff;
  margin-top: 5px;
  display: inline-block;
}
.cookies .cookiesBody .close-cookie {
  position: absolute;
  right: 0;
  top: 0;
  color: #a4cbdc;
  font-size: 35px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 300;
}
.cookies .cookiesBody .cookie-toggle {
  background: #009de0 url("../images/cookie.png") no-repeat center 10px;
  height: 38px;
  width: 38px;
  border-radius: 0 0 3px 3px;
  display: block;
  position: absolute;
  bottom: -30px;
  right: -8px;
  margin-top: 0;
}

.cookies.hideme {
  margin-top: -120px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.cookies.showme {
  margin-top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* Global modals */
.modalWrapper {
  padding: 15px;
}

.modal-header {
  overflow: hidden;
}
.modal-header h3.modal-title {
  float: left;
  width: 100%;
  font-size: 18px;
}

#infoModal .nav-tabs li.active a,
#infoModal .nav-tabs li.active a:hover,
#infoModal .nav-tabs li.active a:focus {
  border-bottom-color: transparent;
  border: 1px solid #009de0;
  background-color: #009de0;
  color: #fff;
}
#infoModal .nav-tabs li a {
  color: #009de0;
  border-radius: 0;
}
#infoModal .cols {
  overflow: hidden;
  margin-top: 5px;
}
#infoModal .cols ul {
  list-style: none outside none;
}
#infoModal .cols ul li span {
  float: right;
}

/*Print Media*/
@media print {
  @page {
    size: auto;
  }
  body, html, .content {
    width: 100%;
    float: left;
  }
  html {
    margin: 0;
  }
  .text-page-content {
    display: inline-block;
    width: 100%;
    float: left;
  }
  .grid-section, grid-section > div, .column {
    display: inline-block;
    width: 100%;
    float: left;
  }
  .sections {
    display: inline-block;
    width: 100%;
    float: left;
  }
  .sections .section {
    display: inline-block;
    width: 33%;
    float: none;
    vertical-align: top;
  }
  .sections .section .desc {
    margin: 0 0 10px;
    display: inline-block;
    width: 100%;
    padding: 0;
  }
  .editor-field {
    float: left;
    width: 100%;
  }
  .content {
    display: inline-block;
  }
  p {
    margin: 0 0mm 10px;
  }
  .floating-desktop {
    display: none;
  }
  header {
    display: none !important;
  }
  .status {
    display: none !important;
  }
  .drift-status {
    display: none !important;
  }
  footer {
    display: none !important;
  }
  .widgets {
    display: none !important;
  }
  .no-print,
  .no-print * {
    display: none !important;
  }
  *,
  *:after,
  *:before {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: "";
  }
  abbr[title]:after {
    content: "";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 300px !important;
    display: block;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
  .glyphicon-search:before {
    content: "";
  }
}
/*Media Print end*/
/* vConnect CSS */
.featured-search {
  background: #d8d8d8;
  height: 235px;
  padding-top: 25px;
  position: relative;
  margin-top: -5px;
}
.featured-search .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("../images/bg.png") no-repeat 0 0;
  top: 0;
  left: 0;
}
.featured-search .container {
  position: relative;
  height: 100%;
  z-index: 1000;
}
.featured-search h2 {
  text-align: center;
  font-weight: 300;
  color: #000;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 32px;
  padding-bottom: 50px;
}
.featured-search .search-form {
  width: 830px;
  margin: 0 auto;
}
.featured-search .search-form > span {
  float: left;
  background: #000;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  padding: 6px 7px 6px 5px;
  font-size: 18px;
  line-height: 32px;
  margin: 1px 25px 0 30px;
}
.featured-search .selectpicker {
  float: left;
  color: #bdbdbd;
  font-size: 25px;
  line-height: 32px;
  font-weight: 300;
  padding: 8px 11px 7px;
  border: 0;
  border-radius: 4px;
  width: 365px;
  text-align: left;
  cursor: pointer;
  appearance: none;
  background: #fff url("../images/select-arrow.png") no-repeat 343px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.featured-search .selectpicker option {
  font-size: 22px;
  padding: 0 10px;
  font-weight: 400;
}
.featured-search .selectpicker::-ms-expand {
  display: none;
}
.featured-search .search {
  float: left;
  overflow: hidden;
  z-index: 100000;
}
.featured-search .search .field {
  color: #000;
  font-size: 25px;
  line-height: 32px;
  font-weight: 300;
  padding: 8px 18px 7px;
  float: left;
  border: 0;
  background: #fff;
  width: 310px;
  border-radius: 3px 0 0 3px;
}
.featured-search .search .field .field::-webkit-input-placeholder {
  font-weight: 300;
}
.featured-search .search .field .field:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 300;
}
.featured-search .search .field .field::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 300;
}
.featured-search .search .field .field:-ms-input-placeholder {
  font-weight: 300;
}
.featured-search .search .btn {
  background: #009de0 url("../images/white-loop.png") no-repeat center center;
  width: 55px;
  height: 47px;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
}

.featured-houses {
  background: #f1f1f1;
  padding: 20px 0 40px;
}
.featured-houses .featured-houses-head {
  padding-bottom: 9px;
  text-align: center;
}
.featured-houses .featured-houses-head p {
  font-size: 20px;
  line-height: 32px;
}
.featured-houses h2 {
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 32px;
}
.featured-houses .featured-house-head p {
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 32px;
}

.slider-houses.results .owl-carousel .owl-wrapper-outer {
  overflow: visible;
  margin-top: 14px;
}

.slider-houses {
  position: relative;
}
.slider-houses ul {
  list-style: none outside none;
  overflow: hidden;
  margin: 0;
}
.slider-houses li {
  float: left;
  width: 260px;
}
.slider-houses li:last-child {
  margin-right: 0;
}
.slider-houses .box {
  background: #fff;
  padding: 7px;
  position: relative;
}
.slider-houses .box .vacant {
  position: absolute;
  top: 0;
  left: 0;
  width: 139px;
  height: 80px;
}
.slider-houses .box > img {
  width: 100%;
  margin-bottom: 6px;
  height: 164px;
}
.slider-houses h4 {
  color: #000;
  line-height: 22px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.slider-houses h3 {
  color: #009de0;
  font-size: 20px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 300;
}
.slider-houses .box ul {
  list-style: none outside none;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 10px;
}
.slider-houses .box ul li {
  text-align: right;
  overflow: hidden;
  margin-right: 0;
  width: 100%;
  border-bottom: 1px dashed #ddd;
  color: #333;
  padding-bottom: 1px;
  margin-bottom: 4px;
}
.slider-houses .box ul li:last-child {
  border-bottom: 0;
}
.slider-houses .box ul li img {
  float: left;
  margin-top: 3px;
  width: auto;
}
.slider-houses .btns {
  overflow: hidden;
  width: 240px;
  margin: 0 auto;
}
.slider-houses .btns a {
  color: #fff;
  line-height: 22px;
  border-radius: 4px;
  padding: 1px 7px 4px;
  float: left;
  margin-right: 6px;
}
.slider-houses .btns a:hover {
  text-decoration: none;
}
.slider-houses .btn.btn-secondary {
  background: #000 url("../images/btnarrow.png") no-repeat 90px center;
  width: 105px;
  text-align: left;
  border: 0;
  font-weight: 400;
}
.slider-houses .btn.btn-primary {
  background: #009de0 url("../images/btnarrow.png") no-repeat 76px center;
  margin-right: 0;
  width: 90px;
  text-align: left;
  border: 0;
  font-weight: 400;
}

.slider-houses .btns .add-wishlist {
  background: url("../images/star.png") no-repeat 0 0;
  width: 25px;
  height: 27px;
  margin-right: 5px;
}
.slider-houses .left,
.slider-houses .right {
  top: 155px;
}

.slider .prev {
  background: url("../images/left-arrow.png") no-repeat 0 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  margin-top: -51px;
  left: -75px;
  width: 52px;
  height: 103px;
}

.slider .prev:hover {
  background: url("../images/left-arrow-hover.png") no-repeat 0 0;
}

.slider-houses .left {
  background: url("../images/left-arrow.png") no-repeat 0 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  margin-top: -51px;
  width: 52px;
  height: 103px;
  left: -75px;
}

.slider-houses .left:hover {
  background: url("../images/left-arrow-hover.png") no-repeat 0 0;
}

.slider .next {
  background: url("../images/right-arrow.png") no-repeat 0 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  margin-top: -52px;
  right: -75px;
  width: 52px;
  height: 103px;
}

.slider .next:hover {
  background: url("../images/right-arrow-hover.png") no-repeat -1px 0;
}

.slider-houses .right {
  background: url("../images/right-arrow.png") no-repeat 0 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  margin-top: -52px;
  width: 52px;
  height: 103px;
  right: -75px;
}

.slider-houses .right:hover {
  background: url("../images/right-arrow-hover.png") no-repeat -1px 0;
}

.floating-logo {
  background: #f1f1f1;
  padding: 9px 15px;
  width: 340px;
  height: 90px;
  position: fixed;
  right: 7%;
  bottom: 0px;
  border: 1px solid #e5e5e5;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  text-align: left;
  z-index: 100;
}
.floating-logo a {
  position: relative;
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.floating-logo a img {
  margin-top: 2px;
  margin-left: 0px;
  width: 175px;
}
.floating-logo a:hover {
  text-decoration: none;
}
.floating-logo .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 12px;
  height: 12px;
  background: url(../images/close.png) no-repeat 0 0;
  background-size: contain;
}

.floating-mobile {
  display: none;
}

.search-criteria {
  background: url("../images/criteria-bg.png") repeat center 0;
  padding-top: 29px;
  color: #fff;
  padding-bottom: 20px;
}
.search-criteria h2 {
  font-size: 40px;
  line-height: 32px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  font-weight: 200;
  padding-bottom: 7px;
}
.search-criteria h3 {
  margin: 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: 200;
  text-transform: uppercase;
  padding-bottom: 8px;
}
.search-criteria h4 {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  margin: 0;
  font-weight: 200;
}
.search-criteria h4 a {
  color: #fff;
  text-decoration: underline;
}
.search-criteria .row {
  padding-top: 15px;
  padding-bottom: 30px;
}
.search-criteria .row .col {
  border-right: 1px dashed #52656e;
  min-height: 235px;
}
.search-criteria .row .col:last-child {
  border: 0;
}
.search-criteria label {
  font-weight: 200;
  font-size: 19px;
  line-height: 32px;
  cursor: pointer;
  background: url("/images/checkbox-unchecked_alt.png") no-repeat 0 8px;
  padding-left: 29px;
}
.search-criteria input[type=checkbox], .search-criteria input[type=radio] {
  display: none;
}
.search-criteria input[type=checkbox]:checked + label, .search-criteria input[type=radio]:checked + label {
  background: url("/images/checkbox-checked_alt.png") no-repeat 0 8px;
}
.search-criteria .criteria-sliders .row-line {
  padding-bottom: 10px;
  width: 220px;
}
.search-criteria .row-line p {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 28px;
}
.search-criteria .criteria-sliders p span {
  float: right;
  padding-right: 15px;
}
.search-criteria .select-areas {
  /*background: url("../images/map-icon.png") no-repeat 0 2px !important;*/
  border: 0;
  padding-left: 20px;
  padding-bottom: 7px;
}
.search-criteria .select-areas:checked + label {
  /*background: url("../images/map-icon.png") no-repeat 0 2px !important;*/
  border: 0;
  padding-left: 20px;
  padding-bottom: 7px;
}
.search-criteria label.select-areas img {
  margin-right: 5px;
}
.search-criteria h3.second-headline {
  margin-top: 15px;
}
.search-criteria .criterias-box {
  height: 320px;
}
.search-criteria span.semibold.ng-binding {
  font-weight: 500;
}

.map-select label {
  font-weight: 200;
  font-size: 19px;
  line-height: 32px;
  cursor: pointer;
  background: url("/images/checkbox-unchecked_alt.png") no-repeat 0 8px;
  padding-left: 29px;
}
.map-select input[type=checkbox], .map-select input[type=radio] {
  display: none;
}
.map-select input[type=checkbox]:checked + label, .map-select input[type=radio]:checked + label {
  background: url("/images/checkbox-checked_alt.png") no-repeat 0 8px;
}

.criteria-sliders .scale {
  display: none;
}

.search-criteria .criteria-sliders .pointer {
  width: 18px;
  height: 18px;
}
.search-criteria .criteria-sliders .back-bar div:nth-child(3) {
  font-size: 16px;
  font-weight: 700;
  top: -28px;
  background: transparent;
  color: #fff;
}
.search-criteria .criteria-sliders .back-bar div:nth-child(5) {
  font-size: 16px;
  font-weight: 700;
  right: 0;
  top: -28px;
  background: transparent;
  color: #fff;
}
.search-criteria .criteria-sliders .line-rooms .back-bar div:nth-child(3) {
  right: 38px;
}
.search-criteria .criteria-sliders .line-sqms .back-bar div:nth-child(3) {
  right: 54px;
}
.search-criteria .criteria-sliders .line-sqms p span {
  padding-right: 31px;
}
.search-criteria .criteria-sliders .line-rent .back-bar div:nth-child(3) {
  right: 75px;
}
.search-criteria .criteria-sliders .line-rent p span {
  padding-right: 53px;
}
.search-criteria .criteria-sliders .back-bar {
  height: 9px;
  background: #fff url("../images/slider-separator.png") repeat-x 0 0;
  -webkit-box-shadow: inset 0 2px 6px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0 2px 6px -1px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 2px 6px -1px rgba(0, 0, 0, 0.75);
}
.search-criteria .criteria-sliders .selected-bar {
  background: #009de0 url("../images/slider-separator.png") repeat-x 0 0;
  -webkit-box-shadow: inset 0 2px 6px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0 2px 6px -1px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 2px 6px -1px rgba(0, 0, 0, 0.75);
}
.search-criteria .criteria-sliders .clickable-dummy {
  border-radius: 4px;
}
.search-criteria .criteria-sliders .scale ins {
  font-size: 10px;
}

.colCount {
  margin: 0 auto;
  float: none;
  overflow: hidden;
}

.boligtyper-count {
  border: 1px solid #fff;
  border-radius: 5px;
  background: #009de0;
  padding: 18px 10px 0;
  width: 119px;
  text-align: center;
  margin: 0 10px 15px 0;
}
.boligtyper-count p {
  padding: 0;
  line-height: 18px;
}
.boligtyper-count span {
  font-size: 54px;
  font-weight: 300;
  line-height: 36px;
}

.afdelinger-count {
  border-radius: 5px;
  border: 1px solid #fff;
  background: #333;
  padding: 18px 10px 0;
  width: 119px;
  text-align: center;
}
.afdelinger-count p {
  padding: 0;
  line-height: 18px;
}
.afdelinger-count span {
  font-size: 54px;
  line-height: 36px;
  font-weight: 300;
}

.search-criteria .btns {
  text-align: center;
  margin-bottom: 25px;
}
.search-criteria .btns a {
  display: inline-block;
}
.search-criteria .btns a:hover {
  text-decoration: none;
}
.search-criteria .search-btn {
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  text-transform: uppercase;
  border-radius: 4px;
  background: #009de0;
  margin-top: 4px;
  padding: 4px 30px 5px;
}
.search-criteria .advanced-search {
  margin-right: 10px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
}

.results {
  background: #f1f1f1;
  padding-bottom: 38px;
  padding-top: 26px;
}

.results.department-tenancies {
  background: none;
}

.results-head {
  margin: 0 0 0px;
  overflow: hidden;
}
.results-head h2 {
  float: left;
  text-transform: uppercase;
  margin: 0;
  font-size: 40px !important;
  line-height: 40px;
  font-weight: 200 !important;
  color: #333 !important;
  font-family: "Source Sans Pro", sans-serif !important;
}
.results-head h2 span {
  font-weight: 600;
  color: #009de0;
}
.results-head > div {
  float: right;
}
.results-head > div label {
  color: #999;
  line-height: 32px;
  font-weight: 300;
  margin-right: 15px;
}
.results-head > div .selectpicker {
  width: 188px;
  padding: 3px 4px 7px;
  border: 1px solid #ccc;
  border-radius: 1px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url("../images/select-arrow.png") no-repeat 170px center;
}
.results-head > div .selectpicker::-ms-expand {
  display: none;
}

.results .box {
  background: #fff;
  padding: 7px;
  position: relative;
  margin-bottom: 20px;
  min-height: 400px;
}
.results .box .vacant {
  position: absolute;
  top: 0;
  left: 0;
  width: 139px;
  height: 80px;
}
.results .box absi-department-image {
  cursor: pointer;
}
.results .box > img {
  width: 100%;
  margin-bottom: 6px;
}
.results .tenancy-stuffer {
  height: 132px;
}
.results .tenancy-bottom {
  position: absolute;
  bottom: 7px;
  width: 94%;
}
.results h4 {
  color: #666;
  line-height: 22px;
  font-weight: 200;
  margin: 0;
  padding: 0;
}
.results h3 {
  color: #009de0;
  font-size: 20px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 300;
}
.results .box ul {
  list-style: none outside none;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 10px;
}
.results .box ul li {
  text-align: right;
  overflow: hidden;
  margin-right: 0;
  width: 100%;
  border-bottom: 1px dashed #ddd;
  color: #666;
  padding-bottom: 1px;
  margin-bottom: 4px;
}
.results .box ul li:last-child {
  border-bottom: 0;
}
.results .box ul li img {
  float: left;
  margin-top: 3px;
}
.results .btns {
  overflow: hidden;
  width: 238px;
  margin: 0 auto;
}
.results .btns a {
  color: #fff;
  line-height: 22px;
  border-radius: 4px;
  padding: 1px 7px 4px;
  float: left;
  margin-right: 6px;
}
.results .btns a:hover {
  text-decoration: none;
}
.results .btn.btn-secondary {
  background: #333 url("../images/btnarrow.png") no-repeat 90px center;
  width: 105px;
  border: 0;
  text-align: left;
  font-weight: 400;
}
.results .btn.btn-primary {
  background: #009de0 url("../images/btnarrow.png") no-repeat 76px center;
  margin-right: 0;
  width: 90px;
  border: 0;
  text-align: left;
  font-weight: 400;
}
.results .add-wishlist {
  background: url("../images/star.png") no-repeat 0 0;
  width: 25px;
  height: 27px;
  margin-right: 5px;
}
.results .box .wished {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 43px;
  height: 41px;
}

.wishlist-count {
  position: fixed;
  right: 0;
  top: 45%;
  width: 130px;
  z-index: 1000000;
}
.wishlist-count .wishlist {
  position: relative;
}
.wishlist-count .wishlist img {
  position: absolute;
  top: 11px;
  left: -18px;
}
.wishlist-count .counter {
  padding: 10px 24px 22px;
  background: #333;
  color: #fff;
  border-radius: 4px 0 0 0;
}
.wishlist-count .counter p {
  padding-bottom: 3px;
}
.wishlist-count .counter span {
  font-size: 50px;
  line-height: 50px;
}
.wishlist-count .to-wishlist {
  color: #fff;
  background: #009de0 url("../images/to-housing.png") no-repeat 112px center;
  display: block;
  border-radius: 0 0 0 4px;
  padding: 6px 11px 9px;
}
.wishlist-count .to-wishlist:hover {
  text-decoration: none;
}

.content h1 {
  font-size: 26px;
  font-family: "Open Sans Pro", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.content h2 {
  font-size: 20px;
  font-family: "Open Sans Pro", sans-serif;
  color: #009de0;
  font-weight: 300;
}

.text-page-content {
  background: #fff;
}

.content-box-viste {
  border: 1px solid #e9e9e9;
  background: #f8f8f8;
  position: relative;
  margin-top: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  width: 100%;
  padding: 27px 200px 25px 21px;
}
.content-box-viste .img-bg {
  position: absolute;
  bottom: 10px;
  right: 25px;
  margin: auto;
  top: 10px;
  width: 170px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.content-box-viste.noimage {
  padding: 27px 21px 25px 21px;
}

.content .content-box-viste {
  margin-bottom: 40px;
}
.content .content-box-viste h3 {
  font-family: "SketchFlowPrint", serif;
  color: #009de0;
  font-size: 30px;
  line-height: 26px;
  text-transform: uppercase;
  padding-bottom: 11px;
  margin-bottom: 0;
  margin-top: 0;
}
.content .content-box-viste p {
  font-size: 22px;
  line-height: 26px;
  padding-bottom: 21px;
}

.content-box-viste .more {
  background: #009de0;
  font-size: 26px;
  line-height: 32px;
  color: #fff;
  border-radius: 4px;
  padding: 3px 29px 5px;
  text-transform: uppercase;
}
.content-box-viste .more:focus, .content-box-viste .more:visited {
  background: #009de0;
  font-size: 26px;
  line-height: 32px;
  color: #fff;
  border-radius: 4px;
  padding: 3px 29px 5px;
  text-transform: uppercase;
}
.content-box-viste .more:hover {
  text-decoration: none;
}

.slider-departments.results {
  padding-left: 50px;
  padding-right: 50px;
}
.slider-departments.results .left {
  left: -15px;
}
.slider-departments.results .right {
  right: -15px;
}

@media (max-width: 1200px) {
  .header-top .contacts {
    font-size: 12px;
  }
  .header-top ul li {
    padding: 0 10px;
  }
  .header .nav.navbar-nav li a {
    font-size: 16px;
  }
  .slider-houses {
    max-width: 800px;
    margin: 0 auto;
  }
  .frontpage-news .slider {
    max-width: 800px;
    margin: 0 auto;
  }
  .results .btns a.add-wishlist {
    float: none !important;
    display: block !important;
    clear: both;
    margin-bottom: 5px;
  }
  .search-criteria h3 {
    font-size: 20px;
  }
  .search-criteria label {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .header-top {
    display: block;
  }
  .mobile-search {
    border-left: 1px solid rgb(59, 141, 179);
    float: right;
    padding: 28px 30px 20px;
  }
  .mobile-search .widget-button-search {
    width: 35px;
    height: 35px;
    margin-top: 0;
  }
  .featured-search {
    height: auto;
    padding-bottom: 40px;
  }
  .featured-search h2 {
    padding-bottom: 25px;
  }
  .featured-search .search-form {
    width: auto;
    margin: 0 15px;
  }
  .featured-search .search-form .selectpicker {
    float: none;
    display: block;
    margin: 0 auto 10px;
    background-position: 93% center;
  }
  .featured-search .search-form > span {
    float: none;
    display: block;
    margin: 0 auto 10px;
    width: 44px;
  }
  .featured-search .search-form .search {
    float: none;
    width: 365px;
    margin: 0 auto;
  }
  .slider-houses {
    max-width: 570px;
  }
  .frontpage-news .slider {
    max-width: 570px;
  }
  footer.footer {
    text-align: center;
    height: auto;
  }
  footer.footer .footer-top .row-desktop {
    display: none;
  }
  footer.footer .footer-top .row-mobile {
    display: block !important;
  }
  .results .btns a.add-wishlist {
    float: left !important;
    clear: none;
    margin-bottom: 0;
  }
  .results-head h2 {
    float: none;
    margin-bottom: 10px;
  }
  .results-head > div {
    float: none;
  }
  .cookies {
    border-bottom: 1px solid #3b8db3;
  }
  .cookies .cookiesBody .cookie-toggle {
    display: none;
  }
  .search-criteria .row .col {
    min-height: 210px;
    margin-bottom: 35px;
  }
  .search-criteria .col.criterias-box:nth-child(2) {
    border-right: none;
  }
  #infoModal .nav-tabs li {
    float: none;
  }
}
@media (min-width: 767px) {
  .slider-houses .owl-controls {
    display: none !important;
  }
  .frontpage-news .owl-controls {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .featured-houses {
    padding-bottom: 25px;
  }
  .featured-houses .slider-houses {
    width: 260px;
  }
  .featured-houses .slider-houses .owl-carousel {
    margin-bottom: 10px;
  }
  .featured-houses .slider-houses .owl-carousel .owl-item .box {
    margin-bottom: 0;
  }
  .featured-houses .slider-houses .owl-controls .owl-pagination {
    padding-left: 30px;
    padding-right: 30px;
  }
  .featured-houses .slider-houses .Navigation {
    display: inline-block;
    width: 100%;
    position: relative;
  }
  .featured-houses .slider-houses .Navigation .left, .featured-houses .slider-houses .Navigation .right {
    top: -15px;
    position: absolute;
    display: inline-block;
    margin-top: 0;
  }
  .featured-houses .slider-houses .Navigation .left {
    left: 0;
    width: 20px;
    height: 40px;
    background-size: contain;
    float: left;
  }
  .featured-houses .slider-houses .Navigation .right {
    right: 0;
    width: 20px;
    height: 40px;
    background-size: contain;
    float: right;
  }
  .frontpage-news .owl-pagination {
    display: block;
  }
  .frontpage-news .slider {
    max-width: 90%;
  }
  .frontpage-news .slider .owl-controls .owl-pagination {
    padding-left: 30px;
    padding-right: 30px;
  }
  .frontpage-news .slider .news-navigation {
    display: inline-block;
    width: 100%;
    position: relative;
  }
  .frontpage-news .slider .news-navigation .prev, .frontpage-news .slider .news-navigation .next {
    top: -15px;
    position: absolute;
    display: inline-block;
    margin-top: 0;
  }
  .frontpage-news .slider .news-navigation .prev {
    left: 0;
    width: 20px;
    height: 40px;
    background-size: contain;
    float: left;
  }
  .frontpage-news .slider .news-navigation .next {
    right: 0;
    width: 20px;
    height: 40px;
    background-size: contain;
    float: right;
  }
  .frontpage-news .frontpage-news-item {
    height: 360px;
  }
  .frontpage-news .frontpage-news-item a {
    display: block;
    margin: 0 -15px;
  }
  .frontpage-news .frontpage-news-item a img {
    margin: 0;
  }
  .frontpage-news .frontpage-news-item a span {
    margin: 0;
  }
  .floating-mobile {
    display: block;
    background: #f1f1f1;
  }
  .floating-mobile .floating-logo {
    position: relative;
    margin: 0 auto 15px;
    right: auto;
    bottom: auto;
    width: 290px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .floating-desktop {
    display: none;
  }
  .floating-mobile {
    padding: 15px 0;
    display: block;
    background: #f1f1f1;
  }
  .floating-mobile span {
    display: none;
  }
  .floating-mobile .floating-logo {
    position: relative;
    margin: 0 auto;
    right: auto;
    bottom: auto;
    width: 290px;
  }
  .search-criteria .row .col {
    min-height: 0;
  }
  .featured-search h2 {
    word-break: break-word;
  }
  .front-page-slider .text-box .text .outer-text-wrapper .text-wrapper {
    padding: 14px 15px 0 15px;
  }
  .content h1 {
    font-size: 20px;
    font-family: "Open Sans Pro", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    word-break: normal;
    -ms-word-break: normal;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
  }
  .slider-departments.results {
    padding-left: 0px;
    padding-right: 0px;
  }
  .slider-departments.results .box {
    padding-bottom: 100px;
  }
  .slider-departments.results .Navigation .left {
    bottom: 5%;
    top: auto;
    left: 50px;
  }
  .slider-departments.results .Navigation .right {
    bottom: 5%;
    top: auto;
    right: 50px;
  }
}
@media (max-width: 500px) {
  .headerMobile .mobileLogo a {
    display: block;
    background: url("../images/footer-logo.png") no-repeat 0 0;
    width: 45px;
    height: 37px;
    background-size: 100%;
    margin: 15px auto 0;
  }
  .headerMobile .mobileLogo img {
    display: none;
  }
  .headerMobile #showHeaderLogin {
    width: 275px;
  }
  .headerMobile #showHeaderLogin .ezSearch-field {
    width: 223px;
  }
  .featured-search h2 {
    font-size: 30px;
  }
  .featured-search .selectpicker {
    width: 245px;
    font-size: 20px;
    line-height: 25px;
  }
  .featured-search .search-form .search {
    width: 245px;
  }
  .featured-search .search-form .search .field {
    width: 190px;
    font-size: 18px;
    padding: 4px 18px;
  }
  footer.footer {
    padding-top: 0;
    height: auto;
  }
  footer.footer .footer-top .row-mobile h3.footer-title {
    width: 235px;
    margin: 0 auto;
  }
  footer.footer .footer-top .row-mobile h3.footer-title img {
    float: left;
    margin-top: 18px;
  }
  .floating-mobile .floating-logo {
    width: 270px;
  }
  .featured-search .search .btn {
    height: 40px;
  }
  .content-box-viste {
    padding-right: 21px;
  }
  .content-box-viste .img-bg {
    position: initial;
    top: auto;
    right: auto;
    height: 210px;
    width: 100%;
    margin-bottom: 10px;
    background-size: cover;
  }
}
.center-stuff {
  text-align: center;
}

.results .btns a.special-btn {
  color: #009de0;
  padding: 0 0 0 4px;
  font-size: 24px;
}

a.footer-logo-link {
  margin-top: 4px;
  display: block;
}

.footer-logo-link img {
  width: 100%;
}

.drone-video {
  width: 100%;
  margin-bottom: 0;
}
.drone-video h2 {
  margin-top: 0px;
  color: #000;
}
.drone-video iframe {
  width: 100%;
}

span.dep-rooms {
  display: block;
}

.infobox-slider a:hover {
  text-decoration: none;
}
.infobox-slider h3 {
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 32px;
  vertical-align: middle;
  padding: 0px 0 0px 0;
  margin-top: 0;
  text-align: center;
}
.infobox-slider .panel-body img {
  max-width: 100%;
  margin: 0;
  padding: 1px;
  background-color: #efefef;
}
.infobox-slider .frontpage-info-item {
  border: 1px solid #ccc;
  height: auto;
  color: #333;
}
.infobox-slider .frontpage-info-item a.btn.btn-primary {
  background: #009de0 url(../images/btnarrow.png) no-repeat right;
  margin-right: 0;
  width: 110px;
  border: 0;
  text-align: left;
  font-weight: 400;
  background-position-x: 95px;
}
.infobox-slider b {
  color: #333;
}
.infobox-slider .panel-body.top {
  padding-bottom: 0;
}

.featured-departments {
  background: #f1f1f1;
  padding: 20px 0 0px;
}
.featured-departments h2 {
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 32px;
}
.featured-departments h2 a {
  color: #009de0;
}
.featured-departments .results .btn.btn-primary {
  background: #009de0 url(../images/btnarrow.png) no-repeat right;
  margin-right: 0;
  width: 140px;
  border: 0;
  text-align: left;
  font-weight: 400;
  background-position-x: 125px;
  float: right;
}
.featured-departments .slider-departments.results .box {
  min-height: 460px;
}
@media (max-width: 767px) {
  .featured-departments .slider-departments .right {
    background: url(../images/right-arrow.png) no-repeat 0 0;
    opacity: 1;
    position: absolute;
    top: 50%;
    margin-top: -52px;
    width: 22px;
    height: 43px;
    right: 0;
    z-index: 100000;
    background-size: cover;
  }
  .featured-departments .slider-departments .left {
    background: url(../images/left-arrow.png) no-repeat 0 0;
    opacity: 1;
    position: absolute;
    top: 50%;
    margin-top: -51px;
    width: 22px;
    height: 43px;
    left: 0px;
    z-index: 100000;
    background-size: cover;
  }
}

.slider-departments {
  position: relative;
  padding-bottom: 0;
}
.slider-departments .left {
  background: url(../images/left-arrow.png) no-repeat 0 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  margin-top: -51px;
  width: 52px;
  height: 103px;
  left: -75px;
}
.slider-departments .right {
  background: url(../images/right-arrow.png) no-repeat 0 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  margin-top: -52px;
  width: 52px;
  height: 103px;
  right: -75px;
}
.slider-departments .owl-nav {
  display: none;
}
.slider-departments ul.owl-carousel.owl-responsive {
  list-style: none;
}
.slider-departments h3 {
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  padding: 10px 0 20px 0;
}

.center-content-horizontal {
  display: flex;
  justify-content: center;
}

.font20 {
  font-size: 20px;
}

.project-presentation {
  padding-bottom: 100px;
}
.project-presentation .owl-nav-dots-box {
  z-index: 1;
  position: absolute;
  top: 750px;
  right: 100px;
}

.project-banner {
  height: 750px;
}
.project-banner .owl-stage-outer {
  height: 750px;
}
.project-banner .image-item {
  height: 750px;
  max-height: 750px !important;
}

.project-plan {
  background-color: #ffffff;
  padding: 0px 0px 25px;
}

.phases-container.white-overlay {
  padding: 0px 100px;
}
.phases-container.white-overlay:after {
  content: "";
  position: absolute;
  height: 100%;
  display: inline-block;
  width: 100px;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #ffffff, transparent);
}
.phases-container.white-overlay:before {
  content: "";
  position: absolute;
  height: 100%;
  display: inline-block;
  width: 100px;
  top: 0;
  z-index: 1;
  right: 0;
  background: linear-gradient(90deg, transparent, #ffffff);
}

.arrow-navigation {
  font-size: 20px;
}
.arrow-navigation i {
  padding: 10px;
  position: absolute;
  top: 50px;
  z-index: 2;
}
.arrow-navigation i.next {
  right: -10px;
}
.arrow-navigation i.prev {
  left: -10px;
}

.phase-picker {
  display: inline-block;
  border: 1px dashed #919191;
  padding: 10px 10px;
  line-height: 1;
  transition: border 0.3s, color 0.3s;
}
.phase-picker h3 {
  margin: 0px;
}
.phase-picker i {
  margin-right: 10px;
}
.phase-picker.active {
  border: 1px solid #009de0;
  color: #009de0;
}
.phase-picker.circles {
  align-items: baseline;
  position: relative;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  border: 0px;
  padding: 0px;
  margin-right: 125px;
  padding-bottom: 100px;
}
.phase-picker.circles p {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  position: absolute;
  top: 115px;
  left: 0px;
  width: 175px;
}
.phase-picker.circles hr {
  border-color: #ebebeb;
  width: 100px;
  position: absolute;
  right: -128px;
  border-width: 5px;
  width: 125px;
  margin: 0px;
  border-image: linear-gradient(90deg, #ebebeb 100%, #ebebeb 0%) 1/3/0 stretch;
}
.phase-picker.circles.open {
  border: 0px;
}
.phase-picker.circles.open hr {
  position: absolute;
  right: -128px;
}
.phase-picker.circles .icon-container {
  margin-bottom: 10px;
  border: 3px solid #009de0;
  border-radius: 0px;
  width: 75px;
  height: 75px;
  margin-top: 15px;
  position: relative;
}
.phase-picker.circles .icon-container span.far {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  font-size: 16px;
  color: #009de0;
}
.phase-picker.circles i {
  font-size: 30px;
  margin-right: 0px;
  color: #009de0;
}
.phase-picker.circles.active-phase .icon-container {
  border-color: #009de0;
  width: 100px;
  height: 100px;
  margin-top: 0px;
}
.phase-picker.circles.active-phase .icon-container span.fal {
  bottom: 10px;
  color: #009de0;
}
.phase-picker.circles.active-phase .icon-container i {
  color: #009de0;
}
.phase-picker.circles.active-phase .phase-box {
  background: #009de0;
  color: #fff;
}
.phase-picker.circles.active-phase .phase-box .color-gray {
  color: #fff;
}

.phase-picker + .phase-picker {
  margin-left: 10px;
}
.phase-picker + .phase-picker.circles {
  margin-left: 0px;
}

.vertical .active-snippet {
  position: absolute;
  right: 100%;
  margin-right: -10px;
  color: #fff;
  background: #009de0;
  padding: 0px 5px;
  font-size: 14px;
  font-weight: 600;
}
.vertical .phase-picker.circles {
  margin-left: 12px;
  padding-bottom: 0px;
  flex-direction: row;
  margin-right: 0px;
  height: 100%;
  align-items: stretch;
  line-height: 20px;
}
.vertical .phase-picker.circles .vertical-element {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.vertical .phase-picker.circles .vertical-element .vr {
  flex: 1;
  transition: all 0.3s;
  min-height: 75px;
}
.vertical .phase-picker.circles.active-phase {
  margin-left: 0px;
}
.vertical .phase-picker.circles.active-phase .icon-container {
  background: transparent;
}
.vertical .phase-picker.circles.active-phase .icon-container.is-started {
  border-color: #009de0;
}
.vertical .phase-picker.circles.active-phase .icon-container.is-started i.fal {
  color: #009de0;
}
.vertical .phase-picker.circles.active-phase .icon-container.is-started span.far {
  color: #009de0;
}
.vertical .phase-picker.circles.active-phase .icon-container span.far {
  bottom: 0px;
}
.vertical .phase-picker.circles .icon-container {
  transition: 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  border-color: #009de0;
}
.vertical .phase-picker.circles .icon-container i.fa {
  color: #009de0;
}
.vertical .phase-picker.circles .icon-container span.far {
  color: #009de0;
}
.vertical .phase-picker.circles .icon-container.is-started {
  border-color: #009de0;
}
.vertical .phase-picker.circles .icon-container.is-started i.fal {
  color: #009de0;
}
.vertical .phase-picker.circles .icon-container.is-started span.far {
  color: #009de0;
}
.vertical .phase-picker.circles .icon-container span.far {
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 5px;
  z-index: 1;
}
.vertical .phase-picker.circles p {
  position: static;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  width: 100%;
}
.vertical .phase-picker.circles p.phase-description {
  white-space: pre-line;
}
.vertical .phase-picker.circles p.title {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.vertical .phase-picker.circles .vr {
  border-color: #ebebeb;
  height: 85px;
  border-width: 5px;
  border-style: solid;
  color: #ebebeb;
  top: 100%;
  width: 0px;
}
.vertical .phase-content {
  padding: 10px 0px 0px;
  margin-left: 0px;
}

.phase-content {
  padding: 15px 0px;
  margin-left: 15px;
}

.file-grid {
  height: 550px;
  overflow-y: auto;
  overflow-x: hidden;
}

.icon-picker-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  height: 100%;
  border: 1px solid #d2d2d2;
  position: relative;
}
.icon-picker-box .chosen-icon {
  font-size: 30px;
}
.icon-picker-box .icon-picker {
  box-shadow: 0px 0px 10px 0px rgba(154, 154, 154, 0.66);
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #ffffff;
  width: 400px;
  height: 130px;
  z-index: 2;
  padding: 15px;
  transform-origin: top left;
}
.icon-picker-box .icon-picker.if-dropout-animation.ng-enter, .icon-picker-box .icon-picker .if-dropout-animation.ng-leave.ng-leave-active {
  transform-origin: top left;
}
.icon-picker-box .icon-picker.if-dropout-animation.ng-leave,
.icon-picker-box .icon-picker .if-dropout-animation.ng-enter.ng-enter-active {
  transform-origin: top left;
}
.icon-picker-box .icon-picker span {
  position: absolute;
  right: 5px;
  top: 5px;
}
.icon-picker-box .icon-picker .icon {
  font-size: 25px;
  padding: 15px 15px;
  background: #fff;
  border: 1px solid transparent;
  transition: border 0.3s;
  width: 52px;
  height: 50px;
  display: flex;
  float: left;
  align-items: center;
  justify-content: center;
}
.icon-picker-box .icon-picker .icon.active {
  border: 1px dashed #919191;
}
.icon-picker-box .icon-picker .icon:hover {
  border: 1px solid #009fe3;
}

@media (max-width: 991px) {
  .phase-picker.circles {
    margin-right: 125px;
  }
  .phase-picker.circles.active hr {
    width: 125px;
    right: -129px;
  }
}
@media (max-width: 767px) {
  .file-grid {
    height: 300px;
  }
  .container-increased-padding {
    padding: 0px 30px;
  }
  .arrow-navigation i.prev {
    left: 5px;
  }
  .arrow-navigation i.next {
    right: 5px;
  }
  .vertical .phase-picker.circles {
    margin-left: 0px;
  }
  .vertical .phase-picker.circles.active-phase {
    margin-left: -10px;
  }
}
.edit-phase .date-label {
  padding-bottom: 15px !important;
}
/*Animations*/
/* dropin left
*/
.if-dropin-left-animation.ng-enter,
.if-dropin-left-animation.ng-leave {
  transition: opacity ease-out 0.3s, transform ease-out 0.3s;
  overflow: hidden;
}

.if-dropin-left-animation.ng-enter,
.if-dropin-left-animation.ng-leave.ng-leave-active {
  opacity: 0;
  transform: translateX(-50%);
  overflow: hidden;
}

.if-dropin-left-animation.ng-leave,
.if-dropin-left-animation.ng-enter.ng-enter-active {
  opacity: 1;
  transform: translateX(0%);
  overflow: visible;
}

/* drop in */
.if-dropin-animation.ng-enter,
.if-dropin-animation.ng-leave {
  transition: opacity ease-out 0.2s, transform ease-out 0.3s;
  overflow: hidden;
}

.if-dropin-animation.ng-enter,
.if-dropin-animation.ng-leave.ng-leave-active {
  opacity: 0;
  transform: translateY(-100%);
  overflow: hidden;
}

.if-dropin-animation.ng-leave,
.if-dropin-animation.ng-enter.ng-enter-active {
  opacity: 1;
  transform: translateY(0%);
  overflow: visible;
}

/*Department news list*/
.public-news-list {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: relative;
}
.public-news-list .front-page-emphasize {
  background-color: #009de0;
  color: #fff;
  padding: 5px 5px;
}
.public-news-list .boxed-header h2 {
  display: inline-block;
}
.public-news-list .boxed-header .link {
  padding-top: 20px;
  padding-right: 20px;
}
.public-news-list .boxed-header .navigation-display {
  display: inline-block;
  font-size: 14px;
  float: right;
  padding-right: 20px;
  padding-top: 2px;
  color: #919191;
}
.public-news-list .dep-content-box {
  padding: 10px;
  display: inline-block;
  width: 100%;
}
.public-news-list .dep-content-box .owl-theme .owl-item .owl-lazy[src^=""], .public-news-list .dep-content-box .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 300px;
}
.public-news-list .dep-content-box .banner-item .banner-text-container {
  align-items: flex-end;
  height: 100%;
  justify-content: flex-start;
  padding: 15px;
}
.public-news-list .dep-content-box .banner-item a {
  text-decoration: none;
}
.public-news-list .dep-content-box .banner-item a span.index {
  position: absolute;
}
.public-news-list .dep-content-box .banner-item .slider-text p {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.public-news-list .dep-content-box .banner-item .slider-text h2 {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 0px;
}
.public-news-list .dep-content-box .owl-theme.owl-newslist {
  position: static;
}
.public-news-list .dep-content-box .owl-theme.owl-newslist .owl-nav {
  top: 2px;
  right: -13px;
  bottom: auto;
}
.public-news-list .dep-content-box .owl-theme.owl-newslist .owl-nav .owl-prev, .public-news-list .dep-content-box .owl-theme.owl-newslist .owl-nav .owl-next {
  background: transparent;
  font-size: 16px;
  padding: 15px 30px;
}
.public-news-list .dep-content-box .owl-theme.owl-newslist .owl-nav .owl-prev:hover, .public-news-list .dep-content-box .owl-theme.owl-newslist .owl-nav .owl-next:hover {
  background: transparent;
}
.public-news-list .dep-content-box.department-news {
  padding: 0px;
}
.public-news-list .dep-content-box.department-news .banner-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 363px;
}
.public-news-list .dep-content-box.department-news .banner-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(58, 58, 58, 0.67);
}
.public-news-list .dep-content-box.department-news .banner-item a {
  color: #009de0;
  z-index: 1;
}
.public-news-list .dep-content-box.department-news .banner-item .banner-text-container {
  padding: 30px;
}
.public-news-list .dep-content-box.department-news .banner-item .slider-text h2 {
  margin-top: 0px;
  font-size: 35px;
  line-height: 45px;
}
.public-news-list.news-page {
  padding-bottom: 20px;
}

.edit-page > i, .add-new-page > i, .other-page-settings > i {
  color: #009de0;
}

.deleted-page span {
  text-decoration: line-through;
}

.sub-list {
  padding-left: 15px;
}

front-end-edit-grid-component .quote {
  border-left: 3px solid rgb(204, 204, 204);
  padding: 10px;
  color: rgb(204, 204, 204);
  font-family: serif;
  font-style: italic;
  font-size: 18px;
  height: 60px;
  width: 100%;
}
front-end-edit-grid-component .headline {
  font-size: 36px;
  line-height: 45px;
  font-weight: bold;
  height: 61px;
  width: 100%;
}

front-end-edit .info-box {
  background: #009de0;
  color: #fff;
  padding: 30px 30px 62px;
  margin-top: 0;
  margin-bottom: 10px;
  min-height: 243px;
  position: relative;
}
front-end-edit .info-box .wizard ol {
  list-style-position: inside;
  font-weight: 600;
  font-size: 14px;
}
front-end-edit .info-box .wizard ol li {
  font-weight: normal;
  cursor: default;
}
front-end-edit .info-box .wizard ol li a {
  color: #fff;
}
front-end-edit .info-box .wizard ol ul {
  list-style-type: none;
  margin-left: 20px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-weight: 400;
}

/*.btn-secondary.frontEndEdit-modal-btn {
    color: #8f8371;
    border: none;
    border-bottom: $btnBorderType #ddd;
    background: none;
}*/
.edit-content > .page-content {
  padding: 0 15px;
}
.edit-content > .page-content .help-text a i {
  color: #009de0;
}
.edit-content > .page-content .btn {
  height: auto;
  min-width: 0;
  line-height: inherit;
}
.edit-content > .page-content .form-group label {
  margin-bottom: 0;
  width: auto;
  background: #f6f6da;
  padding: 10px 15px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #777;
}
.edit-content > .page-content .form-group span.count-down {
  padding: 5px 15px;
  background: #fff;
  border-radius: 20px;
  color: #777;
}
.edit-content > .page-content img.thumbnail {
  margin-bottom: 0;
  width: 100%;
}
.edit-content > .page-content .btn.btn-primary {
  background-color: #009de0;
  color: #fff;
  border: none;
}
.edit-content > .page-content .btn.btn-circle {
  border-radius: 100%;
  background: #fff;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  width: 60px;
  height: 60px;
  padding: 15px 0;
  color: #777;
  font-size: 20px;
}
.edit-content > .page-content .btn.btn-circle:hover, .edit-content > .page-content .btn.btn-circle:active, .edit-content > .page-content .btn.btn-circle:focus {
  color: #009de0;
}
.edit-content > .page-content .btn.btn-circle.alt-circle {
  width: 40px;
  height: 40px;
  padding: 9px 0;
  font-size: 14px;
}
.edit-content > .page-content .btn.btn-circle.alt-circle:hover, .edit-content > .page-content .btn.btn-circle.alt-circle:active, .edit-content > .page-content .btn.btn-circle.alt-circle:focus {
  background: #009de0;
  color: #fff;
}
.edit-content > .page-content .content-area.grid-area > div > .ui-sortable-placeholder {
  height: 200px;
}
.edit-content > .page-content .content-area.grid-area .edit-section .section-body {
  background: #f6f6da;
  display: inline-block;
  width: 100%;
  padding: 5px;
}
.edit-content > .page-content .content-area.grid-area .edit-section .section-body .editor-field .edit-body-section {
  background: #fff;
  display: inline-block;
  width: 100%;
  padding: 10px;
}
.edit-content > .page-content .content-area.grid-area .edit-section .section-body .editor-field .form-control {
  border-radius: 0;
  border: none;
}
.edit-content > .page-content .content-area.grid-area .edit-section .section-body .editor-field textarea {
  resize: vertical;
  height: auto;
  min-height: 100px;
}
.edit-content > .page-content .content-area.grid-area .edit-section .section-body .editor-field input[type=text] {
  padding: 5px;
}
.edit-content > .page-content .content-area.grid-area .edit-section .section-body .editor-field .tab-content {
  display: inline-block;
  width: 100%;
}
.edit-content > .page-content .content-area.grid-area .edit-section .section-body .content-section .add-grid-item {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 46px;
}
.edit-content > .page-content .content-area.grid-area .edit-section .publication-title {
  width: 100%;
}
.edit-content > .page-content .content-area.grid-area .edit-section .top-media .text-center {
  margin-top: 15px;
}
.edit-content > .page-content .content-area.grid-area .edit-section .top-media .image-container .image-content img {
  cursor: move;
  border: 2px solid;
  border-color: #E0E0E0;
}
.edit-content > .page-content .content-area.grid-area .edit-section .top-media .image-container .image-content img:hover {
  color: #009de0;
  border-color: #009de0;
}
.edit-content > .page-content .edit-section {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0;
}
.edit-content > .page-content .edit-section .btn-add {
  color: #009de0;
  margin: 25px auto;
  padding: 12px 20px;
  border-radius: 30px;
  border: 2px solid #009de0;
  text-decoration: none;
  display: inline-block;
}
.edit-content > .page-content .edit-section .btn-add:active {
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.125);
}
.edit-content > .page-content .edit-section.basic-setting .form-group {
  position: relative;
}
.edit-content > .page-content .edit-section.basic-setting .form-group input[type=text] {
  background: #f6f6da;
  border: none;
  border-radius: 0;
  color: #333;
  box-shadow: none;
}
.edit-content > .page-content .edit-section.basic-setting .form-group input[type=text].input-name {
  font-size: 30px;
  padding: 20px 15px;
  height: auto;
}
.edit-content > .page-content .edit-section.basic-setting .form-group textarea {
  background: #f6f6da;
  border: none;
  color: #333;
  padding: 15px 15px 50px;
  font-size: 18px;
}
.edit-content > .page-content .edit-section.basic-setting .form-group textarea + span {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.edit-content > .page-content .edit-section.basic-setting .form-group .tab-content {
  display: inline-block;
  width: 100%;
  background: #f6f6da;
  padding: 10px;
  position: relative;
}
.edit-content > .page-content .edit-section.basic-setting .form-group .tab-content .add-file {
  text-align: center;
}
.edit-content > .page-content .edit-section.basic-setting .form-group .tab-content .absolute-controls {
  position: absolute;
  left: 50%;
  bottom: -15px;
}
.edit-content > .page-content .edit-section.basic-setting .form-group .tab-content .absolute-controls .absolute-adjustment {
  margin-left: -50%;
}
.edit-content > .page-content .edit-section.basic-setting .form-group .tab-content .select-wrapper {
  position: relative;
}
.edit-content > .page-content .edit-section.basic-setting .form-group .tab-content .select-wrapper select {
  margin-top: 0;
  background: #fff;
  border: none;
  color: #333;
}
.edit-content > .page-content .edit-section.basic-setting .form-group .tab-content .select-wrapper:after {
  position: absolute;
  display: inline-block;
  font-family: "Font Awesome 5 pro";
  font-weight: 400;
  content: "\f078";
  color: #333;
  font-size: 20px;
  pointer-events: none;
  right: 10px;
  top: 13px;
}
.edit-content > .page-content .edit-section.basic-setting .form-group .tab-content label.custom-checkbox {
  padding: 5px 5px;
}
.edit-content > .page-content .edit-section.basic-setting .timepicker {
  float: left;
}
.edit-content > .page-content .edit-section.basic-setting .timepicker table tr {
  border: none;
}
.edit-content > .page-content .edit-section.basic-setting .timepicker table tr td {
  text-align: center;
  padding: 0;
}
.edit-content > .page-content .edit-section.basic-setting .timepicker table tr td .btn {
  padding: 0;
  color: #333;
}
.edit-content > .page-content .edit-section.basic-setting .timepicker table tr td.uib-increment, .edit-content > .page-content .edit-section.basic-setting .timepicker table tr td.uib-decrement {
  height: 46px;
}
.edit-content > .page-content .edit-section.basic-setting .timepicker table tr td input[type=text] {
  padding: 6px 12px;
}
.edit-content > .page-content .edit-section.basic-setting .timepicker table tr:nth-child(2) {
  background: #f6f6da;
}
.edit-content > .page-content .edit-section.time-picker {
  margin-top: 0;
}
.edit-content > .page-content .edit-section.time-picker input[type=text] {
  padding: 6px 12px;
  width: 85px !important;
  margin-top: 0;
}
.edit-content > .page-content .edit-section .edit-section {
  margin-top: 30px;
  margin-bottom: 5px;
}
.edit-content > .page-content .edit-section .content-section.panel-body {
  padding: 0;
}
.edit-content > .page-content .edit-controls .grid-name {
  vertical-align: middle;
  line-height: 26px;
  background: #f6f6da;
  color: #777;
  padding: 10px 15px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.edit-content > .page-content .edit-controls .btn {
  margin: 3px 5px 3px 0;
}
.edit-content > .page-content .downloads-front-end {
  display: inline-block;
  width: 100%;
  padding: 0 0 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #efefef;
}
.edit-content > .page-content .downloads-front-end .file-for-download {
  display: inline-block;
  width: 100%;
  padding-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.edit-content > .page-content .downloads-front-end .file-for-download .i {
  display: inline-block;
  padding: 0 5px;
}
.edit-content > .page-content .downloads-front-end .file-for-download span {
  display: inline-block;
}
.edit-content > .page-content .downloads-front-end input[type=text] {
  width: 100%;
}
.edit-content > .page-content .btn-toolbar {
  margin-left: 0;
}
.edit-content > .page-content .btn-toolbar .btn-group {
  width: auto;
  border: none;
  margin-top: 5px;
}
.edit-content > .page-content .btn-toolbar .btn-group .btn {
  padding: 6px 8px;
}
.edit-content > .page-content .picture-container {
  position: relative;
  border: 1px #009de0 solid;
}
.edit-content > .page-content .well-btn {
  display: block;
  text-align: center;
  padding: 15px;
  background-color: #009de0;
  color: #fff;
}
.edit-content > .page-content .well-btn:hover {
  text-decoration: none;
}
.edit-content > .page-content .editor-field + .editor-field {
  padding-top: 15px;
}
.edit-content > .page-content .edit-tiles {
  min-width: 150px;
}
.edit-content > .page-content .edit-tiles .tab-content .file-for-download:hover {
  background: inherit;
  color: inherit;
}
.edit-content > .page-content .carousel-caption {
  top: 0;
  bottom: auto;
}
.edit-content > .page-content .carousel-caption > a {
  border: 1px #009de0 solid;
  background: white;
  color: black;
  padding: 5px;
}
.edit-content > .page-content .carousel-caption > a:hover {
  color: white;
  background: #009de0;
}
.edit-content > .page-content a.area-headline {
  color: black;
  text-decoration: none;
  margin: 15px 0 20px;
  display: table;
}
.edit-content > .page-content a.area-headline span {
  color: #777;
  display: table-cell;
  white-space: nowrap;
  padding-right: 20px;
  vertical-align: middle;
  font-size: 20px;
}
.edit-content > .page-content a.area-headline .chevron-circle {
  display: table-cell;
  vertical-align: middle;
}
.edit-content > .page-content a.area-headline .fa-chevron-up, .edit-content > .page-content a.area-headline .fa-chevron-down {
  color: #009de0;
  width: 36px;
  height: 36px;
  border: 1px solid #009de0;
  border-radius: 100%;
  text-align: center;
  padding: 10px 0;
}
.edit-content > .page-content a.area-headline > div {
  display: table-row;
}
.edit-content > .page-content a.area-headline > div .line-element {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.edit-content > .page-content a.area-headline > div .line-element hr {
  border-color: #009de0;
}
.edit-content > .page-content select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(/images/arrow-dropdown-big.png) no-repeat center right 4px;
  float: left;
  color: #444039;
  border-color: #e5e5e5;
  padding: 3px 10px;
  margin-top: 10px;
  height: 46px;
  cursor: pointer;
}
.edit-content > .page-content .add-category {
  margin-top: 30px;
}
.edit-content img {
  max-width: 100%;
}
.edit-content .tab-content {
  position: relative;
}
.edit-content .row-visualization > span {
  padding: 0;
  border: #fff 2px solid;
  background-color: #ddd;
  height: 40px;
}
.edit-content .add-row-line {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #efefef;
  position: relative;
  margin: 40px 15px 20px;
}
.edit-content .add-row-line .line-adjustment {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
}
.edit-content .add-row-line .line-adjustment .btn-add {
  margin-top: -26px;
  margin-left: -50%;
  background: #efefef;
  color: #777;
  border-radius: 44px;
  width: 255px;
  padding: 10px 35px;
}
.edit-content .add-row-line .grid-row-preview {
  padding-top: 30px;
  margin-top: 2px;
  background: #f6f6da;
}
.edit-content .add-row-line .grid-row-preview .row-preview {
  text-align: center;
}
.edit-content .add-row-line .grid-row-preview .row-preview a.add-row {
  text-decoration: none;
  color: #009de0;
  display: inline-block;
  padding-top: 15px;
}
.edit-content .add-row-line .grid-row-preview .row-preview a.add-row:hover {
  color: #009de0;
}
.edit-content .add-row-line .grid-row-preview .row-preview a.add-row:hover .panel-body {
  border-color: #009de0;
}
.edit-content .add-row-line .grid-row-preview .sub-section {
  width: 100%;
  text-align: center;
  display: block;
  border-bottom: 1px #ddd;
  margin-bottom: 18px;
  border-bottom-style: solid;
  color: #8dc53f;
  text-decoration: none;
}
.edit-content .add-row-line.expanded {
  border-color: #f6f6da;
}
.edit-content .add-row-line.expanded .btn-add {
  background: #f6f6da;
  border: 2px solid #f3f3f3;
}
.edit-content .modal-body .row-item-choice {
  display: block;
  color: #000;
  margin-bottom: 5px;
  padding: 30px 15px;
  text-align: center;
  text-decoration: none;
}
.edit-content .modal-body .row-item-choice:hover, .edit-content .modal-body .row-item-choice.selected {
  color: #009de0;
}
.edit-content .modal-body .row-item-choice:hover:before, .edit-content .modal-body .row-item-choice.selected:before {
  color: #009de0;
}
.edit-content .modal-body .row-item-choice:before {
  display: block;
  font-family: "Font Awesome 5 pro";
  font-weight: 900;
  content: "";
  color: #000;
  font-size: 20px;
  pointer-events: none;
}
.edit-content .modal-body .row-item-choice.rte:before {
  content: "\f031";
}
.edit-content .modal-body .row-item-choice.incomDocs:before {
  content: "\f15c";
}
.edit-content .modal-body .row-item-choice.incomTopMedia:before {
  content: "\f302";
}
.edit-content .modal-body .row-item-choice.uncroppedCarousel:before {
  content: "\f302";
}
.edit-content .modal-body .row-item-choice.wideScreenCarousel:before {
  content: "\f302";
}
.edit-content .modal-body .row-item-choice.embed:before {
  content: "\f03d";
}
.edit-content .modal-body .row-item-choice.quote:before {
  content: "\f10e";
}
.edit-content .modal-body .row-item-choice.headline:before {
  content: "\f1dc";
}
.edit-content .row-choice {
  display: block;
  border: 2px solid;
  color: #000;
  border-color: #ddd;
  margin-bottom: 5px;
  padding: 2px;
}
.edit-content .row-choice.selected {
  border-color: #009de0;
}
.edit-content .row-choice:hover {
  text-decoration: none;
  color: black;
}
.edit-content .ta-editor.form-control {
  height: auto;
  min-height: 100px;
}

.front-end-options .sort-list {
  padding-left: 25px;
}
.front-end-options .sort-list li {
  cursor: pointer;
  font-size: 16px;
  margin-top: 5px;
}
.front-end-options .sort-list li label {
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0;
}
.front-end-options .delete-list {
  padding-left: 25px;
}
.front-end-options .delete-list li {
  font-size: 16px;
  margin-top: 5px;
}
.front-end-options .delete-list li label {
  font-weight: normal;
  margin-bottom: 0;
}

.image-upload .edit-tiles {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
}

.modal-body .edit-tiles {
  margin-bottom: 10px;
}
.modal-body .edit-tiles .file-container {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 24px;
}
.modal-body .edit-tiles .file-container i {
  display: inline-block;
  margin-right: 10px;
}
.modal-body .edit-tiles .file-container .edit-controls {
  display: inline-block;
  vertical-align: middle;
}
.modal-body .edit-tiles .picture-container {
  display: inline-block;
  width: 100%;
}
.modal-body .edit-tiles .picture-container .edit-controls {
  display: inline-block;
  width: 100%;
}

/* edit buttons */
.fee-button-bar {
  display: inline-block;
  width: 100%;
  background: #efefef;
  border-radius: 30px;
  padding: 0;
  margin: 30px 0 10px;
}
.fee-button-bar .btn-control {
  color: #777;
  padding: 12px 20px;
  border-radius: 30px;
  border: none;
}
.fee-button-bar .btn-control.btn-primary {
  background: #009de0;
  color: #fff;
}
.fee-button-bar .btn {
  height: auto;
  min-width: 0;
  line-height: inherit;
}

.project-presentation-element .box, .project-presentation .box, .project-administration .box {
  background: #ffffff;
  padding: 15px;
  margin: 0px 0px 20px;
  box-shadow: 0px 0px 10px 0px rgba(154, 154, 154, 0.66);
}
.project-presentation-element .box .show-as-label, .project-presentation .box .show-as-label, .project-administration .box .show-as-label {
  background: none;
  border: none;
}
.project-presentation-element .box h2, .project-presentation .box h2, .project-administration .box h2 {
  margin-top: 0px;
}
.project-presentation-element .box .box-header, .project-presentation .box .box-header, .project-administration .box .box-header {
  display: inline-block;
  width: 100%;
  margin: 0 0 5px;
  position: relative;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 400;
}
.project-presentation-element .box.project-contact-info, .project-presentation .box.project-contact-info, .project-administration .box.project-contact-info {
  background: #009de0;
  color: #fff;
}
.project-presentation-element .box.project-contact-info h3, .project-presentation .box.project-contact-info h3, .project-administration .box.project-contact-info h3 {
  font-size: 20px;
  margin-top: 0px;
}
.project-presentation-element .box .file-name-label, .project-presentation .box .file-name-label, .project-administration .box .file-name-label {
  margin: 10px 0;
}
.project-presentation-element .box .file-name-label label, .project-presentation .box .file-name-label label, .project-administration .box .file-name-label label {
  margin-left: 5px;
}
.project-presentation-element .box file-upload .file-size, .project-presentation .box file-upload .file-size, .project-administration .box file-upload .file-size {
  display: block;
  margin-top: 10px;
}
.project-presentation-element .box.box-no-margin, .project-presentation .box.box-no-margin, .project-administration .box.box-no-margin {
  margin-bottom: 0;
}
.project-presentation-element .box.box-flexed, .project-presentation .box.box-flexed, .project-administration .box.box-flexed {
  height: 100%;
}
.project-presentation-element .box.flex-col, .project-presentation .box.flex-col, .project-administration .box.flex-col {
  display: flex;
  flex-direction: column;
}
.project-presentation-element .box.box-no-shadow, .project-presentation .box.box-no-shadow, .project-administration .box.box-no-shadow {
  box-shadow: none;
}
.project-presentation-element .box.box-small-shadow, .project-presentation .box.box-small-shadow, .project-administration .box.box-small-shadow {
  box-shadow: 0px 2px 3px 0px rgba(154, 154, 154, 0.66);
}
.project-presentation-element .box.box-border-top, .project-presentation .box.box-border-top, .project-administration .box.box-border-top {
  border-top: 1px solid #E0E0E0;
}
.project-presentation-element .box.box-border-bottom, .project-presentation .box.box-border-bottom, .project-administration .box.box-border-bottom {
  border-bottom: 1px solid #E0E0E0;
}
.project-presentation-element .box.box-no-backround, .project-presentation .box.box-no-backround, .project-administration .box.box-no-backround {
  background: transparent;
}
.project-presentation-element .box.box-dashed-border, .project-presentation .box.box-dashed-border, .project-administration .box.box-dashed-border {
  border: 1px dashed #919191;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.center-flex {
  align-items: center;
  justify-content: center;
}

.a-reset {
  color: currentColor;
  text-decoration: none;
}
.a-reset:focus {
  color: currentColor;
}
.a-reset:active {
  color: currentColor;
}
.a-reset:hover {
  color: currentColor;
  text-decoration: none;
}

.primary-color {
  color: #009de0;
}

.primary-color:hover {
  color: #009de0;
}

.color-gray {
  color: #b5b5b5;
}

.bex-margin-top-30 {
  margin-top: 30px;
}

.bex-margin-top-20 {
  margin-top: 20px;
}

.bex-margin-top-15 {
  margin-top: 15px;
}

.bex-margin-top-10 {
  margin-top: 10px;
}

.bex-margin-top-5 {
  margin-top: 5px;
}

.bex-margin-bottom-5 {
  margin-bottom: 5px;
}

.bex-margin-bottom-10 {
  margin-bottom: 10px;
}

.bex-margin-bottom-15 {
  margin-bottom: 15px;
}

.bex-margin-bottom-20 {
  margin-bottom: 20px;
}

.bex-margin-bottom-30 {
  margin-bottom: 30px;
}

.bex-margin-right-5 {
  margin-right: 5px;
}

.bex-padding-top-15 {
  padding-top: 15px;
}

.bex-padding-bottom-10 {
  padding-bottom: 10px;
}

.bex-padding-bottom-15 {
  padding-bottom: 15px;
}

.bex-padding-bottom-20 {
  padding-bottom: 20px;
}

.bex-padding-bottom-30 {
  padding-bottom: 30px;
}

.bex-margin-right-30 {
  margin-right: 30px;
}

.bex-padding-right-30 {
  padding-right: 30px;
}

.bex-padding-right-5 {
  padding-right: 5px;
}

.bex-padding-right-10 {
  padding-right: 10px;
}

.bex-padding-left-30 {
  padding-left: 30px;
}

.bex-padding-left-10 {
  padding-left: 10px;
}

.bex-padding-left-5 {
  padding-left: 5px;
}

.bex-margin-right-15 {
  margin-right: 15px;
}

.bex-margin-left-15 {
  margin-left: 15px;
}

.bex-margin-bottom-15 {
  margin-bottom: 15px;
}

.bex-margin-bottom-10 {
  margin-bottom: 10px;
}

.bex-margin-left-30 {
  margin-left: 30px;
}

.bex-margin-left-10 {
  margin-left: 10px;
}

.bex-margin-left-5 {
  margin-left: 5px;
}

.bex-margin-left-auto {
  margin-left: auto;
}

.bex-margin-left-2 {
  margin-left: 2px;
}

.bex-pad-15 {
  padding: 15px;
}

.bex-pad-right-5 {
  padding-right: 5px;
}

.bex-px-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.bex-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bex-padding-top-10 {
  padding-top: 10px;
}

.bex-padding-right-10 {
  padding-right: 10px;
}

.bex-position-upper-right {
  position: absolute;
  top: 0px;
  right: 0px;
}

.bex-position-center-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.bex-position-bottom-right {
  position: absolute;
  right: 0;
  bottom: 0;
}

.bex-right-50 {
  right: 50px;
}

.bex-no-margin-top {
  margin-top: 0;
}

.bex-no-margin-bottom {
  margin-bottom: 0;
}

.bex-no-margin-right {
  margin-right: 0;
}

.bex-no-margin-left {
  margin-left: 0;
}

.bex-no-padding-left {
  padding-left: 0 !important;
}

.bex-no-padding-right {
  padding-right: 0 !important;
}

.bex-full-width {
  width: 100%;
}

.bex-auto-width {
  width: auto;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.bex-p-10 {
  padding: 10px;
}

.bex-bold, .bex-font-bold {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 500;
}

.bex-clear-both {
  clear: both;
}

.semi-bold {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 500;
}

.bold {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 700;
}

.pt-50 {
  padding-top: 50px;
}

.pl-5 {
  padding-left: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.bex-pre-wrap {
  white-space: pre-wrap;
}

.bex-self-end {
  align-self: flex-end;
}

.bex-no-padding-right {
  padding-right: 0 !important;
}

.bex-no-py {
  padding-top: 0px;
  padding-bottom: 0px;
}

.bex-px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.bex-py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.space-pre-line {
  white-space: pre-line;
}

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

.block {
  display: block;
}

.full-height {
  height: 100%;
}

.increased-font-size {
  font-size: 18px;
  line-height: 22px;
}

.flex {
  display: flex;
}

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.flex-3 {
  flex: 3;
}

.flex-4 {
  flex: 4;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-col {
  flex-direction: column;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.flex-wrap {
  flex-wrap: wrap;
}

.center-flex {
  align-items: center;
  justify-content: center;
}

.min-height-150 {
  min-height: 150px !important;
}

.bex-min-height-300 {
  min-height: 300px !important;
}

.font-size-reduced {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
}

.font-size-14 {
  font-size: 14px;
}

.font-color {
  color: #000;
}
.font-color:hover {
  color: #000;
}

.no-underline {
  text-decoration: none;
}

.border-top-1 {
  border-top: 1px solid #ebebeb;
}

.border-right-1 {
  border-right: 1px solid #ebebeb;
}

.border-left-1 {
  border-left: 1px solid #ebebeb;
}

.center-flex {
  align-items: center;
  justify-content: center;
}

relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.bex-fontsize-25 {
  font-size: 25px;
}

.bex-z-index-1 {
  z-index: 1;
}

@media (max-width: 1199px) and (min-width: 768px) {
  .main-content.section-active .flex-wrap-xs {
    flex-wrap: wrap;
  }
  .main-content.section-active .full-width-xs {
    width: 100%;
  }
  .main-content.section-active .bex-margin-right-15-mobile {
    margin-right: 15px;
  }
  .main-content.section-active .bex-margin-bottom-10-mobile {
    margin-bottom: 10px;
  }
  .main-content.section-active .bex-width-70-mobile {
    width: 75%;
  }
  .main-content.section-active .bex-width-30-mobile {
    width: 30%;
  }
  .main-content.section-active .text-right-mobile {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .bex-float-right-sm {
    float: right;
  }
}
@media (max-width: 767px) {
  .flex-wrap-xs {
    flex-wrap: wrap;
  }
  .full-width-xs {
    width: 100%;
  }
  .bex-margin-right-15-mobile {
    margin-right: 15px;
  }
  .bex-margin-bottom-10-mobile {
    margin-bottom: 10px;
  }
  .bex-width-70-mobile {
    width: 75%;
  }
  .bex-width-30-mobile {
    width: 30%;
  }
  .text-right-mobile {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .flex-sm-md-lg {
    display: flex;
  }
  .flex-3-sm-md-lg {
    flex: 3;
  }
  .flex-2-sm-md-lg {
    flex: 2;
  }
  .flex-1-sm-md-lg {
    flex: 1;
  }
  .bex-margin-bottom-10-tablet {
    margin-bottom: 10px;
  }
  .hidden-sm-md-lg {
    display: none;
  }
  .bex-px-10-sm-md-lg {
    padding-right: 10px;
    padding-left: 10px;
  }
  .bex-position-bottom-right-sm-md-lg {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .bex-padding-bottom-20-sm-md-lg {
    padding-bottom: 20px;
  }
}
@media (min-width: 767px) {
  .main-content:not(.section-active) .flex-sm-md-lg {
    display: flex;
  }
  .main-content:not(.section-active) .flex-3-sm-md-lg {
    flex: 3;
  }
  .main-content:not(.section-active) .flex-2-sm-md-lg {
    flex: 2;
  }
  .main-content:not(.section-active) .flex-1-sm-md-lg {
    flex: 1;
  }
  .main-content:not(.section-active) .bex-margin-bottom-10-tablet {
    margin-bottom: 10px;
  }
  .main-content:not(.section-active) .hidden-sm-md-lg {
    display: none;
  }
  .main-content:not(.section-active) .bex-px-10-sm-md-lg {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 991px) {
  .main-content:not(.section-active) .bex-position-bottom-right-sm-md-lg {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .main-content:not(.section-active) .bex-padding-bottom-20-sm-md-lg {
    padding-bottom: 20px;
  }
}
/*Bex Accordion*/
.bex-accordion {
  background: #ffffff;
  margin-bottom: 10px;
  width: 100%;
  display: inline-block;
  box-shadow: 0px 0px 10px 0px rgba(154, 154, 154, 0.66);
  transition: box-shadow 0.3s ease-out;
}
.bex-accordion .accordion-header {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  display: inline-block;
  cursor: pointer;
}
.bex-accordion .accordion-header h2 {
  margin: 10px 0 10px 0;
  padding: 5px 95px 5px 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.bex-accordion .accordion-header h2 .information-wrap {
  margin-left: auto;
  font-size: 16px;
  color: #666;
}
.bex-accordion .accordion-header h2 .information-wrap label + * {
  margin-left: 15px;
}
.bex-accordion .accordion-header h2 i {
  margin-right: 5px;
  display: flex;
}
.bex-accordion .accordion-header .fold-box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 80px;
  background-color: transparent;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.bex-accordion .accordion-header .fold-box i {
  font-size: 14px;
}
.bex-accordion .accordion-header .fold-box span {
  display: none;
}
.bex-accordion .bex-accordion {
  box-shadow: none;
}
.bex-accordion .bex-accordion .accordion-header {
  background: #ebebeb;
}

@media (max-width: 767px) {
  .bex-accordion .accordion-header h2 .information-wrap {
    float: none;
    margin-top: 10px;
    display: block;
  }
}
/*End of Bex Accordion*/
/* Cookie module */
.text-primary {
  color: #009de0;
}

.bg-primary {
  background: #009de0;
}

.border-primary {
  border-color: #009de0;
}

.incom-cookie-module.fixed {
  z-index: 9999;
}

@media (min-width: 1024px) {
  category-toggles.flex-wrap {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 1024px) {
  nav.lg\:justify-between {
    justify-content: space-between !important;
  }
}
/* end Cookie module */
.margin-left-auto {
  margin-left: auto;
}

.cursor-pointer {
  cursor: pointer;
}

.margin-top-15 {
  margin-top: 15px;
}
