/*

Built by your mum, and Big South
URL: http://www.bigsouth.se

*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
html {
  background: #ffffff;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #f6f5f5;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.5em;
  color: #000; }

body:after {
  content: '320';
  display: none; }
  @media (min-width: 30em) {
    body:after {
      content: 'bp2'; } }
  @media (min-width: 37.5em) {
    body:after {
      content: 'bp3'; } }
  @media (min-width: 48em) {
    body:after {
      content: 'bp4'; } }
  @media (min-width: 62em) {
    body:after {
      content: 'bp5'; } }
  @media (min-width: 86.375em) {
    body:after {
      content: 'bp6'; } }

.m-hide {
  display: none !important;
  visibility: hidden; }

@media screen and (max-width: 480px) {
  .hide-for-bp2 {
    display: none !important;
    visibility: hidden; } }

.hovered {
  display: block !important; }

/* Common  */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  background-color: #fff; }

body {
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  font-weight: 300; }

.container {
  *zoom: 1;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  /* padding: 10px 0 0 0; */
  padding: 1.618em 5px 0 5px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

.container-max {
  *zoom: 1;
  margin: 0 auto;
  padding: 0px 0px 0px 0px; }
  .container-max:before, .container-max:after {
    content: " ";
    display: table; }
  .container-max:after {
    clear: both; }

.container-wide {
  *zoom: 1;
  max-width: 960px;
  margin: 0 auto;
  padding: 0px 20px 0px 20px; }
  .container-wide:before, .container-wide:after {
    content: " ";
    display: table; }
  .container-wide:after {
    clear: both; }

.container-medium {
  *zoom: 1;
  max-width: 620px;
  margin: 0 auto;
  padding: 0px 20px 0px 20px; }
  .container-medium:before, .container-medium:after {
    content: " ";
    display: table; }
  .container-medium:after {
    clear: both; }

.container-wide-no-marge {
  *zoom: 1;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0px 0px 0px 0px; }
  .container-wide-no-marge:before, .container-wide-no-marge:after {
    content: " ";
    display: table; }
  .container-wide-no-marge:after {
    clear: both; }

a {
  color: black;
  text-decoration: underline;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

a:hover {
  text-decoration: none;
  color: #bc1f12; }

h1 {
  font-size: 4em; }

h2 {
  font-size: 3em; }

h3 {
  font-size: 2em; }

h4 {
  font-size: 1em; }

h5 {
  font-size: .75em; }

h6 {
  font-size: .5em; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  text-transform: uppercase; }

.faded {
  color: #bababa; }

.strike {
  text-decoration: line-through; }

hr {
  border-top: 1px solid #e5e5e5;
  margin-top: 10px;
  margin-bottom: 0px;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px; }

.white {
  color: #fff; }

/*-----------------------------------------------------------------------------------*/
/*	HELPER CLASSES */
/*-----------------------------------------------------------------------------------*/
.remove-bottom {
  margin-bottom: 0; }

.floatleft, .floatright {
  display: inline-block; }

.floatleft {
  float: left; }

.floatright {
  float: right; }

.small-padding {
  padding: 23px 0 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5; }

.scroll-animate.left {
  position: relative;
  left: -50px;
  opacity: 0; }

.scroll-animate.bottom {
  position: relative;
  bottom: -50px;
  opacity: 0; }

.scroll-animate.right {
  position: relative;
  right: -50px;
  opacity: 0; }

.scroll-animate.top {
  position: relative;
  top: -50px;
  opacity: 0; }

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

.centered {
  text-align: center; }

.light {
  font-weight: 300; }

.heavy {
  font-weight: 500; }

.overflow-hidden {
  overflow-x: hidden; }

/*-----------------------------------------------------------------------------------*/
/*	END HELPER CLASSES */
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	GENERAL STYLES */
/*-----------------------------------------------------------------------------------*/
button {
  border: 0px; }
  button:hover {
    cursor: pointer; }

.button {
  background-color: #f1671c;
  padding: 10px 30px;
  font-size: 18px;
  line-height: 1.5em;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .button a {
    color: #fff;
    text-decoration: none; }
  .button:hover {
    background-color: #d45120;
    color: #fff; }

.activeated {
  background-color: #04a961; }

.iotoggle {
  display: none; }

.darkblue {
  background-color: #003953; }

.grey {
  background-color: #e1e1e1; }

.circleBase {
  border-radius: 50%;
  margin-top: 5px; }
  .circleBase.white {
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid black; }
  .circleBase.black {
    width: 20px;
    height: 20px;
    background: black;
    border: 1px solid black; }
  .circleBase.orange {
    width: 20px;
    height: 20px;
    background: orange;
    border: 1px solid black; }
  .circleBase.grey {
    width: 20px;
    height: 20px;
    background: grey;
    border: 1px solid black; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
.kenburns img {
  transform-origin: 50% 100%;
  transition: transform 15s linear, opacity .5s linear; }
  .kenburns img.zoom {
    transform: scale(0.8); }
  .kenburns img.faderer {
    opacity: 0; }

/*-----------------------------------------------------------------------------------*/
/*	END GENERAL STYLES */
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	NAV STYLES */
/*-----------------------------------------------------------------------------------*/
nav {
  background-color: #ececec;
  position:absolute;
  top:0;
  left:0;
  right:0;
  z-index:9900;
  }
  nav .the--stuff {
    background-color: black;
    display: block;
    float: left;
    margin-right: 2.35765%;
    font-size:16px;
    width: 100%; }
    nav .the--stuff:last-child {
      margin-right: 0; }
    nav .the--stuff #mainNavi ul {
      text-align: right;
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0;
      color: white;
      padding: 10px 0px 10px 0px; }
      nav .the--stuff #mainNavi ul:last-child {
        margin-right: 0; }
      @media screen and (max-width: 668px) {
        nav .the--stuff #mainNavi ul {
          display: none;
          padding: 80px 0px 0px 0px;
          text-align: center; } }
      nav .the--stuff #mainNavi ul li {
        display: inline-block;
        line-height: 1em;
        padding: 0;
        margin: 0;
        font-size: 1em; }
        nav .the--stuff #mainNavi ul li:last-child {
          border: none;
          padding-right: 0px; }
        @media screen and (max-width: 668px) {
          nav .the--stuff #mainNavi ul li {
            display: block;
            float: left;
            margin-right: 2.35765%;
            width: 100%;
            display: inline-block;
            border-right: none;
            border-top: 1px solid #e1e1e1;
            line-height: 2em;
            padding: 10px 0px;
            font-size: 1.5em; }
            nav .the--stuff #mainNavi ul li:last-child {
              margin-right: 0; }
            nav .the--stuff #mainNavi ul li:last-child {
              border-top: 1px solid #e1e1e1;
              padding-right: 0px; }
            nav .the--stuff #mainNavi ul li a {
              padding: 0px 13px 0px 5px;
              margin: 0px;
              text-decoration: none;
              font-weight: 500; } }
        nav .the--stuff #mainNavi ul li a {
          color: white;
          padding: 0px 13px 0px 5px;
          margin: 0px;
          text-decoration: none;
          font-weight: 500; }

        nav .the--stuff #mainNavi ul li a:hover {
          color:#9f170b; }

  nav .logo--Holder {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 23.23176%;
    margin-right: 0;
    padding: 10px 0px;
    line-height: 0; }
    nav .logo--Holder:last-child {
      margin-right: 0; }
    nav .logo--Holder img {
      width: 100%;
      max-width: 200px; }
    @media screen and (max-width: 668px) {
      nav .logo--Holder {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 82.94039%;
        margin-right: 0; }
        nav .logo--Holder:last-child {
          margin-right: 0; } }
  nav .burger--Holder {
    display: none !important;
    visibility: hidden; }
    nav .burger--Holder #hamburger {
      position: absolute;
      top: 22px;
      right: 20px;
      cursor: pointer;
      display: block;
      height: 24px;
      padding: 3px 4px 3px;
      z-index:9999;
      width: 40px; }
      nav .burger--Holder #hamburger div {
        background-color: #9f170b;
        border: 1px solid #9f170b;
        border-radius: 2px 2px 2px 2px;
        height: 5px;
        margin-top: 3px;
        width: 90%; }
    @media screen and (max-width: 668px) {
      nav .burger--Holder {
        display: block !important;
        visibility: visible;
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 14.70196%; }
        nav .burger--Holder:last-child {
          margin-right: 0; } }

/*-----------------------------------------------------------------------------------*/
/*	END NAV STYLES */
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	INDEX STYLES */
/*-----------------------------------------------------------------------------------*/
.main-holder-of-mood {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 25%;
  height: 100vh;
  width: 100%;
  overflow:hidden;
 }
  .main-holder-of-mood .main-holder-of-mood-overlay {
    height: 100vh;
    width: 100vw;
    text-align: center; }
    .main-holder-of-mood .main-holder-of-mood-overlay img {
      width: 100%;
      max-width: 250px; }
    .main-holder-of-mood .main-holder-of-mood-overlay .logo--Holder {
      margin-bottom: 40px; }
      @media screen and (max-width: 668px) {
        .main-holder-of-mood .main-holder-of-mood-overlay .logo--Holder {
          margin-bottom: 20px; } }
    .main-holder-of-mood .main-holder-of-mood-overlay .element {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: white; }
      .main-holder-of-mood .main-holder-of-mood-overlay .element a {
        color: white;
        text-decoration: none;
        padding: 0px 20px;
        border-right: 1px solid white; }
        .main-holder-of-mood .main-holder-of-mood-overlay .element a:hover {
          color: #9f170b; }
        .main-holder-of-mood .main-holder-of-mood-overlay .element a:last-child {
          border-right: none; }
        @media screen and (max-width: 668px) {
          .main-holder-of-mood .main-holder-of-mood-overlay .element a {
            padding: 0px 10px; } }
        @media screen and (max-width: 480px) {
          .main-holder-of-mood .main-holder-of-mood-overlay .element a {
            border: none;
            display: block; } }

#startsidansfastigheter {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 100%;
  padding: 0px;
  margin: 0px;
  min-height: 100vh;
  background-image: url(../img/GF_logo900bw_seamless.jpg); }

  .mobile-text {
    font-size: 20px;
    position: absolute;
    bottom: 20px;
    left:20px;
    color:#fff;
    display:none;
  }

  @media screen and (max-width: 768px) {
    .mobile-text {
      display: inline-block;
    }
  }

  #startsidansfastigheter .Aligner {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
  }
    #startsidansfastigheter .Aligner .Aligner-item {
      max-width: 100%;
    }
  #startsidansfastigheter .single-building-holder {
    width: 50%;
    float: left;
    display: inline-block;
    line-height: 0em;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    background-color: black; }
    #startsidansfastigheter .single-building-holder .caption {
      opacity: 0;
      background-color: rgba(0, 0, 0, 0.8);
      z-index: 10;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      line-height: 1.5em;
      padding: 10px 30px;
      color: white;
      text-align: center;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      #startsidansfastigheter .single-building-holder .caption h4 {
        font-weight: 700;
        font-size: 1.5em; }
      #startsidansfastigheter .single-building-holder .caption h5 {
        font-weight: 700;
        font-size: 1.25em;
        border-bottom: 1px solid white;
        padding-bottom: 10px;
        margin-top:-20%;
        margin-bottom: 15px; }
      #startsidansfastigheter .single-building-holder .caption:hover {
        opacity: 1;
        cursor: pointer;  }
    #startsidansfastigheter .single-building-holder img {
      width: 100%;
      z-index: 5;
      -webkit-transition: all 5s ease-out;
      -moz-transition: all 5s ease-out;
      -ms-transition: all 5s ease-out;
      -o-transition: all 5s ease-out;
      transition: all 5s ease-out;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    #startsidansfastigheter .single-building-holder a {
      display: block;
      cursor: pointer;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      #startsidansfastigheter .single-building-holder a:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    @media screen and (max-width: 480px) {
      #startsidansfastigheter .single-building-holder {
        width: 100%; } }

/*-----------------------------------------------------------------------------------*/
/*	END INDEX STYLES */
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	FASTIGHETER STYLES */
/*-----------------------------------------------------------------------------------*/
#fastigheter {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 100%;
  padding: 0px;
  margin: 0px;
  margin-top:120px;
  min-height: 100vh;
  background-image: url(../img/GF_logo900bw_seamless.jpg); }
  #fastigheter:last-child {
    margin-right: 0; }
  #fastigheter .subnavigation {
    background-color: #f9f9f9; }
    #fastigheter .subnavigation a {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 23.23176%;
      text-transform: uppercase;
      text-align: center;
      text-decoration: none;
      padding-top: 10px;
      padding-bottom: 5px;
      font-size: .75em; }
      #fastigheter .subnavigation a:last-child {
        margin-right: 0; }
      #fastigheter .subnavigation a:nth-child(4n) {
        margin-right: 0; }
      #fastigheter .subnavigation a:nth-child(4n+1) {
        clear: left; }
      #fastigheter .subnavigation a.active {
        background-color: #efefef; }
      #fastigheter .subnavigation a:hover {
        background-color: #9f170b;
        color: white; }
    #fastigheter .Aligner-item {
      position: fixed;
      top: 50%;
      left: 50%;
      /* bring your own prefixes */
      transform: translate(-50%, -50%);
    }
  #fastigheter .single-building-holder {
    width: 50%;
    float: left;
    display: inline-block;
    line-height: 0em;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    background-color: black; }
    #fastigheter .single-building-holder .caption {
      opacity: 0;
      background-color: rgba(0, 0, 0, 0.8);
      z-index: 10;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      cursor: pointer;
      line-height: 1.5em;
      padding: 10px 30px;
      color: white;
      text-align: center;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      #fastigheter .single-building-holder .caption h4 {
        text-align: center;
        font-weight: 700;
        font-size: 1.5em; }
      #fastigheter .single-building-holder .caption h5 {
        text-align: center;
        font-weight: 700;
        font-size: 1.25em;
        border-bottom: 1px solid white;
        padding-bottom: 10px;
        margin-bottom: 15px; }
      #fastigheter .single-building-holder .caption:hover {
        opacity: 1;
      cursor: pointer;  }
    #fastigheter .single-building-holder img {
      width: 100%;
      z-index: 5;
      -webkit-transition: all 5s ease-out;
      -moz-transition: all 5s ease-out;
      -ms-transition: all 5s ease-out;
      -o-transition: all 5s ease-out;
      transition: all 5s ease-out;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    #fastigheter .single-building-holder a {
      display: block;
      cursor: pointer;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      #fastigheter .single-building-holder a:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    @media screen and (max-width: 480px) {
      #fastigheter {
        margin-top:220px;
      }
      #fastigheter .single-building-holder {
        width: 100%; } }

#Container .mix {
  display: none; }

#Filters {
  display: block;
  float: right;
  margin-right: 2.35765%;
  width: 72.5%; }
  #Filters:last-child {
    margin-right: 0; }
  #Filters section {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 31.76157%; }
    #Filters section:last-child {
      margin-right: 0; }
    #Filters section:nth-child(3n) {
      margin-right: 0; }
    #Filters section:nth-child(3n+1) {
      clear: left; }
    #Filters section select::-ms-expand {
      display: none; }
    #Filters section select, #Filters section button {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 100%;
      background: transparent;
      font-size: 1em;
      border: none;
      padding: 10px;
      border-radius: 0px;
      height: 75px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      font-family: Helvetica, Arial, sans-serif; }
      #Filters section select:last-child, #Filters section button:last-child {
        margin-right: 0; }
      #Filters section select:hover, #Filters section button:hover {
        cursor: pointer; }
    #Filters section select {
      border-left: 1px solid #e1e1e1;
      background-image: url(../img/1440450701_basics-08.png);
      background-repeat: no-repeat;
      background-position: right center;
      background-size: 30px 30px; }
      #Filters section select:focus {
        outline: 0;
        background-color: #e1e1e1;
        background-image: none; }
    #Filters section .dropdownSort1 {
      background: #e1e1e1; }
    @media screen and (max-width: 668px) {
      #Filters section {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 40.29137%; }
        #Filters section:last-child {
          margin-right: 0; }
        #Filters section:first-child {
          display: block;
          float: left;
          margin-right: 2.35765%;
          width: 14.70196%; }
          #Filters section:first-child:last-child {
            margin-right: 0; } }
    @media screen and (max-width: 480px) {
      #Filters section {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 100%; }
        #Filters section:last-child {
          margin-right: 0; }
        #Filters section button {
          display: none !important;
          visibility: hidden; }
        #Filters section select {
          border-left: none; } }

/*-----------------------------------------------------------------------------------*/
/*	END FASTIGHETER STYLES */
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	SINGLE FASTIGHET STYLES */
/*-----------------------------------------------------------------------------------*/
#fastighet {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 100%; }
  #fastighet:last-child {
    margin-right: 0; }
  #fastighet .fadein {
    position: absolute;
    top: 0;  /* position the top  edge of the element at the middle of the parent */
    /* left: 50%;  position the left edge of the element at the middle of the parent */
    /* transform: translate(-50%, 0); */
    }
  #fastighet .placer {
    min-width: 100vw;
  }
  #fastighet .fadein img {
    min-width: 100vw;
  }

  #fastighet .image-holder-thingie {
    height: 100vh;
    display:block;
    line-height: 0em;
    overflow: hidden; }


  #fastighet .meta--info {
    padding-top: 80px;
    padding-bottom: 100px; }
    @media screen and (max-width: 480px) {
      #fastighet .meta--info {
        padding-top: 40px;
        padding-bottom: 40px; } }
    #fastighet .meta--info p {
      line-height: 1.5em;
      -webkit-columns: 2;
      -moz-columns: 2;
      columns: 2;
      -webkit-column-gap: 50px;
      /* Chrome, Safari, Opera */
      -moz-column-gap: 50px;
      /* Firefox */
      column-gap: 50px; }
      @media screen and (max-width: 480px) {
        #fastighet .meta--info p {
          -webkit-columns: 1;
          -moz-columns: 1;
          columns: 1; } }
    #fastighet .meta--info h3 {
      font-weight: 700;
      display: inline-block;
      margin-bottom: 40px; }
  #fastighet .beta--info {
    background-color: #f2efef; }
    #fastighet .beta--info .left {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 100%; }
      #fastighet .beta--info .left:last-child {
        margin-right: 0; }
    #fastighet .beta--info .container--info {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 100%;
      padding-top: 40px;
      padding-bottom: 40px; }
      #fastighet .beta--info .container--info:last-child {
        margin-right: 0; }
      #fastighet .beta--info .container--info span {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 48.82117%; }
        #fastighet .beta--info .container--info span:last-child {
          margin-right: 0; }
        @media screen and (max-width: 768px) {
          #fastighet .beta--info .container--info span {
            display: block;
            float: left;
            margin-right: 2.35765%;
            width: 40.29137%; }
            #fastighet .beta--info .container--info span:last-child {
              margin-right: 0; } }
        @media screen and (max-width: 480px) {
          #fastighet .beta--info .container--info span {
            display: block;
            float: left;
            margin-right: 2.35765%;
            width: 100%; }
            #fastighet .beta--info .container--info span:last-child {
              margin-right: 0; } }
        #fastighet .beta--info .container--info span.first {
          padding-top: 20px; }
        #fastighet .beta--info .container--info span:nth-child(odd) {
          font-weight: 700;
          display: block;
          float: left;
          margin-right: 2.35765%;
          width: 40.29137%;
          margin-right: 0; }
          #fastighet .beta--info .container--info span:nth-child(odd):last-child {
            margin-right: 0; }
          @media screen and (max-width: 768px) {
            #fastighet .beta--info .container--info span:nth-child(odd) {
              display: block;
              float: left;
              margin-right: 2.35765%;
              width: 48.82117%; }
              #fastighet .beta--info .container--info span:nth-child(odd):last-child {
                margin-right: 0; } }

/*-----------------------------------------------------------------------------------*/
/*	END SINGLE FASTIGHET STYLES */
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	OM OSS STYLES */
/*-----------------------------------------------------------------------------------*/
#om--oss {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  margin-top:120px;
  background-image: url(../img/om--oss-bg-large.jpg); }
  #om--oss h2 {
    color: white;
    line-height: 2em;
    padding-top: 80px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase; }
  @media screen and (max-width: 768px) {
    #om--oss h2 {
      line-height: 1em; } }
  #om--oss .meta--info {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 100%;
    background-color: white;
    padding: 40px;
    margin-bottom: 100px; }
    #om--oss .meta--info:last-child {
      margin-right: 0; }
    #om--oss .meta--info .ingress {
      font-size: 1.25em;
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 100%;
      padding-bottom: 20px; }
      #om--oss .meta--info .ingress:last-child {
        margin-right: 0; }
    #om--oss .meta--info .left, #om--oss .meta--info .right {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 48.82117%; }
      #om--oss .meta--info .left:last-child, #om--oss .meta--info .right:last-child {
        margin-right: 0; }
      #om--oss .meta--info .left img, #om--oss .meta--info .right img {
        width: 100%;
        padding-top: 20px; }
    #om--oss .meta--info .right {
      margin-right: 0; }
      #om--oss .meta--info .right img {
        padding-top: 0px;
        padding-bottom: 20px; }
      #om--oss .meta--info .right .sign {
        padding-top: 40px;
        max-width: 150px; }
    @media screen and (max-width: 768px) {
      #om--oss .meta--info .left, #om--oss .meta--info .right {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 100%; }
        #om--oss .meta--info .left:last-child, #om--oss .meta--info .right:last-child {
          margin-right: 0; }
        #om--oss .meta--info .left img, #om--oss .meta--info .right img {
          width: 100%;
          padding-top: 20px; } }

#foretaget {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 100%;
  padding: 80px 20px; }
  #foretaget:last-child {
    margin-right: 0; }
  #foretaget p {
    line-height: 27px; }
  #foretaget h3 {
    font-weight: 300;
    display: inline-block;
    margin-bottom: 40px; }
  @media screen and (max-width: 480px) {
    #foretaget h3 {
      line-height: 1em; } }
  #foretaget h4 {
    margin-bottom: 20px; }
  #foretaget .spalt {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 31.76157%; }
    #foretaget .spalt:last-child {
      margin-right: 0; }
    #foretaget .spalt:nth-child(3n) {
      margin-right: 0; }
    #foretaget .spalt:nth-child(3n+1) {
      clear: left; }
    @media screen and (max-width: 668px) {
      #foretaget .spalt {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 100%; }
        #foretaget .spalt:last-child {
          margin-right: 0; }
        #foretaget .spalt:nth-child(3n) {
          margin-right: 0; }
        #foretaget .spalt:nth-child(3n+1) {
          clear: left; }
        #foretaget .spalt h4 {
          margin-bottom: 20px;
          padding-top: 30px; } }

.old {
  width: 50%;
  float: left;
  line-height: 0em; }
  .old img {
    width: 100%; }

/*-----------------------------------------------------------------------------------*/
/*	END OM OSS STYLES */
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	AKTUELLT STYLES */
/*-----------------------------------------------------------------------------------*/
.aktuellt--holder {
  position: relative;
  height:100vh;
  }
  .aktuellt--holder .aktuellt-image {
    line-height: 0em;
    text-align:center;
    height: 100vh;
    background-size: cover;
    display:block;
  }
  .aktuellt--holder .make--itRight {
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 0px; }
    .aktuellt--holder .make--itRight h3 {
      line-height: 1em; }
    .aktuellt--holder .make--itRight h4 {
      line-height: 2em;
      font-style: italic;
      font-weight: 300; }

.article-text p {
  padding: 60px 0px;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  line-height: 27px;
}
@media screen and (max-width: 480px) {
  .article-text p {
    padding: 60px 0px;
    -webkit-columns: 2;
    -moz-columns: 1;
    columns: 1;
    line-height: 27px;
  }
}

.more-posts {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 100%;
  margin: 100px 0px; }
  .more-posts:last-child {
    margin-right: 0; }
  .more-posts .single-post-list-holder {
    position: relative;
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 100%;
    background-color: white;
    margin-bottom: 25px; }
    .more-posts .single-post-list-holder:last-child {
      margin-right: 0; }
    .more-posts .single-post-list-holder h4.date {
      padding-top: 30px;
      font-weight: 300;
      font-style: italic; }
      @media screen and (max-width: 668px) {
        .more-posts .single-post-list-holder h4.date {
          padding-top: 20px; } }
    @media screen and (max-width: 480px) {
      .more-posts .single-post-list-holder h4 {
        padding-left: 20px; } }
    .more-posts .single-post-list-holder img {
      float: left;
      border-right: 10px solid #e1e1e1;
      margin-right: 20px;
      max-width: 220px; }
      @media screen and (max-width: 668px) {
        .more-posts .single-post-list-holder img {
          margin-right: 20px;
          padding-bottom: 0px;
          border-right: none;
          max-width: 50%; } }
      @media screen and (max-width: 480px) {
        .more-posts .single-post-list-holder img {
          margin-right: 0px;
          padding-bottom: 20px;
          border-right: none;
          max-width: 100%; } }
    .more-posts .single-post-list-holder p {
      padding-top: 0px;
      padding-right: 20px; }
      @media screen and (max-width: 480px) {
        .more-posts .single-post-list-holder p {
          padding-left: 20px;
          padding-bottom: 60px;
          padding-top: 20px; } }
    .more-posts .single-post-list-holder .read--mer {
      position: absolute;
      right: 0;
      bottom: 0;
      background-color: #9f170b;
      padding: 10px 20px;
      font-style: italic; }
      .more-posts .single-post-list-holder .read--mer a {
        color: white; }
      @media screen and (max-width: 668px) {
        .more-posts .single-post-list-holder .read--mer {
          right: 50%;
          bottom: 30px; } }
      @media screen and (max-width: 480px) {
        .more-posts .single-post-list-holder .read--mer {
          right: 0;
          bottom: 0; } }

/*-----------------------------------------------------------------------------------*/
/*	END AKTUELLT STYLES */
/*-----------------------------------------------------------------------------------*/
#kontakt {
margin-top:120px;}
#kontakt h2 {
  line-height: 2em;
  padding-top: 40px;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase; }
#kontakt .subnavigation {
  background-color: #f9f9f9; }
  #kontakt .subnavigation a {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 48.82117%;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: .75em; }
    #kontakt .subnavigation a:last-child {
      margin-right: 0; }
    #kontakt .subnavigation a:nth-child(2n) {
      margin-right: 0; }
    #kontakt .subnavigation a:nth-child(2n+1) {
      clear: left; }
    #kontakt .subnavigation a.active {
      background-color: #efefef; }
    #kontakt .subnavigation a:hover {
      background-color: #9f170b;
      color: white; }
#kontakt .person {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0;
  background-color: #ffffff;
  max-height: 480px;
  overflow: hidden; }
  #kontakt .person:last-child {
    margin-right: 0; }
  #kontakt .person .left {
    width: 50%;
    float: left;
    line-height: 0em; }
    #kontakt .person .left img {
      width: 100%; }
    @media screen and (max-width: 480px) {
      #kontakt .person .left {
        width: 100%;
        display: none; } }
  #kontakt .person .right {
    width: 50%;
    float: left;
    padding: 30px 0px 0px 0px; }
    #kontakt .person .right img {
      width: 100%; }
    @media screen and (max-width: 480px) {
      #kontakt .person .right {
        width: 100%; } }
    #kontakt .person .right .text--container {
      text-align: right;
      width: 100%;
      max-width: 480px;
      float: left;
      padding: 20px; }
      #kontakt .person .right .text--container h4 {
        border-bottom: 1px solid #9f170b;
        display: inline-block;
        margin-bottom: 10px; }
      #kontakt .person .right .text--container p {
        padding-bottom: 10px; }
        #kontakt .person .right .text--container p:last-child {
          padding-bottom: 0px; }
  #kontakt .person.andBg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../img/face_noface.jpg); }
  #kontakt .person.andColor {
    background-color: #f9f9f9; }
#kontakt .person2 {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0;
  background-color: #ffffff;
  max-height: 480px;
  overflow: hidden; }
  #kontakt .person2:last-child {
    margin-right: 0; }
  #kontakt .person2 .left {
    width: 50%;
    float: left;
    line-height: 0em; }
    #kontakt .person2 .left img {
      width: 100%; }
    @media screen and (max-width: 480px) {
      #kontakt .person2 .left {
        display: none; } }
  #kontakt .person2 .right {
    width: 50%;
    float: left;
    padding: 30px 0px 0px 0px; }
    #kontakt .person2 .right img {
      width: 100%; }
    #kontakt .person2 .right .text--container {
      text-align: left;
      width: 100%;
      max-width: 480px;
      float: right;
      padding: 20px; }
      #kontakt .person2 .right .text--container h4 {
        border-bottom: 1px solid #9f170b;
        display: inline-block;
        margin-bottom: 10px; }
      #kontakt .person2 .right .text--container p {
        padding-bottom: 10px; }
        #kontakt .person2 .right .text--container p:last-child {
          padding-bottom: 0px; }
    @media screen and (max-width: 480px) {
      #kontakt .person2 .right {
        width: 100%; } }
  #kontakt .person2.andBg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../img/face_noface.jpg); }
  #kontakt .person2.andColor {
    background-color: #f9f9f9; }
#kontakt a.fel {
  color: #9f170b; }
#kontakt p.address {
  font-size: .8em; }

.felanmalan {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 100%;
  padding: 100px 20px;
  position: relative; }
  .felanmalan:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    .felanmalan {
      padding: 100px 20px 30px 20px; } }
  .felanmalan h3 {
    line-height: 1em;
    text-align: center;
    text-transform: none; }
    .felanmalan h3:last-child {
      font-weight: 300; }
  .felanmalan .form {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 48.82117%;
    padding-top: 80px; }
    .felanmalan .form:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .felanmalan .form {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 65.88078%; }
        .felanmalan .form:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      .felanmalan .form {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 100%; }
        .felanmalan .form:last-child {
          margin-right: 0; } }
    .felanmalan .form label {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 100%; }
      .felanmalan .form label:last-child {
        margin-right: 0; }
    .felanmalan .form input, .felanmalan .form textarea {
      margin: 0;
      font-size: 16px;
      appearance: none;
      box-shadow: none;
      border-radius: none;
      padding: 10px;
      border: solid 1px #dbdbdb;
      border-bottom: solid 2px #dbdbdb;
      transition: border 0.3s; }
      .felanmalan .form input:focus, .felanmalan .form textarea:focus {
        outline: 0;
        border-bottom: solid 2px black; }
    .felanmalan .form input, .felanmalan .form select {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 82.94039%;
      margin-bottom: 10px; }
      .felanmalan .form input:last-child, .felanmalan .form select:last-child {
        margin-right: 0; }
      @media screen and (max-width: 480px) {
        .felanmalan .form input, .felanmalan .form select {
          display: block;
          float: left;
          margin-right: 2.35765%;
          width: 100%; }
          .felanmalan .form input:last-child, .felanmalan .form select:last-child {
            margin-right: 0; } }
    .felanmalan .form textarea {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 100%;
      margin-bottom: 10px;
      height: 150px; }
      .felanmalan .form textarea:last-child {
        margin-right: 0; }
    .felanmalan .form input[TYPE=button] {
      background-color: black;
      color: white;
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 48.82117%;
      float: right; }
      .felanmalan .form input[TYPE=button]:last-child {
        margin-right: 0; }
  .felanmalan .numbers {
    position: absolute;
    right: 0;
    bottom: 140px;
    text-align: right;
    font-size: .75em;
    line-height: 1.25em; }
    .felanmalan .numbers b {
      font-weight: 700; }
    .felanmalan .numbers p {
      padding-bottom: 20px; }
    @media screen and (max-width: 480px) {
      .felanmalan .numbers {
        padding-top: 30px;
        text-align: center;
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 100%;
        position: relative;
        right: auto;
        bottom: auto; }
        .felanmalan .numbers:last-child {
          margin-right: 0; } }

.intresse {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 100%;
  padding: 100px 20px;
  margin-top:120px;
  position: relative; }
  .intresse:last-child {
    margin-right: 0; }
  .intresse h3 {
    line-height: 1em;
    text-align: center;
    text-transform: none; }
    .intresse h3.smaller {
      font-weight: 300; }
  .intresse .form {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%; }
    .intresse .form:last-child {
      margin-right: 0; }
    .intresse .form h4 {
      text-align: center;
      padding-top: 80px;
      padding-bottom: 20px; }
    .intresse .form .heads {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 100%; }
      .intresse .form .heads:last-child {
        margin-right: 0; }
    .intresse .form label, .intresse .form fieldset {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 100%; }
      .intresse .form label:last-child, .intresse .form fieldset:last-child {
        margin-right: 0; }
    .intresse .form input, .intresse .form textarea {
      margin: 0;
      font-size: 16px;
      appearance: none;
      box-shadow: none;
      border-radius: none;
      padding: 10px;
      border: solid 1px #dbdbdb;
      border-bottom: solid 2px #dbdbdb;
      transition: border 0.3s; }
      .intresse .form input:focus, .intresse .form textarea:focus {
        outline: 0;
        border-bottom: solid 2px black; }
    .intresse .form input {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 100%;
      margin-bottom: 10px; }
      .intresse .form input:last-child {
        margin-right: 0; }
    .intresse .form select {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-bottom: 10px; }
      .intresse .form select:last-child {
        margin-right: 0; }
      .intresse .form select:nth-child(2n) {
        margin-right: 0; }
      .intresse .form select:nth-child(2n+1) {
        clear: left; }
    .intresse .form textarea {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 100%;
      margin-bottom: 10px;
      height: 150px; }
      .intresse .form textarea:last-child {
        margin-right: 0; }
    .intresse .form input[TYPE=button] {
      margin-top: 30px;
      background-color: black;
      color: white;
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin-left: 34.11922%; }
      .intresse .form input[TYPE=button]:last-child {
        margin-right: 0; }
    .intresse .form .half {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .intresse .form .half:last-child {
        margin-right: 0; }
  @media screen and (max-width: 480px) {
    .intresse {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 100%;
      padding: 100px 0px;
      position: relative; }
      .intresse:last-child {
        margin-right: 0; }
      .intresse h3 {
        line-height: 1em;
        text-align: center;
        text-transform: none; }
        .intresse h3.smaller {
          font-weight: 300; }
      .intresse .form {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%; }
        .intresse .form:last-child {
          margin-right: 0; }
        .intresse .form h4 {
          text-align: center;
          padding-top: 80px;
          padding-bottom: 20px; }
        .intresse .form .heads {
          display: block;
          float: left;
          margin-right: 2.35765%;
          width: 100%; }
          .intresse .form .heads:last-child {
            margin-right: 0; }
        .intresse .form label {
          display: block;
          float: left;
          margin-right: 2.35765%;
          width: 100%; }
          .intresse .form label:last-child {
            margin-right: 0; }
        .intresse .form input, .intresse .form textarea {
          margin: 0;
          font-size: 16px;
          appearance: none;
          box-shadow: none;
          border-radius: none;
          padding: 10px;
          border: solid 1px #dbdbdb;
          border-bottom: solid 2px #dbdbdb;
          transition: border 0.3s; }
          .intresse .form input:focus, .intresse .form textarea:focus {
            outline: 0;
            border-bottom: solid 2px black; }
        .intresse .form input {
          display: block;
          float: left;
          margin-right: 2.35765%;
          width: 100%;
          margin-bottom: 10px; }
          .intresse .form input:last-child {
            margin-right: 0; }
        .intresse .form select {
          display: block;
          float: left;
          margin-right: 2.35765%;
          width: 48.82117%;
          margin-bottom: 10px; }
          .intresse .form select:last-child {
            margin-right: 0; }
          .intresse .form select:nth-child(2n) {
            margin-right: 0; }
          .intresse .form select:nth-child(2n+1) {
            clear: left; }
        .intresse .form textarea {
          display: block;
          float: left;
          margin-right: 2.35765%;
          width: 100%;
          margin-bottom: 10px;
          height: 150px; }
          .intresse .form textarea:last-child {
            margin-right: 0; }
        .intresse .form input[TYPE=button] {
          margin-top: 30px;
          background-color: black;
          color: white;
          display: block;
          float: left;
          margin-right: 2.35765%;
          width: 31.76157%;
          margin-left: 34.11922%; }
          .intresse .form input[TYPE=button]:last-child {
            margin-right: 0; }
        .intresse .form .half {
          display: block;
          float: left;
          margin-right: 2.35765%;
          width: 48.82117%; }
          .intresse .form .half:last-child {
            margin-right: 0; } }

.free--flats {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 100%;
  margin: 50px 0px 100px 0px;
  margin-top:180px;
}
  .free--flats:last-child {
    margin-right: 0; }
  .free--flats h5.no-free {
    padding-bottom: 30px;
    line-height: 1.5em; }
  .free--flats h3 {
    padding-top: 50px;
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 100%; }
    .free--flats h3:last-child {
      margin-right: 0; }
  .free--flats .single-post-list-holder {
    position: relative;
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 100%;
    background-color: white;
    margin-bottom: 25px; }
    .free--flats .single-post-list-holder:last-child {
      margin-right: 0; }
    .free--flats .single-post-list-holder h4 {
      padding-top: 30px; }
    .free--flats .single-post-list-holder img {
      float: left;
      margin-right: 20px;
      max-height: 150px; }
    .free--flats .single-post-list-holder p {
      padding-top: 0px;
      padding-right: 20px; }
    .free--flats .single-post-list-holder .read--mer {
      position: absolute;
      right: -10px;
      bottom: -20px;
      background-color: #9f170b;
      padding: 10px 20px;
      font-style: italic; }
      .free--flats .single-post-list-holder .read--mer a {
        color: white; }
  @media screen and (max-width: 480px) {
    .free--flats img {
      width: 100%;
      max-height: 800px;
      margin-bottom: 20px; }
    .free--flats h4 {
      padding: 0px 10px 10px 10px; }
    .free--flats p {
      padding: 0px 10px 40px 10px; }
    .free--flats h5.no-free {
      padding-bottom: 30px;
      line-height: 1.5em; }
    .free--flats h3 {
      padding-top: 50px;
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 100%;
      line-height: 1em; }
      .free--flats h3:last-child {
        margin-right: 0; } }

/*-----------------------------------------------------------------------------------*/
/*	SINGLE RENT STYLES */
/*-----------------------------------------------------------------------------------*/
#rent {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 100%; }
  #rent:last-child {
    margin-right: 0; }
  #rent .fadein {
    position: absolute;
    top: 0;  /* position the top  edge of the element at the middle of the parent */
    /* left: 50%; position the left edge of the element at the middle of the parent */
    /* transform: translate(-50%, 0); */
    }
  #rent .fadein img {
    min-width: 100vw;
  }

  #rent .image-holder-thingie {
    height: 100vh;
    display:block;
    line-height: 0em;
    overflow: hidden; }

  #rent .meta--info {
    padding-top: 80px;
    padding-bottom: 100px; }
    @media screen and (max-width: 480px) {
      #rent .meta--info {
        padding-top: 40px;
        padding-bottom: 40px; } }
    #rent .meta--info p {
      line-height: 1.25em;
      -webkit-columns: 2;
      -moz-columns: 2;
      columns: 2;
      -webkit-column-gap: 50px;
      /* Chrome, Safari, Opera */
      -moz-column-gap: 50px;
      /* Firefox */
      column-gap: 50px; }
      @media screen and (max-width: 480px) {
        #rent .meta--info p {
          -webkit-columns: 1;
          -moz-columns: 1;
          columns: 1; } }
    #rent .meta--info h3 {
      font-weight: 500;
      display: inline-block;
      margin-bottom: 40px; }
  #rent .beta--info {
    background-color: #000; }
    #rent .beta--info .left, #rent .beta--info .right {
      width: 50%;
      float: left; }
      @media screen and (max-width: 668px) {
        #rent .beta--info .left, #rent .beta--info .right {
          width: 100%; } }
    #rent .beta--info .left {
      background-color: #f2efef;
      min-height: 400px; }
      #rent .beta--info .left .container--info {
        width: 100%;
        max-width: 480px;
        float: right;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 20px; }
        @media screen and (max-width: 480px) {
          #rent .beta--info .left .container--info {
            padding-right: 20px; } }
        #rent .beta--info .left .container--info span {
          display: block;
          float: left;
          margin-right: 2.35765%;
          width: 57.35098%; }
          #rent .beta--info .left .container--info span:last-child {
            margin-right: 0; }
          @media screen and (max-width: 768px) {
            #rent .beta--info .left .container--info span {
              display: block;
              float: left;
              margin-right: 2.35765%;
              width: 40.29137%; }
              #rent .beta--info .left .container--info span:last-child {
                margin-right: 0; } }
          @media screen and (max-width: 480px) {
            #rent .beta--info .left .container--info span {
              display: block;
              float: left;
              margin-right: 2.35765%;
              width: 100%; }
              #rent .beta--info .left .container--info span:last-child {
                margin-right: 0; } }
          #rent .beta--info .left .container--info span.first {
            padding-top: 20px; }
          #rent .beta--info .left .container--info span:nth-child(odd) {
            font-weight: 700;
            display: block;
            float: left;
            margin-right: 2.35765%;
            width: 31.76157%;
            margin-right: 0; }
            #rent .beta--info .left .container--info span:nth-child(odd):last-child {
              margin-right: 0; }
            @media screen and (max-width: 768px) {
              #rent .beta--info .left .container--info span:nth-child(odd) {
                display: block;
                float: left;
                margin-right: 2.35765%;
                width: 48.82117%; }
                #rent .beta--info .left .container--info span:nth-child(odd):last-child {
                  margin-right: 0; } }
    #rent .beta--info .right {
      background-color: #000000; }
      #rent .beta--info .right .container--info {
        width: 100%;
        max-width: 480px;
        float: left;
        height: 100%;
        padding-right: 20px; }
        @media screen and (max-width: 668px) {
          #rent .beta--info .right .container--info {
            max-width: 100%; } }
        #rent .beta--info .right .container--info .intresse-anmalan {
          padding: 10px 20px 20px 20px;
          color: white;
          text-align: center; }
          #rent .beta--info .right .container--info .intresse-anmalan h3 {
            padding-top: 10px;
            line-height: 2em;
            font-weight: 300; }
            @media screen and (max-width: 768px) {
              #rent .beta--info .right .container--info .intresse-anmalan h3 {
                font-size: 1.5em;
                padding-top: 100px; } }
            @media screen and (max-width: 668px) {
              #rent .beta--info .right .container--info .intresse-anmalan h3 {
                padding-top: 0px; } }
          #rent .beta--info .right .container--info .intresse-anmalan a {
            color: white; }
           .individuell_intresseanmalan {
            display: block;
            float: left;
            margin-right: 2.35765%;
            width: 100%; }
             .individuell_intresseanmalan:last-child {
              margin-right: 0; }
             .individuell_intresseanmalan label {
              display: block;
              float: left;
              margin-right: 2.35765%;
              width: 100%;
              text-align: left; }
              .individuell_intresseanmalan label:last-child {
                margin-right: 0; }
            .individuell_intresseanmalan input, .individuell_intresseanmalan textarea {
              margin: 0;
              font-size: 16px;
              appearance: none;
              box-shadow: none;
              border-radius: none;
              padding: 10px;
              border: solid 1px #dbdbdb;
              border-bottom: solid 2px #dbdbdb;
              transition: border 0.3s; }
            .individuell_intresseanmalan input:focus, .individuell_intresseanmalan textarea:focus {
                outline: 0;
                border-bottom: solid 2px black; }
            .individuell_intresseanmalan input, .individuell_intresseanmalan select {
              display: block;
              float: left;
              margin-right: 2.35765%;
              width: 100%;
              margin-bottom: 10px; }
              .individuell_intresseanmalan input:last-child, .individuell_intresseanmalan select:last-child {
                margin-right: 0; }
            .individuell_intresseanmalan textarea {
              display: block;
              float: left;
              margin-right: 2.35765%;
              width: 100%;
              margin-bottom: 10px;
              height: 150px; }
              .individuell_intresseanmalan textarea:last-child {
                margin-right: 0; }
            .individuell_intresseanmalan input[TYPE=button] {
              background-color: black;
              color: white;
              display: block;
              float: left;
              margin-right: 2.35765%;
              width: 48.82117%;
              float: right; }
              .beta--info .right .container--info .intresse-anmalan .individuell_intresseanmalan input[TYPE=button]:last-child {
                margin-right: 0; }
            @media screen and (max-width: 480px) {
              .individuell_intresseanmalan {
                padding: 0px 20px 30px 20px; } }
  #rent .more-images {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 100%;
    padding: 80px 0px; }
    #rent .more-images img {
        max-width:100%;
    }
    #rent .more-images:last-child {
      margin-right: 0; }
    #rent .more-images ul li {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 14.70196%; }
      #rent .more-images ul li:last-child {
        margin-right: 0; }
      #rent .more-images ul li:nth-child(6n) {
        margin-right: 0; }
      #rent .more-images ul li:nth-child(6n+1) {
        clear: left; }
      #rent .more-images ul li img {
        padding-bottom: 5px; }
      @media screen and (max-width: 668px) {
        #rent .more-images ul li {
          display: block;
          float: left;
          margin-right: 2.35765%;
          width: 23.23176%; }
          #rent .more-images ul li:last-child {
            margin-right: 0; }
          #rent .more-images ul li:nth-child(6n) {
            margin-right: 2.35765%; }
          #rent .more-images ul li:nth-child(6n+1) {
            clear: none; }
          #rent .more-images ul li:nth-child(4n) {
            margin-right: 0; }
          #rent .more-images ul li:nth-child(4n+1) {
            clear: left; }
          #rent .more-images ul li img {
            padding-bottom: 0px; } }
      @media screen and (max-width: 480px) {
        #rent .more-images ul li {
          display: block;
          float: left;
          margin-right: 2.35765%;
          width: 48.82117%; }
          #rent .more-images ul li:last-child {
            margin-right: 0; }
          #rent .more-images ul li:nth-child(4n) {
            margin-right: 2.35765%; }
          #rent .more-images ul li:nth-child(4n+1) {
            clear: none; }
          #rent .more-images ul li:nth-child(2n) {
            margin-right: 0; }
          #rent .more-images ul li:nth-child(2n+1) {
            clear: left; }
          #rent .more-images ul li img {
            padding-bottom: 0px; } }

/*-----------------------------------------------------------------------------------*/
/*	END RENT STYLES */
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	FOOTER STYLES */
/*-----------------------------------------------------------------------------------*/
footer {
  background-color: #9f170b;
  color: white;
  text-align: center;
  height: 30px; }

/*-----------------------------------------------------------------------------------*/
/*	END FOOTER STYLES */
/*-----------------------------------------------------------------------------------*/


/* OP? */
/* Top slider */
#op-slider-container {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden; }

#op-slider {
  position: relative;
  margin: 0;
  height: 100%;
  width: 100%; }

#op-slider-next, #op-slider-prev {
  width: 13px;
  height: 21px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 20;
  cursor: hand;
  cursor: pointer;
  padding: 15px; }

#op-slider-next {
  background: url(../img/slider-arrow-next.png) center no-repeat;
  right: -50px; }

#op-slider-prev {
  background: url(../img/slider-arrow-prev.png) center no-repeat;
  left: -50px; }

#op-slider-balls {
  bottom: -30px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 20; }

#op-slider-balls li {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-indent: -9999em;
  overflow: hidden;
  margin: 0 10px;
  filter: alpha(opacity=25);
  opacity: 0.25;
  cursor: pointer;
  cursor: hand; }

#op-slider-balls .opaque {
  filter: alpha(opacity=100);
  opacity: 1; }

.op-slider-label {
  position: absolute;
  left: 15px;
  bottom: -30px;
  font-family: futura;
  font-size: 16px;
  z-index: 20;
  color: #fff;
  background: url(../img/i.png) left center no-repeat;
  text-indent: 35px;
  height: 22px;
  line-height: 24px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); }

.op-slider-slide {
  height: 100%;
  width: 100%;
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.current {
  display: block;
  z-index: 10; }

.temp {
  display: block; }

.project-hover-overlay-logo {
  background-position: center center;
  background-repeat: no-repeat;
  bottom: 100px;
  left: 100px;
  position: absolute;
  right: 100px;
  text-indent: -9999em;
  top: 100px;
  background-size: contain; }
  @media screen and (max-width: 480px) {
    .project-hover-overlay-logo {
      bottom: 10px;
      left: 10px;
      right: 10px;
      top: 10px;
    }
  }

/* --------------------------------

PRODUCT PAGE DUM DUM DUUUUUM Components

-------------------------------- */
.cd-single-item {
  position: relative;
  background: #ffffff;
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 100%; }
  .cd-single-item:last-child {
    margin-right: 0; }

.cd-slider-wrapper {
  position: relative;
  z-index: 10;
  -webkit-transition: width 0.4s;
  -moz-transition: width 0.4s;
  -ms-transition: width 0.4s;
  -o-transition: width 0.4s;
  transition: width 0.4s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: width; }
  @media only screen and (min-width: 1024px) {
    .cd-slider-wrapper {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-top: 80px;
      margin-bottom: 100px; }
      .cd-slider-wrapper:last-child {
        margin-right: 0; }
      .cd-slider-active .cd-slider-wrapper {
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 100%;
        margin-bottom: 0px; }
        .cd-slider-active .cd-slider-wrapper:last-child {
          margin-right: 0; } }

.cd-slider {
  position: relative;
  z-index: 10;
  overflow: hidden; }
  .cd-slider::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none; }
  .cd-slider li {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s; }
    .cd-slider li img {
      display: block;
      width: 100%; }
    .cd-slider li.selected {
      position: relative;
      z-index: 20;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
    .cd-slider li.move-left {
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%); }
  @media only screen and (min-width: 1024px) {
    .cd-slider {
      cursor: pointer; }
      .cd-slider::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop'; }
      .cd-slider::after {
        /* slider cover layer - to indicate the image is clickable */
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.1) url("../img/cd-icon-zoom.svg") no-repeat center center;
        /* size of the icon */
        background-size: 48px;
        opacity: 0;
        z-index: 40;
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        -ms-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        transition: opacity 0.2s; }
      .no-touch .cd-slider:hover::after {
        opacity: 1; }
      .cd-slider-active .cd-slider {
        cursor: auto; }
        .cd-slider-active .cd-slider::after {
          display: none; } }

@media only screen and (min-width: 1024px) {
  .cd-slider-navigation li, .cd-slider-pagination {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
    -moz-transition: opacity 0.4s 0s, visibility 0s 0.4s;
    -ms-transition: opacity 0.4s 0s, visibility 0s 0.4s;
    -o-transition: opacity 0.4s 0s, visibility 0s 0.4s;
    transition: opacity 0.4s 0s, visibility 0s 0.4s; }
    .cd-slider-active .cd-slider-navigation li, .cd-slider-active .cd-slider-pagination {
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
      -moz-transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
      -ms-transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
      -o-transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
      transition: opacity 0.4s 0.4s, visibility 0s 0.4s; } }
.thumbnails {
  z-index: 100;
  position: absolute;
  bottom: -25px;
  left: 0;
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 100%;
  text-align: center; }
  .thumbnails:last-child {
    margin-right: 0; }
  .thumbnails img {
    max-width: 100px; }
  .thumbnails a {
    color: #bada55; }

.cd-slider-navigation li {
  position: absolute;
  z-index: 20;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .cd-slider-navigation li:first-of-type {
    left: 10px; }
  .cd-slider-navigation li:last-of-type {
    right: 10px; }
  .cd-slider-navigation li a {
    display: block;
    width: 48px;
    height: 48px;
    background: url("../img/cd-icon-arrow.svg") no-repeat center center;
    -webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.2s 0s, visibility 0s 0s;
    -ms-transition: opacity 0.2s 0s, visibility 0s 0s;
    -o-transition: opacity 0.2s 0s, visibility 0s 0s;
    transition: opacity 0.2s 0s, visibility 0s 0s;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; }
    .cd-slider-navigation li a.inactive {
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
      -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
      -ms-transition: opacity 0.2s 0s, visibility 0s 0.2s;
      -o-transition: opacity 0.2s 0s, visibility 0s 0.2s;
      transition: opacity 0.2s 0s, visibility 0s 0.2s; }
    .no-touch .cd-slider-navigation li a:hover {
      opacity: .7; }
  .cd-slider-navigation li:first-of-type a {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  @media only screen and (min-width: 1024px) {
    .cd-slider-navigation li:first-child {
      left: 30px; }
    .cd-slider-navigation li:last-child {
      right: 30px; } }

.cd-slider-pagination {
  /* you won't see this element in the html but it will be created using jQuery */
  display: none;
  position: absolute;
  z-index: 20;
  bottom: 30px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  *zoom: 1;
  visibility: hidden; }
  .cd-slider-pagination:before, .cd-slider-pagination:after {
    content: " ";
    display: table; }
  .cd-slider-pagination:after {
    clear: both; }
  .touch .cd-slider-pagination {
    visibility: hidden; }
  .cd-slider-pagination li {
    display: inline-block;
    float: left;
    margin: 0 5px; }
    .cd-slider-pagination li.selected a {
      background: #cccccc; }
  .cd-slider-pagination a {
    display: block;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 1px solid #cccccc;
    /* fix a bug in IE9/10 - transparent anchor not clickable */
    background-color: rgba(255, 255, 255, 0);
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; }

.cd-slider-wrapper .cd-close {
  display: none;
  position: absolute;
  z-index: 20;
  top: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  background: url("../img/cd-icon-close.svg") no-repeat center center;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: transform 0.3s 0s, visibility 0s 0.4s;
  -moz-transition: transform 0.3s 0s, visibility 0s 0.4s;
  -ms-transition: transform 0.3s 0s, visibility 0s 0.4s;
  -o-transition: transform 0.3s 0s, visibility 0s 0.4s;
  transition: transform 0.3s 0s, visibility 0s 0.4s; }
  .cd-slider-active .cd-slider-wrapper .cd-close {
    visibility: visible;
    opacity: 1;
    -webkit-transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s;
    -moz-transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s;
    -ms-transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s;
    -o-transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s;
    transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s; }
  .no-touch .cd-slider-active .cd-slider-wrapper .cd-close:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  @media only screen and (min-width: 1024px) {
    .cd-slider-wrapper .cd-close {
      display: block; } }

.cd-item-info {
  margin-top: 80px; }
  @media screen and (max-width: 768px) {
    .cd-item-info {
      margin-top: 40px;
      padding: 0px 20px 40px 20px; } }
  .cd-item-info h2 {
    text-transform: uppercase;
    font-size: 2em; }
    @media screen and (max-width: 768px) {
      .cd-item-info h2 {
        text-align: center; } }
  .cd-item-info h4 {
    text-transform: uppercase;
    font-weight: 300;
    line-height: 2em; }
    @media screen and (max-width: 768px) {
      .cd-item-info h4 {
        text-align: center; } }
    @media screen and (max-width: 480px) {
      .cd-item-info h4 {
        line-height: 1em;
        padding-top: 20px; } }
  .cd-item-info p {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-right: 0;
    line-height: 1.25;
    margin: .75em 0;
    text-align: justify; }
    .cd-item-info p:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .cd-item-info p {
        text-align: center;
        margin-left: 8.5298%; } }
  .cd-item-info ul {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-right: 0;
    line-height: 1.25;
    margin: 0 0 1em 0;
    text-align: justify; }
    .cd-item-info ul:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .cd-item-info ul {
        text-align: center;
        margin-left: 8.5298%; } }
  .cd-item-info button {
    border: 0px; }
  @media only screen and (min-width: 1024px) {
    .cd-item-info {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-right: 0;
      /*
      		position: absolute;
      		width: 50%;
      		top: 80px;
      		right: 0;
      		padding: 10px 20px 0;
      		margin: 0;
      */ }
      .cd-item-info:last-child {
        margin-right: 0; } }
  @media only screen and (min-width: 1024px) and (max-width: 768px) {
    .cd-item-info {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 100%; }
      .cd-item-info:last-child {
        margin-right: 0; } }

  .cd-item-info .price {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-right: 0;
    background-color: #f5f5f5;
    padding: 10px 10px;
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 700; }
    .cd-item-info .price:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .cd-item-info .price {
        font-size: 48px;
        line-height: 1em;
        text-align: center;
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 100%; }
        .cd-item-info .price:last-child {
          margin-right: 0; } }
    .cd-item-info .price .usedToBe {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0;
      font-size: 16px;
      text-decoration: line-through;
      color: #ccc;
      font-weight: 500;
      line-height: 1.25em; }
      .cd-item-info .price .usedToBe:last-child {
        margin-right: 0; }
  .cd-item-info .selector {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }
    .cd-item-info .selector:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .cd-item-info .selector {
        text-align: center;
        display: block;
        float: left;
        margin-right: 2.35765%;
        width: 100%;
        margin-right: 0; }
        .cd-item-info .selector:last-child {
          margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .cd-item-info .button {
      text-align: center;
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin-left: 34.11922%;
      margin-right: 0;
      margin-bottom: 40px;
      margin-top: 20px; }
      .cd-item-info .button:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) and (max-width: 480px) {
    .cd-item-info .button {
      margin-left: 0%;
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0; }
      .cd-item-info .button:last-child {
        margin-right: 0; } }

.picker {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 31.76157%;
  position: relative;
  overflow: hidden;
  border: 1px solid #000;
  height: 40px; }
  .picker:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .picker {
      display: block;
      float: left;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .picker:last-child {
        margin-right: 0; } }
  .picker:after {
    content: "\25BE";
    z-index: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    font-size: 21px;
    color: #fff;
    text-align: center;
    padding-top: 5px;
    background-color: #000; }
  .picker:first-child {
    margin-left: 0; }
  .picker select {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    display: block;
    min-width: 100%;
    width: 100%;
    height: 40px;
    padding: 6px 45px 6px 15px;
    color: #000;
    border: none;
    background: transparent;
    outline: none;
    -webkit-appearance: none;
    z-index: 1;
    cursor: pointer; }
  .picker select::-ms-expand {
    display: none; }

.cd-item-info-inactive {
  display: none !important;
  visibility: hidden; }
