/*343d58*/
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../styles/fonts/SourceSansPro-Regular.ttf');
}
#account h2 .edit {
  font-size: 0.7em;
  margin-right: 1em;
  text-transform: none;
  cursor: pointer;
}
#account .tabs {
  margin: .5em 0 1em;
  padding: 0 .4em;
  border-bottom: 2px solid #c6cad5;
}
#account .tabs li {
  display: inline-block;
  padding: 0.5em 0.8em;
  color: #333d58;
  cursor: pointer;
}
#account .tabs li i {
  display: none;
}
#account .tabs li:hover {
  background: #eee;
}
#account .tabs li.active {
  background: #d8dae4;
}
#account .bio-title {
  font-size: 1.6em;
  color: #aaa;
}
#account .bio-area {
  float: right;
  width: 75%;
  height: 90px;
  margin-top: 10px;
}
#account .invite-form {
  margin-left: 0.7em;
}
#account .invite-form input {
  margin-left: 0;
}
#account .invite-form .title {
  width: 13em;
  font-size: 1.4em;
  text-transform: uppercase;
  border-bottom: 1px solid #333d58;
  color: #333d58;
  padding: 0.2em 0;
}
#account .edit-tab h3 {
  font-weight: bold;
  margin: 1em 0;
  font-size: 1.4em;
}
#account .edit-tab .radio-container {
  margin: 0.2em 0;
}
#account .edit-tab .radio-container label {
  margin-left: 0;
}
#account .edit-tab .controls {
  margin: 2em 1em 1em;
}
#account .edit-tab .response > li {
  padding: 0.4em 0.8em;
}
#account .edit-tab .response .label {
  width: 11em;
  display: inline-block;
  font-size: 1.1em;
}
#account .edit-tab .response .target {
  display: inline-block;
}
#account .edit-tab .response .target ul.token-input-list-facebook {
  -webkit-appearance: none !important;
  border-radius: 0px;
  border: 1px solid #dadada;
  background: #e5e5e5;
  padding: 0.8em 1.1em;
  width: 16em;
  color: #333d58;
  margin: 0.5em 0.7em;
  font-size: 1em;
  padding: 0.2em 0.4em !important;
}
#account .edit-tab .response .target ul.token-input-list-facebook:hover {
  border: 1px solid #c2d1ee;
}
#account .edit-tab .response .target ul.token-input-list-facebook:focus {
  border: 1px solid #43b1ff;
  background: #eee;
}
#account .edit-tab .response .target ul.token-input-list-facebook:active,
#account .edit-tab .response .target ul.token-input-list-facebook:hover,
#account .edit-tab .response .target ul.token-input-list-facebook:focus {
  outline: none;
}
#account .edit-tab .response .target input,
#account .edit-tab .response .target select,
#account .edit-tab .response .target ul.token-input-list-facebook {
  box-sizing: border-box;
  margin: 0;
  padding: 0.4em 0.6em;
  width: 14em;
}
#account .edit-tab .response .target input[type="file"] {
  font-size: 0.8em;
  max-width: 17em;
  width: 17em;
  overflow: hidden;
  display: inline-block;
}
#account .edit-tab .response .target select {
  width: 14em;
}
.no-border {
  border: 0 !important;
}
.user-info {
  width: 100%;
  margin: 1.5em auto 2em;
}
.user-info td {
  vertical-align: top;
}
.user-info .avatar {
  padding: .5em .5em 0;
  width: 18%;
  min-width: 9em;
  text-align: center;
}
.user-info .avatar img {
  margin: 0 0.4em 0 0;
  max-width: 9em;
  max-height: 8em;
  border: 1px solid #333d58;
}
.user-info .info {
  width: 32%;
  vertical-align: top;
  padding-right: 1em;
}
.user-info .bio {
  width: 50%;
  color: #333;
  text-align: right;
  border-left: 2px solid #C2C7CA;
}
.user-info .bio > div {
  text-align: left;
  display: inline-block;
  width: 85%;
}
.user-info .bio .interests {
  margin-top: 10px;
}
.user-info .bio .bio-title {
  float: left;
  text-align: center;
  width: 15%;
}
.user-info .follow-button {
  margin-top: 3px;
}
.mobile #account .edit-tab h3 {
  text-align: center;
}
.mobile #account .edit-tab .response > li {
  padding: 0.4em 0.4em;
}
.mobile #account .edit-tab .response .label {
  width: 6.5em;
}
.mobile #account #account-menu {
  margin-bottom: 1em;
}
.mobile #account #account-menu .tabs {
  padding: 0 0.4em;
  margin: 0 -0.4em;
  font-size: 1em;
  display: table;
  width: 100%;
}
.mobile #account #account-menu .tabs li {
  padding: 4.5pt 0;
  text-align: center;
  font-size: 11pt;
  display: table-cell;
  width: 1%;
}
.mobile #account #account-menu .tabs li i {
  display: none;
  font-size: 1.4em;
  line-height: 0.8em;
}
.mobile #account #account-menu .tabs li span {
  font-size: 1em;
  letter-spacing: -0.05em;
}
.mobile #account #account-menu .tabs li:last-of-type {
  border-right: 0;
}
.mobile #account .user-info {
  margin: 1.5em 0;
  width: 100%;
}
.mobile #account .user-info .follow-button {
  margin-top: 0;
}
.mobile #account .user-info .avatar {
  padding: 0;
  max-width: 8em !important;
  width: 1%;
}
.mobile #account .user-info .avatar img {
  margin: 0;
  max-width: 7.5em;
  max-height: 6.5em;
}
.mobile #account .user-info .info {
  width: auto;
}
.mobile #account .pass-reset {
  display: block;
}
.mobile #account .bio {
  border-left: 0;
  text-align: left;
  float: none;
  width: auto;
  margin: 10px 10px 0;
}
.mobile #account .bio-area {
  display: block;
  float: none;
  width: 90%;
  margin: 20px auto;
  height: 70pt;
}
.mobile #account .bio-title {
  border-left: 0;
  text-align: left;
  margin: 10px 10px 0;
}
.mobile #account .interests {
  margin: 10px;
  font-size: 1.2em;
}
.pass-reset {
  text-align: center;
}

/*343d58*/
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../styles/fonts/SourceSansPro-Regular.ttf');
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.popup-animate-show {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 300ms;
  -moz-animation-duration: 300ms;
  -ms-animation-duration: 300ms;
  -o-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
.popup-animate-show.hinge {
  -webkit-animation-duration: 300ms;
  -moz-animation-duration: 300ms;
  -ms-animation-duration: 300ms;
  -o-animation-duration: 300ms;
  animation-duration: 300ms;
}
.mobile-popup-animate-show {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 400ms;
  -moz-animation-duration: 400ms;
  -ms-animation-duration: 400ms;
  -o-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
.mobile-popup-animate-show.hinge {
  -webkit-animation-duration: 400ms;
  -moz-animation-duration: 400ms;
  -ms-animation-duration: 400ms;
  -o-animation-duration: 400ms;
  animation-duration: 400ms;
}

/*343d58*/
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../styles/fonts/SourceSansPro-Regular.ttf');
}
.btn-main {
  padding: 0.4em 0.8em;
  font-size: 11pt;
  display: inline-block;
  cursor: pointer;
  min-width: 5.5em;
  text-align: center;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
  color: #ffffff;
  background: #333d58;
  /*border-bottom: 2px solid @border;
   border-right: 2px solid @border;
   -webkit-box-shadow: inset 0 -2px @border;
   box-shadow: inset 0 -2px @border;*/
  border: 1px solid #202738;
}
.btn-main:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #2a3248;
}
.btn-main:hover {
  color: #ffffff;
}
.btn-white {
  padding: 0.4em 0.8em;
  font-size: 11pt;
  display: inline-block;
  cursor: pointer;
  min-width: 5.5em;
  text-align: center;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
  color: #454545;
  background: #ecf0f1;
  /*border-bottom: 2px solid @border;
   border-right: 2px solid @border;
   -webkit-box-shadow: inset 0 -2px @border;
   box-shadow: inset 0 -2px @border;*/
  border: 1px solid #cfd9db;
}
.btn-white:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #dde4e6;
}
.btn-white:hover {
  color: #454545;
}
.btn-sliver {
  padding: 0.4em 0.8em;
  font-size: 11pt;
  display: inline-block;
  cursor: pointer;
  min-width: 5.5em;
  text-align: center;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
  color: #ffffff;
  background: #bdc3c7;
  /*border-bottom: 2px solid @border;
   border-right: 2px solid @border;
   -webkit-box-shadow: inset 0 -2px @border;
   box-shadow: inset 0 -2px @border;*/
  border: 1px solid #a1aab0;
}
.btn-sliver:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #afb6bb;
}
.btn-sliver:hover {
  color: #ffffff;
}
.btn-facebook {
  padding: 0.4em 0.8em;
  font-size: 11pt;
  display: inline-block;
  cursor: pointer;
  min-width: 5.5em;
  text-align: center;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
  color: #ffffff;
  background: #355093;
  /*border-bottom: 2px solid @border;
   border-right: 2px solid @border;
   -webkit-box-shadow: inset 0 -2px @border;
   box-shadow: inset 0 -2px @border;*/
  border: 1px solid #273c6e;
  font-size: 13pt;
  min-width: 115pt;
  margin-bottom: 10pt;
}
.btn-facebook:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #2e4680;
}
.btn-facebook:hover {
  color: #ffffff;
}
.btn-facebook:before {
  font-family: "fontello";
  display: inline-block;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  content: '\e81c';
  margin-right: 10px;
  margin-left: -20px;
}
.btn-twitter {
  padding: 0.4em 0.8em;
  font-size: 11pt;
  display: inline-block;
  cursor: pointer;
  min-width: 5.5em;
  text-align: center;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
  color: #ffffff;
  background: #3cb4e9;
  /*border-bottom: 2px solid @border;
   border-right: 2px solid @border;
   -webkit-box-shadow: inset 0 -2px @border;
   box-shadow: inset 0 -2px @border;*/
  border: 1px solid #199ed9;
  font-size: 13pt;
  min-width: 115pt;
  margin-bottom: 10pt;
}
.btn-twitter:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #25abe6;
}
.btn-twitter:hover {
  color: #ffffff;
}
.btn-twitter:before {
  font-family: "fontello";
  display: inline-block;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  content: '\e81b';
  margin-right: 10px;
  margin-left: -20px;
}

/*343d58*/
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../styles/fonts/SourceSansPro-Regular.ttf');
}
#collection-controls {
  position: relative;
  height: 0px;
  overflow: visible;
  z-index: 1002;
  line-height: 1.4em;
  font-size: 0.9em;
}
#collection-controls table {
  display: table;
  width: 50%;
  background-color: #343d58;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.1em;
}
#collection-controls table td {
  width: 33%;
  overflow: hidden;
  cursor: pointer;
}
#collection-controls table td .name {
  max-width: 98%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#collection-controls .inner {
  padding: 0.3em 0.4em;
}
#collection-controls .inner.inner-footer {
  padding-bottom: 0.2em;
  cursor: pointer;
}
#collection-controls .inner.inner-footer:active {
  background-color: #604b46;
  color: #fff;
}
#collection-controls .label {
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-bottom: 0.2em;
}
#collection-controls .name {
  font-size: 0.9em;
}
#collection-controls .inner:active {
  background-color: #604b46;
  color: #fff;
}
#collection-controls .bordered {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
#collection-controls .message {
  color: #FFFFFF;
  text-align: center;
  z-index: 1000;
  font-size: 1em;
  cursor: pointer;
}
.desktop #collection-controls {
  margin: 5px 0 0 5px;
}
.desktop #collection-controls.fixed-top {
  position: fixed;
  width: 100%;
  max-width: 64em;
}
.desktop #collection-controls table {
  min-width: 395px;
}
.desktop #collection-controls .message {
  background: #333d58;
  height: 3.8em;
  line-height: 3.8em;
  padding-left: 0.4em;
  position: absolute;
  width: 50%;
  opacity: 0;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}
.desktop #collection-controls .message:hover {
  opacity: 1;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}
.mobile #collection-controls {
  height: auto;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  border-top: 1px solid #333d58;
}
.mobile #collection-controls table {
  width: 100%;
  position: static;
  border-top: 0.2em solid #fff;
}
.mobile #collection-controls .message {
  background: rgba(51, 61, 88, 0.8);
  line-height: 3.4em;
  top: 0.1em;
  left: 0;
  right: 0;
  bottom: 0;
  text-transform: none;
  z-index: 1000;
  position: absolute;
  font-size: 1.2em;
}

/*343d58*/
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../styles/fonts/SourceSansPro-Regular.ttf');
}
.collection {
  border: 1px solid #c6cad5;
  margin-bottom: 1em;
}
.collection-name-container {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.collection-name {
  font-size: 1.9em;
  text-transform: uppercase;
  color: #363436;
  padding: 10px 33px 5px;
  border-bottom: 1px solid #938681;
}
.like-buttons-container .count-likes {
  font-size: 12pt;
  float: right;
  margin: 5px 0 0;
  line-height: 1.2em;
  color: #49587f;
}
.like-buttons-container > div {
  cursor: pointer;
}
.mobile .btn-text {
  display: none;
}
.mobile .count-likes {
  font-size: 11pt;
  margin: 0;
  line-height: 1.4em;
}
.collection-items-container {
  padding: 0.6em 1.6em;
  overflow: hidden;
  color: #604c46;
}
.collection-items-container .description-header {
  font-size: 1.4em;
  line-height: 2.5em;
  color: #333d58;
  font-weight: bold;
  margin-left: -0.6em;
}
.collection-items-container .description-text {
  font-size: 1.4em;
  line-height: 1.2em;
  word-wrap: break-word;
}
.collection-images-container {
  padding: 0.6em 1.6em;
  position: relative;
  overflow: hidden;
  width: 60%;
  margin: 0 auto;
}
.collection-images-container .item {
  position: absolute;
  cursor: pointer;
  padding: 5px;
}
.collection-images-container .item img {
  width: 100%;
}
.collection-images-container .item .index {
  position: absolute;
  color: #333d58;
  background: #fff;
  font-size: 1em;
  line-height: 1.4em;
  height: 1.4em;
  width: 1.4em;
  overflow: hidden;
  text-align: center;
  border-radius: 100%;
}
.collection-images-container .item.hover {
  outline: 1px dashed #c6cad5;
}
.collection-images-container .item.active {
  outline: 1px solid #c6cad5;
  background: rgba(250, 250, 250, 0.55);
  z-index: 800 !important;
}
.collection-images-container .item.active .index {
  background: #333d58;
  color: #fff;
}
.collection-images-container img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.collection-image {
  padding: 0.6em 1.6em;
  width: 60%;
  margin: 0 auto;
}
.collection-image img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.collection-clothes {
  line-height: 1.7em;
}
.collection-clothes li div {
  font-size: 1.5em;
  display: inline;
  cursor: pointer;
}
.collection-clothes li div .clothing-name {
  color: #343d58;
  text-transform: capitalize;
}
.collection-clothes li a {
  font-size: 1.2em;
}
.collection-clothes li a.buy {
  border-bottom: 1px dashed;
  line-height: 1em;
}
.collection-clothes li a.buy:hover {
  text-decoration: none;
  border-bottom: 1px solid;
}
.collection-clothes li.active div {
  font-weight: bold;
}
.mobile .collection-clothes li {
  clear: both;
  padding: 0.2em 0;
  margin-bottom: 0.3em;
}
.mobile .collection-clothes li.hover {
  text-shadow: none;
}
.mobile .collection-clothes li a.buy {
  font-size: 1.3em;
}
.mobile .collection-images-container .item.hover.active {
  outline: 1px solid #c6cad5;
}
.collection-description-container .table,
.collection-table .description .table {
  width: 100%;
  color: #343d58;
  letter-spacing: 0.04em;
}
.collection-description-container .table .user-avatar,
.collection-table .description .table .user-avatar {
  width: 5em;
}
.collection-description-container .table .user-avatar img,
.collection-table .description .table .user-avatar img {
  margin-right: 0.4em;
}
.collection-description-container img,
.collection-table .description img {
  width: 4.1em;
  float: left;
  border: 1px solid #c6cad5;
}
.collection-description-container a,
.collection-table .description a {
  color: #333d58;
}
.collection-description-container .collection-author,
.collection-table .description .collection-author {
  font-size: 1.2em;
  max-width: 55%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
}
.collection-description-container .collection-tags,
.collection-table .description .collection-tags,
.collection-description-container .collection-time-live,
.collection-table .description .collection-time-live {
  padding-top: 0.7em;
  line-height: 1.7em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.collection-description-container .collection-time-live .time-icon,
.collection-table .description .collection-time-live .time-icon {
  float: left;
  margin-right: 0.2em;
}
.collection-description-container .collection-time-live .time-icon:before,
.collection-table .description .collection-time-live .time-icon:before {
  font-family: "fontello";
  display: inline-block;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  content: "\e806";
  font-size: 1.2em;
  line-height: 1.15em;
}
.collection-description-container .collection-tags,
.collection-table .description .collection-tags {
  max-width: 68%;
  display: inline-block;
}
.collection-description-container .collection-time-live,
.collection-table .description .collection-time-live {
  display: inline-block;
}
.collection-description-container .save-btn,
.collection-table .description .save-btn,
.collection-description-container .like-btn,
.collection-table .description .like-btn,
.collection-description-container .edit-btn,
.collection-table .description .edit-btn {
  line-height: 1em;
  margin-left: 10px;
  margin-top: 5px;
  text-align: center;
  color: #333d58;
}
.collection-description-container .collection-tags,
.collection-table .description .collection-tags {
  color: #696f84;
  text-align: right;
}
.collection-description-container {
  background: #e6e7eb;
  padding: 10px 20px 10px 20px;
}
.collection-table {
  margin-bottom: 0.7em;
  border: 1px solid #c6cad5;
}
.collection-table td {
  vertical-align: top;
}
.collection-table .description {
  background: #EDEFF1;
  padding: 0.4em 1em 0.6em;
  width: 35%;
}
.collection-table .description .collection-author {
  overflow: visible;
  max-width: none;
}
.collection-table .description .collection-tags {
  text-align: left;
  overflow: visible;
  padding-top: 0em;
}
.collection-table .description .desktop-collection-name {
  font-size: 1.4em;
  margin: .2em 0;
}
.collection-table .description .subtitle {
  border-bottom: 1px solid #e3e5eb;
  font-size: 0.9em;
  padding: 0 1em;
  margin: .6em 0 .4em;
  color: #7080a4;
  text-align: right;
  text-transform: uppercase;
}
.collection-table .description .like-icon,
.collection-table .description .save-icon,
.collection-table .description .edit-icon {
  font-size: 1.4em;
  left: -3px;
  line-height: 1.4em;
  margin: 0 auto;
  position: relative;
  top: 2px;
}
.collection-table .image {
  width: 65%;
}
.blue-border {
  border: 1px solid #c6cad5;
}
.mobile .collection {
  border: 1px solid #c6cad5;
  margin: 0.4em 0 1em;
}
.mobile .collection .collection-description-container {
  border-bottom: 0;
  padding: 8px;
}
.mobile .collection-description-container {
  padding-left: 15px;
  border-bottom: 1px solid #c6cad5;
}
.mobile .collection-description-container .collection-time-live {
  padding-top: 0.4em;
}
.mobile .collection-description-container .collection-tags {
  padding-top: 0.2em;
  max-width: 100pt;
}
.mobile .collection-description-container .user-avatar {
  width: 4.8em;
}
.mobile .collection-description-container .save-btn,
.mobile .collection-description-container .like-btn,
.mobile .collection-description-container .edit-btn {
  margin-top: 0;
  margin-left: 5px;
}
.mobile .collection-description-container .collection-author {
  font-size: 1.3em;
  max-width: 100pt !important;
}
.mobile .collection-description-container .collection-time-live {
  font-size: 1.1em;
}
.mobile .collection-description-container .collection-tags {
  font-size: 1.2em;
}
.mobile .collection-description-container .like-buttons-container {
  font-size: 1.5em;
}
.mobile .collection-description-container .collection-time-live .time-icon:before {
  font-size: 1.2em;
}
.mobile .collection-name {
  font-size: 1.5em;
  padding: 0.1em .6em .2em;
  border-bottom: 1px solid #c6cad5;
}
.mobile .like-buttons-container {
  float: right;
  margin-top: 5px;
  white-space: normal;
}
.mobile .collection-images-container {
  padding-left: 1.3em;
  width: auto;
}
.mobile .collection-items-container {
  padding: 0.8em 1.3em;
  width: auto;
}

/*343d58*/
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../styles/fonts/SourceSansPro-Regular.ttf');
}
#add-item .hr,
#add-collection .hr {
  clear: both;
  margin: 1.3em 0;
}
#add-item .title,
#add-collection .title {
  width: 13em;
  font-size: 1.4em;
  text-transform: uppercase;
  border-bottom: 1px solid #333d58;
  color: #333d58;
  text-align: center;
  margin: 0.6em auto;
  padding: 0.2em 0;
}
#add-item .name,
#add-collection .name {
  width: 20em;
  margin: 0.5em auto;
  text-transform: uppercase;
}
#add-item .name input,
#add-collection .name input {
  border: 1px solid rgba(216, 218, 228, 0.7);
  background: rgba(216, 218, 228, 0.7);
  padding: 0.8em 1.1em;
  width: 25.8em;
  color: #333d58;
  margin: 0.8em auto;
  font-size: 1em;
  text-align: center;
  border-radius: 0px;
  width: 18em;
}
#add-item .public-switch,
#add-collection .public-switch {
  text-align: center;
  color: #aaa;
  text-transform: uppercase;
}
#add-item .controls,
#add-collection .controls {
  max-width: 550px;
  margin: 0 auto;
}
#add-item .controls .options li,
#add-collection .controls .options li {
  display: inline-block;
  width: 23%;
  text-align: center;
}
#add-item .controls .options li a,
#add-collection .controls .options li a {
  cursor: pointer;
  color: #333d58;
  text-transform: uppercase;
}
#add-collection #editor {
  border: 1px solid #c6cad5;
  background: #FAFAFF;
  margin: 1em auto;
  width: 62%;
  position: relative;
  overflow: hidden;
}
#add-collection #editor .please_choose {
  color: #A7A7A7;
  font-size: 1.4em;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 44%;
  vertical-align: middle;
  width: 100%;
}
#add-collection #editor .controls {
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 500;
}
#add-collection #editor .controls a {
  display: inline-block;
  height: 1.3em;
  line-height: 1.3em;
  padding: 0 0.9em;
  color: #fff;
  cursor: pointer;
  background: #333d58;
  text-transform: uppercase;
  padding: 6px  0.9em;
}
#add-collection #editor .content {
  padding: 10px;
  min-height: 12em;
  overflow: hidden;
}
#add-collection #editor .content .item {
  display: inline-block;
  position: absolute;
}
#add-collection #editor .content .item .wrap {
  position: relative;
}
#add-collection #editor .content .item .wrap img {
  height: 100%;
  width: auto;
  cursor: move;
}
#add-collection #editor .content .item .wrap .resize {
  height: 30px;
  width: 30px;
  position: absolute;
  display: none;
}
#add-collection #editor .content .item .wrap .resize.lt {
  top: -11px;
  left: -11px;
  background: url('../resources/resize-lt.png') no-repeat center;
  cursor: nw-resize;
}
#add-collection #editor .content .item .wrap .resize.lb {
  bottom: -6px;
  left: -11px;
  background: url('../resources/resize-lb.png') no-repeat center;
  cursor: sw-resize;
}
#add-collection #editor .content .item .wrap .resize.rt {
  top: -11px;
  right: -11px;
  background: url('../resources/resize-rt.png') no-repeat center;
  cursor: ne-resize;
}
#add-collection #editor .content .item .wrap .resize.rb {
  bottom: -6px;
  right: -11px;
  background: url('../resources/resize-rb.png') no-repeat center;
  cursor: se-resize;
}
#add-collection #editor .content .item .wrap .close {
  height: 25px;
  width: 25px;
  background: url('../resources/close-icon.png') no-repeat;
  top: -32px;
  right: -32px;
  position: absolute;
  display: none;
  cursor: pointer;
}
#add-collection #editor .content .item .wrap .rotate {
  height: 20px;
  width: 20px;
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 100%;
  left: -32px;
  bottom: -32px;
  position: absolute;
  display: none;
  cursor: pointer;
}
#add-collection #editor .content .item.active .resize,
#add-collection #editor .content .item.active .close,
#add-collection #editor .content .item.active .rotate {
  display: inline-block;
}
#add-collection #editor .content .item.active img {
  outline: 1px dashed #333d58;
}
#add-collection .mobile #editor .controls {
  height: 30px;
}
#add-collection .mobile #editor .controls a {
  height: 30px;
}
#add-collection .container {
  clear: both;
  margin: 10px 0;
}
#add-collection .container .name {
  float: left;
  width: 200px;
  text-align: right;
  margin: 5px 10px 5px 0;
  font-size: 1em;
  color: #333d58;
}
#add-collection .container .content .description {
  width: 56%;
  height: 6em;
  padding: 0.5em 1%;
  background: rgba(216, 218, 228, 0.7);
  border: 1px solid rgba(216, 218, 228, 0.7);
}
#add-collection .container .content #tags {
  width: 48%;
  background: rgba(216, 218, 228, 0.7);
  border: 1px solid rgba(216, 218, 228, 0.7);
  clear: none;
  margin: 0;
  padding: 4px 6px;
}
#add-collection .container .content .add-tags-btn {
  text-decoration: underline;
  margin-left: 1%;
}
#add-collection .add-tags,
#add-collection .description {
  padding: 0.2em;
  background: #d8dae4;
}
#add-collection .add-tags .button,
#add-collection .description .button {
  display: inline-block;
  height: 1.3em;
  line-height: 1.3em;
  padding: 0 0.9em;
  color: #fff;
  cursor: pointer;
  background: #333d58;
  text-transform: uppercase;
  float: right;
  padding: 0.2em 0.6em;
}
#add-collection .add-tags .content,
#add-collection .description .content {
  float: left;
}
#add-collection .info-table {
  width: 100%;
}
#add-collection .info-table td {
  padding: 3px 10px;
}
#add-collection .info-table td:first-of-type {
  text-align: right;
  max-width: 2em;
}
#items-popup .items-header .items-search {
  float: right;
  border: 1px solid rgba(216, 218, 228, 0.7);
  background: rgba(216, 218, 228, 0.7);
  padding: 0.8em 1.1em;
  width: 25.8em;
  color: #333d58;
  margin: 0.8em auto;
  text-align: center;
  border-radius: 0px;
  width: 10em;
  height: 1em;
  font-size: 1em;
  line-height: 1em;
  padding: 0.4em;
  margin: 0;
  text-align: right;
  background: #fafafa;
}
#items-popup .items-header .items-title {
  float: left;
  font-size: 1.3em;
  border-bottom: 1px solid #eee;
  margin-bottom: .5em;
  padding: 0 .3em .3em;
  text-transform: uppercase;
}
#items-popup .filters {
  margin: 0 0 10px;
  padding: 3px 10px;
  background: rgba(216, 218, 228, 0.4);
  color: #fff;
}
#items-popup .list {
  text-align: center;
}
#items-popup .items {
  margin: 5px 0;
  max-height: 15em;
  overflow-y: auto;
}
#items-popup .items .item {
  display: inline-block;
  position: relative;
  font-size: 0px;
  margin: 5px;
}
#items-popup .items .item img {
  max-width: 160px;
  max-height: 140px;
  cursor: pointer;
}
#items-popup .items .item .check {
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  background: #eee;
  height: 20px;
  width: 20px;
  cursor: pointer;
  border: 2px solid #fff;
}
#items-popup .items .item .check:hover {
  background: #ddd;
}
#items-popup .items .item .check.checked {
  background: #333d58;
}
#items-popup .items-footer {
  text-align: right;
  margin-bottom: -10px;
  margin-top: 10px;
}
#items-popup .items-footer .add-items {
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
}
div[switcher] {
  display: inline-block;
  background: #d8dae4;
  color: #fff;
  width: 5.6em;
  height: 1.4em;
  cursor: pointer;
  margin: 0 5px;
  line-height: 1em;
}
div[switcher] .inner-switch {
  display: none;
  text-align: left;
}
div[switcher] .inner-switch.n1 {
  text-align: right;
}
div[switcher] .inner-switch.active {
  display: block;
}
div[switcher] .inner-switch span {
  display: inline-block;
  text-align: center;
  width: 2.8em;
  height: 1.4em;
  font-size: 1em;
  line-height: 1.2em;
  vertical-align: middle;
  background: #333d58;
}
div[switcher] input {
  display: none;
}
#add-item .container {
  text-align: center;
  width: 38em;
  margin: 0.5em auto;
  text-transform: uppercase;
  max-width: 98%;
  clear: both;
  /*width: 60%;*/
}
#add-item .container .content-name {
  text-align: right;
  margin-top: 0.8em;
  padding-top: 0.8em;
  float: left;
  width: 17%;
  min-width: 6em;
  color: #333d58;
}
#add-item .container input.content {
  border: 1px solid rgba(216, 218, 228, 0.7);
  background: rgba(216, 218, 228, 0.7);
  padding: 0.8em 1.1em;
  width: 25.8em;
  color: #333d58;
  margin: 0.8em auto;
  font-size: 1em;
  text-align: center;
  border-radius: 0px;
  margin: 0.2em auto;
  text-align: left;
  width: 69%;
}
#add-item .token-container .content-name {
  margin-top: 0;
}
#add-item .token-container .token-input-list-facebook {
  padding: 0.8em 1.1em;
  margin: 0 auto;
  width: 70%;
  background: rgba(216, 218, 228, 0.7);
  border: 1px solid rgba(216, 218, 228, 0.7);
  clear: none;
  display: inline-block;
}
#add-item .token-container .token-input-list-facebook input,
#add-item .token-container .token-input-list-facebook li {
  margin: 0;
  border: 0;
  text-transform: none;
}
#add-item .token-container .token-input-list-facebook input {
  background: rgba(216, 218, 228, 0);
}
#add-item .token-container .token-input-list-facebook li {
  font-size: 1.2em;
  margin: 0 2px;
}
#add-item .name input {
  width: 90%;
}
#add-item .item-pic {
  max-width: 20em;
}
#add-item .item-pic .description {
  text-transform: lowercase;
}
#add-item #image-preview {
  max-width: 95%;
  min-height: 100px;
  min-width: 100px;
  background: #eee;
  padding: 0.3em;
  border: 1px solid #333d58;
  display: inline-block;
}
#add-item #image-input {
  position: fixed;
  top: -10000px;
}
#add-item .controls .options {
  text-align: right;
}
.mobile #add-item .token-container {
  width: 20em;
  margin: 0 auto;
}
.mobile #add-item .token-container .token-input-list-facebook {
  width: 90%;
}
.mobile #add-item .token-container .token-input-list-facebook input,
.mobile #add-item .token-container .token-input-list-facebook li {
  font-size: 1em;
  padding: 0 2px;
}
.mobile #add-item .container {
  text-align: center;
  width: 95%;
}
.mobile #add-item .container .content-name {
  margin-top: 0;
  width: 90%;
  text-align: center;
}
.mobile #add-item .container input.content {
  margin: 0 auto;
  width: 90%;
}
.mobile #add-collection .item .lt,
.mobile #add-collection .item .rt,
.mobile #add-collection .item .rb {
  display: none !important;
}
.mobile #add-collection .item .close {
  top: -14px !important;
  right: -14px !important;
}
.mobile #add-collection #editor {
  margin: 1em -0.3em !important;
  border-left: none;
  border-right: none;
  width: auto;
}
.mobile #add-collection .name {
  width: 100%;
}
.mobile #add-collection .name input {
  width: 96%;
  padding: 0.8em 2%;
}
.mobile #add-collection .container {
  clear: both;
  margin: 5px 0 20px;
  text-align: center;
}
.mobile #add-collection .container .name {
  float: none;
  width: auto;
  margin: 5px 0;
  text-align: center;
  font-size: 1.3em;
}
.mobile #add-collection .container .content .description {
  width: 98%;
  height: 6em;
  padding: 0.5em 1%;
  background: rgba(216, 218, 228, 0.7);
  border: 1px solid rgba(216, 218, 228, 0.7);
  color: #333D58;
}
.mobile #add-collection .container .content #tags {
  width: 96%;
}

/*343d58*/
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../styles/fonts/SourceSansPro-Regular.ttf');
}
div.token-input-dropdown-facebook {
  z-index: 1070 !important;
}
.modal .popup-list {
  width: 90%;
  min-width: 18em;
  margin: 0 auto;
  /*input[type='text']:focus,
      input[type='text']:hover {
         border : none;
      }*/
}
.modal .popup-list .chars-title {
  padding: 0.4em 0 .8em;
  text-align: center;
  font-size: 1.1em;
}
.modal .popup-list label {
  padding: 0.3em 0.6em;
}
.modal .popup-list label input[type="checkbox"] {
  padding: 0;
  margin-bottom: 0;
  vertical-align: bottom;
  top: -1px;
}
.modal .popup-list .name {
  text-transform: uppercase;
  margin-bottom: 0.2em;
}
.modal .popup-list .container {
  margin-bottom: 0.3em;
}
.modal .popup-list .container .name {
  margin-bottom: 0;
  padding-top: 0.5em;
  float: left;
  width: 30%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.modal .popup-list .container ul.token-input-list-facebook {
  padding: 0.2em 0;
  width: 69%;
  margin: 0 auto;
  background: rgba(216, 218, 228, 0.7);
  border: 1px solid rgba(216, 218, 228, 0.7);
  clear: none;
}
.modal .popup-list .container ul.token-input-list-facebook input {
  background: rgba(216, 218, 228, 0);
}
.modal .popup-list .custom-tag-container ul.token-input-list-facebook {
  width: 100%;
}
.modal .popup-list input[type='text'] {
  padding: 0.4em 0.2em;
  margin: 0.1em;
}
.modal .popup-list .divider {
  width: 100%;
  height: 10px;
  margin: 0 auto 0.4em;
}
.modal .popup-list ul.age {
  width: 50%;
  float: left;
}
.mobile #filter-options .popup-list .container .name {
  padding-top: 0.8em;
}
#save-filter-title {
  width: 50%;
}
#save-filter {
  padding: 0.8em 1.1em;
  margin: 0.7em 0;
  font-size: 0.9em;
  letter-spacing: 0.2em;
}
#save-filter:hover,
#save-filter:active {
  background: #202738;
}

/*343d58*/
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../styles/fonts/SourceSansPro-Regular.ttf');
}
.icon-star:before {
  content: '\e802';
}
/* '' */
.icon-star-empty:before {
  content: '\e803';
}
/* '' */
.icon-menu-1:before {
  content: '\e819';
}
/* '' */
.icon-heart-empty:before {
  content: '\e801';
}
/* '' */
.icon-heart:before {
  content: '\e800';
}
/* '' */
.icon-mail:before {
  content: '\e805';
}
/* '' */
.icon-pencil:before {
  content: '\e809';
}
/* '' */
.icon-ok:before {
  content: '\e80a';
}
/* '' */
.icon-cancel:before {
  content: '\e80b';
}
/* '' */
.icon-ccw:before {
  content: '\e818';
}
/* '' */
.icon-menu:before {
  content: '\e807';
}
/* '' */
.icon-list-bullet:before {
  content: '\e808';
}
/* '' */
.icon-angle-double-left:before {
  content: '\e813';
}
/* '' */
.icon-facebook-rect:before {
  content: '\e81c';
}
/* '' */
.icon-twitter-bird:before {
  content: '\e81b';
}
/* '' */
.icon-picture:before {
  content: '\e80e';
}
/* '' */
.icon-trophy:before {
  content: '\e80d';
}
/* '' */
.icon-user:before {
  content: '\e80c';
}
/* '' */
.icon-search:before {
  content: '\e804';
}
/* '' */
.icon-clock-1:before {
  content: '\e806';
}
/* '' */
[class^="icon-"]:before {
  font-family: "fontello";
  display: inline-block;
  text-align: center;
  font-weight: normal;
  font-style: normal;
}
.icon-cancel:before {
  font-family: "fontello";
  display: inline-block;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  content: '\e80b';
}

/*343d58*/
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../styles/fonts/SourceSansPro-Regular.ttf');
}
.page-footer {
  background: #fff;
  border-top: 4px solid #333d58;
  color: #333d58;
  max-width: 64em;
  text-align: justify;
  margin-top: 1.4em;
}
.mobile .page-footer {
  border-top: 0;
}
.mobile .push-footer {
  height: 2.8em;
}
#desktop-footer-menu {
  border-top: 1px solid #333d58;
  margin-top: 1px;
  padding: 8px 33px 10px;
  text-transform: uppercase;
  color: #333d58;
  font-size: 1em;
}
#desktop-footer-menu li {
  float: left;
  padding: 0;
}
#desktop-footer-menu li .diveder {
  padding: 0 5px;
}

/*343d58*/
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../styles/fonts/SourceSansPro-Regular.ttf');
}
.page-header {
  text-align: justify;
  position: fixed;
  max-width: 64em;
  width: 100%;
  z-index: 1001;
}
.page-header .header-message {
  color: #222;
  background: #fff;
  text-align: center;
  padding: 2px;
  font-size: 1em;
  border: 1px solid #c6cad5;
  border-top: 0px;
}
.page-header .header-message a {
  font-size: 1.15em;
}
.mobile .page-header {
  border-top: 3px solid #333d58;
  top: -3px;
  max-width: none;
}
.header-bar {
  height: 3.9em;
  background-color: #333d58;
  color: #fff;
}
.header-bar .menu-item {
  display: none;
  padding: 7px 0;
  height: 17px;
  border-right: 1px solid white;
  cursor: pointer;
  width: 3em;
  text-align: center;
}
/*  menu button*/
.menu-button {
  margin: 0 0.7em;
}
.menu-button span {
  width: 90%;
  height: 3px;
  margin-bottom: 4px;
  border-radius: 1000px;
  background: #fff;
  display: block;
}
/* menu-heading*/
.heading {
  text-transform: uppercase;
  font-size: 2.3em;
  line-height: 1.2em;
  letter-spacing: 0.2em;
}
.heading a:hover {
  color: #eee;
  text-decoration: none;
}
.menu-heading {
  margin-right: 33px;
  padding-top: 8px;
}
.menu-heading a {
  color: #fff;
  text-decoration: none;
}
#header-top {
  padding: 15px 33px 5px;
  background: #fff;
}
#header-top .menu {
  font-size: 0.8em;
  letter-spacing: 0.15em;
  color: #7080a4;
}
#header-top .menu:first-child {
  margin-right: 2.4em;
}
#header-top .diveder {
  margin: 0 10px;
}
#header-top .menu .control {
  position: relative;
}
#header-top .menu .control,
#header-top .menu a {
  text-transform: uppercase;
  color: #7080a4;
  cursor: pointer;
}
#header-top .menu #languages-menu {
  position: absolute;
  background: #333d58;
  width: 100%;
  border: 1px solid #fff;
  z-index: 1000;
  box-shadow: 1px 1px 8px #000;
}
#header-top .menu #languages-menu a {
  color: white;
  padding: 0.6em 0.6em;
  font-size: 1.2em;
  text-transform: uppercase;
  display: block;
  cursor: pointer;
}
#header-top .menu #languages-menu a:hover1,
#header-top .menu #languages-menu a:active {
  background: #202738;
}
#header-top .main-menu a {
  color: #a1a0a1;
}
#header-top .main-menu .active a {
  color: #363436;
}
#header-top .main-menu li {
  float: left;
  text-transform: uppercase;
  margin-right: 2.4em;
  position: relative;
}
#header-top .main-menu li .submenu {
  list-style: none;
  position: absolute;
  top: 15px;
  left: -35px;
  width: 160px;
  z-index: 2000;
  border: 1px solid #bbb;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}
#header-top .main-menu li .submenu li {
  border-top: 1px solid #ddd;
}
#header-top .main-menu li .submenu li a {
  background: #fff;
  color: #888;
  display: block;
  width: 160px;
  padding: 6px 0;
  text-align: center;
}
#header-top .main-menu li .submenu li a:hover {
  background: #eee;
  text-decoration: none;
}
#header-top .main-menu li .submenu li:first-of-type {
  border-top: 0;
}
#header-top .main-menu li .submenu:hover {
  display: block !important;
}
.push-header {
  height: 135px;
}
.logined .push-header {
  height: 110px;
}
.logined.mobile .push-header {
  height: 4.8em;
}
.mobile .push-header {
  height: 6.6em;
}
.mobile .header-bar {
  /*height: 5em;
      padding: 0;
      position: fixed;
      border-top: 3px solid @color-main-dark-blue;
      top: -3px;
      left: 0;
      z-index: 1000;
      width: 100%;*/
}
.mobile .header-bar table {
  width: 100%;
  height: 100%;
}
.mobile .header-bar table .empty {
  overflow: hidden;
  font-size: 1.4em;
  vertical-align: middle;
  padding: 0 .4em;
  text-align: center;
}
.mobile .header-bar table .empty .title {
  height: 1.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal;
  max-width: 92%;
  margin: 0 auto;
}
.mobile .header-bar table .border-left {
  border-left: 1pt solid #fff !important;
}
.mobile .header-bar table .border-right {
  border-right: 1pt solid #fff !important;
}
.mobile .header-bar .button {
  width: 5.5em;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.mobile .header-bar .button div {
  width: 45px;
  height: 45px;
  margin: 0 auto;
  text-align: center;
}
.mobile .header-bar .button div:before {
  font-family: "fontello";
  display: inline-block;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  font-size: 3em;
  line-height: 45px;
}
.mobile .header-bar .button:active {
  background: #202738;
}

/*343d58*/
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../styles/fonts/SourceSansPro-Regular.ttf');
}
.caret-icon {
  display: inline-block;
  background: url("../resources/icons.png") no-repeat -10px -121px;
  width: 12px;
  height: 1em;
}
.back-icon:before {
  content: "\e813";
}
.refresh-icon:before {
  content: "\e818";
}
.menu-icon:before {
  content: "\e819";
}
.save-icon,
.like-icon,
.edit-icon {
  /*display: block;*/
  width: 1.9em;
  font-size: 1.2em;
  margin: 0 auto;
  font-family: "fontello";
  line-height: 1em;
}
.select-icon {
  display: block;
  background: url("../resources/icons.png") no-repeat 0 -9em;
  width: 2em;
  height: 2em;
}
.save-icon:before {
  content: '\e803';
}
.save-icon.active:before {
  content: '\e802';
}
.like-icon:before {
  content: '\e801';
}
.like-icon.active:before {
  content: '\e800';
}
.edit-icon:before {
  content: '\e809';
}
.blue-arrow-icon {
  position: absolute;
  background: url("../resources/icons.png") no-repeat 0 -120px;
  width: 32px;
  height: 20px;
  right: 0;
  top: 15px;
}
.mobile .blue-arrow-icon {
  top: 8px;
}
.mobile .select-icon {
  background-position: 0 -8.3em;
  width: 1.7em;
  height: 1.7em;
  background-size: 1.7em;
  margin: 1px auto;
}

/*343d58*/
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../styles/fonts/SourceSansPro-Regular.ttf');
}
#invites p {
  font-size: 12pt;
}
#invites .centred {
  text-align: center;
  max-width: 22em;
  margin: 0.5em auto;
}
#invites .radio-container {
  max-width: 19em;
  text-align: left;
}
#invites .radio-container label {
  margin-bottom: 10px;
}

/*343d58*/
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../styles/fonts/SourceSansPro-Regular.ttf');
}
#item-list {
  margin: 0.3em;
}
#item-list .title {
  color: #363436;
  font-size: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #363436;
  margin: 0.3em 2em 0.3em 0.3em;
}
#item-list .title.grey {
  border: none;
  text-transform: capitalize;
  color: #a1a0a1;
}
#item-list .search input {
  margin: 0.5em 0;
  padding: 0.3em;
  text-align: right;
  letter-spacing: 0.2em;
  height: 21px;
}
#item-list .token-input-list-facebook,
#item-list .filters {
  background: #eeeeee;
  padding: 0.3em;
  border-radius: 4px 4px 4px 4px;
  margin-left: 0.3em;
  margin-bottom: 0.3em;
  border: none;
  width: auto;
}
#item-list .token-input-list-facebook input[type='text'],
#item-list .filters input[type='text'] {
  border: none;
}
#item-list .item {
  border: 1px solid #333d58;
  padding: 0.4em;
  width: 10.8em;
  max-width: 22%;
  margin: 0.2em;
  display: inline-block;
  white-space: nowrap;
  color: #333d58;
  position: relative;
}
#item-list .item .picture {
  width: 8.3em;
  margin: 0 auto;
}
#item-list .item .picture img {
  max-width: 8.3em;
  height: 8.3em;
  margin: 0 auto;
  display: block;
}
#item-list .item .name {
  margin-top: 10px;
  font-weight: bold;
  color: #363436;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
}
#item-list .item .brand,
#item-list .item .author,
#item-list .item .category {
  text-overflow: ellipsis;
  overflow: hidden;
}
#item-list .item .tags {
  text-overflow: ellipsis;
  overflow: hidden;
}
#item-list .item .price {
  color: #604c46;
  font-weight: bold;
}
#item-list .item .label {
  text-transform: capitalize;
  color: #604c46;
}
#item-list .item .select-control {
  position: absolute;
  width: 2em;
  height: 2em;
  background: #604c46;
  bottom: 0;
  right: 0;
}
#items-popup {
  width: 80%;
  max-width: 65em;
}
#items-popup .add-item {
  display: none;
}
#items-popup #item-list {
  margin: 0;
}
#items-popup #item-list .filters {
  background: rgba(216, 218, 228, 0.4);
}
#items-popup #item-list .item {
  border: 1px solid #fff;
  background: #fff;
}
#items-popup #item-list .title {
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-right: 1em;
}
#items-popup #item-list .title.grey {
  border: none;
  text-transform: capitalize;
}
#items-popup #item-list .list {
  overflow-y: auto;
  height: 22em;
}
#items-popup #item-list .name,
#items-popup #item-list .price {
  margin-top: 0px;
}
#items-popup .footer {
  border: none;
  padding: 1em 0 0;
  display: block !important;
}
#items-popup .footer a {
  margin-right: 1em;
}
.mobile #items-popup {
  width: 95%;
}
.mobile #item-list .item {
  max-width: 41%;
}

/*343d58*/
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../styles/fonts/SourceSansPro-Regular.ttf');
}
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-backface-visibility: hidden;
}
body.desktop,
html {
  min-height: 100%;
  height: 100%;
}
body {
  color: #342E2E;
  font-size: 1em;
  /*font-family: @font-main, sans-serif;*/
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "Source Sans Pro", 'Arial', sans-serif;
}
body.mobile {
  font-size: 0.8em;
}
body,
table,
td,
tr,
ul,
li,
p {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 5px 0;
  padding: 0;
  font-weight: normal;
  color: #333d58;
}
h3 {
  margin: 1px 0;
}
h1,
h2 {
  border-bottom: 1px solid #333D58;
  color: #333D58;
  font-size: 1.4em;
  margin: 0.6em auto;
  padding: 0.2em 1.5em;
  text-align: center;
  text-transform: uppercase;
}
.mobile h1,
.mobile h2 {
  display: none;
}
.h-wrap {
  text-align: center;
}
a {
  color: #333d58;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #2a3248;
  text-decoration: underline;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
table {
  width: 100%;
}
.desktop table {
  border-collapse: collapse;
}
[ng-cloak],
.ng-cloak {
  display: none;
}
.mute {
  color: #857f7f;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
.clear:before {
  content: "";
  display: table;
  height: 0;
  clear: both;
}
.mobile .clear-mobile {
  clear: both;
}
.mobile .clear-mobile:before {
  content: "";
  display: table;
  height: 0;
  clear: both;
}
.text-up {
  text-transform: uppercase;
}
.left {
  float: left;
}
.right {
  float: right;
}
.text-center {
  text-align: center;
}
.inline {
  display: inline-block;
}
.desktop .only-mobile {
  display: none;
}
.mobile .only-desktop {
  display: none;
}
select,
input[type='text'],
input[type='email'],
input[type='password'] {
  -webkit-appearance: none !important;
  border-radius: 0px;
  border: 1px solid #dadada;
  background: #e5e5e5;
  padding: 0.8em 1.1em;
  width: 16em;
  color: #333d58;
  margin: 0.5em 0.7em;
  font-size: 1em;
}
select:hover,
input[type='text']:hover,
input[type='email']:hover,
input[type='password']:hover {
  border: 1px solid #c2d1ee;
}
select:focus,
input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus {
  border: 1px solid #43b1ff;
  background: #eee;
}
select:active,
input[type='text']:active,
input[type='email']:active,
input[type='password']:active,
select:hover,
input[type='text']:hover,
input[type='email']:hover,
input[type='password']:hover,
select:focus,
input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus {
  outline: none;
}
select:focus,
input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus {
  -webkit-user-modify: read-write-plaintext-only;
}
select {
  background-image: url('../resources/drop-down.png') !important;
  background-position: 97% 0 !important;
  background-size: 0.66em 2em !important;
  background-repeat: no-repeat !important;
  width: 18.3em;
}
textarea {
  padding: 0.5em;
  background: rgba(216, 218, 228, 0.7);
  border: 1px solid rgba(216, 218, 228, 0.7);
}
input[disabled] {
  color: #999;
}
.div-select {
  text-align: left;
  border: none;
  background: #eee;
  width: 18.2em;
  color: #333d58;
  margin: 0.5em 0.7em;
  font-size: 1em;
  display: inline-block;
  position: relative;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.div-select .div-current {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 0.8em 1.1em;
}
.div-select .div-current:hover {
  background: #e1e1e1;
}
.div-select .div-block {
  position: absolute;
  z-index: 10;
  box-shadow: 0px 0px 10px #95a1c2;
}
.div-select .div-block .div-value {
  padding: 0.5em 1.1em;
  border-top: 1px solid #ddd;
  background: #eee;
  width: 16em;
  cursor: pointer;
}
.div-select .div-block .div-value:active {
  background: #e1e1e1;
}
.cursor {
  cursor: pointer;
}
@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot?31756604');
  src: url('fonts/fontello.eot?31756604#iefix') format('embedded-opentype'), url('fonts/fontello.woff?31756604') format('woff'), url('fonts/fontello.ttf?31756604') format('truetype'), url('fonts/fontello.svg?31756604#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
.desktop #page-container,
.desktop #main {
  height: 100%;
  min-height: 100%;
}
.desktop #main {
  height: auto !important;
  height: 100%;
  min-height: 100%;
  position: relative;
}
.desktop #footer {
  height: 50px;
  margin-top: -60px;
  position: relative;
}
.desktop .push-footer-desktop {
  height: 70px;
}
.desktop .left-desktop {
  float: left;
}
.desktop .right-desktop {
  float: right;
}
.mobile #footer {
  display: none;
}
.mobile .push-footer-desktop {
  height: 0.3em;
}
.radio-container {
  line-height: 22px;
}
.radio-container input[type="radio"] {
  display: none;
}
.radio-container label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin: 0 15px;
  font-size: 1em;
}
.radio-container label:before {
  font-weight: normal;
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background-color: #333d58;
  box-shadow: inset 0px 2px 3px 0px #000;
  border-radius: 10px;
}
.radio-container input[type=radio]:checked + label:before {
  content: '\2022';
  color: #f3f3f3;
  font-size: 32px;
  text-align: center;
  line-height: 17px;
}
.no-scroll {
  top: 0;
  position: fixed !important;
  overflow: hidden;
  width: 100%;
  max-width: 64em;
}
.mobile .no-scroll {
  max-width: none;
}

/*343d58*/
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../styles/fonts/SourceSansPro-Regular.ttf');
}
@media screen and (max-width: 500px) {
  .mobile .modal {
    top: 6em;
    width: 92%;
  }
  .mobile .modal .content-block {
    margin: 1.6em auto;
    float: none;
  }
}
@media screen and (max-width: 400px) {
  body.mobile {
    font-size: 0.7em;
  }
  body.mobile .header-bar {
    height: 4.5em;
  }
  body.mobile .header-bar .button {
    width: 4em;
  }
  body.mobile .header-bar .button div {
    background-size: 30px;
    width: 30px;
    height: 30px;
  }
  body.mobile .header-bar .button div:before {
    font-size: 2.2em;
    line-height: 30px;
  }
  body.mobile .header-bar .user-avatar {
    width: 3.6em;
  }
  body.mobile .header-bar .user-avatar img {
    width: 3.1em;
  }
  body.mobile .collection-description-container {
    padding: 5px;
  }
  body.mobile .collection-description-container .like-icon {
    font-size: 1em;
  }
  body.mobile #collection-controls .caret-icon {
    background: url("../resources/icons.png") no-repeat 0 -70px;
    width: 20px;
    background-size: 20px;
  }
  body.mobile .select-icon {
    background-position: 0 -8.1em;
  }
}
@media (min-width: 400px) {
  .mobile .header-bar {
    height: 4.5em;
  }
}
@media (min-width: 600px) {
  .mobile .header-bar {
    height: 5em;
  }
}

/*343d58*/
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../styles/fonts/SourceSansPro-Regular.ttf');
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(50, 60, 90, 0.9);
}
.modal,
.mobile-modal {
  position: fixed;
  z-index: 1050;
  color: #fff;
}
.modal a,
.mobile-modal a {
  color: #fff;
}
.modal .popup-container,
.mobile-modal .popup-container {
  background: #343D56;
  overflow: auto;
  border: 1px solid #fff;
  padding: 1em 1em;
}
.modal .close,
.mobile-modal .close {
  font-size: 2em;
  cursor: pointer;
  float: right;
}
.modal .close span,
.mobile-modal .close span {
  text-shadow: 1px 1px 0 #333d58;
}
.modal .close .icon-cancel,
.mobile-modal .close .icon-cancel {
  padding: 4px 10px 8px;
  line-height: 0.8em;
  display: inline-block;
}
.modal {
  top: 50%;
  left: 50%;
  width: 40em;
  min-width: 230px;
}
.modal .btn {
  text-transform: uppercase;
}
.modal .title,
.modal .header,
.modal .footer {
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 0.05em;
}
.modal .title {
  letter-spacing: 0.1em;
}
.modal .footer btn {
  margin-left: none;
}
.modal input[type='text'] {
  max-width: 80%;
}
.modal .title {
  font-size: 2.2em;
  line-height: 1.2em;
}
.modal .header {
  margin-top: 1em;
  padding: 0 .6em.3em;
  border-bottom: 1px solid #846e43;
}
.modal .footer {
  padding: 1em 1em 0;
  border-top: 1px solid #846e43;
  clear: both;
}
.modal .footer:after {
  clear: both;
  display: block;
  content: ' ';
}
.modal .content {
  overflow: auto;
}
.modal .content-block {
  text-align: center;
  padding: 1.9em 1.5em;
  margin: 1.9em 0.6em;
  width: 12em;
  border: 1px solid #6678ac;
  cursor: pointer;
}
.modal .content-block .block-title {
  font-size: 1.5em;
  text-transform: uppercase;
}
.modal .content-block:active {
  border: 1px solid #529ae6;
}
.mobile .modal {
  top: 50%;
  left: 50%;
  width: 92%;
  font-size: 1.1em;
}
.mobile .modal .content {
  margin: 0 auto;
  max-width: 35em;
}
.mobile .modal .content-block {
  padding: 1.5em 1.5em;
  margin: 1.5em auto;
}
.mobile-modal {
  width: 92%;
  left: 4%;
  top: 2em;
}
.mobile-modal .modal-inner {
  padding: 1em 0;
  background: #333d58;
  border: 1px solid #eee;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.5);
}
.mobile-modal .top-menu li {
  border-top: 1px solid #fff;
}
.mobile-modal .top-menu li a {
  font-size: 1.4em;
  padding: .6em 1em;
  text-transform: uppercase;
  display: block;
  cursor: pointer;
}
.mobile-modal .top-menu li a:active {
  text-decoration: none;
}
.mobile-modal .top-menu li:first-of-type {
  border-top: none;
}
.mobile-modal .top-menu li.admin-link {
  display: block;
}
.mobile-modal .title {
  font-size: 2em;
  text-align: right;
  margin: 0 1em;
}
.mobile-modal .bottom-menu {
  padding: 1em 0em;
}
.mobile-modal .bottom-menu li a {
  padding: 0.6em 1em;
  font-size: 1.2em;
  text-transform: uppercase;
  display: block;
  cursor: pointer;
}
.mobile-modal .bottom-menu li a:active {
  text-decoration: none;
}
.mobile-modal a:active {
  background: #202738;
}
.logined .mobile-modal .top-menu li {
  border-top: none;
  border-bottom: 1px solid #fff;
}
.logined .mobile-modal .top-menu li:last-of-type {
  border-bottom: none;
}
.popup-list {
  width: 100%;
}
.popup-list a,
.popup-list label {
  color: white;
  padding: 0.6em 0.6em;
  font-size: 1em;
  text-transform: uppercase;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.popup-list a.inline,
.popup-list label.inline {
  display: inline;
  padding: 0.4em;
}
.popup-list label:active,
.popup-list a:active {
  background: #202738;
}
.popup-list li {
  position: relative;
}
.popup-list li a.remove-btn {
  position: absolute;
  right: 1em;
  top: 0;
  cursor: pointer;
}
.desktop .popup-list label:hover,
.desktop .popup-list a:hover {
  background: #202738;
}
.popup-tabs li {
  display: inline-block;
  padding: 0.3em 0.5em;
  text-transform: uppercase;
  font-size: 1.2em;
  letter-spacing: 0;
  cursor: pointer;
}
.popup-tabs li.active {
  background: rgba(0, 0, 0, 0.3);
}
.modal ul.token-input-list-facebook {
  max-width: 99%;
}
#filters-popup .content {
  min-height: 18em;
}
.mobile .modal .header {
  margin-top: 1em;
}
.mobile .popup-container {
  margin: 0;
}
.mobile .modal .title {
  font-size: 1.8em;
}
#search-popup {
  padding: 1em 0;
}

/*343d58*/
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../styles/fonts/SourceSansPro-Regular.ttf');
}
#page-container {
  max-width: 64em;
  margin: 0 auto;
}
.mobile #page-container {
  max-width: none;
}
.page-content {
  min-height: 400px;
  padding: 0 0.6em;
}
.content-filter,
.content-heading {
  color: #604c46;
  margin-bottom: 0.4em;
}
.content-filter {
  background-color: #e6e7eb;
  padding-left: 0.4em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.feed-list .feed-item {
  display: block;
  border: 1px solid #474f68;
  height: 160px;
}
.feed-list .feed-item img {
  width: 5em;
}
.mobile .page-content {
  min-height: 0;
  margin: .6em;
  padding: 0;
}
.mobile .content-filter,
.mobile .content-heading {
  margin-bottom: 0.1em;
}

/*343d58*/
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../styles/fonts/SourceSansPro-Regular.ttf');
}
#preloader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 800;
  text-align: center;
}
#preloader .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 48%;
  text-align: center;
}
#preloader .content img {
  height: 4em;
  width: 4em;
}
.desktop #preloader {
  display: none;
}
#error {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1000;
  text-align: center;
}
#error .content {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 45%;
  text-align: center;
  font-size: 16pt;
}
.mobile #error {
  background: rgba(235, 235, 245, 0.8);
}

/*343d58*/
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../styles/fonts/SourceSansPro-Regular.ttf');
}
/*
.show-guy
.show-rater
.show-guy-all
.show-rater-all
.show-guy-fake
.show-rater-fake
.show-logined
.show-anonymous
.show-fake

.hide-guy
.hide-rater
.hide-guy-all
.hide-rater-all
.hide-guy-fake
.hide-rater-fake
.hide-logined
.hide-anonymous
.hide-fake

*/
.show-admin,
.show-guy,
.show-rater,
.show-guy-all,
.show-rater-all,
.show-guy-fake,
.show-rater-fake,
.show-logined,
.show-anonymous,
.show-fake,
.show-logined-fake {
  display: none;
}
.show-admin.important,
.show-guy.important,
.show-rater.important,
.show-guy-all.important,
.show-rater-all.important,
.show-guy-fake.important,
.show-rater-fake.important,
.show-logined.important,
.show-anonymous.important,
.show-fake.important,
.show-logined-fake.important {
  display: none !important;
}
body.logined .show-logined {
  display: block;
  display: initial;
}
body.logined .hide-logined {
  display: none;
}
body.logined .hide-logined.important {
  display: none !important;
}
body.anonymous .show-anonymous {
  display: block;
  display: initial;
}
body.user-guy .show-guy,
body.user-guy .show-guy-all {
  display: block;
  display: initial;
}
body.user-guy .hide-guy,
body.user-guy .hide-guy-all {
  display: none;
}
body.user-guy .hide-guy.important,
body.user-guy .hide-guy-all.important {
  display: none !important;
}
body.user-rater .show-rater,
body.user-rater .show-rater-all {
  display: block;
  display: initial;
}
body.user-rater .hide-rater,
body.user-rater .hide-rater-all {
  display: none;
}
body.user-rater .hide-rater.important,
body.user-rater .hide-rater-all.important {
  display: none !important;
}
body.fake-guy .show-guy-fake,
body.fake-guy .show-guy-all,
body.fake-guy .show-fake {
  display: block;
  display: initial;
}
body.fake-guy .hide-guy-fake,
body.fake-guy .hide-guy-all,
body.fake-guy .hide-fake {
  display: none;
}
body.fake-guy .hide-guy-fake.important,
body.fake-guy .hide-guy-all.important,
body.fake-guy .hide-fake.important {
  display: none !important;
}
body.fake-rater .show-rater-fake,
body.fake-rater .show-rater-all,
body.fake-rater .show-fake {
  display: block;
  display: initial;
}
body.fake-rater .hide-rater-fake,
body.fake-rater .hide-rater-all,
body.fake-rater .hide-fake {
  display: none;
}
body.fake-rater .hide-rater-fake.important,
body.fake-rater .hide-rater-all.important,
body.fake-rater .hide-fake.important {
  display: none !important;
}
body.user-admin .show-admin {
  display: block;
  display: initial;
}
body.user-admin .hide-admin {
  display: none;
}
body.user-admin .hide-admin.important {
  display: none !important;
}
/**
 * MOBILE / DESKTOP
 */
.show-mobile,
.show-desktop {
  display: none;
}
.show-mobile.important,
.show-desktop.important {
  display: none !important;
}
body.mobile .show-mobile {
  display: block;
  display: initial;
}
body.mobile .hide-mobile {
  display: none;
}
body.mobile .hide-mobile.important {
  display: none !important;
}
body.desktop .show-desktop {
  display: block;
  display: initial;
}
body.desktop .hide-desktop {
  display: none;
}
body.desktop .hide-desktop.important {
  display: none !important;
}

/*343d58*/
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../styles/fonts/SourceSansPro-Regular.ttf');
}
#signup {
  padding-top: 1em;
  text-align: center;
  color: #634a46;
}
#signup .description {
  font-weight: bold;
}
#signup .step {
  font-size: 1.6em;
  margin-bottom: 0.3em;
}
#signup .name {
  font-size: 1.8em;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  color: #333d58;
}
#signup .description {
  font-size: 1.2em;
  line-height: 1.3em;
}
#signup .type {
  font-size: 1.4em;
  margin-bottom: 0.5em;
}
#signup .blue {
  color: #333d58;
}
#signup .buttons-container > div {
  display: inline-block;
  margin: 5px 10px;
}
#signup .buttons-container img {
  width: 12em;
}
#signup .sub-buttons {
  font-size: 0.9em;
}
#signup .diveder {
  background: #333d58;
  width: 50%;
  height: 2px;
  margin: 1em auto;
}
#signup .type-table {
  width: 50%;
  margin: 0 auto;
}
#signup .type-table td {
  width: 1%;
}
#signup .type-table .diveder-wrap {
  width: 2%;
}
#signup .type-table .diveder-wrap .diveder {
  width: 100%;
}
#signup select {
  margin: 0.2em 0;
}
#signup .create {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.2em;
  margin-bottom: 2.4em;
}
#signup .login {
  font-size: 1.1em;
  margin-bottom: 0.4em;
}
#signup .username {
  width: 37%;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.6em;
}
#signup .finish {
  width: 37%;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
  margin-bottom: 3em;
  cursor: pointer;
}
#signup .profile-photo {
  font-size: 0;
  width: 120px;
  padding: 4px;
  margin: 0 auto;
  border: 1px solid #333d58;
}
#signup #image-preview {
  width: 120px;
  background-size: cover;
}
#signup #image-input {
  position: fixed;
  top: -10000px;
}
#signup .questions .question .question-name {
  font-size: 1.5em;
  color: #333d58;
}
#signup .questions .question .answer {
  cursor: pointer;
  display: inline-block;
  width: 8em;
  padding: 0.4em 0.2em;
  margin: 0.1em 0.3em 0.3em;
}
#signup .questions .question .answer:hover {
  color: #333d58;
}
#signup .questions .question .answer:hover img {
  outline: 1px solid #333d58;
}
#signup .questions .question .answer.active,
#signup .questions .question .answer.active:hover {
  color: #333d58;
  font-weight: bold;
}
#signup .questions .question .answer.active img,
#signup .questions .question .answer.active:hover img {
  outline: 5px solid #333d58;
}
#signup .questions .question .answer img {
  max-width: 8em;
  height: 5em;
}
#signup .location .token-input-list-facebook {
  -webkit-appearance: none !important;
  border-radius: 0px;
  border: 1px solid #dadada;
  background: #e5e5e5;
  padding: 0.8em 1.1em;
  color: #333d58;
  margin: 0.5em 0.7em;
  font-size: 1em;
  width: 16em;
  padding: 0.5em 1.1em;
  margin: 0.2em 0 0;
  display: inline-block;
}
#signup .location .token-input-list-facebook:hover {
  border: 1px solid #c2d1ee;
}
#signup .location .token-input-list-facebook:focus {
  border: 1px solid #43b1ff;
  background: #eee;
}
#signup .location .token-input-list-facebook:active,
#signup .location .token-input-list-facebook:hover,
#signup .location .token-input-list-facebook:focus {
  outline: none;
}
#signup .content {
  width: 44em;
  margin: 0 auto;
  text-align: left;
}
#signup .content div {
  clear: both;
}
#signup .content input,
#signup .content select {
  margin: 0.2em 0;
}
#signup .content span.title {
  display: inline-block;
  float: left;
  text-align: right;
  color: #333d58;
  width: 14em;
  padding: 1em .8em 0 0;
  font-size: 1.1em;
}
#signup .content .radio-container {
  display: table-cell;
  vertical-align: middle;
  height: 3em;
}
.mobile #signup .diveder {
  width: 75%;
}
.mobile #signup .username,
.mobile #signup .finish {
  width: 60%;
}
.mobile #signup .content {
  width: 18em;
  margin: 0 auto;
  text-align: left;
}
.mobile #signup .content > span,
.mobile #signup .content span.title {
  display: block;
  float: none;
  text-align: center;
  width: 100%;
}
.mobile .type-table .diveder-wrap {
  display: none;
}

/*343d58*/
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../styles/fonts/SourceSansPro-Regular.ttf');
}
#tags-list {
  text-align: center;
}
#tags-list li {
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-block;
  margin: 3px 4px;
  padding: 3px 5px;
  cursor: pointer;
}
#tags-list li:hover {
  background: rgba(255, 255, 255, 0.05);
}
#tags-list li.active {
  background: rgba(190, 210, 230, 0.2);
}

/*343d58*/
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../styles/fonts/SourceSansPro-Regular.ttf');
}
/* Example tokeninput style #2: Facebook style */
ul.token-input-list-facebook {
  overflow: hidden;
  height: auto !important;
  height: 1%;
  width: 400px;
  border: 1px solid #8496ba;
  cursor: text;
  font-size: 13px;
  min-height: 1px;
  z-index: 999;
  margin: 0;
  padding: 0;
  background-color: #fff;
  list-style-type: none;
  clear: left;
}
ul.token-input-list-facebook li input {
  border: 0;
  width: 100px;
  padding: 3px 8px;
  background-color: rgba(0, 0, 0, 0);
  margin: 2px 0;
  -webkit-appearance: caret;
}
ul.token-input-list-facebook li input:focus,
ul.token-input-list-facebook li input:hover {
  border: none;
  outline: none;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
}
li.token-input-token-facebook {
  overflow: hidden;
  height: auto !important;
  height: 18px;
  margin: 2px;
  padding: 3px 4px 2px;
  background-color: #eff2f7;
  color: #000;
  cursor: default;
  border: 1px solid #ccd5e4;
  font-size: 13px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  float: left;
  white-space: nowrap;
}
li.token-input-token-facebook p {
  display: inline;
  padding: 0;
  margin: 0;
}
li.token-input-token-facebook span {
  color: #a6b3cf;
  margin: 0 2px 0 5px;
  font-weight: bold;
  cursor: pointer;
}
li.token-input-selected-token-facebook {
  background-color: #5670a6;
  border: 1px solid #3b5998;
  color: #fff;
}
li.token-input-input-token-facebook {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
div.token-input-dropdown-facebook {
  position: absolute;
  width: 400px;
  background-color: #fff;
  overflow: hidden;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  cursor: default;
  font-size: 13px;
  z-index: 1;
}
div.token-input-dropdown-facebook p {
  margin: 0;
  padding: 5px;
  font-weight: bold;
  color: #777;
}
div.token-input-dropdown-facebook ul {
  margin: 0;
  padding: 0;
}
div.token-input-dropdown-facebook ul li {
  background-color: #fff;
  padding: 5px;
  margin: 0;
  list-style-type: none;
}
/*.mobile div.token-input-dropdown-facebook ul li {
    padding: 10px;
}*/
div.token-input-dropdown-facebook ul li.token-input-dropdown-item-facebook {
  background-color: #fff;
}
div.token-input-dropdown-facebook ul li.token-input-dropdown-item2-facebook {
  background-color: #fff;
}
div.token-input-dropdown-facebook ul li em {
  font-weight: bold;
  font-style: normal;
}
div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {
  background-color: #3b5998;
  color: #fff;
}
