@charset "UTF-8";
/*!
 * ==============================================================
 *
 * Frank/CHiPS v1.0
 * Developed by the Ipsos Design Team
 * http://www.ipsos.com/
 *
 * 2013-2015 Ipsos
 *
 * ==============================================================
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese");
/*  Typeahead
 *  https://blog.twitter.com/2013/twitter-typeaheadjs-you-autocomplete-me
 */
@import url("https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:wght@800&display=swap");
/* line 5, sass/libs/_typeahead.scss */
.twitter-typeahead {
  width: 100%;
}
/* line 7, sass/libs/_typeahead.scss */
.twitter-typeahead .typeahead, .twitter-typeahead .typeahead:focus {
  font-size: 14px;
}
/* line 12, sass/libs/_typeahead.scss */
.twitter-typeahead .tt-hint {
  color: #b3b3b3;
}
/* line 15, sass/libs/_typeahead.scss */
.twitter-typeahead .tt-dropdown-menu {
  width: 100%;
  background: #fff;
  border: 1px solid #eaeaea;
  cursor: pointer;
}
/* line 17, sass/libs/_typeahead.scss */
.twitter-typeahead .tt-suggestion {
  padding: 5px 15px;
  border-top: 1px dotted #eaeaea;
}
/* line 18, sass/libs/_typeahead.scss */
.twitter-typeahead .tt-suggestion:first-child {
  border-top: none;
}
/* line 20, sass/libs/_typeahead.scss */
.twitter-typeahead .tt-suggestion.tt-cursor {
  color: #404040;
  background-color: white;
}
/* line 23, sass/libs/_typeahead.scss */
.twitter-typeahead .tt-suggestion p {
  margin: 0;
}
/* line 27, sass/libs/_typeahead.scss */
.twitter-typeahead .repo-name {
  padding-bottom: 4px;
  font-size: 85%;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
}
/* line 28, sass/libs/_typeahead.scss */
.twitter-typeahead .repo-description {
  font-size: 75%;
}

/*!
 * bootstrap-select v1.3.1
 * http://silviomoreto.github.io/bootstrap-select/
 *
 * Copyright 2013 bootstrap-select
 * Licensed under the MIT license
 */
/* line 9, sass/libs/_bootstrap-select.scss */
.bootstrap-select.btn-group,
.bootstrap-select.btn-group[class*="span"] {
  float: none;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 0;
}

/* line 16, sass/libs/_bootstrap-select.scss */
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group {
  margin-bottom: 0;
}

/* line 22, sass/libs/_bootstrap-select.scss */
.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="span"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
  float: right;
}

/* line 28, sass/libs/_bootstrap-select.scss */
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}

/* line 32, sass/libs/_bootstrap-select.scss */
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}

/* line 36, sass/libs/_bootstrap-select.scss */
.bootstrap-select > .btn {
  width: 100%;
}

/* line 40, sass/libs/_bootstrap-select.scss */
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}

/* line 45, sass/libs/_bootstrap-select.scss */
.dropdown-menu {
  z-index: 2000;
}

/* line 49, sass/libs/_bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 2051;
}

/* line 53, sass/libs/_bootstrap-select.scss */
.bootstrap-select .btn:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

/* line 59, sass/libs/_bootstrap-select.scss */
.bootstrap-select.btn-group .btn .filter-option {
  overflow: hidden;
  position: absolute;
  left: 12px;
  right: 25px;
  text-align: left;
}

/* line 67, sass/libs/_bootstrap-select.scss */
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

/* line 75, sass/libs/_bootstrap-select.scss */
.bootstrap-select.btn-group > .disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
  cursor: not-allowed;
}

/* line 80, sass/libs/_bootstrap-select.scss */
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}

/* line 84, sass/libs/_bootstrap-select.scss */
.bootstrap-select.btn-group[class*="span"] .btn {
  width: 100%;
}

/* line 88, sass/libs/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 95, sass/libs/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 108, sass/libs/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu dt {
  display: block;
  padding: 3px 20px;
  cursor: default;
}

/* line 114, sass/libs/_bootstrap-select.scss */
.bootstrap-select.btn-group .div-contain {
  overflow: hidden;
}

/* line 118, sass/libs/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

/* line 122, sass/libs/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li > a.opt {
  position: relative;
  padding-left: 35px;
}

/* line 127, sass/libs/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li > a {
  cursor: pointer;
}

/* line 131, sass/libs/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}

/* line 135, sass/libs/_bootstrap-select.scss */
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
  display: inline-block;
  position: absolute;
  right: 15px;
  margin-top: 2.5px;
}

/* line 142, sass/libs/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
  display: none;
}

/* line 146, sass/libs/_bootstrap-select.scss */
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

/* line 150, sass/libs/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

/* line 154, sass/libs/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small {
  color: #64b1d8;
  color: rgba(255, 255, 255, 0.4);
}

/* line 160, sass/libs/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}

/* line 164, sass/libs/_bootstrap-select.scss */
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

/* line 177, sass/libs/_bootstrap-select.scss */
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

/* line 189, sass/libs/_bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}

/* line 197, sass/libs/_bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}

/* line 204, sass/libs/_bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

/* line 208, sass/libs/_bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

/* line 213, sass/libs/_bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

/* line 218, sass/libs/_bootstrap-select.scss */
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}

/* line 228, sass/libs/_bootstrap-select.scss */
.bootstrap-select.fit-width {
  width: auto !important;
}

/* line 232, sass/libs/_bootstrap-select.scss */
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}

/* line 236, sass/libs/_bootstrap-select.scss */
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

/* line 242, sass/libs/_bootstrap-select.scss */
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

/* line 246, sass/libs/_bootstrap-select.scss */
.bootstrap-select-searchbox {
  padding: 4px 8px;
}

/* Slider */
/* line 3, sass/libs/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, sass/libs/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 24, sass/libs/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 28, sass/libs/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, sass/libs/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, sass/libs/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 48, sass/libs/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 54, sass/libs/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 58, sass/libs/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 62, sass/libs/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 66, sass/libs/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 69, sass/libs/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 72, sass/libs/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 78, sass/libs/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 82, sass/libs/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 86, sass/libs/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 90, sass/libs/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 96, sass/libs/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* line 3, sass/libs/_slick-theme.scss */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../../fonts/slick.eot");
  src: url(".../../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../fonts/slick.woff") format("woff"), url("../../fonts/slick.ttf") format("truetype"), url("../../fonts/slick.svg#slick") format("svg");
}
/* Arrows */
/* line 19, sass/libs/_slick-theme.scss */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

/* line 44, sass/libs/_slick-theme.scss */
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

/* line 53, sass/libs/_slick-theme.scss */
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

/* line 60, sass/libs/_slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

/* line 66, sass/libs/_slick-theme.scss */
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 80, sass/libs/_slick-theme.scss */
.slick-prev {
  left: -25px;
}

/* line 84, sass/libs/_slick-theme.scss */
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

/* line 89, sass/libs/_slick-theme.scss */
.slick-prev:before {
  content: 'ΓåÉ';
}

/* line 93, sass/libs/_slick-theme.scss */
[dir='rtl'] .slick-prev:before {
  content: 'ΓåÆ';
}

/* line 98, sass/libs/_slick-theme.scss */
.slick-next {
  right: -25px;
}

/* line 102, sass/libs/_slick-theme.scss */
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

/* line 107, sass/libs/_slick-theme.scss */
.slick-next:before {
  content: 'ΓåÆ';
}

/* line 111, sass/libs/_slick-theme.scss */
[dir='rtl'] .slick-next:before {
  content: 'ΓåÉ';
}

/* Dots */
/* line 117, sass/libs/_slick-theme.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 122, sass/libs/_slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -10px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

/* line 137, sass/libs/_slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/* line 150, sass/libs/_slick-theme.scss */
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

/* line 168, sass/libs/_slick-theme.scss */
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

/* line 173, sass/libs/_slick-theme.scss */
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

/* line 178, sass/libs/_slick-theme.scss */
.slick-dots li button:before {
  font-family: serif;
  font-size: 120px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '.';
  text-align: center;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 199, sass/libs/_slick-theme.scss */
.slick-dots li.slick-active button:before {
  color: #7861AF;
}

/*!
 * smartbanner.js v1.10.0 <https://github.com/ain/smartbanner.js>
 * Copyright ┬⌐ 2018 Ain Tohvri, contributors. Licensed under GPL-3.0.
 */
/* line 6, sass/libs/_smartbanner.scss */
.smartbanner {
  position: fixed;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  width: 100%;
  height: 84px;
  background: rgba(102, 102, 102, 0.9);
  font-family: Helvetica, sans, sans-serif;
  z-index: 9999;
  /** Android styles **/
}

/* line 18, sass/libs/_smartbanner.scss */
.smartbanner__exit {
  position: absolute;
  top: calc(50% - 6px);
  left: 9px;
  display: block;
  margin: 0;
  width: 12px;
  height: 12px;
  border: 0;
  text-align: center;
}

/* line 28, sass/libs/_smartbanner.scss */
.smartbanner__exit::before, .smartbanner__exit::after {
  position: absolute;
  width: 1px;
  height: 12px;
  background: #767676;
  content: ' ';
}

/* line 34, sass/libs/_smartbanner.scss */
.smartbanner__exit::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 37, sass/libs/_smartbanner.scss */
.smartbanner__exit::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 40, sass/libs/_smartbanner.scss */
.smartbanner__icon {
  position: absolute;
  top: 10px;
  left: 30px;
  width: 64px;
  height: 64px;
  border-radius: 15px;
  background-size: 64px 64px;
}

/* line 48, sass/libs/_smartbanner.scss */
.smartbanner__info {
  position: absolute;
  top: 10px;
  left: 104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: hidden;
  width: 60%;
  height: 64px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF;
}

/* line 62, sass/libs/_smartbanner.scss */
.smartbanner__info__title {
  font-size: 14px;
}

/* line 64, sass/libs/_smartbanner.scss */
.smartbanner__info__author, .smartbanner__info__price {
  font-size: 12px;
}

/* line 66, sass/libs/_smartbanner.scss */
.smartbanner__button {
  position: absolute;
  top: 32px;
  right: 10px;
  z-index: 1;
  display: block;
  padding: 4px 10px;
  min-width: 10%;
  border-radius: 2px;
  background: #FFF;
  border-color: #FFF;
  color: #49BFBC;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

/* line 81, sass/libs/_smartbanner.scss */
.smartbanner__button__label {
  text-align: center;
}

/* line 83, sass/libs/_smartbanner.scss */
.smartbanner.smartbanner--android {
  background: rgba(102, 102, 102, 0.9);
}

/* line 85, sass/libs/_smartbanner.scss */
.smartbanner.smartbanner--android .smartbanner__exit {
  left: 6px;
  margin-right: 7px;
  width: 17px;
  height: 17px;
  border-radius: 14px;
  color: #b1b1b3;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 20px;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 17px;
}

/* line 96, sass/libs/_smartbanner.scss */
.smartbanner.smartbanner--android .smartbanner__exit::before, .smartbanner.smartbanner--android .smartbanner__exit::after {
  top: 0;
  left: 8px;
  width: 2px;
  height: 16px;
  background: #fff;
}

/* line 102, sass/libs/_smartbanner.scss */
.smartbanner.smartbanner--android .smartbanner__exit:active, .smartbanner.smartbanner--android .smartbanner__exit:hover {
  color: #eee;
}

/* line 104, sass/libs/_smartbanner.scss */
.smartbanner.smartbanner--android .smartbanner__icon {
  background-color: transparent;
  box-shadow: none;
}

/* line 107, sass/libs/_smartbanner.scss */
.smartbanner.smartbanner--android .smartbanner__info {
  color: #ffffff;
}

/* line 109, sass/libs/_smartbanner.scss */
.smartbanner.smartbanner--android .smartbanner__info__title {
  color: #ffffff;
}

/* line 111, sass/libs/_smartbanner.scss */
.smartbanner.smartbanner--android .smartbanner__button {
  top: 30px;
  right: 20px;
  padding: 0;
  min-width: 12%;
  border-radius: 2px;
  background: #49BFBC;
  border-color: #42bcb9;
  color: #ffffff;
  font-size: 14px;
}

/* line 121, sass/libs/_smartbanner.scss */
.smartbanner.smartbanner--android .smartbanner__button:active, .smartbanner.smartbanner--android .smartbanner__button:hover {
  background: none;
}

/* line 123, sass/libs/_smartbanner.scss */
.smartbanner.smartbanner--android .smartbanner__button__label {
  display: block;
  padding: 0 10px;
  box-shadow: none;
  line-height: 24px;
  text-align: center;
  text-shadow: none;
  text-transform: none;
}

/* line 131, sass/libs/_smartbanner.scss */
.smartbanner.smartbanner--android .smartbanner__button__label:active, .smartbanner.smartbanner--android .smartbanner__button__label:hover {
  background: #2ac7e1;
}

/*! =======================================================
                      VERSION  9.5.3
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
  *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2016 Kyle Kemp, Rohit Kalkur, and contributors
 *
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 *
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */
/* line 42, sass/libs/_bootstrap-slider.scss */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

/* line 47, sass/libs/_bootstrap-slider.scss */
.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}

/* line 51, sass/libs/_bootstrap-slider.scss */
.slider.slider-horizontal .slider-track {
  height: 4px;
  width: 100%;
  margin-top: -2px;
  top: 50%;
  left: 0;
}

/* line 58, sass/libs/_bootstrap-slider.scss */
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}

/* line 65, sass/libs/_bootstrap-slider.scss */
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
  cursor: pointer;
}

/* line 70, sass/libs/_bootstrap-slider.scss */
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #49BFBC;
  margin-top: 0;
}

/* line 81, sass/libs/_bootstrap-slider.scss */
.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 88, sass/libs/_bootstrap-slider.scss */
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}

/* line 92, sass/libs/_bootstrap-slider.scss */
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}

/* line 97, sass/libs/_bootstrap-slider.scss */
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}

/* line 101, sass/libs/_bootstrap-slider.scss */
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}

/* line 107, sass/libs/_bootstrap-slider.scss */
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

/* line 113, sass/libs/_bootstrap-slider.scss */
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}

/* line 119, sass/libs/_bootstrap-slider.scss */
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}

/* line 123, sass/libs/_bootstrap-slider.scss */
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #49BFBC;
  margin-left: 0;
}

/* line 131, sass/libs/_bootstrap-slider.scss */
.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}

/* line 134, sass/libs/_bootstrap-slider.scss */
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}

/* line 137, sass/libs/_bootstrap-slider.scss */
.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}

/* line 144, sass/libs/_bootstrap-slider.scss */
.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}

/* line 152, sass/libs/_bootstrap-slider.scss */
.slider input {
  display: none;
}

/* line 155, sass/libs/_bootstrap-slider.scss */
.slider .tooltip.top {
  margin-top: -46px;
}

/* line 158, sass/libs/_bootstrap-slider.scss */
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}

/* line 162, sass/libs/_bootstrap-slider.scss */
.slider .hide {
  display: none;
}

/* line 165, sass/libs/_bootstrap-slider.scss */
.slider-track {
  position: absolute;
  cursor: pointer;
  background-color: #F5F5F5;
  border-radius: 4px;
}

/* line 172, sass/libs/_bootstrap-slider.scss */
.slider-selection {
  position: absolute;
  background-color: #49BFBC;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 4px;
}

/* line 179, sass/libs/_bootstrap-slider.scss */
.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #a1dedc 0%, #a1dedc 100%);
  background-image: -o-linear-gradient(top, #a1dedc 0%, #a1dedc 100%);
  background-image: linear-gradient(to bottom, #a1dedc 0%, #a1dedc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a1dedc', endColorstr='#a1dedc', GradientType=0);
}

/* line 186, sass/libs/_bootstrap-slider.scss */
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

/* line 195, sass/libs/_bootstrap-slider.scss */
.slider-handle {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #49BFBC;
}

/* line 202, sass/libs/_bootstrap-slider.scss */
.slider-handle.round {
  border-radius: 50%;
}

/* line 205, sass/libs/_bootstrap-slider.scss */
.slider-handle.triangle {
  background: transparent none;
}

/* line 208, sass/libs/_bootstrap-slider.scss */
.slider-handle.custom {
  background: transparent none;
}

/* line 211, sass/libs/_bootstrap-slider.scss */
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}

/* line 217, sass/libs/_bootstrap-slider.scss */
.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}

/* line 235, sass/libs/_bootstrap-slider.scss */
.slider-tick.round {
  border-radius: 50%;
}

/* line 238, sass/libs/_bootstrap-slider.scss */
.slider-tick.triangle {
  background: transparent none;
}

/* line 241, sass/libs/_bootstrap-slider.scss */
.slider-tick.custom {
  background: transparent none;
}

/* line 244, sass/libs/_bootstrap-slider.scss */
.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #49BFBC;
}

/* line 250, sass/libs/_bootstrap-slider.scss */
.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #49BFBC 0%, #49BFBC 100%);
  background-image: -o-linear-gradient(top, #49BFBC 0%, #49BFBC 100%);
  background-image: linear-gradient(to bottom, #49bfbc 0%, #49bfbc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#49BFBC', endColorstr='#49BFBC', GradientType=0);
  opacity: 1;
}

/* line 269, sass/libs/_bootstrap-slider.scss */
.slider .tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1;
}
/* line 270, sass/libs/_bootstrap-slider.scss */
.slider .tooltip-inner {
  font-size: 16px;
  font-weight: 700;
  max-width: 350px;
  padding: 7px 12px 6px;
  color: #FFF;
  text-align: left;
  background-color: #49BFBC;
  border-radius: 4px;
  border: 1px solid #49BFBC;
}
/* line 282, sass/libs/_bootstrap-slider.scss */
.slider .tooltip.top .tooltip-arrow {
  border-top-color: #49BFBC;
}
/* line 283, sass/libs/_bootstrap-slider.scss */
.slider .tooltip.top-left .tooltip-arrow {
  border-top-color: #49BFBC;
}
/* line 284, sass/libs/_bootstrap-slider.scss */
.slider .tooltip.top-right .tooltip-arrow {
  border-top-color: #49BFBC;
}
/* line 285, sass/libs/_bootstrap-slider.scss */
.slider .tooltip.right .tooltip-arrow {
  border-right-color: #49BFBC;
}
/* line 286, sass/libs/_bootstrap-slider.scss */
.slider .tooltip.left .tooltip-arrow {
  border-left-color: #49BFBC;
}
/* line 287, sass/libs/_bootstrap-slider.scss */
.slider .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #49BFBC;
}
/* line 288, sass/libs/_bootstrap-slider.scss */
.slider .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #49BFBC;
}
/* line 289, sass/libs/_bootstrap-slider.scss */
.slider .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #49BFBC;
}

/*!
* Datetimepicker for Bootstrap 3
* version : 4.17.42
* https://github.com/Eonasdan/bootstrap-datetimepicker/
*/
/* line 7, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget {
  list-style: none;
}

/* line 10, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width: 768px) {
  /* line 16, sass/libs/_bootstrap-datetimepicker.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  /* line 21, sass/libs/_bootstrap-datetimepicker.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  /* line 26, sass/libs/_bootstrap-datetimepicker.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
/* line 30, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

/* line 36, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

/* line 44, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

/* line 51, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

/* line 59, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

/* line 66, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

/* line 70, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

/* line 74, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

/* line 77, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

/* line 80, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

/* line 83, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

/* line 91, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

/* line 94, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}

/* line 105, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}

/* line 116, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}

/* line 127, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}

/* line 138, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}

/* line 149, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}

/* line 160, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}

/* line 171, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}

/* line 182, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}

/* line 193, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

/* line 196, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

/* line 207, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

/* line 214, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

/* line 219, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

/* line 223, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 2px;
}

/* line 228, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 233, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

/* line 236, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}

/* line 242, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}

/* line 253, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}

/* line 264, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

/* line 267, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eee;
}

/* line 270, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

/* line 275, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777;
}

/* line 281, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 286, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eee;
  cursor: pointer;
}

/* line 293, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777;
}

/* line 297, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

/* line 300, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #5ebaab;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

/* line 311, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #5ebaab;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 317, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

/* line 320, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}

/* line 326, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 2px;
}

/* line 335, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eee;
}

/* line 338, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #5ebaab;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 343, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td span.old {
  color: #777;
}

/* line 346, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}

/* line 352, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

/* line 356, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}

/* line 359, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

/* line 362, sass/libs/_bootstrap-datetimepicker.scss */
.input-group.date .input-group-addon {
  cursor: pointer;
}

/* line 365, sass/libs/_bootstrap-datetimepicker.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 377, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget ul li table td a:hover, .bootstrap-datetimepicker-widget ul li table td a:focus {
  color: #49BFBC;
}

/* line 378, sass/libs/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget ul li table tr td a:hover {
  background: none !important;
}

/* line 3, sass/libs/_bootstrap-tour.min.scss */
.tour-backdrop {
  position: absolute;
  z-index: 1100;
  background-color: #000;
  opacity: .8;
  filter: alpha(opacity=80);
}

/* line 3, sass/libs/_bootstrap-tour.min.scss */
.popover[class*="tour-"] {
  z-index: 1102;
}

/* line 3, sass/libs/_bootstrap-tour.min.scss */
.popover[class*="tour-"] .popover-navigation {
  padding: 9px 14px;
  overflow: hidden;
}

/* line 3, sass/libs/_bootstrap-tour.min.scss */
.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
  float: right;
}

/* line 3, sass/libs/_bootstrap-tour.min.scss */
.popover[class*="tour-"] .popover-navigation *[data-role="prev"], .popover[class*="tour-"] .popover-navigation *[data-role="next"], .popover[class*="tour-"] .popover-navigation *[data-role="end"] {
  cursor: pointer;
}

/* line 3, sass/libs/_bootstrap-tour.min.scss */
.popover[class*="tour-"] .popover-navigation *[data-role="prev"].disabled, .popover[class*="tour-"] .popover-navigation *[data-role="next"].disabled, .popover[class*="tour-"] .popover-navigation *[data-role="end"].disabled {
  cursor: default;
}

/* line 3, sass/libs/_bootstrap-tour.min.scss */
.popover[class*="tour-"].orphan {
  position: fixed;
  margin-top: 0;
}

/* line 3, sass/libs/_bootstrap-tour.min.scss */
.popover[class*="tour-"].orphan .arrow {
  display: none;
}

/* line 5, sass/components/_surveyItem.scss */
.panel-survey {
  padding: 15px 20px;
}
/* line 7, sass/components/_surveyItem.scss */
.panel-survey .intro {
  font-size: 85%;
  margin-top: 4px;
  color: #8c8c8c;
}
/* line 9, sass/components/_surveyItem.scss */
.panel-survey .mainInfo {
  font-size: 150%;
  margin: 8px 0 10px;
}
/* line 12, sass/components/_surveyItem.scss */
.panel-survey .mainInfo li.points a {
  color: #666;
}
/* line 13, sass/components/_surveyItem.scss */
.panel-survey .mainInfo li.points small {
  color: gray;
}
/* line 14, sass/components/_surveyItem.scss */
.panel-survey .mainInfo li.points i {
  color: #ffef99;
  text-shadow: 0px 0px 2px #998100;
  margin-right: 5px;
}
/* line 18, sass/components/_surveyItem.scss */
.panel-survey .mainInfo li.draw a {
  color: #49BFBC;
}
/* line 19, sass/components/_surveyItem.scss */
.panel-survey .mainInfo li.draw small {
  color: gray;
}
/* line 20, sass/components/_surveyItem.scss */
.panel-survey .mainInfo li.draw i {
  color: #b3b3b3;
  text-shadow: 0px 0px 2px #cccccc;
  margin-right: 5px;
}
/* line 26, sass/components/_surveyItem.scss */
.panel-survey .callToAction {
  margin: 0 0 5px 0;
  padding: 20px 0 15px 0;
  border-top: 1px dotted #eaeaea;
  border-bottom: 1px dotted #eaeaea;
  text-align: center;
}
/* line 28, sass/components/_surveyItem.scss */
.panel-survey .callToAction .btn {
  margin: -5px 5px 0 0;
}
/* line 29, sass/components/_surveyItem.scss */
.panel-survey .callToAction .loi {
  font-size: 125%;
  white-space: nowrap;
}
/* line 30, sass/components/_surveyItem.scss */
.panel-survey .callToAction .loi i {
  margin-right: 3px;
  color: gray;
}
/* line 31, sass/components/_surveyItem.scss */
.panel-survey .callToAction .loi small {
  font-size: 70%;
  color: gray;
}
/* line 37, sass/components/_surveyItem.scss */
.panel-survey .details {
  font-size: 85%;
  margin-top: 12px;
}
/* line 39, sass/components/_surveyItem.scss */
.panel-survey .details li {
  margin: 6px 0;
}
/* line 40, sass/components/_surveyItem.scss */
.panel-survey .details li i {
  margin-right: 5px;
}

/* line 49, sass/components/_surveyItem.scss */
.special-invite-2 {
  color: #fff;
  background: #7861AF;
}
/* line 54, sass/components/_surveyItem.scss */
.special-invite-2 .intro {
  color: #fff;
}
/* line 55, sass/components/_surveyItem.scss */
.special-invite-2 .mainInfo {
  color: #fff;
}
/* line 56, sass/components/_surveyItem.scss */
.special-invite-2 .mainInfo li.points a {
  color: #fff;
}
/* line 57, sass/components/_surveyItem.scss */
.special-invite-2 .mainInfo li.points small {
  color: #f0f0f0;
}
/* line 59, sass/components/_surveyItem.scss */
.special-invite-2 .callToAction {
  padding: 5px 0 0 0;
  border-top: none;
  border-bottom: none;
}
/* line 60, sass/components/_surveyItem.scss */
.special-invite-2 .details {
  background: #fff;
  color: #666;
  margin: 15px -20px -15px -20px;
  padding: 15px;
}

/* line 65, sass/components/_surveyItem.scss */
.special-invite-3 {
  color: #fff;
  background: #49BFBC;
}
/* line 70, sass/components/_surveyItem.scss */
.special-invite-3 .intro {
  color: #fff;
}
/* line 71, sass/components/_surveyItem.scss */
.special-invite-3 .mainInfo {
  color: #fff;
}
/* line 72, sass/components/_surveyItem.scss */
.special-invite-3 .mainInfo li.points a {
  color: #fff;
}
/* line 73, sass/components/_surveyItem.scss */
.special-invite-3 .mainInfo li.points small {
  color: #f0f0f0;
}
/* line 75, sass/components/_surveyItem.scss */
.special-invite-3 .callToAction {
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
}
/* line 76, sass/components/_surveyItem.scss */
.special-invite-3 .details strong {
  color: #fff;
}

/* line 85, sass/components/_surveyItem.scss */
.panel-dynamicProfiling .plus-0-txt {
  color: #666;
}
/* line 87, sass/components/_surveyItem.scss */
.panel-dynamicProfiling .plus-25-txt {
  color: #F19E43;
}
/* line 89, sass/components/_surveyItem.scss */
.panel-dynamicProfiling .plus-50-txt {
  color: #7DC3E7;
}
/* line 91, sass/components/_surveyItem.scss */
.panel-dynamicProfiling .plus-75-txt {
  color: #9FCC3A;
}
/* line 93, sass/components/_surveyItem.scss */
.panel-dynamicProfiling .plus-99-txt {
  color: #49BFBC;
}
/* line 95, sass/components/_surveyItem.scss */
.panel-dynamicProfiling .callToAction {
  margin: 20px 0 0 0;
  padding: 25px 0 10px 0;
  border-bottom: 0;
}

/* line 105, sass/components/_surveyItem.scss */
.dyn-progress-bar .progress {
  height: 7px;
  background-color: #e9e9e8;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 112, sass/components/_surveyItem.scss */
.dyn-progress-bar .plus-0 {
  background-color: #666;
}
/* line 114, sass/components/_surveyItem.scss */
.dyn-progress-bar .plus-25 {
  background-color: #F19E43;
}
/* line 116, sass/components/_surveyItem.scss */
.dyn-progress-bar .plus-50 {
  background-color: #7DC3E7;
}
/* line 118, sass/components/_surveyItem.scss */
.dyn-progress-bar .plus-75 {
  background-color: #9FCC3A;
}
/* line 120, sass/components/_surveyItem.scss */
.dyn-progress-bar .plus-99 {
  background-color: #49BFBC;
}

/* line 127, sass/components/_surveyItem.scss */
.modalDyN h1, .modalDyN .h1, .modalDyN h2, .modalDyN .h2, .modalDyN h3, .modalDyN .h3 {
  margin-top: 15px;
}
/* line 131, sass/components/_surveyItem.scss */
.modalDyN .callToAction {
  padding: 20px 0 15px 0;
  border-top: 1px dotted #eaeaea;
}
/* line 136, sass/components/_surveyItem.scss */
.modalDyN .img-modal {
  max-width: 130px;
  height: auto;
}

/* line 5, sass/components/_pollItem.scss */
.panel-pollItem {
  padding: 15px 20px;
}
/* line 7, sass/components/_pollItem.scss */
.panel-pollItem .intro {
  font-size: 80%;
  margin-top: 6px;
}
/* line 8, sass/components/_pollItem.scss */
.panel-pollItem .mainInfo {
  margin: 8px 0 12px;
}
/* line 12, sass/components/_pollItem.scss */
.panel-pollItem .mainInfo.doublePoll img {
  width: 49.5%;
  float: left;
}
/* line 13, sass/components/_pollItem.scss */
.panel-pollItem .mainInfo.doublePoll img:nth-child(2) {
  float: right;
}
/* line 19, sass/components/_pollItem.scss */
.panel-pollItem .mainInfo.multiplePoll img {
  width: 49.5%;
  float: left;
}
/* line 20, sass/components/_pollItem.scss */
.panel-pollItem .mainInfo.multiplePoll .optionsContainer {
  width: 49.5%;
  float: right;
}
/* line 21, sass/components/_pollItem.scss */
.panel-pollItem .mainInfo.multiplePoll .optionsContainer img:nth-child(even) {
  float: right;
}
/* line 22, sass/components/_pollItem.scss */
.panel-pollItem .mainInfo.multiplePoll .optionsContainer img:nth-child(odd) {
  float: left;
}
/* line 23, sass/components/_pollItem.scss */
.panel-pollItem .mainInfo.multiplePoll .optionsContainer img:nth-child(-n+2) {
  margin-bottom: 2%;
}
/* line 27, sass/components/_pollItem.scss */
.panel-pollItem .callToAction {
  font-size: 110%;
  line-height: 125%;
}
/* line 29, sass/components/_pollItem.scss */
.panel-pollItem .callToAction .col-1 {
  float: left;
  width: 12.5%;
}
/* line 30, sass/components/_pollItem.scss */
.panel-pollItem .callToAction .col-1 img {
  width: 100%;
}
/* line 33, sass/components/_pollItem.scss */
.panel-pollItem .callToAction .col-2 {
  float: right;
  width: 85%;
}

/* line 12, sass/pages/_general.scss */
.prototype-landing-page .panel-communication > a {
  padding: 10px 0;
}
/* line 13, sass/pages/_general.scss */
.prototype-landing-page .panel-communication > h3 {
  margin-bottom: 5px;
}
/* line 15, sass/pages/_general.scss */
.prototype-landing-page .panel-landing .icon-landing img {
  max-width: 50%;
}

/* line 25, sass/pages/_general.scss */
.referFriends-page input.referral-link {
  background-color: #FFF;
  cursor: default;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 27, sass/pages/_general.scss */
.referFriends-page .tooltip > .tooltip-inner {
  background-color: #7861AF;
}
/* line 28, sass/pages/_general.scss */
.referFriends-page .tooltip > .tooltip-arrow {
  border-bottom-color: #7861AF;
}
/* line 30, sass/pages/_general.scss */
.referFriends-page .icon-kakao, .referFriends-page .icon-line {
  height: 32px;
  width: 32px;
  background: url("../img/icons/icon-raf_kakao.png") no-repeat;
  background: url("../img/icons/icon-raf_kakao.svg") no-repeat, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  display: inline-block;
  margin-bottom: -10px;
}
/* line 39, sass/pages/_general.scss */
.referFriends-page .icon-line {
  background: url("../img/icons/icon-raf_line.png") no-repeat;
  background: url("../img/icons/icon-raf_line.svg") no-repeat, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

/* line 53, sass/pages/_general.scss */
.help-page li {
  margin: 12px 0;
}
/* line 54, sass/pages/_general.scss */
.help-page li i {
  margin-right: 10px;
  color: gray;
}

/* line 64, sass/pages/_general.scss */
.notifications-page .nav-tabs {
  margin-bottom: 10px;
}
/* line 66, sass/pages/_general.scss */
.notifications-page .nav-tabs li a strong {
  color: #49BFBC;
}
/* line 67, sass/pages/_general.scss */
.notifications-page .nav-tabs li.active a strong {
  color: #4d4d4d;
}
/* line 71, sass/pages/_general.scss */
.notifications-page .badge {
  font-size: 12px;
}
/* line 75, sass/pages/_general.scss */
.notifications-page .follower-request .intro {
  margin-top: 10px;
  padding: 15px 0 10px;
  border-top: 1px dotted #f7f7f7;
  border-bottom: 1px dotted #f7f7f7;
}
/* line 77, sass/pages/_general.scss */
.notifications-page .follower-request .intro .author, .notifications-page .follower-request .intro .userlink {
  display: block;
  text-align: center;
}
/* line 78, sass/pages/_general.scss */
.notifications-page .follower-request .intro .author img {
  float: none;
  margin: 0 0 10px 0;
}

/* line 90, sass/pages/_general.scss */
.pointsBalance-page {
  /* Generic Styling, for Desktops/Laptops */
  /* INLINE STYLES
  Max width before this PARTICULAR table gets nasty
  This query will take effect for any screen smaller than 760px
  and also iPads specifically.
  */
}
/* line 92, sass/pages/_general.scss */
.pointsBalance-page .panel-header h1 {
  margin: 5px 0 10px;
}
/* line 95, sass/pages/_general.scss */
.pointsBalance-page .table th {
  font-size: 80%;
}
/* line 96, sass/pages/_general.scss */
.pointsBalance-page .table td {
  color: #a6a6a6;
}
/* line 97, sass/pages/_general.scss */
.pointsBalance-page .table td:first-child {
  font-size: 80%;
  line-height: 1.8;
}
/* line 100, sass/pages/_general.scss */
.pointsBalance-page .nav-pills li {
  float: none;
  display: block;
  margin-bottom: 4px;
  text-align: center;
}
/* line 103, sass/pages/_general.scss */
.pointsBalance-page .table {
  width: 100%;
  border-collapse: collapse;
}
/* line 105, sass/pages/_general.scss */
.pointsBalance-page .table td, .pointsBalance-page th {
  padding: 8px;
  vertical-align: top;
}
/* line 107, sass/pages/_general.scss */
.pointsBalance-page .view-orders {
  margin-top: 0;
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 90, sass/pages/_general.scss */
  .pointsBalance-page {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
    Label the data
    */
  }
  /* line 117, sass/pages/_general.scss */
  .pointsBalance-page .table, .pointsBalance-page thead, .pointsBalance-page tbody, .pointsBalance-page th, .pointsBalance-page td, .pointsBalance-page tr {
    display: block;
  }
  /* line 120, sass/pages/_general.scss */
  .pointsBalance-page thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /* line 122, sass/pages/_general.scss */
  .pointsBalance-page .table tr {
    border-top: 1px solid #eaeaea;
  }
  /* line 124, sass/pages/_general.scss */
  .pointsBalance-page .table tr:first-child {
    border-top: none;
  }
  /* line 126, sass/pages/_general.scss */
  .pointsBalance-page .table td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: none;
    position: relative;
    padding-left: 50%;
  }
  /* line 131, sass/pages/_general.scss */
  .pointsBalance-page .table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  /* line 141, sass/pages/_general.scss */
  .pointsBalance-page .table td:nth-of-type(1):before {
    content: "Date";
  }
  /* line 142, sass/pages/_general.scss */
  .pointsBalance-page .table td:nth-of-type(2):before {
    content: "Type";
  }
  /* line 143, sass/pages/_general.scss */
  .pointsBalance-page .table td:nth-of-type(3):before {
    content: "Details";
  }
  /* line 144, sass/pages/_general.scss */
  .pointsBalance-page .table td:nth-of-type(4):before {
    content: "Status";
  }
  /* line 145, sass/pages/_general.scss */
  .pointsBalance-page .table td:nth-of-type(5):before {
    content: "Points";
  }
  /* line 146, sass/pages/_general.scss */
  .pointsBalance-page .table td:nth-of-type(6):before {
    content: "New balance";
  }
}

/* line 157, sass/pages/_general.scss */
.rewards-page .post {
  margin: 0;
  width: 50%;
}
/* line 159, sass/pages/_general.scss */
.rewards-page .post .panel {
  margin: 0;
  border-bottom: none;
}
/* line 161, sass/pages/_general.scss */
.rewards-page .panel-last-row {
  border-bottom: 1px solid #eaeaea !important;
}
/* line 163, sass/pages/_general.scss */
.rewards-page .full-bleed {
  margin: 0 -15px 0 -15px;
}
/* line 165, sass/pages/_general.scss */
.rewards-page .featured-reward {
  width: 150px;
  min-height: 216px;
  position: inherit;
}
/* line 169, sass/pages/_general.scss */
.rewards-page .featured-reward .label-success {
  position: relative;
  top: -2px;
  margin-left: 2px;
}
/* line 173, sass/pages/_general.scss */
.rewards-page .img-reward {
  overflow: hidden;
  height: 150px;
  position: relative;
}
/* line 175, sass/pages/_general.scss */
.rewards-page .img-reward-featured {
  height: 118px;
}
/* line 177, sass/pages/_general.scss */
.rewards-page .img-reward-deal {
  height: 88px;
}
/* line 179, sass/pages/_general.scss */
.rewards-page .img-reward-deal-in-cat {
  height: 115px !important;
}
/* line 181, sass/pages/_general.scss */
.rewards-page .img-reward a img {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
}
/* line 187, sass/pages/_general.scss */
.rewards-page .slick-slide {
  margin: 0px 2px !important;
}
/* line 189, sass/pages/_general.scss */
.rewards-page .slick-prev, .rewards-page .slick-next {
  padding: 73px 0 102px 0;
  display: none !important;
}
/* line 193, sass/pages/_general.scss */
.rewards-page .slider, .rewards-page .slick-slide img {
  display: block;
  margin: 0 auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
}
/* line 199, sass/pages/_general.scss */
.rewards-page .slick-prev:before, .rewards-page .slick-next:before {
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 1;
  color: #999999;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 201, sass/pages/_general.scss */
.rewards-page .slick-prev:before {
  content: "\f053";
}
/* line 202, sass/pages/_general.scss */
.rewards-page [dir="rtl"] .slick-prev:before {
  content: "\f054";
}
/* line 204, sass/pages/_general.scss */
.rewards-page [dir="rtl"] .slick-next {
  left: -10px;
  top: 70px;
  right: auto;
}
/* line 205, sass/pages/_general.scss */
.rewards-page .slick-next:before {
  content: "\f054";
}
/* line 206, sass/pages/_general.scss */
.rewards-page [dir="rtl"] .slick-next:before {
  content: "\f053";
}
/* line 208, sass/pages/_general.scss */
.rewards-page .dropdown, .rewards-page .dropup {
  z-index: 3 !important;
}
@media (min-width: 479px) and (max-width: 767px) {
  /* line 212, sass/pages/_general.scss */
  .rewards-page .addToWishlistIcon, .rewards-page .lockedItemIcon, .rewards-page .sweepstakeIcon {
    padding: 2%;
  }
}
@media (min-width: 768px) {
  /* line 218, sass/pages/_general.scss */
  .rewards-page .post {
    margin: 5px 0.5%;
    width: 24%;
  }
  /* line 220, sass/pages/_general.scss */
  .rewards-page .post .panel {
    margin: 0 0 5px 0;
    border: 1px solid #eaeaea;
  }
  /* line 222, sass/pages/_general.scss */
  .rewards-page .post-type-fw {
    width: 99% !important;
  }
  /* line 224, sass/pages/_general.scss */
  .rewards-page .full-bleed {
    margin: 0 -5px 0 -5px;
  }
  /* line 226, sass/pages/_general.scss */
  .rewards-page .img-reward, .rewards-page .img-reward-featured {
    height: 175px;
  }
  /* line 228, sass/pages/_general.scss */
  .rewards-page .img-reward-deal {
    height: 145px;
  }
  /* line 230, sass/pages/_general.scss */
  .rewards-page .img-reward-deal-in-cat {
    height: 140px !important;
  }
  /* line 232, sass/pages/_general.scss */
  .rewards-page .slick-slide {
    margin: 0px 6px !important;
  }
  /* line 234, sass/pages/_general.scss */
  .rewards-page .slick-prev, .rewards-page .slick-next {
    padding: 110px 0 129px 0;
    display: block !important;
  }
  /* line 236, sass/pages/_general.scss */
  .rewards-page .featured-reward {
    width: 205px !important;
    min-height: 250px !important;
    position: inherit;
  }
  /* line 238, sass/pages/_general.scss */
  .rewards-page .rewards-wishlist {
    height: 308px !important;
  }
  /* line 240, sass/pages/_general.scss */
  .rewards-page .addToWishlistIcon, .rewards-page .lockedItemIcon, .rewards-page .sweepstakeIcon {
    padding: 3% !important;
  }
  /* line 243, sass/pages/_general.scss */
  .rewards-page .title-item h1, .rewards-page .title-item p {
    text-align: center !important;
  }
}

/* line 255, sass/pages/_general.scss */
.addToWishlistIcon, .sweepstakeIcon, .lockedItemIcon {
  float: left !important;
  width: 30px !important;
  height: 31px !important;
  background-color: #f9f9f9;
  border-radius: 20px;
  text-align: center;
  margin: 0 !important;
  padding: 4%;
  position: absolute !important;
  z-index: 2 !important;
}

/* line 261, sass/pages/_general.scss */
.sweepstakeIcon {
  padding: 4% !important;
}

/* line 264, sass/pages/_general.scss */
.secondItem {
  margin-left: 38px !important;
}

/* line 266, sass/pages/_general.scss */
.subnavOnScrolling, .subnavOnScrollingPolls {
  position: fixed;
  z-index: 3;
  top: 51px;
  width: 100%;
  padding: 14px 0 10px 0;
  background: #fff;
  border-top: 1px solid #eaeaea;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

/* line 272, sass/pages/_general.scss */
.subnavOnScrollingPolls {
  padding: 10px 0;
}

/* line 274, sass/pages/_general.scss */
.dropdown-categories li a {
  margin: 8px 0;
}

/* line 275, sass/pages/_general.scss */
.dropdown-categories li a span.icon-catalog-xs {
  width: 15px;
  display: inline-block;
  color: #49BFBC;
}

/* line 276, sass/pages/_general.scss */
.dropdown-categories li a span {
  margin-left: 5px;
  color: #666;
}

/* line 278, sass/pages/_general.scss */
.nav-categories li a {
  margin: 0 15px 10px 0;
  border: 1px solid transparent;
  text-align: center;
}

/* line 282, sass/pages/_general.scss */
li.icon-nav-catalogue a i {
  margin: 0 auto 6px auto;
  display: block;
}

/* line 286, sass/pages/_general.scss */
li.icon-nav-catalogue a span {
  display: block;
  margin: 6px auto 0 auto;
  color: #666;
}

/* line 290, sass/pages/_general.scss */
.sms-module .holder-country-code {
  padding: 4px 0;
}

/* line 291, sass/pages/_general.scss */
.sms-module .countdown-sms {
  padding: 9px 45px;
  border-radius: 0 3px 3px 0 !important;
}

/* line 298, sass/pages/_general.scss */
.content-page .intro {
  text-align: center;
}
/* line 299, sass/pages/_general.scss */
.content-page .intro h1, .content-page .intro p {
  color: #fff;
}
/* line 302, sass/pages/_general.scss */
.content-page .page-intro {
  margin-top: -65px;
  background: url(../img/patterns/shattered-primary.png) repeat;
}
/* line 304, sass/pages/_general.scss */
.content-page .container-long-content-page p {
  line-height: 26px;
}
/* line 308, sass/pages/_general.scss */
.content-page .panel-padding-search {
  padding: 42px 0 10px 0;
}

/* line 320, sass/pages/_general.scss */
.partnerwithus-page .intro {
  text-align: center;
}
/* line 321, sass/pages/_general.scss */
.partnerwithus-page .intro h1, .partnerwithus-page .intro p {
  color: #fff;
}
/* line 324, sass/pages/_general.scss */
.partnerwithus-page img {
  margin-top: 25px;
}
/* line 326, sass/pages/_general.scss */
.partnerwithus-page .panel {
  margin: 0;
}
/* line 327, sass/pages/_general.scss */
.partnerwithus-page .page-intro {
  margin-top: -65px;
  background: url(../img/patterns/shattered-primary.png) repeat;
}

/* line 337, sass/pages/_general.scss */
.aboutus-page .intro {
  text-align: center;
}
/* line 338, sass/pages/_general.scss */
.aboutus-page .intro h1, .aboutus-page .intro p {
  color: #fff;
}
/* line 341, sass/pages/_general.scss */
.aboutus-page .panel-padding img {
  margin-top: 25px;
}
/* line 343, sass/pages/_general.scss */
.aboutus-page .panel {
  margin: 0;
}
/* line 344, sass/pages/_general.scss */
.aboutus-page .page-intro {
  margin-top: -65px;
  background: url(../img/patterns/shattered-primary.png) repeat;
}
/* line 349, sass/pages/_general.scss */
.aboutus-page .about-ipsos img {
  margin: 0;
}
/* line 350, sass/pages/_general.scss */
.aboutus-page .about-ipsos h4 {
  margin-bottom: 4px;
}
/* line 351, sass/pages/_general.scss */
.aboutus-page .about-ipsos h6 {
  margin: 0 0 30px;
}

/* line 364, sass/pages/_general.scss */
.programrules-page .intro {
  text-align: center;
}
/* line 365, sass/pages/_general.scss */
.programrules-page .page-intro {
  margin-top: -65px;
  background: url(../img/patterns/shattered-secondary.png) repeat;
}
/* line 367, sass/pages/_general.scss */
.programrules-page h4 {
  margin-top: 35px;
}

/* line 378, sass/pages/_general.scss */
.privacypolicy-page .intro {
  text-align: center;
}
/* line 379, sass/pages/_general.scss */
.privacypolicy-page .page-intro {
  margin-top: -65px;
  background: url(../img/patterns/shattered-primary.png) repeat;
}
/* line 381, sass/pages/_general.scss */
.privacypolicy-page h3, .privacypolicy-page h4 {
  margin-top: 35px;
}

/* line 391, sass/pages/_general.scss */
.loyaltyprogram-page .page-intro {
  margin: 0;
  padding: 0;
  margin-top: -65px;
  background: url(../img/patterns/shattered-tertiary.png) repeat;
}
/* line 392, sass/pages/_general.scss */
.loyaltyprogram-page .page-intro img {
  margin-top: 60px;
}
/* line 393, sass/pages/_general.scss */
.loyaltyprogram-page .page-intro .intro {
  text-align: center;
}

/* line 406, sass/pages/_general.scss */
.contestrules-page .intro {
  text-align: center;
}
/* line 407, sass/pages/_general.scss */
.contestrules-page .page-intro {
  margin-top: -65px;
  background: url(../img/patterns/shattered-tertiary.png) repeat;
}
/* line 409, sass/pages/_general.scss */
.contestrules-page h2, .contestrules-page h3, .contestrules-page h4 {
  margin-top: 35px;
}
/* line 411, sass/pages/_general.scss */
.contestrules-page ul {
  margin: 40px 0 0 40px;
}
/* line 412, sass/pages/_general.scss */
.contestrules-page ul li {
  margin-top: 35px;
}

/* line 423, sass/pages/_general.scss */
.winners-page .panel-winner .intro {
  font-size: 80%;
  color: #8c8c8c;
}
/* line 424, sass/pages/_general.scss */
.winners-page .panel-winner .intro strong {
  color: #8c8c8c;
}
/* line 427, sass/pages/_general.scss */
.winners-page .panel-winner .user-info {
  margin: 10px 0;
  padding: 10px 0;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
/* line 429, sass/pages/_general.scss */
.winners-page .panel-winner .user-info .avatar {
  float: left;
  height: 50px;
  width: 50px;
}
/* line 430, sass/pages/_general.scss */
.winners-page .panel-winner .user-info .avatar img {
  height: 50px;
  width: 50px;
}
/* line 432, sass/pages/_general.scss */
.winners-page .panel-winner .user-info .credentials {
  width: 100%;
  height: 100%;
  padding-left: 60px;
}
/* line 433, sass/pages/_general.scss */
.winners-page .panel-winner .user-info .location {
  margin-top: 5px;
  font-size: 80%;
}
/* line 434, sass/pages/_general.scss */
.winners-page .panel-winner .user-info .location img {
  height: 20px;
  width: 20px;
  margin: -1px 2px 0 0;
}
/* line 438, sass/pages/_general.scss */
.winners-page .panel-winner .details {
  margin-top: 10px;
  font-size: 85%;
}

/* line 449, sass/pages/_general.scss */
.maintenance-page .flag {
  width: 30px;
  height: 30px;
  margin-top: 20px;
}

/* line 459, sass/pages/_general.scss */
.becomeourpartner-page .intro, .partnering-page .intro {
  margin: 85px 0 50px;
  text-align: center;
}
/* line 460, sass/pages/_general.scss */
.becomeourpartner-page .intro h1, .becomeourpartner-page .intro p, .partnering-page .intro h1, .partnering-page .intro p {
  color: #fff;
}
/* line 464, sass/pages/_general.scss */
.becomeourpartner-page .panel, .partnering-page .panel {
  margin: 0;
}
/* line 465, sass/pages/_general.scss */
.becomeourpartner-page .page-intro, .partnering-page .page-intro {
  margin-top: -65px;
  background: url(../img/patterns/shattered-primary.png) repeat;
}
/* line 468, sass/pages/_general.scss */
.becomeourpartner-page .panel-padding, .partnering-page .panel-padding {
  padding: 30px 15px;
  margin: -5px 0 0 0;
}

/* line 477, sass/pages/_general.scss */
.partnering-page h2 {
  font-size: 24px;
  margin-bottom: 28px;
}
/* line 482, sass/pages/_general.scss */
.partnering-page h3 {
  font-size: 20px;
}
/* line 486, sass/pages/_general.scss */
.partnering-page hr {
  margin: 10px 0 25px 0;
}

/* line 497, sass/pages/_general.scss */
.languageselection-page h4 {
  margin: 5px 0;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaeaea;
}
/* line 501, sass/pages/_general.scss */
.languageselection-page .list-countries ul {
  margin: 0;
}
/* line 502, sass/pages/_general.scss */
.languageselection-page .list-countries li {
  margin: 15px 0;
  font-size: 85%;
  color: #bfbfbf;
}
/* line 503, sass/pages/_general.scss */
.languageselection-page .list-countries li img {
  float: left;
  margin: -3px 5px 0 0;
}
/* line 504, sass/pages/_general.scss */
.languageselection-page .list-countries li .country {
  color: #666;
}

/* line 520, sass/pages/_general.scss */
.ipsosresearch-page .region-col img {
  display: block;
  margin: 0 auto;
  max-height: 70px;
}

@media (min-width: 768px) {
  /* line 533, sass/pages/_general.scss */
  .ipsosresearch-page .foot-note {
    padding-top: 5px;
  }
}
/* line 545, sass/pages/_general.scss */
.browserNotSupported-page li .icon-browser {
  display: inline-block;
  padding: 15px 15px 15px 55px;
  background-image: url("../img/icons/chrome_45x45.jpg");
  background-repeat: no-repeat;
}
/* line 546, sass/pages/_general.scss */
.browserNotSupported-page li .icon-browser.firefox {
  background-image: url("../img/icons/firefox_45x45.jpg");
}
/* line 547, sass/pages/_general.scss */
.browserNotSupported-page li .icon-browser.edge {
  background-image: url("../img/icons/edge_45x45.jpg");
}

/* line 5, sass/pages/_landing.scss */
.landing-page {
  /* Target shorty viewports below 780px */
}
/* line 7, sass/pages/_landing.scss */
.landing-page .h1-landing {
  margin-top: 0;
}
/* line 10, sass/pages/_landing.scss */
.landing-page .panel {
  padding: 35px 15px 50px 15px;
  margin: 0;
  border: none;
  text-align: center;
}
/* line 12, sass/pages/_landing.scss */
.landing-page .panel h2 {
  margin-bottom: 8px;
  font-size: 30px;
}
/* line 13, sass/pages/_landing.scss */
.landing-page .panel .btn-landing {
  margin-top: 20px;
}
/* line 18, sass/pages/_landing.scss */
.landing-page .item-column {
  margin: 0 auto;
}
/* line 24, sass/pages/_landing.scss */
.landing-page .landing-intro {
  margin: -40px 0 0 0;
  padding-bottom: 50px;
}
/* line 26, sass/pages/_landing.scss */
.landing-page .landing-intro video {
  display: block;
}
/* line 27, sass/pages/_landing.scss */
.landing-page .landing-intro h1 {
  margin-top: 10px;
  font-size: 215%;
}
/* line 28, sass/pages/_landing.scss */
.landing-page .landing-intro .btn {
  padding: 10px 70px;
}
/* line 29, sass/pages/_landing.scss */
.landing-page .landing-intro i {
  display: block;
  margin-top: -5px;
}
@media screen and (max-device-width: 780px) {
  /* line 37, sass/pages/_landing.scss */
  .landing-page body {
    background: url("../assets/img/landing/cover.jpg") #000 no-repeat center center fixed;
  }
  /* line 38, sass/pages/_landing.scss */
  .landing-page #bgvid {
    display: none;
  }
}
@media (min-height: 990px) {
  /* line 43, sass/pages/_landing.scss */
  .landing-page .learn-more {
    display: none !important;
  }
}
/* line 48, sass/pages/_landing.scss */
.landing-page .hero {
  height: 400px;
  position: relative;
  display: block;
  top: 0;
  left: 0;
  padding: 22% 0 0 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
  box-shadow: 0 1px 0 0 rgba(40, 43, 49, 0.15);
}
/* line 66, sass/pages/_landing.scss */
.landing-page .hero .hero-filler {
  display: block;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 0;
  width: 100%;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF333300', endColorstr='#FF333300');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4yIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(99%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 99%, rgba(0, 0, 0, 0.2) 100%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 99%, rgba(0, 0, 0, 0.2) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 99%, rgba(0, 0, 0, 0.2) 100%);
}
/* line 82, sass/pages/_landing.scss */
.landing-page .hero video {
  display: block;
  right: 0;
  bottom: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  background-color: #fff;
  background: url("../img/landing/cover.jpg") no-repeat;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: 50% 50%;
  /*background-position: 30% 50%;*/
  z-index: -100;
}
/* line 101, sass/pages/_landing.scss */
.landing-page .hero h1 {
  margin: 0 auto 15px auto;
  font-size: 30px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}
/* line 109, sass/pages/_landing.scss */
.landing-page .hero-image {
  background-size: cover;
}
/* line 113, sass/pages/_landing.scss */
.landing-page .hero-image-other {
  background: url("../img/landing/cover.jpg") no-repeat black;
}
/* line 117, sass/pages/_landing.scss */
.landing-page .hero-image-na {
  background: url("../img/landing/cover_na.jpg") no-repeat black;
}
/* line 121, sass/pages/_landing.scss */
.landing-page .hero-image-latam {
  background: url("../img/landing/cover_latam.jpg") no-repeat black;
}
/* line 125, sass/pages/_landing.scss */
.landing-page .learn-more {
  display: block;
  padding-top: 95px !important;
  z-index: 9999 !important;
  font-size: 13px;
}
/* line 127, sass/pages/_landing.scss */
.landing-page .floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-15%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(15%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
/* line 155, sass/pages/_landing.scss */
.landing-page .postContainer {
  margin: 0 auto;
}
/* line 157, sass/pages/_landing.scss */
.landing-page .panel-featured {
  padding: 20px 15px;
  border: 1px solid #eaeaea;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
@media (min-width: 1220px) {
  /* line 160, sass/pages/_landing.scss */
  .landing-page .post {
    width: 32%;
    margin: 5px 0.5%;
  }
}
/* line 163, sass/pages/_landing.scss */
.landing-page .panel-inverse .post {
  color: #379e9b;
}
/* line 169, sass/pages/_landing.scss */
.landing-page .landing-rewards {
  background: #fafafa;
}
/* line 173, sass/pages/_landing.scss */
.landing-page .landing-rewards h4 {
  margin-top: 20px;
}
/* line 174, sass/pages/_landing.scss */
.landing-page .landing-rewards img {
  margin-bottom: 10px;
}
/* line 175, sass/pages/_landing.scss */
.landing-page .landing-rewards .rewards-details p {
  font-size: 80%;
}
/* line 183, sass/pages/_landing.scss */
.landing-page .landing-polls {
  padding-top: 25px;
}
/* line 194, sass/pages/_landing.scss */
.landing-page .landing-people {
  background: #fff;
}
/* line 207, sass/pages/_landing.scss */
.landing-page .landing-referrals h2 {
  margin-top: 10px;
}
/* line 208, sass/pages/_landing.scss */
.landing-page .landing-referrals .col-main p {
  margin-bottom: 25px;
}
/* line 216, sass/pages/_landing.scss */
.landing-page .landing-referrals .carousel .carousel-inner {
  overflow: visible;
}
/* line 218, sass/pages/_landing.scss */
.landing-page .landing-referrals .carousel .carousel-control {
  position: absolute;
  width: 5%;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: none;
}
/* line 229, sass/pages/_landing.scss */
.landing-page .landing-referrals .carousel .carousel-control.right {
  background-image: none;
  filter: none;
}
/* line 230, sass/pages/_landing.scss */
.landing-page .landing-referrals .carousel .carousel-control.left {
  background-image: none;
  filter: none;
}
/* line 231, sass/pages/_landing.scss */
.landing-page .landing-referrals .carousel .carousel-control .fa-angle-left, .landing-page .landing-referrals .carousel .carousel-control .fa-angle-right {
  position: absolute;
  top: 45%;
}
/* line 237, sass/pages/_landing.scss */
.landing-page .landing-referrals .carousel .item {
  margin: 0 0;
  width: 100%;
  border: 1px solid #eaeaea;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 239, sass/pages/_landing.scss */
.landing-page .landing-referrals .carousel .item p {
  font-size: 16px;
  color: #666;
}
/* line 240, sass/pages/_landing.scss */
.landing-page .landing-referrals .carousel .item .item-container {
  margin: 0;
  padding: 20px;
  text-align: left;
}
/* line 241, sass/pages/_landing.scss */
.landing-page .landing-referrals .carousel .item .fa-quote-left {
  color: #cccccc;
}
/* line 242, sass/pages/_landing.scss */
.landing-page .landing-referrals .carousel .item .fa-quote-right {
  color: #cccccc;
}
/* line 244, sass/pages/_landing.scss */
.landing-page .landing-referrals .carousel .item .info {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px dotted #eaeaea;
}
/* line 246, sass/pages/_landing.scss */
.landing-page .landing-referrals .carousel .item .info img {
  height: 45px;
  width: 45px;
  float: left;
  margin: 10px 10px 0 0;
}
/* line 247, sass/pages/_landing.scss */
.landing-page .landing-referrals .carousel .item .info a {
  display: block;
  margin-top: 10px;
  font-size: 16px;
}
/* line 248, sass/pages/_landing.scss */
.landing-page .landing-referrals .carousel .item .info p {
  font-size: 80%;
}
/* line 249, sass/pages/_landing.scss */
.landing-page .landing-referrals .carousel .item .info .foot-note {
  margin-top: 5px;
  font-size: 12px;
}
/* line 256, sass/pages/_landing.scss */
.landing-page .landing-referrals .carousel .panel-default {
  min-height: 205px;
}
/* line 264, sass/pages/_landing.scss */
.landing-page .landing-referrals .carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
/* line 269, sass/pages/_landing.scss */
.landing-page .landing-referrals .carousel-fade .carousel-inner .active {
  opacity: 1;
}
/* line 273, sass/pages/_landing.scss */
.landing-page .landing-referrals .carousel-fade .carousel-inner .active.left,
.landing-page .landing-referrals .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
/* line 281, sass/pages/_landing.scss */
.landing-page .landing-referrals .carousel-fade .carousel-control {
  z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 286, sass/pages/_landing.scss */
  .landing-page .landing-referrals .carousel-fade .carousel-inner > .item.next,
  .landing-page .landing-referrals .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 292, sass/pages/_landing.scss */
  .landing-page .landing-referrals .carousel-fade .carousel-inner > .item.prev,
  .landing-page .landing-referrals .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 298, sass/pages/_landing.scss */
  .landing-page .landing-referrals .carousel-fade .carousel-inner > .item.next.left,
  .landing-page .landing-referrals .carousel-fade .carousel-inner > .item.prev.right,
  .landing-page .landing-referrals .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 313, sass/pages/_landing.scss */
.landing-page .landing-surveys {
  padding-bottom: 0;
  background: url("../img/patterns/shattered-primary-lighter.png") repeat #49BFBC;
}
/* line 317, sass/pages/_landing.scss */
.landing-page .landing-surveys .btn-app {
  display: block;
  margin: 0 0 15px 0;
}
/* line 319, sass/pages/_landing.scss */
.landing-page .landing-surveys .btn {
  margin-top: 0;
  padding: 9px 23px;
}
/* line 321, sass/pages/_landing.scss */
.landing-page .landing-surveys .responsive_video {
  width: 100%    !important;
  height: auto   !important;
}
/* line 325, sass/pages/_landing.scss */
.landing-page footer .footer-landing {
  margin: 0 0 25px 0;
}

/* line 338, sass/pages/_landing.scss */
.loggedout-page .panel-gray {
  margin-bottom: -61px !important;
}

/* line 5, sass/pages/_pollDetail.scss */
.pollDetail-page {
  /*  Main toolbar
   *  ====================================
   *
   *  Sharing on internal and social channels
   *  Valuation system and internal rating
   *
   */
  /* Small devices */
}
/* line 9, sass/pages/_pollDetail.scss */
.pollDetail-page .panel-header .poll-search {
  margin-top: 15px;
}
/* line 10, sass/pages/_pollDetail.scss */
.pollDetail-page .panel-header .sub-control-1 {
  text-align: left;
}
/* line 11, sass/pages/_pollDetail.scss */
.pollDetail-page .panel-header .sub-control-2 {
  text-align: right;
}
@media (min-width: 768px) {
  /* line 15, sass/pages/_pollDetail.scss */
  .pollDetail-page .panel-header .poll-search {
    margin-top: 0px;
  }
  /* line 16, sass/pages/_pollDetail.scss */
  .pollDetail-page .panel-header .sub-control-1 {
    text-align: left;
  }
  /* line 17, sass/pages/_pollDetail.scss */
  .pollDetail-page .panel-header .sub-control-2 {
    text-align: right;
  }
}
/* line 24, sass/pages/_pollDetail.scss */
.pollDetail-page .panel-poll-header {
  text-align: center;
}
/* line 26, sass/pages/_pollDetail.scss */
.pollDetail-page .panel-poll-header h3 {
  margin: 15px 0 5px;
}
/* line 28, sass/pages/_pollDetail.scss */
.pollDetail-page .panel-poll-header .details {
  margin-bottom: 10px;
  font-size: 85%;
}
/* line 29, sass/pages/_pollDetail.scss */
.pollDetail-page .panel-poll-header .details .author {
  display: block;
}
/* line 32, sass/pages/_pollDetail.scss */
.pollDetail-page .panel-poll-header p {
  margin: 0;
}
/* line 34, sass/pages/_pollDetail.scss */
.pollDetail-page .panel-poll-header .poll-edit-toolbar {
  margin: 10px 0;
}
/* line 35, sass/pages/_pollDetail.scss */
.pollDetail-page .panel-poll-header .poll-edit-toolbar hr {
  border-color: white;
}
/* line 44, sass/pages/_pollDetail.scss */
.pollDetail-page .panel-poll-body {
  /*  Poll Layout
   *  ====================================
   *
   *  How polls are displayed based on the amount
   *  of available options.
   *  Layout styles
   */
  /* Very extra small devices */
  /* Very extra small devices */
  /* Small devices */
  /*  Poll Styles
   *  ====================================
   *
   *  How polls are displayed, no matter how
   *  many options are present.
   *  Visual styles
   */
                  /* Styles for poll-option-data container
                   * depending of the resolution and the amount
                   * of options presented
                   * /

                  /* Everything except very extra small devices */
  /* Small devices */
  /* medium devices */
}
/* line 46, sass/pages/_pollDetail.scss */
.pollDetail-page .panel-poll-body .intro {
  margin: 4px 0 15px 0;
  font-size: 90%;
  text-align: center;
}
/* line 47, sass/pages/_pollDetail.scss */
.pollDetail-page .panel-poll-body .intro .category {
  display: block;
}
/* line 65, sass/pages/_pollDetail.scss */
.pollDetail-page .panel-poll-body .poll-container.two-options .poll-option {
  float: left;
  width: 50%;
  padding: 0 2px;
  box-sizing: border-box;
}
/* line 66, sass/pages/_pollDetail.scss */
.pollDetail-page .panel-poll-body .poll-container.two-options .poll-option .poll-wrapper {
  border: 1px solid #fff;
  margin-bottom: 10px;
}
@media (max-width: 415px) {
  /* line 75, sass/pages/_pollDetail.scss */
  .pollDetail-page .panel-poll-body .poll-container.two-options .poll-option {
    width: 100%;
  }
}
/* line 86, sass/pages/_pollDetail.scss */
.pollDetail-page .panel-poll-body .poll-container.multiple-options .poll-option {
  float: left;
  width: 50%;
  padding: 0 2px;
  box-sizing: border-box;
}
/* line 87, sass/pages/_pollDetail.scss */
.pollDetail-page .panel-poll-body .poll-container.multiple-options .poll-option .poll-wrapper {
  border: 1px solid #f0f0f0;
  margin-bottom: 4px;
}
@media (max-width: 415px) {
  /* line 96, sass/pages/_pollDetail.scss */
  .pollDetail-page .panel-poll-body .poll-container.multiple-options .poll-option {
    width: 100%;
  }
}
@media (min-width: 768px) {
  /* line 107, sass/pages/_pollDetail.scss */
  .pollDetail-page .panel-poll-body .poll-container.multiple-options .poll-option {
    width: 33%;
  }
}
/* line 124, sass/pages/_pollDetail.scss */
.pollDetail-page .panel-poll-body .poll-option {
  cursor: pointer;
}
/* line 126, sass/pages/_pollDetail.scss */
.pollDetail-page .panel-poll-body .poll-option .poll-option-container {
  position: relative;
}
/* line 128, sass/pages/_pollDetail.scss */
.pollDetail-page .panel-poll-body .poll-option img {
  width: 100%;
}
/* line 130, sass/pages/_pollDetail.scss */
.pollDetail-page .panel-poll-body .poll-option .progress-container {
  position: absolute;
  bottom: 15px;
  width: 100%;
  padding: 10px 15px;
  /* Fallback for web browsers that don't support RGBa */
  background-color: black;
  /* RGBa with 0.6 opacity */
  background-color: rgba(0, 0, 0, 0.4);
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
/* line 141, sass/pages/_pollDetail.scss */
.pollDetail-page .panel-poll-body .poll-option .progress-container .progress-number {
  float: left;
  margin-right: 10px;
  color: #fff;
}
/* line 142, sass/pages/_pollDetail.scss */
.pollDetail-page .panel-poll-body .poll-option .progress-container .progress {
  margin: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
/* line 149, sass/pages/_pollDetail.scss */
.pollDetail-page .panel-poll-body .poll-option .vote-container {
  position: absolute;
  top: 15px;
  width: 100%;
  padding: 2px 15px;
  text-align: right;
  /* Fallback for web browsers that don't support RGBa */
  background-color: black;
  /* RGBa with 0.6 opacity */
  background-color: rgba(0, 0, 0, 0.4);
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
/* line 160, sass/pages/_pollDetail.scss */
.pollDetail-page .panel-poll-body .poll-option .vote-container i {
  float: left;
}
/* line 161, sass/pages/_pollDetail.scss */
.pollDetail-page .panel-poll-body .poll-option .vote-container a {
  display: block;
  margin-top: 21px;
  font-size: 80%;
  color: #fff;
}
/* line 162, sass/pages/_pollDetail.scss */
.pollDetail-page .panel-poll-body .poll-option .vote-container a:hover, .pollDetail-page .panel-poll-body .poll-option .vote-container a:focus {
  color: #e6e6e6;
}
/* line 168, sass/pages/_pollDetail.scss */
.pollDetail-page .panel-poll-body .poll-option .noVotes {
  position: absolute;
  bottom: 15px;
  width: 100%;
  padding: 10px 15px;
  color: #fff;
  /* Fallback for web browsers that don't support RGBa */
  background-color: black;
  /* RGBa with 0.6 opacity */
  background-color: rgba(0, 0, 0, 0.4);
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
/* line 181, sass/pages/_pollDetail.scss */
.pollDetail-page .panel-poll-body .poll-option .poll-option-data-container {
  height: 100%;
  font-size: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 10px;
}
/* line 183, sass/pages/_pollDetail.scss */
.pollDetail-page .panel-poll-body .poll-option .poll-option-name {
  margin: 0;
  color: #4d4d4d;
}
/* line 184, sass/pages/_pollDetail.scss */
.pollDetail-page .panel-poll-body .poll-option .poll-option-author {
  padding: 5px 0;
  font-size: 70%;
  color: #8c8c8c;
}
@media (min-width: 415px) {
  /* line 196, sass/pages/_pollDetail.scss */
  .pollDetail-page .panel-poll-body .two-options .poll-option-data-container {
    height: 100%;
    font-size: 100%;
  }
  /* line 197, sass/pages/_pollDetail.scss */
  .pollDetail-page .panel-poll-body .multiple-options .poll-option-data-container {
    height: 130px;
    font-size: 90%;
  }
}
@media (min-width: 768px) {
  /* line 202, sass/pages/_pollDetail.scss */
  .pollDetail-page .panel-poll-body .two-options .poll-option-data-container {
    height: 100%;
    font-size: 100%;
  }
  /* line 203, sass/pages/_pollDetail.scss */
  .pollDetail-page .panel-poll-body .multiple-options .poll-option-data-container {
    height: 130px;
    font-size: 100%;
  }
}
@media (min-width: 992px) {
  /* line 208, sass/pages/_pollDetail.scss */
  .pollDetail-page .panel-poll-body .two-options .poll-option-data-container {
    height: 100%;
    font-size: 100%;
  }
  /* line 209, sass/pages/_pollDetail.scss */
  .pollDetail-page .panel-poll-body .multiple-options .poll-option-data-container {
    height: 120px;
    font-size: 100%;
  }
}
/* line 214, sass/pages/_pollDetail.scss */
.pollDetail-page .panel-poll-body .poll-option.voted {
  cursor: default;
}
/* line 215, sass/pages/_pollDetail.scss */
.pollDetail-page .panel-poll-body .poll-option.notvoted {
  cursor: default;
}
/* line 229, sass/pages/_pollDetail.scss */
.pollDetail-page .mainToolbar {
  padding-top: 15px;
  /* Small devices */
  /* + Small devices */
}
/* line 231, sass/pages/_pollDetail.scss */
.pollDetail-page .mainToolbar .sharing {
  font-size: 125%;
  text-align: center;
  margin-bottom: 0;
}
/* line 233, sass/pages/_pollDetail.scss */
.pollDetail-page .mainToolbar .sharing li {
  padding-left: 1px !important;
  padding-right: 1px !important;
}
/* line 235, sass/pages/_pollDetail.scss */
.pollDetail-page .mainToolbar .sharing .btn {
  width: 34px;
}
/* line 236, sass/pages/_pollDetail.scss */
.pollDetail-page .mainToolbar .sharing a.btn {
  color: #fff;
}
/* line 237, sass/pages/_pollDetail.scss */
.pollDetail-page .mainToolbar .sharing a.btn:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 238, sass/pages/_pollDetail.scss */
.pollDetail-page .mainToolbar .sharing .popover {
  width: 180px;
}
@media (min-width: 768px) {
  /* line 244, sass/pages/_pollDetail.scss */
  .pollDetail-page .mainToolbar .sharing {
    text-align: left;
    margin-left: 2px;
  }
}
/* line 249, sass/pages/_pollDetail.scss */
.pollDetail-page .mainToolbar .social {
  text-align: center;
  margin-top: 20px;
}
/* line 251, sass/pages/_pollDetail.scss */
.pollDetail-page .mainToolbar .twitter-share {
  float: left;
}
/* line 252, sass/pages/_pollDetail.scss */
.pollDetail-page .mainToolbar .facebook-like {
  float: right;
  margin-right: 0;
}
@media (min-width: 768px) {
  /* line 257, sass/pages/_pollDetail.scss */
  .pollDetail-page .mainToolbar .social {
    margin: 5px 0 0 0;
  }
  /* line 258, sass/pages/_pollDetail.scss */
  .pollDetail-page .mainToolbar .twitter-share {
    float: right;
  }
  /* line 259, sass/pages/_pollDetail.scss */
  .pollDetail-page .mainToolbar .facebook-like {
    margin-right: 10px;
  }
}
/* line 264, sass/pages/_pollDetail.scss */
.pollDetail-page .mainToolbar .valuation-panel {
  text-align: center;
  margin-top: 20px;
}
/* line 265, sass/pages/_pollDetail.scss */
.pollDetail-page .mainToolbar .valuation-panel ul {
  margin-top: 10px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  /* line 268, sass/pages/_pollDetail.scss */
  .pollDetail-page .mainToolbar .valuation-panel {
    text-align: center;
    margin-top: 7px;
  }
  /* line 269, sass/pages/_pollDetail.scss */
  .pollDetail-page .mainToolbar .valuation-panel ul {
    margin: 0;
  }
}
/* line 277, sass/pages/_pollDetail.scss */
.pollDetail-page .add-option-panel {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px dotted #eaeaea;
}
/* line 279, sass/pages/_pollDetail.scss */
.pollDetail-page .add-option-panel .btn-add-option {
  padding: 4px 10px;
  font-size: 12px;
}
/* line 280, sass/pages/_pollDetail.scss */
.pollDetail-page .add-option-panel .btn-container {
  margin-top: 15px;
}
/* line 285, sass/pages/_pollDetail.scss */
.pollDetail-page .secondaryToolbar {
  margin: 5px 0;
}
/* line 286, sass/pages/_pollDetail.scss */
.pollDetail-page .secondaryToolbar .btn {
  font-size: 85%;
}
/* line 290, sass/pages/_pollDetail.scss */
.pollDetail-page .poll-comments {
  margin-top: 30px;
}
/* line 292, sass/pages/_pollDetail.scss */
.pollDetail-page .comment-panel, .pollDetail-page .comment-panel-images {
  height: auto;
  overflow: hidden;
  background: #f7f7f7;
  border: 1px solid #eaeaea;
  border-top: none;
}
/* line 293, sass/pages/_pollDetail.scss */
.pollDetail-page .comment-panel-images {
  border-top: none !important;
}
/* line 295, sass/pages/_pollDetail.scss */
.pollDetail-page ul.comment-attachments {
  margin-bottom: -10px;
}
/* line 299, sass/pages/_pollDetail.scss */
.pollDetail-page ul.comment-attachments li {
  padding: 0;
}
/* line 301, sass/pages/_pollDetail.scss */
.pollDetail-page ul.comment-attachments li a.insert {
  height: 35px;
  width: 30px;
  background: url(../img/icons/sprite-polls.png);
  background-size: 315px 70px;
  display: block;
  float: left;
  margin-left: 5px;
}
/* line 309, sass/pages/_pollDetail.scss */
.pollDetail-page ul.comment-attachments li a.insert.active {
  border-bottom: 3px solid #49BFBC;
}
/* line 313, sass/pages/_pollDetail.scss */
.pollDetail-page ul.comment-attachments li a.insert.smiley {
  background-position: -3px -2px;
}
/* line 314, sass/pages/_pollDetail.scss */
.pollDetail-page ul.comment-attachments li a.insert.smiley:hover {
  background-position: -3px -37px;
}
/* line 316, sass/pages/_pollDetail.scss */
.pollDetail-page ul.comment-attachments li a.insert.image {
  background-position: -37px -2px;
}
/* line 317, sass/pages/_pollDetail.scss */
.pollDetail-page ul.comment-attachments li a.insert.image:hover {
  background-position: -37px -37px;
}
/* line 319, sass/pages/_pollDetail.scss */
.pollDetail-page ul.comment-attachments li a.insert.gif {
  background-position: -73px -2px;
}
/* line 320, sass/pages/_pollDetail.scss */
.pollDetail-page ul.comment-attachments li a.insert.gif:hover {
  background-position: -73px -37px;
}
/* line 322, sass/pages/_pollDetail.scss */
.pollDetail-page ul.comment-attachments li a.insert.youtube {
  background-position: -108px -2px;
}
/* line 323, sass/pages/_pollDetail.scss */
.pollDetail-page ul.comment-attachments li a.insert.youtube:hover {
  background-position: -108px -37px;
}
/* line 325, sass/pages/_pollDetail.scss */
.pollDetail-page ul.comment-attachments li a.insert.collapse {
  height: 40px;
  width: 35px;
  margin: -5px -5px 0px 5px;
  background-position: -140px 3px;
  border-left: 1px solid #eaeaea;
}
/* line 332, sass/pages/_pollDetail.scss */
.pollDetail-page ul.comment-attachments li a.insert.collapse:hover {
  background-position: -140px -32px;
}
/* line 337, sass/pages/_pollDetail.scss */
.pollDetail-page .emocategories-container {
  height: 40px;
}
/* line 339, sass/pages/_pollDetail.scss */
.pollDetail-page .emocategories-container .emocategories {
  display: table;
  width: 100%;
}
/* line 344, sass/pages/_pollDetail.scss */
.pollDetail-page .emocategories-container .emocategories li {
  display: table-cell;
}
/* line 348, sass/pages/_pollDetail.scss */
.pollDetail-page .emocategories-container .emocategories a {
  display: block;
  height: 40px;
  text-align: center;
  margin: 0;
}
/* line 355, sass/pages/_pollDetail.scss */
.pollDetail-page .emocategories-container .emocategories a.active {
  border-bottom: 3px solid #49BFBC;
}
/* line 357, sass/pages/_pollDetail.scss */
.pollDetail-page .emocategories-container .emocategories a span.emocat {
  width: 35px;
  height: 35px;
  margin-top: 3px;
  padding: 3px 0 3px 0;
  background: url(../img/icons/sprite-polls.png);
  background-size: 315px 70px;
  display: inline-block;
}
/* line 366, sass/pages/_pollDetail.scss */
.pollDetail-page .emocategories-container .emocategories a span.emocat.smileys {
  background-position: -175px 0px;
}
/* line 370, sass/pages/_pollDetail.scss */
.pollDetail-page .emocategories-container .emocategories a span.emocat.animals {
  background-position: -210px 0px;
}
/* line 374, sass/pages/_pollDetail.scss */
.pollDetail-page .emocategories-container .emocategories a span.emocat.food {
  background-position: -250px 0px;
}
/* line 378, sass/pages/_pollDetail.scss */
.pollDetail-page .emocategories-container .emocategories a span.emocat.activity {
  background-position: -280px 0px;
}
/* line 382, sass/pages/_pollDetail.scss */
.pollDetail-page .emocategories-container .emocategories a span.emocat.travel {
  background-position: -175px -35px;
}
/* line 386, sass/pages/_pollDetail.scss */
.pollDetail-page .emocategories-container .emocategories a span.emocat.objects {
  background-position: -210px -35px;
}
/* line 390, sass/pages/_pollDetail.scss */
.pollDetail-page .emocategories-container .emocategories a span.emocat.symbols {
  background-position: -250px -35px;
}
/* line 398, sass/pages/_pollDetail.scss */
.pollDetail-page .choose-image-desktop label {
  float: left;
  padding: 7px 10px 0 0;
}
/* line 399, sass/pages/_pollDetail.scss */
.pollDetail-page .choose-image-desktop .btn-toolbar {
  float: left;
}
/* line 404, sass/pages/_pollDetail.scss */
.pollDetail-page a.emoji {
  margin: 2px 4px;
  height: 36px;
  width: 36px;
  display: inline-block;
  border-radius: 3px;
  cursor: pointer;
  font-size: 21px;
  font-family: EmojiFont !important;
  float: left;
}
/* line 417, sass/pages/_pollDetail.scss */
.pollDetail-page a.btn-comments-image {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #eaeaea;
}
/* line 424, sass/pages/_pollDetail.scss */
.pollDetail-page a.btn-comments-image.active {
  border-bottom: 3px solid #49BFBC;
  padding: 12px 0 9px 0;
}
/* line 426, sass/pages/_pollDetail.scss */
.pollDetail-page .panel-attachments-comment, .pollDetail-page .panel-attachments-option {
  width: 100%;
  height: 200px;
  background: #ffffff;
  overflow: auto;
  border-top: 1px solid #eaeaea;
}
/* line 430, sass/pages/_pollDetail.scss */
.pollDetail-page .panel-attachments-comment .result, .pollDetail-page .panel-attachments-option .result {
  width: 20%;
  height: 115px;
  margin: 2px;
  background: #424d59;
  float: left;
}
/* line 434, sass/pages/_pollDetail.scss */
.pollDetail-page .panel-attachments-option {
  border: 1px solid #eaeaea;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
@media (min-width: 768px) {
  /* line 438, sass/pages/_pollDetail.scss */
  .pollDetail-page a.btn-comments-image.left {
    margin: 0 -15px 0 0;
    border-right: 1px solid #eaeaea;
  }
  /* line 439, sass/pages/_pollDetail.scss */
  .pollDetail-page a.btn-comments-image.right {
    margin: 0 0 0 -15px;
  }
}

/* line 449, sass/pages/_pollDetail.scss */
.modal-notification-bottom {
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9998;
  position: fixed;
  top: 0;
  left: 0;
}

/* line 454, sass/pages/_pollDetail.scss */
.panel-full-width {
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #eaeaea;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  z-index: 4;
}

/* line 461, sass/pages/_pollDetail.scss */
.fb-like span {
  overflow: visible !important;
  width: 450px !important;
  margin-right: -375px;
}

/*  Image search plugin V 2.0
 *  ==================================== */
/* line 468, sass/pages/_pollDetail.scss */
.imgsrch-link {
  float: left;
  height: 115px;
  width: 50%;
  padding: 0 0.5%;
  margin-top: 5px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  /* line 477, sass/pages/_pollDetail.scss */
  .imgsrch-link {
    width: 25%;
  }
}
@media (min-width: 992px) {
  /* line 479, sass/pages/_pollDetail.scss */
  .imgsrch-link {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  /* line 481, sass/pages/_pollDetail.scss */
  .imgsrch-link {
    width: 25%;
  }
}
/* line 483, sass/pages/_pollDetail.scss */
.imgsrch-link .imgsrch-placeholder {
  display: none;
}

/* line 485, sass/pages/_pollDetail.scss */
.imgsrch-link.loading .imgsrch-placeholder {
  background: #000 url("../img/loading.gif") no-repeat 50% 50%;
}

/* line 488, sass/pages/_pollDetail.scss */
.imgsrch-link.broken .imgsrch-placeholder {
  background: #be3730 url("../img/broken.png") no-repeat 50% 50%;
}

/* line 491, sass/pages/_pollDetail.scss */
.imgsrch-link.loading img, .imgsrch-link.broken img {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
}

/* line 496, sass/pages/_pollDetail.scss */
.imgsrch-link .wrapper {
  position: relative;
  height: 115px;
  border: 1px solid #f1f1f1;
  overflow: hidden;
}

/* line 502, sass/pages/_pollDetail.scss */
.imgsrch-link img {
  position: absolute;
  margin: 0 auto;
  left: -50%;
  right: -50%;
  height: 100%;
  max-width: none;
}

/* line 511, sass/pages/_pollDetail.scss */
.imgsrch-link .wrapper:hover {
  border-color: #49BFBC;
}

/* line 8, sass/pages/_productPage.scss */
.panel-reward .reward-thumbs li {
  margin-bottom: 15px;
  padding: 5px;
  width: 45px;
  height: 45px;
  border-radius: 1px;
  border: 2px solid #dadada;
}
/* line 16, sass/pages/_productPage.scss */
.panel-reward .reward-thumbs li.active {
  border: 2px solid #49BFBC;
}
/* line 20, sass/pages/_productPage.scss */
.panel-reward .amount-container {
  display: block;
}
/* line 21, sass/pages/_productPage.scss */
.panel-reward .amount-label {
  float: left;
  margin-top: 8px;
}
/* line 22, sass/pages/_productPage.scss */
.panel-reward .amount-plugin {
  float: left;
  width: 118px;
}
/* line 23, sass/pages/_productPage.scss */
.panel-reward .btn-redeem {
  float: left;
  margin: 0 0 20px 0;
}
/* line 25, sass/pages/_productPage.scss */
.panel-reward .btn-add-to-wishlist, .panel-reward .btn-added-to-wishlist {
  float: left;
  margin: 0 0 0 2px;
  color: #999999;
}
/* line 26, sass/pages/_productPage.scss */
.panel-reward .btn-add-to-wishlist:hover, .panel-reward .btn-added-to-wishlist:hover {
  color: #666;
}
/* line 28, sass/pages/_productPage.scss */
.panel-reward .radio:hover, .panel-reward .checkbox:hover {
  background-color: transparent;
}

/* line 7, sass/pages/_privacyPolicy.scss */
.privacy-page p, .privacy-page li {
  margin: 10px 0;
  font-size: 90%;
}
/* line 8, sass/pages/_privacyPolicy.scss */
.privacy-page h3, .privacy-page h4, .privacy-page h5, .privacy-page h6 {
  margin-top: 30px;
}
/* line 10, sass/pages/_privacyPolicy.scss */
.privacy-page img {
  margin: 15px 0 0 8px;
}
/* line 12, sass/pages/_privacyPolicy.scss */
.privacy-page .list-inflow li {
  margin: 5px 0 5px 25px;
}

/* line 7, sass/pages/_loading.scss */
.loading-page .loader {
  position: fixed;
  z-index: 3;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 42%;
  margin-top: -65px;
  width: 60px;
  height: 60px;
}

/* line 13, sass/pages/_loading.scss */
.loading-page .loader-fallback {
  position: fixed;
  z-index: 3;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 42%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
}

/* line 19, sass/pages/_loading.scss */
.loading-page .loader div {
  background-color: #49BFBC;
  width: 10px;
  height: 10px;
  float: right;
  margin-right: 5px;
  border-radius: 2px;
}

/* line 25, sass/pages/_loading.scss */
.loading-page .loader div:first-child {
  -webkit-animation: loadbars 1.2s cubic-bezier(0.645, 0.045, 0.355, 1) infinite 0s;
  /* Safari 4+ */
  -moz-animation: loadbars 1.2s cubic-bezier(0.645, 0.045, 0.355, 1) infinite 0s;
  /* Fx 5+ */
  -o-animation: loadbars 1.2s cubic-bezier(0.645, 0.045, 0.355, 1) infinite 0s;
  /* Opera 12+ */
  animation: loadbars 1.2s cubic-bezier(0.645, 0.045, 0.355, 1) infinite 0s;
  /* IE 10+ */
}

/* line 31, sass/pages/_loading.scss */
.loading-page .loader div:nth-child(2) {
  -webkit-animation: loadbars 1.2s ease-in-out infinite -0.2s;
  /* Safari 4+ */
  -moz-animation: loadbars 1.2s ease-in-out infinite -0.2s;
  /* Fx 5+ */
  -o-animation: loadbars 1.2s ease-in-out infinite -0.2s;
  /* Opera 12+ */
  animation: loadbars 1.2s ease-in-out infinite -0.2s;
  /* IE 10+ */
}

/* line 37, sass/pages/_loading.scss */
.loading-page .loader div:nth-child(3) {
  -webkit-animation: loadbars 1.2s ease-in-out infinite -0.4s;
  /* Safari 4+ */
  -moz-animation: loadbars 1.2s ease-in-out infinite -0.4s;
  /* Fx 5+ */
  -o-animation: loadbars 1.2s ease-in-out infinite -0.4s;
  /* Opera 12+ */
  animation: loadbars 1.2s ease-in-out infinite -0.4s;
  /* IE 10+ */
}

@-webkit-keyframes loadbars {
  0% {
    height: 10px;
    margin-top: 25px;
  }
  50% {
    height: 50px;
    margin-top: 0px;
  }
  100% {
    height: 10px;
    margin-top: 25px;
  }
}
@-moz-keyframes loadbars {
  0% {
    height: 10px;
    margin-top: 25px;
  }
  50% {
    height: 50px;
    margin-top: 0px;
  }
  100% {
    height: 10px;
    margin-top: 25px;
  }
}
@-o-keyframes loadbars {
  0% {
    height: 10px;
    margin-top: 25px;
  }
  50% {
    height: 50px;
    margin-top: 0px;
  }
  100% {
    height: 10px;
    margin-top: 25px;
  }
}
@keyframes loadbars {
  0% {
    height: 10px;
    margin-top: 25px;
  }
  50% {
    height: 50px;
    margin-top: 0px;
  }
  100% {
    height: 10px;
    margin-top: 25px;
  }
}
/* line 66, sass/pages/_loading.scss */
#box {
  -webkit-animation: NAME-YOUR-ANIMATION 5s infinite;
  /* Safari 4+ */
  -moz-animation: NAME-YOUR-ANIMATION 5s infinite;
  /* Fx 5+ */
  -o-animation: NAME-YOUR-ANIMATION 5s infinite;
  /* Opera 12+ */
  animation: NAME-YOUR-ANIMATION 5s infinite;
  /* IE 10+ */
}

/* line 75, sass/pages/_loading.scss */
html.cssanimations .loading-page .loader {
  display: block;
}

/* line 76, sass/pages/_loading.scss */
html.cssanimations .loading-page .loader-fallback {
  display: none;
}

/* line 78, sass/pages/_loading.scss */
html.no-cssanimations .loading-page .loader {
  display: none;
}

/* line 79, sass/pages/_loading.scss */
html.no-cssanimations .loading-page .loader-fallback {
  display: block;
}

/* line 85, sass/pages/_loading.scss */
.loading-page .loader-text {
  position: fixed;
  z-index: 3;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 42%;
  margin-top: 2px;
  width: auto;
  height: 60px;
}

/* line 95, sass/pages/_loading.scss */
.dots-centered {
  position: absolute;
  margin-left: -100px;
  top: 42%;
  left: 50%;
}

/* line 100, sass/pages/_loading.scss */
#fountainG {
  position: relative;
  z-index: 3;
  margin: -38px 0 auto 0;
  top: 50%;
  width: auto;
  height: 60px;
}

/* line 105, sass/pages/_loading.scss */
.fountainG {
  position: absolute;
  top: 0;
  background-color: rgba(67, 78, 89, 0.4);
  width: 28px;
  height: 28px;
  animation-name: bounce_fountainG;
  -o-animation-name: bounce_fountainG;
  -ms-animation-name: bounce_fountainG;
  -webkit-animation-name: bounce_fountainG;
  -moz-animation-name: bounce_fountainG;
  animation-duration: 1.165s;
  -o-animation-duration: 1.165s;
  -ms-animation-duration: 1.165s;
  -webkit-animation-duration: 1.165s;
  -moz-animation-duration: 1.165s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  border-radius: 19px;
  -o-border-radius: 19px;
  -ms-border-radius: 19px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
}

/* line 143, sass/pages/_loading.scss */
#fountainG_1 {
  left: 0;
  animation-delay: 0.466s;
  -o-animation-delay: 0.466s;
  -ms-animation-delay: 0.466s;
  -webkit-animation-delay: 0.466s;
  -moz-animation-delay: 0.466s;
}

/* line 152, sass/pages/_loading.scss */
#fountainG_2 {
  left: 29px;
  animation-delay: 0.5825s;
  -o-animation-delay: 0.5825s;
  -ms-animation-delay: 0.5825s;
  -webkit-animation-delay: 0.5825s;
  -moz-animation-delay: 0.5825s;
}

/* line 161, sass/pages/_loading.scss */
#fountainG_3 {
  left: 58px;
  animation-delay: 0.699s;
  -o-animation-delay: 0.699s;
  -ms-animation-delay: 0.699s;
  -webkit-animation-delay: 0.699s;
  -moz-animation-delay: 0.699s;
}

/* line 170, sass/pages/_loading.scss */
#fountainG_4 {
  left: 88px;
  animation-delay: 0.8155s;
  -o-animation-delay: 0.8155s;
  -ms-animation-delay: 0.8155s;
  -webkit-animation-delay: 0.8155s;
  -moz-animation-delay: 0.8155s;
}

/* line 179, sass/pages/_loading.scss */
#fountainG_5 {
  left: 117px;
  animation-delay: 0.932s;
  -o-animation-delay: 0.932s;
  -ms-animation-delay: 0.932s;
  -webkit-animation-delay: 0.932s;
  -moz-animation-delay: 0.932s;
}

/* line 188, sass/pages/_loading.scss */
#fountainG_6 {
  left: 146px;
  animation-delay: 1.0485s;
  -o-animation-delay: 1.0485s;
  -ms-animation-delay: 1.0485s;
  -webkit-animation-delay: 1.0485s;
  -moz-animation-delay: 1.0485s;
}

/* line 197, sass/pages/_loading.scss */
#fountainG_7 {
  left: 175px;
  animation-delay: 1.165s;
  -o-animation-delay: 1.165s;
  -ms-animation-delay: 1.165s;
  -webkit-animation-delay: 1.165s;
  -moz-animation-delay: 1.165s;
}

/* line 206, sass/pages/_loading.scss */
#fountainG_8 {
  left: 205px;
  animation-delay: 1.2915s;
  -o-animation-delay: 1.2915s;
  -ms-animation-delay: 1.2915s;
  -webkit-animation-delay: 1.2915s;
  -moz-animation-delay: 1.2915s;
}

@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: #4bbfbb;
  }
  100% {
    transform: scale(0.3);
    background-color: rgba(75, 191, 187, 0.42);
  }
}
@-o-keyframes bounce_fountainG {
  0% {
    -o-transform: scale(1);
    background-color: #4bbfbb;
  }
  100% {
    -o-transform: scale(0.3);
    background-color: rgba(75, 191, 187, 0.42);
  }
}
@-ms-keyframes bounce_fountainG {
  0% {
    -ms-transform: scale(1);
    background-color: #4bbfbb;
  }
  100% {
    -ms-transform: scale(0.3);
    background-color: rgba(75, 191, 187, 0.42);
  }
}
@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: #4bbfbb;
  }
  100% {
    -webkit-transform: scale(0.3);
    background-color: rgba(75, 191, 187, 0.42);
  }
}
@-moz-keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(1);
    background-color: #4bbfbb;
  }
  100% {
    -moz-transform: scale(0.3);
    background-color: rgba(75, 191, 187, 0.42);
  }
}
/* line 280, sass/pages/_loading.scss */
.progress-loading {
  position: fixed;
  top: 42%;
  left: 50%;
  margin: -20px auto auto -114px;
  height: 8px;
  width: 228px;
}

/* line 285, sass/pages/_loading.scss */
.six-sec-ease-in-out {
  -webkit-transition: width 6s ease-in-out;
  -moz-transition: width 6s ease-in-out;
  -ms-transition: width 6s ease-in-out;
  -o-transition: width 6s ease-in-out;
  transition: width 6s ease-in-out;
}

/* line 9, sass/pages/_styleGuide.scss */
.bullet-number {
  color: #b3b3b3;
}

/* line 13, sass/pages/_styleGuide.scss */
.style_guide_foot-navigation a {
  margin-top: 25px;
  padding: 6px 30px;
}

/* line 18, sass/pages/_styleGuide.scss */
.frank-carousel {
  margin: 20px 0 0 0;
}
/* line 21, sass/pages/_styleGuide.scss */
.frank-carousel .carousel-control.right, .frank-carousel .carousel-control.left {
  background: none;
}
/* line 25, sass/pages/_styleGuide.scss */
.frank-carousel .glyphicon {
  color: #49BFBC;
  text-shadow: none;
}
/* line 30, sass/pages/_styleGuide.scss */
.frank-carousel .carousel-indicators {
  bottom: 6px;
}
/* line 34, sass/pages/_styleGuide.scss */
.frank-carousel .carousel-indicators li {
  border-color: #49BFBC;
}
/* line 38, sass/pages/_styleGuide.scss */
.frank-carousel .carousel-indicators .active {
  background-color: #49BFBC;
}
/* line 43, sass/pages/_styleGuide.scss */
.frank-carousel .carousel-control .glyphicon-chevron-left, .frank-carousel .carousel-control .glyphicon-chevron-right, .frank-carousel .carousel-control .icon-prev, .frank-carousel .carousel-control .icon-next {
  margin-left: -25px;
}
/* line 47, sass/pages/_styleGuide.scss */
.frank-carousel .carousel-control.right {
  right: -23px;
}

/* line 53, sass/pages/_styleGuide.scss */
.styleGuide-caption {
  margin-bottom: 30px;
}

/* line 64, sass/pages/_styleGuide.scss */
.typography_page .icon-right img, .typography_page .icon-consideration img, .typography_considerations_page .icon-right img, .typography_considerations_page .icon-consideration img, .icons_examples-and-considerations_page .icon-right img, .icons_examples-and-considerations_page .icon-consideration img, .illustrations_considerations_page .icon-right img, .illustrations_considerations_page .icon-consideration img {
  width: 64px;
  height: 64px;
}
/* line 70, sass/pages/_styleGuide.scss */
.typography_page .item-consideration, .typography_considerations_page .item-consideration, .icons_examples-and-considerations_page .item-consideration, .illustrations_considerations_page .item-consideration {
  margin-top: 5px;
}
/* line 74, sass/pages/_styleGuide.scss */
.typography_page .media-body, .typography_considerations_page .media-body, .icons_examples-and-considerations_page .media-body, .illustrations_considerations_page .media-body {
  padding-top: 10px;
}

@media (min-width: 992px) {
  /* line 85, sass/pages/_styleGuide.scss */
  .illustrations_icons-as-illustrations_page .carousel-control.left {
    background: none;
    margin-left: -59px;
  }
  /* line 90, sass/pages/_styleGuide.scss */
  .illustrations_icons-as-illustrations_page .carousel-control.right {
    background: none;
    margin-right: -59px;
  }
}

/* line 102, sass/pages/_styleGuide.scss */
.illustrations_considerations_page .consideration-margin {
  margin-bottom: 28px;
}
/* line 106, sass/pages/_styleGuide.scss */
.illustrations_considerations_page .consideration-img img {
  margin: 0 auto;
}

/* line 119, sass/pages/_styleGuide.scss */
.colors_global-color-palette_page .panel-color {
  border: none;
  margin-bottom: 15px;
}
/* line 124, sass/pages/_styleGuide.scss */
.colors_global-color-palette_page .panel-color h3 {
  font-size: 18px;
  margin-bottom: 6px;
  color: #666;
}
/* line 131, sass/pages/_styleGuide.scss */
.colors_global-color-palette_page .box-cprimary, .colors_global-color-palette_page .box-csecondary, .colors_global-color-palette_page .box-cbgmain, .colors_global-color-palette_page .box-cnav, .colors_global-color-palette_page .box-csuccess, .colors_global-color-palette_page .box-cinfo, .colors_global-color-palette_page .box-cwarning, .colors_global-color-palette_page .box-cdanger {
  width: 100px;
  height: 100px;
  background-color: #49BFBC;
  border: none;
  margin: 0 auto 5px auto;
  display: block;
}
/* line 140, sass/pages/_styleGuide.scss */
.colors_global-color-palette_page .box-csecondary {
  background-color: #7861AF;
}
/* line 144, sass/pages/_styleGuide.scss */
.colors_global-color-palette_page .box-cbgmain {
  background-color: #fafafa;
}
/* line 148, sass/pages/_styleGuide.scss */
.colors_global-color-palette_page .box-cnav {
  background-color: #424d59;
}
/* line 152, sass/pages/_styleGuide.scss */
.colors_global-color-palette_page .box-csuccess {
  background-color: #9FCC3A;
}
/* line 156, sass/pages/_styleGuide.scss */
.colors_global-color-palette_page .box-cinfo {
  background-color: #7DC3E7;
}
/* line 160, sass/pages/_styleGuide.scss */
.colors_global-color-palette_page .box-cwarning {
  background-color: #F19E43;
}
/* line 164, sass/pages/_styleGuide.scss */
.colors_global-color-palette_page .box-cdanger {
  background-color: #DB6060;
}
/* line 168, sass/pages/_styleGuide.scss */
.colors_global-color-palette_page .popover-content {
  padding: 12px 10px;
  width: 70px;
}
/* line 172, sass/pages/_styleGuide.scss */
.colors_global-color-palette_page .popover-content hr {
  margin: 10px 0;
}

/* line 187, sass/pages/_styleGuide.scss */
.icons_adapting-icons_page .item-step {
  margin: 18px 28px;
}
/* line 191, sass/pages/_styleGuide.scss */
.icons_adapting-icons_page .item-step img {
  padding-top: 10px;
}

/* line 201, sass/pages/_styleGuide.scss */
.icons_examples-and-considerations_page .carousel {
  margin: 20px 0 35px 0;
}
/* line 205, sass/pages/_styleGuide.scss */
.icons_examples-and-considerations_page .carousel .carousel-control {
  padding-top: 10%;
  width: 5%;
}
/* line 210, sass/pages/_styleGuide.scss */
.icons_examples-and-considerations_page .carousel .thumbnail-carousel {
  margin-bottom: 0;
}
/* line 214, sass/pages/_styleGuide.scss */
.icons_examples-and-considerations_page .carousel .glyphicon {
  color: #49BFBC;
  text-shadow: none;
}
/* line 219, sass/pages/_styleGuide.scss */
.icons_examples-and-considerations_page .carousel a.thumbnail:hover, .icons_examples-and-considerations_page .carousel .icons_examples-and-considerations_page a.thumbnail:focus, .icons_examples-and-considerations_page .carousel .icons_examples-and-considerations_page a.thumbnail.active {
  cursor: default;
}
/* line 223, sass/pages/_styleGuide.scss */
.icons_examples-and-considerations_page .carousel .carousel-control.left {
  background: none;
}
/* line 227, sass/pages/_styleGuide.scss */
.icons_examples-and-considerations_page .carousel .carousel-control.right {
  background: none;
}
@media (min-width: 992px) {
  /* line 232, sass/pages/_styleGuide.scss */
  .icons_examples-and-considerations_page .carousel .carousel-control.left {
    margin-left: -43px;
  }
  /* line 236, sass/pages/_styleGuide.scss */
  .icons_examples-and-considerations_page .carousel .carousel-control.right {
    margin-right: -55px;
  }
}
/* line 243, sass/pages/_styleGuide.scss */
.icons_examples-and-considerations_page .title-first {
  margin-top: 2px;
}
/* line 247, sass/pages/_styleGuide.scss */
.icons_examples-and-considerations_page a.thumbnail:hover, .icons_examples-and-considerations_page a.thumbnail:focus, .icons_examples-and-considerations_page a.thumbnail.active {
  border-color: #DDD;
}

/* line 259, sass/pages/_styleGuide.scss */
.cards_examples_page .panel-cards {
  margin-top: 5px auto 0 auto;
  padding: 20px;
}
@media (min-width: 992px) {
  /* line 265, sass/pages/_styleGuide.scss */
  .cards_examples_page .post-styleguide {
    width: 32%;
  }
}

/* line 8, sass/pages/_opinapp.scss */
.opinapp_page .introduction {
  margin-top: -65px;
  padding: 130px 20px 100px;
}
@media (max-width: 479px) {
  /* line 15, sass/pages/_opinapp.scss */
  .opinapp_page .introduction h1 {
    font-size: 18px;
  }
}
/* line 20, sass/pages/_opinapp.scss */
.opinapp_page .main-content {
  background: url("../img/patterns/shattered-primary.png") repeat;
}
/* line 24, sass/pages/_opinapp.scss */
.opinapp_page .main-content h2 {
  margin: 40px 0 5px 0;
  font-size: 12px;
  color: #fff;
}
/* line 25, sass/pages/_opinapp.scss */
.opinapp_page .main-content .logos-store {
  margin: 40px 0 25px 0;
}
/* line 26, sass/pages/_opinapp.scss */
.opinapp_page .main-content .logos-store img {
  margin: 0 4px 15px 4px;
}
/* line 31, sass/pages/_opinapp.scss */
.opinapp_page footer {
  margin: 25px 0 25px 0;
}

/* line 7, sass/pages/_profile.scss */
.profile-page .profile-info {
  text-align: center;
  padding: 25px 0;
  margin: 0 0 25px;
}
/* line 9, sass/pages/_profile.scss */
.profile-page .profile-info .user-name {
  margin: 15px 0 0;
  font-size: 125%;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
}
/* line 10, sass/pages/_profile.scss */
.profile-page .profile-info .user-image {
  max-height: 150px;
  max-width: 150px;
  margin-bottom: 5px;
  background: #fafafa;
}
/* line 12, sass/pages/_profile.scss */
.profile-page .profile-info .level-in-profile {
  display: block;
  width: 57px;
  height: 57px;
  padding: 17px 19px;
}
/* line 17, sass/pages/_profile.scss */
.profile-page .profile-info .level-in-profile .survey-counter {
  font-size: 18px;
}
/* line 19, sass/pages/_profile.scss */
.profile-page .profile-info .level-in-profile .survey-counter-level01 {
  color: #af7945;
}
/* line 20, sass/pages/_profile.scss */
.profile-page .profile-info .level-in-profile .survey-counter-level02 {
  color: #8d953a;
}
/* line 21, sass/pages/_profile.scss */
.profile-page .profile-info .level-in-profile .survey-counter-level03 {
  color: #3a8da7;
}
/* line 24, sass/pages/_profile.scss */
.profile-page .profile-info .level-in-profile.level-01 {
  background: url("../img/achievements/levelBadge01_350x350.png");
  background-size: 57px 57px;
}
/* line 25, sass/pages/_profile.scss */
.profile-page .profile-info .level-in-profile.level-02 {
  background: url("../img/achievements/levelBadge02_350x350.png");
  background-size: 57px 57px;
}
/* line 26, sass/pages/_profile.scss */
.profile-page .profile-info .level-in-profile.level-03 {
  background: url("../img/achievements/levelBadge03_350x350.png");
  background-size: 57px 57px;
}
/* line 28, sass/pages/_profile.scss */
.profile-page .profile-info .user-status {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 1;
}
/* line 29, sass/pages/_profile.scss */
.profile-page .profile-info .user-status img {
  width: 50px;
  height: 50px;
  margin: 0;
}
/* line 30, sass/pages/_profile.scss */
.profile-page .profile-info .user-status a {
  position: relative;
}
/* line 31, sass/pages/_profile.scss */
.profile-page .profile-info .user-status .badges-count {
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  font-size: 125%;
  color: #fff;
}
/* line 34, sass/pages/_profile.scss */
.profile-page .profile-info .location-container {
  font-size: 85%;
}
/* line 35, sass/pages/_profile.scss */
.profile-page .profile-info .location-container img {
  margin: -2px 4px 0 0;
}
/* line 37, sass/pages/_profile.scss */
.profile-page .profile-info .about {
  margin: 10px 0 0;
  font-size: 85%;
  color: #8c8c8c;
}
/* line 40, sass/pages/_profile.scss */
.profile-page .profile-info .contact-details {
  display: inline;
}
/* line 41, sass/pages/_profile.scss */
.profile-page .profile-info .contact-details a {
  margin-top: 8px;
  padding: 0 6px;
  font-size: 125%;
}
/* line 44, sass/pages/_profile.scss */
.profile-page .profile-info .stats {
  margin: 15px 0 0;
  padding: 15px 10px 8px;
  background-color: #fafafa;
}
/* line 45, sass/pages/_profile.scss */
.profile-page .profile-info .stats ul.list-stats {
  margin: 0;
}
/* line 46, sass/pages/_profile.scss */
.profile-page .profile-info .stats ul.list-stats li {
  padding: 5px;
}
/* line 47, sass/pages/_profile.scss */
.profile-page .profile-info .stats ul.dropdown-menu-right li a:hover {
  background: none !important;
  color: #333;
}
/* line 49, sass/pages/_profile.scss */
.profile-page .profile-info .stats .stat {
  text-align: center;
  font-size: 65%;
  line-height: 100%;
  color: gray;
}
/* line 50, sass/pages/_profile.scss */
.profile-page .profile-info .stats .stat strong {
  display: block;
  font-size: 160%;
  color: gray;
}
/* line 51, sass/pages/_profile.scss */
.profile-page .profile-info .stats a.stat strong {
  color: #49BFBC;
}
/* line 55, sass/pages/_profile.scss */
.profile-page .profile-info .follow-stats {
  margin: 5px 0 0;
  font-size: 85%;
}
/* line 56, sass/pages/_profile.scss */
.profile-page .profile-info .follow-actions {
  text-align: center;
  margin: 15px 0;
}
/* line 59, sass/pages/_profile.scss */
.profile-page .profile-info .follow-actions .status {
  font-size: 100%;
}
/* line 60, sass/pages/_profile.scss */
.profile-page .profile-info .follow-actions .unfollow {
  display: block;
  margin-top: 2px;
  font-size: 75%;
}
/* line 64, sass/pages/_profile.scss */
.profile-page .profile-info .options .btn {
  margin-top: 15px;
  padding: 4px 8px;
  font-size: 80%;
}
/* line 65, sass/pages/_profile.scss */
.profile-page .profile-info .options .abuse-panel {
  display: inline;
}
/* line 67, sass/pages/_profile.scss */
.profile-page .profile-info .profile-settings {
  margin-top: -4px;
}
@media (min-width: 768px) {
  /* line 74, sass/pages/_profile.scss */
  .profile-page .profile-info {
    text-align: left;
  }
  /* line 76, sass/pages/_profile.scss */
  .profile-page .profile-info .user-name {
    margin: 5px 0 5px 0;
  }
  /* line 77, sass/pages/_profile.scss */
  .profile-page .profile-info .user-status {
    position: absolute;
    top: 0;
    right: 15px;
  }
  /* line 78, sass/pages/_profile.scss */
  .profile-page .profile-info .user-image {
    max-height: auto;
    max-width: auto;
    margin-bottom: 0;
  }
  /* line 80, sass/pages/_profile.scss */
  .profile-page .profile-info .stats ul.list-stats li {
    padding: 5px 10px;
  }
  /* line 81, sass/pages/_profile.scss */
  .profile-page .profile-info .follow-actions {
    margin-top: 8px;
    text-align: right;
  }
  /* line 82, sass/pages/_profile.scss */
  .profile-page .profile-info .options .btn {
    margin-top: 20px;
  }
  /* line 84, sass/pages/_profile.scss */
  .profile-page .profile-info .profile-actions {
    text-align: right;
  }
}
/* line 94, sass/pages/_profile.scss */
.profile-page .profile-tabs .nav-pills {
  margin: 5px 0 20px 0;
  text-align: center;
  font-size: 85%;
}
/* line 95, sass/pages/_profile.scss */
.profile-page .profile-tabs .nav-pills > li {
  display: inline;
  float: none;
}
/* line 96, sass/pages/_profile.scss */
.profile-page .profile-tabs .nav-pills > li > a {
  display: inline;
  padding: 5px 15px;
}
/* line 97, sass/pages/_profile.scss */
.profile-page .profile-tabs .nav-pills > li.active > a, .profile-page .profile-tabs .nav-pills > li.active > a:hover, .profile-page .profile-tabs .nav-pills > li.active > a:focus {
  color: white;
  background-color: #bfbfbf;
}
/* line 102, sass/pages/_profile.scss */
.profile-page .profile-tabs .profile-content h6 {
  margin-bottom: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaeaea;
  color: #a6a6a6;
}
/* line 103, sass/pages/_profile.scss */
.profile-page .profile-tabs .profile-content .about-me, .profile-page .profile-tabs .profile-content .contact-details {
  margin-bottom: 15px;
}
/* line 106, sass/pages/_profile.scss */
.profile-page .profile-tabs .profile-content .profile-content-actions .btn {
  padding: 4px 8px;
  font-size: 80%;
}
/* line 107, sass/pages/_profile.scss */
.profile-page .profile-tabs .profile-content .profile-content-actions .abuse-panel {
  display: inline;
}
/* line 114, sass/pages/_profile.scss */
.profile-page .profile-tabs .tab-content .panel-header {
  padding-top: 0;
}
/* line 115, sass/pages/_profile.scss */
.profile-page .profile-tabs .tab-content h4 {
  margin-bottom: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaeaea;
}
/* line 119, sass/pages/_profile.scss */
.profile-page .profile-tabs .modal-dialog h4 {
  border: none;
}
/* line 124, sass/pages/_profile.scss */
.profile-page .label-blocked {
  padding-top: 11px;
  padding-bottom: 10px;
}
/* line 125, sass/pages/_profile.scss */
.profile-page .label-blocked-xs {
  padding-top: 4px;
  padding-bottom: 5px;
}

/* line 7, sass/pages/_dynpro.scss */
.panel-dynamicProfiling h3 {
  color: #666;
}

/* line 11, sass/pages/_dynpro.scss */
.modal.in {
  display: block;
}

/* line 25, sass/pages/_dynpro.scss */
.panel-DyN-question .question-default {
  margin: 35px 0 5px;
  font-size: 120%;
  line-height: 1.4;
  color: #4d4d4d;
}
/* line 31, sass/pages/_dynpro.scss */
.panel-DyN-question .question-default:first-child {
  margin-top: 15px;
}
/* line 35, sass/pages/_dynpro.scss */
.panel-DyN-question label.question-default {
  font-weight: 400;
}
/* line 37, sass/pages/_dynpro.scss */
.panel-DyN-question .new-col-options > .radio:first-child {
  margin-top: -5px;
}
/* line 41, sass/pages/_dynpro.scss */
.panel-DyN-question .new-col-options > .checkbox:first-child {
  margin-top: -5px;
}
/* line 45, sass/pages/_dynpro.scss */
.panel-DyN-question .dropdown-menu {
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
}

/* line 53, sass/pages/_dynpro.scss */
.question {
  color: #262626;
  font-size: 120%;
  line-height: 1.4;
}

/* line 55, sass/pages/_dynpro.scss */
.question-default {
  margin: 35px 0 5px;
}

/* line 56, sass/pages/_dynpro.scss */
.question-grid {
  margin: 25px 0 5px;
  color: #4d4d4d;
}

/* line 58, sass/pages/_dynpro.scss */
.question-default:first-child {
  margin-top: 15px;
}

/* line 59, sass/pages/_dynpro.scss */
.question-grid:first-child {
  margin-top: 25px;
}

/* line 63, sass/pages/_dynpro.scss */
.radio:hover, .checkbox:hover {
  background-color: #eee;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 66, sass/pages/_dynpro.scss */
.checkbox small, .radio small {
  color: #8c8c8c;
}

/* line 69, sass/pages/_dynpro.scss */
.survey-details {
  margin-left: 20px;
}
/* line 71, sass/pages/_dynpro.scss */
.survey-details li {
  margin: 5px 0;
}

/* line 79, sass/pages/_dynpro.scss */
.btn-dyn {
  margin-bottom: 15px;
  padding: 6px 20px;
}

/* line 89, sass/pages/_dynpro.scss */
.modal-DyN-progress .modal-intro-DyN {
  margin-bottom: 25px;
  padding-top: 2px;
  font-size: 120%;
  border-bottom: 1px solid #eaeaea;
}
/* line 96, sass/pages/_dynpro.scss */
.modal-DyN-progress .callToAction {
  padding: 20px 0 10px 0;
  border-top: 1px dotted #eaeaea;
}
/* line 101, sass/pages/_dynpro.scss */
.modal-DyN-progress .margin-modal {
  margin-top: 8px;
}

/* line 108, sass/pages/_dynpro.scss */
.modal-cta .btn-link {
  margin-top: 10px;
}

/* line 114, sass/pages/_dynpro.scss */
.typeahead {
  background-color: #fff;
}

/* line 118, sass/pages/_dynpro.scss */
.tt-menu {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 128, sass/pages/_dynpro.scss */
.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #49BFBC;
}

/* line 134, sass/pages/_dynpro.scss */
.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}

/* line 7, sass/pages/_registration.scss */
.registration-page h4 {
  margin-bottom: 5px;
}
/* line 8, sass/pages/_registration.scss */
.registration-page h4 span {
  margin-top: 4px;
  font-size: 80%;
  color: #8c8c8c;
}
/* line 10, sass/pages/_registration.scss */
.registration-page .postCode-group input {
  margin: 2px 0;
}
/* line 12, sass/pages/_registration.scss */
.registration-page .btn-container {
  text-align: center;
}
/* line 13, sass/pages/_registration.scss */
.registration-page .btn-facebook {
  margin-top: 0;
}
/* line 15, sass/pages/_registration.scss */
.registration-page .panel-header p {
  margin-top: 5px;
  font-size: 85%;
  color: #8c8c8c;
}
/* line 16, sass/pages/_registration.scss */
.registration-page .panel-header.panel-header-white h1 {
  color: #FFF;
}
/* line 16, sass/pages/_registration.scss */
.registration-page .panel-header.panel-header-white h1 strong {
  color: #FFF;
}
/* line 17, sass/pages/_registration.scss */
.registration-page .question-title {
  margin: 9px 0 5px 0;
  font-size: 85%;
}
/* line 19, sass/pages/_registration.scss */
.registration-page .captcha {
  margin: 5px;
  text-align: center;
}
/* line 21, sass/pages/_registration.scss */
.registration-page .hint {
  display: block;
  margin-top: 4px;
  font-size: 85%;
}
/* line 27, sass/pages/_registration.scss */
.registration-page .tree {
  margin: 10px 0 5px 0;
}
/* line 29, sass/pages/_registration.scss */
.registration-page .tree a {
  display: block;
  padding: 5px 10px;
  margin: 0;
  color: #ffffff;
  background-color: #49BFBC;
}
/* line 30, sass/pages/_registration.scss */
.registration-page .tree a .caret {
  border-top: 4px solid #ffffff;
}
/* line 32, sass/pages/_registration.scss */
.registration-page .tree ul {
  margin: 2px 0 2px 20px;
}
/* line 33, sass/pages/_registration.scss */
.registration-page .tree ul:first-child {
  margin-left: 0;
}
/* line 35, sass/pages/_registration.scss */
.registration-page .tree li {
  margin-bottom: 6px;
}
/* line 37, sass/pages/_registration.scss */
.registration-page .tree .radio {
  min-height: 16px;
  padding-top: 3px;
}
/* line 49, sass/pages/_registration.scss */
.registration-page .panel-child .form-group:last-child {
  margin-bottom: 0;
}
/* line 50, sass/pages/_registration.scss */
.registration-page .panel-child label {
  font-size: 80%;
  text-align: left;
}
/* line 60, sass/pages/_registration.scss */
.registration-page .plain-questions .question {
  margin-bottom: 10px;
}
/* line 61, sass/pages/_registration.scss */
.registration-page .plain-questions .radio {
  padding-top: 0;
}

/* line 71, sass/pages/_registration.scss */
.registration-page-NA .panel-marketing {
  text-align: center;
}
/* line 73, sass/pages/_registration.scss */
.registration-page-NA .panel-marketing h4 {
  margin: 18px 0 2px 0;
}
/* line 75, sass/pages/_registration.scss */
.registration-page-NA .panel-marketing hr {
  margin: 10px 0;
  border-color: #f7f7f7;
}
/* line 76, sass/pages/_registration.scss */
.registration-page-NA .panel-marketing img {
  max-height: 100px;
  max-width: 100px;
}

/* line 80, sass/pages/_registration.scss */
.registration-page-EU .panel-marketing, .registration-page-LATAM .panel-marketing {
  text-align: center;
}
/* line 83, sass/pages/_registration.scss */
.registration-page-EU .panel-marketing img, .registration-page-LATAM .panel-marketing img {
  max-height: 150px;
  max-width: 150px;
}

/* line 93, sass/pages/_registration.scss */
.facebook-container {
  text-align: center;
  margin: 25px 0 10px 0;
}
/* line 94, sass/pages/_registration.scss */
.facebook-container .help-block {
  margin-bottom: 0;
}
/* line 95, sass/pages/_registration.scss */
.facebook-container .facebook-tip {
  margin: 0 10px;
}

@media (min-width: 992px) {
  /* line 99, sass/pages/_registration.scss */
  .facebook-container {
    text-align: right;
    margin: 5px 0 0 0;
  }
}
/* line 102, sass/pages/_registration.scss */
.registration-page-LATAM .facebook-container {
  text-align: center;
}

@media (min-width: 992px) {
  /* line 109, sass/pages/_registration.scss */
  .registration-page-LATAM .form-horizontal .control-label {
    margin-bottom: 4px;
    text-align: left;
    font-size: 80%;
  }

  /* line 110, sass/pages/_registration.scss */
  .registration-page-LATAM .btn-container {
    text-align: center;
  }
}
/* line 117, sass/pages/_registration.scss */
.registration-page-LATAM .panel-marketing {
  text-align: center;
  /* Target between 768px and 991px */
}
/* line 119, sass/pages/_registration.scss */
.registration-page-LATAM .panel-marketing .marketing-content {
  text-align: left;
}
/* line 121, sass/pages/_registration.scss */
.registration-page-LATAM .panel-marketing img {
  width: 100%;
  height: 100%;
  max-height: 150px;
  max-width: 150px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 125, sass/pages/_registration.scss */
  .registration-page-LATAM .panel-marketing .marketing-content {
    text-align: center;
  }
}
/* line 128, sass/pages/_registration.scss */
.registration-page-LATAM .panel-marketing .image-campaign {
  margin-bottom: 20px;
}

/* line 138, sass/pages/_registration.scss */
.registration-page-LATAM .panel-marketing-campaign {
  text-align: center;
  /* Target between 768px and 991px */
}
/* line 140, sass/pages/_registration.scss */
.registration-page-LATAM .panel-marketing-campaign .marketing-content {
  text-align: left;
}
/* line 142, sass/pages/_registration.scss */
.registration-page-LATAM .panel-marketing-campaign .marketing-campaign-content img {
  width: 100%;
  height: 100%;
  max-height: 150px;
  max-width: 150px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 146, sass/pages/_registration.scss */
  .registration-page-LATAM .panel-marketing-campaign .marketing-content {
    text-align: center;
  }
}
/* line 149, sass/pages/_registration.scss */
.registration-page-LATAM .panel-marketing-campaign .image-campaign {
  margin-bottom: 20px;
}

/* line 158, sass/pages/_registration.scss */
.livra-nav .facebook-like {
  margin-top: 15px;
}

/* line 166, sass/pages/_registration.scss */
.radio:hover, .checkbox:hover {
  background-color: #FFF !important;
}

/* line 172, sass/pages/_registration.scss */
.radio-group-list .radio-group-label:before {
  content: "\f0da";
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 5px;
}

/* line 182, sass/pages/_registration.scss */
.radio-group-list .radio-group-label {
  cursor: pointer;
  margin-top: 10px;
  display: block;
}

/* line 188, sass/pages/_registration.scss */
.radio-group-list.radio-group-expand .radio-group-label:before {
  content: "\f0d7";
}

/* line 192, sass/pages/_registration.scss */
.radio-group-list .radio-option-list {
  display: none;
  padding-left: 15px;
}

/* line 197, sass/pages/_registration.scss */
.radio-group-list.radio-group-expand .radio-option-list {
  display: block;
}

/* line 201, sass/pages/_registration.scss */
.banner-top-reg {
  margin-top: -10px;
}

/* line 207, sass/pages/_registration.scss */
.logos-spacing {
  margin-bottom: 140px;
}

/* line 213, sass/pages/_registration.scss */
html.bg-light {
  background: linear-gradient(-45deg, #bde2f4, #a5e0de, #c7b0f7);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}

/* line 220, sass/pages/_registration.scss */
html.bg-dark {
  background: linear-gradient(#7861af, #598cae, #3eb0ae);
  background-image: url("../img/patterns/apac-bg-transparent.png"), -webkit-linear-gradient(#7861af, #598cae, #3eb0ae);
  animation: none;
  min-height: 100%;
}

/* line 228, sass/pages/_registration.scss */
body.bg-dark-body, body.bg-light-body {
  background-color: transparent !important;
}

/* line 7, sass/pages/_pollAdd.scss */
.addPoll-page h4 {
  margin: 30px 0 10px 0;
}
/* line 8, sass/pages/_pollAdd.scss */
.addPoll-page h4 small {
  margin-top: 10px;
  font-size: 60%;
}
/* line 10, sass/pages/_pollAdd.scss */
.addPoll-page .title-caret {
  color: #282f36;
}
/* line 12, sass/pages/_pollAdd.scss */
.addPoll-page .poll-title {
  margin-top: 5px;
}
/* line 14, sass/pages/_pollAdd.scss */
.addPoll-page .poll-add-more {
  margin-bottom: 45px;
}
/* line 17, sass/pages/_pollAdd.scss */
.addPoll-page .poll-controls h4 {
  margin: 0 0 20px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #eaeaea;
}
/* line 21, sass/pages/_pollAdd.scss */
.addPoll-page .category-breadcrumb {
  margin-top: 15px;
}
/* line 23, sass/pages/_pollAdd.scss */
.addPoll-page .category-breadcrumb div, .addPoll-page .category-breadcrumb i {
  display: inline;
}
/* line 24, sass/pages/_pollAdd.scss */
.addPoll-page .category-breadcrumb i {
  margin: 0 10px;
  color: gray;
}
/* line 31, sass/pages/_pollAdd.scss */
.addPoll-page .duplicated-polls h5 {
  margin-bottom: 10px;
}
/* line 32, sass/pages/_pollAdd.scss */
.addPoll-page .duplicated-polls .duplicated-item {
  padding: 10px;
}

/*  Image search plugin
 *  ====================================
 *
 *  For searching in engines (like google or instagram)
 *
 */
/* line 50, sass/pages/_pollAdd.scss */
.imgsrch-results {
  position: relative;
  margin: 5px 0;
  text-align: center;
}

/* line 52, sass/pages/_pollAdd.scss */
.imgsrch-control {
  position: absolute;
  bottom: 0px;
  top: 0px;
  text-align: center;
}
/* line 54, sass/pages/_pollAdd.scss */
.imgsrch-control .expand {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}
/* line 55, sass/pages/_pollAdd.scss */
.imgsrch-control .expand:hover {
  background: #f1f1f1;
  cursor: pointer;
}
/* line 57, sass/pages/_pollAdd.scss */
.imgsrch-control span {
  font-size: 2.5em;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}

/* line 61, sass/pages/_pollAdd.scss */
.imgsrch-control.left {
  left: 0;
  right: auto;
}

/* line 62, sass/pages/_pollAdd.scss */
.imgsrch-control.right {
  left: auto;
  right: 0;
}

/* line 64, sass/pages/_pollAdd.scss */
.imgsrch-thumbnails {
  padding: 10px 45px;
}
/* line 68, sass/pages/_pollAdd.scss */
.imgsrch-thumbnails .imgsrch-link {
  float: left;
  height: 115px;
  width: 50%;
  padding: 0 0.5%;
  margin-top: 5px;
  box-sizing: border-box;
  cursor: pointer;
}
@media (min-width: 768px) {
  /* line 70, sass/pages/_pollAdd.scss */
  .imgsrch-thumbnails .imgsrch-link {
    width: 25%;
  }
}
@media (min-width: 992px) {
  /* line 71, sass/pages/_pollAdd.scss */
  .imgsrch-thumbnails .imgsrch-link {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  /* line 72, sass/pages/_pollAdd.scss */
  .imgsrch-thumbnails .imgsrch-link {
    width: 25%;
  }
}
/* line 75, sass/pages/_pollAdd.scss */
.imgsrch-thumbnails .imgsrch-link .imgsrch-placeholder {
  display: none;
}
/* line 77, sass/pages/_pollAdd.scss */
.imgsrch-thumbnails .imgsrch-link.loading .imgsrch-placeholder {
  background: #000 url("../img/loading.gif") no-repeat 50% 50%;
}
/* line 78, sass/pages/_pollAdd.scss */
.imgsrch-thumbnails .imgsrch-link.broken .imgsrch-placeholder {
  background: #be3730 url("../img/broken.png") no-repeat 50% 50%;
}
/* line 83, sass/pages/_pollAdd.scss */
.imgsrch-thumbnails .imgsrch-link.loading img,
.imgsrch-thumbnails .imgsrch-link.broken img {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
}
/* line 87, sass/pages/_pollAdd.scss */
.imgsrch-thumbnails .imgsrch-link .wrapper {
  position: relative;
  height: 115px;
  border: 1px solid #f1f1f1;
  overflow: hidden;
}
/* line 88, sass/pages/_pollAdd.scss */
.imgsrch-thumbnails .imgsrch-link img {
  position: absolute;
  margin: 0 auto;
  left: -50%;
  right: -50%;
  height: 100%;
  max-width: none;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 93, sass/pages/_pollAdd.scss */
.imgsrch-thumbnails .imgsrch-link .wrapper:hover {
  border-color: #94dad8;
}

/* line 11, sass/pages/_settings.scss */
.settings-page i {
  margin-top: 5px;
}
/* line 12, sass/pages/_settings.scss */
.settings-page .panel {
  padding-top: 25px;
}
/* line 13, sass/pages/_settings.scss */
.settings-page .checkbox:hover {
  background: transparent;
}
/* line 14, sass/pages/_settings.scss */
.settings-page label {
  font-size: 14px !important;
}

/* line 24, sass/pages/_settings.scss */
.privacy-settings-page .header, .notifications-page .header {
  padding-bottom: 10px;
  margin-top: 10px;
  border-bottom: 1px solid #eaeaea;
}
/* line 25, sass/pages/_settings.scss */
.privacy-settings-page .header h4, .notifications-page .header h4 {
  margin: 0;
}
/* line 27, sass/pages/_settings.scss */
.privacy-settings-page .option, .notifications-page .option {
  padding: 15px 0;
  border-top: 1px dotted #eaeaea;
}
/* line 28, sass/pages/_settings.scss */
.privacy-settings-page .header + .option, .notifications-page .header + .option {
  border-top: none;
}
/* line 30, sass/pages/_settings.scss */
.privacy-settings-page .option .help-block, .notifications-page .option .help-block {
  margin: 2px 0 0 0;
}
/* line 32, sass/pages/_settings.scss */
.privacy-settings-page .references, .notifications-page .references {
  font-size: 75%;
}
/* line 33, sass/pages/_settings.scss */
.privacy-settings-page .references h5, .notifications-page .references h5 {
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}
/* line 34, sass/pages/_settings.scss */
.privacy-settings-page .references .icon-reference, .notifications-page .references .icon-reference {
  font-size: 190% !important;
  display: block;
  margin: 0 auto;
  padding-bottom: 5px;
}
/* line 37, sass/pages/_settings.scss */
.privacy-settings-page .form-control.form-whatsapp, .notifications-page .form-control.form-whatsapp {
  display: inline;
  width: auto;
  min-width: 160px;
  margin-top: 5px;
}
/* line 39, sass/pages/_settings.scss */
.privacy-settings-page .img-circle, .notifications-page .img-circle {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
/* line 41, sass/pages/_settings.scss */
.privacy-settings-page .text-messenger, .notifications-page .text-messenger {
  color: #0078FF;
}
/* line 42, sass/pages/_settings.scss */
.privacy-settings-page .text-whatsapp, .notifications-page .text-whatsapp {
  color: #25D366;
}
/* line 45, sass/pages/_settings.scss */
.privacy-settings-page .optin-banner-container, .notifications-page .optin-banner-container {
  display: flex;
}
/* line 48, sass/pages/_settings.scss */
.privacy-settings-page .optin-banner-container .left, .notifications-page .optin-banner-container .left {
  flex: 75px 0 0;
  margin-right: 15px;
}
/* line 49, sass/pages/_settings.scss */
.privacy-settings-page .optin-banner-container .right, .notifications-page .optin-banner-container .right {
  flex-grow: 1;
}

/* line 58, sass/pages/_settings.scss */
.drag-and-drop-box {
  min-height: 200px;
  padding-top: 82px;
  background-color: #F5F5F5;
  text-align: center;
  overflow: auto;
}

/* line 68, sass/pages/_settings.scss */
.dynpro_settings h2.dynpro-title {
  height: 25px;
  padding: 3px 30px;
  background: url("../img/icons/dynpro/aboutme.png") no-repeat;
  background-size: 25px 25px;
}
/* line 70, sass/pages/_settings.scss */
.dynpro_settings h2.dynpro-title.cars {
  background: url("../img/icons/dynpro/cars.png") no-repeat;
  background-size: 25px 25px;
}
/* line 72, sass/pages/_settings.scss */
.dynpro_settings h2.dynpro-title.health {
  background: url("../img/icons/dynpro/health.png") no-repeat;
  background-size: 25px 25px;
}
/* line 74, sass/pages/_settings.scss */
.dynpro_settings .dotted-panel-header {
  margin: -10px -15px -16px -15px;
  padding: 0 15px 3px 15px;
}
/* line 76, sass/pages/_settings.scss */
.dynpro_settings ul.list-questions {
  margin-top: 35px;
  margin-bottom: none !important;
  padding-bottom: none !important;
}
/* line 78, sass/pages/_settings.scss */
.dynpro_settings ul.list-questions li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ECECEC;
}
/* line 79, sass/pages/_settings.scss */
.dynpro_settings ul.list-questions li:last-child {
  border-bottom: none;
}
/* line 80, sass/pages/_settings.scss */
.dynpro_settings .slideToggle-fix {
  margin-bottom: -25px !important;
}

@media (max-width: 768px) {
  /* line 6, sass/custom_pages/_migration_LATAM.scss */
  .logobig {
    width: 200px;
  }
}
/* line 9, sass/custom_pages/_migration_LATAM.scss */
.migration_LATAM-page {
  margin-top: -85px;
}

/* line 12, sass/custom_pages/_migration_LATAM.scss */
.logobig {
  padding: 30px;
}

/* line 13, sass/custom_pages/_migration_LATAM.scss */
.panel-hero .lead {
  padding: 5px 0 15px 0;
}

/* line 14, sass/custom_pages/_migration_LATAM.scss */
.panel-hero .btn-lg {
  padding: 10px 30px;
  font-size: 21px;
}

/* line 15, sass/custom_pages/_migration_LATAM.scss */
.discover {
  margin-bottom: -110px;
  padding-top: 95px;
}

/* line 16, sass/custom_pages/_migration_LATAM.scss */
.discover .fa {
  line-height: normal;
  display: block;
}

/* line 17, sass/custom_pages/_migration_LATAM.scss */
.discover img {
  position: relative;
}

/* line 18, sass/custom_pages/_migration_LATAM.scss */
a.anchorLink, a.anchorLink:hover {
  color: white;
}

/* line 22, sass/custom_pages/_migration_LATAM.scss */
.new-features {
  padding-top: 150px;
}

/* line 23, sass/custom_pages/_migration_LATAM.scss */
.features {
  padding-top: 60px;
  padding-bottom: 30px;
}

/* line 24, sass/custom_pages/_migration_LATAM.scss */
.features .fa {
  padding-right: 10px;
}

/* line 25, sass/custom_pages/_migration_LATAM.scss */
.features .fa-star {
  color: #ffef99;
  text-shadow: 0px 0px 2px #998100;
}

/* line 26, sass/custom_pages/_migration_LATAM.scss */
.features .fa-exclamation-circle {
  color: #DB6060;
}

/* line 27, sass/custom_pages/_migration_LATAM.scss */
.features li {
  padding-bottom: 5px;
}

/* line 28, sass/custom_pages/_migration_LATAM.scss */
.new-stuff {
  padding-bottom: 40px;
}

/* line 32, sass/custom_pages/_migration_LATAM.scss */
.panel-grey {
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #f7f7f7;
  border: none;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

/* line 46, sass/custom_pages/_migration_LATAM.scss */
.new-design {
  padding-top: 45px;
  padding-bottom: 0;
}

/* line 47, sass/custom_pages/_migration_LATAM.scss */
.new-design .fa {
  padding-right: 10px;
}

/* line 48, sass/custom_pages/_migration_LATAM.scss */
.new-design h4 {
  margin-bottom: 5px;
  padding-left: 30px;
}

/* line 49, sass/custom_pages/_migration_LATAM.scss */
.new-design p {
  margin-bottom: 30px;
  padding: 0px 30px 0px 30px;
}

/* line 50, sass/custom_pages/_migration_LATAM.scss */
.new-design .mobile img {
  padding-top: 40px;
}

/* line 53, sass/custom_pages/_migration_LATAM.scss */
.new-medals {
  padding: 45px 0;
}

/* line 56, sass/custom_pages/_migration_LATAM.scss */
.cta .text-center {
  padding: 40px 0;
}

/* line 59, sass/custom_pages/_migration_LATAM.scss */
footer .social-container {
  text-align: center !important;
}

/* line 12, sass/apps/pollpredictor/_pollpredictor.scss */
.pollpredictor_intro .intro, .pollpredictor_slider .intro, .pollpredictor_results .intro {
  margin: 50px 0;
  text-align: center;
}
/* line 13, sass/apps/pollpredictor/_pollpredictor.scss */
.pollpredictor_intro .intro h1, .pollpredictor_intro .intro p, .pollpredictor_slider .intro h1, .pollpredictor_slider .intro p, .pollpredictor_results .intro h1, .pollpredictor_results .intro p {
  color: #fff;
}
/* line 16, sass/apps/pollpredictor/_pollpredictor.scss */
.pollpredictor_intro .page-intro, .pollpredictor_slider .page-intro, .pollpredictor_results .page-intro {
  margin-top: -35px;
  background: url("../img/patterns/shattered-primary.png") repeat;
  padding: 25px 15px 5px;
}
/* line 19, sass/apps/pollpredictor/_pollpredictor.scss */
.pollpredictor_intro .panel-padding, .pollpredictor_slider .panel-padding, .pollpredictor_results .panel-padding {
  padding: 30px 15px;
  margin: -5px 0 0 0;
}
/* line 25, sass/apps/pollpredictor/_pollpredictor.scss */
.pollpredictor_intro .btn, .pollpredictor_slider .btn, .pollpredictor_results .btn {
  padding: 8px 23px;
  font-size: 16px;
  font-weight: light;
  font-size: 16px;
}
/* line 27, sass/apps/pollpredictor/_pollpredictor.scss */
.pollpredictor_intro .btn-number, .pollpredictor_slider .btn-number, .pollpredictor_results .btn-number {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: light;
  font-size: 14px;
}

/* line 32, sass/apps/pollpredictor/_pollpredictor.scss */
.pollpredictor_intro .g-recaptcha {
  margin: 0 auto;
  width: 50%;
  display: block;
}

/* line 39, sass/apps/pollpredictor/_pollpredictor.scss */
.nav-poll-predictor .navbar-brand.logo-poll {
  padding-left: 0;
}

@media (min-width: 768px) {
  /* line 53, sass/apps/pollpredictor/_pollpredictor.scss */
  .nav-poll-predictor .navbar-brand.logo-poll {
    padding-left: 15px;
  }

  /* line 58, sass/apps/pollpredictor/_pollpredictor.scss */
  .pollpredictor_intro, .pollpredictor_slider, .pollpredictor_results {
    padding: 5px 15px 5px;
  }

  /* line 59, sass/apps/pollpredictor/_pollpredictor.scss */
  .slider.slider-horizontal {
    width: 86%;
  }
}
/* line 66, sass/apps/pollpredictor/_pollpredictor.scss */
.pollpredictor_intro .img-pp_intro, .pollpredictor_results .img-pp_results {
  width: 250px;
  height: 104px;
  margin: 0 auto;
  background: url("../img/pollpredictor/animated/pp_intro.gif") no-repeat center center;
  background-size: 250px 104px;
}

/* line 74, sass/apps/pollpredictor/_pollpredictor.scss */
.pollpredictor_results .img-pp_congrats {
  width: 250px;
  height: 152px;
  margin: 0 auto;
  background: url("../img/pollpredictor/animated/pp_exit_external.gif") no-repeat center center;
  background-size: 250px 152px;
}

/* line 82, sass/apps/pollpredictor/_pollpredictor.scss */
.pollpredictor_results .img-pp_results {
  background: url("../img/pollpredictor/animated/pp_results.gif") no-repeat center center;
  background-size: 250px 104px;
}

@media (min-width: 768px) {
  /* line 88, sass/apps/pollpredictor/_pollpredictor.scss */
  .pollpredictor_intro .img-pp_intro, .pollpredictor_results .img-pp_results {
    width: 360px;
    height: 150px;
    background-size: 360px 150px;
  }

  /* line 93, sass/apps/pollpredictor/_pollpredictor.scss */
  .pollpredictor_results .img-pp_results {
    background-size: 360px 150px;
  }
}
/* line 103, sass/apps/pollpredictor/_pollpredictor.scss */
.pollpredictor_slider .floating-tooltip {
  display: inline-block;
  margin: 26px 0 23px 0;
  padding: 7px 15px;
  width: auto;
  background-color: #7861AF;
  color: #ffffff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
/* line 108, sass/apps/pollpredictor/_pollpredictor.scss */
.pollpredictor_slider .floating-tooltip:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-top: solid 10px #7861AF;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
/* line 120, sass/apps/pollpredictor/_pollpredictor.scss */
.pollpredictor_slider .animation {
  animation-name: floating;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-font-smoothing: subpixel-antialiased;
}
@keyframes animation {
  from {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0, 25px);
  }
  to {
    transform: translate(0, 0px);
  }
}
/* line 135, sass/apps/pollpredictor/_pollpredictor.scss */
.pollpredictor_slider .slider-value {
  font-size: 48px;
  color: #49BFBC;
  display: block;
  margin: 20px 0 15px 0;
}
/* line 141, sass/apps/pollpredictor/_pollpredictor.scss */
.pollpredictor_slider .slider-value span.percentage {
  font-size: 24px;
}

/* line 153, sass/apps/pollpredictor/_pollpredictor.scss */
.pollpredictor_interstitial .img-crystal-ball {
  width: 125px;
  height: 125px;
  margin: 0 auto;
  background: url("../img/pollpredictor/animated/crystalball_250x250.gif") no-repeat center center;
  background-size: 125px 125px;
}

/* line 169, sass/apps/pollpredictor/_pollpredictor.scss */
.pollpredictor_results .callToAction .amount {
  line-height: 3;
}
/* line 170, sass/apps/pollpredictor/_pollpredictor.scss */
.pollpredictor_results .amount-container {
  width: 118px;
}
/* line 172, sass/apps/pollpredictor/_pollpredictor.scss */
.pollpredictor_results a.reward-name {
  display: block;
  margin: 10px 0 5px 0;
  height: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 185, sass/apps/pollpredictor/_pollpredictor.scss */
.panel-rewardModal .reward-thumbs li {
  margin-bottom: 15px;
  padding: 5px;
  width: 45px;
  height: 45px;
  border-radius: 1px;
  border: 2px solid #dadada;
}
/* line 193, sass/apps/pollpredictor/_pollpredictor.scss */
.panel-rewardModal .reward-thumbs li.active {
  border: 2px solid #49BFBC;
}
/* line 197, sass/apps/pollpredictor/_pollpredictor.scss */
.panel-rewardModal .callToAction .amount {
  float: left;
  line-height: 3;
}
/* line 198, sass/apps/pollpredictor/_pollpredictor.scss */
.panel-rewardModal .amount-container {
  float: left;
  width: 118px;
}
/* line 199, sass/apps/pollpredictor/_pollpredictor.scss */
.panel-rewardModal .btn-add-item {
  float: left;
  margin-top: 10px;
}
/* line 200, sass/apps/pollpredictor/_pollpredictor.scss */
.panel-rewardModal .btn-add-to-wishlist, .panel-rewardModal .btn-added-to-wishlist {
  float: left;
  margin: 10px 0 0 2px;
  color: #999999;
}
/* line 201, sass/apps/pollpredictor/_pollpredictor.scss */
.panel-rewardModal .btn-add-to-wishlist:hover, .panel-rewardModal .btn-added-to-wishlist:hover {
  color: #666;
}
/* line 203, sass/apps/pollpredictor/_pollpredictor.scss */
.panel-rewardModal .radio:hover, .panel-rewardModal .checkbox:hover {
  background-color: transparent !important;
}

/* line 208, sass/apps/pollpredictor/_pollpredictor.scss */
.modal-pollpredictor .modal-footer {
  padding: 18px;
}

/* line 7, sass/apps/spinningwheel/_spinningwheel.scss */
body.spinningwheel {
  background: #bad46b;
  /*To hide the horizontal scroller with the clouds*/
  overflow-x: hidden;
}

/* line 13, sass/apps/spinningwheel/_spinningwheel.scss */
.carnival-sky {
  background: #afe2f0;
  margin-top: -50px;
  padding-top: 50px;
}

/* line 19, sass/apps/spinningwheel/_spinningwheel.scss */
.carnival-scene {
  background: url("../img/spinningwheel/carnival-scene.png") center center no-repeat #afe2f0;
  min-height: 324px;
  width: 100%;
  margin-top: -50px;
}

/* line 26, sass/apps/spinningwheel/_spinningwheel.scss */
.carnival-footer {
  background: #bad46b;
  margin-top: 0;
  padding-top: 20px;
}

/* line 32, sass/apps/spinningwheel/_spinningwheel.scss */
footer {
  margin: 45px 0 0 0;
  padding-bottom: 50px;
}

/* line 37, sass/apps/spinningwheel/_spinningwheel.scss */
footer.spinningwheel {
  background: url("../img/spinningwheel/bg-carnival.png") center center no-repeat #bad46b;
}

/* line 45, sass/apps/spinningwheel/_spinningwheel.scss */
.clouds-group {
  min-width: 320px;
  padding: 70px 0;
}

/*Time to finalise the cloud shape*/
/* line 51, sass/apps/spinningwheel/_spinningwheel.scss */
.cloud {
  width: 200px;
  height: 60px;
  background: #fff;
  border-radius: 200px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  position: relative;
}

/* line 63, sass/apps/spinningwheel/_spinningwheel.scss */
.cloud:before,
.cloud:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100px;
  height: 80px;
  position: absolute;
  top: -15px;
  left: 10px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -moz-transform: rotate(30deg);
}

/* line 83, sass/apps/spinningwheel/_spinningwheel.scss */
.cloud:after {
  width: 120px;
  height: 120px;
  top: -55px;
  left: auto;
  right: 15px;
}

/*Time to animate*/
/* line 92, sass/apps/spinningwheel/_spinningwheel.scss */
.x1 {
  -webkit-animation: moveclouds 168s linear infinite;
  -moz-animation: moveclouds 168s linear infinite;
  -o-animation: moveclouds 168s linear infinite;
}

/*variable speed, opacity, and position of clouds for realistic effect*/
/* line 99, sass/apps/spinningwheel/_spinningwheel.scss */
.x2 {
  left: 200px;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0.6;
  /*opacity proportional to the size*/
  /*Speed will also be proportional to the size and opacity*/
  /*More the speed. Less the time in 's' = seconds*/
  -webkit-animation: moveclouds 280s linear infinite;
  -moz-animation: moveclouds 280s linear infinite;
  -o-animation: moveclouds 280s linear infinite;
}

/* line 114, sass/apps/spinningwheel/_spinningwheel.scss */
.x3 {
  left: -250px;
  top: 100px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.8;
  /*opacity proportional to the size*/
  -webkit-animation: moveclouds 224s linear infinite;
  -moz-animation: moveclouds 224s linear infinite;
  -o-animation: moveclouds 224s linear infinite;
}

/* line 128, sass/apps/spinningwheel/_spinningwheel.scss */
.x4 {
  left: 470px;
  top: 70px;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  transform: scale(0.75);
  opacity: 0.75;
  /*opacity proportional to the size*/
  -webkit-animation: moveclouds 200s linear infinite;
  -moz-animation: moveclouds 200s linear infinite;
  -o-animation: moveclouds 200s linear infinite;
}

/* line 142, sass/apps/spinningwheel/_spinningwheel.scss */
.x5 {
  left: -150px;
  /*top: -150px;*/
  top: -1250px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.8;
  /*opacity proportional to the size*/
  -webkit-animation: moveclouds 224s linear infinite;
  -moz-animation: moveclouds 224s linear infinite;
  -o-animation: moveclouds 224s linear infinite;
}

@-webkit-keyframes moveclouds {
  0% {
    margin-left: 1000px;
  }
  100% {
    margin-left: -1000px;
  }
}
@-moz-keyframes moveclouds {
  0% {
    margin-left: 1000px;
  }
  100% {
    margin-left: -1000px;
  }
}
@-o-keyframes moveclouds {
  0% {
    margin-left: 1000px;
  }
  100% {
    margin-left: -1000px;
  }
}
/* line 185, sass/apps/spinningwheel/_spinningwheel.scss */
.sun {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: #feb553;
  position: absolute;
  top: 190px;
  left: 170px;
}

/*Fixes for Bootstrap*/
/* line 199, sass/apps/spinningwheel/_spinningwheel.scss */
.carnival-scene :after,
:before,
.carnival-scene * {
  -webkit-box-sizing: unset !important;
  box-sizing: unset !important;
}

/* line 206, sass/apps/spinningwheel/_spinningwheel.scss */
.ferris_wheel,
.wheel {
  border: 6px solid #fff;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

/* line 214, sass/apps/spinningwheel/_spinningwheel.scss */
.ferris_wheel {
  /*position: absolute;*/
  top: 50%;
  left: 50%;
  /*transform: translateX(-50%) translateY(-50%) scale(1.4, 1.4);*/
  transform: translateX(40%) translateY(-45%) scale(1.4, 1.4);
  border: 0;
}

/* line 223, sass/apps/spinningwheel/_spinningwheel.scss */
.wheel_wrap {
  position: absolute;
  animation: wheel_rotate 40s infinite linear;
}

/* line 228, sass/apps/spinningwheel/_spinningwheel.scss */
.wheel:before {
  content: "";
  height: 50px;
  width: 50px;
  background: #a1a7ab;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  z-index: 1;
}

/* line 242, sass/apps/spinningwheel/_spinningwheel.scss */
.wheel:after {
  content: "";
  width: 16px;
  height: 16px;
  background: #cc4d4f;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  border-radius: 50%;
  border: 4px solid #617987;
  z-index: 1;
}

/* line 257, sass/apps/spinningwheel/_spinningwheel.scss */
.wheel span:nth-child(1):before {
  content: "";
  border-bottom: 2px solid #617987;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  top: 50%;
  left: 6px;
}

/* line 268, sass/apps/spinningwheel/_spinningwheel.scss */
.wheel span:nth-child(1):after {
  content: "";
  border-right: 2px solid #617987;
  position: absolute;
  top: 0;
  left: 0;
  height: 150px;
  top: 6px;
  left: 50%;
  transform: rotate(45deg);
}

/* line 280, sass/apps/spinningwheel/_spinningwheel.scss */
.wheel span:nth-child(2):before {
  content: "";
  border-right: 2px solid #617987;
  position: absolute;
  top: 0;
  left: 0;
  height: 150px;
  top: 5px;
  left: 50%;
  transform: rotate(-45deg);
}

/* line 292, sass/apps/spinningwheel/_spinningwheel.scss */
.wheel span:nth-child(2):after {
  content: "";
  border-right: 2px solid #617987;
  position: absolute;
  top: 0;
  left: 0;
  height: 150px;
  top: 6px;
  left: 50%;
}

/* line 303, sass/apps/spinningwheel/_spinningwheel.scss */
div.stand:before,
div.stand:after {
  content: "";
  position: absolute;
  border-right: 4px solid #617987;
  height: 120px;
  transform: rotate(15deg);
  top: 88px;
  left: 50%;
  margin-left: -15px;
}

/* line 315, sass/apps/spinningwheel/_spinningwheel.scss */
div.stand:after {
  transform: rotate(-15deg);
  margin-left: 23px;
}

/* line 320, sass/apps/spinningwheel/_spinningwheel.scss */
.stand span {
  position: absolute;
  height: 10px;
  background: #4e616d;
  width: 100px;
  bottom: -60px;
  left: 50%;
  margin-left: -44px;
  z-index: 1;
}

@keyframes wheel_rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* line 341, sass/apps/spinningwheel/_spinningwheel.scss */
.buckets {
  position: absolute;
  border: 6px solid #fff;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  z-index: 1;
}

/* line 350, sass/apps/spinningwheel/_spinningwheel.scss */
.buckets div {
  position: absolute;
  animation: bucket_rotate 40s infinite linear;
  top: 50%;
  left: 50%;
  margin-top: 11px;
  margin-left: -13px;
}

/* line 359, sass/apps/spinningwheel/_spinningwheel.scss */
.buckets div:before {
  content: "";
  height: 13px;
  left: 9px;
  border-right: 1px solid #888;
  position: absolute;
  top: -12px;
  transform: rotate(30deg);
}

/* line 369, sass/apps/spinningwheel/_spinningwheel.scss */
.buckets div:after {
  content: "";
  height: 13px;
  border-right: 1px solid #888;
  position: absolute;
  right: 10px;
  transform: rotate(-30deg);
  top: -12px;
}

/* line 379, sass/apps/spinningwheel/_spinningwheel.scss */
.buckets span {
  display: inline-block;
  border-top: 15px solid #8570e6;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  height: 0;
  width: 20px;
  position: relative;
}

/* line 389, sass/apps/spinningwheel/_spinningwheel.scss */
.buckets span:before {
  content: "";
  position: absolute;
  top: -15px;
  height: 3px;
  width: 25px;
  left: -2px;
  background: #725ebe;
}

/* line 399, sass/apps/spinningwheel/_spinningwheel.scss */
.buckets span:after {
  content: "";
  height: 5px;
  left: -2px;
  background: linear-gradient(to right, #97cde6 0%, #97cde6 35%, #ffffff 35%, #ffffff 66%, #97cde6 66%, #97cde6 100%);
  width: 25px;
  position: absolute;
  top: -12px;
}

@keyframes bucket_rotate {
  0% {
    transform: rotate(0) translateX(75px) rotate(0);
  }
  100% {
    transform: rotate(360deg) translateX(75px) rotate(-360deg);
  }
}
/* line 427, sass/apps/spinningwheel/_spinningwheel.scss */
.buckets div:nth-child(2) {
  animation-delay: -4.8s;
}

/* line 431, sass/apps/spinningwheel/_spinningwheel.scss */
.buckets div:nth-child(3) {
  animation-delay: -9.9s;
}

/* line 435, sass/apps/spinningwheel/_spinningwheel.scss */
.buckets div:nth-child(4) {
  animation-delay: -15s;
}

/* line 439, sass/apps/spinningwheel/_spinningwheel.scss */
.buckets div:nth-child(5) {
  animation-delay: -20s;
}

/* line 443, sass/apps/spinningwheel/_spinningwheel.scss */
.buckets div:nth-child(6) {
  animation-delay: -25s;
}

/* line 447, sass/apps/spinningwheel/_spinningwheel.scss */
.buckets div:nth-child(7) {
  animation-delay: -30s;
}

/* line 451, sass/apps/spinningwheel/_spinningwheel.scss */
.buckets div:nth-child(8) {
  animation-delay: -35s;
}

/* line 458, sass/apps/spinningwheel/_spinningwheel.scss */
.balloon {
  height: 100px;
  width: 100px;
  background-color: #4dc8e2;
  border-radius: 50%;
  position: absolute;
  top: 180px;
  right: 160px;
  animation: float 4.5s infinite;
}

@keyframes float {
  50% {
    transform: translateY(50px);
  }
}
/* line 475, sass/apps/spinningwheel/_spinningwheel.scss */
.balloon:before {
  position: absolute;
  content: "";
  height: 100px;
  width: 70px;
  background-color: #e3f4fa;
  border-radius: 50%;
  left: 15px;
}

/* line 485, sass/apps/spinningwheel/_spinningwheel.scss */
.balloon:after {
  position: absolute;
  content: "";
  height: 100px;
  width: 40px;
  background-color: #4dc8e2;
  border-radius: 50%;
  left: 30px;
  top: 0;
}

/* line 496, sass/apps/spinningwheel/_spinningwheel.scss */
.bottom {
  background-color: #4dc8e2;
  height: 10px;
  width: 42px;
  position: relative;
  top: 95px;
  left: 28px;
  border-radius: 5px;
}

/* line 506, sass/apps/spinningwheel/_spinningwheel.scss */
.basket {
  height: 25px;
  width: 30px;
  background-color: #829fad;
  position: relative;
  top: 110px;
  left: 34px;
  border-radius: 0 0 10px 10px;
}

/* line 516, sass/apps/spinningwheel/_spinningwheel.scss */
.basket:before {
  position: absolute;
  content: "";
  background-color: #6a838e;
  height: 8px;
  width: 34.5px;
  border-radius: 7px;
  left: -2.5px;
}

/* line 526, sass/apps/spinningwheel/_spinningwheel.scss */
.rope {
  background-color: #4dc8e2;
  height: 20px;
  width: 3px;
  position: relative;
  top: 65px;
  left: 47.5px;
}

/* line 535, sass/apps/spinningwheel/_spinningwheel.scss */
.rope:before {
  position: absolute;
  content: "";
  background-color: #4dc8e2;
  height: 20px;
  width: 3px;
  top: 0;
  left: -14px;
  transform: rotate(-8deg);
}

/* line 546, sass/apps/spinningwheel/_spinningwheel.scss */
.rope:after {
  position: absolute;
  content: "";
  background-color: #4dc8e2;
  height: 20px;
  width: 3px;
  top: 0;
  left: 14px;
  transform: rotate(8deg);
}

@media (min-width: 992px) {
  /* line 561, sass/apps/spinningwheel/_spinningwheel.scss */
  .page-content {
    margin-top: -440px;
  }

  /* line 564, sass/apps/spinningwheel/_spinningwheel.scss */
  .ferris_wheel {
    transform: translateX(70%) translateY(-50%) scale(1.4, 1.4);
  }

  /* line 567, sass/apps/spinningwheel/_spinningwheel.scss */
  .clouds-group {
    min-width: 992px;
  }

  /* line 570, sass/apps/spinningwheel/_spinningwheel.scss */
  h1.marquee-title {
    letter-spacing: 0.6px;
  }
}
@media (min-width: 1200px) {
  /* line 576, sass/apps/spinningwheel/_spinningwheel.scss */
  .ferris_wheel {
    transform: translateX(120%) translateY(-50%) scale(1.4, 1.4);
  }

  /* line 579, sass/apps/spinningwheel/_spinningwheel.scss */
  .clouds-group {
    min-width: 1200px;
  }
}
/* line 589, sass/apps/spinningwheel/_spinningwheel.scss */
h1.marquee-title {
  font-family: "Alegreya Sans SC", sans-serif;
  font-size: 40px;
  text-align: center;
  line-height: 1;
  color: #F9B443;
  font-weight: normal;
  margin: 0;
  text-shadow: 2px 2px 4px #FFF;
  /* Chrome, Safari, Opera */
  -webkit-animation: rainbow 5s infinite;
  /* Internet Explorer */
  -ms-animation: rainbow 5s infinite;
  /* Standar Syntax */
  animation: rainbow 5s infinite;
  /* Chrome, Safari, Opera */
  /* Internet Explorer */
  /* Standar Syntax */
}
@-webkit-keyframes rainbow {
  5% {
    color: #F9B443;
  }
  20% {
    color: #E04444;
  }
  40% {
    color: #29BBB4;
  }
  60% {
    color: #6747B5;
  }
  90% {
    color: #F9B443;
  }
}
@-ms-keyframes rainbow {
  5% {
    color: #F9B443;
  }
  20% {
    color: #E04444;
  }
  40% {
    color: #29BBB4;
  }
  60% {
    color: #6747B5;
  }
  90% {
    color: #F9B443;
  }
}
@keyframes rainbow {
  5% {
    color: #F9B443;
  }
  20% {
    color: #E04444;
  }
  40% {
    color: #29BBB4;
  }
  60% {
    color: #6747B5;
  }
  90% {
    color: #F9B443;
  }
}
/* line 5, sass/apps/fish/_fish.scss */
.question {
  color: #404040;
  font-size: 18px;
  line-height: 1.4;
}

/* line 6, sass/apps/fish/_fish.scss */
.question-default {
  margin: 35px 0 5px;
}

/* line 8, sass/apps/fish/_fish.scss */
.question-default:first-child {
  margin-top: 15px;
}

/* line 12, sass/apps/fish/_fish.scss */
.checkbox label, .radio label {
  display: block;
}

/* line 13, sass/apps/fish/_fish.scss */
.radio:hover, .checkbox:hover {
  background-color: #f8f8f8;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 16, sass/apps/fish/_fish.scss */
.checkbox small, .radio small {
  color: #8c8c8c;
}

/* line 19, sass/apps/fish/_fish.scss */
.survey-details {
  margin-left: 20px;
}
/* line 21, sass/apps/fish/_fish.scss */
.survey-details li {
  margin: 5px 0;
}

/* line 29, sass/apps/fish/_fish.scss */
.progress-bar-container {
  margin: 14px 16px 0 0;
}
/* line 31, sass/apps/fish/_fish.scss */
.progress-bar-container .progress {
  margin-bottom: 0;
}
/* line 32, sass/apps/fish/_fish.scss */
.progress-bar-container .progress-percentage {
  float: left;
  margin: 0 10px 0 25px;
  font-size: 100%;
  line-height: 1.5;
  color: #fff;
}

@media (min-width: 768px) {
  /* line 37, sass/apps/fish/_fish.scss */
  .container.fish > .navbar-header, .container > .navbar-collapse {
    width: 100%;
  }

  /* line 41, sass/apps/fish/_fish.scss */
  .progress-bar-container {
    margin-right: 0;
  }
}
/* line 46, sass/apps/fish/_fish.scss */
.sem-container-progress {
  text-align: center;
  margin: 0px;
  width: 100%;
  padding: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}
/* line 60, sass/apps/fish/_fish.scss */
.sem-container-progress .progress-pill {
  height: 4px;
  background: #f00;
  list-style-type: none;
  width: inherit;
  margin: 2px;
  background: #E4E4E4;
}
/* line 69, sass/apps/fish/_fish.scss */
.sem-container-progress .progress-pill.completed {
  background: #49BFBC;
}

/* line 79, sass/apps/fish/_fish.scss */
.table-grid thead > tr > th {
  text-align: center;
}
/* line 81, sass/apps/fish/_fish.scss */
.table-grid tr:first-child td {
  border-top: none;
}
/* line 83, sass/apps/fish/_fish.scss */
.table-grid .radio {
  text-align: center;
  padding: 0;
  margin: 0;
}
/* line 84, sass/apps/fish/_fish.scss */
.table-grid .radio input {
  float: none;
  margin: 0;
}
/* line 85, sass/apps/fish/_fish.scss */
.table-grid .radio label {
  padding: 10px 0;
}

/* line 93, sass/apps/fish/_fish.scss */
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  width: 100%;
}

/* line 99, sass/apps/fish/_fish.scss */
.rating input {
  position: absolute;
  left: -999999px;
}

/* line 104, sass/apps/fish/_fish.scss */
.rating label {
  display: inline-block;
  font-size: 0;
}

/* line 109, sass/apps/fish/_fish.scss */
.rating > label:before {
  position: relative;
  font: 24px/1 FontAwesome;
  display: block;
  content: "\f005";
  color: #ccc;
  background: #95989A;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 120, sass/apps/fish/_fish.scss */
.rating > label:hover:before,
.rating > label:hover ~ label:before,
.rating > label.selected:before,
.rating > label.selected ~ label:before {
  color: #f0ad4e;
  background: #ECBA32;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
}
