
@font-face {font-family: 'Museo-900';src: url('webfonts/2D9AB1_0_0.eot');src: url('webfonts/2D9AB1_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2D9AB1_0_0.woff2') format('woff2'),url('webfonts/2D9AB1_0_0.woff') format('woff'),url('webfonts/2D9AB1_0_0.ttf') format('truetype');}
@font-face {font-family: 'Museo-700';src: url('webfonts/2D9AB1_1_0.eot');src: url('webfonts/2D9AB1_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2D9AB1_1_0.woff2') format('woff2'),url('webfonts/2D9AB1_1_0.woff') format('woff'),url('webfonts/2D9AB1_1_0.ttf') format('truetype');}  
@font-face {font-family: 'Museo-500';src: url('webfonts/2D9AB1_4_0.eot');src: url('webfonts/2D9AB1_4_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2D9AB1_4_0.woff2') format('woff2'),url('webfonts/2D9AB1_4_0.woff') format('woff'),url('webfonts/2D9AB1_4_0.ttf') format('truetype');}
@font-face {font-family: 'Museo-300';src: url('webfonts/2D9AB1_2_0.eot');src: url('webfonts/2D9AB1_2_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2D9AB1_2_0.woff2') format('woff2'),url('webfonts/2D9AB1_2_0.woff') format('woff'),url('webfonts/2D9AB1_2_0.ttf') format('truetype');}


@-webkit-keyframes hover {
  from {
    -webkit-transform: translate(calc(-100% - 32px), -50%) rotate(180deg);
            transform: translate(calc(-100% - 32px), -50%) rotate(180deg);
  }
  to {
    -webkit-transform: translate(calc(-100% - 16px), -50%) rotate(180deg);
            transform: translate(calc(-100% - 16px), -50%) rotate(180deg);
  }  
}
@keyframes hover {
  from {
    -webkit-transform: translate(calc(-100% - 32px), -50%) rotate(180deg);
    transform: translate(calc(-100% - 32px), -50%) rotate(180deg);
    -ms-transform: translate(-150px, -22px) rotate(180deg);
  }
  to {
    -webkit-transform: translate(calc(-100% - 16px), -50%) rotate(180deg);
    transform: translate(calc(-100% - 16px), -50%) rotate(180deg);
    -ms-transform: translate(-134px, -22px) rotate(180deg);
  }  
}

@-webkit-keyframes hover-reverse {
  from {
    -webkit-transform: translate(32px, -50%) rotate(0deg);
    transform: translate(32px, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(16px, -50%) rotate(0deg);
    transform: translate(16px, -50%) rotate(0deg);
  }
}
@keyframes hover-reverse {
  from {
    -webkit-transform: translate(32px, -50%) rotate(0deg);
    transform: translate(32px, -50%) rotate(0deg);
    -ms-transform: translate(32px, -21px) rotate(0deg);
  }
  to {
    -webkit-transform: translate(16px, -50%) rotate(0deg);
    transform: translate(16px, -50%) rotate(0deg);
    -ms-transform: translate(16px, -21px) rotate(0deg);
  }
}


html, body { height: 100%; font-size: 100%; }
html { }
body {
	overflow-y: scroll;
	font-size: 62.5%;
	line-height: 1;
	font-family: 'Museo-300', serif;
	font-weight: normal;
	-webkit-tap-highlight-color: rgba(255,255,255, 0.1);
	-webkit-font-smoothing: antialiased;
}
body {
  background: #F9DAE2;
}

h1, h2 {
  font-size: 60px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  position: relative;
  text-rendering: optimizeLegibility;
}

h3 {
  font-family: 'Museo-500';
  font-size: 24px;
  margin: 30px 0 30px 0;
  font-weight: normal;
}

h1:before,
h2:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 160px;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background-image: url(../img/_new/ornament.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50% 50%;
}

.lt-ie10 h1:before {
  background-size: auto 80px;
}

h2:before {
  height: 155px;
  background-image: url(../img/_new/blomma.svg);
}

.lt-ie10 h2:before {
  background-size: auto 78px;
}

ul { list-style-type: none; margin: 0; padding: 0; }
p { margin: 0; padding: 0; }


.container {
	overflow: hidden; margin: 0 auto;
	width: 100%;
}
.site-wrapper {
	height: auto;
	min-height: 100%;
	opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.span12 { width: 100%; }
.after-load {
	opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.statement-container li {
	margin-top: 5px;
	font-size: 18px;
	line-height: 1.4;
	cursor: pointer;
	z-index: 1;
  text-align: center;
}

.like,
.dislike {
  font-family: 'Museo-500';
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  padding: 13px 14px;
  box-sizing: border-box;
}

strong {
  font-family: 'Museo-700';
  color: #000;
}

.statement-container li.first-statement { margin-top: 0; }

.social-plugins { width: 405px; margin: 0 auto; margin-top: 20px; padding-bottom: 40px; }
.fb-like { float: right; }
.twitter-share-button { float: right; }


.site-logo { display: none; position: absolute; right: 0; bottom: 0; }


.result-logo { background: #fff; padding: 20px 30px; text-align: right; }


.statement-container li { width: auto; height: 69px; }
.statement-container ul { width: 284px; margin: 0 auto; padding: 10px 12px; box-sizing: border-box; background: rgba(255, 255, 255, .3);}
.droppable-top .top-bottom-container,
.droppable-bottom .top-bottom-container { width: 376px; height: 89px; }

.droppable-top .top-bottom-container,
.droppable-bottom .top-bottom-container { width: 376px; height: 89px; position: absolute; }

.droppable-top .top-bottom-container { bottom: 0; left: 50%; margin-left: -130px; }
.droppable-bottom .top-bottom-container { top: 0; left: 50%; margin-left: -130px; }

.droppable-top .top-bottom-container img { display: block; margin: 0 auto; margin-top: -80px; }
.droppable-bottom .top-bottom-container img { margin-top: 80px; }

.top-bottom-container img {
width: 70%;
height: auto;
margin-top: 5px; }

.top-bottom-container .like,
.top-bottom-container .dislike {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}








.droppable-top,
.droppable-bottom { position: relative; }

.statement-container li.dropped-top,
.statement-container li.dropped-bottom { cursor: default; }

.statement-container li.dropped-top span,
.statement-container li.dropped-bottom span { color: #000; }

.dropped-top span,
.dropped-bottom span {
  color: #fff;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.dropped-highlight {
  -webkit-transition: background 0.4s ease-in-out;
  -moz-transition: background 0.4s ease-in-out;
  -ms-transition: background 0.4s ease-in-out;
  -o-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
}

.dropped-highlight .top-bottom-container .like,
.dropped-highlight .top-bottom-container .dislike { background: none; }

.dropped-highlight .top-bottom-container img {
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.draggable span { display: block; padding: 10px 20px 0 20px; }

.droppable-top .top-bottom-container,
.droppable-bottom .top-bottom-container { width: 260px; height: 69px; }

.top-bottom-container { text-align: center; }

.statement-id-0 .top-bottom-container {
  background: #00b49d;
}
.statement-id-1 .top-bottom-container {
  background: #1771a3;
}
.statement-id-2 .top-bottom-container {
  background: #e7a614;
}
.statement-id-3 .top-bottom-container {
  background: #9ac2b9;
}


/*
 * Start slide
 *
 */

.start-container {
	position: relative;
	text-align: center;
	padding: 0 40px;
}

.start-cirkel { position: absolute; top: 0; left: 60px; z-index: 9999; }
.start-cirkel a { display: block; }
.start-cirkel img {
  width: 200px;
  height: 237px;
}
.start-heading { padding: 0 0 45px 0; }
.start-heading img { margin: 0 auto; margin-bottom: 10px; max-width: 300px; height: auto; }
.start-heading img:last-child { display: block; max-width: 150px; height: auto; }

.lt-ie9 .start-heading img { width: 275px; height: 255px; }

.start-action {
  position: relative;
  width: 145px;
  margin: auto;
}

.start-action:before,
.result-share-button-container:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 118px;
  height: 43px;
  background: url(../img/_new/arrow.svg) center center no-repeat;
  -webkit-transform: translate(calc(-100% - 32px), -50%) rotate(180deg);
  transform: translate(calc(-100% - 32px), -50%) rotate(180deg);
  -ms-transform: translate(-150px, -21px) rotate(180deg);

  -webkit-animation: ease-in-out hover 1s infinite alternate;
  animation: ease-in-out hover 1s infinite alternate;
}

.lt-ie10 .start-action:before {
  background: url(../img/_new/arrow.png) center center no-repeat;
}



.start-action:after,
.result-share-button-container:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  width: 118px;
  height: 43px;
  background: url(../img/_new/arrow.svg) center center no-repeat;
  -webkit-transform: translate(32px, -50%) rotate(0deg);
  transform: translate(32px, -50%) rotate(0deg);
  -ms-transform: translate(32px, -21px) rotate(0deg);

  -webkit-animation: ease-in-out hover-reverse 1s infinite alternate;
  animation: ease-in-out hover-reverse 1s infinite alternate;
  backface-visibility: hidden;
}


.try-again { width: 145px; margin: auto;}
.start-action-button,
.result-button-try-again {
  position: relative;
  font-family: 'Museo-900';
  display: block;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  padding: 15px 0;
  border-radius: 10px;
  background: #00b49d;
}
.start-action-button:after {
  content: '';
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  width: 100%;
  height: 25px;
  background: url(../img/_new/ornament2.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  pointer-events: none;
}
.start-action-button img { max-width: 85%; height: auto; }
.lt-ie9 .start-action-button img { width: 233px; height: 50px; }

section.start {
  background: #F9DAE2;
}



/*
 * Pre-result Slide
 *
 */

.pre-result-container { position: relative; text-align: center; }
.pre-result-heading { padding: 253px 0 25px 0; }
.pre-result-action { padding: 0 0 59px 0; }
.pre-result-action-button {
  width: 150px;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 19px 0 16px 0;
  border-radius: 20px;
}

.pre-result-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}



/*
 * Result Slide
 *
 */

.result-container { position: relative; text-align: center; }
.result-furniture {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.result-furniture.visible {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.result-furniture.portrait {
  top: 160px;
  left: calc(50% + 360px);
}

.result-furniture.portrait-small {
  bottom: 0;
  left: calc(50% + 330px);
}

.result-furniture.landscape {
  bottom: 0;
  left: calc(50% + 280px);
}

.lt-ie8 .result-container { zoom: 1; }
.result-container img { max-width: 100%; height: auto; }
.result-cirkel { position: absolute; top: 15px; left: 15px; }
.result-cirkel img {
	width: 80px; height: auto;
}
.result-heading { width: 650px; margin: 0 auto; padding: 152px 0 30px 0; }

.result-description { margin: 0 auto; text-align: left; width: 640px; }
.result-description p { font-size: 24px; line-height: 1.4; text-align: center; }
.result-description a,
.result-readmore { font-size: 1.8em; display: inline-block; padding-top: 20px; padding-bottom: 20px; color: #fff; text-decoration: none; padding-right: 45px; }
.result-description a.result-readmore,
.result-readmore { padding-right: 0; background: none; }

.result-description-read-more { display: none; }
.result-description-read-more h2 { font-size: 1.8em; font-weight: bold; margin: 15px 0 5px 0; color: #fff; }

.result-buttons { 
	padding: 15px 0;
	border-top: 1px solid transparent;
	border-top: 1px solid rgba(255,255,255, 0.2);
	border-bottom: 1px solid transparent;
	border-bottom: 1px solid rgba(0,0,0, 0.2); }

.result-buttons-wrap { width: 269px; margin: 0 auto; }


.result-button-read-more {
	display: block;
	float: left;
	margin-left: 20px;
	width: 110px;
	height: 51px;
	background-size: 100% auto; }

.result-button-twitter,
.result-button-fb,
.result-button-insta,
.result-button-mail { display: inline-block; width: 42px; height: 42px; }



/*
 * Progress Indicator
 *
 */

.progress-indicator { position: absolute; width: 100%; bottom: 25px; left: 0; height: 22px; background-color: transparent; padding-top: 8px; }
.progress-indicator ul {
	margin: 0 auto;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.progress-indicator li {
  float: left;
  width: 25px;
  height: 23px;
  background: transparent url(../img/_new/progress-indicator.svg) top left no-repeat; margin-left: 9px;
}
.progress-indicator li.progress-indicator-active {
  background-position: 0 100%;
}
.hide-progress-indicator {
display: none;
}



.result-button-twitter {
  background: transparent url(../img/_new/twitter.svg) center center no-repeat;
}

.result-button-fb {
  background: transparent url(../img/_new/facebook.svg) center center no-repeat;
}


.result-button-insta {
  background: transparent url(../img/_new/instagram.svg) center center no-repeat;
}

.result-button-mail {
  background: transparent url(../img/_new/mail.svg) center center no-repeat;
}



.result-share-heading {
	text-align: left;
	font-size: 1.6em;
	line-height: 1.375em; }

.result-share-wrap { margin: 0 auto; width: 440px; margin-bottom: 50px; }
.result-share-wrap > img { max-width: 100%; height: auto; }

.result-share-button-container {
  position: relative;
  display: inline-block;
}

.result-share-button-container a {
  margin-left: 0;
}

.result-share-button-container a:last-child {
  margin-left: 0;
}



/*
 * Statement Slides
 *
 */


section .droppable-top { background: url(../img/_new/skap.svg) center calc(100% + 390px) no-repeat; }
section .droppable-bottom { background: url(../img/_new/skap.svg) center -480px no-repeat; }



.droppable-hover .top-bottom-container {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.statement-container li { background: #fff; }

.statement-id-0 {
  background: #00b49d;
}
.statement-id-1 {
  background: #1771a3;
}
.statement-id-2 {
  background: #e7a614;
}
.statement-id-3 {
  background: #9ac2b9;
}

.statement-container li.bubble-loading { background: transparent; }
.statement-container li.bubble-loading span { display: none; }

.body-slide-id-1 .progress-indicator {
  background-color: transparent;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.body-slide-id-16 .progress-indicator { background-color: transparent; }


/*
 * Media Queries
 *
 */

@media (max-width: 767px) {
  h1, h2 {
    font-size: 34px;
  }
  h2 {
    font-size: 24px;
  }
  h2:before {
    display: none;
  }
  h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  h1:before {
    height: 130px;
  }

  .progress-indicator li.progress-indicator-active {
    background-position: bottom center;
  }

  .start-action,
  .try-again { width: 125px; }

  section .droppable-top {
    background-size: 306px auto;
  }
  section .droppable-bottom {
    background-size: 306px auto;
    background-position: center -435px;
  }

	.droppable-bottom .top-bottom-container,
  .droppable-top .top-bottom-container { width: 230px; height: 46px; }

	.statement-container ul { width: 254px; padding-top: 5px; }

	.statement-container li {
		width: auto;
		height: 46px;
		font-size: 1.54em;
		line-height: 1.1333;
	}
	.draggable span { display: block; padding: 9px 25px 0 15px; }

  @-webkit-keyframes hover {
    from {
      -webkit-transform: translate(calc(-100% - 16px), -50%) rotate(180deg);
              transform: translate(calc(-100% - 16px), -50%) rotate(180deg);
    }
    to {
      -webkit-transform: translate(calc(-100% - 8px), -50%) rotate(180deg);
              transform: translate(calc(-100% - 8px), -50%) rotate(180deg);
    }
  }
  @keyframes hover {
    from {
      -webkit-transform: translate(calc(-100% - 16px), -50%) rotate(180deg);
              transform: translate(calc(-100% - 16px), -50%) rotate(180deg);
    }
    to {
      -webkit-transform: translate(calc(-100% - 8px), -50%) rotate(180deg);
              transform: translate(calc(-100% - 8px), -50%) rotate(180deg);
    }
  }




  @-webkit-keyframes hover-reverse {
    from {
      -webkit-transform: translate(16px, -50%);
              transform: translate(16px, -50%);
    }
    to {
      -webkit-transform: translate(8px, -50%);
              transform: translate(8px, -50%);
    }
  }
  @keyframes hover-reverse {
      from {
        -webkit-transform: translate(16px, -50%);
                transform: translate(16px, -50%);
      }
      to {
        -webkit-transform: translate(8px, -50%);
                transform: translate(8px, -50%);
      }
  }




  .start-action:before,
  .start-action:after,
  .result-share-button-container:before,
  .result-share-button-container:after {
    width: 59px;
    height: 22px;
    background-size: 100% 100%;
    -webkit-transform: translate(calc(-100% - 16px), -50%) rotate(180deg);
    -ms-transform: translate(calc(-100% - 16px), -50%) rotate(180deg);
    -ms-transform: translateX(-100%) translateX(-16px) translateY(-50%) rotate(180deg);
    transform: translate(calc(-100% - 16px), -50%) rotate(180deg);
  }

  .start-action:after,
  .result-share-button-container:after {
    -webkit-transform: translate(16px, -50%);
    -ms-transform: translate(16px, -50%);
    transform: translate(16px, -50%);
  }

  .result .start-action:before,
  .result .start-action:after,
  .result .result-share-button-container:before,
  .result .result-share-button-container:after {
    width: 47px;
    height: 17px;
    background-size: 100% 100%;
    -webkit-transform: translate(calc(-100% - 8px), -50%) rotate(180deg);
    /*-ms-transform: translate(calc(-100% - 8px), -50%) rotate(180deg);*/
    -ms-transform: translateX(-100%) translateX(-8px) translateY(-50%) rotate(180deg);
    transform: translate(calc(-100% - 8px), -50%) rotate(180deg);
  }

  .result .start-action:after,
  .result .result-share-button-container:after {
    -webkit-transform: translate(8px, -50%);
    -ms-transform: translate(8px, -50%);
    transform: translate(8px, -50%);
  }
}

@media (max-width: 767px) {

.start-action-button,
.result-description p,
.result-second-third p,
.result-second-third h2,
.result-description a,
.result-description-read-more h2,
.result-button-try-again { font-size: 1.6em;}

.result-second-third h2,
.result-description-read-more h2 { line-height: 1.3; }

.result-second-third > div > h2 {
  background-position: right 2px;
  background-size: 18px auto;
  padding: 16px 0;
}

.container {
	height: auto; min-height: 100%;
}

.start-heading {
  padding: 0 0 20px 0;
}
.start-heading img {
  max-width: 90%;
}

.like,
.dislike {
  font-size: 16px;
  padding: 7px 14px;
}

.droppable-top .top-bottom-container img { margin-top: 0; }
.droppable-bottom .top-bottom-container img { margin-top: 1px; }

.dropped-highlight .top-bottom-container img {
  display: none;
}

.statement-container li.bubble-loading { background-image: none; }

.body-slide-id-17 .start-cirkel { display: block; }

	.container { width: auto; margin-top: 0; border: none; }
	.site-wrapper {
		height: auto;
	}
	.span12 {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.statement-container,
	.start-container,
	.pre-result-container {
		box-sizing: border-box;
		width: 100%;
		margin: 0;
	}

	.start-action { max-width: 100%; padding: 0; }
  .result-button-try-again { max-width: 100%; padding: 18px 0; }
  .start-action-button,
  .result-button-try-again { padding: 16px; }

	.result-read-more { width: auto; padding: 15px 20px; }
	.result-read-more p { font-size: 1.3em; line-height: 1.2143; }
	.result-read-more h2 { font-size: 1.3em; }

	.droppable-top .top-bottom-container { bottom: 5px; left: 50%; margin-left: -115px; }
	.droppable-bottom .top-bottom-container { top: 5px; left: 50%; margin-left: -115px; }

	.top-bottom-container img { margin-top: 2px; }

	.start-container,
	.pre-result-container {
		padding: 0 20px;
	}
  .start-cirkel { left: 20px; }
	.start-cirkel img,
	.result-cirkel img {
		width: 90px;
		height: auto;
	}

  .start-heading img:last-child {
    max-width: 80px;
    height: auto;
  }

	.result-logo img { width: 109px; height: auto; }

	.result-heading { width: auto; padding: 30px 20px 20px 20px; }
	.result-description { width: auto; line-height: 1.2143; padding: 0 20px; }
	.result-share-wrap { width: auto; margin-bottom: 30px; }
  .result-share { padding-left: 20px; padding-right: 20px; }

  .result-second-third { width: auto; padding-right: 20px; padding-left: 20px; }

	/*
	 * Progress Indicator
	 *
	 */

	.progress-indicator { bottom: 15px; height: 12px; background: transparent; padding-top: 0; }
	.progress-indicator li {
    float: left;
    width: 13px;
    height: 11px;
    margin-left: 9px;
    background-size: 25px 23px;
    background-position: top center;
  }

}




.ui-draggable {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1) translate3d(0,0,0);
          transform: scale(1, 1) translate3d(0,0,0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-shadow: none;
  -webkit-transition: -webkit-transform .2s ease-out, box-shadow .2s ease-out;
          transition: transform .2s ease-out, box-shadow .2s ease-out;
}

.ui-draggable.ui-draggable-dragging {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05) transform3d(0,0,0);
  -ms-transform: scale(1.05, 1.05) transform3d(0,0,0);
          transform: scale(1.05, 1.05) transform3d(0,0,0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
  -webkit-transition: -webkit-transform .2s ease-out, box-shadow .2s ease-out;
          transition: transform .2s ease-out, box-shadow .2s ease-out;
  z-index: 1000;
}

.lt-ie10 .flex-active-slide .top-like.fokus,
.lt-ie10 .flex-active-slide .bottom-dislike.fokus {
  opacity: 0.5;
}

.flex-active-slide .top-like.fokus {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: fokus .4s ease-out 1 normal;
          animation: fokus .4s ease-out 1 normal;
}

.flex-active-slide .bottom-dislike.fokus {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: fokus .4s ease-out 250ms 1 normal;
          animation: fokus .4s ease-out 250ms 1 normal;
}

.flex-active-slide .dropped-highlight .fokus {
  -webkit-animation: none;animation: none;
}

@-webkit-keyframes fokus {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform: scale(1, 1) transform3d(0,0,0);
            transform: scale(1, 1) transform3d(0,0,0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  50% {
    background: rgba(255, 255, 255, .4);
    -webkit-transform: scale(1.03, 1.03);
            transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03) transform3d(0,0,0);
            transform: scale(1.03, 1.03) transform3d(0,0,0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform: scale(1, 1) transform3d(0,0,0);
            transform: scale(1, 1) transform3d(0,0,0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
@keyframes fokus {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform: scale(1, 1) transform3d(0,0,0);
            transform: scale(1, 1) transform3d(0,0,0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  50% {
    background: rgba(255, 255, 255, .4);
    -webkit-transform: scale(1.03, 1.03);
            transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03) transform3d(0,0,0);
            transform: scale(1.03, 1.03) transform3d(0,0,0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform: scale(1, 1) transform3d(0,0,0);
            transform: scale(1, 1) transform3d(0,0,0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

.furniture-green,
.furniture-pink,
.furniture-yellow {
  position: absolute;
  top: 50%;
  left: 50%;
}

.furniture-green {
  -webkit-transform: translate(calc(-50% - 360px), calc(-100% + 310px));
  -ms-transform: translateX(-50%) translateX(-360px) translateY(-100%) translateY(310px);
  transform: translate(calc(-50% - 360px), calc(-100% + 310px));
}

.furniture-pink {
  -webkit-transform: translate(calc(-50% + 360px), calc(-100% + 310px));
  /*-ms-transform: translate(calc(-50% + 360px), calc(-100% + 310px));*/
  -ms-transform: translateX(-50%) translateX(360px) translateY(-100%) translateY(310px);
  transform: translate(calc(-50% + 360px), calc(-100% + 310px));
}

.furniture-yellow {
  -webkit-transform: translate(calc(-50% + 450px), calc(-100% + 311px));
  /*-ms-transform: translate(calc(-50% + 450px), calc(-100% + 311px));*/
  -ms-transform: translateX(-50%) translateX(450px) translateY(-100%) translateY(311px);
  transform: translate(calc(-50% + 450px), calc(-100% + 311px));
}

@media(max-width: 1024px) {
  .furniture-green,
  .furniture-yellow,
  .furniture-pink {
    display: none;
  }
  .body-slide-id-1 .start-cirkel { display: none; }
  .pre-result-loader img {
    width: 50%; height: auto;
  }
}

@media(max-width: 1023px) {
  .result-furniture {
    position: static;
    margin-top: 30px;
    padding: 0 20px;
  }
  .result-furniture.portrait {
    left: calc(50% + 330px);
  }
  .result-furniture.portrait-small {
    left: calc(50% + 315px);
  }
}

@media(min-width: 769px) {
  .result-furniture.portrait,
  .result-furniture.portrait-small,
  .result-furniture.landscape {
    margin-right: 30px;
  }
}