*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.disabled {
  cursor: default;
}

html,
body {
  height: 100%;
}

a,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.contrastLight .button.special {
  color: #fff;
}

hr {
  border: 1px solid #ccc;
  border-width: 1px 0 0 0;
  margin: 16px 0;
}

html,
body {
  min-height: 100%;
}

body {
  background: #fafafa;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.87);
  padding: 48px 0 0 0;
}

ul.nav {
  padding: 16px 0 0 0;
}

#languageBar {
  margin: 0;
  font-size: 13px;
}

div#languageBar {
  margin: 10px 0 0 0;
}

#languageBar a {
  border: 0;
}

#terms {
  display: block;
  margin: -4px 0 10px;
  text-indent: 10px;
}

#registration_create_account {
  margin: 5px 0 5px -13px;
}

.capitalize {
  text-transform: capitalize;
}

.second-box {
  margin-top: 20px;
}

.pagination {
  height: 30px;
}

.bullet {
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  margin: 0 auto;
  background: #8bc34a;
}

.toggle-queue {
  padding: 10px 0 10px 15px !important;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none !important;
}

input.disabled {
  background: #eee;
  border: 1px solid #ccc !important;
  box-shadow: none;
}

input.disabled:focus {
  background: #eee;
  box-shadow: none;
}

.text-center {
  text-align: center;
}

.hidden {
  display: none;
}

.tight,
.small.tight {
  padding: 5px 15px;
}

.img {
  width: 70px;
  background: #fff;
  float: left;
  height: 70px;
  padding: 10px;
  border: 1px solid #cccccc;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  margin: 0 10px 10px 0;
  position: relative;
}

.button.main,
.button.main:hover,
.button.main:focus,
.button.second,
.button.second:hover,
.button.second:focus {
  background: #8bc34a;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.22);
  border: 0;
  border-radius: 2px;
  margin-top: 3px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  -moz-transition: background-color 150ms ease-out, border-color 150ms ease-out;
  transition: background-color 150ms ease-out, border-color 150ms ease-out;
}

.button.main:hover {
  background: #3fd37f;
}

.button.second {
  background: #ffc107;
}

.button.second:hover {
  background: #ffca28;
}

nav {
  position: fixed !important;
  top: 0;
  height: 48px;
  right: 0;
  left: 0;
  z-index: 10000;
}

#hero button.second.warning,
#hero .button.second.warning,
.top-bar-section ul li > a.button.second.warning {
  background: #f9dc19;
  transition: box-shadow 0.1s ease;
}

#hero button.second.warning:active,
#hero .button.second.warning:active,
#hero button.second.warning:focus,
#hero .button.second.warning:focus {
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2);
}

.top-bar-section ul li > a.button.main:active,
a.button.main:active,
.top-bar-section ul li > a.button.second.warning:active,
a.button.second.warning:active {
  border-width: 4px 0 0 0;
}

.radius {
  border-radius: 2px !important;
}

.button.stealth {
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.22);
  border: none;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.54);
  vertical-align: top;
  text-transform: uppercase;
}

.button.stealth:hover {
  color: rgba(0, 0, 0, 0.87);
}

.button.cancel {
  margin: -2px 0 0 5px;
}

.disabled {
  border-width: 2px 0 2px 0 !important;
  border-color: transparent !important;
}

p {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 5px 10px 0 0;
}

footer p {
  border: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  margin: 8px 0 14px 0;
  font-weight: 300;
}

footer a,
footer a:hover {
  color: #005eaa;
  border-bottom: 1px dashed #005eaa;
}

footer a:hover {
  border-bottom: 1px solid #005eaa;
}

em {
  color: #e02025;
}

.img.focus .info {
  left: 0;
}

.info {
  transition: left 0.2s ease;
  padding: 10px;
  position: absolute;
  top: 0;
  left: -120px;
  font-size: 12px;
  height: 100px;
  width: 100px;
  cursor: default;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
}

a.img {
  text-decoration: none;
  cursor: default;
}

.tags {
  list-style-type: none;
  padding: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin: 17px -8px;
  padding: 0 8px 0 0;
  overflow: hidden;
}

.tags li {
  display: inline-block;
}

.tags li a {
  color: #333;
  background: #fff;
  text-decoration: none;
  font-size: 13px;
  border: 1px solid #ddd;
  display: inline-block;
  padding: 5px;
  border-radius: 3px;
  margin: 0 -5px 8px 8px;
  transition: 0.1s box-shadow ease;
  -moz-transition: 0.1s box-shadow ease;
}

.tags li a.active,
.tags li a.active:hover {
  background: #8bc34a;
  color: #fff;
  border-color: #8bc34a;
  box-shadow: none;
}

.tags li a:hover {
  background: #f2f2f2;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

input[type="submit"] {
  background: #8bc34a;
  border: 1px solid #00b74c;
  border-width: 0 0 3px 0;
  border-radius: 2px;
  padding: 3px 8px;
  display: block;
  float: right;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
}

input[type="submit"]:active {
  border-width: 3px 0 0 0;
}

.clear {
  clear: both;
}

.logo {
  width: 24px;
  padding: 0;
  margin: -4px 8px 0 0;
  overflow: hidden;
  transition: 0.2s ease-in all;
}

.logo a {
  margin: 0 0 0 -37px;
  padding: 0;
  transition: 0.2s ease-in all;
}

.logo:hover {
  width: 126px;
}

.logo:hover a {
  margin: 0;
}

.logo img {
  height: 24px;
  max-width: none;
}

.title {
  color: #444;
  font-weight: bold;
  font-size: 16px;
  line-height: 43px;
  vertical-align: top;
  margin: 0 25px 0 5px;
}

#thePick {
  background: #eaeaea;
  margin: 16px -19px;
  padding: 16px 0;
}

.img-wrapper {
  position: relative;
}

#preloader {
  height: 100px;
  width: 100px;
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
  background: #fff;
}

#preloader img {
  width: 32px;
  opacity: 0.1;
  margin-top: 34px;
}

#wrapsSettings {
  margin: 22px 0 0 0;
}

#wrapsSettings select {
  display: block;
  width: 104px;
  margin: 10px 0 0 0;
}

#menu li {
  display: inline-block;
}

#menu li a,
.link {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 50px;
  padding: 10px 15px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0);
  transition: 0.1s ease-in background;
}

.ui-widget .no-results-msg,
.ui-widget .more-chars-msg {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  display: none;
  transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  position: absolute;
  left: 0;
  background: #fff;
  border-radius: 0 0 2px 2px;
  width: 100%;
  padding: 16px;
  z-index: 100;
  margin-top: -1px;
  border-top: 1px solid #ccc;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.07), 0 2px 1px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.06);
}

.ui-widget.no-results .no-results-msg,
.ui-widget.more-chars .more-chars-msg {
  display: block;
}

#menu li a:hover,
.link:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.05);
}

h1 strong {
  font-weight: 600;
}

#wrapsSearch {
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  margin-top: 5px;
}

#wrapsSearch .search-icon {
  font-size: 20px;
  position: absolute;
  left: 8px;
  color: rgba(255, 255, 255, 0.91);
  top: 6px;
  z-index: 9;
}

#search {
  background: transparent;
  color: #fff;
  font-family: "Roboto", sans-serif;
  border: 2px solid rgba(255, 255, 255, 0.5);
  font-size: 13px;
  text-indent: 0px;
  padding: 0;
  border-radius: 2px;
  border: 0;
  font-weight: 400;
  height: 40px;
  text-indent: 30px;
  z-index: 10;
  position: relative;
  width: 500px;
  transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.07), 0 2px 1px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.06);
  height: 36px;
  background: rgba(255, 255, 255, 0.16);
  line-height: 36px;
}

#search:focus + .fi-magnifying-glass {
  color: rgba(0, 0, 0, 0.75);
  z-index: 100;
  pointer-events: none;
}

#search:focus {
  background: #fff;
}

.ui-autocomplete {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.07), 0 2px 1px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.06);
  z-index: 10001;
}

.jumbotron.contrast {
  margin: 0px;
}

#manifesto {
  text-align: center;
}

#manifesto img {
  opacity: 0.9;
  margin-top: 16px;
  width: 100%;
  max-width: 290px;
  height: auto;
}

#manifesto p {
  border: none;
  margin: 0;
}

.compact #search {
  font-size: 18px;
  height: 30px;
  margin-bottom: 11px;
  margin-top: 4px;
  text-indent: 24px;
}

.compact #wrapsSearch .search-icon {
  font-size: 20px;
  left: 2px;
  top: 9px;
}

.compact .ui-widget .no-results-msg,
.compact .ui-widget .more-chars-msg {
  bottom: -6px;
  font-size: 11px;
}

#search::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

#search:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}

#search:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  opacity: 1;
}

#search:focus:-moz-placeholder {
  color: rgba(0, 0, 0, 0.75);
}

#search::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  opacity: 1;
}

#search:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0.75);
}

#search:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

#search:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}

#search:focus {
  color: rgba(0, 0, 0, 0.75);
  border-color: rgba(255, 255, 255, 0.87);
}

#hero button.warning,
.top-bar-section ul li > a.button.second {
  background: #f9dc19;
  font-family: "Roboto", sans-serif;
  vertical-align: top;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
}

#hero button.warning {
  border: 0 solid #e2c500;
  border-radius: 3px;
  border-width: 0 0 4px 0;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  font-size: 17px;
  height: 40px;
  margin: 0 0 0 20px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  padding: 5px 10px;
}

#hero button:active,
button.button.main:active {
  border-width: 4px 0 0 0;
}

#categories .group {
  border-radius: 2px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  /*box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);*/
  margin: -16px -16px 32px;
}

#categories h2 {
  color: rgba(0, 0, 0, 0.54);
  font-size: 24px;
  margin: 0 0 5px 0;
  text-indent: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  border: 1px solid #e2e2e2;
  border-width: 0 0 1px 0;
}

ul.category:empty {
  display: none;
}

ul.category {
  list-style-type: none;
  padding: 6px 0;
  margin: 0;
  background: #fff;
}

ul.category li a {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #333;
  display: block;
  padding: 8px 10px;
  -moz-transition: 0.24s all ease-out;
  transition: 0.24s all ease-out;
}

ul.category li a:hover {
  background: #f0f0f0;
}

footer {
  text-align: center;
  color: #777;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  margin: 30px 0 0 0;
  bottom: 0;
  left: 0;
  right: 0;
}

footer.panel-right #innerFooter {
  margin-left: 380px;
}

@media screen and (max-width: 1236px) {
  footer.panel-right #footerFB {
    left: 30px;
  }

  footer.panel-right #innerFooter {
    padding-left: 100px;
  }
}

#footerFB {
  border-bottom: none;
}

.button {
  text-transform: uppercase;
}

#category {
  -moz-transition: margin 0.5s cubic-bezier(0.59, 0, 0, 0.99);
  transition: margin 0.5s cubic-bezier(0.59, 0, 0, 0.99);
  padding: 12px 16px 18px;
}

#categoryHead {
  margin: 8px 0 0 2px;
}

#categoryHead h1 {
  font-size: 20px;
  padding: 0;
  line-height: 28px;
}

#category.panel-right {
  margin-left: 380px;
}

#category h1 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 0 18px;
  padding: 0;
  text-transform: uppercase;
}

#category .button {
  margin: 3px 0 0 0;
}

#wrapsIconList {
  display: table-cell;
  vertical-align: top;
}

#iconList {
  border-width: 1px 0;
  box-sizing: content-box;
  list-style-type: none;
  margin: -8px 0 0 12px;
  max-width: 690px;
  min-height: 562px;
  padding: 0;
  width: 100%;
}

#iconList li {
  display: block;
  float: left;
  margin: 8px;
}

#iconList li.active {
  background: #8bc34a;
}

#iconList li.active a {
  cursor: default;
}

#iconList li a {
  border-radius: 2px;
  display: block;
  height: 68px;
  width: 68px;
  padding: 7px;
}

#iconList li img {
  max-width: 54px;
  background: #fff;
  border: 4px solid rgb(255, 255, 255);
  border-radius: 2px;
}

#wrapsIconListing {
  width: 100%;
  margin-top: 70px;
  position: relative;
  display: table;
}

#wrapsIconListing.detailed {
  margin-top: 32px;
}

#wrapsInfoPanel {
  display: table-cell;
  vertical-align: top;
  width: 278px;
}

#infoPanel {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  overflow: auto;
  background: #fff;
  padding: 20px;
  border-radius: 2px;
  width: 278px;
  z-index: 10;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
}

#infoPanel.detailed {
  float: none;
  margin: 0 auto;
  max-width: 500px;
  position: static;
  width: 100%;
  display: block;
}

.x-btn {
  position: absolute;
  right: 20px;
  top: 22px;
}

.text-center {
  text-align: center;
}

#infoPanel .icon {
  height: 100px;
  border-radius: 2px;
  width: 100px;
  display: inline-block;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  padding: 10px;
}

#infoPanel h2 {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: 20px;
  margin: 16px 0 5px;
  font-weight: 400;
  width: 100%;
}

.white-info {
  padding: 10px 0 10px 0;
  margin: 0;
  border: 0;
  line-height: inherit;
}

.white-info span,
.white-info small {
  vertical-align: middle;
}

#infoPanel .author {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  width: 100%;
  margin-bottom: 16px;
  display: inline-block;
}

.icon-stats {
  font-size: 13px;
  line-height: 20px;
  margin: 16px auto 0;
  max-width: 136px;
  text-align: center;
}

.icon-stats p {
  line-height: 12px;
}

.icon-stats .fb-like {
  margin: 5px 0 0 0;
}

.jumbotron.compact {
  padding: 64px 32px 8px 32px;
  margin-bottom: 16px !important;
}

#page {
  position: relative;
  overflow-x: hidden;
  padding: 0 0 32px;
  min-height: 100%;
}

.picker {
  border-radius: 3px;
  cursor: pointer;
  height: 32px;
  overflow: hidden;
  position: relative;
  width: 32px;
}

.picker div {
  height: 32px;
  left: 0px;
  box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0px;
  width: 32px;
}

.wraps-picker {
  margin: 20px 0 15px 0;
}

#infoPanel label {
  min-width: 120px;
  line-height: 32px;
}

.queue-count {
  background: rgba(0, 0, 0, 0.1);
  color: #eee;
  height: 50px;
  font-size: 12px;
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 1px 4px 0 3px;
}

.wrapsQueue {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.add-to-queue {
  display: block;
  text-align: center;
  max-width: 238px;
  margin: 16px auto 0;
}

#add-effect {
  position: relative;
  right: 0;
  top: -26px;
}

.effect-fix {
  position: relative;
  z-index: 10000;
}

.warning .queue-count {
  background: #e2c400;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1), inset -1px -1px 0 #ffdd00;
}

#overlayer {
  z-index: 10001;
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.closinger {
  position: absolute;
  right: 16px;
  top: 16px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.54);
  transition: 0.12s ease-in color;
}

a.stealth {
  color: rgba(0, 0, 0, 0.54);
  transition: 0.12s ease-in color;
}

.closinger:hover,
a.stealth:hover {
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
}

.toast {
  display: none;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.5), 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 16px;
  position: fixed;
  top: 48px;
  bottom: 60px;
  z-index: 10020;
  left: 50%;
  transform: translate(-50%, 0);
  overflow: hidden;
}

#usingCookies {
  max-width: 500px;
  height: 150px;
  margin-left: -250px;
}

#queue {
  max-height: 474px;
  min-height: 238px;
  width: 100%;
  max-width: 372px;
}

.wrap-settings {
  margin: 0 auto;
  max-width: 238px;
}

#fileType,
#iconSize {
  width: 49%;
  float: left;
  margin-top: 16px;
}

#iconSize {
  float: right;
}

select {
  height: 30px;
}

.open > .button {
  border-width: 4px 0 0 0 !important;
}

.button,
.button.M {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}

.button:active,
.button:focus {
  background: #8bc34a;
  box-shadow: none;
}

.link.simple {
  text-transform: uppercase;
  color: #2196f3;
  font-weight: bold;
  font-size: 14px;
  line-height: inherit;
  padding: 12px 16px;
}

.link.disabled,
.link.disabled:hover {
  color: rgba(0, 0, 0, 0.24);
  cursor: default;
  background: transparent;
}

#itemQueue {
  display: block;
  overflow-y: auto;
  padding: 0;
  margin: 0 -28px;
}

#itemQueue .x-btn {
  font-size: 16px;
  margin: 3px 0;
}

#queue ul li {
  display: block;
  border: 1px solid #dcdcdc;
  border-width: 1px 0 0 0;
  width: 100%;
  padding: 12px 16px 16px;
  position: relative;
}

#queue ul li:last-child {
  border-width: 1px 0;
}

#queue img {
  height: 32px;
  margin: 9px 10px 10px 0;
  width: 32px;
}

.toast h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin: 0 0 16px 0;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.87);
}

.toast p {
  color: rgba(0, 0, 0, 0.54);
  border: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 300;
}

#queue h3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
}

.badge {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-size: 11px;
  padding: 1px 3px;
}

.badge.type {
  text-transform: uppercase;
}

.icon-data {
  display: none;
}

.show {
  display: block;
}

article h1 {
  font-size: 32px;
  color: rgba(0, 0, 0, 0.87);
}

article h2 {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.87);
  margin: 50px 0 20px !important;
}

article p {
  border: 0;
  font-size: 13px;
  margin: 0 0 25px 0;
  padding: 0;
}

#iconList .card a {
  transition: 0.2s ease-in all;
}

#iconList .card:not(.active) a:hover {
  background: rgba(0, 0, 0, 0.05);
}

.card {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  /*box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);*/
  overflow: hidden;
  background-color: #fff;
}

article .panel {
  margin: 25px 0;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.22);
  border-radius: 2px;
  border: 0;
  overflow: hidden;
  background: #fff;
}

article .panel.red {
  background: #ffe2e2;
  border: 1px solid #ffaaaa;
  box-shadow: none;
}

article .panel.red hr {
  border: 1px solid #ffaaaa;
  border-width: 1px 0 0 0;
}

.switch {
  overflow: hidden;
  height: 38px;
  width: 40px;
  text-align: center;
  -moz-transition: all 0.5s cubic-bezier(0.59, 0, 0, 0.99);
  transition: all 0.5s cubic-bezier(0.59, 0, 0, 0.99);
  border-radius: 2px;
  vertical-align: middle;
  margin-top: 6px;
}

.switch .icon:hover {
  background: rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.switch .icon {
  color: #fff;
  font-size: 28px;
  transition: 0.2s ease-in all;
  line-height: 38px;
  display: block;
  width: 40px;
  border-radius: 2px;
}

.switch.vertical ul {
  margin: 0;
  padding: 0;
}

.switch.vertical ul li {
  display: block;
  height: 28px;
}

.switch.vertical ul li a {
  color: rgba(0, 0, 0, 0.87);
  padding: 5px 12px;
  border-radius: 0;
  line-height: 27px;
}

.switch.open .icon {
  color: #8bc34a;
}

.switch.open {
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.22);
  height: 128px;
}

.ui-autocomplete {
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  border-radius: 0 0 2px 2px;
  padding: 0;
  position: fixed;
  top: 40px !important;
  left: 50%;
  border: none;
  border-top: 1px solid #ccc;
}

.ui-menu .ui-menu-item {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
  padding: 10px;
  font-size: 16px;
  color: #2196f3;
  border: 0;
  line-height: 18px;
  background: transparent;
  margin: 0;
  -moz-transition: 0.24s all ease-out;
  transition: 0.24s all ease-out;
}
.ui-menu .ui-menu-item:hover {
  background: #eaeaea;
}

.ui-menu .ui-menu-item small {
  color: rgba(0, 0, 0, 0.54);
}

.navBar.fixed {
  position: fixed;
  border-radius: 0;
  top: 0;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.32);
  left: 0;
  right: 0;
}

@media screen and (max-width: 640px) {
  .title-area {
    float: left;
  }

  .top-bar {
    overflow: inherit;
  }

  #wrapsQueue {
    margin-top: 8px;
  }

  #queue {
    top: 42px;
  }
}

@media screen and (max-width: 1024px) {
}

.trap-mousewheel {
  overflow: auto;
}

#parent-left,
#parent-right {
  position: relative;
  height: 100%;
  width: 50%;
  padding: 9rem 2rem;
  overflow: auto;
  background: #777;
}

.force-parent-scrollbar {
  height: 85%;
}

.child {
  position: relative;
  max-height: 100%;
  padding: 0 2em;
  overflow-y: auto;
  overflow-x: hidden;
}

#archive {
  position: absolute;
  right: 16px;
  bottom: 16px;
}

.wraps-trapScroll {
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: -8px;
  right: -8px;
  padding: 0 8px;
  bottom: 75px;
  top: 110px;
  overflow: hidden;
}

#mousewheel-prevented {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -2.6rem;
  opacity: 0;
  display: none;
  padding: 0.8em 0;
  color: #fff;
  font-size: 0.9em;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  background: #8205a1;
}

.row {
  width: 100%;
  max-width: 1314px;
}

.table {
  border-collapse: collapse;
  width: 100%;
  border: none;
  margin: 0;
}

.table tr:nth-of-type(2n) {
  background: transparent;
}

.table tr:not(:last-child) td {
  border-bottom: 1px solid #eee;
}

#feedbackbox {
  color: #fff;
  width: 50px;
  float: right;
  padding: 5px;
  position: fixed;
  bottom: 16px;
  overflow: hidden;
  right: 0;
  border-radius: 2px 0 0 2px;
  z-index: 1000;
  background-color: #8bc34a;
  transition: 0.2s ease all;
}

.sf-minitoolbar {
  left: 0;
  right: auto !important;
  border-radius: 0 16px 0 0 !important;
}

#feedbackbox:hover {
  width: 250px;
}

#feedbackbox h2 {
  width: 250px;
  transform: rotate(-90deg);
  position: absolute;
  background: #11984b;
  margin: -5px;
  padding: 8px;
  font-size: 14px;
  left: -24px;
  font-weight: 700;
  width: 100px;
  top: 33px;
  text-indent: 5px;
}

#feedbackbox p {
  width: 200px;
  margin-left: 36px;
}

.color-pickers {
  list-style-type: none;
  margin: 16px 0;
  padding: 0;
  display: block;
  text-align: center;
  width: 100%;
}

.color-pickers li {
  width: 44px;
  height: 37px;
  position: relative;
  display: inline-block;
  margin-left: -10px;
  cursor: pointer;
}

.color-pickers li.active::after {
  position: absolute;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-bottom: 10px solid #eaeaea;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: -20px;
  left: 4px;
}

.color-pickers li:hover .color {
  opacity: 0.7;
}

.color-pickers li .color {
  bottom: 0;
  height: 19px;
  left: 0;
  position: absolute;
  width: 25px;
  z-index: 0;
}

.color-pickers li img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.colorpicker {
  height: 130px;
  margin: 0 auto;
  width: 136px;
}

.colorpicker_color {
  height: 100px;
  float: left;
  width: 100px;
  position: relative;
}

.colorpicker_color div {
  height: 100px;
  width: 100px;
  position: relative;
}

.colorpicker_hue {
  background-position: 0 0;
  background: url(../images/color_band.png);
  height: 100px;
  position: relative;
  left: 12px;
  top: 0;
  float: left;
  width: 17px;
}

.colorpicker_hue div {
  background: url(../images/hue.png);
  width: 33px;
  left: -8px;
}

.colorpicker_hex {
  background-color: #fff;
  left: 0;
  position: relative;
  top: 108px;
  width: 100px;
}

.colorpicker_hex input {
  width: 100px;
}

.padded-row {
  padding: 0 32px;
}

.main-nav ul {
  padding: 0;
}

.visible-mobile {
  display: none;
}

.category-title {
  font-size: 1.8em;
  line-height: 38px;
}

#wrapsIconList footer {
  max-width: 690px;
}

#wrapsIconList footer p {
  padding: 0 32px;
}

@media screen and (max-width: 991px) {
  #search {
    width: 150px;
  }

  #search:focus {
    width: 300px;
  }

  .category-title {
    text-align: center;
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  ul.category li a {
  font-size: 16px;
}
  .hidden-mobile {
    display: none;
  }

  .visible-mobile {
    display: block;
  }

  .queue-count {
    height: 32px;
    width: 32px;
    margin: 0;
    border-radius: 50%;
  }

  .effect-fix {
    padding: 0 !important;
    text-align: center;
    height: 32px;
    display: block;
    width: 32px;
    margin-right: 16px;
    margin-top: 8px;
    position: relative;
    line-height: 32px;
    z-index: 0;
  }

  .effect-fix:hover {
    background: transparent;
  }

  .toast {
    padding: 12px;
  }

  .wraps-trapScroll {
    top: 95px;
    bottom: 42px;
  }

  .main-nav {
    position: fixed;
    background: #fff;
    top: 48px;
    bottom: 0;
    left: 0;
    overflow: auto;
    width: 100%;
  }

  .nav li:not(.logo).main-nav {
    display: none;
  }

  .main-nav ul {
    position: relative;
    z-index: 10;
    background: #fff;
  }

  .main-nav ul li {
    width: 100%;
    display: block;
  }

  .nav .main-nav ul li:not(.logo) a {
    color: #333;
    text-align: center;
    display: block;
    border-bottom: 1px solid #ccc;
  }

  .main-nav .footer {
    margin-top: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9;
  }

  .nav li:not(.logo).main-nav p a {
    padding: 0;
    text-transform: none;
    color: #005eaa;
    border-bottom: 1px dashed #005eaa;
  }

  .nav li:not(.logo).main-nav p {
    margin: 0 16px;
    border-width: 0 0 1px 0;
    font-size: 12px;
    text-align: center;
  }

  .nav li:not(.logo).main-nav p:last-child {
    border: none;
  }

  #archive {
    bottom: 0;
    right: 0;
  }

  .padded-row {
    padding: 0;
  }

  .logo {
    margin-left: 16px;
  }

  .logo:hover {
    width: 24px;
  }

  .logo:hover a {
    margin: 0 0 0 -37px;
  }

  .colM3.category-box {
    width: 100% !important;
    max-width: 360px;
    float: none;
    margin: 0 auto !important;
  }
}

@media screen and (max-width: 373px) {
  #wrapsInfoPanel {
    width: auto;
  }

  #wrapsIconList {
    width: 100px;
  }

  #queue {
    border-radius: 0;
  }

  #infoPanel {
    width: auto;
    right: 100px;
    left: 0;
    border-radius: 0;
  }

  #categories .group {
    border-radius: 0;
  }

}

/* Menu General Styles */
.menuBackground {
  /* background: brown; */
}
.dropDownMenu a {
  color: #fff;
}
.dropDownMenu,
.dropDownMenu ul {
  list-style: none;
  /* margin: 0;
  padding: 0; */
}
.dropDownMenu li {
  position: relative;
  height: 20px;
}
.dropDownMenu a {
  padding: 10px 20px;
  display: block;
  text-decoration: none;
}
.dropDownMenu a:hover {
  background: #000;
}

/* Level 1 Drop Down Menu */
.dropDownMenu > li {
  display: inline-block;
  /* vertical-align: top; */
  margin-left: -4px; /* solve the 4 pixels spacing between list-items */
}
.dropDownMenu > li:first-child {
  margin-left: 0;
}
.dropDownMenu > li > a {
}
.dropDownMenu > li > a:hover {
}

/* Level 2 */
.dropDownMenu > li > ul {
  text-align: left;
  width: 110%; /* change auto value with 200px if you want a bigger menu */
  display: none;
  background: #8bc34a;
  position: absolute;
  /* top: 100%; */
  left: 0;
  z-index: 9999999; /* if you have YouTube iframes, is good to have a bigger z-index so the video can appear above the video */
  font-size: 10px;
  padding-bottom: 10px;
}

.dropDownMenu > li:hover > ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.dropDownMenu ul li a {
}
.dropDownMenu ul li a:hover {
}

/* Level 3 */
.dropDownMenu > li > ul > li > ul {
  text-align: left;
  display: none;
  background: #8bc34a;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 9999999;
  font-size: 12px;
  width: 100%;
  padding-bottom: 10px;
  height: 120px;
  overflow: auto;
}

.dropDownMenu > li > ul > li > ul::-webkit-scrollbar {
  width: 12px;
}

.dropDownMenu > li > ul > li > ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.dropDownMenu > li > ul > li > ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.dropDownMenu > li > ul > li:hover > ul {
  display: block;
  width: 100%;
}
.dropDownMenu ul ul li {
  width: 100%;
}
.dropDownMenu ul ul li a {
  width: 100%;
}
.dropDownMenu ul ul li a:hover {
  width: 100%;
}
.secondline ul{
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  justify-content: space-around;
}
.secondline li{
  display: inline;
  max-width: 200px;
  padding:0;
  margin: 5px;
}
.secondline li a{
  padding:0;
}
.secondline ul.category li a{
  padding:0;
}

.secondline p{
  text-align: center;
    color: #777;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    border: 1px solid #e2e2e2;
    border-width: 1px 0 0 0;
}