@charset "UTF-8";
* {
  box-sizing: border-box;
  outline: none;
  -webkit-font-smoothing: antialiased;
}

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

*, body {
  font-family: "MontSerrat", sans-serif;
  font-weight: 300;
  font-size: 100%;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  box-sizing: border-box;
}

html, button, input, select, textarea {
  color: #9b9b9b;
}

textarea {
  resize: none;
}

i[aria-describedby^="tooltip"] {
  z-index: 99999;
}

button:hover, button:focus, button:active {
  outline: none;
  border: none;
  box-shadow: none;
}

::-webkit-input-placeholder {
  text-align: center;
  color: #4a4a4a;
}

:-moz-placeholder {
  text-align: center;
  color: #4a4a4a;
}

::-moz-placeholder {
  text-align: center;
  color: #4a4a4a;
}

:-ms-input-placeholder {
  text-align: center;
  color: #4a4a4a;
}

.loading-idea {
  width: 70px;
  height: 70px;
  min-height: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 10001;
  display: none;
  text-align: center;
  vertical-align: middle;
  overflow-y: hidden;
}

.overlay {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
  overflow-y: hidden;
}

.overlay-general {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
  /*overflow-y:hidden;*/
}

a {
  color: #9b9b9b;
  font-weight: 300;
}

a:hover, a:focus {
  color: #3e72d4;
  text-decoration: none;
}

a:link, a:visited, a:focus {
  text-decoration: none;
}

hr {
  border: 0;
  border-top: 1px solid #9b9b9b;
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

p, h1, h2, h3, h4, h5, ul, li {
  margin: 0;
  padding: 0;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

html {
  overflow-x: hidden;
}

.loading {
  width: 16px;
  height: 16px;
  background: transparent url("../images/icons/loading.gif") no-repeat center center;
  background-size: 16px;
  margin: 0 auto;
}

body {
  background-color: #cccccc;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px transparent inset;
  /* Change the color to your own background color */
  -webkit-text-fill-color: #ffffff;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px transparent inset;
  -webkit-text-fill-color: #ffffff;
}

.empty {
  font-size: 13px;
  color: #9b9b9b;
  letter-spacing: 0.15px;
  line-height: 20px;
  width: 318px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: center;
  cursor: default;
}

.ideas-container-empty {
  margin: 0 auto;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  width: 580px;
  padding: 5px;
  font-size: 17px;
  line-height: normal;
  color: white;
  letter-spacing: 0.15px;
  text-align: center;
  z-index: 15000;
  background-color: rgba(0, 0, 0, 0.25);
}

.use-search {
  color: #9b9b9b !important;
}

.content-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 105px;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.content-container-static-page {
  background-color: #ffffff;
  color: #4a4a4a;
  top: 90px;
  left: 40px;
  bottom: 40px;
  right: 40px;
  position: absolute;
  border-radius: 8px;
}

.content-container-static-page-blue {
  background-color: #2D8CFF;
}

a {
  color: #9b9b9b;
}

a:hover {
  color: black;
}

a:focus, a:active {
  color: #9b9b9b;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}

.clearfix:after {
  clear: both;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.hleft {
  text-align: left;
}

.hright {
  text-align: right;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.hidden {
  display: none;
}

.blue {
  color: #3e72d4;
}

.error {
  color: #3e72d4;
}

.grey {
  color: #9b9b9b;
}

.red {
  color: red;
}

.orange {
  color: orange;
}

.yellow {
  color: yellow;
}

.green {
  color: green;
}

.hcenter, .hjustify {
  text-align: center;
}

.flip {
  -moz-transform: scaleX(-1);
  -ms-filter: FlipH;
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -webkit-filter: FlipH;
  filter: FlipH;
  transform: scaleX(-1);
}

.toggle_area {
  background: #fff;
  border: 1px solid #cadbec;
  border-radius: 0 4px 4px 0;
  height: 175px;
  left: -60px;
  margin: -88px 0 0;
  padding: 10px;
  position: absolute;
  top: 50%;
  width: 60px;
}

.circle {
  background-color: #9b9b9b;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
}

.bg-blue {
  background-color: #3e72d4;
}

.deg180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.deg90 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.deg0 {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.modal {
  margin-top: 90px;
}

.btn {
  box-shadow: none !important;
  margin: 0 !important;
  outline: none !important;
}

.btn:hover {
  box-shadow: none !important;
  margin: 0 !important;
  outline: 0 !important;
}

.dots {
  position: relative;
  display: block;
  cursor: pointer;
  font-size: 15px;
  margin-left: 20px;
  padding-right: 10px;
}

.dots img {
  width: 20px;
  height: 5px;
}

.dots .dots-menu {
  display: none;
  position: absolute;
  bottom: 40px;
  width: 150px;
  left: -40px;
  list-style-type: none;
  border: 1px solid #f7f7f7;
  background-color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  padding: 10px;
  border-radius: 4px;
}

@media screen and (max-width: 724px) {
  .dots {
    display: none;
  }
}

.dialog {
  display: none;
}

[role=dialog] {
  z-index: 10002;
}

.arrow-up {
  position: relative;
  background: #ffffff;
  border: 1px solid #f7f7f7;
}

.arrow-up:after, .arrow-up:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow-up:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 17px;
  margin-left: -17px;
}

.arrow-up:before {
  border-color: rgba(247, 247, 247, 0);
  border-bottom-color: #f7f7f7;
  border-width: 18px;
  margin-left: -18px;
}

.arrow-up:after, .arrow-up:before {
  left: 30px;
}

.arrow-down {
  position: relative;
  background: #ffffff;
  border: 1px solid #f6f6f6;
}

.arrow-down:after, .arrow-down:before {
  top: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow-down:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 15px;
  margin-left: -15px;
}

.arrow-down:before {
  border-color: rgba(227, 227, 227, 0);
  border-top-color: #f6f6f6;
  border-width: 16px;
  margin-left: -16px;
}

.glyphicon-remove,
.form-control-feedback {
  color: #ffffff !important;
}

.help-block {
  z-index: 9999 !important;
}

.popover-content {
  display: none;
}

.btn-disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.form-info-wrap {
  height: 17px;
  min-height: 17px;
  margin-bottom: 10px;
}

.form-info-wrap .form-info {
  font-size: 0.9em;
  padding-top: 3px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  height: 17px;
  min-height: 17px;
  vertical-align: middle;
}

.dropzone {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 340px;
  height: 340px;
  display: none;
  z-index: 10005;
  font-weight: normal;
  font-size: 13px;
  color: #4a4a4a;
  left: 50%;
  position: fixed;
  background-color: #ffffff;
  border: 1px solid #f8f8f8;
  /*border-radius:8px;*/
  text-align: center;
}

.dropzone-close {
  position: absolute;
  top: 6px;
  right: 10px;
  opacity: 1;
  cursor: pointer;
}

.dropzone-close:hover {
  opacity: 1;
}

.dropzone:after {
  content: 'Drop a picture here.';
  white-space: pre;
  font-size: 13px;
  color: #4a4a4a;
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 0;
}

.dropzone:before {
  display: none;
  content: '';
  font-family: "MontSerrat", sans-serif;
  font-size: 13px;
  color: #dbdbdb;
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 0;
}

.dropzone.loading:after {
  content: 'Please wait, image is loading';
}

.dropzone.loading:before {
  content: '';
}

.dropzone.done:after {
  content: '';
}

.dropzone.done:before {
  content: '';
}

/* not an image */
.dropzone.notAnImage {
  background-color: #f2dede;
  border-color: #ebccd1;
}

.dropzone.notAnImage:after {
  content: 'The selected file is not an image.';
  color: #a94442;
}

.dropzone.notAnImage:before {
  content: '';
  color: #ebccd1;
}

.dropzone.alert-danger {
  background-color: #f2dede;
}

.dropzone.alert-danger:after {
  content: '';
}

.dropzone.smalltext:before,
.dropzone.smalltext:after {
  font-size: 13px;
}

.dropzone > span {
  font-size: 13px;
  color: #bbbbbb;
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 0;
}

.dropzone .dropzone-info {
  font-size: 11px;
  color: #4a4a4a;
  position: absolute;
  bottom: 100px;
  width: 230px;
  margin: 0 auto;
  text-align: left;
  left: 0;
  right: 0;
  font-style: italic;
}

.dropzone > span.loader {
  display: none;
}

.dropzone > input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  height: 100%;
}

.dropzone > input[type=text] {
  display: none;
}

.dropzone .progress {
  bottom: 10px;
  left: 10px;
  right: 10px;
  display: none;
}

.dropzone .cropWrapper {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #FFF;
  text-align: left;
}

.dropzone img {
  z-index: 5;
  position: relative;
}

.dropzone img.ghost {
  opacity: .2;
  z-index: auto;
  float: left;
}

.dropzone img.main {
  cursor: move;
}

.dropzone .final img.main {
  cursor: auto;
}

.dropzone img.preview {
  width: 100%;
}

.dropzone .tools {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
  display: inline-block;
}

.dropzone .tools > * {
  margin: 0 0 0 5px;
}

.dropzone.smalltools .tools .btn {
  padding: 1px 4px;
  font-size: 12px;
}

.dropzone .download {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 999;
  display: inline-block;
}

.dropzone .download > * {
  margin: 0 0 0 5px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  color: white;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: white !important;
}

header {
  background-color: rgba(255, 255, 255, 0.9);
  /*background: url('../images/backgrounds/header.png') no-repeat center center;
  background-size: 4096px 50px;*/
  height: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  position: fixed;
  z-index: 9998;
  width: 100%;
  box-sizing: border-box;
  top: 0;
  left: 0;
}

header img.icon {
  height: 18px;
}

header .logo {
  position: fixed;
  left: 50%;
  top: 13px;
}

@media screen and (max-width: 875px) {
  header .logo {
    display: none;
  }
}

header .logo img {
  height: 22px;
}

.no-results {
  height: 100%;
}

.menu {
  -webkit-box-flex: 1;
  flex: 1;
  list-style: none;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  min-width: 415px;
  max-height: 80vh;
}

.menu > li.menu-section {
  float: left;
  width: 65px;
  font-size: 10px;
  padding-top: 5px;
  position: relative;
  margin-left: 16px;
  color: #9b9b9b;
  cursor: pointer;
}

.menu > li.menu-section img.icon {
  margin: 0 auto 2px auto;
  display: block;
  height: 19px;
}

.menu > li.menu-section .count {
  width: 12px;
  height: 12px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 8px;
  color: #ffffff;
  background-color: #2D8CFF;
  border: 1px solid #ffffff;
}

.menu .sub-menu {
  border: 1px solid #f7f7f7;
  top: 58px;
  list-style: none;
  display: none;
  position: absolute;
  width: 376px;
  border-radius: 4px;
  background-color: #ffffff;
  z-index: 9998;
  cursor: default;
}

.menu .sub-menu::before {
  content: '';
  height: 12px;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: -12px;
  left: 0;
  background: transparent url(../images/icons/arrow-up-rounded.png) no-repeat;
  background-size: 38px 12px;
  margin: 0;
  padding: 0;
}

.menu-genius .sub-menu::before {
  background-position: 12px 0;
}

.menu-genius .sub-menu .trend-setters-container {
  background-color: #f6f6f6;
}

.menu-genius .sub-menu .trend-setters-container .title-trend-setters {
  padding: 0 0 0 17px;
  text-align: left;
  width: 100%;
  font-size: 15px;
  line-height: 45px;
  vertical-align: middle;
  font-weight: bold;
  color: #4a4a4a;
  height: 45px;
  position: relative;
  background-color: #ffffff;
}

.menu-genius .sub-menu .trend-setters-container .title-trend-setters .type {
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
  border: none;
  width: 190px;
  font-size: 15px;
  font-weight: bold;
  color: #4a4a4a;
  background: transparent url("../images/icons/expand-grey.png") no-repeat;
  background-position: right 30px center;
  background-size: 10px 6px;
}

.menu-genius .sub-menu .trend-setters-container .title-trend-setters .period {
  line-height: 45px;
  vertical-align: middle;
  float: right;
  margin-right: 8px;
  position: absolute;
  right: 0;
  top: 0;
}

.menu-genius .sub-menu .trend-setters-container .title-trend-setters .period select {
  vertical-align: middle;
  cursor: pointer;
  font-size: 12px;
  -webkit-appearance: none;
  width: 85px;
  margin-top: -4px;
  border: none;
  color: #2D8CFF;
  outline: none;
  background: transparent url("../images/icons/expand.png") no-repeat right center;
  background-size: 10px 6px;
}

.menu-genius .sub-menu .trend-setters-container .title-trend-setters .period select option {
  font-size: 12px;
  font: inherit;
}

.menu-genius .sub-menu .trend-setters-container .slick-slider .slick-arrow {
  display: none !important;
}

.menu-genius .sub-menu .trend-setters-container .slick-slider .show-arrow {
  display: block !important;
}

.menu-genius .sub-menu .trend-setters-container .ts-carousel {
  margin: 0 auto;
  width: 344px;
  height: 172px;
  position: relative;
}

.menu-genius .sub-menu .trend-setters-container .ts-carousel .ts-previous,
.menu-genius .sub-menu .trend-setters-container .ts-carousel .ts-next {
  height: 50px;
  cursor: pointer;
  top: 54px;
  display: none;
}

.menu-genius .sub-menu .trend-setters-container .ts-carousel .ts-previous {
  position: absolute;
  left: -10px;
}

.menu-genius .sub-menu .trend-setters-container .ts-carousel .ts-next {
  position: absolute;
  right: -11px;
}

.menu-genius .sub-menu .trend-setters-container .ts-carousel .ts-cell {
  position: relative;
  margin-right: 7px;
  margin-top: 7px;
  margin-bottom: 20px;
  background-color: #ffffff;
  width: 110px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.menu-genius .sub-menu .trend-setters-container .ts-carousel .ts-cell:first-child {
  margin-left: 2px;
}

.menu-genius .sub-menu .trend-setters-container .ts-carousel .ts-cell .ts-picture {
  display: block;
}

.menu-genius .sub-menu .trend-setters-container .ts-carousel .ts-cell .ts-picture img {
  width: 110px;
  height: 93px;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.menu-genius .sub-menu .trend-setters-container .ts-carousel .ts-cell .ts-info {
  text-align: left;
  padding-top: 10px;
  padding-left: 9px;
  height: 66px;
}

.menu-genius .sub-menu .trend-setters-container .ts-carousel .ts-cell .ts-info .name {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 4px;
  display: block;
  font-size: 10px;
  color: #4a4a4a;
}

.menu-genius .sub-menu .trend-setters-container .ts-carousel .ts-cell .ts-info .ideas,
.menu-genius .sub-menu .trend-setters-container .ts-carousel .ts-cell .ts-info .followers {
  font-size: 9px;
}

.menu-genius .sub-menu .info {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  text-align: left;
  padding-left: 19px;
  height: 45px;
  background-color: #ffffff;
  margin-top: 7px;
}

.menu-genius .sub-menu .info .following,
.menu-genius .sub-menu .info .followers,
.menu-genius .sub-menu .info .filter {
  width: 111px;
  color: #4a4a4a;
  font-size: 13px;
  cursor: pointer;
}

.menu-genius .sub-menu .info .following span,
.menu-genius .sub-menu .info .followers span,
.menu-genius .sub-menu .info .filter span {
  font-size: 9px;
}

.menu-genius .sub-menu .info .following span.following-counter,
.menu-genius .sub-menu .info .followers span.following-counter,
.menu-genius .sub-menu .info .filter span.following-counter {
  font-size: 13px;
  color: #4a4a4a;
}

.menu-genius .sub-menu .info .followers,
.menu-genius .sub-menu .info .filter {
  margin-left: 7px;
}

.menu-genius .sub-menu .info .active span {
  color: #2D8CFF;
}

.menu-genius .sub-menu .info .inactive {
  color: #4a4a4a;
}

.menu-genius .sub-menu .info input {
  border: none;
  max-width: 107px;
}

.menu-genius .sub-menu .following-list,
.menu-genius .sub-menu .followers-list {
  width: 375px;
  list-style-type: none;
  position: relative;
}

.menu-genius .sub-menu .following-list .following-no-results,
.menu-genius .sub-menu .following-list .followers-no-results,
.menu-genius .sub-menu .followers-list .following-no-results,
.menu-genius .sub-menu .followers-list .followers-no-results {
  display: none;
  width: 100%;
  height: 35px;
  font-style: italic;
  text-align: center;
  padding-top: 10px;
}

.menu-genius .sub-menu .following-list li,
.menu-genius .sub-menu .followers-list li {
  margin-left: 0;
  height: 70px;
  width: 373px;
  float: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
}

.menu-genius .sub-menu .following-list li:nth-child(even),
.menu-genius .sub-menu .followers-list li:nth-child(even) {
  background-color: #fff;
}

.menu-genius .sub-menu .following-list li a,
.menu-genius .sub-menu .followers-list li a {
  color: #4a4a4a;
}

.menu-genius .sub-menu .following-list li img,
.menu-genius .sub-menu .followers-list li img {
  width: 40px;
  height: 40px;
  margin: 0px 22px 0 14px;
  border-radius: 50%;
}

.menu-genius .sub-menu .following-list li .full-name,
.menu-genius .sub-menu .followers-list li .full-name {
  max-width: 265px;
  width: 265px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 15px;
  font-weight: normal;
  color: #4a4a4a;
  text-align: left;
}

.menu-genius .sub-menu .following-list li .personality,
.menu-genius .sub-menu .followers-list li .personality {
  margin-top: 0;
  float: left;
  font-size: 11px;
  max-width: 265px;
  text-align: left;
  color: #9b9b9b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.menu-genius .sub-menu .following-list li .action,
.menu-genius .sub-menu .followers-list li .action {
  border: 1px solid #2D8CFF;
  border-radius: 26px;
  width: 74px;
  height: 24px;
  line-height: 22px;
  color: #2D8CFF;
  cursor: pointer;
  margin-right: 13px;
  display: none;
}

.menu-genius .sub-menu .following-list,
.menu-genius .sub-menu .followers-list {
  width: 375px;
  display: block;
  list-style-type: none;
  margin: 0 auto;
  text-align: center;
  height: auto;
  background-color: #f7f7f7;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.menu-genius .sub-menu .followers-list {
  display: none;
}

.empty {
  display: none;
}

.menu-voxwell .sub-menu {
  left: -80px;
  background-color: #f7f7f7;
}

.menu-voxwell .sub-menu::before {
  background-position: 93px 0;
}

.menu-voxwell .sub-menu .trending-voxwells-container {
  background-color: #f6f6f6;
}

.menu-voxwell .sub-menu .trending-voxwells-container .title-trending-voxwells {
  padding: 0 0 0 17px;
  text-align: left;
  width: 100%;
  font-size: 15px;
  line-height: 45px;
  vertical-align: middle;
  font-weight: bold;
  color: #4a4a4a;
  height: 45px;
  position: relative;
  background-color: #ffffff;
  /* <div class="sub-menu sub-menu-voxwell">
        <div class="trending-voxwells-container">
            <div class="title-trending-voxwells">

                <select class="type">
                    <option value="EditorPicks">Editor's picks</option>
                    <option value="TrendingVoxwells">Trending Voxwells</option>
                    <option value="RecentlyAdded">Recently Added</option>
                </select>
            </div>
            <div class="refresh">
                @include('header.voxwell.trending', ['count' => 9, 'type' => 'EditorPicks', 'industry' => null])
            </div>
        </div> */
}

.menu-voxwell .sub-menu .trending-voxwells-container .title-trending-voxwells .type {
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
  border: none;
  width: 190px;
  font-size: 15px;
  font-weight: bold;
  color: #4a4a4a;
  background: transparent url("../images/icons/expand-grey.png") no-repeat;
  background-position: right 65px center;
  background-size: 10px 6px;
}

.menu-voxwell .sub-menu .trending-voxwells-container .title-trending-voxwells .industry {
  line-height: 45px;
  vertical-align: middle;
  margin-right: 16px;
  position: absolute;
  right: 0;
  top: 0;
}

.menu-voxwell .sub-menu .trending-voxwells-container .title-trending-voxwells .industry select {
  vertical-align: middle;
  cursor: pointer;
  font-size: 12px;
  -webkit-appearance: none;
  width: 200px;
  padding-right: 24px;
  outline: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: -2px;
  border: none;
  color: #2D8CFF;
  outline: none;
  background: transparent url("../images/icons/expand.png") no-repeat right center;
  background-size: 10px 6px;
}

.menu-voxwell .sub-menu .trending-voxwells-container .title-trending-voxwells .industry select option {
  font-size: 12px;
  font: inherit;
  text-align: left;
}

.menu-voxwell .sub-menu .trending-voxwells-container .slick-slider .slick-arrow {
  display: none !important;
}

.menu-voxwell .sub-menu .trending-voxwells-container .slick-slider .show-arrow {
  display: block !important;
}

.menu-voxwell .sub-menu .trending-voxwells-container .tv-carousel {
  margin: 0 auto;
  width: 344px;
  height: 172px;
  position: relative;
}

.menu-voxwell .sub-menu .trending-voxwells-container .tv-carousel .tv-previous,
.menu-voxwell .sub-menu .trending-voxwells-container .tv-carousel .tv-next {
  height: 50px;
  cursor: pointer;
  top: 54px;
  display: none;
}

.menu-voxwell .sub-menu .trending-voxwells-container .tv-carousel .tv-previous {
  position: absolute;
  left: -10px;
}

.menu-voxwell .sub-menu .trending-voxwells-container .tv-carousel .tv-next {
  position: absolute;
  right: -11px;
}

.menu-voxwell .sub-menu .trending-voxwells-container .tv-carousel .tv-cell {
  position: relative;
  margin-right: 7px;
  margin-top: 7px;
  margin-bottom: 20px;
  background-color: #ffffff;
  width: 110px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.menu-voxwell .sub-menu .trending-voxwells-container .tv-carousel .tv-cell:first-child {
  margin-left: 2px;
}

.menu-voxwell .sub-menu .trending-voxwells-container .tv-carousel .tv-cell .tv-picture {
  display: block;
}

.menu-voxwell .sub-menu .trending-voxwells-container .tv-carousel .tv-cell .tv-picture img {
  width: 110px;
  height: 93px;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.menu-voxwell .sub-menu .trending-voxwells-container .tv-carousel .tv-cell .tv-info {
  text-align: left;
  padding-top: 10px;
  padding-left: 9px;
  height: 66px;
}

.menu-voxwell .sub-menu .trending-voxwells-container .tv-carousel .tv-cell .tv-info .name {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 4px;
  display: block;
  font-size: 10px;
  color: #4a4a4a;
}

.menu-voxwell .sub-menu .trending-voxwells-container .tv-carousel .tv-cell .tv-info .ideas,
.menu-voxwell .sub-menu .trending-voxwells-container .tv-carousel .tv-cell .tv-info .followers {
  font-size: 9px;
}

.menu-voxwell .sub-menu .info {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  text-align: left;
  padding-left: 19px;
  height: 45px;
  background-color: #ffffff;
  margin-top: 0px;
}

.menu-voxwell .sub-menu .info .following,
.menu-voxwell .sub-menu .info .suggested,
.menu-voxwell .sub-menu .info .filter {
  width: 111px;
  color: #4a4a4a;
  font-size: 13px;
  cursor: pointer;
}

.menu-voxwell .sub-menu .info .following span,
.menu-voxwell .sub-menu .info .suggested span,
.menu-voxwell .sub-menu .info .filter span {
  font-size: 9px;
}

.menu-voxwell .sub-menu .info .following span.following-counter,
.menu-voxwell .sub-menu .info .suggested span.following-counter,
.menu-voxwell .sub-menu .info .filter span.following-counter {
  font-size: 13px;
  color: #4a4a4a;
}

.menu-voxwell .sub-menu .info .followers,
.menu-voxwell .sub-menu .info .filter {
  margin-left: 7px;
}

.menu-voxwell .sub-menu .info .active span {
  color: #2D8CFF;
}

.menu-voxwell .sub-menu .info .inactive {
  color: #4a4a4a;
}

.menu-voxwell .sub-menu .info input {
  border: none;
  max-width: 107px;
}

.menu-voxwell .sub-menu .follows-voxwells-list, .menu-voxwell .sub-menu .suggested-voxwells-list {
  width: 375px;
  display: block;
  list-style-type: none;
  margin: 0 auto;
  text-align: center;
  height: auto;
  padding-bottom: 15px;
  background-color: #f7f7f7;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.menu-voxwell .sub-menu .follows-voxwells-list .voxwell, .menu-voxwell .sub-menu .suggested-voxwells-list .voxwell {
  float: left;
  position: relative;
  padding-bottom: 10px;
  margin-left: 13px;
  height: 232px;
  width: 166px;
  margin-top: 13px;
  border-radius: 4px;
  background-color: #ffffff;
  text-align: left;
}

.menu-voxwell .sub-menu .follows-voxwells-list .voxwell .image-wrapper, .menu-voxwell .sub-menu .suggested-voxwells-list .voxwell .image-wrapper {
  width: 166px;
  height: 140px;
  overflow: hidden;
}

.menu-voxwell .sub-menu .follows-voxwells-list .voxwell .image-wrapper .voxwell-image, .menu-voxwell .sub-menu .suggested-voxwells-list .voxwell .image-wrapper .voxwell-image {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 166px;
  height: 166px;
  overflow: hidden;
}

.menu-voxwell .sub-menu .follows-voxwells-list .voxwell .voxwell-name,
.menu-voxwell .sub-menu .follows-voxwells-list .voxwell .ideas-count,
.menu-voxwell .sub-menu .follows-voxwells-list .voxwell .voxwell-followers, .menu-voxwell .sub-menu .suggested-voxwells-list .voxwell .voxwell-name,
.menu-voxwell .sub-menu .suggested-voxwells-list .voxwell .ideas-count,
.menu-voxwell .sub-menu .suggested-voxwells-list .voxwell .voxwell-followers {
  padding-left: 13px;
}

.menu-voxwell .sub-menu .follows-voxwells-list .voxwell .voxwell-name, .menu-voxwell .sub-menu .suggested-voxwells-list .voxwell .voxwell-name {
  padding-top: 13px;
  padding-right: 10px;
  color: #4a4a4a;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.menu-voxwell .sub-menu .follows-voxwells-list .voxwell .voxwell-name a, .menu-voxwell .sub-menu .suggested-voxwells-list .voxwell .voxwell-name a {
  color: #4a4a4a;
  font-size: 14px;
}

.menu-voxwell .sub-menu .follows-voxwells-list .voxwell .ideas-count, .menu-voxwell .sub-menu .suggested-voxwells-list .voxwell .ideas-count {
  padding-top: 5px;
}

.menu-voxwell .sub-menu .follows-voxwells-list .voxwell .ideas-count,
.menu-voxwell .sub-menu .follows-voxwells-list .voxwell .voxwell-followers, .menu-voxwell .sub-menu .suggested-voxwells-list .voxwell .ideas-count,
.menu-voxwell .sub-menu .suggested-voxwells-list .voxwell .voxwell-followers {
  font-size: 13px;
  color: #9b9b9b;
}

.menu-voxwell .sub-menu .follows-voxwells-list .voxwell .action, .menu-voxwell .sub-menu .suggested-voxwells-list .voxwell .action {
  position: absolute;
  width: 86px;
  height: 27px;
  border-radius: 10px;
  line-height: 27px;
  vertical-align: middle;
  color: #ffffff;
  cursor: pointer;
  border: 1px solid #ffffff;
  top: 100px;
  left: 40px;
  display: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.menu-voxwell .sub-menu .suggested-voxwells-list {
  display: none;
}

.menu-voxwell .sub-menu .following-no-results, .menu-voxwell .sub-menu .suggested-no-results {
  display: none;
  padding: 10px 0;
  text-align: center;
}

.menu-add img.icon {
  width: 19px;
}

.menu-add .sub-menu {
  width: 375px;
  max-height: 80vh;
  background-color: #f6f6f6;
  left: -156px;
}

.menu-add .sub-menu::before {
  background-position: 169px 0;
}

.menu-add .sub-menu .info {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  height: 56px;
  background-color: #ffffff;
}

.menu-add .sub-menu .info a {
  display: block;
  font-size: 15px;
  color: #4a4a4a;
  -webkit-box-flex: 1;
  flex: 1;
  height: 56px;
  line-height: 56px;
  vertical-align: middle;
}

.menu-add .sub-menu .info .active-tab {
  border-bottom: 2px solid #2D8CFF;
  color: #2D8CFF;
}

.menu-add .sub-menu .info .inactive-tab {
  border-bottom: none;
  color: #4a4a4a;
}

.menu-add .sub-menu .form-add-idea {
  background-color: #f6f6f6;
  margin-top: 20px;
}

.menu-add .sub-menu .form-add-idea .search-voxwell {
  height: 40px;
  line-height: 40px;
  border: none;
  border-radius: 4px;
  font-size: 13px;
  padding-left: 12px;
  background-color: #ffffff;
  color: #9b9b9b;
  text-align: left;
  width: 345px;
}

.menu-add .sub-menu .form-add-idea .search-voxwell::-webkit-input-placeholder {
  color: #9b9b9b;
  text-align: center;
}

.menu-add .sub-menu .form-add-idea .search-voxwell:-ms-input-placeholder {
  color: #9b9b9b;
  text-align: center;
}

.menu-add .sub-menu .form-add-idea .search-voxwell::placeholder {
  color: #9b9b9b;
  text-align: center;
}

.menu-add .sub-menu .form-add-idea .close-search-voxwell {
  position: absolute;
  display: none;
  height: 10px;
  width: 10px;
  right: 25px;
  top: 15px;
  background: #ffffff url("../images/icons/close-grey.png") no-repeat center center;
  background-size: 10px 10px;
  cursor: pointer;
  z-index: 10000;
}

.menu-add .sub-menu .form-add-idea .form-group {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.menu-add .sub-menu .form-add-idea .form-group-voxwell {
  background-color: #f6f6f6 !important;
  position: relative;
}

.menu-add .sub-menu .form-add-idea .form-group-voxwell .form-control-feedback {
  left: -10000px;
  top: 5px;
  display: none;
}

.menu-add .sub-menu .form-add-idea .magnifying-glass {
  background: #ffffff url("../images/icons/magnifying-glass.png") no-repeat 75px center;
  background-size: 16px 16px;
}

.menu-add .sub-menu .form-add-idea .search-voxwell-results {
  width: 345px;
  background-color: #ffffff;
  max-height: 460px;
  position: absolute;
  z-index: 90000;
  padding: 7px 0 20px 10px;
  display: none;
  list-style-type: none;
  margin-top: -20px;
  margin-left: 14px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.menu-add .sub-menu .form-add-idea .search-voxwell-results li {
  color: #9b9b9b;
  width: 100%;
  font-size: 1em;
  text-align: left;
  padding: 2px 0;
  cursor: pointer;
  overflow-x: hidden;
  z-index: 1501;
}

.menu-add .sub-menu .form-add-idea .search-voxwell-results li:hover {
  color: #4a4a4a;
}

.menu-add .sub-menu .form-add-idea .submit-area {
  width: 347px;
  margin: 74px auto 0 auto;
  background-color: #fff;
  position: relative;
  border-radius: 4px;
  display: none;
}

.menu-add .sub-menu .form-add-idea .submit-area img.voxwell-image {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: absolute;
  top: -60px;
  left: 128px;
  z-index: 80000;
}

.menu-add .sub-menu .form-add-idea .submit-area textarea {
  width: 345px;
  height: 108px;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  margin-top: 54px;
  border: none;
  resize: none;
  color: #4a4a4a;
  font-size: 13px;
  line-height: 23px;
  text-align: left;
}

.menu-add .sub-menu .form-add-idea .submit-area textarea::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 13px;
  text-align: left;
}

.menu-add .sub-menu .form-add-idea .submit-area textarea:-ms-input-placeholder {
  color: #ffffff;
  font-size: 13px;
  text-align: left;
}

.menu-add .sub-menu .form-add-idea .submit-area textarea::placeholder {
  color: #ffffff;
  font-size: 13px;
  text-align: left;
}

.menu-add .sub-menu .form-add-idea .submit-area .limit-reached {
  color: red;
}

.menu-add .sub-menu .form-add-idea .submit-area .submit-idea {
  margin: 20px auto 0 auto;
  width: 315px;
  height: 46px;
  line-height: 46px;
  vertical-align: middle;
  border-radius: 4px;
  padding: 0;
  background-color: #2D8CFF;
  color: #ffffff;
  font-size: 15px;
  cursor: pointer;
  box-shadow: none;
  border: none;
}

.menu-add .sub-menu .form-add-idea .submit-area .submit-idea:disabled {
  cursor: not-allowed;
  background-color: #c6e0ff;
}

.menu-add .sub-menu .form-add-idea .submit-area .submit-result {
  margin-top: 10px;
  font-size: 1.8em;
  display: none;
  color: #4a4a4a;
}

.menu-add .sub-menu .form-add-idea .tip-container {
  background-color: #ffffff;
  width: 347px;
  border-radius: 4px;
  margin: 0 auto 10px;
  cursor: pointer;
}

.menu-add .sub-menu .form-add-idea .tip-container .tip {
  margin: 20px auto 0 auto;
  width: 323px;
  height: 46px;
  color: #4a4a4a;
  text-align: left;
  line-height: 46px;
  vertical-align: middle;
  font-size: 17px;
  border: none;
  position: relative;
  background-color: #ffffff;
  padding-left: 3px;
  background-size: 9px 8px;
}

.menu-add .sub-menu .form-add-idea .tip-container .tip img {
  position: absolute;
  top: 19px;
  right: 0;
  width: 8px;
  height: 9px;
  transition-duration: 0.2s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.menu-add .sub-menu .form-add-idea .tip-container .tip .tip-open {
  transition-duration: 0.2s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.menu-add .sub-menu .form-add-idea .tip-container .five-easy-rules {
  list-style-type: none;
  width: 345px;
  cursor: default;
  margin: 0 auto 0 auto;
  padding-bottom: 10px;
  display: none;
}

.menu-add .sub-menu .form-add-idea .tip-container .five-easy-rules li {
  width: 315px;
  text-align: left;
  float: none;
  font-weight: normal;
  font-size: 13px;
  color: #4a4a4a;
  padding: 0;
  margin: 10px auto;
  cursor: default;
}

.menu-add .sub-menu .form-add-idea .tip-container .five-easy-rules li span {
  font-weight: bold;
  color: #2D8CFF;
}

.menu-add .sub-menu .form-add-idea .disclaimer {
  font-size: 8px;
  color: #898989;
  padding: 4px 14px;
  margin-bottom: 8px;
  text-align: justify;
}

.menu-add .sub-menu .form-suggest-voxwell {
  display: none;
  background-color: #f6f6f6;
  margin-top: 10px;
}

.menu-add .sub-menu .form-suggest-voxwell .submit-area {
  width: 347px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  border-radius: 4px;
  padding-top: 20px;
}

.menu-add .sub-menu .form-suggest-voxwell .submit-area .loading-image-suggestions {
  visibility: hidden;
  padding: 10px 0 10px 0;
}

.menu-add .sub-menu .form-suggest-voxwell .submit-area .image-suggestions {
  width: 100%;
  margin-bottom: 0px;
}

.menu-add .sub-menu .form-suggest-voxwell .submit-area .image-suggestions .suggestions-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.menu-add .sub-menu .form-suggest-voxwell .submit-area .image-suggestions .suggestions-container .image-suggestion {
  padding: 3px;
}

.menu-add .sub-menu .form-suggest-voxwell .submit-area .image-suggestions .suggestions-container .image-suggestion img {
  height: 95px;
  width: 95px;
  -o-object-fit: cover;
  object-fit: cover;
  border: 2px solid #f2f2f2;
  border-radius: 2px;
}

.menu-add .sub-menu .form-suggest-voxwell .submit-area .image-suggestions .suggestions-container .image-suggestion img.selected {
  border: 2px solid #2D8CFF;
}

.menu-add .sub-menu .form-suggest-voxwell .submit-area .image-suggestions .suggestions-container .add-a-picture {
  display: block;
  font-size: 9px;
  line-height: 11px;
  color: #ffffff;
  width: 95px;
  height: 95px;
  cursor: pointer;
  padding-top: 75px;
  margin: 0 3px;
  border-radius: 2px;
  background: #979797 url("../images/icons/plus.png") no-repeat center center;
  background-size: 22px;
}

.menu-add .sub-menu .form-suggest-voxwell .submit-area .image-suggestions .suggestions-container .add-a-picture img {
  height: 95px;
  width: 95px;
  -o-object-fit: cover;
  object-fit: cover;
  border: 2px solid #ffffff;
  border-radius: 2px;
}

.menu-add .sub-menu .form-suggest-voxwell .submit-area .image-suggestions .suggestions-container .add-a-picture img.selected {
  border: 2px solid #2D8CFF;
}

.menu-add .sub-menu .form-suggest-voxwell .submit-area input[type=text], .menu-add .sub-menu .form-suggest-voxwell .submit-area input[type=password], .menu-add .sub-menu .form-suggest-voxwell .submit-area select {
  height: 30px;
  width: 315px;
  border-bottom: 1px solid #8e8e8e;
  border-left: none;
  border-right: none;
  border-top: none;
  text-align: left;
  padding: 0 5px 7px 27px;
  color: #4a4a4a;
  font-size: 14px;
}

.menu-add .sub-menu .form-suggest-voxwell .submit-area input[type=text]::-webkit-input-placeholder, .menu-add .sub-menu .form-suggest-voxwell .submit-area input[type=password]::-webkit-input-placeholder, .menu-add .sub-menu .form-suggest-voxwell .submit-area select::-webkit-input-placeholder {
  text-align: left;
}

.menu-add .sub-menu .form-suggest-voxwell .submit-area input[type=text]:-ms-input-placeholder, .menu-add .sub-menu .form-suggest-voxwell .submit-area input[type=password]:-ms-input-placeholder, .menu-add .sub-menu .form-suggest-voxwell .submit-area select:-ms-input-placeholder {
  text-align: left;
}

.menu-add .sub-menu .form-suggest-voxwell .submit-area input[type=text]::placeholder, .menu-add .sub-menu .form-suggest-voxwell .submit-area input[type=password]::placeholder, .menu-add .sub-menu .form-suggest-voxwell .submit-area select::placeholder {
  text-align: left;
}

.menu-add .sub-menu .form-suggest-voxwell .submit-area input[type=hidden] {
  display: none;
}

.menu-add .sub-menu .form-suggest-voxwell .submit-area select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 26px;
  width: 315px;
  cursor: pointer;
  color: #4a4a4a;
  font-size: 14px;
}

.menu-add .sub-menu .form-suggest-voxwell .submit-area .voxwell-page {
  background: #ffffff url("../images/icons/voxwell-page.png") no-repeat 5px 4px;
  background-size: 14px 16px;
}

.menu-add .sub-menu .form-suggest-voxwell .submit-area .company {
  background: #ffffff url("../images/icons/company.png") no-repeat 5px 4px;
  background-size: 11px 14px;
}

.menu-add .sub-menu .form-suggest-voxwell .submit-area .industry {
  background: #ffffff url("../images/icons/industry.png") no-repeat 5px 4px;
  background-size: 14px 12px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

.menu-add .sub-menu .form-suggest-voxwell .submit-area .button-submit-voxwell {
  margin: 20px auto 0 auto;
  width: 315px;
  height: 46px;
  line-height: 46px;
  vertical-align: middle;
  border-radius: 4px;
  padding: 0;
  background-color: #2D8CFF;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  box-shadow: none;
  border: none;
}

.menu-add .sub-menu .form-suggest-voxwell .submit-area .button-submit-voxwell:disabled {
  background-color: #2D8CFF;
  color: #ffffff;
}

.menu-add .sub-menu .form-suggest-voxwell .submit-area .voxwell-submit-result {
  margin-top: 10px;
  font-size: 1.8em;
  display: none;
  color: #4a4a4a;
}

.menu-add .sub-menu .form-suggest-voxwell .form-info-wrap {
  height: 40px;
  vertical-align: middle;
  padding: 5px 15px 10px 15px;
}

.menu-add .sub-menu .form-suggest-voxwell .form-info-wrap .form-info {
  vertical-align: middle;
}

.menu-add .sub-menu .form-suggest-voxwell .form-info-wrap .add-idea-link {
  text-align: center;
}

.menu-add .sub-menu .form-suggest-voxwell .tip-container {
  background-color: #ffffff;
  width: 347px;
  margin: 0 auto;
  border-radius: 4px;
  margin-bottom: 20px;
  cursor: pointer;
}

.menu-add .sub-menu .form-suggest-voxwell .tip-container .tip {
  margin: 20px auto 0 auto;
  width: 323px;
  height: 46px;
  color: #4a4a4a;
  text-align: left;
  line-height: 46px;
  vertical-align: middle;
  font-size: 17px;
  border: none;
  position: relative;
  background-color: #ffffff;
  padding-left: 3px;
  background-size: 9px 8px;
}

.menu-add .sub-menu .form-suggest-voxwell .tip-container .tip img {
  position: absolute;
  top: 19px;
  right: 0;
  width: 8px;
  height: 9px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition-duration: 0.2s;
}

.menu-add .sub-menu .form-suggest-voxwell .tip-container .tip .tip-open {
  transition-duration: 0.2s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.menu-add .sub-menu .form-suggest-voxwell .tip-container .voxwell-rules {
  list-style-type: none;
  width: 345px;
  cursor: default;
  margin: 0 auto 0 auto;
  padding-bottom: 10px;
}

.menu-add .sub-menu .form-suggest-voxwell .tip-container .voxwell-rules li {
  width: 315px;
  text-align: left;
  float: none;
  font-weight: normal;
  font-size: 13px;
  color: #4a4a4a;
  padding: 0;
  margin: 10px auto;
  cursor: default;
}

.menu-add .sub-menu .form-suggest-voxwell .tip-container .voxwell-rules li span {
  font-weight: bold;
  color: #2D8CFF;
}

.menu-notifications .count {
  display: none;
}

.menu-notifications .sub-menu {
  width: 375px;
  left: -143px;
}

.menu-notifications .sub-menu::before {
  background-position: 153px 0;
}

.menu-notifications .sub-menu .empty {
  margin-top: -5px;
  width: 100%;
}

.menu-notifications .sub-menu ul {
  list-style-type: none;
  margin-left: 0;
  background-color: #f7f7f7;
}

.menu-notifications .sub-menu ul li {
  float: none;
  width: 100%;
  text-align: left;
  padding-top: 15px;
  min-height: 70px;
  background-color: #ffffff;
  margin-left: 0;
}

.menu-notifications .sub-menu ul li:nth-child(even) {
  background-color: #f7f7f7;
}

.menu-notifications .sub-menu ul li img {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 22px;
  margin-left: 14px;
}

.menu-notifications .sub-menu ul li .notification-message {
  font-size: 12px;
  line-height: 15px;
  width: 285px;
  margin-left: 62px;
  color: #666666;
  padding-bottom: 3px;
}

.menu-notifications .sub-menu ul li .notification-message a {
  font-weight: bold;
  color: #666666;
}

.menu-notifications .sub-menu ul li .notification-message .time-ago {
  padding-top: 9px;
  padding-bottom: 2px;
  font-size: 11px;
  color: #9b9b9b;
  background: transparent url("../images/icons/clock.png") no-repeat 14px 10px;
  background-size: 12px 12px;
  padding-left: 32px;
}

.search {
  -webkit-box-flex: 1;
  flex: 1;
  text-align: right;
  width: 275px;
  max-width: 275px;
  position: relative;
  vertical-align: middle;
}

.search .close-search {
  position: absolute;
  display: none;
  height: 10px;
  width: 10px;
  right: 97px;
  top: -4px;
  background: transparent url("../images/icons/close-white.png") no-repeat center center;
  background-size: 10px 10px;
  cursor: pointer;
  z-index: 10000;
}

.search .arrow-up:after, .search .arrow-up:before {
  left: 185px;
}

.search input {
  margin-top: 3px;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9999;
  box-shadow: none;
  width: 275px;
  max-width: 275px;
  height: 26px;
  border-radius: 2px;
  text-align: left;
  color: #ffffff;
  font-weight: normal;
  font-size: 13px;
  border: none;
  position: absolute;
  right: 90px;
  top: -15px;
  padding-left: 10px;
}

.search input::-webkit-input-placeholder {
  color: #ffffff;
  padding-left: 0;
  text-align: center;
}

.search input:-ms-input-placeholder {
  color: #ffffff;
  padding-left: 0;
  text-align: center;
}

.search input::placeholder {
  color: #ffffff;
  padding-left: 0;
  text-align: center;
}

@media (max-width: 875px) {
  .search input {
    display: none;
  }
}

.search .magnifying-glass {
  background: rgba(0, 0, 0, 0.2) url("../images/placeholders/search.png") no-repeat center center;
  background-size: 60px 11px;
}

.search .search-results {
  width: 375px;
  position: absolute;
  top: 40px;
  right: 40px;
  list-style: none;
  border-radius: 4px;
  display: none;
  background-color: white;
  z-index: 5000;
}

.search .search-results::before {
  content: '';
  height: 12px;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: -12px;
  left: 0;
  background: transparent url(../images/icons/arrow-up-rounded.png) no-repeat;
  background-size: 38px 12px;
  margin: 0;
  padding: 0;
  background-position: 168px 0;
}

.search .search-results ul {
  list-style: none;
}

.search .search-results .search-results-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  height: 50px;
}

.search .search-results .voxwell-tab,
.search .search-results .genius-tab {
  -webkit-box-flex: 1;
  flex: 1;
  display: block;
  height: 50px;
  padding-top: 8px;
}

.search .search-results .voxwell-tab .tab-title,
.search .search-results .genius-tab .tab-title {
  font-size: 9px;
  color: #9b9b9b;
  text-align: left;
  padding-left: 26px;
}

.search .search-results .voxwell-tab .tab-count,
.search .search-results .genius-tab .tab-count {
  font-size: 15px;
  text-align: left;
  padding-top: 2px;
  color: #4a4a4a;
  padding-left: 26px;
}

.search .search-results .active-tab {
  border-bottom: 2px solid #2D8CFF;
}

.search .search-results .active-tab .tab-title {
  color: #2D8CFF;
}

.search .search-results .inactive-tab {
  border-bottom: none;
}

.search .search-results .inactive-tab .tab-title {
  color: #9b9b9b;
}

.search .search-results .geniuses {
  display: none;
}

.search .search-results .geniuses, .search .search-results .voxwells {
  max-height: 576px;
}

.search .search-results ul {
  width: 375px;
  display: block;
  list-style-type: none;
}

.search .search-results ul li {
  margin-left: 0;
  height: 70px;
  width: 373px;
  float: none;
  background-color: #ffffff;
}

.search .search-results ul li:nth-child(odd) {
  background-color: #f7f7f7;
}

.search .search-results ul li a {
  color: #4a4a4a;
}

.search .search-results ul li img {
  width: 40px;
  height: 40px;
  margin: 15px 22px 0 14px;
  border-radius: 50%;
  float: left;
}

.search .search-results ul li .full-name {
  font-weight: normal;
  color: #4a4a4a;
  max-width: 190px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 15px;
  text-align: left;
  padding-top: 15px;
}

.search .search-results ul li .stats {
  margin-top: 0px;
  float: left;
  font-size: 11px;
  line-height: 16px;
  color: #9b9b9b;
}

.search .search-results ul li .action {
  float: right;
  border: 1px solid #2D8CFF;
  border-radius: 26px;
  width: 74px;
  height: 24px;
  line-height: 22px;
  color: #2D8CFF;
  cursor: pointer;
  margin-right: 13px;
  margin-top: -13px;
  display: none;
  text-align: center;
  font-size: 12px;
}

.search .no-search-results {
  font-size: 13px;
  color: #9b9b9b;
  letter-spacing: 0.15px;
  line-height: 20px;
  padding-top: 20px;
  padding-left: 28px;
  text-align: center;
  cursor: default;
}

#side-panel-trigger {
  -webkit-box-flex: 1;
  flex: 1;
  top: -18.5px;
  right: 29px;
  position: absolute;
}

#side-panel-trigger img {
  width: 29px;
  height: 36px;
}

#side-panel {
  background-color: #f6f6f6;
  width: 375px;
  box-sizing: border-box;
  z-index: 9999;
  display: none;
}

#side-panel .app-store {
  position: absolute;
  left: 75px;
  bottom: 27px;
  display: block;
  width: 82px;
  height: 29px;
  z-index: 9999;
}

#side-panel .app-store img {
  width: 82px;
  height: 29px;
}

#side-panel .profile-info {
  padding-top: 70px;
  font-family: Montserrat, serif;
  position: relative;
  width: 100%;
  padding-left: 34px;
}

#side-panel .profile-info .solo {
  display: -webkit-box;
  display: flex;
}

#side-panel .profile-info .solo .user-picture {
  border-radius: 50%;
}

#side-panel .profile-info .solo .username {
  width: 100%;
  padding-left: 25px;
  color: #4a4a4a;
  line-height: 60px;
  height: 60px;
  vertical-align: middle;
  letter-spacing: 0;
  word-wrap: break-word;
}

#side-panel .profile-info .solo .username a {
  color: #4a4a4a;
  font-size: 20px;
}

#side-panel .profile-info .upgrade {
  font-size: 9px;
  float: left;
  padding-left: 76px;
  padding-top: 3px;
}

#side-panel .profile-info .dd-container {
  height: 62px !important;
  border-radius: 4px;
  margin-bottom: 7px;
  border: none;
  font-size: 20px;
}

#side-panel .profile-info .dd-select {
  height: 62px !important;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  background: #ffffff url(../images/icons/user-selector.png) no-repeat right 14px center !important;
  background-size: 12px !important;
  border: none;
  border-radius: 4px;
}

#side-panel .profile-info .dd-option-description {
  color: #4a4a4a;
}

#side-panel .profile-info .dd-options {
  border: 1px solid #f0f0f0;
  box-shadow: none;
}

#side-panel .profile-info .dd-option {
  border: none;
  padding: 10px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

#side-panel .profile-info .dd-selected {
  padding: 0;
}

#side-panel .profile-info .dd-selected-description {
  height: 62px;
  line-height: 62px;
  vertical-align: middle;
  color: #4a4a4a;
}

#side-panel .profile-info .dd-option-image {
  border-radius: 50%;
  margin-right: 16px;
  margin-left: 16px;
  cursor: pointer;
  width: 52px;
  height: 52px;
}

#side-panel .profile-info .dd-selected-image {
  border-radius: 50%;
  margin-right: 16px;
  margin-left: 16px;
  cursor: pointer;
  width: 52px;
  height: 52px;
  margin-top: 5px;
}

#side-panel .profile-info .dd-pointer {
  display: none;
}

#side-panel .profile-info .invite {
  margin: 4px 0 4px 83px;
  position: absolute;
  top: 200px;
  display: none;
}

#side-panel .profile-info .invite input {
  border: none;
  padding-left: 5px;
  height: 14px;
  font-size: 10px;
  width: 180px;
}

#side-panel .profile-info .invite .btn-invite {
  height: 14px;
  font-size: 10px;
  color: #9b9b9b;
  border: 1px solid #9b9b9b;
  background-color: #ffffff;
  padding: 0 5px;
  cursor: pointer;
}

#side-panel .profile-info .invite .invite-sent {
  color: green;
  display: none;
}

#side-panel .profile-info .search-user-results {
  width: 160px;
  background-color: #ffffff;
  max-height: 250px;
  position: absolute;
  z-index: 90000;
  padding: 7px 0 5px 10px;
  display: none;
  list-style-type: none;
  left: 142px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

#side-panel .profile-info .search-user-results li {
  color: #9b9b9b;
  width: 100%;
  font-size: 1em;
  text-align: left;
  padding: 2px 0;
  cursor: pointer;
  overflow-x: hidden;
  z-index: 1501;
}

#side-panel .profile-info .search-user-results li:hover {
  color: #4a4a4a;
}

#side-panel .profile-info .ideas, #side-panel .profile-info .followers, #side-panel .profile-info .voxwells {
  color: #9b9b9b;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  text-align: left;
  padding-left: 85px;
}

#side-panel .links {
  margin-top: 59px;
  list-style: none;
  font-size: 13px;
  margin-left: 24px;
  width: 327px;
}

#side-panel .links li {
  margin: 0 auto 15px 0;
  padding-left: 86px;
  width: 100%;
  border-radius: 4px;
  color: #4a4a4a;
}

#side-panel .links li a {
  display: block;
  height: 44px;
  line-height: 44px;
  vertical-align: middle;
  color: #4a4a4a;
  cursor: pointer;
}

#side-panel .links li:hover {
  background-color: #ffffff;
}

#side-panel .links .edit-profile {
  background: url("../images/icons/edit-profile.png") no-repeat 54px center;
  background-size: 17px 18px;
}

#side-panel .links .set-notifications {
  background: url("../images/icons/set-notifications.png") no-repeat 54px center;
  background-size: 16px 18px;
}

#side-panel .links .promote-voxwell {
  background: url("../images/icons/chat.png") no-repeat 54px center;
  background-size: 18px 17px;
}

#side-panel .links .contact-us {
  background: url("../images/icons/star.png") no-repeat 54px center;
  background-size: 18px 17px;
}

#side-panel .links .legal {
  background: url("../images/icons/newspaper-grey.png") no-repeat 52px center;
  background-size: 19px 16px;
}

#side-panel .links .help {
  background: url("../images/icons/life-buoy.png") no-repeat 53px center;
  background-size: 18px 18px;
}

#side-panel .logout {
  position: absolute;
  bottom: 30px;
  float: right;
  width: 100%;
  text-align: right;
  font-size: 15px;
  color: #ccc;
  padding-right: 45px;
  cursor: pointer;
}

.form-contact-us {
  padding-bottom: 10px;
  background-color: red;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.form-contact-us .form-details {
  padding: 10px 20px;
}

.form-contact-us .form-details textarea {
  width: 100%;
  height: 200px;
  margin-top: 10px;
  padding: 5px;
  margin-bottom: 10px;
}

.form-contact-us .form-details input {
  width: 100%;
  margin: 5px 0;
  text-align: left;
  height: 30px;
  padding-left: 10px;
}

.form-contact-us .form-details input::-webkit-input-placeholder {
  text-align: left;
  color: #9b9b9b;
}

.form-contact-us .form-details input:-ms-input-placeholder {
  text-align: left;
  color: #9b9b9b;
}

.form-contact-us .form-details input::placeholder {
  text-align: left;
  color: #9b9b9b;
}

.form-contact-us .form-details .btn-send-mail {
  width: 100px;
  float: right;
  height: 40px;
  color: #ffffff;
  background-color: #2D8CFF;
  border: none;
  cursor: pointer;
  box-shadow: none;
  font-size: 14px;
  margin-top: 10px;
}

.form-contact-us .form-details .mail-sent {
  display: none;
  color: #4a4a4a;
  float: left;
}

.form-promote-voxwell {
  padding-bottom: 10px;
  background-color: red;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.form-promote-voxwell .form-details {
  padding: 10px 20px;
}

.form-promote-voxwell .form-details textarea {
  width: 100%;
  height: 200px;
  margin-top: 10px;
  padding: 5px;
  margin-bottom: 10px;
}

.form-promote-voxwell .form-details input {
  width: 100%;
  margin: 5px 0;
  text-align: left;
  height: 30px;
  padding-left: 10px;
}

.form-promote-voxwell .form-details input::-webkit-input-placeholder {
  text-align: left;
  color: #9b9b9b;
}

.form-promote-voxwell .form-details input:-ms-input-placeholder {
  text-align: left;
  color: #9b9b9b;
}

.form-promote-voxwell .form-details input::placeholder {
  text-align: left;
  color: #9b9b9b;
}

.form-promote-voxwell .form-details .btn-send-mail {
  width: 100px;
  float: right;
  height: 40px;
  color: #ffffff;
  background-color: #2D8CFF;
  border: none;
  cursor: pointer;
  box-shadow: none;
  font-size: 14px;
  margin-top: 10px;
}

.form-promote-voxwell .form-details .mail-sent {
  display: none;
  color: #4a4a4a;
  float: left;
}

#edit-profile {
  background-color: #f6f6f6;
  width: 375px;
  z-index: 10000;
  overflow-y: auto;
  box-sizing: border-box;
  overflow-x: hidden;
  display: none;
}

#edit-profile .picture {
  cursor: pointer;
}

#edit-profile .datepicker {
  font-family: "MontSerrat", sans-serif;
}

#edit-profile .input-group-addon {
  background: none;
  border: none;
}

#edit-profile .calendar .glyphicon-calendar {
  /*display:none;*/
}

#edit-profile .birth-date-container .bootstrap-datetimepicker-widget {
  right: 30px !important;
  bottom: 50px !important;
}

#edit-profile .birth-date-container .form-control-feedback {
  display: none !important;
}

#edit-profile h4 {
  background-color: #ffffff;
  font-size: 14px;
  padding-left: 20px;
}

#edit-profile .header {
  margin-top: 0;
  height: 50px;
  font-weight: bold;
  line-height: 50px;
  font-size: 17px;
  vertical-align: middle;
  text-align: center;
  color: white;
  background-color: #2D8CFF;
  position: relative;
}

#edit-profile .header a.done {
  font-weight: normal;
  font-size: 12px;
  color: #ffffff;
  position: absolute;
  right: 10px;
  float: right;
}

#edit-profile .picture {
  height: 84px;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
}

#edit-profile .picture img.user {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin-top: 12px;
  z-index: 10;
}

#edit-profile .picture .camera {
  background-color: white;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  position: absolute;
  bottom: -32px;
  left: 169px;
  z-index: 11;
}

#edit-profile .picture .camera img {
  width: 19px;
  height: 16px;
  position: absolute;
  left: 8px;
  top: 9px;
}

#edit-profile .field {
  padding: 11px 25px;
  height: 60px;
  font-weight: 300;
  width: 100%;
  background-color: #ffffff;
  margin: 0;
  border-bottom: 1px solid #f0f0f0;
  /*.bootstrap-datetimepicker-widget {
      margin-right: 0px !important;
    }*/
}

#edit-profile .field label {
  font-size: 12px;
  color: #999;
}

#edit-profile .field input, #edit-profile .field select {
  display: block;
  width: 321px;
  border: none;
  box-shadow: none;
  font-size: 16px;
  margin-top: -3px;
  color: #4a4a4a;
  padding-left: 0;
}

#edit-profile .field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 15px;
  margin-left: -15px;
  width: 345px;
  cursor: pointer;
  background: #fff url(../images/icons/arrow-down.png) no-repeat top right;
  background-size: 12px 8px;
  font-size: 15px;
}

#edit-profile .field .label-email, #edit-profile .field input[name=email] {
  background-color: #ffffff;
  color: #ccc;
}

#edit-profile .field input[name=birth-date] {
  width: 306px;
}

#edit-profile .field input[type=password]::-webkit-input-placeholder {
  text-align: left;
}

#edit-profile .field input[type=password]:-ms-input-placeholder {
  text-align: left;
}

#edit-profile .field input[type=password]::placeholder {
  text-align: left;
}

#edit-profile .personal-information {
  margin-top: 34px;
  margin-bottom: 9px;
  margin-left: -8px;
  color: #999;
  font-size: 14px;
  background: none;
  box-shadow: none;
}

#edit-profile .background-selector {
  height: 111px;
  width: 100%;
  margin-top: 35px;
}

#edit-profile .background-selector .title {
  padding-left: 14px;
  font-size: 14px;
  color: #999999;
}

#edit-profile .background-selector .choices-wrapper {
  background-color: #ffffff;
  width: 100%;
}

#edit-profile .background-selector .choices-wrapper .choices {
  margin: 10px auto;
  height: 84px;
  width: 343px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
}

#edit-profile .background-selector .choices-wrapper .choices .choice {
  width: 56px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  cursor: pointer;
}

#edit-profile .background-selector .choices-wrapper .choices .selection {
  position: absolute;
  left: 16px;
  width: 26px;
  height: 20px;
  top: 32px;
}

#edit-profile .background-selector .choices-wrapper .choices .one {
  background: #a3a3a3;
}

#edit-profile .background-selector .choices-wrapper .choices .two {
  background-color: #4a4a4a;
}

#edit-profile .background-selector .choices-wrapper .choices .three {
  background-color: #3d5b7f;
}

#edit-profile .background-selector .choices-wrapper .choices .four {
  background: transparent url("https://s3-us-west-2.amazonaws.com/voxwell/images/backgrounds/home-4-thumb.jpg") no-repeat center center;
  background-size: 56px;
}

#edit-profile .background-selector .choices-wrapper .choices .five {
  background: transparent url("https://s3-us-west-2.amazonaws.com/voxwell/images/backgrounds/home-5-thumb.jpg") no-repeat center center;
  background-size: 56px;
}

#edit-profile .delete-account {
  width: 100%;
  margin: 50px auto 0 auto;
  text-align: center;
  cursor: pointer;
}

#edit-profile .delete-account .button-delete {
  border: 1px solid #4a4a4a;
  color: #4a4a4a;
  font-size: 13px;
  border-radius: 10px;
  margin: 0 auto;
  text-align: center;
  height: 29px;
  width: 200px;
  line-height: 29px;
  vertical-align: middle;
}

#set-notifications {
  background-color: #f6f6f6;
  width: 375px;
  z-index: 10000;
  overflow-y: auto;
  box-sizing: border-box;
  overflow-x: hidden;
  display: none;
}

#set-notifications .header {
  margin-top: 0;
  height: 50px;
  font-weight: bold;
  line-height: 50px;
  font-size: 17px;
  vertical-align: middle;
  text-align: center;
  color: white;
  background-color: #2D8CFF;
  position: relative;
}

#set-notifications .header a.done {
  font-weight: normal;
  font-size: 12px;
  color: #ffffff;
  position: absolute;
  right: 10px;
  float: right;
}

#set-notifications .sub-header {
  font-size: 14px;
  color: #9b9b9b;
  letter-spacing: 0;
  padding-left: 14px;
  padding-top: 20px;
  margin-bottom: 10px;
}

#set-notifications .setting-wrapper {
  background-color: #ffffff;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  width: 100%;
  color: #666;
  padding-left: 30px;
  font-size: 14px;
  border-bottom: 1px solid #f6f6f6;
  position: relative;
}

/*
background: #FFFFFF;
border: 1px solid rgba(0,0,0,0.10);
border-radius: 40px;
*/
.lcs_wrap {
  display: inline-block;
  direction: ltr;
  height: 28px;
  vertical-align: middle;
  position: absolute;
  right: 14px;
  top: 11px;
}

.lcs_wrap input {
  display: none;
}

.lcs_switch {
  display: inline-block;
  position: relative;
  width: 51px;
  height: 31px;
  border-radius: 40px;
  overflow: hidden;
  cursor: pointer;
  /* White Background: */
  background: #FFFFFF;
  transition: all .2s ease-in-out;
}

.lcs_cursor {
  display: inline-block;
  position: absolute;
  top: 1px;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #fff;
  z-index: 10;
  transition: all .2s linear;
}

.lcs_label {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 23px;
  position: absolute;
  overflow: hidden;
  color: #b4b4b4;
  text-align: center;
  opacity: 0;
  transition: all .2s ease-in-out .1s;
}

.lcs_label.lcs_label_on {
  left: -70px;
  z-index: 6;
}

.lcs_label.lcs_label_off {
  right: -70x;
  z-index: 5;
}

/* on */
.lcs_switch.lcs_on {
  background: #4CD864;
}

.lcs_switch.lcs_on .lcs_cursor {
  left: 21px;
}

.lcs_switch.lcs_on .lcs_label_on {
  left: 10px;
  opacity: 1;
}

.lcs_switch.lcs_off {
  background: #f6f6f6;
}

.lcs_switch.lcs_off .lcs_cursor {
  background: #FFFFFF;
  left: 1px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.lcs_switch.lcs_off .lcs_label_off {
  top: 1.5px;
  right: 10px;
  opacity: 1;
}

.lcs_switch.lcs_disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  cursor: default;
}

#help {
  z-index: 10001;
  font-size: 11px;
  color: #000000;
  background-color: #ffffff;
  width: 375px;
  display: none;
}

#help .details {
  padding: 0px 7px 0 12px;
}

#help p, #help ul {
  font-size: 11px;
  padding: 10px 0 0 0;
}

#help .title {
  margin-top: 20px;
  color: #2D8CFF;
}

#help ul {
  list-style-type: circle;
  padding-left: 30px;
}

#help .header {
  margin-top: 0;
  height: 50px;
  font-weight: bold;
  line-height: 50px;
  font-size: 17px;
  vertical-align: middle;
  text-align: center;
  color: white;
  background-color: #2D8CFF;
  position: relative;
}

#help .header a.done {
  font-weight: normal;
  font-size: 12px;
  color: #ffffff;
  position: absolute;
  right: 10px;
  float: right;
}

.cc_banner-wrapper .cc_banner {
  background-color: #f7f7f7;
  width: 180px;
  text-align: justify;
}

.cc_banner-wrapper .cc_banner .cc_btn_accept_all {
  background-color: #3e72d4;
  color: #ffffff;
  width: 100px;
  text-align: center;
  margin: 0 auto;
}

.cc_banner-wrapper .cc_banner .cc_btn_accept_all:hover, .cc_banner-wrapper .cc_banner .cc_btn_accept_all:focus, .cc_banner-wrapper .cc_banner .cc_btn_accept_all:active {
  background-color: #3e72d4;
  color: #ffffff;
}

.cc_banner-wrapper .cc_banner .cc_message {
  color: #a4a4a4;
  font-weight: normal;
  line-height: 17px;
  font-size: 12px !important;
}

.idea {
  width: 225px;
  height: 360px;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 4px;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  z-index: 2;
  cursor: pointer;
}

.idea .idea-picture {
  position: relative;
  width: 225px;
  height: 225px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  line-height: 225px;
  background: #e8e8e8 url(../images/icons/loading-idea.svg) no-repeat center center;
  background-size: 24px;
}

.idea .idea-author {
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  width: 195px;
  height: 40px;
  margin: 0 auto;
  color: #ffffff;
}

.idea .idea-author .idea-author-picture {
  position: relative;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left;
  /*border        : 1px solid $white;*/
}

.idea .idea-author .idea-author-info {
  position: absolute;
  font-size: 11px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.25);
  padding-left: 26px;
  float: left;
  width: 170px;
  left: 20px;
  height: 28px;
  border-radius: 4px;
  margin-top: 6px;
}

.idea .idea-author .idea-author-info .meta {
  font-size: 9px;
  width: 100%;
}

.idea .idea-details {
  width: 225px;
  height: 225px;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9));
  padding-top: 125px;
  top: 0;
  position: absolute;
  color: #ffffff;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  display: none;
}

.idea .idea-details a {
  color: #ffffff;
}

.idea .idea-details a:hover {
  text-decoration: none;
  color: #ffffff;
}

.idea .idea-details a .voxwell-title,
.idea .idea-details a .genius-title {
  font-weight: bold;
  font-size: 13px;
  padding-bottom: 2px;
}

.idea .idea-details a .voxwell-details,
.idea .idea-details a .genius-details {
  font-size: 12px;
  font-weight: normal;
  width: 225px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 5px;
}

.idea .idea-details a .voxwell-title,
.idea .idea-details a .genius-title {
  width: 220px;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.idea .idea-details .idea-stats {
  padding-top: 20px;
  font-size: 12px;
  margin: 0 auto;
  text-align: center;
}

.idea .idea-details .idea-stats .likes, .idea .idea-details .idea-stats .dislikes, .idea .idea-details .idea-stats .comments {
  float: left;
  width: 70px;
  letter-spacing: 0;
}

.idea .idea-details .idea-stats .likes .stats-label, .idea .idea-details .idea-stats .dislikes .stats-label, .idea .idea-details .idea-stats .comments .stats-label {
  font-size: 9px;
}

.idea .idea-details .idea-stats .likes span, .idea .idea-details .idea-stats .dislikes span, .idea .idea-details .idea-stats .comments span {
  display: block;
}

.idea .idea-details .idea-stats .dislikes, .idea .idea-details .idea-stats .comments {
  background: transparent url("../images/icons/stats-divider.png") no-repeat 0 8px;
  background-size: 2px 13px;
}

.idea .idea-details .idea-stats .comments {
  cursor: pointer;
}

.idea .idea-text {
  margin: 16px auto 11px auto;
  text-align: left;
  width: 192px;
  height: 68px;
  max-height: 68px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  line-height: 17px;
  display: block;
}

.idea .idea-vote-buttons {
  width: 84px;
  height: 28px;
  margin: 0 auto;
  -webkit-box-align: center;
  align-items: center;
}

.idea .idea-vote-buttons .up {
  float: left;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.15) url("../images/icons/thumb-up-card.png") no-repeat center;
  background-size: 12px 13px;
  cursor: pointer;
}

.idea .idea-vote-buttons .down {
  float: right;
  text-align: right;
  background: rgba(0, 0, 0, 0.15) url("../images/icons/thumb-down-card.png") no-repeat center;
  background-size: 12px 13px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
}

.idea .idea-vote-buttons .active {
  background-color: #2D8CFF;
}

.idea-full {
  width: 450px;
  border-radius: 4px;
  background-color: #fff;
  z-index: 10002;
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -225px;
  overflow: hidden;
  border: none;
  text-align: left;
}

.idea-full .scroll-area .details {
  position: relative;
}

.idea-full .scroll-area .details .picture {
  width: 450px;
  height: 450px;
  position: relative;
}

.idea-full .scroll-area .details .picture .layer {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.idea-full .scroll-area .details .picture .layer .close-idea {
  position: absolute;
  right: 22.5px;
  top: 26px;
  z-index: 50000;
  cursor: pointer;
  height: 13px;
  width: 12px;
  display: none;
}

.idea-full .scroll-area .details .picture .layer .close-idea:hover {
  cursor: pointer;
}

.idea-full .scroll-area .details .picture .layer .info {
  position: absolute;
  padding-left: 16px;
  top: 12px;
  color: #ffffff;
  font-weight: normal;
  width: 100%;
}

.idea-full .scroll-area .details .picture .layer .info a {
  color: #ffffff;
}

.idea-full .scroll-area .details .picture .layer .info a:hover {
  color: #ffffff;
}

.idea-full .scroll-area .details .picture .layer .info img.author {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  float: left;
  position: relative;
  margin-right: 8px;
}

.idea-full .scroll-area .details .picture .layer .info .genius {
  font-size: 15px;
  font-weight: 300;
  max-width: 330px;
  float: left;
  padding-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.idea-full .scroll-area .details .picture .layer .info .stats {
  position: absolute;
  left: 64px;
  font-size: 11px;
}

.idea-full .scroll-area .details .description {
  box-sizing: border-box;
  width: 394px;
  /* height      : 361px;*/
  color: #ffffff;
  font-size: 19px;
  line-height: 27px;
  position: absolute;
  top: 70px;
  left: 28px;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  /*textarea {
          font-size     : 19px;
          line-height   : 27px;
          height:450px !important;
          width:450px;
          position:fixed;
          margin-top: -50px;
          border     : none;
          text-align : left;
          padding:0;

          color      : $lightGrey;
          resize     : none;
        }

        button {
          height           : 20px;
          line-height:20px;
          vertical-align:middle;
          font-size:9px;
          font-weight:normal;
          color            : $white;
          background-color : $lightBlue;
          border           : none;
          cursor           : pointer;
          box-shadow       : none;
          margin-top       : 3px;
          margin-right     : 10px;
        }*/
}

.idea-full .scroll-area .details .form-edit-idea {
  position: absolute;
  top: 0;
  left: 0;
  width: 450px;
  height: 450px;
  background-color: #ffffff;
  z-index: 100080;
  border: none;
  outline: none;
  display: none;
}

.idea-full .scroll-area .details .form-edit-idea h3 {
  background-color: #2D8CFF;
  font-size: 17px;
  font-weight: bold;
  height: 51px;
  text-align: center;
  line-height: 51px;
  vertical-align: middle;
  color: #ffffff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.idea-full .scroll-area .details .form-edit-idea .close {
  opacity: 1;
  top: 13px;
  right: 23.5px;
}

.idea-full .scroll-area .details .form-edit-idea textarea {
  width: 100%;
  height: 340px;
  box-sizing: border-box;
  color: #4a4a4a;
  margin: 0;
  font-size: 19px;
  border: none;
  outline: none;
  padding-left: 28px;
  padding-top: 24px;
  border-bottom: 1px solid #f6f6f6;
}

.idea-full .scroll-area .details .form-edit-idea .ok, .idea-full .scroll-area .details .form-edit-idea .cancel {
  width: 80px;
  height: 26px;
  border-radius: 4px;
  font-size: 13px;
  position: absolute;
}

.idea-full .scroll-area .details .form-edit-idea .ok {
  background-color: #2D8CFF;
  color: #ffffff;
  border: 1px solid #2D8CFF;
  right: 114px;
  bottom: 16px;
}

.idea-full .scroll-area .details .form-edit-idea .cancel {
  color: #2D8CFF;
  border: 1px solid #2D8CFF;
  background-color: #ffffff;
  bottom: 16px;
  right: 24px;
}

.idea-full .scroll-area .details .idea-vote-buttons .up-inactive {
  background: transparent url("../images/icons/up-inactive.png") no-repeat center;
  background-size: 21px 23px;
}

.idea-full .scroll-area .details .idea-vote-buttons .down-inactive {
  background: transparent url("../images/icons/down-inactive.png") no-repeat center;
  background-size: 21px 23px;
}

.idea-full .scroll-area .details .idea-vote-buttons .up-active {
  background: #ffffff url("../images/icons/up-active.png") no-repeat center;
  background-size: 21px 23px;
}

.idea-full .scroll-area .details .idea-vote-buttons .down-active {
  background: #ffffff url("../images/icons/down-active.png") no-repeat center;
  background-size: 21px 23px;
}

.idea-full .scroll-area .details .idea-vote-buttons .up {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  cursor: pointer;
  position: absolute;
  left: 140px;
  bottom: 30px;
  z-index: 50000;
}

.idea-full .scroll-area .details .idea-vote-buttons .down {
  background-size: 21px 23px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  cursor: pointer;
  position: absolute;
  right: 140px;
  bottom: 30px;
}

.idea-full .scroll-area .details .dots-idea {
  position: absolute;
  right: 10px;
  bottom: 15px;
  display: none;
  font-size: 15px;
  margin-left: 20px;
  padding-right: 10px;
}

.idea-full .scroll-area .details .dots-idea img {
  width: 20px;
  height: 5px;
  cursor: pointer;
  z-index: 10003;
}

.idea-full .scroll-area .details .dots-idea .dots-idea-menu {
  display: none;
  position: absolute;
  bottom: 20px;
  width: 80px;
  left: -58px;
  list-style-type: none;
  border: 1px solid #f7f7f7;
  background-color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  padding: 10px;
  border-radius: 4px;
  z-index: 10004;
}

.idea-full .scroll-area .comments {
  box-sizing: border-box;
  width: 450px;
  position: relative;
  padding-left: 14px;
  padding-top: 6px;
  padding-right: 14px;
  height: auto;
}

.idea-full .scroll-area .comments .make-prime {
  font-size: 10px;
  float: right;
  content: '';
  background: transparent url(../images/icons/pin.png) no-repeat center center;
  background-size: 12px 12px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.idea-full .scroll-area .comments .listing {
  list-style: none;
  padding-bottom: 70px;
}

.idea-full .scroll-area .comments .listing .right {
  -webkit-box-ordinal-group: 3;
  order: 2;
  text-align: right;
  margin-left: 18px;
  margin-right: 0 !important;
}

.idea-full .scroll-area .comments .listing .comment textarea {
  height: 100px !important;
  width: 315px;
  border: none;
  text-align: left;
  padding: 0;
  margin: 0;
  color: #9b9b9b;
  font-size: 13px !important;
  resize: none;
}

.idea-full .scroll-area .comments .listing .comment button {
  height: 15px;
  font-size: 9px;
  font-weight: normal;
  color: #ffffff;
  background-color: #2D8CFF;
  border: none;
  cursor: pointer;
  box-shadow: none;
  margin-top: 3px;
  margin-right: 10px;
}

.idea-full .scroll-area .comments .listing .comment .top {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  position: relative;
  font-size: 12px;
  text-align: left;
}

.idea-full .scroll-area .comments .listing .comment .top .genius {
  -webkit-box-flex: 1;
  flex: 1;
  align-self: flex-end;
  margin-right: 18px;
}

.idea-full .scroll-area .comments .listing .comment .top .genius .picture {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.idea-full .scroll-area .comments .listing .comment .top .commentp {
  position: relative;
  padding: 14px 6px 32px 10px;
  width: 376px;
  min-height: 82px;
  text-align: left;
  color: #9b9b9b;
  background: #ffffff;
  border-radius: 8px;
  font-size: 13px;
  border: 1px solid #f6f6f6;
}

.idea-full .scroll-area .comments .listing .comment .top .comment-prime {
  font-weight: bold;
  color: black;
}

.idea-full .scroll-area .comments .listing .comment .top .speech {
  position: absolute;
}

.idea-full .scroll-area .comments .listing .comment .top .point-left {
  left: 45px;
  bottom: 0px;
}

.idea-full .scroll-area .comments .listing .comment .top .point-right {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  right: 45px;
  bottom: 0px;
}

.idea-full .scroll-area .comments .listing .comment .bottom {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  margin-top: 7px;
  margin-bottom: 8px;
  font-size: 12px;
  text-align: left;
  padding-left: 12px;
}

.idea-full .scroll-area .comments .listing .comment .bottom .link {
  -webkit-box-flex: 1;
  flex: 1;
}

.idea-full .scroll-area .comments .listing .comment .bottom .link a {
  font-size: 12px;
  color: #9b9b9b;
}

.idea-full .scroll-area .comments .listing .comment .bottom .as-company {
  color: #2D8CFF;
}

.idea-full .scroll-area .comments .listing .comment .bottom .meta {
  text-align: center;
  align-self: flex-end;
}

.idea-full .scroll-area .comments .listing .comment .bottom .meta .time,
.idea-full .scroll-area .comments .listing .comment .bottom .meta .plus,
.idea-full .scroll-area .comments .listing .comment .bottom .meta .minus,
.idea-full .scroll-area .comments .listing .comment .bottom .meta .dots {
  font-size: 12px;
  color: #9b9b9b;
  float: left;
}

.idea-full .scroll-area .comments .listing .comment .bottom .meta .plus,
.idea-full .scroll-area .comments .listing .comment .bottom .meta .minus,
.idea-full .scroll-area .comments .listing .comment .bottom .meta .dots {
  cursor: pointer;
  margin-left: 5px;
  margin-top: 2px;
  width: 18px;
  height: 12px;
  line-height: 12px;
  vertical-align: top;
  background-color: #f7f7f7;
  display: inline-block;
  text-align: center;
  border: 1px solid #9b9b9b;
  border-radius: 6px;
}

.idea-full .scroll-area .comments .listing .comment .bottom .meta .plus-active {
  background-color: #7fd324;
  color: #ffffff;
  border: 1px solid #7fd324;
}

.idea-full .scroll-area .comments .listing .comment .bottom .meta .minus-active {
  background-color: #d0021b;
  color: #ffffff;
  border: 1px solid #d0021b;
}

.idea-full .scroll-area .comments .listing .comment .bottom .meta .disabled {
  cursor: not-allowed;
}

.idea-full .scroll-area .comments .listing .comment .bottom .meta .dots {
  padding-left: 4px;
  line-height: 5px;
  position: relative;
}

.idea-full .scroll-area .comments .listing .comment .bottom .meta .dots .dots-menu {
  display: none;
  position: absolute;
  width: 58px;
  bottom: 30px;
  list-style-type: none;
  background-color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  padding: 10px;
  border-radius: 4px;
  text-align: left;
}

.idea-full .scroll-area .comments .listing .comment .bottom .meta .dots .dots-menu li {
  text-align: left;
}

.idea-full .add {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  width: 450px;
  height: 50px;
  background: #ffffff url("../images/icons/divider.png") no-repeat 373px center;
  background-size: 2px 9px;
  z-index: 10001;
}

.idea-full .add textarea {
  width: 375px;
  border: none;
  background: #ffffff;
  overflow: hidden;
  font-size: 15px;
  box-sizing: padding-box;
  color: #9b9b9b;
  text-align: left;
  padding-left: 14px;
  padding-top: 14px;
  margin-bottom: 14px;
  resize: none;
}

.idea-full .add textarea::-webkit-input-placeholder {
  font-size: 15px;
  color: #9b9b9b;
  text-align: left;
  padding-left: 0;
}

.idea-full .add textarea:-ms-input-placeholder {
  font-size: 15px;
  color: #9b9b9b;
  text-align: left;
  padding-left: 0;
}

.idea-full .add textarea::placeholder {
  font-size: 15px;
  color: #9b9b9b;
  text-align: left;
  padding-left: 0;
}

.idea-full .add .send {
  cursor: pointer;
  float: right;
  font-size: 15px;
  font-weight: bold;
  border: none;
  color: #2D8CFF;
  text-align: center;
  width: 75px;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  background-color: #ffffff;
}

#tos {
  z-index: 10000;
  font-size: 11px;
  color: #000000;
  background-color: #ffffff;
  width: 375px;
  z-index: 10000;
  display: none;
}

#tos .details {
  padding: 0px 7px 0 12px;
}

#tos .details .revised {
  margin-top: 10px;
}

#tos p, #tos ul {
  font-size: 11px;
  padding: 10px 0 0 0;
}

#tos .title {
  margin-top: 20px;
  color: #2D8CFF;
}

#tos ul {
  list-style-type: circle;
  padding-left: 30px;
}

#tos .header {
  margin-top: 0;
  height: 50px;
  font-weight: bold;
  line-height: 50px;
  font-size: 17px;
  vertical-align: middle;
  text-align: center;
  color: white;
  background-color: #2D8CFF;
  position: relative;
}

#tos .header a.done {
  font-weight: normal;
  font-size: 12px;
  color: #ffffff;
  position: absolute;
  right: 10px;
  float: right;
}

#tos .header p {
  font-size: 11px;
}

.form-vw {
  border-radius: 4px;
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 800;
  /*background-color: #ffffff;*/
  width: 375px;
}

.form-vw h3 {
  background-color: #3e72d4;
  font-size: 17px;
  font-weight: bold;
  height: 64px;
  text-align: center;
  line-height: 64px;
  vertical-align: middle;
  color: #ffffff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.form-vw .form-group {
  margin: 20px auto 26px auto;
  text-align: center;
}

.form-vw input[type=text], .form-vw input[type=password] {
  height: 30px;
  width: 315px;
  border-bottom: 1px solid #8e8e8e;
  border-left: none;
  border-right: none;
  border-top: none;
  text-align: left;
  padding: 0 5px 7px 27px;
  color: #4a4a4a;
  font-size: 14px;
}

.form-vw select {
  width: 315px;
  border: 1px solid #f7f7f7;
  color: #4a4a4a;
  font-size: 14px;
  padding-left: 5px;
  height: 30px;
}

.form-vw textarea {
  box-sizing: border-box;
  height: 180px;
  width: 315px;
  border: none;
  text-align: left;
  padding: 0;
  margin: 0;
  color: #4a4a4a;
  font-size: 14px;
}

.form-vw .btn-blue {
  width: 160px;
  height: 40px;
  color: #ffffff;
  background-color: #3e72d4;
  border: none;
  cursor: pointer;
  box-shadow: none;
  font-size: 14px;
  margin-top: 10px;
}

.form-vw .form-info {
  height: 40px;
}

.form-vw .form-info .img {
  width: 16px;
  height: 16px;
}

.form-vw .disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.form-report, .form-send-mail, .form-contact-us, .form-promote-voxwell {
  border-radius: 8px;
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10003 !important;
  background-color: #fff;
  width: 375px;
  border: none;
}

.form-report h3, .form-send-mail h3, .form-contact-us h3, .form-promote-voxwell h3 {
  background-color: #2D8CFF;
  font-size: 17px;
  font-weight: bold;
  height: 60px;
  text-align: center;
  line-height: 60px;
  vertical-align: middle;
  color: #ffffff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.form-report .close, .form-send-mail .close, .form-contact-us .close, .form-promote-voxwell .close {
  opacity: 1;
  padding-top: 18px;
  padding-right: 16px;
}

.form-report .report-type, .form-send-mail .report-type, .form-contact-us .report-type, .form-promote-voxwell .report-type {
  height: 56px;
  line-height: 56px;
  color: #4a4a4a;
  vertical-align: middle;
  width: 100%;
  padding-left: 36px;
  text-align: left;
  cursor: pointer;
  background: #fff url("../images/icons/arrow-right-grey.png") no-repeat 351px center;
  background-size: 8px 12px;
  font-size: 14px;
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid #f6f6f6;
  border-left: none;
  border-right: none;
  border-top: none;
  text-decoration: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.form-report .report-type:hover, .form-send-mail .report-type:hover, .form-contact-us .report-type:hover, .form-promote-voxwell .report-type:hover {
  font-weight: bold;
}

.form-report .form-details, .form-send-mail .form-details, .form-contact-us .form-details, .form-promote-voxwell .form-details {
  position: relative;
}

.form-report .form-details .thank-you, .form-send-mail .form-details .thank-you, .form-contact-us .form-details .thank-you, .form-promote-voxwell .form-details .thank-you {
  position: absolute;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #fff;
  -webkit-box-pack: center;
  justify-content: center;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.form-report .form-details .thank-you .title, .form-send-mail .form-details .thank-you .title, .form-contact-us .form-details .thank-you .title, .form-promote-voxwell .form-details .thank-you .title {
  font-size: 30px;
}

.form-report .form-details .thank-you .details, .form-send-mail .form-details .thank-you .details, .form-contact-us .form-details .thank-you .details, .form-promote-voxwell .form-details .thank-you .details {
  line-height: 35px;
  font-size: 15px;
}

.form-report-idea {
  width: 450px;
  height: 450px;
  position: absolute;
  top: 80px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10002;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.form-report-idea h3 {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.form-report-idea .report-type {
  background: #fff url("../images/icons/arrow-right-grey.png") no-repeat 423px center;
  background-size: 8px 12px;
}

body {
  background-color: #white;
}

.welcome {
  color: #B0BEC5;
  font-weight: 100;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 75px;
}

.welcome .content {
  text-align: center;
  font-family: "Lato", Verdana, 'Geneva CE', lucida, sans-serif !important;
  max-width: 50%;
}

.welcome .content .title {
  font-size: 96px;
  margin-bottom: 20px;
  font-family: "Lato", Verdana, 'Geneva CE', lucida, sans-serif !important;
}

.welcome .content .tagline {
  font-size: 25px;
  font-family: "Lato", Verdana, 'Geneva CE', lucida, sans-serif !important;
}

.welcome .content .login {
  margin-bottom: 70px;
  margin-top: 20px;
}

.welcome .content .login a {
  font-size: 1.4em;
  color: #B0BEC5;
  font-family: "Lato", Verdana, 'Geneva CE', lucida, sans-serif !important;
  font-weight: bold;
}

.welcome .content .login a:hover {
  color: #3e72d4;
}

.welcome .content .quote {
  font-size: 20px;
  font-family: "Lato", Verdana, 'Geneva CE', lucida, sans-serif !important;
}

.voxwell-background-image {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1 !important;
  display: block;
  width: 100%;
  height: 100%;
  background: #cccccc no-repeat;
}

.white-layer {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2 !important;
  opacity: 0.5;
  display: block;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: -0%;
}

.voxwell-main {
  background-color: #cccccc;
  padding-top: 70px;
  min-width: 483px;
}

.voxwell-main .ideas-container {
  margin: 0 auto;
  visibility: hidden;
}

.float-bar-voxwell {
  position: fixed;
  z-index: 3;
  bottom: 30px;
  height: 45px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  padding: 0;
  margin: 0 auto;
  display: none;
  background-color: #ffffff;
  box-sizing: border-box;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 4px;
  opacity: 0.9;
}

.float-bar-voxwell img.voxwell-picture {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: -21.5px;
  left: 20px;
  border-radius: 50%;
}

.float-bar-voxwell .voxwell {
  position: relative;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 110px;
}

.float-bar-voxwell .stats {
  margin-left: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.float-bar-voxwell .stats .ideas,
.float-bar-voxwell .stats .followers,
.float-bar-voxwell .stats .following {
  color: #9b9b9b;
  font-size: 9px;
}

.float-bar-voxwell .stats .ideas span,
.float-bar-voxwell .stats .followers span,
.float-bar-voxwell .stats .following span {
  color: #4a4a4a;
  font-size: 13px;
}

.float-bar-voxwell .stats .followers {
  margin-left: 50px;
}

@media screen and (max-width: 483px) {
  .float-bar-voxwell .stats {
    display: none;
  }
}

.float-bar-voxwell .buttons {
  margin-left: 41px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  font-size: 13px;
  text-align: center;
}

.float-bar-voxwell .buttons .follow, .float-bar-voxwell .buttons .add-idea {
  color: #4a4a4a;
  border: 1px solid #4a4a4a;
  border-radius: 40px;
  height: 29px;
  line-height: 29px;
  width: 100px;
  cursor: pointer;
}

.float-bar-voxwell .buttons .add-idea {
  margin-left: 20px;
}

@media screen and (max-width: 724px) {
  .float-bar-voxwell .buttons {
    display: none;
  }
}

.float-bar-voxwell .dots {
  position: relative;
  display: block;
  cursor: pointer;
  font-size: 15px;
  margin-left: 20px;
  padding-right: 10px;
}

.float-bar-voxwell .dots img {
  width: 20px;
  height: 5px;
}

.float-bar-voxwell .dots .dots-menu {
  display: none;
  position: absolute;
  bottom: 50px;
  width: 375px;
  left: -158px;
  list-style-type: none;
  padding: 0;
  background: #FFFFFF;
  border: 1px solid #f6f6f6;
  border-radius: 4px;
}

.float-bar-voxwell .dots .dots-menu::after {
  content: '';
  height: 12px;
  width: 100%;
  display: inline-block;
  position: absolute;
  bottom: -12px;
  left: 148px;
  background: transparent url(../images/icons/arrow-down-rounded.png) no-repeat;
  background-size: 38px 12px;
  margin: 0;
  padding: 0;
}

.float-bar-voxwell .dots .dots-menu li {
  border-bottom: 1px solid #f6f6f6;
  height: 45px;
}

.float-bar-voxwell .dots .dots-menu li a {
  display: block;
  height: 100%;
  color: #4a4a4a;
  text-align: center;
  vertical-align: middle;
  line-height: 45px;
  font-size: 17px;
}

.float-bar-voxwell .dots .dots-menu li:last-child {
  border: none;
}

@media screen and (max-width: 724px) {
  .float-bar-voxwell .dots {
    display: none;
  }
}

.float-bar-voxwell .sort-filter {
  margin-left: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  margin-right: 16px;
  overflow: hidden;
}

.float-bar-voxwell .sort-filter .sort, .float-bar-voxwell .sort-filter .filter {
  font-size: 9px;
  color: #9b9b9b;
  text-transform: uppercase;
  height: 100%;
  position: relative;
}

.float-bar-voxwell .sort-filter .sort input, .float-bar-voxwell .sort-filter .sort select, .float-bar-voxwell .sort-filter .filter input, .float-bar-voxwell .sort-filter .filter select {
  font-size: 13px;
  color: #4b4b4b;
  display: block;
  height: 16px;
  line-height: 16px;
  border: none;
  box-shadow: none;
  max-width: 141px;
  -webkit-appearance: none;
  width: 100%;
}

.float-bar-voxwell .sort-filter .sort input::-webkit-input-placeholder, .float-bar-voxwell .sort-filter .sort select::-webkit-input-placeholder, .float-bar-voxwell .sort-filter .filter input::-webkit-input-placeholder, .float-bar-voxwell .sort-filter .filter select::-webkit-input-placeholder {
  text-align: left;
}

.float-bar-voxwell .sort-filter .sort input:-ms-input-placeholder, .float-bar-voxwell .sort-filter .sort select:-ms-input-placeholder, .float-bar-voxwell .sort-filter .filter input:-ms-input-placeholder, .float-bar-voxwell .sort-filter .filter select:-ms-input-placeholder {
  text-align: left;
}

.float-bar-voxwell .sort-filter .sort input::placeholder, .float-bar-voxwell .sort-filter .sort select::placeholder, .float-bar-voxwell .sort-filter .filter input::placeholder, .float-bar-voxwell .sort-filter .filter select::placeholder {
  text-align: left;
}

.float-bar-voxwell .sort-filter .sort input, .float-bar-voxwell .sort-filter .filter input {
  -webkit-appearance: textfield;
  padding-right: 15px;
}

.float-bar-voxwell .sort-filter .sort .close-filter, .float-bar-voxwell .sort-filter .filter .close-filter {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 15px;
  right: 0;
  background: #ffffff url("../images/icons/close-filter.png") no-repeat center right;
  background-size: 10px 10px;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 960px) {
  .float-bar-voxwell .sort-filter .sort, .float-bar-voxwell .sort-filter .filter {
    display: none;
  }
}

.float-bar-voxwell .sort-filter .title-sort {
  padding-left: 0;
}

.float-bar-voxwell .sort-filter .sort {
  margin-right: 40px;
  width: 120px;
}

.background-image {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1 !important;
  width: 100%;
  height: 100%;
  background: #cccccc no-repeat;
}

.white-layer {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2 !important;
  opacity: 0.5;
  display: block;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background: #ffffff no-repeat 0%;
}

.home-main {
  padding-top: 70px;
  background-color: #cccccc;
  min-width: 483px;
}

.home-main .ideas-container {
  margin: 0 auto;
  visibility: hidden;
}

.float-bar-home {
  position: fixed;
  z-index: 3;
  bottom: 30px;
  height: 45px;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  padding: 0;
  margin: 0 auto;
  border-radius: 4px;
  opacity: 0.9;
  box-sizing: border-box;
  -webkit-box-align: center;
  align-items: center;
  background: #fff url("../images/icons/newspaper.png") no-repeat 15px center;
  background-size: 18px 16px;
}

.float-bar-home .my-feed {
  font-size: 14px;
  font-weight: bold;
  margin-left: 46px;
}

.float-bar-home .sort-filter-home {
  margin-left: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  margin-right: 16px;
}

.float-bar-home .sort-filter-home .sort, .float-bar-home .sort-filter-home .filter {
  font-size: 9px;
  color: #9b9b9b;
  text-transform: uppercase;
  height: 100%;
  position: relative;
}

.float-bar-home .sort-filter-home .sort input, .float-bar-home .sort-filter-home .sort select, .float-bar-home .sort-filter-home .filter input, .float-bar-home .sort-filter-home .filter select {
  font-size: 13px;
  color: #4b4b4b;
  display: block;
  height: 16px;
  line-height: 16px;
  border: none;
  box-shadow: none;
  max-width: 141px;
  width: 100%;
  -webkit-appearance: none;
}

.float-bar-home .sort-filter-home .sort input::-webkit-input-placeholder, .float-bar-home .sort-filter-home .sort select::-webkit-input-placeholder, .float-bar-home .sort-filter-home .filter input::-webkit-input-placeholder, .float-bar-home .sort-filter-home .filter select::-webkit-input-placeholder {
  text-align: left;
}

.float-bar-home .sort-filter-home .sort input:-ms-input-placeholder, .float-bar-home .sort-filter-home .sort select:-ms-input-placeholder, .float-bar-home .sort-filter-home .filter input:-ms-input-placeholder, .float-bar-home .sort-filter-home .filter select:-ms-input-placeholder {
  text-align: left;
}

.float-bar-home .sort-filter-home .sort input::placeholder, .float-bar-home .sort-filter-home .sort select::placeholder, .float-bar-home .sort-filter-home .filter input::placeholder, .float-bar-home .sort-filter-home .filter select::placeholder {
  text-align: left;
}

.float-bar-home .sort-filter-home .sort input, .float-bar-home .sort-filter-home .filter input {
  -webkit-appearance: textfield;
  padding-right: 15px;
}

.float-bar-home .sort-filter-home .sort .close-filter, .float-bar-home .sort-filter-home .filter .close-filter {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 15px;
  right: 0;
  background: #ffffff url("../images/icons/close-filter.png") no-repeat center right;
  background-size: 10px 10px;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 483px) {
  .float-bar-home .sort-filter-home .sort, .float-bar-home .sort-filter-home .filter {
    display: none;
  }
}

.float-bar-home .sort-filter-home .sort {
  width: 141px;
}

.float-bar-home .sort-filter-home .title-sort {
  padding-left: 0;
}

.float-bar-home .sort-filter-home .sort {
  margin-right: 40px;
  width: 120px;
}

.profile-main {
  padding-top: 70px;
  min-width: 483px;
}

.profile-main .ideas-container {
  margin: 0 auto;
  visibility: hidden;
}

.float-bar-profile {
  position: fixed;
  z-index: 3;
  bottom: 30px;
  height: 45px;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  padding: 0;
  margin: 0 auto;
  background-color: #ffffff;
  box-sizing: border-box;
  -webkit-box-align: center;
  align-items: center;
  opacity: 0.9;
  border-radius: 4px;
}

.float-bar-profile img.user-picture {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: -21.5px;
  left: 20px;
  border-radius: 50%;
}

.float-bar-profile .user {
  position: relative;
  margin-left: 20px;
  color: #4a4a4a;
  font-size: 14px;
  vertical-align: middle;
}

.float-bar-profile .user .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 100px;
}

.float-bar-profile .user .name .personality {
  white-space: nowrap;
  font-size: 11px;
  overflow: hidden;
  color: #9b9b9b;
  text-overflow: ellipsis;
  margin-top: -2px;
}

.float-bar-profile .stats {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  margin-left: 40px;
}

.float-bar-profile .stats .ideas,
.float-bar-profile .stats .followers,
.float-bar-profile .stats .following {
  color: #9b9b9b;
  font-size: 9px;
  width: 78px;
}

.float-bar-profile .stats .ideas span,
.float-bar-profile .stats .followers span,
.float-bar-profile .stats .following span {
  color: #4a4a4a;
  font-size: 13px;
  display: block;
}

@media screen and (max-width: 483px) {
  .float-bar-profile .stats {
    display: none;
  }
}

.float-bar-profile .buttons {
  margin-left: 10px;
}

.float-bar-profile .buttons .follow {
  color: #4a4a4a;
  border: 1px solid #4a4a4a;
  border-radius: 20px;
  width: 100px;
  font-size: 13px;
  text-align: center;
  height: 29px;
  line-height: 29px;
  cursor: pointer;
}

@media screen and (max-width: 724px) {
  .float-bar-profile .buttons {
    display: none;
  }
}

.float-bar-profile .dots {
  position: relative;
  display: block;
  cursor: pointer;
  font-size: 15px;
  margin-left: 20px;
  padding-right: 10px;
}

.float-bar-profile .dots img {
  width: 20px;
  height: 5px;
}

.float-bar-profile .dots .dots-menu {
  display: none;
  position: absolute;
  bottom: 50px;
  width: 375px;
  left: -28px;
  list-style-type: none;
  padding: 0;
  background: #FFFFFF;
  border: 1px solid #f6f6f6;
  border-radius: 4px;
}

.float-bar-profile .dots .dots-menu::after {
  content: '';
  height: 12px;
  width: 100%;
  display: inline-block;
  position: absolute;
  bottom: -12px;
  left: 18px;
  background: transparent url(../images/icons/arrow-down-rounded.png) no-repeat;
  background-size: 38px 12px;
  margin: 0;
  padding: 0;
}

.float-bar-profile .dots .dots-menu li {
  border-bottom: 1px solid #f6f6f6;
  height: 45px;
}

.float-bar-profile .dots .dots-menu li a {
  display: block;
  height: 100%;
  color: #4a4a4a;
  text-align: center;
  vertical-align: middle;
  line-height: 45px;
  font-size: 17px;
}

.float-bar-profile .dots .dots-menu li:last-child {
  border: none;
}

@media screen and (max-width: 724px) {
  .float-bar-profile .dots {
    display: none;
  }
}

.float-bar-profile .sort-filter {
  margin-left: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  margin-right: 16px;
}

.float-bar-profile .sort-filter .sort, .float-bar-profile .sort-filter .filter {
  font-size: 9px;
  color: #9b9b9b;
  text-transform: uppercase;
  height: 100%;
  position: relative;
}

.float-bar-profile .sort-filter .sort input, .float-bar-profile .sort-filter .sort select, .float-bar-profile .sort-filter .filter input, .float-bar-profile .sort-filter .filter select {
  font-size: 13px;
  color: #4b4b4b;
  display: block;
  height: 16px;
  line-height: 16px;
  border: none;
  box-shadow: none;
  max-width: 141px;
  width: 100%;
  -webkit-appearance: none;
}

.float-bar-profile .sort-filter .sort input::-webkit-input-placeholder, .float-bar-profile .sort-filter .sort select::-webkit-input-placeholder, .float-bar-profile .sort-filter .filter input::-webkit-input-placeholder, .float-bar-profile .sort-filter .filter select::-webkit-input-placeholder {
  text-align: left;
}

.float-bar-profile .sort-filter .sort input:-ms-input-placeholder, .float-bar-profile .sort-filter .sort select:-ms-input-placeholder, .float-bar-profile .sort-filter .filter input:-ms-input-placeholder, .float-bar-profile .sort-filter .filter select:-ms-input-placeholder {
  text-align: left;
}

.float-bar-profile .sort-filter .sort input::placeholder, .float-bar-profile .sort-filter .sort select::placeholder, .float-bar-profile .sort-filter .filter input::placeholder, .float-bar-profile .sort-filter .filter select::placeholder {
  text-align: left;
}

.float-bar-profile .sort-filter .sort input, .float-bar-profile .sort-filter .filter input {
  -webkit-appearance: textfield;
  padding-right: 15px;
}

.float-bar-profile .sort-filter .sort .close-filter, .float-bar-profile .sort-filter .filter .close-filter {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 15px;
  right: 3px;
  background: #ffffff url("../images/icons/close-filter.png") no-repeat center right;
  background-size: 10px 10px;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 585px) {
  .float-bar-profile .sort-filter .sort, .float-bar-profile .sort-filter .filter {
    display: none;
  }
}

.float-bar-profile .sort-filter .title-sort {
  padding-left: 0;
}

.float-bar-profile .sort-filter .sort {
  margin-right: 40px;
  width: 141px;
}

.form-send-mail {
  padding-bottom: 10px;
}

.form-send-mail .form-details {
  padding: 10px 20px;
}

.form-send-mail .form-details textarea {
  width: 100%;
  height: 200px;
  margin-top: 10px;
  padding: 5px;
}

.form-send-mail .form-details input {
  width: 100%;
  margin: 5px 0;
  padding-left: 5px;
  text-align: left;
}

.form-send-mail .form-details input::-webkit-input-placeholder {
  text-align: left;
  color: #9b9b9b;
}

.form-send-mail .form-details input:-ms-input-placeholder {
  text-align: left;
  color: #9b9b9b;
}

.form-send-mail .form-details input::placeholder {
  text-align: left;
  color: #9b9b9b;
}

.form-send-mail .form-details .btn-send-mail {
  width: 100px;
  float: right;
  height: 40px;
  color: #ffffff;
  background-color: #3e72d4;
  border: none;
  cursor: pointer;
  box-shadow: none;
  font-size: 14px;
  margin-top: 10px;
}

.form-send-mail .form-details .mail-sent {
  display: none;
  color: #4a4a4a;
  float: left;
}

.error {
  margin: 256px auto 0 auto;
  text-align: left;
  font-size: 19px;
  max-width: 610px;
  color: #4a4a4a;
}

.error .main {
  font-size: 19px;
  line-height: 27px;
}

.error .main p {
  margin: 5px 0;
}

.error .sub {
  font-size: 13px;
  margin-top: 18px;
}

.error .white {
  color: #ffffff;
}

#login {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 800;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 30px;
  width: 316px;
  max-height: 80vh;
  border-radius: 8px;
  /*  .glyphicon-remove {
    padding-bottom: 20px;
  }*/
}

#login .login-notifications {
  text-align: center;
  color: #ffffff;
  font-size: 11px;
  margin-bottom: 15px;
}

#login .feedback {
  width: 100%;
  height: 65px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  vertical-align: middle;
  line-height: 65px;
  font-size: 17px;
}

#login .or:before {
  content: '\2014\0020\0020or\0020\0020\2014';
}

#login .error {
  font-size: 1em;
}

#login input[type=text], #login input[type=password] {
  height: 33px;
  width: 316px;
  border-bottom: 1px solid #ffffff;
  border-left: none;
  border-right: none;
  border-top: none;
  background-color: transparent;
  -webkit-appearance: none;
  text-align: left;
  padding: 0 5px 0 25px;
  color: #ffffff;
  font-size: 14px;
}

#login input[type=text]::-webkit-input-placeholder, #login input[type=password]::-webkit-input-placeholder {
  text-align: left;
  color: #ffffff;
}

#login input[type=text]:-ms-input-placeholder, #login input[type=password]:-ms-input-placeholder {
  text-align: left;
  color: #ffffff;
}

#login input[type=text]::placeholder, #login input[type=password]::placeholder {
  text-align: left;
  color: #ffffff;
}

#login .email-icon {
  background: transparent url("../images/icons/email-white.png") no-repeat;
  background-size: 15px 11px;
  width: 15px;
  height: 11px;
  position: absolute;
  bottom: 11px;
}

#login .password-icon {
  background: transparent url("../images/icons/password-white.png") no-repeat;
  background-size: 13px 16px;
  width: 13px;
  height: 16px;
  position: absolute;
  bottom: 10px;
}

#login .buttons {
  margin-top: 31px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
}

#login .buttons .btn-cancel {
  width: 120px;
  height: 40px;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: none;
  font-size: 17px;
}

#login .buttons .btn-login {
  width: 120px;
  height: 40px;
  color: #000;
  background-color: #ffffff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: none;
  font-size: 17px;
}

#login .buttons .btn-login:disabled {
  cursor: not-allowed;
  color: #ccc;
}

#login .login-facebook {
  width: 255px;
  height: 40px;
  font-size: 17px;
  background-color: #ffffff;
  color: black;
  display: block;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
}

#login .footnote {
  margin-top: 30px;
  font-size: 12px;
  color: #ffffff;
}

#login .footnote p {
  margin: 5px 0;
}

#login .footnote a {
  color: #ffffff;
  font-weight: bold;
}

#signup {
  position: fixed;
  display: none;
  top: 53px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 800;
  background-color: rgba(0, 0, 0, 0.8);
  width: 385px;
  max-height: 90vh;
  padding: 30px;
  border-radius: 8px;
}

#signup .bootstrap-datetimepicker-widget {
  left: -7px !important;
  padding-left: 10px !important;
  z-index: 99999 !important;
  background-color: #ffffff !important;
}

#signup .face {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  padding-top: 36px;
  overflow: hidden;
  vertical-align: middle;
  border: 4px solid #ffffff;
  color: #ffffff;
  text-align: center;
  margin: 0 auto 70px auto;
  cursor: pointer;
}

#signup .face img {
  width: 120px;
  height: 120px;
  padding: 0;
}

@media screen and (max-height: 880px) {
  #signup .face {
    margin-bottom: 20px;
  }
}

#signup input[type=text], #signup input[type=password] {
  height: 33px;
  width: 316px;
  border-bottom: 1px solid #ffffff;
  border-left: none;
  border-right: none;
  border-top: none;
  background-color: transparent;
  -webkit-appearance: none;
  border-top: none;
  text-align: left;
  padding: 0 5px 0 25px;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 13px;
}

#signup input[type=text]::-webkit-input-placeholder, #signup input[type=password]::-webkit-input-placeholder {
  text-align: left;
  color: #ffffff;
}

#signup input[type=text]:-ms-input-placeholder, #signup input[type=password]:-ms-input-placeholder {
  text-align: left;
  color: #ffffff;
}

#signup input[type=text]::placeholder, #signup input[type=password]::placeholder {
  text-align: left;
  color: #ffffff;
}

#signup .first-name-icon {
  background: transparent url("../images/icons/genius-white.png") no-repeat;
  background-size: 14px;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 7px;
}

#signup .last-name-icon {
  background: transparent url("../images/icons/genius-white.png") no-repeat;
  background-size: 14px;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 8px;
}

#signup .signup-email-icon {
  background: transparent url("../images/icons/email-white.png") no-repeat;
  background-size: 15px 11px;
  width: 15px;
  height: 11px;
  position: absolute;
  top: 11px;
}

#signup .signup-password-icon {
  background: transparent url("../images/icons/password-white.png") no-repeat;
  background-size: 13px 16px;
  width: 13px;
  height: 16px;
  position: absolute;
  top: 6px;
}

#signup .birthday-icon {
  background: transparent url("../images/icons/password-white.png") no-repeat;
  background-size: 14px 15px;
  width: 14px;
  height: 15px;
  position: absolute;
  top: 7px;
}

#signup .buttons {
  margin-top: 21px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

#signup .buttons .btn-cancel {
  width: 150px;
  height: 40px;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: none;
  font-size: 17px;
}

#signup .buttons .btn-signup {
  width: 150px;
  height: 40px;
  color: #000;
  background-color: #ffffff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: none;
  font-size: 17px;
}

#signup .buttons .btn-signup:disabled {
  cursor: not-allowed;
  color: #ccc;
}

#signup .form-info {
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  height: 20px;
}

#signup .or {
  text-align: center;
  font-size: 17px;
  color: #ffffff;
  margin-top: 0;
}

#signup .signup-facebook {
  width: 326px;
  height: 40px;
  background-color: #ffffff;
  color: #000;
  margin-top: 24px;
  display: block;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  font-size: 17px;
}

#signup .footnote {
  margin-top: 30px;
  font-size: 12px;
  color: #ffffff;
}

#signup .footnote p {
  margin: 5px 0;
}

#signup .footnote a {
  color: #ffffff;
  font-weight: bold;
}

#signup .empty {
  min-height: 10px;
}

#forgotten-password {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 800;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.8);
  width: 380px;
  max-height: 90vh;
  border-radius: 8px;
}

#forgotten-password .field {
  position: relative;
}

#forgotten-password .fp-title {
  font-size: 20px;
  color: #FFFFFF;
}

#forgotten-password .fp-text {
  font-size: 14px;
  color: #FFFFFF;
  margin-top: 24px;
  margin-bottom: 24px;
}

#forgotten-password input[type=text] {
  height: 33px;
  width: 316px;
  border-bottom: 1px solid #ffffff;
  border-left: none;
  border-right: none;
  border-top: none;
  background-color: transparent;
  -webkit-appearance: none;
  text-align: left;
  padding: 0 5px 0 25px;
  color: #ffffff;
  font-size: 14px;
}

#forgotten-password input[type=text]::-webkit-input-placeholder {
  text-align: left;
  color: #ffffff;
}

#forgotten-password input[type=text]:-ms-input-placeholder {
  text-align: left;
  color: #ffffff;
}

#forgotten-password input[type=text]::placeholder {
  text-align: left;
  color: #ffffff;
}

#forgotten-password .fp-email-icon {
  background: transparent url("../images/icons/email-white.png") no-repeat;
  background-size: 15px 11px;
  width: 15px;
  height: 11px;
  position: absolute;
  bottom: 11px;
}

#forgotten-password .buttons {
  margin-top: 31px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
}

#forgotten-password .buttons .btn-cancel {
  width: 120px;
  height: 40px;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: none;
  font-size: 17px;
}

#forgotten-password .buttons .btn-send {
  width: 180px;
  height: 40px;
  color: #000;
  background-color: #ffffff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: none;
  font-size: 17px;
}

#forgotten-password .buttons .btn-send:disabled {
  cursor: not-allowed;
  color: #ccc;
}

#forgotten-password .feedback {
  color: #ffffff;
  text-align: left;
  font-weight: bold;
  color: lightgreen;
  padding-top: 10px;
}

#forgotten-password .footnote {
  margin-top: 20px;
  font-size: 12px;
  color: #ffffff;
}

#forgotten-password .footnote p {
  margin: 5px 0;
}

#forgotten-password .footnote a {
  color: #ffffff;
  font-weight: bold;
}

#reset-password {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 800;
  background-color: rgba(0, 0, 0, 0.8);
  width: 316px;
  max-height: 80vh;
  padding: 30px;
  border-radius: 8px;
}

#reset-password .field {
  position: relative;
}

#reset-password .rp-title {
  font-size: 20px;
  color: #FFFFFF;
}

#reset-password .rp-text {
  font-size: 14px;
  color: #FFFFFF;
  margin-top: 24px;
  margin-bottom: 24px;
}

#reset-password input[type=password] {
  height: 33px;
  width: 316px;
  border-bottom: 1px solid #ffffff;
  border-left: none;
  border-right: none;
  border-top: none;
  background-color: transparent;
  -webkit-appearance: none;
  text-align: left;
  padding: 0 5px 0 25px;
  color: #ffffff;
  font-size: 14px;
}

#reset-password input[type=password]::-webkit-input-placeholder {
  text-align: left;
  color: #ffffff;
}

#reset-password input[type=password]:-ms-input-placeholder {
  text-align: left;
  color: #ffffff;
}

#reset-password input[type=password]::placeholder {
  text-align: left;
  color: #ffffff;
}

#reset-password .rp-password-icon,
#reset-password .rp-password-confirm-icon {
  background: transparent url("../images/icons/email-white.png") no-repeat;
  background-size: 15px 11px;
  width: 15px;
  height: 11px;
  position: absolute;
}

#reset-password .rp-password-icon {
  bottom: 11px;
}

#reset-password .rp-password-confirm-icon {
  bottom: 11px;
}

#reset-password .buttons {
  margin-top: 31px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
}

#reset-password .buttons .btn-cancel {
  width: 120px;
  height: 40px;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: none;
  font-size: 17px;
}

#reset-password .buttons .btn-send {
  width: 180px;
  height: 40px;
  color: #000;
  background-color: #ffffff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: none;
  font-size: 17px;
}

#reset-password .buttons .btn-send:disabled {
  cursor: not-allowed;
  color: #ccc;
}

#reset-password .form-info {
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  height: 10px;
}

#reset-password .footnote {
  margin-top: 20px;
  font-size: 12px;
  color: #ffffff;
}

#reset-password .footnote p {
  margin: 5px 0;
}

#reset-password .footnote a {
  color: #ffffff;
  font-weight: bold;
}

.landing-container {
  max-width: 1366px;
  margin: 71px auto 0 auto;
}

.landing-container .landing-header {
  height: 51px;
  width: 1366px;
  background-color: #ffffff;
  display: -webkit-box;
  display: flex;
  min-width: 210px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
}

.landing-container .landing-header .flex-item {
  -webkit-box-flex: 0;
  flex: 0 1 auto;
}

.landing-container .landing-header .logo {
  padding-left: 20px;
}

.landing-container .landing-header .logo img {
  width: 22px;
  height: 22px;
}

.landing-container .landing-header .title {
  font-size: 24px;
  letter-spacing: 2px;
  color: #000000;
  padding-left: 16px;
}

.landing-container .landing-header .auth {
  margin-left: auto;
  padding-right: 20px;
}

.landing-container .landing-header .auth .button {
  border-radius: 8px;
  background-color: #2D8CFF;
  color: #ffffff;
  font-size: 13px;
  width: 69px;
  height: 26px;
  vertical-align: middle;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  padding: 0;
}

.landing-container .landing-header .auth .link-login {
  margin-right: 7px;
}

.landing-container .think-forward {
  max-width: 1366px;
  height: 130px;
  line-height: 130px;
  font-size: 72px;
  vertical-align: middle;
  padding-left: 160px;
  white-space: nowrap;
}

.landing-container .community {
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 403px;
  background: #ffffff url("../images/landing/community.jpg") no-repeat center center;
  background-size: auto 403px;
}

.landing-container .community .community-text {
  width: 680px;
  margin-left: 160px;
  margin-top: 102px;
  font-size: 24px;
  color: #ffffff;
  white-space: nowrap;
}

.landing-container .testimonial {
  display: -webkit-box;
  display: flex;
}

.landing-container .testimonial .testimonial-left {
  width: 683px;
  height: 400px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.landing-container .testimonial .testimonial-left .testimonial-left-text {
  font-size: 20px;
  line-height: 31px;
  max-width: 460px;
  text-align: left;
  margin: 0 auto;
  padding: 10px;
  position: relative;
}

.landing-container .testimonial .testimonial-left .testimonial-left-text .doublequote {
  width: 22px;
  height: 22px;
  background: #ffffff url(../images/icons/double-quote.png) no-repeat center center;
  background-size: 22px;
  position: absolute;
  left: -32px;
  top: 12px;
}

.landing-container .testimonial .testimonial-left .testimonial-left-text .testimonial-left-name, .landing-container .testimonial .testimonial-left .testimonial-left-text .testimonial-left-role {
  font-size: 14px;
  line-height: 18px;
}

.landing-container .testimonial .testimonial-left .testimonial-left-text .testimonial-left-name {
  font-weight: bold;
}

.landing-container .testimonial .testimonial-right {
  width: 683px;
  background: #ffffff url("../images/landing/emmanuel.jpg") no-repeat center center;
  background-size: 400px auto;
}

.landing-container .bottom-slideshow {
  height: 818px;
  display: -webkit-box;
  display: flex;
  margin-top: 30px;
  justify-content: space-around;
}

.landing-container .bottom-slideshow .pocket {
  font-size: 14px;
  color: #39393A;
  padding-top: 80px;
  background-color: transparent;
  width: 322px;
}

.landing-container .bottom-slideshow .pocket strong:first-child {
  display: block;
  padding-bottom: 5px;
}

.landing-container .bottom-slideshow .app-store {
  margin-top: 50px;
  display: block;
  width: 152px;
  height: 54px;
  background: transparent url("../images/landing/appstore.png") no-repeat center center;
  background-size: 152px 54px;
}

.landing-container .bottom-slideshow .android {
  font-size: 14px;
  font-weight: bold;
  margin-top: 335px;
}

.landing-container .bottom-slideshow .iphone {
  display: block;
  width: 360px;
  height: 736px;
  text-align: center;
  overflow: hidden;
  position: relative;
  background: transparent url("../images/landing/iphone-frame.png") no-repeat center center;
  background-size: 360px 736px;
}

.landing-container .bottom-slideshow .iphone .screenshots {
  width: 316px;
  height: 561px;
  margin: 0 auto;
}

.landing-container .bottom-slideshow .iphone .screenshots .screenshot {
  margin-top: 83px;
  width: 316px;
  height: 561px;
  border-radius: 8px;
}

.landing-container .bottom-slideshow .overview {
  width: 322px;
  padding-top: 65px;
}

@media only screen and (max-width: 1024px) {
  .landing-container .bottom-slideshow .overview {
    display: none;
  }
}

.landing-container .bottom-slideshow .overview .overview-section {
  border-radius: 8px;
  padding: 15px;
  font-size: 14px;
}

.landing-container .bottom-slideshow .overview .overview-section strong:first-child {
  display: block;
  padding-bottom: 5px;
}

.landing-container .bottom-slideshow .overview .overview-selected {
  background-color: #f1f1f1;
  transition: 1s;
}

.landing-container .screenshot-voxwell {
  background: #ffffff url("../images/landing/screenshot.jpg") no-repeat center center;
  height: 520px;
  min-width: 1366px;
  background-size: auto 520px;
  margin-bottom: 39px;
  position: relative;
}

.landing-container .screenshot-voxwell .screenshot-detail {
  position: absolute;
  top: 86px;
  left: 1100px;
  width: 230px;
  font-size: 20px;
}

.landing-container .landing-footer {
  height: 180px;
  padding-left: 39px;
  padding-right: 49px;
  margin-top: 20px;
}

.landing-container .landing-footer .landing-footer-top {
  height: 90px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-flow: row wrap;
  -webkit-box-align: center;
  align-items: center;
}

.landing-container .landing-footer .landing-footer-top .voxwell {
  font-size: 24px;
}

.landing-container .landing-footer .landing-footer-top .links {
  display: -webkit-box;
  display: flex;
  width: 130px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  list-style-type: none;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
}

@media only screen and (max-width: 694px) {
  .landing-container .landing-footer .landing-footer-top .links {
    display: none;
  }
}

.landing-container .landing-footer .landing-footer-top .links li a {
  font-size: 14px;
  color: #9b9b9b;
  text-decoration: none;
}

.landing-container .landing-footer .landing-footer-top .links li a:hover {
  color: #4a4a4a;
}

.landing-container .landing-footer .landing-footer-bottom {
  height: 90px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-flow: row wrap;
  border-top: 1px solid rgba(155, 155, 155, 0.2);
  -webkit-box-align: center;
  align-items: center;
}

.landing-container .landing-footer .landing-footer-bottom .all-rights-reserved {
  font-size: 12px;
  color: rgba(155, 155, 155, 0.5);
}

.landing-container .landing-footer .landing-footer-bottom .social {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  list-style-type: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
}

@media only screen and (max-width: 694px) {
  .landing-container .landing-footer .landing-footer-bottom .social {
    display: none;
  }
}

.landing-container .landing-footer .landing-footer-bottom .social li a img {
  margin-left: 8px;
  width: 20px;
  height: 20px;
}

.landing-container .close {
  position: fixed;
  opacity: 1;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  padding-left: 10px;
}

body {
  background-color: #white;
}

.welcome {
  color: #B0BEC5;
  font-weight: 100;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 75px;
}

.welcome .content {
  text-align: center;
  font-family: "Lato", Verdana, 'Geneva CE', lucida, sans-serif !important;
  max-width: 50%;
}

.welcome .content .title {
  font-size: 96px;
  margin-bottom: 20px;
  font-family: "Lato", Verdana, 'Geneva CE', lucida, sans-serif !important;
}

.welcome .content .tagline {
  font-size: 25px;
  font-family: "Lato", Verdana, 'Geneva CE', lucida, sans-serif !important;
}

.welcome .content .login {
  margin-bottom: 70px;
  margin-top: 20px;
}

.welcome .content .login a {
  font-size: 1.4em;
  color: #B0BEC5;
  font-family: "Lato", Verdana, 'Geneva CE', lucida, sans-serif !important;
  font-weight: bold;
}

.welcome .content .login a:hover {
  color: #3e72d4;
}

.welcome .content .quote {
  font-size: 20px;
  font-family: "Lato", Verdana, 'Geneva CE', lucida, sans-serif !important;
}

#login {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 800;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 30px;
  width: 316px;
  max-height: 80vh;
  border-radius: 8px;
  /*  .glyphicon-remove {
    padding-bottom: 20px;
  }*/
}

#login .login-notifications {
  text-align: center;
  color: #ffffff;
  font-size: 11px;
  margin-bottom: 15px;
}

#login .feedback {
  width: 100%;
  height: 65px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  vertical-align: middle;
  line-height: 65px;
  font-size: 17px;
}

#login .or:before {
  content: '\2014\0020\0020or\0020\0020\2014';
}

#login .error {
  font-size: 1em;
}

#login input[type=text], #login input[type=password] {
  height: 33px;
  width: 316px;
  border-bottom: 1px solid #ffffff;
  border-left: none;
  border-right: none;
  border-top: none;
  background-color: transparent;
  -webkit-appearance: none;
  text-align: left;
  padding: 0 5px 0 25px;
  color: #ffffff;
  font-size: 14px;
}

#login input[type=text]::-webkit-input-placeholder, #login input[type=password]::-webkit-input-placeholder {
  text-align: left;
  color: #ffffff;
}

#login input[type=text]:-ms-input-placeholder, #login input[type=password]:-ms-input-placeholder {
  text-align: left;
  color: #ffffff;
}

#login input[type=text]::placeholder, #login input[type=password]::placeholder {
  text-align: left;
  color: #ffffff;
}

#login .email-icon {
  background: transparent url("../images/icons/email-white.png") no-repeat;
  background-size: 15px 11px;
  width: 15px;
  height: 11px;
  position: absolute;
  bottom: 11px;
}

#login .password-icon {
  background: transparent url("../images/icons/password-white.png") no-repeat;
  background-size: 13px 16px;
  width: 13px;
  height: 16px;
  position: absolute;
  bottom: 10px;
}

#login .buttons {
  margin-top: 31px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
}

#login .buttons .btn-cancel {
  width: 120px;
  height: 40px;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: none;
  font-size: 17px;
}

#login .buttons .btn-login {
  width: 120px;
  height: 40px;
  color: #000;
  background-color: #ffffff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: none;
  font-size: 17px;
}

#login .buttons .btn-login:disabled {
  cursor: not-allowed;
  color: #ccc;
}

#login .login-facebook {
  width: 255px;
  height: 40px;
  font-size: 17px;
  background-color: #ffffff;
  color: black;
  display: block;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
}

#login .footnote {
  margin-top: 30px;
  font-size: 12px;
  color: #ffffff;
}

#login .footnote p {
  margin: 5px 0;
}

#login .footnote a {
  color: #ffffff;
  font-weight: bold;
}

#signup {
  position: fixed;
  display: none;
  top: 53px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 800;
  background-color: rgba(0, 0, 0, 0.8);
  width: 385px;
  max-height: 90vh;
  padding: 30px;
  border-radius: 8px;
}

#signup .bootstrap-datetimepicker-widget {
  left: -7px !important;
  padding-left: 10px !important;
  z-index: 99999 !important;
  background-color: #ffffff !important;
}

#signup .face {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  padding-top: 36px;
  overflow: hidden;
  vertical-align: middle;
  border: 4px solid #ffffff;
  color: #ffffff;
  text-align: center;
  margin: 0 auto 70px auto;
  cursor: pointer;
}

#signup .face img {
  width: 120px;
  height: 120px;
  padding: 0;
}

@media screen and (max-height: 880px) {
  #signup .face {
    margin-bottom: 20px;
  }
}

#signup input[type=text], #signup input[type=password] {
  height: 33px;
  width: 316px;
  border-bottom: 1px solid #ffffff;
  border-left: none;
  border-right: none;
  border-top: none;
  background-color: transparent;
  -webkit-appearance: none;
  border-top: none;
  text-align: left;
  padding: 0 5px 0 25px;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 13px;
}

#signup input[type=text]::-webkit-input-placeholder, #signup input[type=password]::-webkit-input-placeholder {
  text-align: left;
  color: #ffffff;
}

#signup input[type=text]:-ms-input-placeholder, #signup input[type=password]:-ms-input-placeholder {
  text-align: left;
  color: #ffffff;
}

#signup input[type=text]::placeholder, #signup input[type=password]::placeholder {
  text-align: left;
  color: #ffffff;
}

#signup .first-name-icon {
  background: transparent url("../images/icons/genius-white.png") no-repeat;
  background-size: 14px;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 7px;
}

#signup .last-name-icon {
  background: transparent url("../images/icons/genius-white.png") no-repeat;
  background-size: 14px;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 8px;
}

#signup .signup-email-icon {
  background: transparent url("../images/icons/email-white.png") no-repeat;
  background-size: 15px 11px;
  width: 15px;
  height: 11px;
  position: absolute;
  top: 11px;
}

#signup .signup-password-icon {
  background: transparent url("../images/icons/password-white.png") no-repeat;
  background-size: 13px 16px;
  width: 13px;
  height: 16px;
  position: absolute;
  top: 6px;
}

#signup .birthday-icon {
  background: transparent url("../images/icons/password-white.png") no-repeat;
  background-size: 14px 15px;
  width: 14px;
  height: 15px;
  position: absolute;
  top: 7px;
}

#signup .buttons {
  margin-top: 21px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

#signup .buttons .btn-cancel {
  width: 150px;
  height: 40px;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: none;
  font-size: 17px;
}

#signup .buttons .btn-signup {
  width: 150px;
  height: 40px;
  color: #000;
  background-color: #ffffff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: none;
  font-size: 17px;
}

#signup .buttons .btn-signup:disabled {
  cursor: not-allowed;
  color: #ccc;
}

#signup .form-info {
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  height: 20px;
}

#signup .or {
  text-align: center;
  font-size: 17px;
  color: #ffffff;
  margin-top: 0;
}

#signup .signup-facebook {
  width: 326px;
  height: 40px;
  background-color: #ffffff;
  color: #000;
  margin-top: 24px;
  display: block;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  font-size: 17px;
}

#signup .footnote {
  margin-top: 30px;
  font-size: 12px;
  color: #ffffff;
}

#signup .footnote p {
  margin: 5px 0;
}

#signup .footnote a {
  color: #ffffff;
  font-weight: bold;
}

#signup .empty {
  min-height: 10px;
}

#forgotten-password {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 800;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.8);
  width: 380px;
  max-height: 90vh;
  border-radius: 8px;
}

#forgotten-password .field {
  position: relative;
}

#forgotten-password .fp-title {
  font-size: 20px;
  color: #FFFFFF;
}

#forgotten-password .fp-text {
  font-size: 14px;
  color: #FFFFFF;
  margin-top: 24px;
  margin-bottom: 24px;
}

#forgotten-password input[type=text] {
  height: 33px;
  width: 316px;
  border-bottom: 1px solid #ffffff;
  border-left: none;
  border-right: none;
  border-top: none;
  background-color: transparent;
  -webkit-appearance: none;
  text-align: left;
  padding: 0 5px 0 25px;
  color: #ffffff;
  font-size: 14px;
}

#forgotten-password input[type=text]::-webkit-input-placeholder {
  text-align: left;
  color: #ffffff;
}

#forgotten-password input[type=text]:-ms-input-placeholder {
  text-align: left;
  color: #ffffff;
}

#forgotten-password input[type=text]::placeholder {
  text-align: left;
  color: #ffffff;
}

#forgotten-password .fp-email-icon {
  background: transparent url("../images/icons/email-white.png") no-repeat;
  background-size: 15px 11px;
  width: 15px;
  height: 11px;
  position: absolute;
  bottom: 11px;
}

#forgotten-password .buttons {
  margin-top: 31px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
}

#forgotten-password .buttons .btn-cancel {
  width: 120px;
  height: 40px;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: none;
  font-size: 17px;
}

#forgotten-password .buttons .btn-send {
  width: 180px;
  height: 40px;
  color: #000;
  background-color: #ffffff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: none;
  font-size: 17px;
}

#forgotten-password .buttons .btn-send:disabled {
  cursor: not-allowed;
  color: #ccc;
}

#forgotten-password .feedback {
  color: #ffffff;
  text-align: left;
  font-weight: bold;
  color: lightgreen;
  padding-top: 10px;
}

#forgotten-password .footnote {
  margin-top: 20px;
  font-size: 12px;
  color: #ffffff;
}

#forgotten-password .footnote p {
  margin: 5px 0;
}

#forgotten-password .footnote a {
  color: #ffffff;
  font-weight: bold;
}

#reset-password {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 800;
  background-color: rgba(0, 0, 0, 0.8);
  width: 316px;
  max-height: 80vh;
  padding: 30px;
  border-radius: 8px;
}

#reset-password .field {
  position: relative;
}

#reset-password .rp-title {
  font-size: 20px;
  color: #FFFFFF;
}

#reset-password .rp-text {
  font-size: 14px;
  color: #FFFFFF;
  margin-top: 24px;
  margin-bottom: 24px;
}

#reset-password input[type=password] {
  height: 33px;
  width: 316px;
  border-bottom: 1px solid #ffffff;
  border-left: none;
  border-right: none;
  border-top: none;
  background-color: transparent;
  -webkit-appearance: none;
  text-align: left;
  padding: 0 5px 0 25px;
  color: #ffffff;
  font-size: 14px;
}

#reset-password input[type=password]::-webkit-input-placeholder {
  text-align: left;
  color: #ffffff;
}

#reset-password input[type=password]:-ms-input-placeholder {
  text-align: left;
  color: #ffffff;
}

#reset-password input[type=password]::placeholder {
  text-align: left;
  color: #ffffff;
}

#reset-password .rp-password-icon,
#reset-password .rp-password-confirm-icon {
  background: transparent url("../images/icons/email-white.png") no-repeat;
  background-size: 15px 11px;
  width: 15px;
  height: 11px;
  position: absolute;
}

#reset-password .rp-password-icon {
  bottom: 11px;
}

#reset-password .rp-password-confirm-icon {
  bottom: 11px;
}

#reset-password .buttons {
  margin-top: 31px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
}

#reset-password .buttons .btn-cancel {
  width: 120px;
  height: 40px;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: none;
  font-size: 17px;
}

#reset-password .buttons .btn-send {
  width: 180px;
  height: 40px;
  color: #000;
  background-color: #ffffff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: none;
  font-size: 17px;
}

#reset-password .buttons .btn-send:disabled {
  cursor: not-allowed;
  color: #ccc;
}

#reset-password .form-info {
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  height: 10px;
}

#reset-password .footnote {
  margin-top: 20px;
  font-size: 12px;
  color: #ffffff;
}

#reset-password .footnote p {
  margin: 5px 0;
}

#reset-password .footnote a {
  color: #ffffff;
  font-weight: bold;
}

.landing-container {
  max-width: 1366px;
  margin: 71px auto 0 auto;
}

.landing-container .landing-header {
  height: 51px;
  width: 1366px;
  background-color: #ffffff;
  display: -webkit-box;
  display: flex;
  min-width: 210px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
}

.landing-container .landing-header .flex-item {
  -webkit-box-flex: 0;
  flex: 0 1 auto;
}

.landing-container .landing-header .logo {
  padding-left: 20px;
}

.landing-container .landing-header .logo img {
  width: 22px;
  height: 22px;
}

.landing-container .landing-header .title {
  font-size: 24px;
  letter-spacing: 2px;
  color: #000000;
  padding-left: 16px;
}

.landing-container .landing-header .auth {
  margin-left: auto;
  padding-right: 20px;
}

.landing-container .landing-header .auth .button {
  border-radius: 8px;
  background-color: #2D8CFF;
  color: #ffffff;
  font-size: 13px;
  width: 69px;
  height: 26px;
  vertical-align: middle;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  padding: 0;
}

.landing-container .landing-header .auth .link-login {
  margin-right: 7px;
}

.landing-container .think-forward {
  max-width: 1366px;
  height: 130px;
  line-height: 130px;
  font-size: 72px;
  vertical-align: middle;
  padding-left: 160px;
  white-space: nowrap;
}

.landing-container .community {
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 403px;
  background: #ffffff url("../images/landing/community.jpg") no-repeat center center;
  background-size: auto 403px;
}

.landing-container .community .community-text {
  width: 680px;
  margin-left: 160px;
  margin-top: 102px;
  font-size: 24px;
  color: #ffffff;
  white-space: nowrap;
}

.landing-container .testimonial {
  display: -webkit-box;
  display: flex;
}

.landing-container .testimonial .testimonial-left {
  width: 683px;
  height: 400px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.landing-container .testimonial .testimonial-left .testimonial-left-text {
  font-size: 20px;
  line-height: 31px;
  max-width: 460px;
  text-align: left;
  margin: 0 auto;
  padding: 10px;
  position: relative;
}

.landing-container .testimonial .testimonial-left .testimonial-left-text .doublequote {
  width: 22px;
  height: 22px;
  background: #ffffff url(../images/icons/double-quote.png) no-repeat center center;
  background-size: 22px;
  position: absolute;
  left: -32px;
  top: 12px;
}

.landing-container .testimonial .testimonial-left .testimonial-left-text .testimonial-left-name, .landing-container .testimonial .testimonial-left .testimonial-left-text .testimonial-left-role {
  font-size: 14px;
  line-height: 18px;
}

.landing-container .testimonial .testimonial-left .testimonial-left-text .testimonial-left-name {
  font-weight: bold;
}

.landing-container .testimonial .testimonial-right {
  width: 683px;
  background: #ffffff url("../images/landing/emmanuel.jpg") no-repeat center center;
  background-size: 400px auto;
}

.landing-container .bottom-slideshow {
  height: 818px;
  display: -webkit-box;
  display: flex;
  margin-top: 30px;
  justify-content: space-around;
}

.landing-container .bottom-slideshow .pocket {
  font-size: 14px;
  color: #39393A;
  padding-top: 80px;
  background-color: transparent;
  width: 322px;
}

.landing-container .bottom-slideshow .pocket strong:first-child {
  display: block;
  padding-bottom: 5px;
}

.landing-container .bottom-slideshow .app-store {
  margin-top: 50px;
  display: block;
  width: 152px;
  height: 54px;
  background: transparent url("../images/landing/appstore.png") no-repeat center center;
  background-size: 152px 54px;
}

.landing-container .bottom-slideshow .android {
  font-size: 14px;
  font-weight: bold;
  margin-top: 335px;
}

.landing-container .bottom-slideshow .iphone {
  display: block;
  width: 360px;
  height: 736px;
  text-align: center;
  overflow: hidden;
  position: relative;
  background: transparent url("../images/landing/iphone-frame.png") no-repeat center center;
  background-size: 360px 736px;
}

.landing-container .bottom-slideshow .iphone .screenshots {
  width: 316px;
  height: 561px;
  margin: 0 auto;
}

.landing-container .bottom-slideshow .iphone .screenshots .screenshot {
  margin-top: 83px;
  width: 316px;
  height: 561px;
  border-radius: 8px;
}

.landing-container .bottom-slideshow .overview {
  width: 322px;
  padding-top: 65px;
}

@media only screen and (max-width: 1024px) {
  .landing-container .bottom-slideshow .overview {
    display: none;
  }
}

.landing-container .bottom-slideshow .overview .overview-section {
  border-radius: 8px;
  padding: 15px;
  font-size: 14px;
}

.landing-container .bottom-slideshow .overview .overview-section strong:first-child {
  display: block;
  padding-bottom: 5px;
}

.landing-container .bottom-slideshow .overview .overview-selected {
  background-color: #f1f1f1;
  transition: 1s;
}

.landing-container .screenshot-voxwell {
  background: #ffffff url("../images/landing/screenshot.jpg") no-repeat center center;
  height: 520px;
  min-width: 1366px;
  background-size: auto 520px;
  margin-bottom: 39px;
  position: relative;
}

.landing-container .screenshot-voxwell .screenshot-detail {
  position: absolute;
  top: 86px;
  left: 1100px;
  width: 230px;
  font-size: 20px;
}

.landing-container .landing-footer {
  height: 180px;
  padding-left: 39px;
  padding-right: 49px;
  margin-top: 20px;
}

.landing-container .landing-footer .landing-footer-top {
  height: 90px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-flow: row wrap;
  -webkit-box-align: center;
  align-items: center;
}

.landing-container .landing-footer .landing-footer-top .voxwell {
  font-size: 24px;
}

.landing-container .landing-footer .landing-footer-top .links {
  display: -webkit-box;
  display: flex;
  width: 130px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  list-style-type: none;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
}

@media only screen and (max-width: 694px) {
  .landing-container .landing-footer .landing-footer-top .links {
    display: none;
  }
}

.landing-container .landing-footer .landing-footer-top .links li a {
  font-size: 14px;
  color: #9b9b9b;
  text-decoration: none;
}

.landing-container .landing-footer .landing-footer-top .links li a:hover {
  color: #4a4a4a;
}

.landing-container .landing-footer .landing-footer-bottom {
  height: 90px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-flow: row wrap;
  border-top: 1px solid rgba(155, 155, 155, 0.2);
  -webkit-box-align: center;
  align-items: center;
}

.landing-container .landing-footer .landing-footer-bottom .all-rights-reserved {
  font-size: 12px;
  color: rgba(155, 155, 155, 0.5);
}

.landing-container .landing-footer .landing-footer-bottom .social {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  list-style-type: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
}

@media only screen and (max-width: 694px) {
  .landing-container .landing-footer .landing-footer-bottom .social {
    display: none;
  }
}

.landing-container .landing-footer .landing-footer-bottom .social li a img {
  margin-left: 8px;
  width: 20px;
  height: 20px;
}

.landing-container .close {
  position: fixed;
  opacity: 1;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  padding-left: 10px;
}

.bubbles-container {
  background-color: transparent;
  position: fixed;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.bubbles-container .bubble {
  max-width: 486px;
  min-width: 486px;
  border-radius: 8px;
  font-size: 14px;
  padding: 28px 28px 80px 28px;
  position: absolute;
  background-color: #ffffff;
  z-index: 10000;
  top: 10px;
  opacity: 0.9;
  display: none;
}

.bubbles-container .bubble button {
  width: 80px;
  height: 26px;
  border-radius: 4px;
  border: 1px solid #4a4a4a;
  background-color: #ffffff;
  font-size: 12px;
  color: #4a4a4a;
  text-align: center;
  position: absolute;
  cursor: pointer;
  bottom: 20px;
  box-shadow: none;
}

.bubbles-container .bubble button:hover, .bubbles-container .bubble button:active, .bubbles-container .bubble button:focus {
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #4a4a4a;
  background-color: #ffffff;
  color: #4a4a4a;
}

.bubbles-container .bubble .arrow {
  width: 65px;
  height: 43px;
  background-color: white;
  position: absolute;
}

.bubbles-container .bubble .arrow-1 {
  background: transparent url("../images/icons/bubble-arrow-down.png") no-repeat center center;
  background-size: 32px 21px;
  bottom: -32px;
  right: 193px;
}

.bubbles-container .bubble .arrow-2 {
  top: -32px;
  background: transparent url("../images/icons/bubble-arrow-up.png") no-repeat center center;
  background-size: 32px 21px;
  right: 170px;
}

.bubbles-container .bubble .arrow-3 {
  top: -32px;
  background: transparent url("../images/icons/bubble-arrow-up.png") no-repeat center center;
  background-size: 32px 21px;
  right: 17px;
}

.bubbles-container .bubble .arrow-4 {
  top: -32px;
  background: transparent url("../images/icons/bubble-arrow-up.png") no-repeat center center;
  background-size: 32px 21px;
  right: 220px;
}

.bubbles-container .bubble .arrow-5 {
  top: -32px;
  background: transparent url("../images/icons/bubble-arrow-up.png") no-repeat center center;
  background-size: 32px 21px;
  left: 119px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-filter: FlipH;
  filter: FlipH;
  -ms-filter: "FlipH";
}

.bubbles-container .bubble .next, .bubbles-container .bubble .done {
  right: 20px;
}

.bubbles-container .bubble .previous {
  right: 110px;
}

.bubbles-container .bubble .skip {
  right: 200px;
}

.bubbles-container .bubble-1 {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.bubbles-container .bubble-1 .skip {
  right: 110px;
}

.bubbles-container .bubble-2 {
  right: 32px;
}

.bubbles-container .bubble-3 {
  right: 12px;
}

.bubbles-container .bubble-4 {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.bubbles-container .bubble-5 {
  left: 83px;
}

/*# sourceMappingURL=app.css.map */
