/*! 
 * ==============================================================
 * 
 * Frank/CHiPS v1.0
 * Developed by the Ipsos Design Team
 * http://www.ipsos.com/
 * 
 * 2013-2017 Ipsos
 * 
 * ==============================================================
 */
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese");
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 4, sass/libs/_font-awesome.min.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-2x {
  font-size: 2em;
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-3x {
  font-size: 3em;
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-4x {
  font-size: 4em;
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-5x {
  font-size: 5em;
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-ul > li {
  position: relative;
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

/* line 4, sass/libs/_font-awesome.min.scss */
.pull-right {
  float: right;
}

/* line 4, sass/libs/_font-awesome.min.scss */
.pull-left {
  float: left;
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 4, sass/libs/_font-awesome.min.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 4, sass/libs/_font-awesome.min.scss */
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-inverse {
  color: #fff;
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-music:before {
  content: "\f001";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-search:before {
  content: "\f002";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-star:before {
  content: "\f005";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-user:before {
  content: "\f007";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-film:before {
  content: "\f008";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-home:before {
  content: "\f015";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-road:before {
  content: "\f018";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-download:before {
  content: "\f019";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-font:before {
  content: "\f031";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-random:before {
  content: "\f074";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-key:before {
  content: "\f084";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-code:before {
  content: "\f121";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-question:before {
  content: "\f128";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-info:before {
  content: "\f129";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-won:before, .fa-krw:before {
  content: "\f159";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-female:before {
  content: "\f182";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-male:before {
  content: "\f183";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-pied-piper:before {
  content: "\f1a7";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-ra:before, .fa-rebel:before {
  content: "\f1d0";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-genderless:before, .fa-circle-thin:before {
  content: "\f1db";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-transgender:before {
  content: "\f224";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-server:before {
  content: "\f233";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-train:before {
  content: "\f238";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 4, sass/libs/_font-awesome.min.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 4, sass/basic/_common.scss */
body {
  padding-top: 65px;
  background: #fafafa;
}

/* line 5, sass/basic/_common.scss */
.visible-xxs {
  display: none !important;
}

/* line 6, sass/basic/_common.scss */
.hidden-xxs {
  display: block !important;
}

/* line 9, sass/basic/_common.scss */
ul, ol {
  padding-left: 0;
  list-style: none;
}

/* line 11, sass/basic/_common.scss */
.list-styled {
  margin-left: 20px;
}

/* line 12, sass/basic/_common.scss */
ul.list-styled {
  list-style-type: disc;
}

/* line 13, sass/basic/_common.scss */
ol.list-styled {
  list-style-type: decimal;
}

/* line 15, sass/basic/_common.scss */
ul.list-styled ul, ol.list-styled ul {
  margin-left: 20px;
  list-style-type: circle;
}

/* line 16, sass/basic/_common.scss */
ul.list-styled ol, ol.list-styled ol {
  margin-left: 20px;
  list-style-type: decimal;
}

/* line 18, sass/basic/_common.scss */
.fa {
  line-height: inherit;
}

/* line 19, sass/basic/_common.scss */
.slideTogle-fix {
  overflow: hidden;
}

/* line 21, sass/basic/_common.scss */
.list-margin-xxs li {
  margin: 5px auto;
}

/* line 22, sass/basic/_common.scss */
.list-margin-xs li {
  margin: 10px auto;
}

/* line 23, sass/basic/_common.scss */
.list-margin-sm li {
  margin: 15px auto;
}

/* line 24, sass/basic/_common.scss */
.list-margin-md li {
  margin: 35px auto;
}

/* line 25, sass/basic/_common.scss */
.list-margin-lg li {
  margin: 50px auto;
}

/* line 38, sass/basic/_common.scss */
.margin-none {
  margin: 0 !important;
}

/* line 40, sass/basic/_common.scss */
.margin-xxs {
  margin: 5px !important;
}

/* line 41, sass/basic/_common.scss */
.margin-xs {
  margin: 10px !important;
}

/* line 42, sass/basic/_common.scss */
.margin-sm {
  margin: 15px !important;
}

/* line 43, sass/basic/_common.scss */
.margin-md {
  margin: 25px !important;
}

/* line 44, sass/basic/_common.scss */
.margin-lg {
  margin: 35px !important;
}

/* line 45, sass/basic/_common.scss */
.margin-xl {
  margin: 50px !important;
}

/* line 47, sass/basic/_common.scss */
.margin-top-none {
  margin-top: 0px !important;
}

/* line 48, sass/basic/_common.scss */
.margin-top-xxs {
  margin-top: 5px !important;
}

/* line 49, sass/basic/_common.scss */
.margin-top-xs {
  margin-top: 10px !important;
}

/* line 50, sass/basic/_common.scss */
.margin-top-sm {
  margin-top: 15px !important;
}

/* line 51, sass/basic/_common.scss */
.margin-top-md {
  margin-top: 25px !important;
}

/* line 52, sass/basic/_common.scss */
.margin-top-lg {
  margin-top: 35px !important;
}

/* line 53, sass/basic/_common.scss */
.margin-top-xl {
  margin-top: 50px !important;
}

/* line 55, sass/basic/_common.scss */
.margin-left-none {
  margin-left: 0px !important;
}

/* line 56, sass/basic/_common.scss */
.margin-left-xxs {
  margin-left: 5px !important;
}

/* line 57, sass/basic/_common.scss */
.margin-left-xs {
  margin-left: 10px !important;
}

/* line 58, sass/basic/_common.scss */
.margin-left-sm {
  margin-left: 15px !important;
}

/* line 59, sass/basic/_common.scss */
.margin-left-md {
  margin-left: 25px !important;
}

/* line 60, sass/basic/_common.scss */
.margin-left-lg {
  margin-left: 35px !important;
}

/* line 61, sass/basic/_common.scss */
.margin-left-xl {
  margin-left: 50px !important;
}

/* line 63, sass/basic/_common.scss */
.margin-bottom-none {
  margin-bottom: 0px !important;
}

/* line 64, sass/basic/_common.scss */
.margin-bottom-xxs {
  margin-bottom: 5px !important;
}

/* line 65, sass/basic/_common.scss */
.margin-bottom-xs {
  margin-bottom: 10px !important;
}

/* line 66, sass/basic/_common.scss */
.margin-bottom-sm {
  margin-bottom: 15px !important;
}

/* line 67, sass/basic/_common.scss */
.margin-bottom-md {
  margin-bottom: 25px !important;
}

/* line 68, sass/basic/_common.scss */
.margin-bottom-lg {
  margin-bottom: 35px !important;
}

/* line 69, sass/basic/_common.scss */
.margin-bottom-xl {
  margin-bottom: 50px !important;
}

/* line 71, sass/basic/_common.scss */
.margin-right-none {
  margin-right: 0px !important;
}

/* line 72, sass/basic/_common.scss */
.margin-right-xxs {
  margin-right: 5px !important;
}

/* line 73, sass/basic/_common.scss */
.margin-right-xs {
  margin-right: 10px !important;
}

/* line 74, sass/basic/_common.scss */
.margin-right-sm {
  margin-right: 15px !important;
}

/* line 75, sass/basic/_common.scss */
.margin-right-md {
  margin-right: 25px !important;
}

/* line 76, sass/basic/_common.scss */
.margin-right-lg {
  margin-right: 35px !important;
}

/* line 77, sass/basic/_common.scss */
.margin-right-xl {
  margin-right: 50px !important;
}

/* line 83, sass/basic/_common.scss */
.padding-none {
  padding: 0 !important;
}

/* line 85, sass/basic/_common.scss */
.padding-xxs {
  padding: 5px !important;
}

/* line 86, sass/basic/_common.scss */
.padding-xs {
  padding: 10px !important;
}

/* line 87, sass/basic/_common.scss */
.padding-sm {
  padding: 15px !important;
}

/* line 88, sass/basic/_common.scss */
.padding-md {
  padding: 25px !important;
}

/* line 89, sass/basic/_common.scss */
.padding-lg {
  padding: 35px !important;
}

/* line 90, sass/basic/_common.scss */
.padding-xl {
  padding: 50px !important;
}

/* line 92, sass/basic/_common.scss */
.padding-top-none {
  padding-top: 0px !important;
}

/* line 93, sass/basic/_common.scss */
.padding-top-xxs {
  padding-top: 5px !important;
}

/* line 94, sass/basic/_common.scss */
.padding-top-xs {
  padding-top: 10px !important;
}

/* line 95, sass/basic/_common.scss */
.padding-top-sm {
  padding-top: 15px !important;
}

/* line 96, sass/basic/_common.scss */
.padding-top-md {
  padding-top: 25px !important;
}

/* line 97, sass/basic/_common.scss */
.padding-top-lg {
  padding-top: 35px !important;
}

/* line 98, sass/basic/_common.scss */
.padding-top-xl {
  padding-top: 50px !important;
}

/* line 100, sass/basic/_common.scss */
.padding-left-none {
  padding-left: 0px !important;
}

/* line 101, sass/basic/_common.scss */
.padding-left-xxs {
  padding-left: 5px !important;
}

/* line 102, sass/basic/_common.scss */
.padding-left-xs {
  padding-left: 10px !important;
}

/* line 103, sass/basic/_common.scss */
.padding-left-sm {
  padding-left: 15px !important;
}

/* line 104, sass/basic/_common.scss */
.padding-left-md {
  padding-left: 25px !important;
}

/* line 105, sass/basic/_common.scss */
.padding-left-lg {
  padding-left: 35px !important;
}

/* line 106, sass/basic/_common.scss */
.padding-left-xl {
  padding-left: 50px !important;
}

/* line 108, sass/basic/_common.scss */
.padding-bottom-none {
  padding-bottom: 0px !important;
}

/* line 109, sass/basic/_common.scss */
.padding-bottom-xxs {
  padding-bottom: 5px !important;
}

/* line 110, sass/basic/_common.scss */
.padding-bottom-xs {
  padding-bottom: 10px !important;
}

/* line 111, sass/basic/_common.scss */
.padding-bottom-sm {
  padding-bottom: 15px !important;
}

/* line 112, sass/basic/_common.scss */
.padding-bottom-md {
  padding-bottom: 25px !important;
}

/* line 113, sass/basic/_common.scss */
.padding-bottom-lg {
  padding-bottom: 35px !important;
}

/* line 114, sass/basic/_common.scss */
.padding-bottom-xl {
  padding-bottom: 50px !important;
}

/* line 116, sass/basic/_common.scss */
.padding-right-none {
  padding-right: 0px !important;
}

/* line 117, sass/basic/_common.scss */
.padding-right-xxs {
  padding-right: 5px !important;
}

/* line 118, sass/basic/_common.scss */
.padding-right-xs {
  padding-right: 10px !important;
}

/* line 119, sass/basic/_common.scss */
.padding-right-sm {
  padding-right: 15px !important;
}

/* line 120, sass/basic/_common.scss */
.padding-right-md {
  padding-right: 25px !important;
}

/* line 121, sass/basic/_common.scss */
.padding-right-lg {
  padding-right: 35px !important;
}

/* line 122, sass/basic/_common.scss */
.padding-right-xl {
  padding-right: 50px !important;
}

/* xs */
@media (max-width: 767px) {
  /* line 130, sass/basic/_common.scss */
  .xs-only-text-left {
    text-align: left !important;
  }

  /* line 133, sass/basic/_common.scss */
  .xs-only-text-right {
    text-align: right !important;
  }

  /* line 136, sass/basic/_common.scss */
  .xs-only-text-center {
    text-align: center !important;
  }
}
@media only screen {
  /* line 140, sass/basic/_common.scss */
  .xs-text-left {
    text-align: left !important;
  }

  /* line 143, sass/basic/_common.scss */
  .xs-text-right {
    text-align: right !important;
  }

  /* line 146, sass/basic/_common.scss */
  .xs-text-center {
    text-align: center !important;
  }
}
/* sm */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 152, sass/basic/_common.scss */
  .sm-only-text-left {
    text-align: left !important;
  }

  /* line 155, sass/basic/_common.scss */
  .sm-only-text-right {
    text-align: right !important;
  }

  /* line 158, sass/basic/_common.scss */
  .sm-only-text-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 768px) {
  /* line 162, sass/basic/_common.scss */
  .sm-text-left {
    text-align: left !important;
  }

  /* line 165, sass/basic/_common.scss */
  .sm-text-right {
    text-align: right !important;
  }

  /* line 168, sass/basic/_common.scss */
  .sm-text-center {
    text-align: center !important;
  }
}
/* md */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 174, sass/basic/_common.scss */
  .md-only-text-left {
    text-align: left !important;
  }

  /* line 177, sass/basic/_common.scss */
  .md-only-text-right {
    text-align: right !important;
  }

  /* line 180, sass/basic/_common.scss */
  .md-only-text-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 992px) {
  /* line 184, sass/basic/_common.scss */
  .md-text-left {
    text-align: left !important;
  }

  /* line 187, sass/basic/_common.scss */
  .md-text-right {
    text-align: right !important;
  }

  /* line 190, sass/basic/_common.scss */
  .md-text-center {
    text-align: center !important;
  }
}
/* lg */
@media (min-width: 1200px) {
  /* line 196, sass/basic/_common.scss */
  .lg-only-text-left {
    text-align: left !important;
  }

  /* line 199, sass/basic/_common.scss */
  .lg-only-text-right {
    text-align: right !important;
  }

  /* line 202, sass/basic/_common.scss */
  .lg-only-text-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 206, sass/basic/_common.scss */
  .lg-text-left {
    text-align: left !important;
  }

  /* line 209, sass/basic/_common.scss */
  .lg-text-right {
    text-align: right !important;
  }

  /* line 212, sass/basic/_common.scss */
  .lg-text-center {
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  /* line 221, sass/basic/_common.scss */
  .no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
  }

  /* line 227, sass/basic/_common.scss */
  .no-gutter .panel {
    border-bottom: 0;
    border-right: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 235, sass/basic/_common.scss */
  .no-gutter > [class*='col-'] {
    padding-right: 7px;
    padding-left: 7px;
  }

  /* line 240, sass/basic/_common.scss */
  .no-gutter .panel {
    margin-bottom: 16px;
  }

  /* centered columns styles only for desktop */
  /* line 245, sass/basic/_common.scss */
  .row-centered {
    text-align: center;
  }

  /* line 248, sass/basic/_common.scss */
  .col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
  }
}
/* line 262, sass/basic/_common.scss */
.border-box {
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}

/* line 264, sass/basic/_common.scss */
.no-border {
  border: none !important;
}

/* line 266, sass/basic/_common.scss */
.border-top-none {
  border-top: none !important;
}

/* line 267, sass/basic/_common.scss */
.border-right-none {
  border-right: none !important;
}

/* line 268, sass/basic/_common.scss */
.border-bottom-none {
  border-bottom: none !important;
}

/* line 269, sass/basic/_common.scss */
.border-left-none {
  border-left: none !important;
}

/* line 271, sass/basic/_common.scss */
.border {
  border: 1px solid #eaeaea;
}

/* line 272, sass/basic/_common.scss */
.border-top {
  border-top: 1px solid #eaeaea;
}

/* line 273, sass/basic/_common.scss */
.border-right {
  border-right: 1px solid #eaeaea;
}

/* line 274, sass/basic/_common.scss */
.border-bottom {
  border-bottom: 1px solid #eaeaea;
}

/* line 275, sass/basic/_common.scss */
.border-left {
  border-left: 1px solid #eaeaea;
}

/* line 277, sass/basic/_common.scss */
.border-primary {
  border: 1px solid #49BFBC !important;
}

/* line 278, sass/basic/_common.scss */
.border-secondary {
  border: 1px solid #7861AF !important;
}

/* line 279, sass/basic/_common.scss */
.border-tertiary {
  border: 1px solid #424d59 !important;
}

/* line 280, sass/basic/_common.scss */
.border-info {
  border: 1px solid #7DC3E7 !important;
}

/* line 281, sass/basic/_common.scss */
.border-success {
  border: 1px solid #9FCC3A !important;
}

/* line 282, sass/basic/_common.scss */
.border-warning {
  border: 1px solid #F19E43 !important;
}

/* line 283, sass/basic/_common.scss */
.border-danger {
  border: 1px solid #DB6060 !important;
}

/* line 285, sass/basic/_common.scss */
.border-inset-primary {
  -moz-box-shadow: #49BFBC 0px 0px 0 1px inset;
  -webkit-box-shadow: #49BFBC 0px 0px 0 1px inset;
  box-shadow: #49BFBC 0px 0px 0 1px inset;
}

/* line 286, sass/basic/_common.scss */
.border-inset-secondary {
  -moz-box-shadow: #7861AF 0px 0px 0 1px inset;
  -webkit-box-shadow: #7861AF 0px 0px 0 1px inset;
  box-shadow: #7861AF 0px 0px 0 1px inset;
}

/* line 287, sass/basic/_common.scss */
.border-inset-tertiary {
  -moz-box-shadow: #424d59 0px 0px 0 1px inset;
  -webkit-box-shadow: #424d59 0px 0px 0 1px inset;
  box-shadow: #424d59 0px 0px 0 1px inset;
}

/* line 288, sass/basic/_common.scss */
.border-inset-info {
  -moz-box-shadow: #7DC3E7 0px 0px 0 1px inset;
  -webkit-box-shadow: #7DC3E7 0px 0px 0 1px inset;
  box-shadow: #7DC3E7 0px 0px 0 1px inset;
}

/* line 289, sass/basic/_common.scss */
.border-inset-success {
  -moz-box-shadow: #9FCC3A 0px 0px 0 1px inset;
  -webkit-box-shadow: #9FCC3A 0px 0px 0 1px inset;
  box-shadow: #9FCC3A 0px 0px 0 1px inset;
}

/* line 290, sass/basic/_common.scss */
.border-inset-warning {
  -moz-box-shadow: #F19E43 0px 0px 0 1px inset;
  -webkit-box-shadow: #F19E43 0px 0px 0 1px inset;
  box-shadow: #F19E43 0px 0px 0 1px inset;
}

/* line 291, sass/basic/_common.scss */
.border-inset-danger {
  -moz-box-shadow: #DB6060 0px 0px 0 1px inset;
  -webkit-box-shadow: #DB6060 0px 0px 0 1px inset;
  box-shadow: #DB6060 0px 0px 0 1px inset;
}

/* line 299, sass/basic/_common.scss */
html, body {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  color: #666;
}

/* line 301, sass/basic/_common.scss */
h1 {
  font-size: 32px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400 !important;
  line-height: 1.3;
  color: #282f36;
}

/* line 302, sass/basic/_common.scss */
h2 {
  font-size: 28px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400 !important;
  line-height: 1.3;
  color: #2c343c;
}

/* line 303, sass/basic/_common.scss */
h3 {
  font-size: 24px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400 !important;
  line-height: 1.3;
  color: #313942;
}

/* line 304, sass/basic/_common.scss */
h4 {
  font-size: 18px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400 !important;
  line-height: 1.3;
  color: #353e47;
}

/* line 305, sass/basic/_common.scss */
h5 {
  font-size: 14px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400 !important;
  line-height: 1.3;
  color: #39434d;
}

/* line 306, sass/basic/_common.scss */
h6 {
  font-size: 12px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400 !important;
  line-height: 1.3;
  color: #3e4853;
}

/* line 308, sass/basic/_common.scss */
h1, h2, h3 {
  margin: 10px 0 10px 0;
}

/* line 309, sass/basic/_common.scss */
h5, h6 {
  margin: 10px 0 4px 0;
}

/* line 312, sass/basic/_common.scss */
.font-size-xs {
  font-size: 12px;
}

/* line 313, sass/basic/_common.scss */
.font-size-sm {
  font-size: 14px;
}

/* line 314, sass/basic/_common.scss */
.font-size-md {
  font-size: 16px;
}

/* line 315, sass/basic/_common.scss */
.font-size-lg {
  font-size: 18px;
}

/* line 316, sass/basic/_common.scss */
.font-size-xl {
  font-size: 21px;
}

/* line 319, sass/basic/_common.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 320, sass/basic/_common.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 321, sass/basic/_common.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 324, sass/basic/_common.scss */
.text-soft-light, .text-light {
  color: #999999;
}

/* line 325, sass/basic/_common.scss */
.text-soft-dark {
  color: #595959;
}

/* line 326, sass/basic/_common.scss */
.text-hard-light {
  color: #d9d9d9;
}

/* line 327, sass/basic/_common.scss */
.text-dark {
  color: #000;
}

/* line 328, sass/basic/_common.scss */
.text-primary-darker {
  color: #2a7876;
  text-decoration: none;
}

/* line 329, sass/basic/_common.scss */
.text-white {
  color: #fff;
}
/* line 330, sass/basic/_common.scss */
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white strong, .text-white b {
  color: #FFF;
}
/* line 331, sass/basic/_common.scss */
.text-white .block-underline {
  border-color: #FFF;
}
/* line 332, sass/basic/_common.scss */
.text-white p {
  font-weight: 300;
}

/* line 335, sass/basic/_common.scss */
a {
  color: #379e9b;
}

/* line 336, sass/basic/_common.scss */
a:hover, a:focus {
  color: #2a7876;
  text-decoration: none;
}

/* line 338, sass/basic/_common.scss */
a.white-link {
  color: #FFF;
  text-decoration: underline;
}

/* line 339, sass/basic/_common.scss */
a.white-link:hover, a.white-link:focus {
  color: #FFF;
  text-decoration: underline;
}

/* line 341, sass/basic/_common.scss */
a.dark-link {
  color: #000;
  text-decoration: underline;
}

/* line 342, sass/basic/_common.scss */
a.dark-link:hover, a.dark-link:focus {
  color: #000;
  text-decoration: underline;
}

/* line 344, sass/basic/_common.scss */
a .caret {
  border-top: 4px solid #379e9b;
}

/* line 346, sass/basic/_common.scss */
img {
  max-width: 100%;
}

/* line 347, sass/basic/_common.scss */
img + p {
  margin-top: 10px;
}

/* line 349, sass/basic/_common.scss */
.word-wrap {
  word-break: break-all;
  word-break: break-word;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/* line 351, sass/basic/_common.scss */
b {
  color: #737373;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
}

/* line 352, sass/basic/_common.scss */
strong {
  color: #4d4d4d;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
}

/* line 353, sass/basic/_common.scss */
.text-strong {
  color: #4d4d4d;
}

/* line 354, sass/basic/_common.scss */
.text-detail {
  display: block;
  font-size: 80%;
}

/* line 356, sass/basic/_common.scss */
code {
  color: #8672b8;
  background-color: white;
}

/* line 357, sass/basic/_common.scss */
blockquote {
  margin-bottom: 10px;
}

/* line 359, sass/basic/_common.scss */
.cursor-pointer {
  cursor: pointer;
}

/* line 361, sass/basic/_common.scss */
hr {
  border-color: #e5e5e5;
}

/* line 362, sass/basic/_common.scss */
hr.no-top {
  margin-top: 0;
}

/* line 363, sass/basic/_common.scss */
hr.no-bottom {
  margin-bottom: 0;
}

/* line 365, sass/basic/_common.scss */
.block-underline {
  padding-bottom: 4px;
  border-bottom: 1px solid #eaeaea;
}

/* line 367, sass/basic/_common.scss */
.lead {
  margin: 0 0 8px 0;
  font-size: 125%;
  line-height: 1.3;
  color: gray;
}

/* line 368, sass/basic/_common.scss */
.page-header {
  margin-top: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 370, sass/basic/_common.scss */
.help-block {
  color: #8c8c8c;
}

/* line 372, sass/basic/_common.scss */
.foot-note {
  font-size: 85%;
  margin: 10px 0 0 0;
}

/* line 374, sass/basic/_common.scss */
.text-shadow {
  text-shadow: 0 2px rgba(0, 0, 0, 0.3);
}

/* line 376, sass/basic/_common.scss */
.well {
  margin-bottom: 10px;
}

/* line 378, sass/basic/_common.scss */
dt {
  color: #737373;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
}

/* line 379, sass/basic/_common.scss */
pre {
  color: #666;
  background-color: white;
  border: 1px solid #eaeaea;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/* line 381, sass/basic/_common.scss */
.point-look {
  color: #ffef99;
  text-shadow: 0px 0px 1px #998100;
}

/* line 383, sass/basic/_common.scss */
.btn-container {
  margin-top: 30px;
}

/* line 386, sass/basic/_common.scss */
span.nowrap {
  white-space: nowrap;
}

/* OnLoadImageBehavior */
/* line 393, sass/basic/_common.scss */
.imagePlaceholder {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  float: left;
}

/* line 394, sass/basic/_common.scss */
.imagePlaceholderInternal {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* line 400, sass/basic/_common.scss */
.blog {
  color: #49BFBC;
}

/* line 401, sass/basic/_common.scss */
.facebook {
  color: #547bbc;
}

/* line 402, sass/basic/_common.scss */
.messenger {
  color: #0084FF;
}

/* line 403, sass/basic/_common.scss */
.wechat {
  color: #20C300;
}

/* line 404, sass/basic/_common.scss */
.weibo {
  color: #df0c2c;
}

/* line 405, sass/basic/_common.scss */
.kakao {
  color: #ffe812;
}

/* line 406, sass/basic/_common.scss */
.line {
  color: #00B900;
}

/* line 407, sass/basic/_common.scss */
.twitter {
  color: #78cbef;
}

/* line 408, sass/basic/_common.scss */
.instagram {
  color: #e4405f;
}

/* line 409, sass/basic/_common.scss */
.whatsapp {
  color: #51B962;
}

/* line 410, sass/basic/_common.scss */
.contactEmail {
  color: #7861AF;
}

/* line 411, sass/basic/_common.scss */
.recommend {
  color: #49BFBC;
}

/* line 414, sass/basic/_common.scss */
.sharing.list-inline {
  padding: 0;
}

/* line 415, sass/basic/_common.scss */
.sharing li a.btn, .sharing li a.btn:hover {
  background: none;
  font-size: 32px;
  padding: 0;
}

/* line 419, sass/basic/_common.scss */
ul li a.social-qzone {
  height: 32px;
  width: 32px;
  background: url("../img/icons/icon-qzone.png") no-repeat;
  background: url("../img/icons/icon-qzone.svg") no-repeat, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  display: inline-block;
}

/* line 427, sass/basic/_common.scss */
ul li a.social-qzone.raf {
  margin: 0 5px -10px 0;
}

/* line 435, sass/basic/_common.scss */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  color: #ffffff;
  background-color: #49BFBC;
  border-color: #42bcb9;
}

/* line 443, sass/basic/_common.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  color: #ffffff;
  background-color: #49BFBC;
  border-color: #42bcb9;
}

/* line 450, sass/basic/_common.scss */
.notification-cookies, .notification-cookies-gdpr, .notification-country {
  position: fixed;
  bottom: 10px;
  width: 100%;
  z-index: 999;
  font-size: 80%;
  text-align: center;
  line-height: 100%;
}
/* line 455, sass/basic/_common.scss */
.notification-cookies .close, .notification-cookies-gdpr .close, .notification-country .close {
  margin-left: 10px;
  font-size: 100%;
  line-height: 100%;
  color: #DB6060;
  opacity: 1;
}

/* line 459, sass/basic/_common.scss */
.notification-cookies-gdpr {
  font-size: 100%;
  text-align: left;
}
/* line 463, sass/basic/_common.scss */
.notification-cookies-gdpr .panel {
  -moz-box-shadow: 0px 0px 11px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 11px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 11px 4px rgba(0, 0, 0, 0.1);
}
/* line 467, sass/basic/_common.scss */
.notification-cookies-gdpr .panel p {
  line-height: 130% !important;
}

/* line 471, sass/basic/_common.scss */
.notification-country {
  top: 70px;
  height: 75px;
}

/* line 479, sass/basic/_common.scss */
.modal-footer {
  text-align: center;
}

/* line 484, sass/basic/_common.scss */
.checkbox-nohover {
  margin: 0 0 15px 0;
}

/* line 485, sass/basic/_common.scss */
.checkbox-nohover:hover {
  background: none !important;
}

/* line 492, sass/basic/_common.scss */
.tooltip.top .tooltip-inner {
  padding: 8px;
  background: #424d59;
}
/* line 493, sass/basic/_common.scss */
.tooltip.top .tooltip-arrow {
  border-top-color: #424d59;
}

/* line 501, sass/basic/_common.scss */
.bigger-inputs .sr-only {
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* line 505, sass/basic/_common.scss */
.bigger-inputs .form-group {
  margin-bottom: 15px;
}
/* line 507, sass/basic/_common.scss */
.bigger-inputs .form-control {
  font-size: 16px;
}
/* line 509, sass/basic/_common.scss */
.bigger-inputs input {
  height: 45px;
}
/* line 511, sass/basic/_common.scss */
.bigger-inputs input[type='checkbox'], .bigger-inputs input[type="radio"] {
  height: auto;
}
/* line 513, sass/basic/_common.scss */
.bigger-inputs .btn {
  padding: 8px 23px;
  font-size: 16px;
  font-weight: 400;
  font-size: 16px;
}

/* line 520, sass/basic/_common.scss */
.line-thru {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}

/* line 522, sass/basic/_common.scss */
.line-thru:before {
  width: 40px;
  height: 10px;
  margin: -5px 0 0 -20px;
  left: 50%;
  background-color: #ffffff;
  content: '';
  position: absolute;
  top: 50%;
  z-index: -1;
}

/* line 526, sass/basic/_common.scss */
.line-thru:after {
  border-bottom: 1px solid #dfe0e6;
  content: '';
  display: block;
  position: absolute;
  top: 49%;
  width: 100%;
  z-index: -2;
}

/* line 5, sass/components/_nav.scss */
.navbar {
  min-height: 0;
}
/* line 10, sass/components/_nav.scss */
.navbar .image-link {
  padding: 8px;
}
/* line 11, sass/components/_nav.scss */
.navbar .image-link img {
  width: 34px;
  height: 34px;
}
/* line 13, sass/components/_nav.scss */
.navbar .navbar-text {
  margin: 0;
  padding: 0;
  margin-top: 15px;
}
/* line 14, sass/components/_nav.scss */
.navbar .navbar-text .badge {
  margin-top: -3px;
  font-size: 130%;
}
/* line 17, sass/components/_nav.scss */
.navbar .navbar-collapse {
  font-size: 100%;
  margin-top: 0;
  max-height: 400px;
}
/* line 18, sass/components/_nav.scss */
.navbar .visitor .navbar-collapse {
  font-size: 100%;
}
/* line 20, sass/components/_nav.scss */
.navbar .navbar-brand {
  height: auto;
  font-size: 165%;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 7px 15px;
}
/* line 22, sass/components/_nav.scss */
.navbar .navbar-sub-brand {
  float: right;
  margin: 0 20px 0 0;
  padding: 0;
  margin-top: 15px;
}
/* line 24, sass/components/_nav.scss */
.navbar .navbar-brand img {
  width: auto;
  height: 36px;
}
/* line 27, sass/components/_nav.scss */
.navbar .navbar-toggle {
  top: 10px;
  margin: 0px 15px;
  padding: 1px 5px;
  font-size: 100%;
  border-radius: 40px;
  color: #666;
  border: 3px solid #666;
}
/* line 28, sass/components/_nav.scss */
.navbar .navbar-toggle:hover {
  color: #4d4d4d;
  border-color: #4d4d4d;
  background: transparent;
}
/* line 31, sass/components/_nav.scss */
.navbar .language-selection {
  display: block;
  clear: both;
  padding-bottom: 0;
}
/* line 32, sass/components/_nav.scss */
.navbar .language-selection img {
  float: left;
  margin: -2px 5px 0 0;
}
/* line 33, sass/components/_nav.scss */
.navbar .language-selection .hidden-xs {
  float: left;
}

/* line 43, sass/components/_nav.scss */
.navbar-default {
  border: none;
  background: #fafafa;
}

/* line 44, sass/components/_nav.scss */
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: none;
}

/* line 46, sass/components/_nav.scss */
.navbar-default .navbar-nav > li > a {
  color: #666;
}

/* line 47, sass/components/_nav.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #4d4d4d;
}

/* line 49, sass/components/_nav.scss */
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #666;
  border-bottom-color: #666;
}

/* line 50, sass/components/_nav.scss */
.navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #4d4d4d;
  border-bottom-color: #4d4d4d;
}

/* line 52, sass/components/_nav.scss */
.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background: white;
}

/* line 54, sass/components/_nav.scss */
.navbar-default .dropdown-menu {
  border: 1px solid #fff;
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

/* line 55, sass/components/_nav.scss */
.navbar-default .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #379e9b;
}

/* line 57, sass/components/_nav.scss */
.navbar-default .navbar-brand:hover {
  color: #4d4d4d;
}

/* line 58, sass/components/_nav.scss */
.navbar-default .navbar-brand:focus {
  color: #4d4d4d;
}

/* line 64, sass/components/_nav.scss */
.navbar-inverse {
  background-color: #424d59;
  border-color: #2c343c;
}

/* line 66, sass/components/_nav.scss */
.navbar-inverse hr {
  margin: 5px 0;
  border-top-color: #2c343c;
  border-bottom: 1px solid #4d5a68;
}

/* line 69, sass/components/_nav.scss */
.navbar-inverse .navbar-brand {
  color: #fff;
}

/* line 70, sass/components/_nav.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 72, sass/components/_nav.scss */
.navbar-inverse .navbar-text {
  color: #fff;
}

/* line 73, sass/components/_nav.scss */
.navbar-inverse .navbar-sub-brand {
  color: #fff;
}

/* line 75, sass/components/_nav.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}

/* line 76, sass/components/_nav.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 78, sass/components/_nav.scss */
.navbar-inverse .visitor .navbar-nav > li > a {
  color: #6fccca;
}

/* line 79, sass/components/_nav.scss */
.navbar-inverse .visitor .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #82d3d1;
}

/* line 80, sass/components/_nav.scss */
.navbar-inverse .visitor .navbar-nav .dropdown.open > a:hover, .navbar-inverse .navbar-nav .dropdown.open > li > a:focus {
  color: #666;
}

/* line 82, sass/components/_nav.scss */
.navbar-inverse .visitor .navbar-header > a {
  color: #6fccca;
}

/* line 83, sass/components/_nav.scss */
.navbar-inverse .visitor .navbar-header > a:hover, .navbar-inverse .navbar-header > li > a:focus {
  color: #82d3d1;
}

/* line 85, sass/components/_nav.scss */
.navbar-inverse .visitor .navbar-header .navbar-text > a {
  color: #6fccca;
}

/* line 86, sass/components/_nav.scss */
.navbar-inverse .visitor .navbar-header .navbar-text > a:hover, .navbar-inverse .navbar-header .dropdown > li > a:focus {
  color: #82d3d1;
}

/* line 88, sass/components/_nav.scss */
.navbar-inverse .visitor .navbar-header .navbar-sub-brand > a {
  color: #6fccca;
}

/* line 89, sass/components/_nav.scss */
.navbar-inverse .visitor .navbar-header .navbar-sub-brand > a:hover {
  color: #82d3d1;
}

/* line 91, sass/components/_nav.scss */
.navbar-inverse .visitor .navbar-header .dropdown > a {
  color: #6fccca;
}

/* line 92, sass/components/_nav.scss */
.navbar-inverse .visitor .navbar-header .dropdown > a:hover, .navbar-inverse .navbar-header .dropdown > li > a:focus {
  color: #82d3d1;
}

/* line 94, sass/components/_nav.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #2c343c;
}

/* line 95, sass/components/_nav.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

/* line 98, sass/components/_nav.scss */
.navbar-inverse .dropdown-menu {
  border: 1px solid #fff;
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

/* line 99, sass/components/_nav.scss */
.navbar-inverse .dropdown-menu > li > a {
  color: #666;
}

/* line 102, sass/components/_nav.scss */
.navbar-inverse .navbar-toggle {
  color: #fff;
  border-color: #424d59;
}

/* line 103, sass/components/_nav.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  color: #fafafa;
  background-color: #3e4853;
  border-color: #39434d;
}

/* line 104, sass/components/_nav.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 106, sass/components/_nav.scss */
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #2c343c;
}

/* line 108, sass/components/_nav.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #666;
  background-color: #fff;
}

/* line 109, sass/components/_nav.scss */
.navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #666;
  border-bottom-color: #666;
}

/* line 111, sass/components/_nav.scss */
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #bfbfbf;
  border-bottom-color: #bfbfbf;
}

/* line 112, sass/components/_nav.scss */
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 114, sass/components/_nav.scss */
.navbar-inverse .navbar-header a:hover .caret {
  border-top-color: #bfbfbf;
  border-bottom-color: #bfbfbf;
}

/* line 115, sass/components/_nav.scss */
.navbar-inverse .navbar-header a .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 117, sass/components/_nav.scss */
.dropdown-menu li a {
  font-family: "Roboto", Arial, sans-serif !important;
  font-weight: 400 !important;
}

@media (max-width: 767px) {
  /* line 121, sass/components/_nav.scss */
  .navbar-nav .open .dropdown-menu {
    background-color: #46525f;
  }

  /* line 123, sass/components/_nav.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #2c343c;
  }

  /* line 124, sass/components/_nav.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }

  /* line 125, sass/components/_nav.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  /* line 126, sass/components/_nav.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #2c343c;
  }

  /* line 128, sass/components/_nav.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #f2f2f2;
    background-color: #4b5765;
  }
}
/* line 132, sass/components/_nav.scss */
.navbar-inverse .navbar-link {
  color: #fff;
}

/* line 133, sass/components/_nav.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 139, sass/components/_nav.scss */
.navbar-nav.visible-xs > li > a {
  padding: 7px 15px;
}

/* line 141, sass/components/_nav.scss */
.navbar-header .visible-xs .navbar-text {
  padding: 0 10px;
}

/* line 142, sass/components/_nav.scss */
.navbar-header .visible-xs .navbar-text:last-child {
  padding-right: 25px;
}

/* line 144, sass/components/_nav.scss */
.navbar-header .points-link {
  margin-right: 18px;
}

/* line 150, sass/components/_nav.scss */
.navbar .language-selector {
  /* + Small devices */
}
/* line 152, sass/components/_nav.scss */
.navbar .language-selector select {
  margin-top: 16px;
}
/* line 153, sass/components/_nav.scss */
.navbar .language-selector .bootstrap-select {
  margin: 15px 15px 0 5px !important;
}
/* line 154, sass/components/_nav.scss */
.navbar .language-selector .bootstrap-select.btn-group .dropdown-menu li > a {
  white-space: nowrap;
}
/* line 156, sass/components/_nav.scss */
.navbar .language-selector .btn {
  padding: 0;
  font-size: 100%;
  color: #6fccca;
}
/* line 157, sass/components/_nav.scss */
.navbar .language-selector .btn:focus {
  outline-offset: 0;
  outline: 0px auto -webkit-focus-ring-color !important;
}
/* line 159, sass/components/_nav.scss */
.navbar .language-selector .btn, .navbar .language-selector .btn:hover {
  background-color: transparent;
  border: none;
}
/* line 160, sass/components/_nav.scss */
.navbar .language-selector .btn-default, .navbar .language-selector .btn-default:hover {
  background-color: transparent;
  border: none;
}
/* line 161, sass/components/_nav.scss */
.navbar .language-selector .open .dropdown-toggle.btn-default {
  background-color: transparent;
  border: none;
}
/* line 163, sass/components/_nav.scss */
.navbar .language-selector .bootstrap-select.btn-group .btn .filter-option {
  position: relative;
  float: none !important;
  left: 0;
  right: 0;
  display: inline;
}
/* line 165, sass/components/_nav.scss */
.navbar .language-selector .btn-group .dropdown-toggle {
  text-align: center;
}
@media (min-width: 768px) {
  /* line 168, sass/components/_nav.scss */
  .navbar .language-selector .btn-group .dropdown-toggle {
    text-align: left;
  }
}
/* line 171, sass/components/_nav.scss */
.navbar .language-selector .bootstrap-select.btn-group .btn .caret {
  position: relative;
  top: 0;
  right: 0;
  margin-top: -2px;
  vertical-align: middle;
  border-top-color: #6fccca;
  border-bottom-color: #6fccca;
}
/* line 173, sass/components/_nav.scss */
.navbar .language-selector .dropup .dropdown-menu, .navbar .language-selector .navbar-fixed-bottom .dropdown .dropdown-menu {
  margin-bottom: 4px;
}
/* line 174, sass/components/_nav.scss */
.navbar .language-selector .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 0 0 transparent;
  box-shadow: inset 0 0 0 transparent;
}

/* line 182, sass/components/_nav.scss */
a.secondaryLink {
  margin: -19px 0 0 0;
  font-size: 85%;
}

/* line 188, sass/components/_nav.scss */
.popover {
  position: fixed;
  z-index: 99999 !important;
  width: 240px;
  border-radius: 2px;
  border-color: #eaeaea;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
}

/* line 198, sass/components/_nav.scss */
.popover-content {
  padding: 5px 20px 15px 20px;
  width: auto;
}

/* line 205, sass/components/_nav.scss */
.avatar-popover .popover-header {
  margin: 0 auto;
  width: 100%;
  padding: 1px 30px 1px 30px;
  background-color: #fafafa;
  border-bottom: 1px solid #dadada;
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-8deg);
    transform: scale(0.9) rotate(-8deg);
  }
  30%, 50%, 70% {
    -webkit-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg);
  }
  40%, 60% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg);
  }
  80%, 100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
/* line 249, sass/components/_nav.scss */
.faa-tada.animated,
.faa-tada.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-tada {
  -webkit-animation: tada 2s linear 5 forwards;
  animation: tada 2s linear 5 forwards;
}

/* line 260, sass/components/_nav.scss */
a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

/* line 270, sass/components/_nav.scss */
a.skip-main:focus, a.skip-main:active {
  left: auto;
  top: auto;
  width: 30%;
  /*mobile 90%*/
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 10px 40px;
  border-radius: 30px;
  z-index: 999;
}

/* line 286, sass/components/_nav.scss */
ul.footer-links > li {
  margin-bottom: 6px;
}

/* line 294, sass/components/_nav.scss */
ol.breadcrumb.breadcrumb-clean {
  margin-bottom: 0;
  padding: 0;
  background: none;
}

/* line 4, sass/components/_footer.scss */
footer {
  margin: 45px 0 25px 0;
  font-size: 85%;
  text-align: center;
}
/* line 6, sass/components/_footer.scss */
footer ul {
  margin: 0;
}
/* line 8, sass/components/_footer.scss */
footer .panel {
  padding: 15px 0;
  margin-bottom: 10px;
  border: none;
  background: #ffffff;
}
/* line 14, sass/components/_footer.scss */
footer .language-selector {
  margin-top: 15px;
}
/* line 17, sass/components/_footer.scss */
footer .container-secondary .brand {
  text-align: center;
}
/* line 18, sass/components/_footer.scss */
footer .container-secondary .brand img {
  width: 50px;
  height: 20px;
  margin-top: 8px;
}
/* line 19, sass/components/_footer.scss */
footer .container-secondary .livra_brand img {
  margin-top: 8px;
}
@media (min-width: 768px) {
  /* line 21, sass/components/_footer.scss */
  footer .container-secondary .livra_brand img {
    margin-top: 0px;
  }
}
/* line 23, sass/components/_footer.scss */
footer .container-secondary p {
  margin: 6px 0 5px 0;
}
/* line 29, sass/components/_footer.scss */
footer .language-selector {
  margin-top: 15px;
  /* + Small devices */
}
/* line 31, sass/components/_footer.scss */
footer .language-selector .bootstrap-select {
  margin: 0;
}
/* line 32, sass/components/_footer.scss */
footer .language-selector .btn {
  padding: 0;
  font-size: 100%;
}
/* line 33, sass/components/_footer.scss */
footer .language-selector .btn:focus {
  outline-offset: 0;
  outline: 0px auto -webkit-focus-ring-color !important;
}
/* line 35, sass/components/_footer.scss */
footer .language-selector .btn, footer .language-selector .btn:hover {
  background-color: transparent;
  border: none;
}
/* line 36, sass/components/_footer.scss */
footer .language-selector .btn-default, footer .language-selector .btn-default:hover {
  background-color: transparent;
  border: none;
}
/* line 37, sass/components/_footer.scss */
footer .language-selector .open .dropdown-toggle.btn-default {
  background-color: transparent;
  border: none;
}
/* line 39, sass/components/_footer.scss */
footer .language-selector .bootstrap-select.btn-group .btn .filter-option {
  position: relative;
  float: none !important;
  left: 0;
  right: 0;
  display: inline;
}
/* line 41, sass/components/_footer.scss */
footer .language-selector .btn-group .dropdown-toggle {
  text-align: center;
}
@media (min-width: 768px) {
  /* line 44, sass/components/_footer.scss */
  footer .language-selector .btn-group .dropdown-toggle {
    text-align: left;
  }
}
/* line 47, sass/components/_footer.scss */
footer .language-selector .bootstrap-select.btn-group .btn .caret {
  position: relative;
  top: 0;
  right: 0;
  margin-top: -2px;
  vertical-align: middle;
}
/* line 49, sass/components/_footer.scss */
footer .language-selector .dropup .dropdown-menu, footer .language-selector .navbar-fixed-bottom .dropdown .dropdown-menu {
  margin-bottom: 4px;
}
/* line 50, sass/components/_footer.scss */
footer .language-selector .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 0 0 transparent;
  box-shadow: inset 0 0 0 transparent;
}
/* line 55, sass/components/_footer.scss */
footer .language-selection {
  margin-top: 15px;
}
/* line 56, sass/components/_footer.scss */
footer .language-selection img {
  margin: -2px 5px 0 0;
}
@media (min-width: 768px) {
  /* line 58, sass/components/_footer.scss */
  footer .language-selection {
    margin-top: 0px;
  }
}
/* line 60, sass/components/_footer.scss */
footer .app-icons {
  margin: 20px 0 25px 0;
}

/* line 5, sass/components/_boards.scss */
.container .jumbotron {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/* line 6, sass/components/_boards.scss */
.jumbotron {
  margin-bottom: 10px;
  font-weight: normal;
  background-color: #fafafa;
}

/* line 13, sass/components/_boards.scss */
.post {
  width: 48%;
  margin: 5px 1%;
}

/* line 14, sass/components/_boards.scss */
.post.post-type2 {
  width: 98%;
  margin: 5px 1%;
}

/* line 15, sass/components/_boards.scss */
.post.post-type3 {
  width: 98%;
  margin: 5px 1%;
}

/* line 16, sass/components/_boards.scss */
.post.post-type-fw {
  width: 100% !important;
  margin: 5px 1%;
}

/* line 22, sass/components/_boards.scss */
.panel {
  margin: 0 0 5px 0;
  padding: 15px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: transparent;
  border: 1px solid transparent;
  box-shadow: none;
}

/* line 23, sass/components/_boards.scss */
.panel-default {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #ffffff;
  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 25, sass/components/_boards.scss */
.panel-header {
  padding: 5px 0;
}
/* line 26, sass/components/_boards.scss */
.panel-header h1 {
  margin: 0;
  font-size: 125%;
  font-weight: 400;
  color: #666;
}
/* line 27, sass/components/_boards.scss */
.panel-header a.secondaryLink {
  margin: -19px 0 0 0;
  font-size: 85%;
}

/* line 30, sass/components/_boards.scss */
.panel-header-primary {
  border-bottom: 1px solid #379e9b;
  background: #49BFBC;
}

/* line 31, sass/components/_boards.scss */
.panel-header-secondary {
  border-bottom: 1px solid #604a93;
  background: #7861AF;
}

/* line 32, sass/components/_boards.scss */
.panel-header-tertiary {
  border-bottom: 1px solid #2c343c;
  background: #424d59;
}

/* line 34, sass/components/_boards.scss */
.panel-header-success {
  border-bottom: 1px solid #81a82b;
  background: #9FCC3A;
}

/* line 35, sass/components/_boards.scss */
.panel-header-info {
  border-bottom: 1px solid #52afdf;
  background: #7DC3E7;
}

/* line 36, sass/components/_boards.scss */
.panel-header-warning {
  border-bottom: 1px solid #ed8614;
  background: #F19E43;
}

/* line 37, sass/components/_boards.scss */
.panel-header-danger {
  border-bottom: 1px solid #d23636;
  background: #DB6060;
}

/* line 41, sass/components/_boards.scss */
.panel-header-primary h1, .panel-header-secondary h1, .panel-header-tertiary h1,
.panel-header-success h1, .panel-header-info h1, .panel-header-warning h1, .panel-header-danger h1 {
  color: #fff;
}

/* line 44, sass/components/_boards.scss */
.panel-footer {
  padding: 10px;
}

/* line 48, sass/components/_boards.scss */
.panel-white {
  margin: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #ffffff;
  border: none;
  -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 49, sass/components/_boards.scss */
.banner-top, .profile-info {
  margin-top: -14px !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
}

/* line 50, sass/components/_boards.scss */
.panel.disabled {
  opacity: 0.5;
}

/* line 52, sass/components/_boards.scss */
.panel-default .icons-compatibility {
  float: right;
}

/* line 55, sass/components/_boards.scss */
.panel-inverse {
  color: #fff;
}
/* line 56, sass/components/_boards.scss */
.panel-inverse p, .panel-inverse h1, .panel-inverse h2, .panel-inverse h3, .panel-inverse h4, .panel-inverse h5, .panel-inverse h6 {
  color: #fff;
}

/* line 61, sass/components/_boards.scss */
.panel-padding {
  padding: 90px 15px 50px 15px;
  margin: 0;
}

/* line 64, sass/components/_boards.scss */
.panel-page {
  margin-bottom: 10px;
}

/* line 80, sass/components/_boards.scss */
.panel-communication .wide-container {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

/* line 85, sass/components/_boards.scss */
.panel-border {
  padding: 10px;
  background: transparent;
  box-shadow: none;
  border: 1px solid #eaeaea;
}

/* line 89, sass/components/_boards.scss */
.panel-more {
  padding: 10px 0;
  margin-top: 10px;
  text-align: center;
}

/* line 93, sass/components/_boards.scss */
.panel-banner .banner-img img {
  float: left;
  width: 70px;
  height: 70px;
}
/* line 94, sass/components/_boards.scss */
.panel-banner .banner-content {
  float: left;
  margin-left: 15px;
}

/* line 98, sass/components/_boards.scss */
.panel-vertical {
  width: 100%;
  padding: 0;
  border: 1px solid #f7f7f7;
  box-shadow: none;
}
/* line 100, sass/components/_boards.scss */
.panel-vertical * {
  margin: 0;
  padding: 0;
}
/* line 102, sass/components/_boards.scss */
.panel-vertical label {
  cursor: pointer;
  padding: 5px;
  font-size: 80%;
  text-align: center;
}
/* line 103, sass/components/_boards.scss */
.panel-vertical label:hover {
  background: #f9f9f9;
}
/* line 104, sass/components/_boards.scss */
.panel-vertical label:active {
  background: #f4f4f4;
}
/* line 106, sass/components/_boards.scss */
.panel-vertical img {
  display: block;
  max-width: 100%;
  margin: 0 auto 4px;
}
/* line 107, sass/components/_boards.scss */
.panel-vertical i {
  display: block;
  margin: 6px 0 4px;
}
/* line 109, sass/components/_boards.scss */
.panel-vertical .radio input[type="radio"], .panel-vertical .radio-inline input[type="radio"], .panel-vertical .checkbox input[type="checkbox"], .panel-vertical .checkbox-inline input[type="checkbox"] {
  float: none;
  position: relative;
  display: block;
  margin: 10px auto 5px;
  padding: 0;
}

/* line 116, sass/components/_boards.scss */
.panel-poll-type {
  background: #fff;
}
/* line 117, sass/components/_boards.scss */
.panel-poll-type label {
  padding: 15px 0 9px 0;
  font-family: "robotolight", Arial, sans-serif !important;
}
/* line 118, sass/components/_boards.scss */
.panel-poll-type label:hover {
  background: #f9f9f9;
}
/* line 119, sass/components/_boards.scss */
.panel-poll-type img {
  margin-bottom: 8px;
}

/* line 123, sass/components/_boards.scss */
.panel-landscape {
  overflow: auto;
}
/* line 124, sass/components/_boards.scss */
.panel-landscape label:hover {
  background: none !important;
}

/* line 128, sass/components/_boards.scss */
.toggle-left-align {
  text-align: center;
}

/* line 130, sass/components/_boards.scss */
.flag-poll img, .flag-poll-internal img {
  margin: -3px 5px 0 0;
  float: left;
  width: 21px;
  height: 21px;
}

/* line 131, sass/components/_boards.scss */
.flag-poll-internal img {
  margin: 0 5px 0 0;
}

/* line 133, sass/components/_boards.scss */
.box-scroll {
  height: 250px;
  overflow-y: auto;
  border: 1px solid #eaeaea;
  margin-right: 5px;
  padding: 10px;
}

/* line 136, sass/components/_boards.scss */
.has-error .panel-validation {
  border-color: #d95858;
}

/* line 142, sass/components/_boards.scss */
.dotted-panel-header {
  padding: 15px 15px 10px 15px;
  margin: -15px -15px 15px -15px;
  border-bottom: 1px dotted #eaeaea;
}

/* line 143, sass/components/_boards.scss */
.dotted-panel-footer {
  padding: 8px 15px;
  margin: 15px -15px -15px -15px;
  border-top: 1px dotted #eaeaea;
}

/* line 149, sass/components/_boards.scss */
.top-alert-container {
  display: flex;
}
/* line 153, sass/components/_boards.scss */
.top-alert-container .left {
  flex: 60px 0 0;
  margin: 2px 10px 0 0;
}
/* line 154, sass/components/_boards.scss */
.top-alert-container .right {
  flex-grow: 1;
}

/* line 163, sass/components/_boards.scss */
.panel-accordion .panel-heading {
  padding: 0;
  margin-top: 2px;
  background: none;
  border-color: transparent;
}
/* line 164, sass/components/_boards.scss */
.panel-accordion .panel-heading h4 a {
  color: #379e9b;
}
/* line 167, sass/components/_boards.scss */
.panel-accordion .panel-body {
  padding: 15px 0 0 0;
}
/* line 168, sass/components/_boards.scss */
.panel-accordion .panel-footer {
  padding: 15px 0 0 0;
  margin-top: 5px;
  text-align: center;
  font-size: 85%;
  border-top: 1px solid #eaeaea;
}
/* line 169, sass/components/_boards.scss */
.panel-accordion .panel-footer .btn {
  margin-bottom: 4px;
}

/* line 180, sass/components/_boards.scss */
.panel-collapsable h2 {
  height: 25px;
  padding: 3px 0;
}
/* line 182, sass/components/_boards.scss */
.panel-collapsable .dotted-panel-header {
  margin: -10px -15px -16px -15px;
  padding: 0 15px 3px 15px;
}
/* line 184, sass/components/_boards.scss */
.panel-collapsable .collapsable-content {
  margin-top: 35px;
  margin-bottom: none !important;
  padding-bottom: 25px !important;
}
/* line 186, sass/components/_boards.scss */
.panel-collapsable .slideToggle-fix {
  margin-bottom: -25px !important;
}

/* line 193, sass/components/_boards.scss */
.extra-shadow-card {
  -moz-box-shadow: 0px 0px 10px 0px rgba(66, 77, 89, 0.3);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(66, 77, 89, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(66, 77, 89, 0.3);
}

/* line 198, sass/components/_boards.scss */
.dismissible-tooltip .tooltip {
  left: 0 !important;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 14px;
}

/* line 204, sass/components/_boards.scss */
.dismissible-tooltip .tooltip.top .tooltip-inner {
  padding: 10px;
}

/* line 209, sass/components/_boards.scss */
.popover.tour-tour .popover-title {
  background: #424d59;
  color: white;
  margin: -1px -1px 0 -1px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/* line 211, sass/components/_boards.scss */
.popover.tour-tour .popover-content {
  padding: 10px 20px 5px 20px;
  font-size: 13px;
}

/* line 213, sass/components/_boards.scss */
.popover.tour-tour.bottom .arrow:after {
  border-bottom-color: #424d59;
}

/* line 218, sass/components/_boards.scss */
.pattern-default {
  background-color: #fafafa;
  background: url(../img/patterns/shattered.png) repeat;
}

/* line 219, sass/components/_boards.scss */
.pattern-primary {
  background-color: #49BFBC;
  background: url(../img/patterns/shattered-primary.png) repeat;
}

/* line 220, sass/components/_boards.scss */
.pattern-secondary {
  background-color: #7861AF;
  background: url(../img/patterns/shattered-secondary.png) repeat;
}

/* line 221, sass/components/_boards.scss */
.pattern-tertiary {
  background-color: #424d59;
  background: url(../img/patterns/shattered-tertiary.png) repeat;
}

/* line 222, sass/components/_boards.scss */
.pattern-success {
  background-color: #9FCC3A;
  background: url(../img/patterns/shattered-success.png) repeat;
}

/* line 223, sass/components/_boards.scss */
.pattern-info {
  background-color: #7DC3E7;
  background: url(../img/patterns/shattered-info.png) repeat;
}

/* line 224, sass/components/_boards.scss */
.pattern-warning {
  background-color: #F19E43;
  background: url(../img/patterns/shattered-warning.png) repeat;
}

/* line 225, sass/components/_boards.scss */
.pattern-danger {
  background-color: #DB6060;
  background: url(../img/patterns/shattered-danger.png) repeat;
}

/* line 228, sass/components/_boards.scss */
.background-default {
  background-color: #fafafa;
}

/* line 229, sass/components/_boards.scss */
.background-primary {
  background-color: #49BFBC;
}

/* line 230, sass/components/_boards.scss */
.background-secondary {
  background-color: #7861AF;
}

/* line 231, sass/components/_boards.scss */
.background-tertiary {
  background-color: #424d59;
}

/* line 232, sass/components/_boards.scss */
.background-success {
  background-color: #9FCC3A;
}

/* line 233, sass/components/_boards.scss */
.background-info {
  background-color: #7DC3E7;
}

/* line 234, sass/components/_boards.scss */
.background-warning {
  background-color: #F19E43;
}

/* line 235, sass/components/_boards.scss */
.background-danger {
  background-color: #DB6060;
}

/* line 237, sass/components/_boards.scss */
.panel-wide {
  margin: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  -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/components/_boards.scss */
.panel-white {
  background: #fff;
}

/* line 240, sass/components/_boards.scss */
.panel-gray {
  background: #fafafa;
}

/* line 241, sass/components/_boards.scss */
.panel-gray .panel-header,
.panel-gray .panel-footer {
  background: #fafafa;
}

/* line 244, sass/components/_boards.scss */
.panel-primary {
  background-color: #49BFBC;
}

/* line 245, sass/components/_boards.scss */
.panel-secondary {
  background-color: #7861AF;
}

/* line 246, sass/components/_boards.scss */
.panel-tertiary {
  background-color: #424d59;
}

/* line 247, sass/components/_boards.scss */
.panel-success {
  background-color: #9FCC3A;
}

/* line 248, sass/components/_boards.scss */
.panel-info {
  background-color: #7DC3E7;
}

/* line 249, sass/components/_boards.scss */
.panel-warning {
  background-color: #F19E43;
}

/* line 250, sass/components/_boards.scss */
.panel-danger {
  background-color: #DB6060;
}

/* line 6, sass/components/_buttons.scss */
.btn {
  border: 1px solid transparent;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/* line 8, sass/components/_buttons.scss */
.block {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/* line 27, sass/components/_buttons.scss */
.btn-default, .block-default {
  color: #379e9b;
  background-color: #f9f9f9;
  border-color: #eaeaea;
}

/* line 33, sass/components/_buttons.scss */
.block-default {
  color: #666;
}

/* line 35, sass/components/_buttons.scss */
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  color: #359694;
  background-color: #f4f4f4;
  border: 1px solid #e5e5e5;
}

/* line 41, sass/components/_buttons.scss */
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active, .bootstrap-select .btn-default.disabled {
  color: #49bfbc;
  background-color: #fefefe;
  border: 1px solid #efefef;
}

/* line 47, sass/components/_buttons.scss */
.btn-default .caret, .block-default .caret {
  border-top-color: #379e9b;
}

/* line 49, sass/components/_buttons.scss */
.btn-default-white, .block-default-white {
  color: #379e9b;
  background-color: #fff;
  border-color: #eaeaea;
}

/* line 55, sass/components/_buttons.scss */
.btn-default-white:hover, .btn-default-white:focus, .btn-default-white:active, .btn-default-white.active, .open .dropdown-toggle.btn-default-white {
  color: #359694;
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
}

/* line 65, sass/components/_buttons.scss */
.btn-padding-xs, .block-padding-xs {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 66, sass/components/_buttons.scss */
.btn-padding-sm, .block-padding-sm {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 67, sass/components/_buttons.scss */
.btn-padding-md, .block-padding-md {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 68, sass/components/_buttons.scss */
.btn-padding-lg, .block-padding-lg {
  padding-left: 35px;
  padding-right: 35px;
}

/* line 69, sass/components/_buttons.scss */
.btn-padding-xl, .block-padding-xl {
  padding-left: 50px;
  padding-right: 50px;
}

/* line 76, sass/components/_buttons.scss */
.btn-white, .block-white {
  color: #379e9b;
  background-color: #fff;
  border-color: #f5f5f5;
}

/* line 84, sass/components/_buttons.scss */
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-default {
  color: #359694;
  background-color: #fafafa;
  border: 1px solid #f0f0f0;
}

/* line 92, sass/components/_buttons.scss */
.btn-white.disabled, .btn-white[disabled], fieldset[disabled] .btn-white, .btn-white.disabled:hover, .btn-white[disabled]:hover, fieldset[disabled] .btn-white:hover, .btn-white.disabled:focus, .btn-white[disabled]:focus, fieldset[disabled] .btn-white:focus, .btn-white.disabled:active, .btn-white[disabled]:active, fieldset[disabled] .btn-white:active, .btn-white.disabled.active, .btn-white[disabled].active, fieldset[disabled] .btn-white.active, .bootstrap-select .btn-white.disabled {
  color: #49bfbc;
  background-color: white;
  border: 1px solid #fafafa;
}

/* line 102, sass/components/_buttons.scss */
.btn-primary, .block-primary {
  color: #ffffff;
  background-color: #49BFBC;
  border-color: #42bcb9;
}
/* line 108, sass/components/_buttons.scss */
.btn-primary i, .block-primary i {
  color: #ffffff;
}

/* line 112, sass/components/_buttons.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-color: #3eb0ae;
  border: 1px solid #3ba9a6;
}

/* line 119, sass/components/_buttons.scss */
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #5cc6c3;
  border-color: #54c3c0;
}

/* line 127, sass/components/_buttons.scss */
.panel-primary .btn-primary {
  color: #ffffff;
  background-color: #318b88;
  border-color: #2e8381;
}
/* line 133, sass/components/_buttons.scss */
.panel-primary .btn-primary:hover, .panel-primary .btn-primary:focus, .panel-primary .btn-primary:active, .panel-primary .btn-primary.active, .panel-primary .open .dropdown-toggle.btn-primary {
  background-color: #379e9b;
  border: 1px solid #359694;
}
/* line 138, sass/components/_buttons.scss */
.panel-primary .btn-primary.disabled, .panel-primary .btn-primary[disabled], .panel-primary fieldset[disabled] .btn-primary, .panel-primary .btn-primary.disabled:hover, .panel-primary .btn-primary[disabled]:hover, .panel-primary fieldset[disabled] .btn-primary:hover, .panel-primary .btn-primary.disabled:focus, .panel-primary .btn-primary[disabled]:focus, .panel-primary fieldset[disabled] .btn-primary:focus, .panel-primary .btn-primary.disabled:active, .panel-primary .btn-primary[disabled]:active, .panel-primary fieldset[disabled] .btn-primary:active, .panel-primary .btn-primary.disabled.active, .panel-primary .btn-primary[disabled].active, .panel-primary fieldset[disabled] .btn-primary.active {
  background-color: #5cc6c3;
  border-color: #54c3c0;
}

/* line 150, sass/components/_buttons.scss */
.btn-secondary, .block-secondary {
  color: #ffffff;
  background-color: #7861AF;
  border-color: #725aac;
}
/* line 155, sass/components/_buttons.scss */
.btn-secondary i, .block-secondary i {
  color: #ffffff;
}

/* line 159, sass/components/_buttons.scss */
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open .dropdown-toggle.btn-secondary {
  color: #ffffff;
  background-color: #6b53a4;
  border: 1px solid #664f9d;
}

/* line 165, sass/components/_buttons.scss */
.btn-secondary.disabled, .btn-secondary[disabled], fieldset[disabled] .btn-secondary, .btn-secondary.disabled:hover, .btn-secondary[disabled]:hover, fieldset[disabled] .btn-secondary:hover, .btn-secondary.disabled:focus, .btn-secondary[disabled]:focus, fieldset[disabled] .btn-secondary:focus, .btn-secondary.disabled:active, .btn-secondary[disabled]:active, fieldset[disabled] .btn-secondary:active, .btn-secondary.disabled.active, .btn-secondary[disabled].active, fieldset[disabled] .btn-secondary.active {
  background-color: #8672b8;
  border-color: #816bb4;
}

/* line 170, sass/components/_buttons.scss */
.btn-secondary .caret {
  border-top-color: #ffffff;
}

/* line 176, sass/components/_buttons.scss */
.btn-tertiary, .block-tertiary {
  color: #ffffff;
  background-color: #424d59;
  border-color: #3e4853;
}
/* line 181, sass/components/_buttons.scss */
.btn-tertiary i, .block-tertiary i {
  color: #ffffff;
}

/* line 185, sass/components/_buttons.scss */
.btn-tertiary:hover, .btn-tertiary:focus, .btn-tertiary:active, .btn-tertiary.active, .open .dropdown-toggle.btn-tertiary {
  color: #ffffff;
  background-color: #37404a;
  border: 1px solid #333b45;
}

/* line 191, sass/components/_buttons.scss */
.btn-tertiary.disabled, .btn-tertiary[disabled], fieldset[disabled] .btn-tertiary, .btn-tertiary.disabled:hover, .btn-tertiary[disabled]:hover, fieldset[disabled] .btn-tertiary:hover, .btn-tertiary.disabled:focus, .btn-tertiary[disabled]:focus, fieldset[disabled] .btn-tertiary:focus, .btn-tertiary.disabled:active, .btn-tertiary[disabled]:active, fieldset[disabled] .btn-tertiary:active, .btn-tertiary.disabled.active, .btn-tertiary[disabled].active, fieldset[disabled] .btn-tertiary.active {
  background-color: #4d5a68;
  border-color: #495562;
}

/* line 196, sass/components/_buttons.scss */
.btn-tertiary .caret {
  border-top-color: #ffffff;
}

/* line 201, sass/components/_buttons.scss */
.btn-info, .block-info {
  color: #ffffff;
  background-color: #7DC3E7;
  border-color: #74bfe5;
}
/* line 206, sass/components/_buttons.scss */
.btn-info i, .block-info i {
  color: #ffffff;
}

/* line 209, sass/components/_buttons.scss */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  background-color: #67b9e3;
  border: 1px solid #5fb5e1;
}

/* line 214, sass/components/_buttons.scss */
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.info:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
  background-color: #93cdeb;
  border-color: #8ac9e9;
}

/* line 223, sass/components/_buttons.scss */
.btn-success, .block-success {
  color: #ffffff;
  background-color: #9FCC3A;
  border-color: #9ac834;
}
/* line 228, sass/components/_buttons.scss */
.btn-success i, .block-success i {
  color: #ffffff;
}

/* line 231, sass/components/_buttons.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  background-color: #91bc31;
  border: 1px solid #8bb42f;
}

/* line 236, sass/components/_buttons.scss */
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.success:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
  background-color: #a9d14e;
  border-color: #a5cf46;
}

/* line 245, sass/components/_buttons.scss */
.btn-warning, .block-warning {
  color: #ffffff;
  background-color: #F19E43;
  border-color: #f0993a;
}
/* line 250, sass/components/_buttons.scss */
.btn-warning i, .block-warning i {
  color: #ffffff;
}

/* line 254, sass/components/_buttons.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  background-color: #ef922b;
  border: 1px solid #ef8d22;
}

/* line 259, sass/components/_buttons.scss */
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.success:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, warning[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
  background-color: #f3aa5b;
  border-color: #f2a551;
}

/* line 267, sass/components/_buttons.scss */
.btn-danger, .block-danger {
  color: #ffffff;
  background-color: #DB6060;
  border-color: #d95858;
}
/* line 272, sass/components/_buttons.scss */
.btn-danger i, .block-danger i {
  color: #ffffff;
}

/* line 277, sass/components/_buttons.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  background-color: #d64b4b;
  border: 1px solid #d44343;
}

/* line 282, sass/components/_buttons.scss */
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.success:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, danger[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
  background-color: #e07575;
  border-color: #de6c6c;
}

/* line 291, sass/components/_buttons.scss */
.btn-link {
  color: #379e9b;
}

/* line 292, sass/components/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #2a7876;
  text-decoration: none;
}

/* line 294, sass/components/_buttons.scss */
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: gray;
}

/* line 302, sass/components/_buttons.scss */
.btn-facebook {
  color: #ffffff;
  background-color: #3B5998;
  border-color: #385591;
}

/* line 310, sass/components/_buttons.scss */
.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .open .dropdown-toggle.btn-facebook {
  color: #fafafa;
  background-color: #385591;
  border: 1px solid #355089;
}

/* line 318, sass/components/_buttons.scss */
.btn-facebook.disabled, .btn-facebook[disabled], fieldset[disabled] .btn-facebook, .btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled:active, .btn-facebook[disabled]:active, fieldset[disabled] .btn-facebook:active, .btn-facebook.disabled.active, .btn-facebook[disabled].active, fieldset[disabled] .btn-facebook.active, .bootstrap-select .btn-facebook.disabled {
  color: white;
  background-color: #3e5d9f;
  border: 1px solid #3b5998;
}

/* line 324, sass/components/_buttons.scss */
.btn-facebook .caret {
  border-top-color: #ffffff;
}

/* line 331, sass/components/_buttons.scss */
.btn-wechat {
  color: #ffffff;
  background-color: #20C300;
  border-color: #1eb900;
}

/* line 339, sass/components/_buttons.scss */
.btn-wechat:hover, .btn-wechat:focus, .btn-wechat:active, .btn-wechat.active, .open .dropdown-toggle.btn-wechat {
  color: #fafafa;
  background-color: #1eb900;
  border: 1px solid #1daf00;
}

/* line 347, sass/components/_buttons.scss */
.btn-wechat.disabled, .btn-wechat[disabled], fieldset[disabled] .btn-wechat, .btn-wechat.disabled:hover, .btn-wechat[disabled]:hover, fieldset[disabled] .btn-wechat:hover, .btn-wechat.disabled:focus, .btn-wechat[disabled]:focus, fieldset[disabled] .btn-wechat:focus, .btn-wechat.disabled:active, .btn-wechat[disabled]:active, fieldset[disabled] .btn-wechat:active, .btn-wechat.disabled.active, .btn-wechat[disabled].active, fieldset[disabled] .btn-wechat.active, .bootstrap-select .btn-wechat.disabled {
  color: white;
  background-color: #22cd00;
  border: 1px solid #20c300;
}

/* line 353, sass/components/_buttons.scss */
.btn-wechat .caret {
  border-top-color: #ffffff;
}

/* line 359, sass/components/_buttons.scss */
.btn-google {
  color: #ffffff;
  background-color: #c53d2d;
  border-color: #bd3a2b;
}

/* line 367, sass/components/_buttons.scss */
.btn-google:hover, .btn-google:focus, .btn-google:active, .btn-google.active, .open .dropdown-toggle.btn-google {
  color: #fafafa;
  background-color: #bd3a2b;
  border: 1px solid #b43829;
}

/* line 379, sass/components/_buttons.scss */
.btn-twitter {
  color: #ffffff;
  background-color: #78cbef;
  border-color: #6fc7ee;
}

/* line 387, sass/components/_buttons.scss */
.btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active, .btn-twitter.active, .open .dropdown-toggle.btn-twitter {
  color: #fafafa;
  background-color: #6fc7ee;
  border: 1px solid #66c4ed;
}

/* line 399, sass/components/_buttons.scss */
.btn-instagram {
  color: #ffffff;
  background-color: #e4405f;
  border-color: #e33758;
}

/* line 407, sass/components/_buttons.scss */
.btn-instagram:hover, .btn-instagram:focus, .btn-instagram:active, .btn-instagram.active, .open .dropdown-toggle.btn-instagram {
  color: #fafafa;
  background-color: #e33758;
  border: 1px solid #e12e50;
}

/* line 419, sass/components/_buttons.scss */
.btn, .list-group-item {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  transform: translate3d(0, 0, 0);
  user-select: none;
}

/* line 424, sass/components/_buttons.scss */
.ripple-effect {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.25);
  user-select: none;
  pointer-events: none;
  padding: 0;
  margin: 0;
  opacity: 0.75;
  transform: translate3d(-50%, -50%, 0);
}

@-webkit-keyframes ld {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@-moz-keyframes ld {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@-o-keyframes ld {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@keyframes ld {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
/* line 455, sass/components/_buttons.scss */
.m-progress {
  position: relative;
  opacity: .8;
  color: transparent !important;
  text-shadow: none !important;
}

/* line 460, sass/components/_buttons.scss */
.m-progress:hover,
.m-progress:active,
.m-progress:focus {
  cursor: default;
  color: transparent;
  outline: none !important;
  box-shadow: none;
}

/* line 466, sass/components/_buttons.scss */
.m-progress:before {
  content: '';
  display: inline-block;
  position: absolute;
  background: transparent;
  border: 1px solid #fff;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  width: 16px;
  height: 16px;
  -webkit-animation: ld 1s ease-in-out infinite;
  -moz-animation: ld 1s ease-in-out infinite;
  -o-animation: ld 1s ease-in-out infinite;
  animation: ld 1s ease-in-out infinite;
}

/* line 484, sass/components/_buttons.scss */
.btn-lg.m-progress:before {
  margin-top: -11px;
  margin-left: -16px;
  width: 22px;
  height: 22px;
}

/* line 490, sass/components/_buttons.scss */
.social-container {
  margin-bottom: 10px;
}
/* line 494, sass/components/_buttons.scss */
.social-container ul li a {
  font-size: 36px;
}
/* line 496, sass/components/_buttons.scss */
.social-container ul li a.social-blog {
  color: #49BFBC !important;
}
/* line 497, sass/components/_buttons.scss */
.social-container ul li a.social-facebook {
  color: #547bbc !important;
}
/* line 498, sass/components/_buttons.scss */
.social-container ul li a.social-twitter {
  color: #78cbef !important;
}
/* line 499, sass/components/_buttons.scss */
.social-container ul li a.social-instagram {
  color: #e4405f !important;
}
/* line 500, sass/components/_buttons.scss */
.social-container ul li a.social-kakao {
  height: 35px;
  width: 35px;
  background: url("../img/icons/icon-kakao.png") no-repeat;
  background: url("../img/icons/icon-kakao.svg") no-repeat, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  display: inline-block;
  margin-bottom: -5px;
}

/*	Hide the original text of the button. Then the loading or finished
	text will be shown in the :after element above it. */
/* line 518, sass/components/_buttons.scss */
.progress-button.in-progress,
.progress-button.finished {
  color: transparent !important;
  border: 1px solid #9FCC3A;
}

/* line 524, sass/components/_buttons.scss */
.progress-button.in-progress:after,
.progress-button.finished:after {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  padding-top: inherit;
  color: #fff !important;
  left: 0;
}

/*	If the .in-progress class is set on the button, show the
	contents of the data-loading attribute on the butotn */
/* line 540, sass/components/_buttons.scss */
.progress-button.in-progress:after {
  content: attr(data-loading);
}

/* The same goes for the .finished class */
/* line 546, sass/components/_buttons.scss */
.progress-button.finished:after {
  content: attr(data-finished);
  background-color: #9FCC3A;
}

/* The colorful bar that grows depending on the progress */
/* line 553, sass/components/_buttons.scss */
.progress-button .tz-bar {
  background-color: #9FCC3A;
  height: 3px;
  bottom: 0;
  left: 0;
  width: 0;
  position: absolute;
  z-index: 1;
  border-radius: 0 0 2px 2px;
  border-color: #9ac834;
  -webkit-transition: width 0.5s, height 0.5s;
  -moz-transition: width 0.5s, height 0.5s;
  transition: width 0.5s, height 0.5s;
}

/* The bar can be either horizontal, or vertical */
/* line 572, sass/components/_buttons.scss */
.progress-button .tz-bar.background-horizontal {
  height: 100%;
  border-radius: 2px;
}

/* line 577, sass/components/_buttons.scss */
.progress-button .tz-bar.background-vertical {
  height: 0;
  top: 0;
  width: 100%;
  border-radius: 2px;
}

/* line 588, sass/components/_buttons.scss */
.dropdown-menu-right {
  position: absolute;
  left: auto;
  right: 0;
}

/* line 11, sass/components/_forms.scss */
label {
  color: #666;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 4px;
}

/* line 12, sass/components/_forms.scss */
.radio label, .radio-inline, .checkbox label, .checkbox-inline {
  font-size: 100%;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
}

/* line 14, sass/components/_forms.scss */
.form-control, .form-control.form-control-novalidation {
  color: #666;
  border: 1px solid #eaeaea;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/* line 15, sass/components/_forms.scss */
.form-control:focus {
  border-color: #94dad8;
  -moz-box-shadow: inset #a7e0df 0px 1px 10px;
  -webkit-box-shadow: inset #a7e0df 0px 1px 10px;
  box-shadow: inset #a7e0df 0px 1px 10px;
}

/* line 17, sass/components/_forms.scss */
.input-group {
  margin: 0;
}

/* line 19, sass/components/_forms.scss */
input.form-control:hover {
  background-color: #f9f9f9;
}

/* line 20, sass/components/_forms.scss */
.input-group-addon {
  border: 1px solid #eaeaea;
}

/* line 22, sass/components/_forms.scss */
.dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu li a:hover .badge-alt {
  color: #ffffff;
  background-color: #49BFBC;
}

/* line 27, sass/components/_forms.scss */
.form-group {
  margin-bottom: 10px;
}

/* line 29, sass/components/_forms.scss */
input[type=radio], input[type=checkbox] {
  margin: 5px 0 0;
}

/* line 31, sass/components/_forms.scss */
textarea {
  max-width: 100%;
}

/* line 34, sass/components/_forms.scss */
.holder-country-code {
  padding: 9px 0;
  background-color: #F9F9F9;
  border: 1px solid #DADADA;
  border-radius: 2px;
  text-align: center;
}

/* line 38, sass/components/_forms.scss */
.holder-country-code.smaller {
  padding: 4px 0;
}

/* line 44, sass/components/_forms.scss */
.has-success .control-label {
  color: #9FCC3A;
}

/* line 45, sass/components/_forms.scss */
.has-success .form-control {
  border-color: #9ac834;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 46, sass/components/_forms.scss */
.has-success .form-control:focus {
  border-color: #94c032;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #9FCC3A;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #9FCC3A;
}

/* line 48, sass/components/_forms.scss */
.has-warning .control-label {
  color: #F19E43;
}

/* line 49, sass/components/_forms.scss */
.has-warning .form-control {
  border-color: #f0993a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 50, sass/components/_forms.scss */
.has-warning .form-control:focus {
  border-color: #f09430;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #F19E43;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #F19E43;
}

/* line 52, sass/components/_forms.scss */
.has-error .control-label, .has-error .form-control {
  color: #DB6060;
}

/* line 53, sass/components/_forms.scss */
.has-error .form-control {
  border-color: #d95858;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 54, sass/components/_forms.scss */
.has-error .form-control:focus {
  border-color: #d74f4f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #DB6060;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #DB6060;
}

/* line 56, sass/components/_forms.scss */
.has-error .control-label {
  color: #666;
}

/* line 57, sass/components/_forms.scss */
.has-error .form-control.form-control-novalidation,
.has-error .form-control.form-control-novalidation :focus {
  border: 1px solid #eaeaea !important;
}

/* line 64, sass/components/_forms.scss */
.form-control.bootstrap-select {
  padding: 0;
  border: none;
  border-radius: 0;
}

/* line 65, sass/components/_forms.scss */
.form-search .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .bootstrap-select:not([class*="span"]) {
  width: 100%;
  margin: 2px 0;
}

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

/* line 73, sass/components/_forms.scss */
.bootstrap-select-searchbox input {
  width: 95%;
}

/* line 74, sass/components/_forms.scss */
.bootstrap-select.btn-group .dropdown-menu li > a {
  white-space: normal;
}

/* line 77, sass/components/_forms.scss */
.form-group.has-error .bootstrap-select .btn.dropdown-toggle {
  border-color: #DB6060;
}

/* line 84, sass/components/_forms.scss */
.icheck-label {
  padding-left: 0px !important;
}
/* line 85, sass/components/_forms.scss */
.icheck-label div {
  margin-left: 30px;
}
/* line 86, sass/components/_forms.scss */
.icheck-label div[class^='icheckbox'], .icheck-label div[class*='icheckbox'],
.icheck-label div[class^='iradio'], .icheck-label div[class*='iradio'] {
  top: -1px;
  margin-right: 3px;
  margin-left: 0px;
}

/* line 99, sass/components/_forms.scss */
.input-helper {
  padding: 5px 0 0 0 !important;
  font-family: 'robotolight';
}

/* line 107, sass/components/_forms.scss */
.with-bigger-inputs .form-control {
  font-size: 16px;
}
/* line 109, sass/components/_forms.scss */
.with-bigger-inputs input {
  height: 45px;
}
/* line 111, sass/components/_forms.scss */
.with-bigger-inputs input[type='checkbox'], .with-bigger-inputs input[type="radio"] {
  height: auto;
}
/* line 113, sass/components/_forms.scss */
.with-bigger-inputs .selectpicker {
  margin: 0 -12px !important;
}
/* line 115, sass/components/_forms.scss */
.with-bigger-inputs .btn {
  padding: 11px 23px 10px 23px;
  font-size: 16px;
  font-weight: light;
  font-size: 16px;
}
/* line 117, sass/components/_forms.scss */
.with-bigger-inputs label {
  font-size: 14px;
}
/* line 119, sass/components/_forms.scss */
.with-bigger-inputs .open > .dropdown-menu {
  margin-top: 8px;
}
/* line 121, sass/components/_forms.scss */
.with-bigger-inputs .form-search .bootstrap-select.btn-group, .with-bigger-inputs .form-inline .bootstrap-select.btn-group, .with-bigger-inputs .form-horizontal .bootstrap-select.btn-group, .with-bigger-inputs .bootstrap-select:not([class*="span"]) {
  margin: 0 0 2px 0;
}
/* line 123, sass/components/_forms.scss */
.with-bigger-inputs .radio:hover, .with-bigger-inputs .checkbox:hover {
  background-color: #FFF !important;
}

/*image gallery*/
/* line 134, sass/components/_forms.scss */
.image-checkbox {
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 4px solid transparent;
  margin-bottom: 0;
  outline: 0;
}

/* line 143, sass/components/_forms.scss */
.image-checkbox input[type="checkbox"] {
  display: none;
}

/* line 147, sass/components/_forms.scss */
.image-checkbox-checked {
  border-color: #49BFBC;
}

/* line 151, sass/components/_forms.scss */
.image-checkbox .image-checkbox-icon {
  position: absolute;
  color: #FFF;
  background-color: #49BFBC;
  padding: 7px 10px;
  top: 0;
  right: 0;
}

/* line 160, sass/components/_forms.scss */
.image-checkbox-checked .image-checkbox-icon {
  display: block !important;
}

/* line 164, sass/components/_forms.scss */
.image-checkbox .truncate-line {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  /* line 179, sass/components/_forms.scss */
  .form-legacy-update .form-horizontal .control-label {
    padding-top: 12px;
  }
  /* line 183, sass/components/_forms.scss */
  .form-legacy-update .form-horizontal .control-label.control-label-radio {
    padding-top: 7px;
  }
}

/* line 5, sass/components/_tables.scss */
.table-bordered {
  border: 1px solid #f7f7f7;
}

/* line 6, sass/components/_tables.scss */
.table thead > tr > th {
  border-bottom: 1px solid #eaeaea;
}

/* line 8, sass/components/_tables.scss */
.table th {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  color: #737373;
}

/* line 9, sass/components/_tables.scss */
.table td {
  color: #666;
}

/* line 11, sass/components/_tables.scss */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: 1px solid #f7f7f7;
}

/* line 15, sass/components/_tables.scss */
.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 19, sass/components/_tables.scss */
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: #d0e69f;
  border-color: #9ac834;
}

/* line 24, sass/components/_tables.scss */
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td {
  background-color: #d0e69f;
  border-color: #9ac834;
}

/* line 29, sass/components/_tables.scss */
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: #f3c8c8;
  border-color: #d95858;
}

/* line 34, sass/components/_tables.scss */
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td {
  background-color: #f3c8c8;
  border-color: #d95858;
}

/* line 39, sass/components/_tables.scss */
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: #fadbba;
  border-color: #f0993a;
}

/* line 44, sass/components/_tables.scss */
.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td {
  background-color: #fadbba;
  border-color: #f0993a;
}

/*  Styles for auxiliary elements
 *  as badges, alerts, and anything that include clases as
 *  primary, secondary, success, warning, etc
 */
/* line 13, sass/components/_statuses.scss */
.label {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/* line 15, sass/components/_statuses.scss */
.label-default {
  color: #999999;
  background-color: #f4f4f4;
}

/* line 16, sass/components/_statuses.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: white;
}

/* line 18, sass/components/_statuses.scss */
.label-primary {
  color: #ffffff;
  background-color: #49BFBC;
}

/* line 19, sass/components/_statuses.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: white;
}

/* line 21, sass/components/_statuses.scss */
.label-secondary {
  color: #ffffff;
  background-color: #7861AF;
}

/* line 22, sass/components/_statuses.scss */
.label-secondary[href]:hover, .label-secondary[href]:focus {
  background-color: #8672b8;
}

/* line 24, sass/components/_statuses.scss */
.label-info {
  color: #ffffff;
  background-color: #7DC3E7;
}

/* line 25, sass/components/_statuses.scss */
.label-info [href]:hover, .label-info[href]:focus {
  background-color: #93cdeb;
}

/* line 27, sass/components/_statuses.scss */
.label-success {
  color: #ffffff;
  background-color: #9FCC3A;
}

/* line 28, sass/components/_statuses.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #a9d14e;
}

/* line 30, sass/components/_statuses.scss */
.label-warning {
  color: #ffffff;
  background-color: #F19E43;
}

/* line 31, sass/components/_statuses.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #f3aa5b;
}

/* line 33, sass/components/_statuses.scss */
.label-danger {
  color: #ffffff;
  background-color: #DB6060;
}

/* line 34, sass/components/_statuses.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #e07575;
}

/* line 40, sass/components/_statuses.scss */
.badge {
  font-size: 100%;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #ffffff;
  background-color: #49BFBC;
}

/* line 47, sass/components/_statuses.scss */
.badge-alt {
  background-color: #7DC3E7;
}

/* line 57, sass/components/_statuses.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #7861AF;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
}

/* line 63, sass/components/_statuses.scss */
a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #666;
  background-color: #fff;
}

/* line 71, sass/components/_statuses.scss */
.panel-page-notifications {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* line 84, sass/components/_statuses.scss */
.alert {
  padding: 10px 15px;
  margin: 10px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 85, sass/components/_statuses.scss */
.alert .alert-link {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
}

/* line 86, sass/components/_statuses.scss */
.alert .close {
  margin-left: 10px;
}

/* line 88, sass/components/_statuses.scss */
.alert-xs {
  font-size: 70%;
  padding: 5px 10px;
}

/* line 89, sass/components/_statuses.scss */
.alert-sm {
  font-size: 85%;
  padding: 8px 12px;
}

/* line 90, sass/components/_statuses.scss */
.alert-md {
  font-size: 100%;
  padding: 10px 15px;
}

/* line 91, sass/components/_statuses.scss */
.alert-lg {
  font-size: 115%;
  padding: 15px 20px;
}

/* line 93, sass/components/_statuses.scss */
.alert-login {
  color: #DB6060;
  border: 1px solid #DB6060;
}

/* line 94, sass/components/_statuses.scss */
.alert-fb {
  color: #3B5998;
  border: 1px solid #385591;
}

/* line 95, sass/components/_statuses.scss */
.alert-fb-solid {
  color: #FFF;
  background: #3B5998;
  border: 1px solid #385591;
}

/* line 96, sass/components/_statuses.scss */
.alert-wechat {
  color: #20C300;
  border: 1px solid #1eb900;
}

/* line 97, sass/components/_statuses.scss */
.alert-in-card {
  font-size: 85%;
  padding: 4px 12px;
}

/* line 103, sass/components/_statuses.scss */
.alert-primary {
  color: #ffffff;
  background-color: #5cc6c3;
  border-color: #54c3c0;
}
/* line 109, sass/components/_statuses.scss */
.alert-primary strong, .alert-primary b {
  color: #ffffff;
}
/* line 110, sass/components/_statuses.scss */
.alert-primary .close {
  color: #ffffff;
}
/* line 111, sass/components/_statuses.scss */
.alert-primary .alert-link {
  color: #ffffff;
  text-decoration: underline;
}
/* line 112, sass/components/_statuses.scss */
.alert-primary hr {
  border-top-color: #ffffff;
}

/* line 116, sass/components/_statuses.scss */
.text-primary {
  color: #49BFBC;
}
/* line 117, sass/components/_statuses.scss */
.text-primary b, .text-primary strong {
  color: #49BFBC;
}

/* line 120, sass/components/_statuses.scss */
.text-primary:hover {
  color: #49BFBC;
}

/* line 125, sass/components/_statuses.scss */
.alert-secondary {
  color: #ffffff;
  background-color: #8672b8;
  border-color: #816bb4;
}
/* line 131, sass/components/_statuses.scss */
.alert-secondary strong, .alert-secondary b {
  color: #ffffff;
}
/* line 132, sass/components/_statuses.scss */
.alert-secondary .close {
  color: #ffffff;
}
/* line 133, sass/components/_statuses.scss */
.alert-secondary .alert-link {
  color: #ffffff;
  text-decoration: underline;
}
/* line 134, sass/components/_statuses.scss */
.alert-secondary hr {
  border-top-color: #ffffff;
}

/* line 138, sass/components/_statuses.scss */
.text-secondary {
  color: #7861AF;
}
/* line 139, sass/components/_statuses.scss */
.text-secondary b, .text-secondary strong {
  color: #7861AF;
}

/* line 141, sass/components/_statuses.scss */
.text-secondary:hover {
  color: #7861AF;
}

/* line 147, sass/components/_statuses.scss */
.alert-success {
  color: #ffffff;
  background-color: #a9d14e;
  border-color: #a5cf46;
}
/* line 153, sass/components/_statuses.scss */
.alert-success strong, .alert-success b {
  color: #ffffff;
}
/* line 154, sass/components/_statuses.scss */
.alert-success .close {
  color: #ffffff;
}
/* line 155, sass/components/_statuses.scss */
.alert-success .alert-link {
  color: #ffffff;
  text-decoration: underline;
}
/* line 156, sass/components/_statuses.scss */
.alert-success hr {
  border-top-color: #ffffff;
}

/* line 160, sass/components/_statuses.scss */
.text-success {
  color: #9FCC3A;
}
/* line 161, sass/components/_statuses.scss */
.text-success b, .text-success strong {
  color: #9FCC3A;
}

/* line 164, sass/components/_statuses.scss */
.text-success:hover {
  color: #9FCC3A;
}

/* line 170, sass/components/_statuses.scss */
.alert-info {
  color: #ffffff;
  background-color: #93cdeb;
  border-color: #8ac9e9;
}
/* line 176, sass/components/_statuses.scss */
.alert-info strong {
  color: #ffffff;
}
/* line 177, sass/components/_statuses.scss */
.alert-info .close {
  color: #ffffff;
}
/* line 178, sass/components/_statuses.scss */
.alert-info .alert-link {
  color: #ffffff;
  text-decoration: underline;
}
/* line 179, sass/components/_statuses.scss */
.alert-info hr {
  border-top-color: #ffffff;
}

/* line 183, sass/components/_statuses.scss */
.text-info {
  color: #7DC3E7;
}
/* line 184, sass/components/_statuses.scss */
.text-info b, .text-info strong {
  color: #7DC3E7;
}

/* line 187, sass/components/_statuses.scss */
.text-info:hover {
  color: #7DC3E7;
}

/* line 192, sass/components/_statuses.scss */
.alert-warning {
  color: #ffffff;
  background-color: #f3aa5b;
  border-color: #f2a551;
}
/* line 198, sass/components/_statuses.scss */
.alert-warning strong, .alert-warning b {
  color: #ffffff;
}
/* line 199, sass/components/_statuses.scss */
.alert-warning .close {
  color: #ffffff;
}
/* line 200, sass/components/_statuses.scss */
.alert-warning .alert-link {
  color: #ffffff;
  text-decoration: underline;
}
/* line 201, sass/components/_statuses.scss */
.alert-warning hr {
  border-top-color: #ffffff;
}

/* line 205, sass/components/_statuses.scss */
.text-warning {
  color: #F19E43;
}
/* line 206, sass/components/_statuses.scss */
.text-warning b, .text-warning strong {
  color: #F19E43;
}

/* line 209, sass/components/_statuses.scss */
.text-warning:hover {
  color: #F19E43;
}

/* line 215, sass/components/_statuses.scss */
.alert-danger {
  color: #ffffff;
  background-color: #e07575;
  border-color: #de6c6c;
}
/* line 221, sass/components/_statuses.scss */
.alert-danger strong {
  color: #ffffff;
}
/* line 222, sass/components/_statuses.scss */
.alert-danger .close {
  color: #ffffff;
}
/* line 223, sass/components/_statuses.scss */
.alert-danger .alert-link {
  color: #ffffff;
  text-decoration: underline;
}
/* line 224, sass/components/_statuses.scss */
.alert-danger hr {
  border-top-color: #ffffff;
}

/* line 228, sass/components/_statuses.scss */
.text-danger {
  color: #DB6060;
}
/* line 229, sass/components/_statuses.scss */
.text-danger b, .text-danger strong {
  color: #DB6060;
}

/* line 232, sass/components/_statuses.scss */
.text-warning:danger {
  color: #DB6060;
}

/* line 238, sass/components/_statuses.scss */
.progress {
  background-color: #dadada;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 239, sass/components/_statuses.scss */
.progress-bar {
  color: #fff;
  background-color: #999999;
  -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);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/* line 241, sass/components/_statuses.scss */
.progress-bar-primary {
  background-color: #49BFBC;
}

/* line 242, sass/components/_statuses.scss */
.progress-bar-secondary {
  background-color: #7861AF;
}

/* line 243, sass/components/_statuses.scss */
.progress-bar-success {
  background-color: #8FBB2A;
}

/* line 244, sass/components/_statuses.scss */
.progress-bar-info {
  background-color: #5AB9E8;
}

/* line 245, sass/components/_statuses.scss */
.progress-bar-warning {
  background-color: #F19E43;
}

/* line 246, sass/components/_statuses.scss */
.progress-bar-danger {
  background-color: #DB6060;
}

/* line 248, sass/components/_statuses.scss */
.progress-info {
  border-bottom: 1px solid #eaeaea;
  overflow: auto;
}

/* line 254, sass/components/_statuses.scss */
.survey-code {
  opacity: 0.65;
}

/* line 255, sass/components/_statuses.scss */
.survey-code div {
  float: left;
  height: 4px;
  width: 9%;
  margin-right: 2px;
}

/* line 256, sass/components/_statuses.scss */
.survey-code .background-default {
  background-color: #dadada;
}

/* line 262, sass/components/_statuses.scss */
.border-top-default {
  border-top: 4px solid #eaeaea;
}

/* line 263, sass/components/_statuses.scss */
.border-top-primary {
  border-top: 4px solid #49BFBC;
}

/* line 264, sass/components/_statuses.scss */
.border-top-secondary {
  border-top: 4px solid #7861AF;
}

/* line 265, sass/components/_statuses.scss */
.border-top-tertiary {
  border-top: 4px solid #424d59;
}

/* line 266, sass/components/_statuses.scss */
.border-top-success {
  border-top: 4px solid #9FCC3A;
}

/* line 267, sass/components/_statuses.scss */
.border-top-warning {
  border-top: 4px solid #F19E43;
}

/* line 268, sass/components/_statuses.scss */
.border-top-danger {
  border-top: 4px solid #DB6060;
}

/* line 269, sass/components/_statuses.scss */
.border-top-info {
  border-top: 4px solid #7DC3E7;
}

/* line 271, sass/components/_statuses.scss */
.border-right-default {
  border-right: 4px solid #eaeaea;
}

/* line 272, sass/components/_statuses.scss */
.border-right-primary {
  border-right: 4px solid #49BFBC;
}

/* line 273, sass/components/_statuses.scss */
.border-right-secondary {
  border-right: 4px solid #7861AF;
}

/* line 274, sass/components/_statuses.scss */
.border-right-tertiary {
  border-right: 4px solid #424d59;
}

/* line 275, sass/components/_statuses.scss */
.border-right-success {
  border-right: 4px solid #9FCC3A;
}

/* line 276, sass/components/_statuses.scss */
.border-right-warning {
  border-right: 4px solid #F19E43;
}

/* line 277, sass/components/_statuses.scss */
.border-right-danger {
  border-right: 4px solid #DB6060;
}

/* line 278, sass/components/_statuses.scss */
.border-right-info {
  border-right: 4px solid #7DC3E7;
}

/* line 280, sass/components/_statuses.scss */
.border-bottom-default {
  border-bottom: 4px solid #eaeaea;
}

/* line 281, sass/components/_statuses.scss */
.border-bottom-primary {
  border-bottom: 4px solid #49BFBC;
}

/* line 282, sass/components/_statuses.scss */
.border-bottom-secondary {
  border-bottom: 4px solid #7861AF;
}

/* line 283, sass/components/_statuses.scss */
.border-bottom-tertiary {
  border-bottom: 4px solid #424d59;
}

/* line 284, sass/components/_statuses.scss */
.border-bottom-success {
  border-bottom: 4px solid #9FCC3A;
}

/* line 285, sass/components/_statuses.scss */
.border-bottom-warning {
  border-bottom: 4px solid #F19E43;
}

/* line 286, sass/components/_statuses.scss */
.border-bottom-danger {
  border-bottom: 4px solid #DB6060;
}

/* line 287, sass/components/_statuses.scss */
.border-bottom-info {
  border-bottom: 4px solid #7DC3E7;
}

/* line 289, sass/components/_statuses.scss */
.border-left-default {
  border-left: 4px solid #eaeaea;
}

/* line 290, sass/components/_statuses.scss */
.border-left-primary {
  border-left: 4px solid #49BFBC;
}

/* line 291, sass/components/_statuses.scss */
.border-left-secondary {
  border-left: 4px solid #7861AF;
}

/* line 292, sass/components/_statuses.scss */
.border-left-tertiary {
  border-left: 4px solid #424d59;
}

/* line 293, sass/components/_statuses.scss */
.border-left-success {
  border-left: 4px solid #9FCC3A;
}

/* line 294, sass/components/_statuses.scss */
.border-left-warning {
  border-left: 4px solid #F19E43;
}

/* line 295, sass/components/_statuses.scss */
.border-left-danger {
  border-left: 4px solid #DB6060;
}

/* line 296, sass/components/_statuses.scss */
.border-left-info {
  border-left: 4px solid #7DC3E7;
}

/* line 301, sass/components/_statuses.scss */
#pwindicator {
  margin-top: 7px;
  width: 100%;
}

/* line 302, sass/components/_statuses.scss */
#pwindicator .label {
  position: relative;
  top: 3px;
  left: 0;
  width: 100%;
  font-size: 14px;
  padding: 0;
}

/* line 304, sass/components/_statuses.scss */
.bar {
  height: 5px;
}

/* line 306, sass/components/_statuses.scss */
.pw-weak .bar {
  background: #F19E43;
  width: 33%;
}

/* line 307, sass/components/_statuses.scss */
.pw-weak .label {
  color: #F19E43;
}

/* line 309, sass/components/_statuses.scss */
.pw-medium .bar {
  background: #7DC3E7;
  width: 67%;
}

/* line 310, sass/components/_statuses.scss */
.pw-medium .label {
  color: #7DC3E7;
}

/* line 312, sass/components/_statuses.scss */
.pw-strong .bar {
  background: #9FCC3A;
  width: 100%;
}

/* line 313, sass/components/_statuses.scss */
.pw-strong .label {
  color: #9FCC3A;
}

/* line 318, sass/components/_statuses.scss */
.caps-on {
  color: #F19E43;
}

/* line 324, sass/components/_statuses.scss */
.image-opacity {
  opacity: 0.45;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

/* line 333, sass/components/_statuses.scss */
.loading-dots:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(3, end) 1500ms infinite;
  animation: ellipsis steps(3, end) 1500ms infinite;
  content: "..";
  /* ascii code for the ellipsis character */
  width: 0px;
}

@keyframes ellipsis {
  to {
    width: 20px;
  }
}
@-webkit-keyframes ellipsis {
  to {
    width: 20px;
  }
}
/* line 359, sass/components/_statuses.scss */
.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid;
  border-color: #eaeaea;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 380, sass/components/_statuses.scss */
.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  top: 0;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 387, sass/components/_statuses.scss */
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
}

/* line 400, sass/components/_statuses.scss */
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1;
}

/* line 405, sass/components/_statuses.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #49BFBC;
}

/* line 410, sass/components/_statuses.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #fff;
  background: #5bc0de;
}

/* line 415, sass/components/_statuses.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #5cb85c;
}

/* line 420, sass/components/_statuses.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #f0ad4e;
  color: #fff;
}

/* line 425, sass/components/_statuses.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background: #d9534f;
}

/* line 430, sass/components/_statuses.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #000;
  background: #eeeeee;
}

/* line 435, sass/components/_statuses.scss */
.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  color: #333333;
  background: #ffffff;
}

/* line 443, sass/components/_statuses.scss */
.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 447, sass/components/_statuses.scss */
.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 451, sass/components/_statuses.scss */
.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  margin: 0;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 461, sass/components/_statuses.scss */
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 468, sass/components/_statuses.scss */
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 475, sass/components/_statuses.scss */
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding: 6px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 482, sass/components/_statuses.scss */
.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
  cursor: default !important;
}

/* line 487, sass/components/_statuses.scss */
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}

/* line 500, sass/components/_statuses.scss */
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left 0.5s;
  -o-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}

/* line 505, sass/components/_statuses.scss */
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 511, sass/components/_statuses.scss */
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 517, sass/components/_statuses.scss */
.bootstrap-switch.bootstrap-switch-focused {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 523, sass/components/_statuses.scss */
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 528, sass/components/_statuses.scss */
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 535, sass/components/_statuses.scss */
.bootstrap-switch.bootstrap-switch-focused {
  outline: none;
  box-shadow: none;
  border-color: #eaeaea;
}

/* line 7, sass/components/_comments.scss */
.comments-panel .comment-write {
  margin-top: 10px;
}
/* line 8, sass/components/_comments.scss */
.comments-panel .comment-write .btn-container {
  margin-top: 5px;
}
/* line 9, sass/components/_comments.scss */
.comments-panel .comment-write .privacy-setting {
  margin: 15px 10px 0 0;
}
/* line 12, sass/components/_comments.scss */
.comments-panel .reply-container.comment-write {
  border-top: 1px solid #f7f7f7;
}
/* line 15, sass/components/_comments.scss */
.comments-panel .attachment-container {
  margin: 10px 0;
}
/* line 17, sass/components/_comments.scss */
.comments-panel .attachment-container .intro {
  margin-bottom: 10px;
}
/* line 18, sass/components/_comments.scss */
.comments-panel .attachment-container .footer {
  margin-top: 10px;
}
/* line 19, sass/components/_comments.scss */
.comments-panel .attachment-container .help-block {
  margin: 10px 0 0 0;
}
/* line 26, sass/components/_comments.scss */
.comments-panel .comment-container .authorimg img {
  height: 100%;
  width: 100%;
}
/* line 28, sass/components/_comments.scss */
.comments-panel .comment-container .voted-poll {
  position: absolute;
  top: -2px;
  right: 18px;
  height: 20px;
}
/* line 30, sass/components/_comments.scss */
.comments-panel .comment-container .intro {
  color: #999999;
  font-size: 80%;
}
/* line 32, sass/components/_comments.scss */
.comments-panel .comment-container .body {
  margin: 10px 0 4px;
}
/* line 34, sass/components/_comments.scss */
.comments-panel .comment-container .body blockquote {
  padding: 5px 10px;
  color: #404040;
  font-size: 110%;
  margin: 0;
}
/* line 35, sass/components/_comments.scss */
.comments-panel .comment-container .body .attachment {
  margin-top: 10px;
}
/* line 39, sass/components/_comments.scss */
.comments-panel .comment-container .footer {
  font-size: 85%;
}
/* line 41, sass/components/_comments.scss */
.comments-panel .comment-container .footer .action-panel {
  margin: 5px 0 8px;
}
/* line 43, sass/components/_comments.scss */
.comments-panel .comment-container .footer .abuse-panel .btn {
  padding: 4px 8px;
  font-size: 80%;
}
/* line 44, sass/components/_comments.scss */
.comments-panel .comment-container .footer .abuse-panel .alert {
  padding: 4px 8px;
  text-align: center;
}
/* line 46, sass/components/_comments.scss */
.comments-panel .comment-container .footer .valuation-panel {
  margin-top: 2px;
  text-align: left;
  font-size: 125%;
}
/* line 47, sass/components/_comments.scss */
.comments-panel .comment-container .footer .valuation-panel ul {
  margin: 0;
}
/* line 48, sass/components/_comments.scss */
.comments-panel .comment-container .footer .valuation-panel .alert {
  font-size: 60%;
}
/* line 56, sass/components/_comments.scss */
.comments-panel .comment-container .reply-container {
  padding: 15px;
  margin-bottom: 0;
  border-top: 1px solid #f7f7f7;
}
@media (max-width: 768px) {
  /* line 61, sass/components/_comments.scss */
  .comments-panel .comment-container .reply-container .authorimg img {
    height: 80%;
    width: 80%;
  }
}
/* line 67, sass/components/_comments.scss */
.comments-panel .comment-container .FirstItem {
  margin-top: 10px;
}

/* line 5, sass/components/_secondaryPanels.scss */
.valuation-panel {
  position: relative;
  width: 100%;
  font-size: 150%;
  text-align: center;
}
/* line 7, sass/components/_secondaryPanels.scss */
.valuation-panel .YesSelected a, .valuation-panel .positive {
  color: #9FCC3A;
}
/* line 8, sass/components/_secondaryPanels.scss */
.valuation-panel .NoSelected a, .valuation-panel .negative {
  color: #DB6060;
}
/* line 10, sass/components/_secondaryPanels.scss */
.valuation-panel .NoDisabled a, .valuation-panel .YesDisabled a {
  color: #cccccc;
}
/* line 12, sass/components/_secondaryPanels.scss */
.valuation-panel .alert {
  position: absolute;
  bottom: -10px;
  width: 100%;
  padding: 5px;
  font-size: 50%;
  text-align: center;
}

/* line 23, sass/components/_secondaryPanels.scss */
.abuse-panel select {
  display: inline;
  width: auto;
}
/* line 25, sass/components/_secondaryPanels.scss */
.abuse-panel .alert {
  padding: 6px 15px;
  font-size: 85%;
}
/* line 27, sass/components/_secondaryPanels.scss */
.abuse-panel .form-control {
  width: 80%;
  height: auto;
  font-size: 100%;
  margin-right: 4px;
}
/* line 28, sass/components/_secondaryPanels.scss */
.abuse-panel .alert {
  margin: 1px 0;
}
/* line 29, sass/components/_secondaryPanels.scss */
.abuse-panel .alert-warning {
  text-align: center;
}

/* line 38, sass/components/_secondaryPanels.scss */
.translator {
  position: fixed;
  right: 185px;
  bottom: 9px;
  z-index: 1;
}

/* line 49, sass/components/_secondaryPanels.scss */
.pre-video-container {
  margin-bottom: 10px;
}
/* line 51, sass/components/_secondaryPanels.scss */
.pre-video-container .thumbnail-container {
  position: relative;
  background: #000;
}
/* line 52, sass/components/_secondaryPanels.scss */
.pre-video-container .play-button {
  position: absolute;
  height: 60px;
  width: 60px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -30px;
}
/* line 53, sass/components/_secondaryPanels.scss */
.pre-video-container .video-thumbnail {
  height: 100% !important;
  width: 100% !important;
}

@media (min-width: 768px) {
  /* line 59, sass/components/_secondaryPanels.scss */
  .pre-video-container .video-thumbnail {
    height: 75% !important;
    width: 75% !important;
  }
}
/* line 67, sass/components/_secondaryPanels.scss */
.video-close {
  padding: 0 0 10px 0;
}

/* line 69, sass/components/_secondaryPanels.scss */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}

/* line 76, sass/components/_secondaryPanels.scss */
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 90, sass/components/_secondaryPanels.scss */
.close-notification-container {
  position: relative;
}
/* line 92, sass/components/_secondaryPanels.scss */
.close-notification-container .close-notification {
  position: absolute;
  top: 10px;
  right: 20px;
  opacity: 0.8;
  z-index: 50;
}

/* line 97, sass/components/_secondaryPanels.scss */
.page-notifications {
  padding: 8px 15px;
  font-size: 80%;
  text-align: right;
  background-color: #49BFBC;
}
/* line 98, sass/components/_secondaryPanels.scss */
.page-notifications a {
  color: #fff;
}
/* line 99, sass/components/_secondaryPanels.scss */
.page-notifications strong {
  padding: 2px 6px;
  margin: 0 4px;
  font-size: 85%;
  background-color: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/*  Image selection
 *  ====================================
 *  
 *  Contains styles for images search engines (like google or instagram),
 *  upload images through URL or by selecting a local file.
 */
/* line 112, sass/components/_secondaryPanels.scss */
.image-selection .actions-panel {
  margin: 15px 0;
  text-align: center;
}
@media (min-width: 992px) {
  /* line 113, sass/components/_secondaryPanels.scss */
  .image-selection .actions-panel {
    margin: 5px 0 15px 0;
    text-align: left;
  }
}
/* line 116, sass/components/_secondaryPanels.scss */
.image-selection .nav-tabs .notSelected {
  cursor: pointer;
}

/* line 121, sass/components/_secondaryPanels.scss */
.item-titleimg-container {
  display: flex;
}

/* line 126, sass/components/_secondaryPanels.scss */
.item-titleimg-container .left {
  flex: 75px 0 0;
  margin-right: 10px;
}
/* line 127, sass/components/_secondaryPanels.scss */
.item-titleimg-container .right {
  flex-grow: 1;
}

/* line 5, sass/components/_panelItem.scss */
.panel-item {
  /* OnLoadImageBehavior */
}
/* line 7, sass/components/_panelItem.scss */
.panel-item .intro {
  text-align: left;
}
/* line 8, sass/components/_panelItem.scss */
.panel-item .intro img {
  float: left;
  margin-right: 10px;
  width: 50px;
  height: 50px;
}
/* line 11, sass/components/_panelItem.scss */
.panel-item .main-info {
  margin: 10px 0;
}
/* line 13, sass/components/_panelItem.scss */
.panel-item .main-info blockquote {
  font-size: 110%;
}
/* line 20, sass/components/_panelItem.scss */
.panel-item .mainInfo.poll-thumbnail .multiple-options-container, .panel-item .mainInfo.poll-thumbnail .option {
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding: 1px;
}
/* line 21, sass/components/_panelItem.scss */
.panel-item .mainInfo.poll-thumbnail .second-option {
  padding-top: 0;
  padding-left: 0;
}
/* line 22, sass/components/_panelItem.scss */
.panel-item .mainInfo.poll-thumbnail .third-option {
  padding-top: 0;
  padding-right: 0;
}
/* line 23, sass/components/_panelItem.scss */
.panel-item .mainInfo.poll-thumbnail .four-option {
  padding-bottom: 0;
  padding-left: 0;
}
/* line 24, sass/components/_panelItem.scss */
.panel-item .mainInfo.poll-thumbnail .five-option {
  padding-bottom: 0;
  padding-right: 0;
}
/* line 29, sass/components/_panelItem.scss */
.panel-item .imagePlaceholder {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  float: left;
}
/* line 30, sass/components/_panelItem.scss */
.panel-item .showingPlaceholder {
  position: absolute;
  opacity: 0;
}
/* line 31, sass/components/_panelItem.scss */
.panel-item .imagePlaceholderInternal {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* line 34, sass/components/_panelItem.scss */
.panel-item .call-to-action {
  font-size: 85%;
  color: #999999;
}

/* line 5, sass/components/_userPanel.scss */
.user-panel {
  text-align: center;
}
/* line 7, sass/components/_userPanel.scss */
.user-panel .user-info {
  font-size: 90%;
}
/* line 8, sass/components/_userPanel.scss */
.user-panel .user-location {
  margin-top: 4px;
  font-size: 90%;
}
/* line 9, sass/components/_userPanel.scss */
.user-panel .user-location img {
  margin-top: -3px;
}
/* line 11, sass/components/_userPanel.scss */
.user-panel .user-image {
  margin: 10px 0;
}
/* line 12, sass/components/_userPanel.scss */
.user-panel .user-stats {
  font-size: 80%;
}

/* line 7, sass/components/_modals.scss */
.email-modal .image {
  float: left;
  width: 20%;
  margin-right: 10px;
}
/* line 8, sass/components/_modals.scss */
.email-modal .image img {
  width: 100%;
}
/* line 10, sass/components/_modals.scss */
.email-modal .title h4 {
  margin: 5px 0 0 0;
}
/* line 11, sass/components/_modals.scss */
.email-modal .title .help-block {
  margin: 2px 0 0 0;
}

/* line 19, sass/components/_modals.scss */
.recommend-modal .image {
  float: left;
  width: 20%;
  margin-right: 10px;
}
/* line 20, sass/components/_modals.scss */
.recommend-modal .image img {
  width: 100%;
}
/* line 22, sass/components/_modals.scss */
.recommend-modal .title h4 {
  margin: 5px 0 0 0;
}
/* line 23, sass/components/_modals.scss */
.recommend-modal .title .help-block {
  margin: 2px 0 0 0;
}
/* line 25, sass/components/_modals.scss */
.recommend-modal .recommend-container {
  max-height: 400px;
  overflow: auto;
}
/* line 26, sass/components/_modals.scss */
.recommend-modal .recommend-container img {
  height: 100px;
  width: 100px;
}

/* line 33, sass/components/_modals.scss */
.confirm-modal .modal-header {
  border: none;
}
/* line 34, sass/components/_modals.scss */
.confirm-modal .modal-footer {
  margin: 0;
  text-align: center;
  border: none;
}

/* line 42, sass/components/_modals.scss */
.userdelete-modal .help-block {
  margin: 0 0 15px 0;
}
/* line 43, sass/components/_modals.scss */
.userdelete-modal .user-actions i {
  margin-right: 2px;
}
/* line 44, sass/components/_modals.scss */
.userdelete-modal .radio {
  margin: 25px;
}

/* line 51, sass/components/_modals.scss */
.critical-modal .box-shadow {
  -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 52, sass/components/_modals.scss */
.critical-modal .modal-dialog {
  overflow-y: initial !important;
}
/* line 53, sass/components/_modals.scss */
.critical-modal .modal-body {
  height: 250px;
  overflow-y: auto;
}
/* line 56, sass/components/_modals.scss */
.critical-modal .cookie-detail {
  border-bottom: 1px dotted #dadada;
  margin-bottom: 0px;
}
/* line 60, sass/components/_modals.scss */
.critical-modal .table-cookie {
  margin: 10px 0 5px 0;
}
/* line 64, sass/components/_modals.scss */
.critical-modal .table-cookie tr:first-child td:nth-child(1), .critical-modal .table-cookie tr:first-child td:nth-child(2) {
  border-top: none !important;
}
/* line 68, sass/components/_modals.scss */
.critical-modal .table-cookie tr:last-child td:nth-child(1), .critical-modal .table-cookie tr:last-child td:nth-child(2) {
  border-bottom: none !important;
}

/* line 75, sass/components/_modals.scss */
.level-completed-modal .column_level span img {
  width: 60px;
  height: 60px;
  margin: -8px 5px 0 -8px;
}

/* 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 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 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 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 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/_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 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;
}

/* line 8, sass/pages/_achievements.scss */
.achievements-page .progress-and-badge {
  display: flex;
}
/* line 10, sass/pages/_achievements.scss */
.achievements-page .col-left-bars {
  flex-grow: 1;
}
@media (max-width: 768px) {
  /* line 13, sass/pages/_achievements.scss */
  .achievements-page .col-left-bars {
    margin-top: 24px;
  }
}
/* line 16, sass/pages/_achievements.scss */
.achievements-page .col-right-badge {
  flex: 69px 0 0 !important;
}
/* line 18, sass/pages/_achievements.scss */
.achievements-page .level-one, .achievements-page .level-two, .achievements-page .level-three {
  width: 31.3%;
  float: left;
  margin-right: 5px;
}
/* line 20, sass/pages/_achievements.scss */
.achievements-page .progress-bar .tooltip {
  position: relative;
  float: right;
  z-index: 100 !important;
}
/* line 26, sass/pages/_achievements.scss */
.achievements-page .tooltip > .tooltip-inner {
  font-family: 'Roboto' !important;
}
/* line 28, sass/pages/_achievements.scss */
.achievements-page .progress-bar .tooltip > .tooltip-inner {
  padding: 20px 20px 28px 21px !important;
  font-family: 'Roboto';
  font-size: 16px !important;
  font-weight: bold;
}
/* line 34, sass/pages/_achievements.scss */
.achievements-page .level-one .tooltip > .tooltip-inner {
  color: #af7945;
}
/* line 35, sass/pages/_achievements.scss */
.achievements-page .level-two .tooltip > .tooltip-inner {
  color: #8d953a;
}
/* line 36, sass/pages/_achievements.scss */
.achievements-page .level-three .tooltip > .tooltip-inner {
  color: #3a8da7;
}
/* line 40, sass/pages/_achievements.scss */
.achievements-page .level-one .tooltip > .tooltip-inner {
  background: none !important;
  background-image: url("../img/achievements/pointer-level-01.png") !important;
  background-repeat: no-repeat !important;
  padding: 20px 25px 28px 21px !important;
}
/* line 41, sass/pages/_achievements.scss */
.achievements-page .level-two .tooltip > .tooltip-inner {
  background: none !important;
  background-image: url("../img/achievements/pointer-level-02.png") !important;
  background-repeat: no-repeat !important;
}
/* line 42, sass/pages/_achievements.scss */
.achievements-page .level-three .tooltip > .tooltip-inner {
  background: none !important;
  background-image: url("../img/achievements/pointer-level-03.png") !important;
  background-repeat: no-repeat !important;
}
/* line 44, sass/pages/_achievements.scss */
.achievements-page .popOver + .tooltip > .tooltip-arrow {
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
}
/* line 46, sass/pages/_achievements.scss */
.achievements-page .progress {
  height: 13px;
  margin-bottom: 10px;
  border-radius: 0;
  overflow: visible;
  background-color: #dadada;
  box-shadow: none;
}
/* line 55, sass/pages/_achievements.scss */
.achievements-page .progress-bars-combo {
  padding-top: 54px;
}
/* line 57, sass/pages/_achievements.scss */
.achievements-page .barWrapper .progress .progress-bar {
  box-shadow: none !important;
}
/* line 59, sass/pages/_achievements.scss */
.achievements-page .level-one .barWrapper .progress, .achievements-page .level-one .barWrapper .progress .progress-bar {
  -moz-border-radius-topleft: 6px !important;
  -webkit-border-top-left-radius: 6px !important;
  border-top-left-radius: 6px !important;
  -moz-border-radius-bottomleft: 6px !important;
  -webkit-border-bottom-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}
/* line 63, sass/pages/_achievements.scss */
.achievements-page .level-one .barWrapper .progress .progress-bar {
  background-color: #F19E43;
}
/* line 65, sass/pages/_achievements.scss */
.achievements-page .level-two .barWrapper .progress .progress-bar {
  background-color: #8FBB2A;
}
/* line 67, sass/pages/_achievements.scss */
.achievements-page .level-three .barWrapper .progress .progress-bar {
  background-color: #5AB9E8;
}
/* line 69, sass/pages/_achievements.scss */
.achievements-page li p.level-active {
  color: #595959 !important;
}
/* line 71, sass/pages/_achievements.scss */
.achievements-page .level-three .barWrapper .progress {
  -moz-border-radius-topright: 6px !important;
  -webkit-border-top-right-radius: 6px !important;
  border-top-right-radius: 6px !important;
  -moz-border-radius-bottomright: 6px !important;
  -webkit-border-bottom-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}
/* line 76, sass/pages/_achievements.scss */
.achievements-page .level-one.level-not-reached .barWrapper .progress,
.achievements-page .level-two.level-not-reached .barWrapper .progress,
.achievements-page .level-three.level-not-reached .barWrapper .progress {
  border: 1px solid #DADADA !important;
}
/* line 80, sass/pages/_achievements.scss */
.achievements-page img.badge-survey-champion {
  width: 100px;
  height: auto;
}
@media (min-width: 768px) {
  /* line 83, sass/pages/_achievements.scss */
  .achievements-page .level-one, .achievements-page .level-two, .achievements-page .level-three {
    width: 32.5%;
    float: left;
    margin-right: 5px;
  }
}
/* line 89, sass/pages/_achievements.scss */
.achievements-page .tenured-user-badge, .achievements-page .newbie-user-badge {
  width: 250px;
  height: 104px;
  margin: 0 auto;
  background: url("../img/achievements/levelLast_tenured.gif") no-repeat center center;
  background-size: 250px 104px;
}
/* line 96, sass/pages/_achievements.scss */
.achievements-page .newbie-user-badge {
  background: url("../img/achievements/levelNewbie.png") no-repeat center center;
  background-size: 250px 104px;
}
@media (min-width: 768px) {
  /* line 102, sass/pages/_achievements.scss */
  .achievements-page .tenured-user-badge, .achievements-page .newbie-user-badge {
    width: 360px;
    height: 150px;
    background-size: 360px 150px;
  }
  /* line 107, sass/pages/_achievements.scss */
  .achievements-page .newbie-user-badge {
    background-size: 360px 150px;
  }
}
/* line 113, sass/pages/_achievements.scss */
.achievements-page .tenured-box-container {
  display: flex;
}
/* line 116, sass/pages/_achievements.scss */
.achievements-page .tenured-box-container .left {
  flex: 75px 0 0;
  margin-right: 10px;
}
/* line 117, sass/pages/_achievements.scss */
.achievements-page .tenured-box-container .right {
  flex-grow: 1;
}
/* line 121, sass/pages/_achievements.scss */
.achievements-page .item-achievement-container {
  display: flex;
}
/* line 126, sass/pages/_achievements.scss */
.achievements-page .item-achievement-container .left {
  flex: 50px 0 0;
  margin-right: 10px;
}
/* line 127, sass/pages/_achievements.scss */
.achievements-page .item-achievement-container .right {
  flex-grow: 1;
}

/* line 134, sass/pages/_achievements.scss */
.badge-current-level {
  width: 175px;
  height: 175px;
  margin: 0 auto;
  background: url("../img/achievements/levelBadge02_350x350.png");
  background-size: 175px 175px;
  padding-top: 42px;
}

/* line 142, sass/pages/_achievements.scss */
h1.survey-counter {
  font-size: 60px;
  color: #8D953A;
}

/* line 148, sass/pages/_achievements.scss */
.progress-level-one {
  -moz-border-radius: 2px / 0 !important;
  -webkit-border-radius: 2px 0;
  border-radius: 2px / 0 !important;
}

/* line 149, sass/pages/_achievements.scss */
.progress-level-two {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
}

/* line 150, sass/pages/_achievements.scss */
.progress-level-three {
  -moz-border-radius-topright: 2px !important;
  -webkit-border-top-right-radius: 2px !important;
  border-top-right-radius: 2px !important;
  -moz-border-radius-bottomright: 2px !important;
  -webkit-border-bottom-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

/* line 153, sass/pages/_achievements.scss */
figure.overlay {
  position: relative;
  width: 100%;
  z-index: 1;
}

/* line 158, sass/pages/_achievements.scss */
figure.overlay img {
  width: 100%;
}

/* line 160, sass/pages/_achievements.scss */
figure.overlay figcaption {
  position: absolute;
  z-index: 1000;
  height: 100%;
  width: 100%;
  top: 0;
  /**optional background overlay**/
  background: rgba(255, 255, 255, 0.2);
  /**text, adjust all values as desired**/
  padding: 72% 0% 0% 64%;
  font-weight: 700;
  color: white;
  /**some fallback value**/
  font-size: 26px;
  /**responsive size is roughly 3.4%  of the device's viewport width**/
}

/* Very extra small devices (phones, up to 300px) */
@media (max-width: 415px) {
  /* line 8, sass/basic/_mediaQueries.scss */
  .visible-xxs {
    display: block !important;
  }

  /* line 9, sass/basic/_mediaQueries.scss */
  .hidden-xxs {
    display: none !important;
  }
}
/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* line 20, sass/basic/_mediaQueries.scss */
  body {
    padding-top: 85px;
  }

  /* line 24, sass/basic/_mediaQueries.scss */
  footer .language-selector {
    margin-top: 0px;
  }
  /* line 27, sass/basic/_mediaQueries.scss */
  footer .container-secondary p {
    margin: 5px 0 0 0;
  }

  /* line 31, sass/basic/_mediaQueries.scss */
  .post {
    width: 48%;
    margin: 5px 1%;
  }

  /* line 32, sass/basic/_mediaQueries.scss */
  .post.post-type2 {
    width: 98%;
    margin: 5px 1%;
  }

  /* line 33, sass/basic/_mediaQueries.scss */
  .post.post-type3 {
    width: 48%;
    margin: 5px 1%;
  }

  /* line 34, sass/basic/_mediaQueries.scss */
  .post.post-type4 {
    width: 18%;
    margin: 5px 0.6%;
  }

  /* line 36, sass/basic/_mediaQueries.scss */
  .panel-header a.secondaryLink {
    float: right;
  }

  /* line 39, sass/basic/_mediaQueries.scss */
  .panel-landing .line-left {
    border-left: 1px solid #eaeaea;
  }
  /* line 40, sass/basic/_mediaQueries.scss */
  .panel-landing .icon-landing img {
    max-width: 100% !important;
  }

  /* line 43, sass/basic/_mediaQueries.scss */
  .toggle-left-align {
    text-align: left;
  }

  /* line 45, sass/basic/_mediaQueries.scss */
  .maltvinegar .btn-facebook {
    float: right;
    margin-top: -40px;
  }

  /* line 46, sass/basic/_mediaQueries.scss */
  .registration-page .btn-container {
    text-align: left;
  }

  /* line 48, sass/basic/_mediaQueries.scss */
  .form-horizontal .control-label {
    font-size: 100%;
  }

  /* line 49, sass/basic/_mediaQueries.scss */
  .panel-accordion .panel-footer {
    text-align: left;
  }

  /* line 51, sass/basic/_mediaQueries.scss */
  .banner-top, .profile-info {
    margin-top: -34px !important;
  }

  /* line 53, sass/basic/_mediaQueries.scss */
  .pointsBalance-page .nav-pills li {
    float: left;
    margin-bottom: 0;
  }

  /* line 58, sass/basic/_mediaQueries.scss */
  .landing-page .hero {
    padding: 12% 0 0 0 !important;
  }
  /* line 59, sass/basic/_mediaQueries.scss */
  .landing-page .hero h1 {
    font-size: 44px !important;
  }
  /* line 60, sass/basic/_mediaQueries.scss */
  .landing-page p {
    font-size: 18px;
    line-height: 1.3;
  }
  /* line 62, sass/basic/_mediaQueries.scss */
  .landing-page .panel h2 {
    font-size: 32px !important;
  }
  /* line 64, sass/basic/_mediaQueries.scss */
  .landing-page .item-column {
    float: right;
  }
  /* line 66, sass/basic/_mediaQueries.scss */
  .landing-page .btn-app {
    display: inline !important;
    margin: 0 15px 15px 0 !important;
  }

  /* line 74, sass/basic/_mediaQueries.scss */
  .pollDetail-page .panel-poll-header {
    text-align: left;
  }
  /* line 76, sass/basic/_mediaQueries.scss */
  .pollDetail-page .panel-poll-header h3 {
    margin: 5px 0;
  }
  /* line 78, sass/basic/_mediaQueries.scss */
  .pollDetail-page .panel-poll-header .details .author {
    display: inline;
  }
  /* line 85, sass/basic/_mediaQueries.scss */
  .pollDetail-page .panel-poll-body .intro {
    text-align: right;
  }
  /* line 86, sass/basic/_mediaQueries.scss */
  .pollDetail-page .panel-poll-body .intro .category {
    float: left;
  }

  /* line 94, sass/basic/_mediaQueries.scss */
  .poll-search {
    margin-top: 0 !important;
  }

  /* line 97, sass/basic/_mediaQueries.scss */
  .post-survey-notification {
    margin-top: -40px;
  }

  /* line 100, sass/basic/_mediaQueries.scss */
  .panel-DyN-question .new-col-options > .radio:first-child {
    margin-top: 10px;
  }
  /* line 101, sass/basic/_mediaQueries.scss */
  .panel-DyN-question .new-col-options > .checkbox:first-child {
    margin-top: 10px;
  }

  /* line 105, sass/basic/_mediaQueries.scss */
  a.secondaryLink {
    float: right;
  }

  /* line 108, sass/basic/_mediaQueries.scss */
  ul.nav.nav-pills.nav-account-balance li {
    display: inline !important;
    width: auto !important;
  }
  /* line 110, sass/basic/_mediaQueries.scss */
  ul.nav.nav-pills.nav-account-balance li a {
    padding: 10px 50px;
  }
  /* line 112, sass/basic/_mediaQueries.scss */
  ul.nav.nav-pills.nav-account-balance li:first-child {
    margin-left: 0;
  }

  /* line 116, sass/basic/_mediaQueries.scss */
  .progress-info p:first-child {
    float: left !important;
  }
  /* line 117, sass/basic/_mediaQueries.scss */
  .progress-info p:last-child {
    float: right !important;
  }

  /* line 122, sass/basic/_mediaQueries.scss */
  .pointsbalance-page .table td:last-child {
    text-align: right;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 400;
  }

  /* line 125, sass/basic/_mediaQueries.scss */
  img.icon-faq {
    max-width: 50%;
  }

  /* line 127, sass/basic/_mediaQueries.scss */
  .invitation p {
    padding-top: 8px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  /* line 143, sass/basic/_mediaQueries.scss */
  .post {
    width: 32%;
    margin: 5px 0.5%;
  }

  /* line 144, sass/basic/_mediaQueries.scss */
  .post.post-type2 {
    width: 65%;
    margin: 5px 0.5%;
  }

  /* line 145, sass/basic/_mediaQueries.scss */
  .post.post-type3 {
    width: 49%;
    margin: 5px 0.5%;
  }

  /* line 148, sass/basic/_mediaQueries.scss */
  .rewards-page .view-orders {
    margin-top: 36px;
  }
  /* line 149, sass/basic/_mediaQueries.scss */
  .rewards-page .btn-redeem {
    margin: 0 0 20px 0;
  }

  /* line 152, sass/basic/_mediaQueries.scss */
  .post-survey-notification {
    text-align: left;
  }

  /* line 158, sass/basic/_mediaQueries.scss */
  .landing-page .panel-right .col-main {
    text-align: right;
  }
  /* line 159, sass/basic/_mediaQueries.scss */
  .landing-page .panel-right .col-secondary {
    text-align: left;
  }
  /* line 160, sass/basic/_mediaQueries.scss */
  .landing-page .panel-left .col-main {
    text-align: left;
  }
  /* line 161, sass/basic/_mediaQueries.scss */
  .landing-page .panel-left .col-secondary {
    text-align: right;
  }
  /* line 163, sass/basic/_mediaQueries.scss */
  .landing-page .landing-polls h2 {
    margin-top: 45px;
  }
  /* line 165, sass/basic/_mediaQueries.scss */
  .landing-page .btn-app {
    display: inline;
    float: left;
    margin: 0 20px 15px 0 !important;
  }

  /* line 172, sass/basic/_mediaQueries.scss */
  .loggedout-page h2, .loggedout-page p {
    text-align: left !important;
  }

  /* line 176, sass/basic/_mediaQueries.scss */
  .timeout-page {
    text-align: left;
  }

  /* line 178, sass/basic/_mediaQueries.scss */
  .match-found {
    text-align: left;
  }

  /* line 180, sass/basic/_mediaQueries.scss */
  .polls-actions {
    margin-top: 23px;
  }

  /* line 182, sass/basic/_mediaQueries.scss */
  img.icon-faq {
    max-width: 36%;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  /* line 191, sass/basic/_mediaQueries.scss */
  .post {
    width: 24%;
    margin: 5px 0.5%;
  }

  /* line 192, sass/basic/_mediaQueries.scss */
  .post.post-type2 {
    width: 74%;
    margin: 5px 0.5%;
  }

  /* line 193, sass/basic/_mediaQueries.scss */
  .post.post-type3 {
    width: 49%;
    margin: 5px 0.5%;
  }

  /* line 195, sass/basic/_mediaQueries.scss */
  footer {
    text-align: left !important;
  }
  /* line 196, sass/basic/_mediaQueries.scss */
  footer .social-container ul {
    text-align: right;
  }
  /* line 197, sass/basic/_mediaQueries.scss */
  footer .brand {
    text-align: left !important;
  }
  /* line 198, sass/basic/_mediaQueries.scss */
  footer .app-icons {
    margin-top: 0;
    text-align: right;
  }

  /* line 201, sass/basic/_mediaQueries.scss */
  img.icon-faq {
    max-width: 41%;
  }

  /* line 203, sass/basic/_mediaQueries.scss */
  h4.dyn-perc-completed {
    margin-top: 20px;
  }
}
/*
 * We occasionally expand on these media queries to include
 * a max-width to limit CSS to a narrower set of devices.
 *
 */
/* Target everything from 0 to 479px; */
@media (max-width: 479px) {
  /* line 220, sass/basic/_mediaQueries.scss */
  .post {
    width: 100%;
    margin: 5px 0;
  }
}
/* Target between 479px and 768px */
@media (min-width: 479px) and (max-width: 768px) {
  /* line 228, sass/basic/_mediaQueries.scss */
  .panel-default .icons-compatibility {
    display: block;
    float: none;
  }
}
/* Target between 768px and 991px */
@media (min-width: 768px) and (max-width: 991px) {
  /* line 236, sass/basic/_mediaQueries.scss */
  h4.dyn-perc-completed {
    margin-top: 20px;
  }
}
/* Target between 992px and 1119px */
/* Target everything from 0 to 479px; */
@media (max-width: 479px) {
  /* line 249, sass/basic/_mediaQueries.scss */
  .post {
    width: 100%;
    margin: 5px 0;
  }
}
