.arrowAnimation {
  -moz-animation-name: slider;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: ease-in;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-name: slider;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-name: slider;
  -ms-animation-duration: 1s;
  -ms-animation-timing-function: ease-in;
  -ms-animation-iteration-count: infinite;
  animation-name: slider;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
}
@-moz-keyframes slider {
  0% {
    margin-left: 0;
    margin-right: 10px;
  }
  50% {
    margin-left: 10px;
    margin-right: 0;
  }
  100% {
    margin-left: 0;
    margin-right: 10px;
  }
}
@-webkit-keyframes slider {
  0% {
    margin-left: 0;
    margin-right: 10px;
  }
  50% {
    margin-left: 10px;
    margin-right: 0;
  }
  100% {
    margin-left: 0;
    margin-right: 10px;
  }
}
@-ms-keyframes slider {
  0% {
    margin-left: 0;
    margin-right: 10px;
  }
  50% {
    margin-left: 10px;
    margin-right: 0;
  }
  100% {
    margin-left: 0;
    margin-right: 10px;
  }
}
@-o-keyframes slider {
  0% {
    margin-left: 0;
    margin-right: 10px;
  }
  50% {
    margin-left: 10px;
    margin-right: 0;
  }
  100% {
    margin-left: 0;
    margin-right: 10px;
  }
}
/*
    green-orange			Green: #67bd29 / Orange: #ec7225
    blue-orange			Blue: #0091a0  / Orange: #ec7225
    orange-purple			Orange: #ec7225 / Purple: #8d3a7c
    purple-blue				Purple: #8d3a7c / Blue: #0091a0
    red-blue				Red: #cd0921 / Blue: #0091a0
*/
.green-orange {
  background-color: #67bd29;
}
.green-orange .calltoaction {
  background-color: #67bd29;
}
.blue-orange {
  background-color: #0091a0;
}
.blue-orange .calltoaction {
  background-color: #0091a0;
}
.orange-purple {
  background-color: #ec7225;
}
.orange-purple .calltoaction {
  background-color: #ec7225;
}
.purple-blue {
  background-color: #8d3a7c;
}
.purple-blue .calltoaction {
  background-color: #8d3a7c;
}
.red-blue {
  background-color: #cd0921;
}
.red-blue .calltoaction {
  background-color: #cd0921;
}
.sprite {
  background-repeat: no-repeat;
}
.borderbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix {
  content: '.';
  clear: both;
  display: block;
  text-indent: -10000px;
}
@font-face {
  font-family: 'Scandic';
  src: url('../fonts/populaireforscandicbeta-webfont.eot');
  src: url('../fonts/populaireforscandicbeta-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/populaireforscandicbeta-webfont.woff') format('woff'), url('../fonts/populaireforscandicbeta-webfont.ttf') format('truetype'), url('../fonts/populaireforscandicbeta-webfont.svg#DummyfontRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.normal {
  margin-top: 0;
  margin-left: 0;
}
body {
  color: #fff;
  margin: 0;
  padding: 0;
  font-family: 'Scandic';
  text-transform: uppercase;
  overflow: hidden;
}
em {
  font-style: normal;
  color: #fff;
}
.frame {
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.step1,
.step2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.step1 .text:after,
.step2 .text:after {
  content: '.';
  clear: both;
  display: block;
  text-indent: -10000px;
}
.step1 .hotel:before,
.step2 .hotel:before {
  content: '- ';
}
.step1 strong,
.step2 strong {
  font-weight: normal;
}
.calltoaction {
  color: #fff;
  padding: 0 10px;
  display: inline-block;
  clear: left;
  text-decoration: none;
}
.calltoaction > span {
  font-size: 20px!important;
  line-height: 20px!important;
  white-space: nowrap;
}
.calltoaction .arrow {
  display: inline-block;
  -moz-animation-name: slider;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: ease-in;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-name: slider;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-name: slider;
  -ms-animation-duration: 1s;
  -ms-animation-timing-function: ease-in;
  -ms-animation-iteration-count: infinite;
  animation-name: slider;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
}
.price {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  width: 100px;
  height: 100px;
  text-align: center;
}
.price .price-holder {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100px;
  height: 100px;
}
.price em {
  color: #fff;
  line-height: 90%;
}
.price span {
  line-height: 90%;
}
.price span,
.price em {
  display: block;
}
.frame {
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.calltoaction {
  background-position: 0 -370px;
  height: 35px;
  line-height: 35px;
  font-size: 28px;
  margin-top: 6px;
}
.calltoaction > span {
  font-size: 26px!important;
  line-height: 37px!important;
}
.arrow {
  background-position: 0 -415px;
  width: 37px;
  height: 16px;
  margin-bottom: 2px;
}
.alternate {
  margin-top: -360px;
}
.step1,
.step2,
.frame {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 250px;
  height: 360px;
}
.price {
  top: 12px;
  right: 13px;
}
.step1 {
  padding: 56px 5px 50px 20px;
}
.step2 {
  padding: 43px 5px 50px 20px;
}
.step2 .text .city {
  display: block;
  clear: left;
}
.step2 .text .hotel {
  display: block;
}
.step2 .text .citybreak {
  display: none;
}
