/* COLORS 
    #03dfe2
    #2e3842
    #f8677a
    #37b147
*/

@import url('font-awesome.min.css');
@import url('flaticon.css');
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,600);
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700);

/* RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*****************/

/* FLATICON */
.fi {
  display: inline-block;
  font: normal normal normal 14px/1 Flaticon;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
[class^='flaticon-']:before,
[class*=' flaticon-']:before,
[class^='flaticon-']:after,
[class*=' flaticon-']:after {
  font-family: Flaticon;
  font-style: normal;
}
.fi.fi-2x {
  font-size: 2em;
}
.fi.fi-3x {
  font-size: 3em;
}
.fi.fi-4x {
  font-size: 4em;
}
.fi.fi-5x {
  font-size: 5em;
}
.fi.fi-6x {
  font-size: 6em;
}
/************/

html,
body {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  min-height: 100%;
  height: 100%;
  min-width: 320px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #666;
  line-height: 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-display: swap;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

input,
button,
textarea,
select {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  outline: none;
  font-display: swap;
}

strong,
.strong {
  font-weight: bold;
}

ol {
  position: relative;
  list-style: decimal;
  margin-left: 1.5rem;
}

h1,
.big-title {
  font-size: 2.4rem;
  margin-bottom: 10px;
  line-height: 1.25em;
}

h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  line-height: 1.25em;
}

h3 {
  font-size: 1.75rem;
  margin-bottom: 10px;
  line-height: 1.25em;
}

h4 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  line-height: 1.25em;
}

h5 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  line-height: 1.25em;
}

.dis-i-b {
  display: inline-block;
}

.s-title {
  font-family: 'Oswald';
  letter-spacing: 0.25px;
}

.text-small {
  font-size: 0.9rem;
}

.text-normal {
  font-size: 1rem;
  font-weight: normal;
  text-decoration: none;
  line-height: 1.25rem;
}

.text-big {
  font-size: 1.2rem;
}

.text-small {
  font-size: 0.8rem;
}

.block {
  width: 100% !important;
  padding: 2rem 0;
}

.w100 {
  width: 100%;
}

.container,
.container-lg,
.container-md {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.container-lg {
  max-width: 1200px;
}
.container-md {
  max-width: 1024px;
}

.center {
  position: relative;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

small {
  font-size: 0.8rem;
}

.l-h-1 {
  line-height: 1rem;
}

.m-t-xs {
  margin-top: 0.25rem !important;
}

.m-t-sm {
  margin-top: 0.5rem !important;
}

.m-t {
  margin-top: 0.75rem !important;
}

.m-t-md {
  margin-top: 1rem !important;
}

.m-t-lg {
  margin-top: 1.5rem !important;
}

.m-t-xl {
  margin-top: 2rem !important;
}

.m-r {
  margin-right: 0.75rem !important;
}

.m-l {
  margin-left: 0.75rem !important;
}

.m-b {
  margin-bottom: 0.75rem !important;
}

.m-b-md {
  margin-bottom: 1rem !important;
}

.m-b-lg {
  margin-bottom: 1.5rem !important;
}

.m-x {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.m-y {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}
.m-y-xs {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.p-a {
  padding: 0.75rem !important;
}

.p-y {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.p-y-lg {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-x {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.m-l-xl {
  margin-left: 2rem;
}

.pos-r {
  position: relative;
}

.pos-a,
.pos-a-t-l,
.pos-a-t-r,
.pos-a-b-l,
.pos-a-b-r {
  position: absolute;
}

.pos-a-t-l {
  top: 0;
  left: 0;
}

.pos-a-t-r {
  top: 0;
  right: 0;
}

.pos-a-b-l {
  bottom: 0;
  left: 0;
}

.pos-a-b-r {
  bottom: 0;
  right: 0;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.c-white {
  color: white;
}
.c-green {
  color: green;
}

.underline {
  text-decoration: underline;
}

.italic {
  font-style: italic;
}

.v-t {
  vertical-align: top;
}
.v-m {
  vertical-align: middle;
}

.v-align {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}

.v-align > div {
  display: table-cell;
  vertical-align: middle;
}

.text-center {
  text-align: center !important;
}

.hidden-up,
.hidden {
  display: none;
}

.visible {
  opacity: 1 !important;
  display: block !important;
}

.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}

.cursor-p,
.open-terms {
  cursor: pointer;
}

.bg-fixed {
  background-attachment: fixed;
}

/* Video */
.fullscreen-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.video-wrapper {
  display: block;
}
.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
video {
  object-fit: cover;
}
video object {
  position: fixed;
  margin: 0;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 35em;
  height: 100%;
  width: 100%;
  background-color: #2e3842;
}

.image-wrapper,
.img1 {
  background-image: url(../videos/bstoked.jpg);
}

.main-img {
  background-image: url(../videos/bstoked.jpg);
}

.noscript-msg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  background-color: #fff;
  color: #666;
  text-align: center;
  font-weight: bold;
  z-index: 99999;
}

.button {
  position: relative;
  border: none;
  background-color: #239b56;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.95rem;
  font-weight: bold;
  min-height: 2.75rem;
  line-height: 1.2;
  letter-spacing: 0.025rem;
  padding: 0.2rem 1.5rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 125px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.button.sm {
  font-size: 0.9rem;
  min-height: 2.5rem;
  padding: 0.2rem 1.25rem;
  min-width: 80px;
}

.button.xs {
  font-size: 0.85rem;
  min-height: 2.25rem;
  letter-spacing: 0.05rem;
  padding: 0.2rem 1rem;
  min-width: 50px;
}

.button.lg {
  font-size: 1rem;
  min-height: 3.2rem;
}

.button.round {
  font-size: 1rem;
  width: 45px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  min-width: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.button:hover {
  background-color: #1e854a;
}

.button.minimal {
  background-color: transparent;
  color: #999;
  text-decoration: underline;
  padding: 0;
  min-width: 50px;
  padding: 0 0.75rem;
  margin: 0;
}

.button-none {
  background-color: transparent;
  border: none;
  text-align: center;
  cursor: pointer;
  box-shadow: none !important;
  height: auto !important;
}

.button.action {
  background-color: #f8677a;
}

.button.action:hover {
  background-color: #e84565;
}

.button.gray {
  background-color: #bbb;
}

.button.gray:hover {
  background-color: #a0a0a0;
}

.button.loading {
  background-image: url(../images/loader.svg);
  background-size: auto 65%;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
}

/* Custom checkbox & radio button */
label.checkbox-custom,
.checkbox-custom label,
label.radio-custom,
.radio-custom label {
  position: relative;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  line-height: 1.4rem;
  font-size: 0.9rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

label.checkbox-custom span,
.checkbox-custom span,
label.radio-custom span,
.radio-custom span {
  position: relative;
  padding: 0.25rem;
  display: inline;
  vertical-align: middle;
}

label.radio-custom input,
.radio-custom input,
label.checkbox-custom input,
.checkbox-custom input {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0.1rem;
  height: 1.25rem;
  width: 1.25rem;
}

.rating label.radio-custom input,
.rating.radio-custom input,
.rating label.checkbox-custom input,
.rating.checkbox-custom input {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}

label.radio-custom input:before,
.radio-custom input:before,
label.checkbox-custom input:before,
.checkbox-custom input:before {
  content: '';
  position: relative;
  top: -1px;
  display: inline-block;
  background-color: #eaeaea;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15);
  color: #888;
  vertical-align: middle;
  width: 1.4rem;
  height: 1.4rem;
  font-size: 0.9rem !important;
  line-height: 1.5rem !important;
  padding: 0;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 20px !important;
}

label.radio-lg input:before,
label.checkbox-lg input:before {
  font-size: 1.5rem !important;
  width: 2rem;
  height: 2rem;
  line-height: 1.8rem;
}

label.radio-custom input:before,
.radio-custom input:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

label.radio-custom input:checked:before,
.radio-custom input:checked:before,
.rating input:checked ~ input:before {
  color: #239b56;
  content: '\25C9';
}

label.checkbox-custom input:checked:before,
.checkbox-custom input:checked:before {
  color: #239b56;
  font-weight: bold;
  content: '\2713';
}
.rating {
  margin: 0;
}
.rating > p {
  margin-bottom: 0.25rem;
}
.rating > div {
  margin-bottom: 0.25rem;
  display: inline-block;
  vertical-align: top;
}
.rating > div > * {
  float: right;
}
.rating label:before {
  margin: 0.1rem 0.25rem !important;
}
.rating input:hover:before,
.rating input:hover ~ input:before {
  content: '\25C9' !important;
  color: #aaa !important;
}

.checkbox-sm input[type='checkbox'],
.radio-sm input[type='radio'] {
  width: 1rem;
  height: 1rem;
}

.checkbox-sm label,
.radio-sm label {
  vertical-align: top;
  line-height: 1.25rem !important;
}

.checkbox-lg input[type='checkbox'],
.radio-lg input[type='radio'] {
  width: 2rem;
  height: 2rem;
}

.checkbox-lg label,
.radio-lg label {
  vertical-align: top;
  line-height: 1.5rem !important;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

/* VOTING */

.header {
  position: fixed;
  z-index: 10;
  overflow: visible;
  width: 100%;
  min-width: 240px;
  height: 100%;
  background: #2e3842;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translateZ(0);
  color: #fff;
}

.o-pr {
  position: relative;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}

/* Fullscreen image */

.header-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}

.header-image > div {
  position: relative;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translateZ(0);
}

/* Header content */

.header-content {
  text-align: center;
  padding: 1rem;
  padding-bottom: 6.5rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

.header-content .logo-container {
  margin: 0 auto;
  text-align: center;
}

.header-content .logo {
  width: 200px;
}

.countdown-wrapper {
  font-size: 6em;
  font-family: 'Oswald';
  letter-spacing: 1px;
  line-height: 120%;
  margin-top: 1.5rem;
}

.header-title {
  font-size: 3.25em;
  font-family: 'Oswald';
  letter-spacing: 1px;
  line-height: 120%;
}
h2.header-title {
  font-size: 2.25em;
}
h3.header-title {
  font-size: 1.75em;
}
h4.header-title {
  font-size: 1.5em;
}
h5.header-title {
  font-size: 1.25em;
}

.vote-navbar {
  position: absolute;
  background-color: #2e3842;
  width: 100%;
  padding: 0.8rem;
  bottom: -69px;
  left: 0;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.75s ease 0.2s;
  -moz-transition: opacity 0.75s ease 0.2s;
  -ms-transition: opacity 0.75s ease 0.2s;
  transition: opacity 0.75s ease 0.2s;
  box-shadow: 0 16px 8px -8px rgba(0, 0, 0, 0.1);
}

.logo-small {
  width: 100px;
}

.right-wrap {
  position: relative;
  float: right;
  margin: 13px 10px;
}

.instr {
  width: 100%;
  text-align: center;
  padding: 0.2rem 1rem;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: bold;
}

.instr .small {
  font-size: 1.1rem;
  cursor: pointer;
  font-weight: normal;
  text-transform: none;
}

.notice-text > strong {
  color: #e84565;
  font-size: 1.1em;
}

.right-wrap .button.action {
  padding: 0 1rem;
}

.header-b {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  text-align: center;
  font-size: 1em;
  font-family: 'Oswald';
  text-transform: uppercase;
}

.scrolly {
  -moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  position: relative;
  margin: auto;
  width: 120px;
  height: 100px;
  opacity: 1;
  outline: 0;
  border: none;
  letter-spacing: 0.1em;
  color: white;
}

.scrolly:after {
  background-image: url('../images/mouse.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  left: 50%;
  margin: 0 0 0 -15px;
  bottom: 35px;
  content: '';
  display: block;
  position: absolute;
}

/* Container open */

.container--open .header {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.container--open .header-image > div {
  opacity: 0;
  -webkit-transform: translate3d(0, 28%, 0);
  transform: translate3d(0, 28%, 0);
}

.container--open .vote-navbar {
  opacity: 1;
}

.container--open .scrolly {
  opacity: 0;
}

/* Main content */
.vote-container {
  padding-top: 80px;
}

.offers-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem 0.5rem;
  text-align: left;
  z-index: 2;
}

.offers-wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2a2e39;
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  pointer-events: none;
}

.container--open .offers-wrap::after {
  opacity: 0;
}

.offer {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 20%;
  min-width: 20%;
  outline: none;
  border: none;
  padding: 10px 5px;
  color: #666;
  line-height: 120%;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  -webkit-transition: border 0.5s ease;
  -moz-transition: border 0.5s ease;
  -ms-transition: border 0.5s ease;
  transition: border 0.5s ease;
  cursor: pointer;
}

.offer > div {
  width: 100%;
  border: solid 1px #f0f0f0;
  display: flex;
  flex-direction: column;
}

.offer-top {
  position: relative;
}

.offer .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  display: none;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 3;
}

.offer .overlay-g {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.15) 25%,
    rgba(0, 0, 0, 0) 75%,
    rgba(0, 0, 0, 0.175) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.15) 25%,
    rgba(0, 0, 0, 0) 75%,
    rgba(0, 0, 0, 0.175) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.15) 25%,
    rgba(0, 0, 0, 0) 75%,
    rgba(0, 0, 0, 0.175) 100%
  );
  z-index: 2;
}

.offer .overlay > i {
  font-size: 4.5rem;
  color: #fff;
  margin-top: 5.75rem;
}

.offer.selected .overlay,
.overlay.selected {
  opacity: 1;
  display: block;
  background-color: rgba(55, 177, 71, 0.5);
}

.s-offer .vote.active,
.offer.selected .vote {
  background-color: #37b147;
}

.offer > div {
  height: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}

.offer-image-container {
  position: relative;
  text-align: center;
  height: 260px;
  background-color: #3a4358;
}

.offer-top .icons {
  padding: 0.75rem;
}
.offer-top .icons i {
  margin-right: 4px;
  font-size: 1.3em;
}

.offer-image-container > i {
  position: absolute;
  left: 0;
  width: 100%;
  color: #24262c;
  font-size: 6.5rem;
  letter-spacing: -3px;
  margin-top: 5.5rem;
}

.offer .count {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  padding: 0.75rem;
  font-size: 1.2rem;
  z-index: 2;
}

.offer .offer-type {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  padding: 1rem;
}

.offer-type > i {
  font-size: 1.1rem;
}

.offer-image {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.9;
}

.offer-top:hover .offer-image {
  opacity: 1;
}

.offer .offer-i {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0.75em;
  z-index: 2;
}

.offer-title {
  position: relative;
  color: #fff;
  font-size: 1.3rem;
  font-family: 'Oswald';
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.1;
  margin-bottom: 4px;
}

.offer .destination {
  font-size: 0.85rem;
  line-height: 120%;
  letter-spacing: 0.3px;
  padding-right: 65px;
  color: #e0e0e0;
}

.offer-content {
  padding: 0.3rem 0.4rem;
}
.offer-content .category {
  font-size: 0.9rem;
  padding-right: 4rem;
}

.offer .owner {
  position: absolute;
  right: 10px;
  bottom: 0;
  margin-bottom: -29px;
  border: 2px solid #fff;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #f3f3f3;
  overflow: hidden;
  z-index: 5;
}

.offer-bottom {
  position: relative;
  margin-top: auto;
  padding: 0.75rem 0.4rem;
  display: flex;
}

.offer-bottom > div {
  width: 40%;
  vertical-align: top;
}

.offer-bottom .price {
  font-size: 1.2rem;
  text-align: right;
  letter-spacing: 0.25px;
  width: 60%;
  line-height: 1.2;
  font-family: 'Oswald';
}

.offer-bottom .duration {
  min-height: 24px;
}

.offer .button.vote {
  font-size: 0.9rem;
  min-height: 2.5rem;
  margin-top: 0.4rem;
}

.s-offer .price > div {
  display: inline-block;
  vertical-align: top;
}

.s-offer .price .minimal {
  text-transform: none;
}

.offer-list {
  position: relative;
  font-size: 0.85rem;
  margin-top: 1rem;
  list-style: none;
}

.offer-list > li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  min-width: 140px;
  max-width: 178px;
  margin: 0.1rem 0;
  line-height: 1.05rem;
}

.offer-list i {
  font-size: 1.25rem;
  vertical-align: middle;
  width: 2rem;
  text-align: center;
}

.s-offer {
  position: relative;
}

.s-offer-content {
  position: relative;
  margin-top: 1.5rem;
}

.s-offer-title {
  font-size: 1.75rem;
  font-family: 'Oswald';
  text-transform: uppercase;
  line-height: 2rem;
  letter-spacing: 0.25px;
  margin-bottom: 0;
}

.s-offer-destination {
  color: #aaa;
}

.s-offer .offer-type {
  letter-spacing: 0.25px;
  font-family: 'Oswald';
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9rem;
  overflow: hidden;
}

.s-offer .offer-type > i {
  margin-bottom: 0.25rem;
  font-size: 1.7rem;
}

.s-offer .owner {
  position: relative;
  float: left;
  border: none;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
}

.s-offer .owner-desc {
  padding-left: 20px;
  font-size: 0.9rem;
  min-height: 100px;
  width: auto;
}

.s-offer .offer-list {
  margin: 0.8rem 0;
}

.s-offer .desc {
  font-size: 0.9rem;
}

.selected-votes {
  position: relative;
}

.selected-votes > div {
  display: inline-block;
  vertical-align: top;
  max-width: 300px;
  height: 150px;
}
.selected-votes > .w1 {
  width: 100%;
  margin: 0;
}
.selected-votes > .w2 {
  width: 48%;
  margin: 1%;
}
.selected-votes > .w3 {
  width: 31%;
  margin: 1%;
}

.selected-votes .image {
  position: relative;
  height: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.selected-votes .image > p {
  position: absolute;
  text-align: left;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 1rem;
  padding: 0.25rem;
  font-family: 'Oswald';
  text-transform: uppercase;
  letter-spacing: 0.25px;
}

.s-label {
  position: relative;
  font-family: 'Oswald';
  text-transform: uppercase;
  display: block;
  margin-bottom: 2px;
  font-weight: bold;
  color: #999;
  text-align: left;
  font-size: 0.9rem;
  letter-spacing: 0.25px;
}

.regular {
  position: relative;
  display: block;
  font-size: 0.95rem;
  min-width: 75px;
  border: none;
  background-color: #eaeaea;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 3rem;
  line-height: 3rem;
  padding: 0.5rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

.regular.short {
  min-width: 75px !important;
  width: 75px !important;
}

.inline.md {
  min-width: 150px;
}

.inline.short {
  min-width: 120px;
}

textarea.regular {
  min-height: 60px !important;
  max-height: 200px !important;
  line-height: 1.1rem !important;
}

select.regular {
  min-width: 50px;
}

.regular.block {
  width: 100% !important;
  max-width: 100% !important;
}

.form-response {
  color: #f8677a;
  text-align: center;
}

.user-form {
  margin: 0 auto;
  max-width: 440px;
  text-align: left;
}

.tickets {
  display: inline-block;
  font-weight: bold;
  font-size: 4.5rem;
  text-align: center;
  margin: 0 auto;
  color: #239b56;
}

.survey-open .tickets {
  font-size: 2.5rem;
  margin-top: 0 !important;
}

.survey-open > div > .s-title,
.survey-open .dropdown-button {
  display: none;
}

.survey-slide {
  position: relative;
}

.survey-open .minimal.next-slide {
  position: absolute;
  top: 0;
  right: 0;
}

#survey-form {
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#survey-form .regular {
  display: inline-block;
  width: 33%;
  max-width: 300px;
  min-width: 175px;
  margin-bottom: 0.4rem;
  height: 2.2rem;
  line-height: 2.2rem;
}

#survey-form select.regular {
  width: auto;
  min-width: 100px;
}

#survey-form .regular.sm {
  width: auto;
  min-width: 0;
  padding: 0 0.25rem;
}

#survey-form .s-con {
  text-align: left;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 175px;
  padding: 2rem 1rem;
  align-items: center;
}

#survey-form .q-con {
  width: 100%;
  font-size: 0.9rem;
}

#survey-form .q {
  font-size: 1rem;
  margin-bottom: 0.6rem;
  font-weight: bold;
  display: block;
}

#survey-form .unslider-arrow {
  position: absolute;
  text-decoration: underline;
  height: auto;
  top: auto;
  bottom: 0.35rem;
  right: 4.2rem;
  left: auto;
  cursor: pointer;
  font-size: 0.9rem;
  color: #ccc;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.5rem;
  opacity: 1;
  text-indent: 0;
  background: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

#survey-form .unslider-arrow.disabled {
  display: none;
}

#survey-form .unslider-arrow:hover {
  opacity: 0.75;
}

#survey-form .unslider-arrow.next {
  right: 0.75rem;
}

#cur-q {
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 0.6rem;
  bottom: 0.1rem;
}

.next-survey,
.prev-survey {
  font-weight: bold;
  z-index: 3;
}
.next-survey:hover,
.prev-survey:hover {
  opacity: 0.8;
}

.prev-survey {
  background-color: #eee;
  border-radius: 3px;
}
.next-survey {
  background-color: #239b56;
  color: #fff;
  border-radius: 3px;
}

.inline {
  display: inline-block;
  vertical-align: top;
  min-width: 240px;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
}

.w30 {
  width: 31%;
}

.dropdown {
  position: relative;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.dropdown.open {
  height: auto;
  opacity: 1;
}

#ticket-animation > div {
  position: absolute;
  color: #239b56;
  top: 11%;
  left: 50%;
  margin: 0 0 0 -100px;
  width: 220px;
  height: 100px;
  line-height: 100px;
  visibility: hidden;
  filter: alpha(opacity = 0);
  opacity: 0;
  font-size: 6rem;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.animate-grow {
  -webkit-animation: grow 1.5s;
  -moz-animation: grow 1.5s;
  -o-animation: grow 1.5s;
  animation: grow 1.5s;
}

.winner-badge {
  margin: auto;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #37b147;
  color: #fff;
  font-size: 3rem;
  line-height: 100px;
  text-align: center;
}

/* UN SLIDER */

.unslider {
  overflow: auto;
  margin: 0;
  padding: 0;
}

.unslider-wrap {
  position: relative;
}

.unslider-wrap.unslider-carousel > li {
  float: left;
  -webkit-transition: height 0.6s;
  transition: height 0.6s;
}

.content-slider .unslider-wrap.unslider-carousel > li {
  position: relative;
  height: auto;
}

.content-slider .unslider-wrap.unslider-carousel > li.unslider-active {
  height: auto;
}

.unslider-vertical > ul {
  height: 100%;
}

.unslider-vertical li {
  float: none;
  width: 100%;
}

.unslider-fade {
  position: relative;
}

.unslider-fade .unslider-wrap li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8;
}
.unslider-fade .unslider-wrap .unslider-active {
  position: relative;
}

.unslider-fade .unslider-wrap li.unslider-active {
  z-index: 10;
}

.unslider li,
.unslider ol,
.unslider ul {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden;
}

.unslider-arrow {
  position: absolute;
  color: #999;
  font-size: 2rem;
  top: 0;
  left: -1.5rem;
  z-index: 2;
  cursor: pointer;
  width: 50px;
  height: 100%;
  overflow: hidden;
  text-indent: -999em;
  opacity: 0.3;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABc0lEQVRIS7XVTUtVURSH8d8dVoZFJJUhUVEkRtEgcCI4KQqKIJrkRGimUx0HjnVqw6CROApEpBfs9bPUNygqK1mwLpyL17vPvR7X5Aw2PM/Za/3POi2HXK0D8m/hBLb34xxEcBMfcBSPsNVNMqhgHB9xOqHfca4pwWV8xtkE/sBdfG1CMIYviGfULzzAuyZmEC2IN7+UsD94jI1eQak7g+j1J1xL2F88xXophXUEJzOGkZqo/5jFqxI8zkuC43iP2xXYHF7UgZcEke/I9lQFtoCVuvCS4A3uVGDPsdQPvCTYxP3DFBxBSKYrkkUs93OL0pCH8BaTFeg8VutKSoLgDGdMY3O2Y/oML+tI6giCcyqX20RC/2EGayVJXUFwzuTXfCWhO3iC170k/QiCcz6X3YWE/sZDRKS7Vr+CgFzMpTeaxJ+4l7fbIxlEEJCrKRlJ4je0hR2SQQUBuZ6DP5Ztijg3doM26Eb+9GOVNzaDUjI7zncBXtU0GZzeDgIAAAAASUVORK5CYII=)
    center center no-repeat;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 11;
}

.unslider-arrow:hover {
  opacity: 0.5;
}

.unslider-arrow.next {
  left: auto;
  right: -1.5rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABa0lEQVRIS83Vv0tXURjH8ddXDdv13ynTlBSsQXAKN3GMVqNNdBVHaZKWEEJEcaqtphBCFEQhGxTMNDAJHOWBI1yx7/3FFXymy+Xc9/vcc57zOS13XK0C/hB+43vdeeQJXuAjLvAEW3Uk7QTx/gS9CRrPfditKsn7g35s4GGCHuERDqpIivZgBKt4kKA/k+SwrKRIEJwxLKMzQffwGL/KSMoIgvMS73E9fjtt/FmRpKwgOJN4lwFu4inO8yRVBMF5hYUM8Cue4V87SVVBcKYxlwF+xigu/yepIwjODN5mgGuIg3mr7qXgDWYzU/2E500t0WvMZ+BfMNzUJk9hMQP/hkH8baJNJ7CUOWiRrJFVf5o4aOP4gI4Ei0SNZI2ELayiLor+XkFXIv1IORTJWqryBLG+6+hOpEjQiOtI1NKVd+HEVdmTSMdp5vulyWlg3h9Eb8eVGV0Sa75TFR7ji/ZgAKd17+MygjqTvvHNFec/PhmezEvPAAAAAElFTkSuQmCC)
    center center no-repeat;
}

.s-offer .gallery {
  position: relative;
  max-height: 350px;
  min-height: 175px;
  padding: 0 1rem;
}

.s-offer .gallery img {
  max-height: 350px;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  text-align: center;
}

.social {
  font-size: 2.5em;
  line-height: 1.8rem;
}

.social > li {
  display: inline-block;
  padding: 0.35em 0.5em;
}

#share {
  text-align: center;
  margin: 0 auto;
}

#share .social {
  margin: 0 auto;
}

#share .social a,
#share strong {
  color: #2e3842;
  color: rgba(46, 56, 66, 0.5);
}

#share .social a:hover {
  color: #2e3842;
}

#share .social .text-normal {
  line-height: 1.85rem;
}

#share h4 {
  margin: 0;
}

#share .share-link {
  display: inline-block;
  word-break: break-all;
  width: 100%;
  max-width: 400px;
  border: none;
  margin: 0 auto;
  padding: 0.75rem 1.5rem;
  background-color: #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* Footer */

.footer {
  position: relative;
  padding: 1em 0;
  margin-top: 25px;
  background-color: #2e3842;
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9em;
  text-align: center;
  z-index: 2;
}

.footer a {
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
}

.footer .social a:hover {
  color: #fff;
}

.footer .copyright {
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8em;
  letter-spacing: 0.225em;
  list-style: none;
  padding: 0;
  text-transform: uppercase;
  margin: 0;
}

.footer .copyright li {
  border-left: solid 1px rgba(255, 255, 255, 0.5);
  display: inline-block;
  line-height: 1em;
  margin-left: 1em;
  padding-left: 1em;
}

.footer .copyright li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}

.footer .copyright li a {
  color: inherit;
}

.footer .copyright li a:hover {
  color: #fff;
}

.youtube {
  position: relative;
  width: 100%;
  padding: 2rem 0;
  margin: 0 auto 1rem auto;
  height: auto;
  overflow: hidden;
  background-color: #f6f6f6;
}
.youtube > div,
em {
  font-weight: bold;
}
.youtube > p {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  max-width: 500px;
  padding: 1rem;
}
.youtube iframe {
  width: 100%;
  max-width: 600px;
  margin: 1rem;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 1600px) {
  .offer {
    width: 25%;
    min-width: 25%;
  }
}

@media screen and (max-width: 1240px) {
  .offer {
    width: 33.33%;
    min-width: 33.33%;
  }
  .responsive-text {
    font-size: 90%;
  }
  .header-content .logo {
    width: 180px;
  }
}

@media screen and (max-width: 980px) {
  .offer {
    width: 48%;
    min-width: 48%;
    margin: 1%;
  }
  .footer {
    padding: 1.5em 3em;
  }
  .instr {
    font-size: 1rem;
  }
  .instr .small {
    font-size: 0.9rem;
    margin-top: 0;
  }
}

@media screen and (max-width: 820px) {
  .logo-small {
    width: 90px;
  }
  .offer {
    width: 50%;
    min-width: 50%;
    margin: 0;
  }
  .responsive-text {
    font-size: 85%;
  }
  .header-content .logo {
    width: 160px;
  }
  .offer .destination {
    color: #eee;
  }
  .offer:hover .offer-i {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  .offer-image {
    opacity: 0.85;
  }
  .hidden-down {
    display: none;
  }
  .hidden-up {
    display: block;
  }
  .selected-votes > div {
    height: 135px;
  }
  .instr {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 600px) {
  .logo-small {
    width: 75px;
  }
  .vote-navbar .submit {
    min-width: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .header-content {
    padding: 0.75rem;
    padding-bottom: 6.5rem;
  }
  .main-img {
    background-image: url(../vid/bstoked.jpg);
  }
  .offer {
    width: 80%;
    min-width: 80%;
    margin: 0 10%;
    padding: 15px 5px;
  }
  .instr {
    font-size: 1rem;
  }
  .responsive-text {
    font-size: 70%;
  }
  .responsive-text .m-t-xl {
    margin-top: 1.25rem !important;
  }
  .header-content .logo {
    width: 150px;
  }
  .header-content {
    padding-bottom: 4rem;
  }
  .offer .offer-list {
    min-height: 0;
  }
  .tickets {
    font-size: 5rem;
  }
  .scrolly {
    height: 75px;
  }
  .scrolly:after {
    bottom: 15px;
  }
  .s-offer .owner {
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  .s-offer .owner-desc {
    padding-left: 0;
    min-height: 30px;
    display: block;
    margin-top: 0.75rem;
  }
  .modalBox h3.s-title {
    font-size: 1.6rem;
  }
  .modalBox h4.s-title {
    font-size: 1.4rem;
  }
  .header-image > div {
    background-position: 80% center;
  }
  .s-offer .gallery,
  .s-offer .gallery img {
    max-height: 240px;
  }

  /* iOS ZOOM FIX */
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 500px) {
  .right-wrap {
    margin-top: 14px;
  }
  .right-wrap .button.submit {
    position: relative;
    margin-top: 0;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 0.85rem;
  }
  .right-wrap .button.action {
    padding: 0 0.3rem;
    min-width: 100px;
    font-size: 0.8rem;
  }
  .inline {
    display: block;
    width: 100%;
    min-width: 150px;
  }
}

@media screen and (max-width: 400px) {
  .vote-navbar .submit {
    font-size: 0.85rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
  .header-content {
    padding: 0.5rem;
    padding-bottom: 6.5rem;
  }
  .instr {
    font-size: 0.9rem;
  }
  .offer {
    width: 96%;
    min-width: 96%;
    margin: 0 2%;
  }
  .offer-image-container {
    height: 220px;
  }
  .responsive-text {
    font-size: 55%;
  }
  .responsive-text .trigger {
    font-size: 0.85rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }
  .tickets {
    font-size: 4rem;
  }
  .scrolly {
    font-size: 0.9rem;
    height: 65px;
  }
  .scrolly:after {
    bottom: 8px;
  }
  .modalBox h3.s-title {
    font-size: 1.5rem;
  }
  .modalBox h4.s-title {
    font-size: 1.25rem;
  }
  .s-offer .gallery,
  .s-offer .gallery img {
    max-height: 200px;
  }
  .offer-list > li {
    width: 100%;
    max-width: none;
  }
}

.animation-flash {
  display: inline-block;
  -webkit-animation: flash 1s;
  -moz-animation: flash 1s;
  -o-animation: flash 1s;
  animation: flash 1s;
}

/* ANIMATION */

@-webkit-keyframes flash {
  0% {
    -webkit-transform: scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@-moz-keyframes flash {
  0% {
    -moz-transform: scale(2);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}

@-o-keyframes flash {
  0% {
    -o-transform: scale(2);
    opacity: 0;
  }
  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes grow {
  0% {
    filter: alpha(opacity = 0);
    opacity: 0;
    visibility: visible;
  }
  20% {
    filter: alpha(opacity = 6);
    opacity: 0.6;
    -webkit-transform: scale(3);
  }
  100% {
    filter: alpha(opacity = 0);
    opacity: 0;
    visibility: hidden;
  }
}
@-moz-keyframes grow {
  0% {
    filter: alpha(opacity = 0);
    opacity: 0;
    visibility: visible;
  }
  20% {
    filter: alpha(opacity = 6);
    opacity: 0.6;
    -moz-transform: scale(3);
  }
  100% {
    filter: alpha(opacity = 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes grow {
  0% {
    filter: alpha(opacity = 0);
    opacity: 0;
    visibility: visible;
  }
  20% {
    filter: alpha(opacity = 6);
    opacity: 0.6;
    transform: scale(3);
  }
  100% {
    filter: alpha(opacity = 0);
    opacity: 0;
    visibility: hidden;
  }
}

.fade-in {
  -webkit-animation: fadein 2.5s ease;
  -moz-animation: fadein 2.5s ease;
  -ms-animation: fadein 2.5s ease;
  -o-animation: fadein 2.5s ease;
  animation: fadein 2.5s ease;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
