/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  min-height: 100%;
  background-color: #ededed;
}

body {
  font-size: 1.6rem;
  font-family: "Roboto", "Helvetica Neue", Helvetica, sans-serif;
  color: #212121;
  background-color: #ffffff;
}

a {
  color: #212121;
  text-decoration: none;
}

img, embed, object, video, svg {
  max-width: 100%;
}

input, textarea, select {
  font-family: "Roboto", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.6rem;
}

input, label, select {
  outline: none;
}

.nc-gallery input[type="radio"],
.nc-gallery input[type="checkbox"],
[data-type="download-popup"] input[type="radio"],
[data-type="download-popup"] input[type="checkbox"],
.nc-icons-see-all input[type="radio"],
.nc-updates-see-all input[type="radio"],
.nc-icons-features input[type="radio"],
.all-icons-container input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

input[type="number"], select, input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

select::-ms-expand {
  display: none;
}

label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type="text"]::-ms-clear,
input[type="email"]::-ms-clear {
  display: none;
}

input[type="password"]::-ms-reveal {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

textarea {
  resize: vertical;
}

/* -------------------------------- 

Typography
-------------------------------- */
h1 {
  font-size: 3.6rem;
  margin-bottom: 1.2em;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 2.6rem;
  }
}

h2 {
  font-size: 2.7rem;
  text-transform: uppercase;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}

h1, h2 {
  line-height: 1.2;
  font-weight: 500;
  font-family: "futura-pt", "Roboto", "Helvetica Neue", Helvetica, sans-serif;
}
.wf-loading h1, .wf-loading h2 {
  visibility: hidden;
}
.wf-active h1, .wf-inactive h1, .wf-active h2, .wf-inactive h2 {
  visibility: visible;
}
.wf-loading h1 {
  opacity: 0;
}

.wf-active h1, .wf-inactive h1 {
  opacity: 1;
}

h3, h4 {
  font-family: "futura-pt", "Roboto", "Helvetica Neue", Helvetica, sans-serif;
}

.filters-bar h4 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, sans-serif;
}

.wf-loading .blog-page h4 {
  visibility: hidden;
}
.wf-active .blog-page h4, .wf-inactive .blog-page h4 {
  visibility: visible;
}

/* -------------------------------- 

Patterns - reusable parts of our design

-------------------------------- */
.nc-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.nc-container::after {
  clear: both;
  content: "";
  display: table;
}

.nc-image-replace {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}

.btn-hollow, .btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  -webkit-transition: background-color 0.2s, -webkit-transform 0.2s, border-color 0.2s, color 0.2s;
  -moz-transition: background-color 0.2s, -moz-transform 0.2s, border-color 0.2s, color 0.2s;
  transition: background-color 0.2s, transform 0.2s, border-color 0.2s, color 0.2s;
  letter-spacing: 1px;
  font-size: 1.5rem;
  border-radius: 3px;
}
.btn-hollow:active, .btn-hollow.active, .btn:active, .btn.active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
@media only screen and (max-width: 768px) {
  .btn-hollow, .btn {
    letter-spacing: 0px;
  }
}

.btn {
  box-shadow: 0 2px 20px rgba(118, 109, 204, 0.3);
  background-color: #766dcc;
}
.btn:hover, .btn.hover {
  background-color: #8178d0;
}
.btn.grey-btn {
  box-shadow: none;
  color: #212121;
  background-color: #d4d4d4;
}
.btn.grey-btn:hover {
  background-color: #bababa;
}
.btn.dark-btn {
  background-color: #212121;
  height: 42px;
  line-height: 42px;
  text-transform: uppercase;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn.dark-btn:hover {
  background-color: #2e2e2e;
}

.btn-hollow {
  text-transform: uppercase;
  border: 1px solid #e0e0e0;
  color: #212121;
}
.no-touch .btn-hollow:hover {
  color: #766dcc;
  border-color: #cacaca;
}

.pink-btn {
  background-color: #ec5297;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 185px;
  height: 55px;
  line-height: 55px;
  box-shadow: 0 2px 20px rgba(236, 82, 151, 0.3);
}
.no-touch .pink-btn:hover {
  background-color: #ee609f;
}

.number-wrapper {
  position: relative;
  display: inline-block;
}
.number-wrapper .minus, .number-wrapper .plus {
  position: absolute;
  padding: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  color: transparent;
}
.number-wrapper .minus:active, .number-wrapper .plus:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.number-wrapper .plus {
  top: 0;
  background-image: url("../img/icon-arrow-up.svg");
}
.number-wrapper .minus {
  bottom: 0;
  background-image: url("../img/icon-arrow-down.svg");
}

.overflow {
  overflow: hidden;
}

.basic-link {
  color: #766dcc;
  text-decoration: underline;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.no-touch .basic-link:hover {
  color: #8880d3;
}
.basic-link.pink {
  color: #ec5297;
}
.no-touch .basic-link.pink:hover {
  color: #f180b3;
}

.has-tooltip {
  position: relative;
}
.has-tooltip::after, .has-tooltip::before {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  -moz-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}
.has-tooltip::before {
  content: attr(data-content);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 240px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: calc( 100% + 12px );
  padding: 1em;
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1.2;
  text-align: center;
  border-radius: 2px;
  background-color: rgba(118, 109, 204, 0.98);
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.1);
  text-transform: none;
  letter-spacing: normal;
}
.has-tooltip::after {
  content: '';
  width: 0;
  height: 0;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: calc( 100% - 1px );
  border: 6px solid transparent;
  border-top: 7px solid rgba(118, 109, 204, 0.98);
}
.no-touch .has-tooltip:hover::after, .no-touch .has-tooltip:hover::before, .touch .has-tooltip.hover::after, .touch .has-tooltip.hover::before {
  opacity: 1;
  visibility: visible;
}

/* -------------------------------- 

Main Components 

-------------------------------- */
.nc-top-info-banner {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background-color: #ffffff;
  z-index: 3;
  line-height: 50px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}
.nc-top-info-banner a {
  display: block;
  color: #545454;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.no-touch .nc-top-info-banner a:hover {
  opacity: 0.9;
}
.nc-top-info-banner span {
  color: #766dcc;
}
@media only screen and (max-width: 1024px) {
  .nc-top-info-banner {
    display: none;
  }
}

header {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
header.header-basic {
  box-shadow: none;
}
header.header-basic.header-static-page {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
header.demo-header {
  top: 60px;
}
@media only screen and (max-width: 768px) {
  header.demo-header {
    top: 50px;
  }
}
@media only screen and (max-width: 520px) {
  header.demo-header {
    top: 45px;
  }
}

.header-basic .logo, .header-app .logo {
  float: left;
  margin-left: 3%;
  position: relative;
  z-index: 1;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.header-basic .logo img, .header-app .logo img {
  display: inline-block;
  margin-top: 16px;
}
@media only screen and (max-width: 1024px) {
  .header-basic .logo, .header-app .logo {
    margin-left: 5%;
  }
}

.nc-trigger-nav {
  float: right;
  margin: 20px 5% 0 0;
  height: 60px;
  width: 44px;
  background: url("../img/icon-menu.svg") no-repeat center center;
  margin-top: 0;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .nc-trigger-nav {
    display: block;
  }
}

/* -------------------------------- 

application header

-------------------------------- */
.header-app .main-nav {
  float: right;
  margin: 20px 3% 0 0;
}
.header-app .main-nav li {
  display: inline-block;
  margin-left: 2.2em;
}
@media only screen and (max-width: 1024px) {
  .header-app .main-nav ul {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    display: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-height: calc(100% - 60px);
    overflow-y: auto;
  }
  .header-app .main-nav.is-visible ul {
    display: block;
  }
  .header-app .main-nav li {
    display: block;
    margin: 0;
    padding-left: 5%;
    padding-right: 5%;
    line-height: 60px;
    background-color: #ffffff;
  }
  .header-app .main-nav li a {
    display: block;
    border-bottom: 1px solid #ededed;
  }
  .header-app .main-nav > ul > li:first-of-type a {
    border-top: 1px solid #ededed;
  }
  .header-app .main-nav .nav-item {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  .header-app.demo-header .main-nav ul {
    top: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .header-app.demo-header .main-nav ul {
    top: 110px;
  }
}
@media only screen and (max-width: 768px) {
  .header-app.demo-header .main-nav ul {
    top: 105px;
  }
}

.nav-item, .nav-subitems a {
  font-size: 1.4rem;
  color: #545454;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.nav-item:hover, .nav-subitems a:hover {
  color: #080808;
}

.nav-item {
  display: inline-block;
  padding-left: 24px;
  position: relative;
}
.nav-item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 16px;
  width: 16px;
  background: url(../img/icons-nav.svg) no-repeat 0 0;
  background-size: 128px 32px;
}
.nav-item.selected {
  color: #080808;
}
.nav-item.selected::after {
  background-position: 0 -16px;
}
.nav-item.favourites::after {
  background-position: -16px 0;
}
.nav-item.favourites.selected::after {
  background-position: -16px -16px;
}
.nav-item.account::after {
  background-position: -32px 0;
}
.nav-item.account.selected::after {
  background-position: -32px -16px;
}
.nav-item.logout::after {
  background-position: -48px 0;
}
.nav-item.logout.selected::after {
  background-position: -48px -16px;
}
.nav-item.app::after {
  background-position: -64px 0;
}
.nav-item.app.selected::after {
  background-position: -64px -16px;
}
.nav-item.source-files::after {
  background-position: -80px 0;
}
.nav-item.source-files.selected::after {
  background-position: -80px -16px;
}
.nav-item.projects::after {
  background-position: -96px 0;
}
.nav-item.projects.selected::after {
  background-position: -96px -16px;
}

.has-subnav {
  position: relative;
}
.has-subnav > a {
  padding-right: 15px;
}
.has-subnav > a::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 4px;
  width: 8px;
  background: url(../img/icon-arrow-down-grey.svg) no-repeat center center;
}
@media only screen and (max-width: 1024px) {
  .has-subnav a::before {
    width: 12px;
    height: 6px;
    background-size: 12px 8px;
  }
}

.nav-subnav {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 120px;
  background: #ffffff;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  display: none !important;
}
.nav-subnav.is-visible {
  display: block !important;
}
@media only screen and (max-width: 1024px) {
  .nav-subnav {
    position: static !important;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    top: 0;
    left: 0;
    box-shadow: none !important;
  }
}

.nav-subitems {
  display: block !important;
  float: none;
  margin: 0 !important;
}
.nav-subitems a {
  width: 100%;
  padding: 0.6em 0.8em;
  display: block;
  -webkit-transition: border 0s;
  -moz-transition: border 0s;
  transition: border 0s;
}
.no-touch .nav-subitems a:hover {
  background-color: whitesmoke;
}
.nav-subitems:last-of-type a {
  border-radius: 0 0 3px 3px;
}
.nav-subitems:first-of-type a {
  border-radius: 3px 3px 0 0;
}
@media only screen and (max-width: 1024px) {
  .nav-subitems {
    padding: 0 !important;
  }
  .nav-subitems a {
    padding: 0 0 0 24px;
  }
  .no-touch .nav-subitems a:hover {
    background-color: transparent;
  }
}

/* -------------------------------- 

website header

-------------------------------- */
.header-basic {
  position: fixed;
  height: 90px;
  -webkit-transform-origin: 50vw 49.5vh;
  -moz-transform-origin: 50vw 49.5vh;
  -ms-transform-origin: 50vw 49.5vh;
  -o-transform-origin: 50vw 49.5vh;
  transform-origin: 50vw 49.5vh;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
  background-color: rgba(255, 255, 255, 0.95);
}
.header-basic.header-static-page {
  background-color: #ffffff;
}
.header-basic.is-home {
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0), white);
  background: linear-gradient(to top, rgba(255, 255, 255, 0), white);
}
.header-basic.is-home.scrolling {
  background-color: rgba(255, 255, 255, 0.95);
}
.header-basic.slide-up {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.header-basic .logo img {
  margin-top: 30px;
}
.header-basic::before {
  /* never visible - this is used in jQuery to check the current MQ */
  display: none;
  content: 'desktop';
}
@media only screen and (max-width: 1024px) {
  .header-basic {
    height: 60px;
  }
  .header-basic.slide-up {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .header-basic.is-home.sub-nav-open {
    background-color: rgba(255, 255, 255, 0.95) !important;
  }
  .header-basic::before {
    content: 'mobile';
  }
  .header-basic .logo {
    margin-left: 5%;
  }
  .header-basic .logo img {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .header-basic.is-home {
    background-color: rgba(255, 255, 255, 0.95);
  }
}

.home-page-nav {
  height: 100%;
}
.home-page-nav::after {
  clear: both;
  content: "";
  display: table;
}
.home-page-nav .nc-left-nav {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  height: 100%;
}
.home-page-nav .nc-right-nav, .home-page-nav .nc-socials {
  float: right;
}
.home-page-nav .nc-left-nav, .home-page-nav .nc-right-nav {
  line-height: 90px;
}
.home-page-nav .nc-right-nav {
  margin-right: 3%;
}
.home-page-nav li {
  display: inline-block;
  line-height: 1;
}
.home-page-nav .nc-left-nav li {
  margin-right: 1.8em;
}
.home-page-nav .nc-left-nav li:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 1200px) {
  .home-page-nav .nc-left-nav {
    margin-left: 30px;
  }
  .home-page-nav .nc-left-nav li {
    margin-right: 0.8em;
  }
}
@media only screen and (max-width: 1024px) {
  .home-page-nav {
    position: fixed;
    top: 60px;
    width: 100%;
    height: auto;
    max-height: calc(100% - 60px);
    overflow-y: auto;
    background-color: #ffffff;
    display: none;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  }
  .home-page-nav.is-visible {
    display: block;
    -webkit-overflow-scrolling: touch;
  }
  .home-page-nav .nc-right-nav, .home-page-nav .nc-socials, .home-page-nav .nc-left-nav {
    float: none;
    line-height: 60px;
    margin: 0 5%;
  }
  .home-page-nav .nc-left-nav {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .home-page-nav li, .home-page-nav .nc-logged-out li {
    display: block;
    margin: 0;
    line-height: 60px;
  }
  .home-page-nav li a, .home-page-nav .nc-logged-out li a {
    display: block;
  }
  .home-page-nav .nc-left-nav {
    height: auto;
  }
  .home-page-nav .nc-left-nav li {
    margin-right: 0;
    display: block;
    float: none;
  }
}

.mk-preview .nc-action-buy {
  display: none;
}
.mk-preview .nc-log-in {
  margin-right: 0 !important;
}

.nav-item-basic {
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #828282;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.nav-item-basic.active, .no-touch .nav-item-basic:hover {
  color: #212121;
}
.nc-left-nav .nav-item-basic {
  padding: 39px 0.65em;
  position: relative;
  display: block;
  color: #212121;
}
.no-touch .nc-left-nav .nav-item-basic:hover {
  color: #766dcc;
}
.nc-left-nav .nav-item-basic::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%) scaleX(0);
  -moz-transform: translateX(-50%) scaleX(0);
  -ms-transform: translateX(-50%) scaleX(0);
  -o-transform: translateX(-50%) scaleX(0);
  transform: translateX(-50%) scaleX(0);
  height: 3px;
  width: 100%;
  background-color: #766dcc;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}
.nc-left-nav .nav-item-basic.active::after {
  -webkit-transform: translateX(-50%) scaleX(1);
  -moz-transform: translateX(-50%) scaleX(1);
  -ms-transform: translateX(-50%) scaleX(1);
  -o-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
}
@media only screen and (max-width: 1024px) {
  .nav-item-basic {
    text-align: left;
    text-transform: none;
    font-weight: 400;
    font-size: 1.6rem;
    border-bottom: 1px solid #ededed;
  }
  .nc-left-nav .nav-item-basic {
    width: auto;
    padding: 0;
  }
  .nc-left-nav .nav-item-basic::after {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .nc-right-nav .nav-item {
    border-bottom: 1px solid #ededed;
  }

  .nc-right-nav .nav-subnav {
    width: auto;
  }
  .nc-right-nav .nav-subnav a {
    border-bottom: 1px solid #ededed;
  }
}

.nc-left-nav::after {
  clear: both;
  content: "";
  display: table;
}
.nc-left-nav li {
  float: left;
}

.nc-socials {
  margin-right: 1.3em;
}
.nc-socials li {
  margin: 34px .4em;
}
.nc-socials a {
  display: inline-block;
  height: 24px;
  width: 24px;
  background: url(../img/icon-socials.svg) no-repeat -24px 0;
  opacity: .5;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.no-touch .nc-socials a:hover {
  opacity: 1;
}
.nc-socials a.nc-twitter {
  background-position: -48px 0;
}
.nc-socials a.nc-dribble {
  background-position: 0 0;
}
@media only screen and (max-width: 1200px) {
  .nc-socials {
    margin-right: 0.8em;
  }
  .nc-socials li {
    margin: 34px .2em;
  }
}
@media only screen and (max-width: 1024px) {
  .nc-socials li {
    margin: 0;
  }
  .nc-socials a {
    height: auto;
    width: auto;
    text-indent: 0;
    background-image: none;
    color: #828282;
    opacity: 1;
    font-size: 1.6rem;
    padding-left: 1.6em;
    position: relative;
    border-bottom: 1px solid #ededed;
  }
  .nc-socials a::after {
    content: '';
    position: absolute;
    left: -4px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 24px;
    width: 24px;
    background: url(../img/icon-socials.svg) no-repeat -24px 0;
    opacity: .4;
  }
  .nc-socials a.nc-twitter::after {
    background-position: -48px 0;
  }
  .nc-socials a.nc-dribble::after {
    background-position: 0 0;
  }
  .no-touch .nc-socials a:hover {
    color: #212121;
  }
  .nc-socials li:last-of-type a {
    border-bottom: none;
  }
}

.nc-logged-out li {
  line-height: 40px;
}
.nc-logged-out a {
  font-size: 1.2rem;
  letter-spacing: 1px;
  width: 100px;
  text-transform: uppercase;
}
.nc-logged-out .nc-log-in {
  margin-right: 1.1em;
}
@media only screen and (max-width: 1024px) {
  .nc-logged-out a {
    border: none;
    text-align: left;
    margin: 0;
    padding: 0;
    text-transform: none;
    font-size: 1.6rem;
    border-bottom: 1px solid #ededed;
    font-weight: normal;
    width: auto;
  }
  .nc-logged-out .btn {
    background-color: transparent;
    box-shadow: none;
    color: #828282;
    border-radius: 0;
  }
  .nc-logged-out .btn.nc-action-buy {
    color: #766dcc;
  }
  .no-touch .nc-logged-out .btn:hover {
    background-color: transparent;
    color: #212121;
  }
  .nc-logged-out .nc-log-in {
    margin-right: 0;
  }
}

.nc-action-buy.logged-in {
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 40px;
  width: 100px;
  margin-right: 14px;
}
@media only screen and (max-width: 1024px) {
  .nc-action-buy.logged-in {
    background-color: rgba(33, 33, 33, 0);
    box-shadow: none;
    border: none;
    text-align: left;
    border-radius: 0;
    margin: 0;
    padding: 0;
    color: #766dcc;
    text-transform: none;
    font-size: 1.6rem;
    border-bottom: 1px solid #ededed;
    font-weight: normal;
    width: auto;
    line-height: 60px;
  }
}

/* app page link */
.nc-app {
  margin-right: 2.4em;
}
.nc-app::before {
  content: '';
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -1.2em;
  height: 100%;
  width: 1px;
  background-color: #DADADA;
}
@media only screen and (max-width: 1024px) {
  .nc-app {
    margin-right: 0;
  }
  .nc-app::before {
    display: none;
  }
}

.main-content {
  padding-top: 60px;
}
.main-content.nc-home-page {
  width: 100%;
  padding-top: 90px;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.main-content.has-header-basic {
  padding-top: 90px;
}
.main-content.has-header-basic.is-blog {
  padding-top: 0;
}
.main-content.nc-gallery {
  min-height: 100vh;
}
.main-content.demo-gallery, .main-content.demo-projects {
  padding-top: 120px;
}
.main-content.sign-up {
  padding-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .main-content.has-header-basic {
    padding-top: 60px;
  }
  .main-content.nc-home-page {
    padding-top: 60px;
    overflow-x: visible;
  }
}
@media only screen and (max-width: 768px) {
  .main-content.demo-gallery {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 520px) {
  .main-content.demo-gallery {
    padding-top: 105px;
  }
}

/* -------------------------------- 

Filters bar

-------------------------------- */
.filters-bar {
  position: fixed;
  z-index: 2;
  right: 0;
  top: 0;
  height: 100%;
  width: 240px;
  padding-top: 60px;
  background-color: #212121;
  overflow-y: auto;
  -webkit-transition: opacity 0s;
  -moz-transition: opacity 0s;
  transition: opacity 0s;
}
.demo-gallery .filters-bar, .demo-projects .filters-bar {
  padding-top: 120px;
}
.filters-bar.inactive {
  opacity: .6;
  pointer-events: none;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.filters-bar::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 100%;
  background: #ffffff;
  z-index: 200;
}
.filters-bar .searchandfilter::after {
  clear: both;
  content: "";
  display: table;
}
.filters-bar .searchandfilter h4 {
  padding: 0;
}
.filters-bar .searchandfilter > ul > li, .filters-bar li {
  margin-top: 1.4em;
  padding: 0;
  clear: both;
}
.filters-bar .searchandfilter > ul > li::after, .filters-bar li::after {
  clear: both;
  content: "";
  display: table;
}
.filters-bar .searchandfilter > ul > li.half-block, .filters-bar .searchandfilter > ul > li.sf-field-taxonomy-corner, .filters-bar li.half-block, .filters-bar li.sf-field-taxonomy-corner {
  width: 50%;
  float: left;
  clear: none;
}
.filters-bar .searchandfilter > ul > li.sf-field-taxonomy-corner, .filters-bar li.sf-field-taxonomy-corner {
  margin-right: 0;
  margin-left: 0;
}
.filters-bar .searchandfilter > ul > li.sf-field-taxonomy-corner ul, .filters-bar .searchandfilter > ul > li.sf-field-taxonomy-corner h4, .filters-bar li.sf-field-taxonomy-corner ul, .filters-bar li.sf-field-taxonomy-corner h4 {
  margin-left: 17.6px;
}
.filters-bar .searchandfilter > ul > li {
  margin-left: 1.1em;
  margin-right: 1.1em;
}
.filters-bar .searchandfilter > ul > li.sf-field-search {
  margin: 0 0 1.4em 0;
}
.filters-bar .searchandfilter > ul > li > ul::after {
  clear: both;
  content: "";
  display: table;
}
.filters-bar .searchandfilter > ul > li > ul > li {
  width: 50%;
  float: left;
  display: inline-block;
  padding: 0;
  clear: none;
}
.filters-bar .searchandfilter > ul > .sf-field-taxonomy-fill > ul > li {
  width: 33.3%;
  float: left;
  position: relative;
}
.filters-bar .searchandfilter > ul > .sf-field-taxonomy-fill > ul > li:nth-of-type(2) > label {
  border-radius: 0;
}
.filters-bar .searchandfilter > ul > .sf-field-taxonomy-fill > ul > li::after {
  content: '';
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  pointer-events: none;
}
.filters-bar .searchandfilter > ul > .sf-field-taxonomy-fill > ul > li:first-of-type::after {
  border: 2px solid #ffffff;
}
.filters-bar .searchandfilter > ul > .sf-field-taxonomy-fill > ul > li:nth-of-type(2)::after {
  background-color: #ffffff;
}
.filters-bar .searchandfilter > ul > .sf-field-taxonomy-fill > ul > li:nth-of-type(3)::after {
  background-color: #766dcc;
}
.filters-bar .searchandfilter > ul > .sf-field-taxonomy-fill > ul > li label {
  position: relative;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  box-shadow: none;
  z-index: 2;
  background-color: transparent;
}
.filters-bar .searchandfilter > ul > .sf-field-taxonomy-fill > ul > li:first-of-type input[type="radio"]:checked + label, .filters-bar .searchandfilter > ul > .sf-field-taxonomy-fill > ul > li:nth-of-type(2) input[type="radio"]:checked + label, .filters-bar .searchandfilter > ul > .sf-field-taxonomy-fill > ul > li:nth-of-type(3) input[type="radio"]:checked + label {
  background-color: #080808;
  box-shadow: inset 0 1px 2px #000, 0 1px 0 rgba(255, 255, 255, 0.05);
}
.filters-bar .searchandfilter > ul > .sf-field-taxonomy-fill > ul > li:first-of-type::before, .filters-bar .searchandfilter > ul > .sf-field-taxonomy-fill > ul > li:last-of-type::before {
  display: none;
  z-index: 1;
  content: '';
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #3b3b3b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 1px 5px rgba(0, 0, 0, 0.2);
}
.filters-bar .searchandfilter > ul > .sf-field-taxonomy-fill > ul > li:first-of-type::before {
  left: 0;
  border-radius: 3px 0 0 3px;
}
.filters-bar .searchandfilter > ul > .sf-field-taxonomy-fill > ul > li:last-of-type::before {
  right: 0;
  border-radius: 0 3px 3px 0;
}
.filters-bar .searchandfilter > ul > .sf-field-taxonomy-fill > ul > li:first-of-type.last-checked::before, .filters-bar .searchandfilter > ul > .sf-field-taxonomy-fill > ul > li:last-of-type.first-checked::before {
  display: block;
}
.filters-bar .searchandfilter > ul > .sf-field-taxonomy-fill > ul > li:last-of-type.middle-checked > label, .filters-bar .searchandfilter > ul > .sf-field-taxonomy-fill > ul > li:first-of-type.middle-checked > label {
  background-color: #3b3b3b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 1px 5px rgba(0, 0, 0, 0.2);
}
.filters-bar .searchandfilter > ul > .sf-field-taxonomy-fill > ul > li label:hover, .filters-bar .searchandfilter > ul > .sf-field-taxonomy-fill > ul > li:last-of-type.middle-checked > label:hover, .filters-bar .searchandfilter > ul > .sf-field-taxonomy-fill > ul > li:first-of-type.middle-checked > label:hover {
  background-color: #424242;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.filters-bar input, .filters-bar label, .filters-bar select {
  max-width: 100%;
  color: #ffffff;
  font-size: 1.3rem;
  border: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.filters-bar input[data-type="color-picker"] {
  color: #212121;
}
.filters-bar label {
  display: inline-block;
  padding: 10px 0;
  cursor: pointer;
  width: 50%;
  float: left;
  text-align: center;
  border-radius: 0 3px 3px 0;
}
.filters-bar label:first-of-type {
  border-radius: 3px 0 0 3px;
}
.filters-bar .searchandfilter [data-sf-field-input-type="radio"] li label {
  border-radius: 0 3px 3px 0;
}
.filters-bar .searchandfilter [data-sf-field-input-type="radio"] li:first-of-type label {
  border-radius: 3px 0 0 3px;
}
.filters-bar .searchandfilter label {
  width: 100%;
  float: left;
}
.filters-bar label, .filters-bar .minus, .filters-bar .plus, .filters-bar select {
  background-color: #3b3b3b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 1px 5px rgba(0, 0, 0, 0.2);
}
.filters-bar label:hover, .filters-bar .minus:hover, .filters-bar .plus:hover, .filters-bar select:hover {
  background-color: #424242;
}
.filters-bar .minus {
  z-index: 1;
}
.filters-bar input[type="radio"]:checked + label, .filters-bar input[type="number"] {
  background-color: #080808;
  box-shadow: inset 0 1px 2px #000, 0 1px 0 rgba(255, 255, 255, 0.05);
}
.filters-bar input[type="radio"]:checked + label {
  cursor: default;
}
.filters-bar input[type="number"] {
  height: 30px;
  border: none;
  border-radius: 3px 0 0 3px;
  width: 50px;
  padding-left: 0.8em;
}
.filters-bar .minus, .filters-bar .plus {
  width: 25px;
  height: 15px;
  right: -25px;
  box-shadow: none;
  background-color: transparent;
}
.filters-bar .minus:active, .filters-bar .plus:active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background-color: #2e2e2e;
}
.filters-bar .plus {
  border-radius: 0 3px 0 0;
  z-index: 1;
}
.filters-bar .plus:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.filters-bar .minus {
  border-radius: 0 0 3px 0;
}
.filters-bar .box-s-wrapper {
  display: inline-block;
  position: relative;
}
.filters-bar .box-s-wrapper::before {
  content: '';
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -25px;
  height: 30px;
  width: 25px;
  border-radius: 0 3px 3px 0;
  background-color: #3b3b3b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 1px 5px rgba(0, 0, 0, 0.2);
}
.filters-bar .number-wrapper::before {
  width: 80px;
  height: 30px;
  line-height: 30px;
  top: -40px;
  right: -50px;
  content: 'Max value';
  border-radius: 3px;
  background-color: rgba(118, 109, 204, 0.9);
  white-space: nowrap;
  color: #ffffff;
  font-size: 1.2rem;
  text-align: center;
  z-index: 2;
}
.filters-bar .number-wrapper::after {
  top: -10px;
  right: -19px;
  content: '';
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-top: 7px solid rgba(118, 109, 204, 0.9);
}
.filters-bar .number-wrapper::before, .filters-bar .number-wrapper::after {
  position: absolute;
  display: none;
}
.filters-bar .number-wrapper.max-reached::after, .filters-bar .number-wrapper.max-reached::before {
  display: block;
  -webkit-animation: tooltip-fade-in-out 1s;
  -moz-animation: tooltip-fade-in-out 1s;
  animation: tooltip-fade-in-out 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.filters-bar .number-wrapper.size-all::before {
  content: 'Only 48px and 64px';
  width: 128px;
  right: -72px;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.filters-bar .number-wrapper.size-all::after {
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.filters-bar select {
  display: inline-block;
  padding: 0.6em 1.6em 0.6em 2.8em;
  cursor: pointer;
  width: 100%;
  border-radius: 3px;
}
.filters-bar .select {
  position: relative;
}
.filters-bar .select::after, .filters-bar .select::before {
  content: '';
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.filters-bar .select::after {
  right: 15px;
  width: 11px;
  height: 7px;
  background: url("../img/icon-arrow.svg") no-repeat center center;
  background-size: 10px 6px;
}
.filters-bar .select::before {
  left: 11px;
  height: 16px;
  width: 16px;
  background: url("../img/icons-dropdown.svg") no-repeat -16px 0;
}
@media only screen and (max-width: 768px) {
  .demo-gallery .filters-bar {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 520px) {
  .demo-gallery .filters-bar {
    padding-top: 105px;
  }
}

.filters-bar h4 {
  text-transform: uppercase;
  color: #616161;
  font-size: 1rem;
  letter-spacing: .05em;
  font-weight: 700;
  margin-bottom: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.filters-container {
  border-bottom: 1px solid #2e2e2e;
}

.filters {
  padding: 0 1.1em 1.25em;
  border-top: 1px solid #2e2e2e;
  margin-top: 26px;
}
.filters::after {
  clear: both;
  content: "";
  display: table;
}
.filters ul::after {
  clear: both;
  content: "";
  display: table;
}

.search input, .sf-field-search input {
  width: 100%;
  height: 50px;
  font-size: 1.6rem;
  background-color: #3b3b3b;
  border: none;
  padding: 0 18px;
}
.search input::-webkit-input-placeholder, .sf-field-search input::-webkit-input-placeholder {
  color: #6e6e6e;
}
.search input::-moz-placeholder, .sf-field-search input::-moz-placeholder {
  color: #6e6e6e;
}
.search input:-moz-placeholder, .sf-field-search input:-moz-placeholder {
  color: #6e6e6e;
}
.search input:-ms-input-placeholder, .sf-field-search input:-ms-input-placeholder {
  color: #6e6e6e;
}

.device, .fill {
  position: relative;
  border-radius: 2px;
}
.device::after, .fill::after {
  clear: both;
  content: "";
  display: table;
}

.half-block label, .sf-field-taxonomy-corner label {
  padding: 0;
  height: 30px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}
.half-block label.square,
.half-block input[value="miter"] + label,
.half-block label.round,
.half-block input[value="round"] + label, .sf-field-taxonomy-corner label.square,
.sf-field-taxonomy-corner input[value="miter"] + label,
.sf-field-taxonomy-corner label.round,
.sf-field-taxonomy-corner input[value="round"] + label {
  background-image: url("../img/icons-corner.svg");
  background-size: 102px 30px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.half-block label.round, .half-block input[value="round"] + label, .sf-field-taxonomy-corner label.round, .sf-field-taxonomy-corner input[value="round"] + label {
  background-position: -51px 0;
}

.color-picker-wrapper {
  position: relative;
  z-index: 3;
}
.color-picker-wrapper input[data-type="color-picker"] {
  display: none;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 15px;
  height: 30px;
  width: 85px;
  padding-left: 18px;
  background-color: #545454;
  border-radius: 0 4em 4em 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
.color-picker-wrapper .iris-picker {
  position: absolute;
  left: 0;
  top: 32px;
  padding-bottom: 0px !important;
}
.color-picker-wrapper.bg-color .iris-picker, .color-picker-wrapper.icon-color .iris-picker {
  padding-bottom: 29px !important;
}
.color-picker-wrapper.bg-color {
  z-index: 2;
}
.color-picker-wrapper.bg-color .iris-picker {
  left: auto;
  right: 0;
}
.color-picker-wrapper.bg-color input[data-type="color-picker"] {
  z-index: 1;
}
.bg-only .color-picker-wrapper.bg-color .iris-picker {
  right: auto;
  left: 0;
}

.color-picker-wrapper .iris-slider {
  height: 139.5px !important;
}
.color-picker-wrapper .iris-palette-container {
  width: 114px;
  right: 51px;
  left: auto !important;
}
.color-picker-wrapper .iris-palette {
  height: 20px !important;
  width: 20px !important;
}
.color-picker-wrapper .iris-add-palette {
  height: 20px;
  width: 20px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  cursor: pointer;
  border-radius: 3px;
}
.color-picker-wrapper .iris-add-palette::after, .color-picker-wrapper .iris-add-palette::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 10px;
  width: 2px;
  background: #3b3b3b;
}
.color-picker-wrapper .iris-add-palette::before {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.color-picker-wrapper .iris-add-palette::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(90deg);
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.color-picker-display {
  display: inline-block;
  position: relative;
  z-index: 4;
  height: 30px;
  width: 30px;
  border: 2px solid #545454;
  border-radius: 50%;
}
.color-picker-display:first-of-type {
  z-index: 6;
}
.bg-color .color-picker-display:first-of-type {
  z-index: 2;
}
.bg-color .color-picker-display {
  background-color: #ffffff;
}
.icon-color .color-picker-display {
  background-color: #212121;
}
.color-picker-display.additional-color {
  margin-left: 4px;
}
.color-picker-display.additional-color + input[data-type="color-picker"] {
  left: 53px;
  z-index: 3;
}
.color-picker-display.inactive {
  position: relative;
  box-shadow: none;
  border: 2px solid transparent;
  background-color: #141414 !important;
}
.color-picker-display.inactive::after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #141414 url("../img/icon-cross.svg") no-repeat center center;
  background-size: 30px 30px;
}

.remove-color {
  position: absolute;
  top: -6px;
  left: 18px;
  height: 14px;
  width: 14px;
  background-color: #766dcc;
  box-shadow: 0 0 0 2px #212121;
  border-radius: 50%;
  z-index: 5;
  cursor: pointer;
}
.remove-color:hover {
  background-color: #8880d3;
}
.inactive .remove-color {
  display: none;
}
.open .remove-color {
  display: none;
}
.remove-color::before, .remove-color::after {
  content: '';
  height: 2px;
  width: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: #ffffff;
}
.remove-color::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.remove-color::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.open + input + div + .additional-color .remove-color {
  display: none;
}

.color-picker-wrapper .iris-picker .iris-strip .ui-slider-handle,
.color-picker-wrapper .iris-picker .iris-square-handle {
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  height: 16px;
  width: 16px;
  cursor: move;
  opacity: 1;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3), inset 0 0 0 2px #fff;
}
.color-picker-wrapper .iris-picker .iris-strip .ui-slider-handle::before, .color-picker-wrapper .iris-picker .iris-strip .ui-slider-handle::after,
.color-picker-wrapper .iris-picker .iris-square-handle::before,
.color-picker-wrapper .iris-picker .iris-square-handle::after {
  display: none;
}

.color-picker-wrapper .iris-picker .iris-strip .ui-slider-handle {
  border-radius: 50%;
  left: 3px;
  right: 3px;
}

.color-picker-wrapper .iris-picker .iris-square-handle {
  left: -5px;
  top: -5px;
}

.color-picker-wrapper .iris-picker .iris-square-value:focus .iris-square-handle {
  opacity: 1;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3), inset 0 0 0 2px #fff;
}

.color-picker-wrapper .iris-picker .iris-square.iris-dragging .iris-square-value.ui-draggable-dragging.ui-state-focus {
  outline: none;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  box-shadow: none;
}

.color-picker-wrapper .iris-picker .iris-square-value:focus {
  outline: none;
  background-color: rgba(255, 255, 255, 0);
}

.color-picker-wrapper .iris-picker .iris-slider {
  border-radius: 3em;
}

.color-picker-wrapper .iris-picker {
  border: none;
}

.sf-field-taxonomy-size .select::before {
  background-position: 0 0;
}
[data-sf-form-id="36"] .sf-field-taxonomy-size select option[value="0"], [data-sf-form-id="13787"] .sf-field-taxonomy-size select option[value="0"], [data-sf-form-id="1167"] .sf-field-taxonomy-size select option[value="0"] {
  display: none;
}
.sf-field-taxonomy-size.disabled {
  display: none;
}

.size-value {
  background-color: transparent;
}

.filters-action {
  display: block;
  padding: 1.4em 1.25em;
  text-align: center;
  position: relative;
}
.filters-action.is-hidden .btn {
  background-color: #080808;
  color: #474747;
  box-shadow: none;
  cursor: not-allowed;
}
.filters-action.is-hidden .btn:active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.filters-action.is-hidden .deselect, .filters-action.is-hidden .add-projects {
  display: none;
}
.filters-action h4 {
  text-align: left;
}
.filters-action .btn {
  display: block;
  line-height: 55px;
  font-size: 1.6rem;
  margin-bottom: 10px;
  position: relative;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 1px 3px rgba(0, 0, 0, 0.7);
}
.filters-action .btn::before {
  width: 150px;
  height: 30px;
  line-height: 30px;
  top: -40px;
  right: 25px;
  content: 'No icon selected';
  border-radius: 3px;
  background-color: rgba(118, 109, 204, 0.9);
  white-space: nowrap;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: normal;
  text-align: center;
  z-index: 2;
}
.filters-action .btn::after {
  top: -10px;
  right: 93px;
  content: '';
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-top: 7px solid rgba(118, 109, 204, 0.9);
}
.filters-action .btn::before, .filters-action .btn::after {
  position: absolute;
  display: none;
}
.filters-action .btn.no-icons-selected::after, .filters-action .btn.no-icons-selected::before {
  display: block;
  -webkit-animation: tooltip-fade-in-out 2s;
  -moz-animation: tooltip-fade-in-out 2s;
  animation: tooltip-fade-in-out 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.filters-action .deselect, .filters-action .btn-select, .filters-action .add-projects {
  display: block;
  -webkit-transition: color 0.2s, background-color 0.2s;
  -moz-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
  color: rgba(255, 255, 255, 0.8);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.filters-action .deselect:hover, .filters-action .btn-select:hover, .filters-action .add-projects:hover {
  color: #ffffff;
}
.filters-action .deselect, .filters-action .add-projects {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.2rem;
  background-color: #141414;
  padding: .8em;
  border-radius: 3px;
}
.filters-action .deselect:hover, .filters-action .add-projects:hover {
  background-color: #0d0d0d;
}
.filters-action .deselect.remove, .filters-action .add-projects.remove {
  margin-top: 10px;
  background-color: #dc4141;
}
.filters-action .add-projects {
  margin-top: 10px;
}
.filters-action .btn-select {
  position: absolute;
  top: 22px;
  right: 20px;
  font-size: 1.1rem;
}

/* -------------------------------- 

Icons container

-------------------------------- */
.icons-found {
  margin-right: 240px;
}
.icons-found ul::after {
  clear: both;
  content: "";
  display: table;
}
.icons-found li {
  display: inline-block;
  width: 10%;
  float: left;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.2s, background-color 0.2s;
  -moz-transition: border-color 0.2s, background-color 0.2s;
  transition: border-color 0.2s, background-color 0.2s;
  cursor: pointer;
  color: #e6e6e6;
}
.icons-found li:hover {
  border-color: currentColor;
}
.icons-found li:hover .footer {
  opacity: 1;
}
.icons-found li:hover .bookmark, .icons-found li:hover .tag, .icons-found li:hover .project-bookmark {
  opacity: 1;
}
.icons-found li .bookmark.favorited {
  opacity: 1;
  background-position: -64px 0;
}
.icons-found li .bookmark.favorited svg {
  fill: rgba(0, 0, 0, 0.5);
}
.white-background .icons-found li .bookmark.favorited svg {
  fill: #eac248;
}
.dark-background .icons-found li .bookmark.favorited svg {
  fill: rgba(255, 255, 255, 0.8);
}
.icons-found .wrapper {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  text-align: center;
}
.icons-found .svg-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.icons-found .svg-container svg {
  position: relative;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.icons-found .bookmark, .icons-found .tag, .icons-found .project-bookmark {
  position: absolute;
  z-index: 1;
  top: 10%;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.icons-found .bookmark svg, .icons-found .tag svg, .icons-found .project-bookmark svg {
  position: absolute;
  top: 0;
  left: 0;
  fill: rgba(0, 0, 0, 0.2);
}
.icons-found .bookmark, .icons-found .project-bookmark {
  right: 10%;
  height: 16px;
  width: 16px;
}
.icons-found .tag {
  z-index: 2;
  height: 16px;
  width: 16px;
  left: 10%;
  cursor: pointer;
}
.dark-background .icons-found li .bookmark svg, .dark-background .icons-found li .tag svg, .dark-background .icons-found li .project-bookmark svg {
  fill: rgba(255, 255, 255, 0.2);
}
.icons-found .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid currentColor;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.icons-found .footer::after {
  clear: both;
  content: "";
  display: table;
}
.icons-found .single-icon-action {
  width: 33.3%;
  float: left;
  text-transform: uppercase;
  text-align: center;
  line-height: 28px;
  font-size: 1.2rem;
  font-weight: 700;
  border-left: 1px solid #212121;
  border-color: #e6e6e6;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  color: rgba(0, 0, 0, 0.4);
}
.icons-found .single-icon-action:hover {
  color: rgba(0, 0, 0, 0.8);
}
.icons-found .single-icon-action:first-of-type {
  border: none;
}
.dark-background .icons-found .single-icon-action {
  color: rgba(255, 255, 255, 0.6);
}
.dark-background .icons-found .single-icon-action:hover {
  color: white;
}
.icons-found .tags-list {
  position: absolute;
  left: -5px;
  top: -14px;
  width: 160px;
  min-height: 38px;
  padding: 0.9em;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  z-index: 2;
  text-align: left;
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(32px);
  -moz-transform: translateX(32px);
  -ms-transform: translateX(32px);
  -o-transform: translateX(32px);
  transform: translateX(32px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
.icons-found .tags-list::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-left-color: #ffffff;
  visibility: hidden;
  opacity: 0;
}
.icons-found .tags-list span {
  color: #8f8f8f;
}
.icons-found .tags-list a {
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icons-found .tags-list a:hover {
  text-decoration: underline;
}
.icons-found .tags-list::before {
  content: '';
  position: absolute;
  left: -14px;
  top: 13px;
  height: 0;
  width: 0;
  border: 6px solid transparent;
  border-right: 8px solid rgba(0, 0, 0, 0.8);
}
.icons-found .tags-list.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0s;
  transition: opacity 0.2s 0s, visibility 0s 0s;
}
.icons-found .tags-list.loading::after {
  opacity: 1;
  visibility: visible;
  -webkit-animation: nc-rotate-center 0.5s linear infinite;
  -moz-animation: nc-rotate-center 0.5s linear infinite;
  animation: nc-rotate-center 0.5s linear infinite;
}
@media only screen and (max-width: 1750px) {
  .icons-found li {
    width: 12.5%;
    float: left;
  }
}
@media only screen and (max-width: 1500px) {
  .icons-found li {
    width: 16.666%;
    float: left;
  }
}
@media only screen and (max-width: 1200px) {
  .icons-found li {
    width: 20%;
    float: left;
  }
}
@media only screen and (max-width: 1024px) {
  .icons-found li {
    width: 33.3333%;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .icons-found li {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 520px) {
  .icons-found li {
    width: 100%;
    float: left;
  }
}

@-webkit-keyframes nc-rotate-center {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}
@-moz-keyframes nc-rotate-center {
  from {
    -moz-transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }
  to {
    -moz-transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}
@keyframes nc-rotate-center {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(360deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(360deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(360deg);
    transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}
@media only screen and (min-width: 1750px) and (min-height: 980px) {
  .icons-found li {
    width: 12.5%;
    float: left;
  }
}
@media only screen and (min-width: 1750px) and (min-height: 1250px) {
  .icons-found li {
    width: 16.666%;
    float: left;
  }
}

.nc-no-results {
  position: relative;
  text-align: center;
  padding: 160px 0;
  font-size: 2.4rem;
  color: rgba(0, 0, 0, 0.5);
}
.white-background .nc-no-results {
  color: #444444;
}
.white-background .nc-no-results .nc-no-results-icon path {
  fill: #DADADA;
}
.dark-background .nc-no-results {
  color: rgba(255, 255, 255, 0.8);
}
.dark-background .nc-no-results .nc-no-results-icon path {
  fill: rgba(255, 255, 255, 0.2);
}
.nc-no-results .nc-no-results-icon {
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100px;
}
.nc-no-results .nc-no-results-icon path {
  fill: rgba(0, 0, 0, 0.2);
}

.nc-icons-loader {
  display: none;
  padding: 2em 0;
  text-align: center;
  margin-right: 240px;
}
.nc-icons-loader.is-visible {
  display: block;
}

.nc-icons-loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% - 240px);
  display: none;
}
.nc-icons-loader-overlay svg {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.nc-icons-loader-overlay.is-visible {
  display: block;
}

.nc-icons-loader-overlay path, .nc-icons-loader rect {
  fill: rgba(0, 0, 0, 0.5);
}
.white-background .nc-icons-loader-overlay path, .white-background .nc-icons-loader rect {
  fill: #766acf;
}
.dark-background .nc-icons-loader-overlay path, .dark-background .nc-icons-loader rect {
  fill: rgba(255, 255, 255, 0.8);
}

/* -------------------------------- 

Popups

-------------------------------- */
.overlay-popup {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(118, 109, 204, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
.overlay-popup[data-type="favorites-popup"], .overlay-popup[data-type="demo-popup"], .overlay-popup[data-type="message-popup"] {
  z-index: 4;
}
.overlay-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0s;
  transition: opacity 0.2s 0s, visibility 0s 0s;
}
.overlay-popup > div {
  width: 90%;
  max-width: 620px;
  max-height: 90%;
  overflow-y: auto;
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 10%;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(64, 55, 156, 0.2);
  border-radius: .25em;
}
.overlay-popup[data-type="html-popup"] > div {
  top: 15%;
  max-height: 85%;
}
.overlay-popup.notice-popup > div {
  max-width: 400px;
}
.overlay-popup[data-type="favorites-popup"] > div {
  max-width: 700px;
}
.overlay-popup .popup-header {
  position: relative;
  padding: 1em 2.6em 1em 1.4em;
  background-color: #ededed;
}
.overlay-popup h3 {
  line-height: 1.3;
  color: #212121;
  font-size: 2.2rem;
}
.overlay-popup .close-popup {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.4em;
  height: 24px;
  width: 24px;
  background: transparent url("../img/icon-close.svg") no-repeat center center;
  background-size: 18px 18px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.overlay-popup .close-popup:hover {
  opacity: .6;
}
.overlay-popup .popup-footer {
  padding: 0 1.4em 1.25em;
  position: relative;
}
.overlay-popup .popup-footer::after {
  clear: both;
  content: "";
  display: table;
}
.overlay-popup .popup-footer .nav-item {
  float: left;
  margin-top: 15px;
  color: #212121;
  font-size: 1.3rem;
}
.overlay-popup .success-message {
  float: right;
  margin-top: 16px;
  margin-right: 1em;
  font-size: 1.3rem;
  color: #212121;
  visibility: hidden;
  opacity: 0;
}
.overlay-popup.copied .success-message {
  -webkit-animation: message-fade-in-out 2s;
  -moz-animation: message-fade-in-out 2s;
  animation: message-fade-in-out 2s;
}
.overlay-popup .popup-body {
  padding: 1.3em 1.4em;
  line-height: 1.2;
}
.overlay-popup input[type="radio"] + label, .overlay-popup input[type="checkbox"] + label {
  display: inline-block;
  border: 1px solid #e0e0e0;
  line-height: 34px;
  text-transform: uppercase;
  font-size: 1.6rem;
  cursor: pointer;
  border-radius: 2px;
  padding: 0 0.85em;
  margin: 0 5px 0 0;
}
.overlay-popup [data-type='resolution-settings'] input[type="checkbox"] + label {
  text-transform: none;
}
.overlay-popup input[type="radio"]:checked + label, .overlay-popup input[type="checkbox"]:checked + label {
  border-color: #766dcc;
}
.overlay-popup fieldset {
  margin-bottom: 1.5em;
}
.overlay-popup fieldset:last-of-type {
  margin-bottom: 0;
}
.overlay-popup input[type="text"], .overlay-popup input[type="number"] {
  text-align: center;
  height: 38px;
}
.overlay-popup input[type="text"]#assets-path, .overlay-popup input[type="number"]#assets-path {
  text-align: left;
}
.overlay-popup input[type="text"] {
  width: 64px;
}
.overlay-popup input[type="text"]#assets-path {
  width: 160px;
  padding: 0 14px;
}
.overlay-popup input[type="text"][data-type="file-name"], .overlay-popup input[type="text"][data-type="project-name"] {
  width: 220px;
  text-align: left;
  padding: 0 14px;
}
.overlay-popup input[type="number"] {
  width: 75px;
  padding-right: 24px !important;
}
.overlay-popup label {
  margin: 0 0.6em 0 1.6em;
}
.overlay-popup label:first-of-type {
  margin-left: 0;
}
.overlay-popup .cell-label {
  font-size: 1.3rem;
  margin-right: .4em;
}
.overlay-popup .minus, .overlay-popup .plus {
  right: 4px;
  width: 20px;
  height: 12px;
  background-color: #766dcc;
  border-radius: 2px !important;
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-size: 6px 3px;
}
.overlay-popup .plus {
  top: 5px;
}
.overlay-popup .minus {
  bottom: 5px;
}
.overlay-popup .resolution-tab {
  padding: 0 1.4em;
}
.overlay-popup .resolution-tab::after {
  clear: both;
  content: "";
  display: table;
}
.overlay-popup .resolution-tab a {
  float: left;
  color: #545454;
  padding: 0.8em;
  display: inline-block;
  text-transform: uppercase;
}
.overlay-popup .resolution-tab .selected {
  color: #766dcc;
  box-shadow: inset 0 -2px 0 #766dcc;
}
.overlay-popup [data-type='resolution-settings'] .label-editable {
  padding: 0;
  position: relative;
}
.overlay-popup [data-type='resolution-settings'] .label-editable.empty input {
  color: #949494;
}
.overlay-popup [data-type='resolution-settings'] .label-editable.enable-check input {
  pointer-events: none;
}
.overlay-popup [data-type='resolution-settings'] .label-editable input {
  border: none;
  border-radius: 0;
  width: 38px;
  height: 34px;
  box-shadow: none;
}
.overlay-popup [data-type='resolution-settings'] .edit-resolution {
  display: none;
  opacity: 0.5;
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  height: 16px;
  width: 16px;
  background: url(../img/icons-manage-prj.svg) no-repeat -48px 0;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.no-touch .overlay-popup [data-type='resolution-settings'] .edit-resolution:hover {
  opacity: 1;
}
.overlay-popup [data-type='resolution-settings'] input:checked + .label-editable + .edit-resolution {
  display: inline-block;
}
.overlay-popup .settings-frame {
  border: 1px solid #e0e0e0;
  border-radius: .25em;
  position: relative;
  padding: 0.95em 1.4em 1.4em;
  margin-top: 1.7em;
}
.overlay-popup .settings-frame::after {
  clear: both;
  content: "";
  display: table;
}
.overlay-popup .settings-frame.bi-spite-settings {
  padding: 0.95em 0.9em 0.75em;
}
.overlay-popup .settings-frame[data-type="svg-settings"] {
  margin-bottom: 1.3em;
}
.overlay-popup .settings-frame.hidden {
  display: none;
}
.overlay-popup .settings-frame h4 {
  position: absolute;
  top: -6px;
  left: 18px;
  margin: 0;
  padding: 0 0.5em;
  background-color: #ffffff;
}
.overlay-popup .bicolor-css-settings {
  display: inline-block;
  margin-left: 18px;
  -webkit-transform: translateY(-11px);
  -moz-transform: translateY(-11px);
  -ms-transform: translateY(-11px);
  -o-transform: translateY(-11px);
  transform: translateY(-11px);
}
.overlay-popup .bicolor-css-settings.hidden {
  display: none;
}
#remove-inline-style, #remove-inline-style + label {
  display: none;
}

.overlay-popup h4,
.nc-center label,
.nc-contact-details h4,
.overlay-popup[data-type="login-popup"] label,
.affwp-payment-email-wrap label {
  text-transform: uppercase;
  color: #949494;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1em;
  letter-spacing: 1px;
}

.overlay-popup input[type="text"],
.overlay-popup input[type="number"],
.nc-center input[type="text"],
.nc-center input[type="password"],
.nc-center input[type="email"],
.nc-center textarea,
.nc-center select,
.nc-center .account-info,
.overlay-popup[data-type="login-popup"] input[type="text"],
.overlay-popup[data-type="login-popup"] input[type="password"],
.affwp-payment-email-wrap input[type="email"] {
  font-size: 1.6rem;
  color: #212121;
  margin: 0;
  padding: 0;
  border-radius: 2px;
  border: 1px solid #e0e0e0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.overlay-popup input[type="text"]:focus,
.overlay-popup input[type="number"]:focus,
.nc-center input[type="text"]:focus,
.nc-center input[type="password"]:focus,
.nc-center input[type="email"]:focus,
.nc-center textarea:focus,
.nc-center select:focus,
.nc-center .account-info:focus,
.overlay-popup[data-type="login-popup"] input[type="text"]:focus,
.overlay-popup[data-type="login-popup"] input[type="password"]:focus,
.affwp-payment-email-wrap input[type="email"]:focus {
  border-color: #766dcc;
}
.overlay-popup input[type="text"].wpcf7-not-valid, .overlay-popup input[type="text"].error,
.overlay-popup input[type="number"].wpcf7-not-valid,
.overlay-popup input[type="number"].error,
.nc-center input[type="text"].wpcf7-not-valid,
.nc-center input[type="text"].error,
.nc-center input[type="password"].wpcf7-not-valid,
.nc-center input[type="password"].error,
.nc-center input[type="email"].wpcf7-not-valid,
.nc-center input[type="email"].error,
.nc-center textarea.wpcf7-not-valid,
.nc-center textarea.error,
.nc-center select.wpcf7-not-valid,
.nc-center select.error,
.nc-center .account-info.wpcf7-not-valid,
.nc-center .account-info.error,
.overlay-popup[data-type="login-popup"] input[type="text"].wpcf7-not-valid,
.overlay-popup[data-type="login-popup"] input[type="text"].error,
.overlay-popup[data-type="login-popup"] input[type="password"].wpcf7-not-valid,
.overlay-popup[data-type="login-popup"] input[type="password"].error,
.affwp-payment-email-wrap input[type="email"].wpcf7-not-valid,
.affwp-payment-email-wrap input[type="email"].error {
  border-color: #dc4141;
}

.nc-center select:focus {
  box-shadow: inset 0 0 0 1px #766dcc;
}

.overlay-popup .popup-footer .btn,
.nc-center input[type="submit"],
.overlay-popup[data-type="login-popup"] input[type="submit"],
#affwp-affiliate-dashboard-profile-form input[type="submit"] {
  float: right;
  line-height: 45px;
  font-size: 1.7rem;
  padding: 0 2em;
}

.nc-center input[type="submit"]:focus {
  background-color: #212121;
}

.overlay-popup[data-type="html-popup"] .popup-body {
  background-color: #444444;
  height: 241px;
  max-height: 45vh;
  overflow-y: auto;
}
.overlay-popup[data-type="html-popup"] .popup-body > * {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.overlay-popup[data-type="html-popup"] .popup-body > *::selection {
  background-color: #c7c7c7;
}

.overlay-popup[data-type="html-popup"] .popup-footer {
  padding-top: 1.25em;
}

.overlay-popup .nc-message {
  padding: 1.5em 0 0;
}
.overlay-popup .nc-message p {
  margin-bottom: 1.2em;
  color: #444444;
}

.overlay-popup.notice-popup > div {
  top: 30%;
}

.overlay-popup.notice-popup .popup-header {
  background-color: transparent;
  padding-bottom: 1.4em;
  padding-top: 1.4em;
}

.overlay-popup[data-type="favorites-popup"] .popup-body {
  padding-top: 0;
}
.overlay-popup[data-type="favorites-popup"] .popup-body b {
  text-decoration: underline;
}

.overlay-popup.notice-popup .close-popup {
  top: 20px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.overlay-popup.notice-popup .popup-body {
  padding-top: 0;
}

.overlay-popup.notice-popup .nc-message {
  border: none;
  text-align: center;
  padding-top: 1em;
}
.overlay-popup.notice-popup .nc-message p {
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.6;
}

.overlay-popup[data-type="message-popup"] .files-type-img {
  margin-bottom: 1.5em;
}

.overlay-popup.notice-popup .popup-footer {
  text-align: center;
  padding-top: 0.7em;
  padding-bottom: 2.3em;
}
.overlay-popup.notice-popup .popup-footer .btn {
  float: none;
}

.overlay-popup[data-type="download-popup"] .popup-body, .overlay-popup[data-type="project-popup"] .popup-body {
  padding-top: 0;
  padding-bottom: 0;
}
.overlay-popup[data-type="download-popup"] .settings-download, .overlay-popup[data-type="project-popup"] .settings-download {
  position: relative;
  padding: 1.65em 0;
}
.overlay-popup[data-type="download-popup"] .projects-wrapper h4:first-of-type, .overlay-popup[data-type="download-popup"] .projects-wrapper fieldset:first-of-type, .overlay-popup[data-type="project-popup"] .projects-wrapper h4:first-of-type, .overlay-popup[data-type="project-popup"] .projects-wrapper fieldset:first-of-type {
  display: none;
}
.overlay-popup[data-type="download-popup"] .projects-wrapper.projects-visible h4:first-of-type, .overlay-popup[data-type="download-popup"] .projects-wrapper.projects-visible fieldset:first-of-type, .overlay-popup[data-type="project-popup"] .projects-wrapper.projects-visible h4:first-of-type, .overlay-popup[data-type="project-popup"] .projects-wrapper.projects-visible fieldset:first-of-type {
  display: block;
}

.overlay-popup .multiple-select {
  width: 100%;
  height: 120px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.overlay-popup .multiple-select option {
  padding: 7px 14px;
  color: #545454;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.overlay-popup .multiple-select option:checked {
  color: #ffffff;
  background-size: cover;
}
.overlay-popup .multiple-select:not(:focus) option:checked {
  background-image: none;
}

.overlay-popup .reset-btn {
  float: right;
  margin: 15px 15px 0 0;
  font-size: 1.4rem;
  text-decoration: underline;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.no-touch .overlay-popup .reset-btn:hover {
  opacity: 0.8;
}

#add-prj-btn {
  position: relative;
}
#add-prj-btn svg {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: none;
}
.adding-icons-to-prjs #add-prj-btn {
  color: transparent;
}
.adding-icons-to-prjs #add-prj-btn svg {
  display: block;
}
@media only screen and (max-width: 520px) {
  #add-prj-btn {
    padding: 0 1em;
  }
}

.submit-download .hidden {
  display: none;
}

.overlay-popup fieldset.symbol-sprite-wrapper {
  margin-bottom: 0;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
.overlay-popup fieldset.symbol-sprite-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

.settings-frame input[type="checkbox"], .settings-frame input[type="radio"] {
  opacity: 1;
  position: static;
  pointer-events: auto;
  margin: 0;
  cursor: pointer;
  vertical-align: middle;
  margin-left: .7em;
}
.settings-frame input[type="checkbox"]:first-of-type, .settings-frame input[type="radio"]:first-of-type {
  margin-left: 0;
}

.settings-frame input[type="checkbox"] + label, .settings-frame input[type="radio"] + label {
  border: none;
  text-transform: none;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 1.2rem;
  cursor: auto;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 3px;
}

.bi-spite-settings .color-picker-display {
  background-color: #444444;
  border-color: #e0e0e0;
}
.bi-spite-settings .iris-picker {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.bi-spite-settings input[data-type="color-picker"] {
  background-color: #e0e0e0;
  height: 30px;
  width: 85px;
  border-radius: 0 4em 4em 0;
  font-size: 1.3rem;
  text-align: left;
  padding-left: 18px;
}
.bi-spite-settings input[data-type="color-picker"]:focus {
  border-color: #e0e0e0;
}

/*************************************************
	animations
 *************************************************/
@-webkit-keyframes tooltip-fade-in-out {
  0% {
    opacity: 0;
    display: block;
  }
  50% {
    opacity: 1;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@-moz-keyframes tooltip-fade-in-out {
  0% {
    opacity: 0;
    display: block;
  }
  50% {
    opacity: 1;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes tooltip-fade-in-out {
  0% {
    opacity: 0;
    display: block;
  }
  50% {
    opacity: 1;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@-webkit-keyframes message-fade-in-out {
  0% {
    opacity: 0;
    visibility: visible;
  }
  15% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-moz-keyframes message-fade-in-out {
  0% {
    opacity: 0;
    visibility: visible;
  }
  15% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes message-fade-in-out {
  0% {
    opacity: 0;
    visibility: visible;
  }
  15% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
/* -------------------------------- 

Sign up page

-------------------------------- */
.nc-top-logo {
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.no-touch .nc-top-logo:hover {
  opacity: 0.9;
}

.nc-center {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  padding: 70px 0 100px;
}
.nc-center.is-contact-page, .nc-center.is-account-page {
  padding-top: 50px;
}
.nc-center.is-register-page {
  max-width: 660px;
  padding: 80px 0;
  position: relative;
}
.nc-center.is-register-page pre {
  white-space: normal;
}
.nc-center.affiliate-form {
  max-width: 500px;
}
.nc-center h1 {
  text-align: center;
  margin: 0 0 50px;
}
.nc-center.is-register-page h1 {
  margin-bottom: 68px;
}
.nc-center fieldset {
  max-width: 100%;
}
.nc-center fieldset::after {
  clear: both;
  content: "";
  display: table;
}
.nc-center .nc-half {
  width: 48.5%;
  float: left;
}
.nc-center .nc-half:nth-of-type(2n) {
  margin-left: 3%;
}
.nc-center .account-info {
  display: block;
  border: none;
  box-shadow: none;
  padding: 15px 0 0 !important;
}
.nc-center .account-info.nc-file-download {
  padding-left: 18px !important;
  padding-top: 17px !important;
}
.nc-center .account-info.nc-invoice {
  margin-bottom: 1em;
  padding: 0.75em 1.4em !important;
  text-align: left;
  height: auto;
  font-size: 1.3rem;
  line-height: normal;
  background-color: #d4d4d4;
}
.nc-center .account-info.nc-invoice::after {
  height: 16px;
  width: 16px;
  background: url(../img/icons-nav.svg) no-repeat -112px 0;
  border-radius: 0;
}
.nc-center .account-info.nc-invoice:last-of-type {
  margin-bottom: 0;
}
.no-touch .nc-center .account-info.nc-invoice:hover {
  background-color: #bababa;
}
.nc-center .nc-file-download {
  background-color: #e0e0e0;
  position: relative;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.nc-center .nc-file-download::after {
  content: '';
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: url(../img/icon-download.svg) no-repeat center center;
}
.no-touch .nc-center .nc-file-download:hover {
  background-color: #ededed;
}
.nc-center textarea {
  padding: 10px;
  outline: none;
}
.nc-center .select > span, .nc-center .select-wrapper {
  position: relative;
  display: inline-block;
}
.nc-center .select > span::after, .nc-center .select-wrapper::after {
  content: '';
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 23px;
  width: 11px;
  height: 7px;
  background: url("../img/icon-arrow-dark.svg") no-repeat center center;
  background-size: 10px 6px;
  pointer-events: none;
}
.nc-center .nc-card-half .select-wrapper::after {
  right: 15px;
}
.nc-center .rcp_form p, .nc-center .wpcf7-form p, .nc-center .nc-files p, .nc-center .affwp-form p {
  margin-bottom: 30px;
}
.nc-center .rcp_form p#rcp_payment_gateways, .nc-center .wpcf7-form p#rcp_payment_gateways, .nc-center .nc-files p#rcp_payment_gateways, .nc-center .affwp-form p#rcp_payment_gateways {
  margin-bottom: 0;
}
.nc-center select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
}
.nc-center select, .nc-center select.required {
  background: #e0e0e0;
}
.nc-center .fieldset-label {
  font-size: 2.4rem;
  padding-bottom: .6em;
  margin-bottom: .8em;
  position: relative;
}
.nc-center .fieldset-label::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #e0e0e0;
}
.nc-center .billing-address::-webkit-input-placeholder {
  color: transparent;
}
.nc-center .billing-address::-moz-placeholder {
  color: transparent;
}
.nc-center .billing-address:-moz-placeholder {
  color: transparent;
}
.nc-center .billing-address:-ms-input-placeholder {
  color: transparent;
}
.nc-center .sbm-center {
  text-align: center;
  /*padding-top: 3.7em;*/
}
.nc-center .sbm-center input[type="submit"] {
  float: none;
  padding: 0.6em 2em;
}
@media only screen and (max-width: 768px) {
  .nc-center.is-register-page {
    max-width: 400px;
  }
  .nc-center .nc-half {
    width: 100%;
    float: left;
  }
  .nc-center .nc-half:nth-of-type(2n) {
    margin-left: 0;
  }
}

.is-account-page .sub-key-info::before {
  content: 'Your license includes 1 year of icon updates + 1 year access to the web app.';
  width: 220px;
  background-color: rgba(118, 109, 204, 0.9);
}

.is-account-page .sub-key-info::after {
  border-top-color: rgba(118, 109, 204, 0.9);
}

.is-account-page .expiration-date,
.is-account-page .extended-license,
.is-account-page .account-type,
.is-account-page .mac-app-activation {
  display: block;
}
.is-account-page .expiration-date .account-info,
.is-account-page .account-type .account-info {
  display: inline-block;
  width: auto;
}
.is-account-page .extended-license .account-info {
  display: block;
}
.is-account-page .expiration-date .btn,
.is-account-page .extended-license .btn,
.is-account-page .account-type .btn,
.is-account-page .mac-app-activation .btn {
  font-size: 1.3rem;
  padding: 0.75em 1.4em;
  margin-left: 0.6em;
  width: auto;
  height: auto;
  line-height: normal;
  text-transform: none;
}
.is-account-page .mac-app-activation .btn {
  margin-left: 0;
}
.no-touch .is-account-page .mac-app-activation .btn:hover {
  background-color: #ee609f;
}
.is-account-page .extended-license .btn {
  margin-left: 0;
}

.nc-center label, .overlay-popup[data-type="login-popup"] label {
  display: inline-block;
}
.nc-center input[type="text"],
.nc-center input[type="password"],
.nc-center input[type="email"],
.nc-center textarea,
.nc-center select,
.nc-center .account-info, .overlay-popup[data-type="login-popup"] input[type="text"],
.overlay-popup[data-type="login-popup"] input[type="password"],
.overlay-popup[data-type="login-popup"] input[type="email"],
.overlay-popup[data-type="login-popup"] textarea,
.overlay-popup[data-type="login-popup"] select,
.overlay-popup[data-type="login-popup"] .account-info {
  width: 100%;
}
.nc-center input[type="text"],
.nc-center input[type="password"],
.nc-center input[type="email"],
.nc-center select,
.nc-center .account-info, .overlay-popup[data-type="login-popup"] input[type="text"],
.overlay-popup[data-type="login-popup"] input[type="password"],
.overlay-popup[data-type="login-popup"] input[type="email"],
.overlay-popup[data-type="login-popup"] select,
.overlay-popup[data-type="login-popup"] .account-info {
  height: 50px;
  padding: 0 18px;
}
.nc-center input[type="submit"], .overlay-popup[data-type="login-popup"] input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
}
.nc-center .nc-remember-me, .overlay-popup[data-type="login-popup"] .nc-remember-me {
  padding-top: 13px;
}
.nc-center .nc-remember-me label, .overlay-popup[data-type="login-popup"] .nc-remember-me label {
  text-transform: none;
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 0;
  letter-spacing: normal;
}
.nc-center input[type="checkbox"], .overlay-popup[data-type="login-popup"] input[type="checkbox"] {
  margin: 0;
}

.nc-premium-all .overlay-popup[data-type="login-popup"] {
  z-index: 10;
}

.is-register-page fieldset {
  margin-bottom: 1.3em;
}
.is-register-page fieldset.rcp_subscription_fieldset {
  margin-bottom: 2.7em;
}
.is-register-page fieldset.rcp_gateways_fieldset {
  margin-bottom: 0;
}

.is-register-page .rcp_discount_valid {
  color: #74be71;
}

.is-register-page .rcp_discount_invalid {
  color: #dc4141;
}

.nc-cursor {
  cursor: pointer;
}

.nc-half {
  width: 50%;
  float: left;
}

.rcp_lost_password {
  clear: both;
  position: relative;
  text-align: center;
  padding: 65px 0 22px;
}
.rcp_lost_password a {
  color: #545454;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.rcp_lost_password a:hover {
  color: #080808;
}
.rcp_lost_password::before {
  content: '';
  position: absolute;
  top: 45px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  width: 44px;
  background-color: #e0e0e0;
}

.rcp_message.error, .nc-reset-info, .nc-top-notification, .nc-already-unlimited, .affwp-errors, .affwp-notice {
  padding: 1.3em 1em;
  text-align: center;
  border-radius: 2px;
  margin-bottom: 20px;
  background-color: #f3f0d3;
}
.rcp_message.error p, .nc-reset-info p, .nc-top-notification p, .nc-already-unlimited p, .affwp-errors p, .affwp-notice p {
  font-size: 1.3rem;
  color: #746c20;
  line-height: 1.5;
}
.rcp_message.error a, .nc-reset-info a, .nc-top-notification a, .nc-already-unlimited a, .affwp-errors a, .affwp-notice a {
  color: #38340f;
  text-decoration: underline;
}

.nc-already-unlimited p {
  margin-bottom: 0 !important;
}

.payment-errors.is-visible {
  padding: 1.3em 1em;
  text-align: center;
  border-radius: 2px;
  margin-bottom: 20px;
  background-color: #f3f0d3;
  font-size: 1.3rem;
  color: #746c20;
  line-height: 1.2;
}

.nc-top-notification {
  margin: 0 auto;
}
.nc-top-notification.blog-page {
  margin-top: 90px;
}
.nc-top-notification a {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.no-touch .nc-top-notification a:hover {
  opacity: .8;
}
@media only screen and (max-width: 1024px) {
  .nc-top-notification.blog-page {
    margin-top: 60px;
  }
}

.nc-top-notification.blog-page {
  background-color: #f1f0fa;
  padding: 17px 16px;
}
.nc-top-notification.blog-page h1, .nc-top-notification.blog-page h4 {
  color: #3b3766;
  font-size: 1.7rem;
  margin-bottom: 0;
  font-weight: normal;
  line-height: normal;
}

.nc-pass-reset {
  margin-top: 30px;
}
.nc-pass-reset::after {
  clear: both;
  content: "";
  display: table;
}

.sub-key label, .sub-key .sub-key-info {
  float: left;
}

.sub-key .your-key {
  clear: both;
}

.sub-key-info, .rcp_level_description em {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-left: 8px;
  background: url(../img/icon-question-small.svg) no-repeat center center;
  border-radius: 50%;
  cursor: help;
}
.sub-key-info::after, .sub-key-info::before, .rcp_level_description em::after, .rcp_level_description em::before {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s 0, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s 0, visibility 0s 0.2s;
  transition: opacity 0.2s 0, visibility 0s 0.2s;
}
.sub-key-info::before, .rcp_level_description em::before {
  content: 'Login > Click on Account > Manage on top-right corner';
  width: 200px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 21px;
  padding: 1em 1.5em;
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1.2;
  text-align: center;
  border-radius: 2px;
  background-color: rgba(118, 109, 204, 0.8);
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sub-key-info::after, .rcp_level_description em::after {
  content: '';
  width: 0;
  height: 0;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 8px;
  border: 6px solid transparent;
  border-top: 7px solid rgba(118, 109, 204, 0.8);
}
.no-touch .sub-key-info:hover::after, .no-touch .sub-key-info:hover::before, .touch .sub-key-info.hover::after, .touch .sub-key-info.hover::before, .no-touch .rcp_level_description em:hover::after, .no-touch .rcp_level_description em:hover::before, .touch .rcp_level_description em.hover::after, .touch .rcp_level_description em.hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s 0, visibility 0s 0s;
  -moz-transition: opacity 0.2s 0, visibility 0s 0s;
  transition: opacity 0.2s 0, visibility 0s 0s;
}

.nc-wpcf7-submit::after {
  clear: both;
  content: "";
  display: table;
}

span.wpcf7-not-valid-tip, div.wpcf7-response-output, .account-update-success {
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.2;
  padding: 1em 1.2em;
  border-radius: 2px;
}

div.wpcf7-response-output {
  margin-left: 0;
}

span.wpcf7-not-valid-tip {
  margin-top: 10px;
  background-color: #dc4141;
}

div.wpcf7-validation-errors {
  background-color: #dc4141;
  border: none;
}

div.wpcf7-mail-sent-ok, .account-update-success {
  background-color: #74be71;
  border: none;
}

.account-update-success {
  margin-bottom: 30px;
}

.sub-key {
  display: none;
}

.nc-rcp_logged_in {
  text-align: center;
}
.nc-rcp_logged_in p {
  line-height: 2;
  margin-bottom: 1.2em;
}
.nc-rcp_logged_in .btn {
  line-height: 45px;
  font-size: 1.7rem;
  padding: 0 2em;
}
.nc-rcp_logged_in .nc-renew {
  color: #766dcc;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.no-touch .nc-rcp_logged_in .nc-renew:hover {
  color: #8880d3;
}

.nc-logged-in-actions div::after {
  clear: both;
  content: "";
  display: table;
}

.nc-logged-in-actions .btn:first-of-type {
  margin-right: 4%;
}

.nc-logged-in-actions .btn {
  width: 48%;
  float: left;
}

.nc-logged-in-actions .btn-hollow {
  margin: 4% 0 0 0;
  float: left;
  width: 100%;
}

.nc-logged-in-actions .btn, .nc-logged-in-actions .btn-hollow {
  text-transform: none;
  line-height: 44px;
  height: 44px;
  padding: 0 1em;
}
@media only screen and (max-width: 520px) {
  .nc-logged-in-actions .btn, .nc-logged-in-actions .btn-hollow {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
}

.overlay-popup[data-type="login-popup"] > div {
  max-width: 400px;
  overflow-y: visible;
}
.overlay-popup[data-type="login-popup"] > div .popup-header {
  border-radius: .25em .25em 0 0;
}

.overlay-popup[data-type="login-popup"] p {
  margin-bottom: 22px;
}

.overlay-popup[data-type="login-popup"] .popup-body {
  padding-top: 0;
  position: relative;
}
.overlay-popup[data-type="login-popup"] .popup-body form {
  padding-top: 1.3em;
}
.overlay-popup[data-type="login-popup"] .popup-body input {
  text-align: left;
}
.overlay-popup[data-type="login-popup"] .popup-body input[type="checkbox"] + label {
  line-height: 1;
  border: none;
  font-size: 1.4rem;
  border-radius: none;
  padding: 0;
  margin: 0;
}
.overlay-popup[data-type="login-popup"] .popup-body .rcp_lost_password {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 20px 0;
}
.overlay-popup[data-type="login-popup"] .popup-body .rcp_lost_password a {
  color: #e6e6e6;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.1);
}
.no-touch .overlay-popup[data-type="login-popup"] .popup-body .rcp_lost_password a:hover {
  color: #ffffff;
}
.overlay-popup[data-type="login-popup"] .popup-body .rcp_lost_password::before {
  display: none;
}
.overlay-popup[data-type="login-popup"] .popup-body #lost-password {
  display: none;
}

.cntsb {
  width: 100%;
}

/* -------------------------------- 

Main footer

-------------------------------- */
.main-footer {
  padding: 80px 5% 40px;
  background-color: #ededed;
  text-align: center;
}
.main-footer ul {
  margin-bottom: 22px;
}
.main-footer li {
  display: inline-block;
  font-size: 1.3rem;
  padding: 0 1.4em 1em;
  line-height: 1.5;
}
.main-footer a {
  color: #545454;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.main-footer a:hover {
  color: #080808;
}
.main-footer p {
  color: #a1a1a1;
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.main-footer svg {
  max-width: 60px;
}
@media only screen and (max-width: 768px) {
  .main-footer {
    padding: 50px 5% 10px;
  }
  .main-footer ul {
    margin-bottom: 35px;
  }
  .main-footer li {
    padding: 0 1em 1em;
  }
}

.footer-socials {
  margin: 32px auto 42px !important;
}
.footer-socials li {
  padding: 0;
  margin-left: 8px;
}

/* -------------------------------- 

Additional style - checkout page

-------------------------------- */
#rcp_subscription_levels::after {
  clear: both;
  content: "";
  display: table;
}
#rcp_subscription_levels #rcp_subscription_level_2,
#rcp_subscription_levels #rcp_subscription_level_5 {
  display: none;
}
#rcp_subscription_levels.team-selected #rcp_subscription_level_1, #rcp_subscription_levels.team-selected #rcp_subscription_level_4 {
  display: none;
}
#rcp_subscription_levels.team-selected #rcp_subscription_level_2, #rcp_subscription_levels.team-selected #rcp_subscription_level_5 {
  display: inline-block;
}

.rcp_subscription_level {
  position: relative;
  border-radius: 3px;
}
.rcp_subscription_level input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  margin: 0;
}
.rcp_subscription_level .rcp_price {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #e0e0e0;
  color: #212121;
  margin: 0;
  font-size: 2.8rem;
  font-family: "futura-pt", "Roboto", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  padding: 24px 5px 24px 54px;
  cursor: pointer;
  border-radius: 3px;
  text-transform: none;
}
.rcp_subscription_level .rcp_price::before {
  content: '';
  position: absolute;
  height: 28px;
  width: 28px;
  top: 24px;
  left: 14px;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  background-color: #ffffff;
}
.rcp_subscription_level .rcp_level_description {
  display: block;
  width: 100%;
  color: #828282;
  font-size: 1.4rem;
  font-family: "Roboto", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.8;
  padding-top: 8px;
  letter-spacing: normal;
}
.rcp_subscription_level .rcp_level_description em {
  margin-left: 2px;
  height: 16px;
  width: 16px;
  background: url(../img/icon-question-mark.svg) no-repeat center center;
  z-index: 1;
  vertical-align: middle;
}
.rcp_subscription_level .rcp_level_description em::after {
  bottom: 11px;
  border-top-color: rgba(118, 109, 204, 0.96);
}
.rcp_subscription_level .rcp_level_description em::before {
  content: '1 year after the purchase of Nucleo Basic account you can either: 1) Renew the account and get access to our Mac/web app and icon updates for 1 more year; or 2) keep all the icons (source files) and use them for as many projects as you want.';
  bottom: 24px;
  width: 295px;
  background-color: rgba(118, 109, 204, 0.96);
  line-height: 1.3;
  text-align: left;
}
.rcp_subscription_level .rcp_level_description em {
  margin-left: 5px;
}
.rcp_subscription_level input[type="radio"]:checked + .rcp_price, .rcp_subscription_level.rcp_single_license .rcp_price {
  background-color: #212121;
  color: #ffffff;
  border-color: #212121;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rcp_subscription_level input[type="radio"]:checked + .rcp_price::before, .rcp_subscription_level.rcp_single_license .rcp_price::before {
  background: #766dcc url(../img/icon-check.svg) no-repeat center center;
  border-color: #766dcc;
}
.rcp_subscription_level input[type="radio"]:checked + .rcp_price .rcp_level_description, .rcp_subscription_level.rcp_single_license .rcp_price .rcp_level_description {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .rcp_subscription_level:first-of-type, .rcp_subscription_level:nth-of-type(3) {
    margin-bottom: 15px;
  }
  .rcp_subscription_level .rcp_price {
    font-size: 2.5rem;
    padding: 1em 0 1em 60px;
  }
  .rcp_subscription_level .rcp_price::before {
    left: 20px;
    top: 23px;
  }
  .rcp_subscription_level .subscription-info {
    font-size: 1.4rem;
    padding-top: 1.7em;
    padding-bottom: 20px;
  }
  .rcp_subscription_level .rcp_subscription_level_name {
    font-size: 2rem;
  }
  .rcp_subscription_level .rcp_level_description em::before {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 520px) {
  .rcp_subscription_level .rcp_level_description em:first-of-type::before {
    -webkit-transform: translateX(-65%);
    -moz-transform: translateX(-65%);
    -ms-transform: translateX(-65%);
    -o-transform: translateX(-65%);
    transform: translateX(-65%);
  }
  .rcp_subscription_level .rcp_level_description em:nth-of-type(2)::before {
    -webkit-transform: translateX(-75%);
    -moz-transform: translateX(-75%);
    -ms-transform: translateX(-75%);
    -o-transform: translateX(-75%);
    transform: translateX(-75%);
  }
}

.nc-payment-gateway {
  display: block;
}
.nc-payment-gateway:first-of-type {
  margin: 2.1em 0 .8em;
}
.nc-payment-gateway label {
  position: relative;
  padding-right: 0.6em;
  text-transform: none;
  color: #212121;
  font-weight: normal;
  font-size: 1.7rem;
  letter-spacing: normal;
}
.nc-payment-gateway label::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateX(100%) translateY(-50%);
  -moz-transform: translateX(100%) translateY(-50%);
  -ms-transform: translateX(100%) translateY(-50%);
  -o-transform: translateX(100%) translateY(-50%);
  transform: translateX(100%) translateY(-50%);
  height: 22px;
}
.nc-payment-gateway #paypal + label::after {
  width: 32px;
  background: url(../img/paypal.svg) no-repeat center center;
}
.nc-payment-gateway #stripe + label::after {
  width: 108px;
  background: url(../img/credit-cards.svg) no-repeat center center;
}

.rcp_gateways_fieldset {
  margin-bottom: 0;
}

#rcp-stripe-fields {
  margin-top: .9em;
}
#rcp-stripe-fields .nc-half {
  float: none;
}
#rcp-stripe-fields .nc-half::after {
  clear: both;
  content: "";
  display: table;
}
#rcp-stripe-fields .nc-half:nth-of-type(2n) {
  margin-left: 0;
}
#rcp-stripe-fields .nc-card-half:first-of-type {
  float: left;
  width: 180px;
}
#rcp-stripe-fields .nc-card-half:first-of-type::after {
  clear: both;
  content: "";
  display: table;
}
#rcp-stripe-fields .nc-card-half:last-of-type {
  float: right;
}
#rcp-stripe-fields .select-wrapper {
  display: inline-block;
}
#rcp-stripe-fields .select-wrapper:first-of-type {
  float: left;
  width: 72px;
}
#rcp-stripe-fields .select-wrapper:last-of-type {
  float: right;
  width: 91px;
}
#rcp-stripe-fields label {
  display: block;
}
#rcp-stripe-fields .card-cvc {
  width: 90px;
}

.braintree-badge {
  display: block;
  text-align: center;
}

#rcp_user_login_wrap, #affwp-user-login-wrapper {
  position: relative;
}

.username-taken-message {
  position: absolute;
  left: 0;
  top: 100%;
  font-size: 1.3rem;
  color: #dc4141;
  padding-top: 4px;
  display: none;
}

.show-user-error + .username-taken-message {
  display: inline-block;
}

.nc-change-plan-signup {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  text-decoration: underline;
  color: #828282;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  margin: 1.7em auto;
}
.no-touch .nc-change-plan-signup:hover {
  color: #545454;
}
.nc-change-plan-signup .nc-individual-plan,
.nc-change-plan-signup .nc-individual-users {
  display: none;
}
.nc-change-plan-signup.team-selected .nc-individual-plan, .nc-change-plan-signup.team-selected .nc-individual-users {
  display: inline;
}
.nc-change-plan-signup.team-selected .nc-team-plan, .nc-change-plan-signup.team-selected .nc-team-users {
  display: none;
}

/* -------------------------------- 

Static pages

-------------------------------- */
.nc-static-page {
  width: 90%;
  max-width: 1200px;
  margin: 3.7em auto 4.5em;
  color: #444444;
}
.nc-static-page h1, .nc-static-page h2 {
  color: #212121;
}
.nc-static-page > * {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.nc-static-page > *.nc-image-wrapper {
  max-width: none;
  margin-bottom: 4em;
}
.nc-static-page.is-blog {
  max-width: 1200px;
}
.nc-static-page.is-blog > * {
  max-width: 100%;
}
.nc-static-page.is-blog .nc-posts-gallery {
  padding-left: 0;
}
.nc-static-page p, .nc-static-page ul, .nc-static-page ol {
  line-height: 1.6;
  margin-bottom: 1.6em;
}
.nc-static-page ul, .nc-static-page ol {
  list-style-position: outside;
  padding-left: 2.6em;
}
.nc-static-page ul {
  list-style-type: square;
}
.nc-static-page ol {
  list-style-type: decimal;
}
.nc-static-page li {
  margin-bottom: 1em;
}
.nc-static-page strong {
  font-weight: bold;
}
.nc-static-page a.buy-license {
  color: #ffffff;
  box-shadow: none;
  height: 46px;
  line-height: 46px;
  text-decoration: none;
  padding: 0 2em;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #ec5297;
}
.no-touch .nc-static-page a.buy-license:hover {
  color: #ffffff;
  background-color: #ee609f;
}
.nc-static-page .nc-back-link a {
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .nc-static-page ul, .nc-static-page ol {
    padding-left: 1.6em;
  }
}
@media only screen and (max-width: 768px) {
  .nc-static-page {
    font-size: 1.4rem;
  }
  .nc-static-page .nc-back-link a {
    font-size: 1.3rem;
  }
}

.nc-static-page a, a.basic-link {
  color: #766dcc;
  text-decoration: underline;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.no-touch .nc-static-page a:hover, .no-touch a.basic-link:hover {
  color: #8880d3;
}

.nc-back-link {
  display: block;
  margin-bottom: 1em;
}

.nc-video-wrapper {
  margin-bottom: 2.5em;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.nc-video-wrapper > div {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.nc-video-wrapper > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -------------------------------- 

Blog

-------------------------------- */
.is-blog::after {
  clear: both;
  content: "";
  display: table;
}
.is-blog .nc-top-title {
  font-size: 1.8rem;
  color: #828282;
  text-align: center;
  padding-bottom: 1em;
  position: relative;
  margin-bottom: 3.6em;
}
.is-blog .nc-top-title::after {
  content: '';
  height: 1px;
  width: 40px;
  background-color: #e0e0e0;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.is-blog > div {
  width: 68.5%;
  float: left;
  margin-right: 5.9%;
}
.is-blog .nc-posts-gallery > li {
  padding-bottom: 3em;
  border-bottom: 1px solid #E2E2E2;
  list-style-type: none;
  margin-bottom: 2.8em;
}
.is-blog aside {
  width: 25.6%;
  float: right;
}
.is-blog h2, .is-blog h1 {
  text-transform: none;
  margin-bottom: 0.4em;
}
.is-blog h2 a, .is-blog h1 a {
  text-decoration: none;
  color: #444444;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.no-touch .is-blog h2 a:hover, .no-touch .is-blog h1 a:hover {
  color: #766dcc;
}
.is-blog h1 {
  font-size: 5rem;
}
.is-blog h2 {
  font-size: 4rem;
}
.is-blog .nc-post-info {
  font-size: 1.3rem;
  color: #828282;
  vertical-align: middle;
  margin-bottom: 2.6em;
}
.is-blog .nc-post-info img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 4px;
}
.is-blog .nc-img {
  margin-bottom: 1em;
}
.is-blog .btn-hollow {
  text-decoration: none;
  border-color: rgba(236, 82, 151, 0.4);
  color: #ec5297;
  padding: 1em 1.5em;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.no-touch .is-blog .btn-hollow:hover {
  border-color: #ec5297;
  color: #ec5297;
}
.is-blog aside h3 {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1em;
}
.is-blog aside input[type="submit"], .is-blog aside input[type="email"] {
  border-radius: 2px;
  height: 44px;
}
.is-blog aside input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  background-color: #ec5297;
  -webkit-transition: background-color 0.2s, -webkit-transform 0.2s;
  -moz-transition: background-color 0.2s, -moz-transform 0.2s;
  transition: background-color 0.2s, transform 0.2s;
  text-transform: uppercase;
  color: #ffffff;
  width: 100%;
  font-size: 1.3rem;
  margin-top: 0.8em;
  font-weight: bold;
  letter-spacing: 1px;
  box-shadow: 0 2px 20px rgba(236, 82, 151, 0.3);
}
.is-blog aside input[type="submit"]:active, .is-blog aside input[type="submit"].active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.is-blog aside input[type="submit"]:hover {
  background-color: #ee609f;
}
.is-blog aside input[type="email"] {
  padding: 0 18px;
  border: 1px solid #e0e0e0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.is-blog aside input[type="email"]::-webkit-input-placeholder {
  color: #c7c7c7;
}
.is-blog aside input[type="email"]::-moz-placeholder {
  color: #c7c7c7;
}
.is-blog aside input[type="email"]:-moz-placeholder {
  color: #c7c7c7;
}
.is-blog aside input[type="email"]:-ms-input-placeholder {
  color: #c7c7c7;
}
.is-blog aside input[type="email"]:focus {
  border-color: #766dcc;
}
.is-blog .nc-aside-block {
  margin-bottom: 3em;
}
.is-blog .nc-aside-block p {
  font-size: 1.3rem;
}
.is-blog .nc-aside-socials li {
  margin-left: 7px;
  float: left;
}
.is-blog .nc-pagination {
  padding-left: 0;
}
.is-blog .nc-pagination::after {
  clear: both;
  content: "";
  display: table;
}
.is-blog .nc-pagination li {
  list-style-type: none;
  display: inline-block;
  float: right;
}
.is-blog .nc-pagination li.next {
  margin-left: .4em;
}
.is-blog .nc-pagination a {
  text-decoration: none;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  padding: 0.5em 0.7em;
  color: #444444;
}
.is-blog .nc-pagination a:active {
  /* click effect */
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.is-blog .nc-pagination .prev a::before {
  content: '\00ab  ';
}
.is-blog .nc-pagination .next a::after {
  content: ' \00bb';
}
.is-blog .nc-comments {
  margin-top: 50px;
}
.is-blog .mc4wp-notice {
  font-size: 1.3rem !important;
  line-height: 1.6 !important;
}
.is-blog .pink-btn {
  width: auto;
  color: #ffffff;
  padding: 0 30px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.no-touch .is-blog .pink-btn:hover {
  background-color: #ee609f;
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .is-blog aside input[type="email"] {
    padding: 0 10px;
  }
  .is-blog .nc-top-title {
    font-size: 1.6rem;
  }
  .is-blog h1 {
    font-size: 3.5rem;
  }
  .is-blog h2 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .is-blog > div, .is-blog aside {
    width: 100%;
    float: left;
  }
  .is-blog > div {
    margin-right: 0;
  }
  .is-blog aside {
    max-width: 300px !important;
  }
  .is-blog h1 {
    font-size: 2.8rem;
  }
  .is-blog h2 {
    font-size: 2.4rem;
  }
  .is-blog .nc-pagination {
    margin-bottom: 5em;
  }
  .is-blog .nc-pagination li.prev {
    float: left;
  }
}
@media only screen and (max-width: 520px) {
  .is-blog .nc-top-title {
    margin-bottom: 3em;
  }
  .is-blog .nc-post-info {
    margin-bottom: 2em;
  }
  .is-blog h1 {
    font-size: 2.2rem;
  }
  .is-blog h2 {
    font-size: 2rem;
  }
}

.is-blog .nc-aside-socials, .footer-socials {
  padding-left: 0;
}
.is-blog .nc-aside-socials::after, .footer-socials::after {
  clear: both;
  content: "";
  display: table;
}
.is-blog .nc-aside-socials li, .footer-socials li {
  list-style-type: none;
  display: inline-block;
  margin-bottom: 0;
}
.is-blog .nc-aside-socials li:first-of-type, .footer-socials li:first-of-type {
  margin-left: 0;
}
.is-blog .nc-aside-socials li:nth-of-type(2) a, .footer-socials li:nth-of-type(2) a {
  background-position: -36px 0;
}
.is-blog .nc-aside-socials li:nth-of-type(3) a, .footer-socials li:nth-of-type(3) a {
  background-position: -72px 0;
}
.is-blog .nc-aside-socials a, .footer-socials a {
  display: block;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background: url(../img/blog-socials.svg) no-repeat 0 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.no-touch .is-blog .nc-aside-socials a:hover, .no-touch .footer-socials a:hover {
  opacity: 0.8;
}

.nc-aside-block .aff-link {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.no-touch .nc-aside-block .aff-link:hover {
  opacity: 0.9;
}
.nc-aside-block .aff-link img {
  width: 300px;
}

/* -------------------------------- 

Support center

-------------------------------- */
.nc-support-page {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 4em;
}
.nc-support-page::after {
  clear: both;
  content: "";
  display: table;
}
.nc-support-page h1 {
  text-align: center;
  margin-top: 1.4em;
}
.nc-support-page ol {
  list-style-type: decimal;
  list-style-position: inside;
}

.nc-video-list {
  margin-top: 3.7em;
  margin-bottom: 2.2em;
}
.nc-video-list::after {
  clear: both;
  content: "";
  display: table;
}
.nc-video-list li {
  width: 48%;
  float: left;
  position: relative;
  padding: 15px 0 0 75px;
  margin-bottom: 3.2em;
}
.nc-video-list li:nth-child(2n) {
  margin-left: 4%;
}
.nc-video-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #e0e0e0;
  background-image: url(../img/icons-support.svg);
  background-repeat: no-repeat;
  background-size: 480px 60px;
}
.nc-video-list li:first-child::before {
  background-position: 0 0;
}
.nc-video-list li:nth-child(2)::before {
  background-position: -60px 0;
}
.nc-video-list li:nth-child(3)::before {
  background-position: -120px 0;
}
.nc-video-list li:nth-child(4)::before {
  background-position: -180px 0;
}
.nc-video-list li:nth-child(5)::before {
  background-position: -300px 0;
}
.nc-video-list li:nth-child(6)::before {
  background-position: -240px 0;
}
.nc-video-list li:nth-child(7)::before {
  background-position: -360px 0;
}
.nc-video-list li:nth-child(8)::before {
  background-position: -420px 0;
}
.nc-video-list a {
  font-size: 2.4rem;
  line-height: 1.2;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.no-touch .nc-video-list a:hover {
  color: #766dcc;
}
@media only screen and (max-width: 768px) {
  .nc-video-list li {
    width: 100%;
    float: left;
    margin-bottom: 2.6em;
  }
  .nc-video-list li:nth-child(2n) {
    margin-left: 0;
  }
  .nc-video-list a {
    font-size: 2rem;
  }
}

.support-actions {
  margin-bottom: 2em;
}
.support-actions::after {
  clear: both;
  content: "";
  display: table;
}
.support-actions .btn {
  float: left;
  font-size: 1.6rem;
  height: 60px;
  line-height: 60px;
  width: 48%;
  float: left;
}
.support-actions .btn:first-of-type {
  margin-right: 2%;
}
.support-actions .btn:last-of-type {
  margin-left: 2%;
}
@media only screen and (max-width: 768px) {
  .support-actions {
    margin-bottom: 0;
  }
  .support-actions .btn {
    width: 100%;
    float: left;
  }
  .support-actions .btn:first-of-type {
    margin: 0 0 1em 0;
  }
  .support-actions .btn:last-of-type {
    margin: 0;
  }
}

.nc-support-page h2 {
  font-size: 2.4rem;
  padding-bottom: .6em;
  margin-bottom: 1.2em;
  position: relative;
  text-transform: none;
}
.nc-support-page h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #e0e0e0;
}

.nc-questions h1 {
  line-height: 1.2;
  margin-bottom: 0.2em;
}

.nc-questions > p {
  color: #828282;
  padding: 0 1em;
  line-height: 1.2;
  margin: 1.2em 0;
  text-align: center;
}
.nc-questions > p a {
  color: #766dcc;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.no-touch .nc-questions > p a:hover {
  color: #8880d3;
}
@media only screen and (max-width: 520px) {
  .nc-questions > p {
    font-size: 1.4rem;
  }
}

.nc-questions ol {
  margin: 3.1em auto 4em;
  list-style-position: outside;
  padding-left: 2.6em;
}
@media only screen and (max-width: 1024px) {
  .nc-questions ol {
    padding-left: 1.6em;
  }
}

.nc-questions li {
  font-size: 2rem;
  line-height: 1.2;
  padding: 0.25em 0;
}
.nc-questions li a {
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.no-touch .nc-questions li a:hover {
  color: #766dcc;
}

.nc-address {
  position: relative;
  text-align: center;
  padding: 0 5%;
  margin-bottom: 3em;
  color: #444444;
  line-height: 1.2;
}
.nc-address::before {
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -2em;
  width: 76px;
  height: 1px;
  background-color: #ededed;
}

/* -------------------------------- 

404

-------------------------------- */
.nc-404 div {
  width: 90%;
  margin: 0 auto;
  padding: 12em 0;
  text-align: center;
}
.nc-404 p {
  margin-top: 25px;
  line-height: 1.3;
}
@media only screen and (max-width: 1024px) {
  .nc-404 div {
    padding: 10em 0;
  }
}
@media only screen and (max-width: 520px) {
  .nc-404 div {
    padding: 6em 0;
  }
}

/* -------------------------------- 

thank you page

-------------------------------- */
.is-thanks-page {
  text-align: center;
  max-width: none;
  padding: 100px 0 200px;
}
.is-thanks-page h1 {
  font-size: 10rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.is-thanks-page p {
  color: #444444;
  line-height: 1.2;
}
.is-thanks-page .nc-action {
  margin-top: 3.7em;
}
.is-thanks-page .nc-action div {
  display: inline-block;
}
.is-thanks-page .nc-action div::after {
  clear: both;
  content: "";
  display: table;
}
.is-thanks-page .btn, .is-thanks-page .btn-hollow {
  text-transform: uppercase;
  width: 200px;
  height: 55px;
  line-height: 55px;
  box-shadow: none;
  float: left;
  letter-spacing: 1px;
}
.is-thanks-page .btn {
  margin-right: 1.5em;
}
@media only screen and (max-width: 1024px) {
  .is-thanks-page {
    padding: 80px 0 120px;
  }
  .is-thanks-page h1 {
    font-size: 9rem;
  }
}
@media only screen and (max-width: 768px) {
  .is-thanks-page {
    padding: 50px 0;
  }
  .is-thanks-page h1 {
    font-size: 8rem;
  }
  .is-thanks-page .btn, .is-thanks-page .btn-hollow {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 520px) {
  .is-thanks-page h1 {
    font-size: 5rem;
  }
  .is-thanks-page .btn, .is-thanks-page .btn-hollow {
    text-transform: uppercase;
    width: 110px;
    height: 45px;
    line-height: 45px;
    box-shadow: none;
    float: left;
    font-size: 1.4rem;
    text-transform: none;
    letter-spacing: 1px;
  }
  .is-thanks-page .btn-hollow {
    margin-left: 1em;
  }
}

.thanks-bottom-note {
  display: block !important;
  margin-top: 32px;
}

/* -------------------------------- 

Home page

-------------------------------- */
.has-top-tagline h1 {
  color: #212121;
  font-size: 5rem;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 10px;
}
.has-top-tagline h1 em {
  color: #ec5297;
}
.has-top-tagline h2 {
  width: 90%;
  margin-bottom: 0.2em;
  margin-left: auto;
  margin-right: auto;
  text-transform: none;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: normal;
}
.has-top-tagline p {
  color: #828282;
  line-height: 1.6;
  margin: 0 auto 27px;
}
@media only screen and (max-width: 1200px) {
  .has-top-tagline h1 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 1024px) {
  .has-top-tagline h1 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .has-top-tagline h1 {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 520px) {
  .has-top-tagline h1 {
    font-size: 2.6rem;
  }
  .has-top-tagline h2 {
    font-size: 2.2rem;
  }
  .has-top-tagline p {
    font-size: 1.4rem;
  }
}

.nc-home-top-banner {
  position: relative;
  padding-top: 170px;
}
.nc-home-top-banner .illustration-home-logo {
  position: absolute;
  z-index: 1;
  top: -38px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-90px);
  -moz-transform: translateX(-50%) translateY(-90px);
  -ms-transform: translateX(-50%) translateY(-90px);
  -o-transform: translateX(-50%) translateY(-90px);
  transform: translateX(-50%) translateY(-90px);
}
.nc-home-top-banner .btn-hollow {
  padding: 19px 35px 18px;
}
.nc-home-top-banner .nc-tagline {
  position: relative;
  z-index: 2;
}
.nc-home-top-banner .nc-tagline p {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .nc-home-top-banner .illustration-home-logo {
    top: -84px;
  }
}
@media only screen and (max-width: 768px) {
  .nc-home-top-banner {
    padding-top: 0;
  }
  .nc-home-top-banner .illustration-home-logo {
    display: none;
  }
}

.nc-tagline {
  padding: 115px 5% 135px;
  text-align: center;
}
.all-icons-container .nc-tagline, .showcase .nc-tagline {
  padding: 55px 5% 45px;
}
.free-icons-page .nc-tagline {
  padding: 55px 5% 0;
}
.nc-home-top-banner .nc-tagline {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .nc-tagline {
    padding: 55px 5% 65px;
  }
  .nc-home-top-banner .nc-tagline {
    padding-bottom: 65px;
  }
}
@media only screen and (max-width: 520px) {
  .nc-tagline {
    padding: 35px 5% 25px;
  }
}

.max-wid-content p {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.nc-play-intro .glyph {
  margin-right: 4px;
}
.nc-play-intro .glyph * {
  -webkit-transition: fill 0.2s;
  -moz-transition: fill 0.2s;
  transition: fill 0.2s;
}

.no-touch .nc-play-intro:hover {
  border-color: #212121;
  background: #212121;
  color: #ffffff;
}

.no-touch .nc-play-intro:hover .glyph * {
  fill: #ffffff;
}

.nc-testimonials {
  background: #766ACF !important;
  text-align: center;
  position: relative;
  padding: 37px 0;
}
.nc-testimonials::before, .nc-testimonials::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 60px;
  left: 0;
  background-color: rgba(118, 109, 204, 0);
}
.nc-testimonials::before {
  top: 0;
  background-image: -webkit-linear-gradient(bottom, rgba(118, 109, 204, 0), rgba(118, 109, 204, 0.7));
  background-image: linear-gradient(to top, rgba(118, 109, 204, 0), rgba(118, 109, 204, 0.7));
}
.nc-testimonials::after {
  bottom: 0;
  background-image: -webkit-linear-gradient(bottom, rgba(118, 109, 204, 0.7), rgba(118, 109, 204, 0));
  background-image: linear-gradient(to top, rgba(118, 109, 204, 0.7), rgba(118, 109, 204, 0));
}
.nc-testimonials .nc-testimonials-slider {
  overflow: hidden;
  position: relative;
  height: 400px;
}
.nc-testimonials .nc-testimonials-slider::after {
  clear: both;
  content: "";
  display: table;
}
.nc-testimonials .nc-testimonials-slider > li {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 1.4em 0;
}
.nc-testimonials .nc-author li {
  line-height: 1.3;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.nc-testimonials .nc-author li:first-child {
  font-size: 1.4rem;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 0.15em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nc-testimonials .nc-author li:last-child {
  font-size: 1.3rem;
  color: #312977;
}
.nc-testimonials .nc-author-info {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.nc-testimonials .nc-active-slide .nc-author-info {
  opacity: 1;
}
.nc-testimonials .move-left .nc-author-info {
  opacity: 0;
}
.nc-testimonials img {
  height: 70px;
  width: 70px;
  margin-bottom: 8px;
  border-radius: 50%;
  border: 5px solid #ffffff;
  position: relative;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.09);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: perspective(2000px) rotateY(-180deg);
  -moz-transform: perspective(2000px) rotateY(-180deg);
  -ms-transform: perspective(2000px) rotateY(-180deg);
  -o-transform: perspective(2000px) rotateY(-180deg);
  transform: perspective(2000px) rotateY(-180deg);
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.nc-testimonials .nc-active-slide img {
  -webkit-transform: perspective(2000px) rotateY(0);
  -moz-transform: perspective(2000px) rotateY(0);
  -ms-transform: perspective(2000px) rotateY(0);
  -o-transform: perspective(2000px) rotateY(0);
  transform: perspective(2000px) rotateY(0);
}
.nc-testimonials .move-left img {
  -webkit-transform: perspective(2000px) rotateY(180deg);
  -moz-transform: perspective(2000px) rotateY(180deg);
  -ms-transform: perspective(2000px) rotateY(180deg);
  -o-transform: perspective(2000px) rotateY(180deg);
  transform: perspective(2000px) rotateY(180deg);
}
.nc-testimonials .hide-avatar img {
  opacity: 0;
}
.nc-testimonials p {
  font-size: 3.2rem;
  font-family: "futura-pt", "Roboto", "Helvetica Neue", Helvetica, sans-serif;
  padding: 2em 3em 3.2em;
  line-height: 1.3;
  max-width: 1200px;
  margin: 0 auto;
  color: #ffffff;
  opacity: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}
.nc-testimonials .nc-active-slide p {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.4s, opacity 0s;
  -moz-transition: -moz-transform 0.4s, opacity 0s;
  transition: transform 0.4s, opacity 0s;
}
.nc-testimonials .move-left p {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.nc-testimonials p, .nc-testimonials .nc-author li {
  text-shadow: 0 0px 2px rgba(118, 109, 204, 0.11);
}
@media only screen and (max-width: 1024px) {
  .nc-testimonials {
    background-size: 250px 250px;
  }
  .nc-testimonials .nc-testimonials-slider {
    height: 340px;
  }
  .nc-testimonials::before, .nc-testimonials::after {
    height: 90px;
  }
  .nc-testimonials p {
    font-size: 2.5rem;
    padding: 1.4em 2em 3.2em;
  }
}

@media only screen and (max-width: 900px) {
  .nc-testimonials .nc-author {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .nc-testimonials p {
    padding-top: 2.6em;
  }
}
@media only screen and (max-width: 768px) {
  .nc-testimonials .nc-testimonials-slider {
    height: 280px;
  }

  .nc-testimonials p {
    font-size: 2rem;
    padding: 1.4em 1.5em 3.2em;
  }
}
@media only screen and (max-width: 520px) {
  .nc-testimonials {
    padding: 35px 0;
  }

  .nc-testimonials .nc-testimonials-slider {
    height: 310px;
  }

  .nc-testimonials p {
    font-size: 1.8rem;
    padding: 1.4em 1em 3.2em;
  }
}
.nc-slider-pagination,
.nc-control-nav {
  padding-bottom: 1.2em;
  position: relative;
  z-index: 1;
}
.nc-slider-pagination li,
.nc-control-nav li {
  display: inline-block;
  margin-right: .5em;
}
.nc-slider-pagination li:last-child,
.nc-control-nav li:last-child {
  margin-right: 0;
}
.nc-slider-pagination li.nc-active a,
.nc-control-nav li.nc-active a {
  border-color: #ffffff;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.17);
}
.nc-slider-pagination a,
.nc-control-nav a {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  height: 10px;
  width: 10px;
  border: 2px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  cursor: pointer;
}

.nc-control-nav a {
  border: 2px solid #a1a1a1;
}
.nc-control-nav a.nc-active {
  border-color: #766dcc;
  background-color: #766dcc;
}

.nc-pricing.nc-has-padding-home {
  background-color: #212121;
}
.nc-pricing h2 {
  text-align: center;
  padding: 0 1em;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nc-pricing .nc-pricing-list {
  color: #ffffff;
  width: 90%;
  max-width: 780px;
  margin: 0 auto;
}
.nc-pricing .nc-pricing-list::after {
  clear: both;
  content: "";
  display: table;
}
.nc-pricing .nc-pricing-list > li {
  width: 47%;
  float: left;
  margin-right: 6%;
  text-align: center;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.8);
}
.nc-pricing .nc-pricing-list > li:last-of-type {
  margin-right: 0;
}
.nc-pricing h4 {
  font-size: 3rem;
  font-weight: bold;
  color: #212121;
  padding: 1.3em 0;
}
.nc-pricing .nc-pricing-body li {
  font-size: 1.4rem;
  color: #212121;
  padding: 1.1em 1em;
  line-height: 1.2;
}
.nc-pricing .nc-pricing-body li:nth-of-type(2n+1) {
  background-color: whitesmoke;
}
.nc-pricing .nc-buy {
  height: 46px;
  line-height: 46px;
  width: 140px;
  margin: 2.1em auto 2.4em;
}
.nc-pricing .sub-key-info {
  height: 16px;
  width: 16px;
  background-image: url(../img/icon-question-mark.svg);
  vertical-align: middle;
}
.nc-pricing .sub-key-info::before {
  bottom: 28px;
  content: '1 year after the purchase of Nucleo Basic account you can either: 1) Renew the account and get access to our Mac/web app and icon updates for 1 more year; or 2) keep all the icons (source files) and use them for as many projects as you want.';
  width: 295px;
  background-color: rgba(118, 109, 204, 0.98);
  text-align: left;
  line-height: 1.4;
}
.nc-pricing .sub-key-info::after {
  bottom: 15px;
  border-top-color: rgba(118, 109, 204, 0.98);
}
.nc-pricing .sub-key-info.project-type::before {
  text-align: center;
  content: 'Both personal and commercial projects.';
}
@media only screen and (max-width: 1024px) {
  .nc-pricing .sub-key-info::before {
    -webkit-transform: translateX(-70%);
    -moz-transform: translateX(-70%);
    -ms-transform: translateX(-70%);
    -o-transform: translateX(-70%);
    transform: translateX(-70%);
  }
}
@media only screen and (max-width: 768px) {
  .nc-pricing .nc-pricing-list > li {
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }
  .nc-pricing .nc-pricing-list > li:last-of-type {
    margin-bottom: 0;
  }
  .nc-pricing .nc-pricing-body li {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 520px) {
  .nc-pricing .sub-key-info::before {
    -webkit-transform: translateX(-76%);
    -moz-transform: translateX(-76%);
    -ms-transform: translateX(-76%);
    -o-transform: translateX(-76%);
    transform: translateX(-76%);
  }
}

.nc-pricing-switcher {
  text-align: center;
  padding: 2.5em 0 4em;
}
.nc-pricing-switcher .fieldset {
  display: inline-block;
  position: relative;
  border: 1px solid #828282;
  border-radius: 3px;
}
.nc-pricing-switcher input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.nc-pricing-switcher label {
  position: relative;
  z-index: 1;
  display: inline-block;
  float: left;
  width: 150px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  font-size: 1.3rem;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nc-pricing-switcher input[type="radio"]:checked + label {
  /* use label:nth-of-type(n) to fix a bug on safari with multiple adjacent-sibling selectors*/
  background-color: #828282;
  cursor: auto;
}

.nc-extended-license {
  text-align: center;
}
.nc-extended-license a {
  display: block;
  font-size: 1.4rem;
  color: #746c20;
  padding: 1.6em 1em;
  line-height: 1.2;
  background-color: #f3f0d3;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.no-touch .nc-extended-license a:hover {
  background-color: #eee9bf;
}

.become-partner h2 + p, .nc-main-faq > p {
  padding: 0 1em;
  line-height: 1.2;
  margin: 1.2em 0;
}

.nc-main-faq p {
  color: #828282;
}
.nc-main-faq a {
  color: #766dcc;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.no-touch .nc-main-faq a:hover {
  color: #8880d3;
}
.nc-main-faq ul {
  text-align: left;
  margin: 5.5em auto 0;
}
.nc-main-faq li {
  width: 46%;
  float: left;
  margin-right: 8%;
  margin-bottom: 4em;
}
.nc-main-faq li:nth-of-type(2n) {
  margin-right: 0;
}
.nc-main-faq li:nth-last-of-type(2), .nc-main-faq li:last-of-type {
  margin-bottom: 0;
}
.nc-main-faq li p {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 1em;
}
.nc-main-faq h3 {
  font-size: 2rem;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .nc-main-faq ul {
    margin-top: 3.5em;
  }
  .nc-main-faq li {
    width: 100%;
    float: left;
    margin-bottom: 3em;
  }
  .nc-main-faq li:nth-last-of-type(2) {
    margin-bottom: 3em;
  }
}
@media only screen and (max-width: 520px) {
  .nc-main-faq p {
    font-size: 1.4rem;
  }
}

.nc-newsletter {
  overflow: hidden;
  padding: 7em 0 6.2em;
  text-align: center;
  background-color: #efd26c;
}
.nc-newsletter h2 {
  color: #ffffff;
  margin-bottom: 1.3em;
}
.nc-newsletter p {
  color: #212121;
  font-size: 1.8rem;
  line-height: 1.2;
  width: 90%;
  max-width: 580px;
  margin: 0 auto 3.4em;
}
.nc-newsletter .form {
  width: 90%;
  max-width: 580px;
  margin: 0 auto;
}
.nc-newsletter input[type="email"] {
  font-size: 3.6rem;
  border: none;
  text-align: center;
  border-bottom: 1px solid #cbb35c;
  padding-bottom: 0.22em;
  background-color: transparent;
  color: #212121;
}
.nc-newsletter input[type="email"]::-webkit-input-placeholder {
  color: #cbb35c;
}
.nc-newsletter input[type="email"]::-moz-placeholder {
  color: #cbb35c;
}
.nc-newsletter input[type="email"]:-moz-placeholder {
  color: #cbb35c;
}
.nc-newsletter input[type="email"]:-ms-input-placeholder {
  color: #cbb35c;
}
.nc-newsletter input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 3px;
  border: none;
  background-color: #212121;
  box-shadow: 0 2px 20px rgba(33, 33, 33, 0.3);
  -webkit-transition: background-color 0.2s, -webkit-transform 0.2s;
  -moz-transition: background-color 0.2s, -moz-transform 0.2s;
  transition: background-color 0.2s, transform 0.2s;
  text-transform: uppercase;
  color: #ffffff;
  height: 44px;
  width: 120px;
  font-size: 1.3rem;
  margin-top: 2.2em;
  letter-spacing: 1px;
}
.nc-newsletter input[type="submit"]:active, .nc-newsletter input[type="submit"].active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.nc-newsletter input[type="submit"]:hover {
  background-color: #333333;
}
.nc-newsletter .mc4wp-form .mc4wp-alert {
  margin: 1.5em 0 1em;
}
.nc-newsletter .mc4wp-form .mc4wp-success,
.nc-newsletter .mc4wp-form .mc4wp-error,
.nc-newsletter .mc4wp-form .mc4wp-notice {
  color: #FFF;
}
.nc-newsletter .mc4wp-form .mc4wp-success {
  background-color: #74be71;
  border-color: #74be71;
}
.nc-newsletter .mc4wp-form .mc4wp-error {
  background-color: #dc4141;
  border-color: #dc4141;
}
.nc-newsletter .mc4wp-form .mc4wp-notice {
  background-color: #f3f0d3;
  border-color: #f3f0d3;
  color: #d2c75b;
}
@media only screen and (max-width: 520px) {
  .nc-newsletter {
    padding: 3.5em 0 3em;
  }
  .nc-newsletter p {
    font-size: 1.6rem;
    margin-bottom: 2em;
  }
  .nc-newsletter input[type="email"] {
    font-size: 2rem;
  }
}

.nc-has-padding-home {
  padding: 78px 0;
  background-color: #ffffff;
  text-align: center;
}
.nc-has-padding-home .nc-container {
  margin-top: 65px;
}
@media only screen and (max-width: 1024px) {
  .nc-has-padding-home .nc-container {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 520px) {
  .nc-has-padding-home {
    padding: 45px 0 55px;
  }
  .nc-has-padding-home .nc-container {
    margin-top: 40px;
  }
}

.nc-icons-features {
  background-color: #ededed;
}
.nc-icons-features h2 {
  color: #949494;
}
.nc-icons-features ul {
  margin-bottom: 65px;
}
.nc-icons-features li {
  width: 23.637%;
  float: left;
  margin-right: 1.8%;
}
.nc-icons-features li:last-of-type {
  margin-right: 0;
}
.nc-icons-features .img-wrapper {
  display: block;
  position: relative;
  height: 0;
  padding-top: 100%;
  background-color: #ffffff;
  border-radius: 2em;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
.no-touch .nc-icons-features .img-wrapper:hover {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.nc-icons-features .img-wrapper img {
  max-width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.nc-icons-features span, .nc-icons-features em {
  display: block;
  line-height: 1.2;
}
.nc-icons-features span {
  margin-top: 14px;
  font-weight: bold;
}
.nc-icons-features em {
  margin-top: 3px;
  font-size: 1.4rem;
  color: #949494;
}
@media only screen and (max-width: 1024px) {
  .nc-icons-features ul {
    max-width: 700px;
  }
  .nc-icons-features li {
    width: 47.5%;
    float: left;
    margin-right: 5%;
    margin-bottom: 5%;
  }
  .nc-icons-features li:nth-of-type(2n) {
    margin-right: 0;
  }
  .nc-icons-features li:nth-of-type(3), .nc-icons-features li:nth-of-type(4) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 520px) {
  .nc-icons-features li {
    display: block;
    width: 260px;
    float: none;
    margin: 0 auto 30px;
  }
  .nc-icons-features li:nth-of-type(3) {
    margin-bottom: 30px;
  }
  .nc-icons-features li:nth-of-type(2n) {
    margin-right: auto;
  }
}

.nc-weekly-updates .nc-container {
  position: relative;
}
.nc-weekly-updates .nc-container::before, .nc-weekly-updates .nc-container::after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 4px;
  bottom: 34px;
  background-color: #ffffff;
}
.nc-weekly-updates .nc-container::before {
  left: 0;
  background-image: -webkit-linear-gradient( right , #ec5297, rgba(236, 82, 151, 0));
  background-image: linear-gradient(to left, #ec5297, rgba(236, 82, 151, 0));
}
.nc-weekly-updates .nc-container::after {
  right: 0;
  background-image: -webkit-linear-gradient( left , #ec5297, rgba(236, 82, 151, 0));
  background-image: linear-gradient(to right, #ec5297, rgba(236, 82, 151, 0));
}
.nc-weekly-updates ul {
  position: relative;
  height: 252px;
}
.nc-weekly-updates ul::after {
  clear: both;
  content: "";
  display: table;
}
.nc-weekly-updates ul::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 34px;
  height: 4px;
  width: 100%;
  background-color: #ec5297;
}
.nc-weekly-updates li {
  float: left;
  position: absolute;
  bottom: 0;
  width: 200px;
  height: 252px;
}
.nc-weekly-updates li:first-of-type {
  left: 11.35%;
}
.nc-weekly-updates li:nth-of-type(2) {
  left: calc(50% - 100px);
}
.nc-weekly-updates li:last-of-type {
  right: 11.35%;
}
.nc-weekly-updates .alert-content {
  position: relative;
  padding: 30px 0 35px;
  background-color: #ededed;
  border-radius: 4px;
  margin-bottom: 52px;
}
.nc-weekly-updates .alert-content::after {
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 0;
  width: 0;
  bottom: -24px;
  border: 12px solid transparent;
  border-top-color: #ededed;
}
.nc-weekly-updates .alert-wrapper {
  height: 90px;
  width: 90px;
  margin: 0 auto 15px;
  background: #ffffff;
  border-radius: 50%;
  line-height: 90px;
}
.nc-weekly-updates .alert-wrapper img {
  vertical-align: middle;
}
.nc-weekly-updates a, .nc-weekly-updates span {
  font-size: 1.5rem;
}
.nc-weekly-updates .alert-date {
  position: relative;
  font-size: 1.4rem;
  color: #949494;
}
.nc-weekly-updates .alert-content::before, .nc-weekly-updates .alert-date::before {
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 14px;
  width: 14px;
  border: 3px solid #ec5297;
  background-color: #ffffff;
  border-radius: 50%;
  bottom: 29px;
}
.nc-weekly-updates .alert-content::before {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .nc-weekly-updates li:first-of-type {
    left: 5%;
  }
  .nc-weekly-updates li:last-of-type {
    right: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .nc-weekly-updates .nc-container {
    width: 245px;
  }
  .nc-weekly-updates .nc-container::after, .nc-weekly-updates .nc-container::before {
    height: 40px;
    width: 4px;
  }
  .nc-weekly-updates .nc-container::before {
    top: 0;
    background-image: -webkit-linear-gradient( bottom , #ec5297, rgba(236, 82, 151, 0));
    background-image: linear-gradient(to top, #ec5297, rgba(236, 82, 151, 0));
  }
  .nc-weekly-updates .nc-container::after {
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient( top , #ec5297, rgba(236, 82, 151, 0));
    background-image: linear-gradient(to bottom, #ec5297, rgba(236, 82, 151, 0));
  }
  .nc-weekly-updates ul {
    height: auto;
    padding: 30px 0;
  }
  .nc-weekly-updates ul::before {
    top: 0;
    width: 4px;
    height: 100%;
  }
  .nc-weekly-updates li {
    position: static;
    display: block;
    float: none;
    margin-left: 40px;
  }
  .nc-weekly-updates .alert-content {
    margin-bottom: 10px;
  }
  .nc-weekly-updates .alert-content::after {
    border-top-color: transparent;
    border-right-color: #ededed;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -24px;
  }
  .nc-weekly-updates .alert-content::before {
    display: block;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -45px;
  }
  .nc-weekly-updates .alert-date::before {
    display: none;
  }
}

.nc-app-info {
  background-color: #ededed;
  overflow: hidden;
  text-align: center;
}
.nc-app-info ul::after {
  clear: both;
  content: "";
  display: table;
}
.nc-app-info .app-block {
  width: 50%;
  float: left;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  padding: 2.8em 0 3em;
}
.no-touch .nc-app-info .app-block:hover {
  background: #efd26c;
}
.no-touch .nc-app-info .app-block:hover:last-of-type {
  background: #ec5297;
}
.no-touch .nc-app-info .app-block:hover .app-learn {
  opacity: 1;
}
.no-touch .nc-app-info .app-block:hover p {
  color: rgba(0, 0, 0, 0.4);
}
.nc-app-info p {
  color: rgba(33, 33, 33, 0.4);
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.nc-app-info .nc-container {
  margin-bottom: 10px;
}
.nc-app-info .nc-app-image-wrapper {
  margin-bottom: 10px;
}
.nc-app-info .nc-app-image-wrapper img {
  display: block;
  margin: 0 auto;
}
.nc-app-info .dark-btn {
  font-size: 1.3rem;
  width: 120px;
}
.nc-app-info .app-learn {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  padding: 0 1.2em;
  text-transform: uppercase;
  font-size: 1.3rem;
  letter-spacing: 1px;
  font-weight: 700;
  margin-left: 13px;
  opacity: .4;
  border-radius: 3px;
  -webkit-transition: opacity 0.3s, background 0.3s;
  -moz-transition: opacity 0.3s, background 0.3s;
  transition: opacity 0.3s, background 0.3s;
}
.no-touch .nc-app-info .app-learn:hover {
  background: #d7bd61;
}
.no-touch .nc-app-info .app-learn.web-app:hover {
  background: #d44a88;
}
@media only screen and (max-width: 1024px) {
  .nc-app-info {
    position: relative;
    z-index: 1;
  }
  .nc-app-info .app-block {
    display: block;
    width: 100%;
    float: none;
    margin: 0 auto;
    background: #efd26c;
  }
  .nc-app-info .app-block:last-of-type {
    background: #ec5297;
  }
  .nc-app-info .app-learn {
    opacity: 1;
    background: #d7bd61;
  }
  .nc-app-info .web-app.app-learn {
    background: #d44a88;
  }
  .nc-app-info p {
    color: rgba(0, 0, 0, 0.4);
  }
}

/* -------------------------------- 

Home page - popup learn more

-------------------------------- */
.app-more {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
}
.app-more .content {
  height: 100%;
  overflow-y: auto;
  position: relative;
  z-index: 3;
}
.app-more .morph-bg {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 800px;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
  background: #efd26c;
  left: 0;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.app-more[data-type="web-app"] .morph-bg {
  left: auto;
  right: 0;
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  background: #ec5297;
}
.app-more .bg-layer {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-color: #ededed;
}
.app-more h1, .app-more h2 {
  opacity: inherit;
  visibility: inherit;
}
.app-more h1 {
  color: #ffffff;
}
.app-more .top-info {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 659px;
  width: 100%;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.3s 0s, background 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, background 0s 0.3s;
  transition: opacity 0.3s 0s, background 0s 0.3s;
}
.app-more .top-info .nc-container {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5%;
  padding-right: 5%;
  max-width: 100%;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.app-more .dark-btn {
  width: 185px;
  height: 55px;
  line-height: 55px;
  font-size: 1.6rem;
  margin-top: 4em;
}
.app-more .more {
  position: relative;
  z-index: 1;
  background: #ffffff;
  -webkit-transform: translateY(100vh);
  -moz-transform: translateY(100vh);
  -ms-transform: translateY(100vh);
  -o-transform: translateY(100vh);
  transform: translateY(100vh);
  text-align: center;
  padding-bottom: 100px;
}
.app-more img {
  width: 860px;
  max-width: 100%;
}
.app-more img.big-image {
  width: 1090px;
}
.app-more .close {
  position: absolute;
  z-index: 4;
  top: 20px;
  right: 20px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3) url(../img/icon-close-white.svg) no-repeat center center;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.no-touch .app-more .close:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.app-more .nc-has-padding-home {
  padding-bottom: 5px;
}
.app-more .nc-has-padding-home:last-of-type {
  padding: 58px 0 55px;
}
.app-more[data-type="web-app"] .nc-has-padding-home:first-of-type {
  padding-bottom: 32px;
}
.app-more[data-type="web-app"] .nc-has-padding-home:nth-of-type(2) {
  padding-bottom: 45px;
}
.app-more[data-type="web-app"] .nc-has-padding-home:nth-of-type(3) {
  padding-bottom: 70px;
}
.app-more[data-type="web-app"] .nc-has-padding-home:last-of-type {
  padding-bottom: 100px;
}
.app-more h2 {
  position: relative;
  font-size: 3rem;
  margin-bottom: .5em;
}
.app-more h2::before {
  content: '';
  position: absolute;
  top: -21px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 2px;
  width: 40px;
  background: #bababa;
}
.app-more p {
  margin-bottom: 22px;
}
.app-more.is-visible .morph-bg {
  visibility: visible;
}
.app-more.is-content-visible {
  visibility: visible;
}
.app-more.is-content-visible .bg-layer {
  opacity: 1;
}
.app-more.is-content-visible .content {
  -webkit-overflow-scrolling: touch;
}
.app-more.is-content-visible .top-info {
  opacity: 1;
  background: #efd26c;
}
.app-more.is-content-visible .more {
  -webkit-animation: content-bounce 0.8s;
  -moz-animation: content-bounce 0.8s;
  animation: content-bounce 0.8s;
  -webkit-transform: translateY(659px);
  -moz-transform: translateY(659px);
  -ms-transform: translateY(659px);
  -o-transform: translateY(659px);
  transform: translateY(659px);
}
.app-more[data-type="web-app"].is-content-visible .top-info {
  background: #ec5297;
}
.app-more.btn-visible .close {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-animation: close-bounce 0.4s;
  -moz-animation: close-bounce 0.4s;
  animation: close-bounce 0.4s;
}
.app-more.hidden {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.app-more.video-playing .top-info .nc-container {
  opacity: 0;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
}
@media only screen and (max-width: 1024px) {
  .app-more {
    visibility: visible;
    background: #ffffff;
    z-index: 3;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  .app-more.is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .app-more.is-visible .content {
    -webkit-overflow-scrolling: touch;
  }
  .app-more.is-visible .nc-container {
    opacity: 1 !important;
    display: block;
  }
  .app-more.is-visible .nc-container, .app-more.is-visible .more {
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  .app-more .content {
    z-index: 1;
  }
  .app-more .bg-layer, .app-more .morph-bg {
    display: none;
    visibility: hidden !important;
  }
  .app-more .top-info {
    background: #212121 !important;
    height: auto;
    padding: 7em 0;
  }
  .app-more .dark-btn {
    display: none;
  }
  .app-more .top-info, .app-more .more {
    position: relative;
    z-index: 1;
    opacity: inherit;
    visibility: inherit;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  .app-more .more {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -ms-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
  }
  .app-more .close {
    height: 44px;
    width: 44px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  .app-more.btn-visible .close {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
  }
}

@-webkit-keyframes close-bounce {
  0% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes close-bounce {
  0% {
    -moz-transform: scale(0);
  }
  40% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes close-bounce {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes content-bounce {
  0% {
    -webkit-transform: translateY(100vh);
  }
  50% {
    -webkit-transform: translateY(639px);
  }
  100% {
    -webkit-transform: translateY(659px);
  }
}
@-moz-keyframes content-bounce {
  0% {
    -moz-transform: translateY(100vh);
  }
  50% {
    -moz-transform: translateY(639px);
  }
  100% {
    -moz-transform: translateY(659px);
  }
}
@keyframes content-bounce {
  0% {
    -webkit-transform: translateY(100vh);
    -moz-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
    -o-transform: translateY(100vh);
    transform: translateY(100vh);
  }
  50% {
    -webkit-transform: translateY(639px);
    -moz-transform: translateY(639px);
    -ms-transform: translateY(639px);
    -o-transform: translateY(639px);
    transform: translateY(639px);
  }
  100% {
    -webkit-transform: translateY(659px);
    -moz-transform: translateY(659px);
    -ms-transform: translateY(659px);
    -o-transform: translateY(659px);
    transform: translateY(659px);
  }
}
.app-video-wrapper {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 100%;
  width: 1318px;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
}
.app-video-wrapper video {
  display: block;
  min-height: 100%;
  max-height: 100%;
  max-width: none;
}
.app-video-wrapper video.hidden {
  opacity: 0;
}
[data-type="web-app"] .app-video-wrapper video {
  -webkit-transition: opacity 0s 0.3s;
  -moz-transition: opacity 0s 0.3s;
  transition: opacity 0s 0.3s;
}
.app-video-wrapper::after, .app-video-wrapper::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 90px;
  top: 0;
  visibilty: inherit;
}
.app-video-wrapper::before {
  left: 0;
  background: -webkit-linear-gradient(left, #efd26c, rgba(239, 210, 108, 0));
  background: linear-gradient(to right, #efd26c, rgba(239, 210, 108, 0));
}
.app-video-wrapper::after {
  right: 0;
  background: -webkit-linear-gradient(right, #efd26c, rgba(239, 210, 108, 0));
  background: linear-gradient(to left, #efd26c, rgba(239, 210, 108, 0));
}
[data-type="web-app"] .app-video-wrapper::before {
  background: -webkit-linear-gradient(left, #ec5297, rgba(236, 82, 151, 0));
  background: linear-gradient(to right, #ec5297, rgba(236, 82, 151, 0));
}
[data-type="web-app"] .app-video-wrapper::after {
  background: -webkit-linear-gradient(right, #ec5297, rgba(236, 82, 151, 0));
  background: linear-gradient(to left, #ec5297, rgba(236, 82, 151, 0));
}
.video-playing.btn-visible .app-video-wrapper {
  visibility: visible;
}
@media only screen and (max-width: 1024px) {
  .app-video-wrapper {
    display: none;
  }
}

/* -------------------------------- 

Home page - see all icons + updates

-------------------------------- */
.icons-all-header {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  max-width: 960px;
  width: 94%;
  margin: 0 auto;
}
.icons-all-header::after {
  clear: both;
  content: "";
  display: table;
}
.icons-all-header .test-pack {
  float: right;
  font-size: 1.4rem;
  margin-top: 23px;
}
@media only screen and (max-width: 1024px) {
  .icons-all-header {
    width: 90%;
  }
  .icons-all-header .test-pack {
    display: none;
  }
}

.nc-icons-see-all .icons-wrapper,
.all-icons-container .icons-wrapper {
  max-width: 960px;
  margin: 25px auto 100px;
  position: relative;
}
.nc-icons-see-all .nc-category-icons,
.all-icons-container .nc-category-icons {
  padding-top: 80px;
  counter-increment: titles;
}
.nc-icons-see-all .nc-category-icons img,
.all-icons-container .nc-category-icons img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.nc-icons-see-all img.nc-loaded_mini,
.all-icons-container img.nc-loaded_mini {
  width: 384px;
}
.nc-icons-see-all .nc-category-icons h4,
.all-icons-container .nc-category-icons h4 {
  position: relative;
  padding-bottom: 1.8em;
  color: #828282;
  text-align: center;
  font-size: 2rem;
}
.nc-icons-see-all .nc-category-icons h4::before,
.all-icons-container .nc-category-icons h4::before {
  content: counter(titles) " - ";
}
.nc-icons-see-all .nc-category-icons:first-of-type h4::before,
.nc-icons-see-all .nc-category-icons:nth-of-type(2) h4::before,
.nc-icons-see-all .nc-category-icons:nth-of-type(3) h4::before,
.nc-icons-see-all .nc-category-icons:nth-of-type(4) h4::before,
.nc-icons-see-all .nc-category-icons:nth-of-type(5) h4::before,
.nc-icons-see-all .nc-category-icons:nth-of-type(6) h4::before,
.nc-icons-see-all .nc-category-icons:nth-of-type(7) h4::before,
.nc-icons-see-all .nc-category-icons:nth-of-type(8) h4::before,
.nc-icons-see-all .nc-category-icons:nth-of-type(9) h4::before,
.all-icons-container .nc-category-icons:first-of-type h4::before,
.all-icons-container .nc-category-icons:nth-of-type(2) h4::before,
.all-icons-container .nc-category-icons:nth-of-type(3) h4::before,
.all-icons-container .nc-category-icons:nth-of-type(4) h4::before,
.all-icons-container .nc-category-icons:nth-of-type(5) h4::before,
.all-icons-container .nc-category-icons:nth-of-type(6) h4::before,
.all-icons-container .nc-category-icons:nth-of-type(7) h4::before,
.all-icons-container .nc-category-icons:nth-of-type(8) h4::before,
.all-icons-container .nc-category-icons:nth-of-type(9) h4::before {
  content: "0" counter(titles) " - ";
}
.free-icons-page .nc-icons-see-all .nc-category-icons h4::before, .free-icons-page
.all-icons-container .nc-category-icons h4::before {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .nc-icons-see-all,
  .all-icons-container {
    margin: 0 auto;
  }
  .nc-icons-see-all .icons-wrapper,
  .all-icons-container .icons-wrapper {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .nc-icons-see-all .nc-category-icons,
  .all-icons-container .nc-category-icons {
    padding-top: 40px;
  }
}

.nc-categories-aside {
  position: relative;
  float: left;
  display: inline-block;
}
.nc-categories-aside h4 {
  position: relative;
  line-height: 60px;
  font-size: 1.4rem;
  font-weight: normal;
  font-family: "Roboto", "Helvetica Neue", Helvetica, sans-serif;
  padding: 0 24px;
  text-transform: none;
  color: #212121;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.no-touch .nc-categories-aside h4:hover {
  opacity: .8;
}
.nc-categories-aside h4::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 6px;
  height: 7px;
  width: 11px;
  background: url(../img/icon-arrow-dark.svg) no-repeat center center;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}
.nc-categories-aside.is-open h4::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.nc-categories-aside.is-open .categories-list {
  display: block;
  -webkit-overflow-scrolling: touch;
}
.nc-categories-aside .categories-list {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 56px;
  width: 540px;
  background-color: rgba(33, 33, 33, 0.95);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 10px 0;
  display: none;
  max-height: calc(100vh - 60px);
}
.nc-categories-aside .categories-list li {
  font-size: 1.3rem;
  line-height: 1.8;
  width: 156px;
  margin-left: 24px;
  float: left;
}
.nc-categories-aside .categories-list li::after {
  clear: both;
  content: "";
  display: table;
}
.nc-categories-aside .categories-list a {
  display: block;
  overflow: hidden;
  white-space: no-wrap;
  text-overflow: ellipsis;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  line-height: 26px;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.no-touch .nc-categories-aside .categories-list a:hover {
  color: #ec5297;
}
.nc-categories-aside .new-cat {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
  background-color: #ec5297;
  padding: 0.35em 0.5em;
  text-transform: uppercase;
  border-radius: 2px;
  margin: 0 0 0 0.8em;
  line-height: normal;
}
@media only screen and (max-width: 768px) {
  .nc-categories-aside {
    display: none;
  }
}

.nc-icons-fill-mode {
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 14px;
}
.nc-icons-fill-mode::after {
  clear: both;
  content: "";
  display: table;
}
.nc-icons-fill-mode li {
  float: left;
}
.nc-icons-fill-mode a:active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media only screen and (max-width: 768px) {
  .nc-icons-fill-mode {
    display: block;
    position: relative;
    float: left;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    left: 0;
    top: 0;
    margin-bottom: 15px;
  }
}

.nc-icons-fill-mode a,
#affwp-affiliate-dashboard-tabs a {
  display: block;
  width: auto;
  height: 32px;
  line-height: 32px;
  font-size: 1.4rem;
  text-transform: none;
  text-align: center;
  border-radius: 50em;
  margin-right: 5px;
  padding: 0 12px;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.no-touch .nc-icons-fill-mode a:hover, .no-touch
#affwp-affiliate-dashboard-tabs a:hover {
  color: #ec5297;
}

.nc-icons-fill-mode li:last-of-type a,
#affwp-affiliate-dashboard-tabs li:last-of-type a {
  margin-right: 0;
}

.nc-icons-fill-mode a.btn,
#affwp-affiliate-dashboard-tabs .active a {
  padding: 0 16px;
}

.no-touch .nc-icons-fill-mode a.btn:hover,
.no-touch #affwp-affiliate-dashboard-tabs .active a:hover {
  color: #ffffff;
  background-color: #ec5297;
}

.mfp-bg {
  background-color: rgba(118, 109, 204, 0.7) !important;
}

.nc-back-top {
  display: inline-block;
  height: 60px;
  width: 60px;
  position: fixed;
  z-index: 2;
  right: 30px;
  bottom: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(212, 212, 212, 0.8) url(../img/back-top.svg) no-repeat center 50%;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s, background-color 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s, background-color 0.3s;
  transition: opacity 0.3s, visibility 0.3s, background-color 0.3s;
}
.no-touch .nc-back-top:hover {
  background-color: #d4d4d4;
}
.nc-back-top.is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .nc-back-top {
    height: 40px;
    width: 40px;
    bottom: 40px;
    right: 10px;
  }
}

/* -------------------------------- 

Showcase

-------------------------------- */
.nc-projects-showcase {
  width: 90%;
  max-width: 1250px;
  margin: 0 auto 50px;
}
.nc-projects-showcase::after {
  clear: both;
  content: "";
  display: table;
}
.nc-projects-showcase li {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 50px;
}
.nc-projects-showcase li:nth-of-type(3n) {
  margin-right: 0;
}
.nc-projects-showcase .project-image {
  position: relative;
  display: block;
  border-radius: 4px;
  background-color: #ededed;
  height: 0;
  padding-bottom: 75%;
}
.nc-projects-showcase .project-image::after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 64px;
  width: 64px;
  border-radius: 50%;
  background: url(../img/icon-link.svg) rgba(33, 33, 33, 0.8) no-repeat center center;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.nc-projects-showcase .project-image span {
  display: block;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.nc-projects-showcase .project-image img {
  display: block;
  border-radius: 4px;
}
.no-touch .nc-projects-showcase .project-image:hover span {
  opacity: .7;
}
.no-touch .nc-projects-showcase .project-image:hover::after {
  opacity: 1;
}
.nc-projects-showcase .project-author {
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  font-weight: bold;
  margin-top: 15px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.no-touch .nc-projects-showcase .project-author:hover {
  color: #766dcc;
}
.nc-projects-showcase .project-author img {
  vertical-align: middle;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-right: 9px;
}
@media only screen and (max-width: 768px) {
  .nc-projects-showcase {
    margin-bottom: 40px;
  }
  .nc-projects-showcase li {
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  .nc-projects-showcase li:nth-of-type(3n) {
    margin-right: 4%;
  }
  .nc-projects-showcase li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 520px) {
  .nc-projects-showcase {
    margin-bottom: 20px;
  }
  .nc-projects-showcase li {
    width: 100%;
    float: left;
    margin-right: 0;
  }
  .nc-projects-showcase li:nth-of-type(3n) {
    margin-right: 0;
  }
}

.nc-trusted-by {
  padding-top: 20px;
  height: 70px;
  width: 100%;
  background-color: #ededed;
}
.nc-trusted-by ul {
  text-align: center;
}
.nc-trusted-by ul::after {
  clear: both;
  content: "";
  display: table;
}
.nc-trusted-by li {
  display: inline-block;
  height: 30px;
  color: transparent;
  background: url(../img/companies-logos.svg) no-repeat;
  margin-right: 75px;
  white-space: nowrap;
}
.nc-trusted-by li:last-of-type {
  margin-right: 0;
}
.nc-trusted-by li:first-of-type {
  width: 96px;
  background-position: 0 0;
}
.nc-trusted-by li:nth-of-type(2) {
  width: 112px;
  background-position: -96px 0;
}
.nc-trusted-by li:nth-of-type(3) {
  width: 98px;
  background-position: -208px 0;
}
.nc-trusted-by li:nth-of-type(4) {
  width: 159px;
  background-position: -306px 0;
}
.nc-trusted-by li:nth-of-type(5) {
  width: 89px;
  background-position: -465px 0;
}
.nc-trusted-by li:nth-of-type(6) {
  width: 110px;
  background-position: -554px 0;
}
@media only screen and (max-width: 1200px) {
  .nc-trusted-by li {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 950px) {
  .nc-trusted-by {
    height: auto;
  }

  .nc-trusted-by ul {
    width: 500px;
    margin: 0 auto;
  }

  .nc-trusted-by li {
    margin-right: 60px;
    margin-bottom: 20px;
  }
  .nc-trusted-by li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 500px) {
  .nc-trusted-by ul {
    width: 300px;
    max-width: 100%;
  }

  .nc-trusted-by li {
    margin-right: 30px;
  }
  .nc-trusted-by li:nth-of-type(3n) {
    margin-right: 30px;
  }
  .nc-trusted-by li:nth-of-type(2n) {
    margin-right: 0;
  }
}
/* -------------------------------- 

Demo

-------------------------------- */
.nc-demo-banner {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #bdb9e6;
}
.nc-demo-banner a {
  display: block;
  font-size: 1.8rem;
  color: #ffffff;
  font-weight: bold;
  background: #766dcc url(../img/adv-pattern-1.svg) repeat 0 0;
  text-align: center;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.no-touch .nc-demo-banner a:hover {
  opacity: .9;
}
.nc-demo-banner span {
  color: #211c51;
}
@media only screen and (max-width: 768px) {
  .nc-demo-banner {
    height: 50px;
    line-height: 50px;
  }
  .nc-demo-banner a {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 520px) {
  .nc-demo-banner {
    height: 45px;
    line-height: 45px;
  }
  .nc-demo-banner a {
    font-size: 1.3rem;
  }
}

.overlay-popup[data-type="demo-popup"] .popup-body {
  padding-top: 0;
}
.overlay-popup[data-type="demo-popup"] .popup-body .nc-message {
  padding-top: 2.5em;
}
.overlay-popup[data-type="demo-popup"] .popup-body .nc-message p:last-of-type {
  margin-bottom: 3em;
}
.overlay-popup[data-type="demo-popup"] .popup-body p a {
  color: #766dcc;
  text-decoration: underline;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.no-touch .overlay-popup[data-type="demo-popup"] .popup-body p a:hover {
  opacity: .8;
}
.overlay-popup[data-type="demo-popup"] .popup-body .nc-support::after {
  clear: both;
  content: "";
  display: table;
}
.overlay-popup[data-type="demo-popup"] .popup-body .nc-support li {
  width: 48.5%;
  float: left;
  margin-bottom: 1em;
}
.overlay-popup[data-type="demo-popup"] .popup-body .nc-support li:nth-of-type(2n+1) {
  margin-right: 3%;
}
.overlay-popup[data-type="demo-popup"] .popup-body .nc-support em {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}
.overlay-popup[data-type="demo-popup"] .popup-body .nc-support a {
  display: block;
  padding: 3.3em 0;
  text-align: center;
  border-radius: 4px;
  background-color: #ededed;
  -webkit-transition: background-color 0.2s, color 0.2s;
  -moz-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
  position: relative;
}
.overlay-popup[data-type="demo-popup"] .popup-body .nc-support a::after {
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 1.8em;
  height: 32px;
  width: 32px;
  background: #ffffff url(../img/icon-play-small.svg) no-repeat center center;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.no-touch .overlay-popup[data-type="demo-popup"] .popup-body .nc-support a:hover {
  background-color: #766dcc;
  color: #ffffff;
}
.no-touch .overlay-popup[data-type="demo-popup"] .popup-body .nc-support a:hover::after {
  opacity: 1;
}
.no-touch .overlay-popup[data-type="demo-popup"] .popup-body .nc-support a:hover em {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
@media only screen and (max-width: 768px) {
  .overlay-popup[data-type="demo-popup"] .popup-body .nc-message {
    padding-top: 1.5em;
  }
  .overlay-popup[data-type="demo-popup"] .popup-body em {
    font-size: 1.3rem;
  }
  .overlay-popup[data-type="demo-popup"] .popup-body .nc-support a {
    padding: 2.6em 0;
  }
  .overlay-popup[data-type="demo-popup"] .popup-body .nc-support a::after {
    bottom: 1.4em;
  }
}
@media only screen and (max-width: 520px) {
  .overlay-popup[data-type="demo-popup"] .popup-body .nc-support li {
    width: 100%;
    float: left;
  }
  .overlay-popup[data-type="demo-popup"] .popup-body .nc-support li:nth-of-type(2n+1) {
    margin-right: 0;
  }
  .overlay-popup[data-type="demo-popup"] .popup-body em {
    font-size: 1.4rem;
  }
}

.overlay-popup[data-type="demo-popup"] .nc-video,
.overlay-popup[data-type="video-popup"] .nc-video,
.overlay-popup[data-type="favorites-popup"] .nc-video {
  overflow: visible;
}
.overlay-popup[data-type="demo-popup"] .nc-video-frame,
.overlay-popup[data-type="video-popup"] .nc-video-frame,
.overlay-popup[data-type="favorites-popup"] .nc-video-frame {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
}
.overlay-popup[data-type="demo-popup"] iframe,
.overlay-popup[data-type="video-popup"] iframe,
.overlay-popup[data-type="favorites-popup"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlay-popup[data-type="favorites-popup"].favorite-selected .favorite-message, .overlay-popup[data-type="favorites-popup"].favorite-selected .favorite-title {
  display: block;
}
.overlay-popup[data-type="favorites-popup"].favorite-selected .projects-message, .overlay-popup[data-type="favorites-popup"].favorite-selected .projects-title {
  display: none;
}

.overlay-popup[data-type="favorites-popup"].projects-selected .favorite-message, .overlay-popup[data-type="favorites-popup"].projects-selected .favorite-title {
  display: none;
}
.overlay-popup[data-type="favorites-popup"].projects-selected .projects-message, .overlay-popup[data-type="favorites-popup"].projects-selected .projects-title {
  display: block;
}

.overlay-popup[data-type="favorites-popup"] .nc-video {
  margin-top: 40px;
}

.overlay-popup[data-type="favorites-popup"] iframe {
  max-width: 100%;
}

.overlay-popup[data-type="video-popup"] .nc-video {
  display: none;
}

.overlay-popup[data-type="video-popup"].is-visible .nc-video {
  display: block;
}

.overlay-popup[data-type="demo-popup"] .nc-welcome-content {
  max-width: 700px;
}
.overlay-popup[data-type="demo-popup"] .nc-video {
  display: none;
  padding-bottom: 80px;
  position: relative;
}
.overlay-popup[data-type="demo-popup"] .nc-video-frame {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.overlay-popup[data-type="demo-popup"].video-playing .nc-support {
  display: none;
}
.overlay-popup[data-type="demo-popup"].video-playing .nc-video {
  display: block;
}
.overlay-popup[data-type="demo-popup"] .back-to-all, .overlay-popup[data-type="demo-popup"] .nc-close-video {
  position: absolute;
  display: inline-block;
}
.overlay-popup[data-type="demo-popup"] .back-to-all {
  width: 100%;
  bottom: 0px;
  padding: 1em 0;
  text-align: center;
  border-radius: 4px;
  background-color: #ededed;
  -webkit-transition: background-color 0.2s, color 0.2s;
  -moz-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}
.no-touch .overlay-popup[data-type="demo-popup"] .back-to-all:hover {
  background-color: #766dcc;
  color: #ffffff;
}

.overlay-popup[data-type="video-popup"] .nc-video {
  max-width: 800px;
  top: 20%;
  background-color: #212121;
}
.overlay-popup[data-type="video-popup"] .nc-video .nc-close-video {
  position: absolute;
  display: block;
  height: 24px;
  width: 24px;
  right: 0;
  top: -30px;
  background: url(../img/icon-close-white.svg) no-repeat center center;
  opacity: .8;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.no-touch .overlay-popup[data-type="video-popup"] .nc-video .nc-close-video:hover {
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .overlay-popup[data-type="video-popup"] .nc-video {
    top: 10%;
  }
}

.signup-card-loader {
  position: absolute;
  bottom: 100px;
}

.demo-see-all {
  position: fixed;
  bottom: 60px;
  left: 3%;
  border-radius: 50em;
  height: 43px;
  line-height: 43px;
  width: 150px;
  font-size: 1.3rem;
  opacity: 0.9;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.no-touch .demo-see-all:hover {
  opacity: 1;
  background-color: #ec5297;
}
@media only screen and (max-width: 768px) {
  .demo-see-all {
    display: none;
  }
}

.overlay-popup .popup-footer .btn.source-pack,
.nc-icons-preview .btn.source-pack {
  background-color: #212121;
  position: relative;
  text-transform: uppercase;
  padding-left: 4em;
  font-size: 1.3rem;
  height: 43px;
  line-height: 43px;
  padding: 0 1.3em 0 3.5em;
  box-shadow: none;
  letter-spacing: 1px;
}
.overlay-popup .popup-footer .btn.source-pack::before,
.nc-icons-preview .btn.source-pack::before {
  content: '';
  height: 24px;
  width: 24px;
  position: absolute;
  top: 10px;
  left: 17px;
  background: url(../img/icon-download-sample.svg) no-repeat center center;
}
.no-touch .overlay-popup .popup-footer .btn.source-pack:hover, .no-touch
.nc-icons-preview .btn.source-pack:hover {
  background-color: #333333;
}

.overlay-popup .popup-footer .btn.close-popup-btn {
  background-color: #e0e0e0;
  color: #212121;
}
.overlay-popup .popup-footer .btn.close-popup-btn:hover {
  background-color: #e5e5e5;
}

.link-login {
  color: #766dcc;
  border-bottom: 1px solid transparent;
}
.no-touch .link-login:hover {
  border-bottom-color: #766dcc;
}

.tour-start.single-step {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  visibility: visible;
  height: 100%;
  width: 100%;
  background-color: rgba(118, 109, 204, 0.7);
  border-radius: 0;
  pointer-events: auto;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
.tour-start.single-step.is-hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.tour-start.single-step .more-info {
  opacity: 1;
  position: absolute;
  background-color: #ffffff;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 400px;
  max-width: 90%;
}
.tour-start.single-step .more-info h2 {
  font-size: 3rem;
}
.tour-start.single-step .more-info p {
  font-size: 1.6rem;
}
.tour-start.single-step .tour-nav {
  float: none;
}
.tour-start.single-step .tour-nav li {
  width: 48%;
  float: left;
}
.tour-start.single-step .tour-nav li:first-of-type {
  margin-right: 4%;
}
.tour-start.single-step .tour-nav .btn {
  display: block;
  box-shadow: none;
  line-height: 44px;
  font-size: 1.7rem;
}
.tour-start.single-step .tour-nav .btn.skip {
  background-color: #e0e0e0;
}
.tour-start.single-step .tour-nav .btn.skip:hover {
  background-color: #e5e5e5;
}
.tour-start.single-step .tour-nav .btn.start {
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .tour-start.single-step {
    display: none;
  }
}

.tour-wrapper {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
}
.tour-wrapper::before {
  /* never visible - this is used in jQuery to check the current MQ */
  display: none;
  content: 'desktop';
}
.tour-wrapper .single-step:nth-of-type(1) {
  /* set tour points positions */
  top: 292px;
  right: 213px;
}
.tour-wrapper .single-step:nth-of-type(2) {
  top: 483px;
  right: 213px;
}
.tour-wrapper .single-step:nth-of-type(3) {
  top: 644px;
  right: 213px;
}
@media only screen and (max-width: 1024px) {
  .tour-wrapper {
    display: none;
  }
  .tour-wrapper::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
  }
}

.single-step {
  /* tour single step */
  position: fixed;
  z-index: 1;
  border-radius: 50%;
  visibility: hidden;
  opacity: 1;
  pointer-events: none;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: visibility 0s 0.4s;
  -moz-transition: visibility 0s 0.4s;
  transition: visibility 0s 0.4s;
}
.single-step > span {
  /* dot indicator - visible on desktop version only */
  position: relative;
  z-index: 1;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: inherit;
  background: #ec5297;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
  /* replace text with background images */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.single-step::after {
  /* this is used to create the pulse animation */
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.active .single-step, .active .single-step.move-left {
  -webkit-transition: visibility 0s 0.4s;
  -moz-transition: visibility 0s 0.4s;
  transition: visibility 0s 0.4s;
}
.active .single-step.is-selected {
  /* visible step */
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s 0s;
  -moz-transition: -moz-transform 0.4s 0s;
  transition: transform 0.4s 0s;
}
.single-step.is-selected {
  pointer-events: auto;
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.single-step.is-selected > span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.single-step.is-selected::after {
  -webkit-animation: pulse 2s infinite;
  -moz-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.single-step.is-selected .more-info {
  opacity: 1;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #ec5297;
  }
  100% {
    box-shadow: 0 0 0 20px rgba(236, 82, 151, 0);
  }
}
@-moz-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #ec5297;
  }
  100% {
    box-shadow: 0 0 0 20px rgba(236, 82, 151, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #ec5297;
  }
  100% {
    box-shadow: 0 0 0 20px rgba(236, 82, 151, 0);
  }
}
.single-step .more-info {
  z-index: 4;
  position: absolute;
  width: 340px;
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  opacity: 0;
  background-color: #ffffff;
  border-color: #ffffff;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
  padding: 1.5em;
  color: #ededed;
}
.single-step .more-info::after {
  clear: both;
  content: "";
  display: table;
}
.single-step .more-info::before {
  /* triangle next to the step description - hidden on mobile */
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border: 6px solid transparent;
}
.single-step .more-info h2 {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: .4em;
  color: #444444;
  text-transform: none;
}
.single-step .more-info p {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 32px;
  color: #444444;
}
.single-step .more-info .close {
  /* 'X' icon to skip the tour */
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  /* replace text with background images */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.single-step .more-info .close::after, .single-step .more-info .close:before {
  /* these are the 2 lines of the 'X' icon */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 2px;
  width: 16px;
  border-radius: 4em;
  background-color: #444444;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.single-step .more-info .close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.single-step .more-info .close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.single-step .more-info span {
  /* step count e.g. 1 of 3*/
  float: left;
  padding-top: .1em;
  font-size: 1.3rem;
  color: #bababa;
}
.single-step .more-info.left {
  right: calc(100% + 15px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.single-step .more-info.right {
  left: calc(100% + 15px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.single-step .more-info.left, .single-step .more-info.right {
  top: 50%;
}
.single-step .more-info.top {
  bottom: calc(100% + 15px);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.single-step .more-info.bottom {
  top: calc(100% + 15px);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.single-step .more-info.top, .single-step .more-info.bottom {
  left: 50%;
}
.single-step .more-info.left::before, .single-step .more-info.right::before {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.single-step .more-info.top::before, .single-step .more-info.bottom::before {
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.single-step .more-info.left::before {
  border-left-color: inherit;
  left: 100%;
}
.single-step .more-info.right::before {
  border-right-color: inherit;
  right: 100%;
}
.single-step .more-info.top::before {
  border-top-color: inherit;
  top: 100%;
}
.single-step .more-info.bottom::before {
  border-bottom-color: inherit;
  bottom: 100%;
}
.is-selected .single-step .more-info {
  opacity: 1;
}

.tour-nav {
  float: right;
}
.tour-nav::after {
  clear: both;
  content: "";
  display: table;
}
.tour-nav li {
  display: inline-block;
  float: left;
}
.tour-nav li:first-of-type {
  margin-right: 1.5em;
}
.tour-nav a {
  font-size: 1.3rem;
  color: #212121;
  font-weight: bold;
}
.tour-nav a.inactive {
  /* item not clickable */
  color: #d9d9d9;
  cursor: not-allowed;
}

/* -------------------------------- 

Affiliate

-------------------------------- */
.become-partner .basic-link {
  display: inline-block;
  font-size: 1.4rem;
  margin-top: 0.9em;
}
.become-partner .how-it-works {
  background-color: #ededed;
}
.become-partner .how-it-works h2 {
  color: #949494;
}
.become-partner .how-it-works li {
  display: inline-block;
  width: 26%;
  float: left;
  margin-right: 11%;
  line-height: 1.5;
  padding-top: 125px;
  position: relative;
  counter-increment: aff-steps;
  font-size: 1.6rem;
}
.become-partner .how-it-works li::before {
  content: counter(aff-steps);
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 96px;
  width: 96px;
  line-height: 96px;
  box-shadow: 0 0 0 2px #e0e0e0;
  border-radius: 50%;
  font-size: 3.6rem;
  font-weight: bold;
}
.become-partner .how-it-works li::after {
  position: absolute;
  top: 47px;
  left: 50%;
  content: '';
  height: 2px;
  width: calc(142% - 146px);
  -webkit-transform: translateX(73px);
  -moz-transform: translateX(73px);
  -ms-transform: translateX(73px);
  -o-transform: translateX(73px);
  transform: translateX(73px);
  background-color: #e0e0e0;
}
.become-partner .how-it-works li:last-of-type {
  margin-right: 0;
}
.become-partner .how-it-works li:last-of-type::after {
  display: none;
}
.become-partner .how-it-works li a {
  color: #766dcc;
}
.no-touch .become-partner .how-it-works li a:hover {
  color: #8880d3;
}
.become-partner .how-much-earn {
  background-color: #212121;
  color: #ffffff;
}
.become-partner .how-much-earn h2, .become-partner .how-much-earn li {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.become-partner .how-much-earn p {
  color: #828282;
}
.become-partner .how-much-earn li {
  width: 16%;
  float: left;
  margin-right: 5%;
}
.become-partner .how-much-earn li:last-of-type {
  margin-right: 0;
}
.become-partner .how-much-earn span {
  display: block;
}
.become-partner .how-much-earn .price {
  font-size: 4.5rem;
  font-weight: bold;
  padding-bottom: 0.49em;
  margin-bottom: 0.49em;
  position: relative;
}
.become-partner .how-much-earn .price::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 4px;
  width: 30px;
  background-color: #3b3b3b;
}
.become-partner .how-much-earn .plan {
  font-size: 1.4rem;
  line-height: 1.2;
}
.become-partner .nc-main-faq ul {
  margin-bottom: 5em;
}
.become-partner .nc-main-faq .btn {
  color: #ffffff;
  width: 210px;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.no-touch .become-partner .nc-main-faq .btn:hover {
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .become-partner .how-much-earn ul {
    width: 700px;
    max-width: 100%;
    margin: 4.6em auto 0;
  }
  .become-partner .how-much-earn li {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 4em;
  }
  .become-partner .how-much-earn li:nth-of-type(3n) {
    margin-right: 0;
  }
  .become-partner .how-much-earn li:nth-of-type(4) {
    margin-left: 17%;
  }
  .become-partner .how-much-earn li:nth-of-type(5) {
    margin-right: 17%;
  }
  .become-partner .how-much-earn li:nth-of-type(4), .become-partner .how-much-earn li:nth-of-type(5) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .become-partner .how-it-works li {
    display: block;
    width: 400px;
    max-width: 100%;
    margin: 0 auto 4em;
    padding-top: 0;
    padding-left: 90px;
    float: none;
    text-align: left;
  }
  .become-partner .how-it-works li:last-of-type {
    margin: 0 auto 3em;
  }
  .become-partner .how-it-works li::before {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 2.8rem;
    text-align: center;
  }
  .become-partner .how-it-works li::after {
    display: none;
  }
}
@media only screen and (max-width: 520px) {
  .become-partner .how-much-earn ul {
    margin-top: 3em;
  }
  .become-partner .how-much-earn li {
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 4em;
  }
  .become-partner .how-much-earn li:nth-of-type(3n) {
    margin-right: 4%;
  }
  .become-partner .how-much-earn li:nth-of-type(2n) {
    margin-right: 0;
  }
  .become-partner .how-much-earn li:nth-of-type(4) {
    margin-left: 0;
  }
  .become-partner .how-much-earn li:nth-of-type(5) {
    margin-left: 26%;
  }
  .become-partner .how-much-earn .price {
    font-size: 4rem;
  }
}

.affiliate-form form, .affiliate-form .affwp-errors {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.affiliate-form .sub-key-info::before {
  content: 'We use Paypal to pay our affiliates';
  text-transform: none;
}

.affwp-errors, .affwp-notice {
  border: none;
}
.affwp-errors p, .affwp-notice p {
  padding: 0;
}

#affwp-affiliate-dashboard-tabs {
  margin: 0 auto 2.6em !important;
  padding-bottom: 16px !important;
  box-shadow: inset 0 -1px 0 #e0e0e0;
}
#affwp-affiliate-dashboard-tabs::after {
  clear: both;
  content: "";
  display: table;
}
#affwp-affiliate-dashboard-tabs li {
  padding: 0 !important;
  float: left;
}
#affwp-affiliate-dashboard-tabs a {
  color: #444444;
}
#affwp-affiliate-dashboard-tabs .active a {
  color: #ffffff;
  background-color: #ec5297;
  box-shadow: 0 2px 19px rgba(236, 82, 151, 0.7);
}

.nc-affiliate-dshboard .ref-url {
  display: block;
  color: #766dcc;
}

#affwp-affiliate-dashboard-creatives .affwp-creative-desc {
  font-weight: bold;
}

#affwp-login-form input[type="text"], #affwp-login-form input[type="password"] {
  width: 100%;
}

#affwp-affiliate-dashboard-creatives pre {
  width: 100%;
  max-width: 100%;
  background-color: #ededed;
  border: 1px solid #e0e0e0;
  padding: 1em;
  overflow: hidden;
}
#affwp-affiliate-dashboard-creatives pre code {
  max-width: 100%;
  word-wrap: break-word;
  line-height: 1.5;
  font-size: 1.4rem;
}

.affwp-creative {
  margin-bottom: 3.4em;
}
.affwp-creative p {
  margin-bottom: 1.2em;
}
.affwp-creative pre {
  padding: 0 !important;
}
.affwp-creative code {
  margin: 0 !important;
  background-color: transparent !important;
  color: #949494 !important;
}
.affwp-creative code * {
  color: #949494 !important;
}

#affwp-affiliate-dashboard-profile .affwp-payment-email-wrap input[type="email"] {
  display: block;
  height: 50px;
  width: 400px;
  max-width: 100%;
  padding: 0 18px;
}
#affwp-affiliate-dashboard-profile .nc-enable-notification {
  padding-top: 13px;
}
#affwp-affiliate-dashboard-profile .nc-enable-notification input {
  margin-left: 0;
}
#affwp-affiliate-dashboard-profile .nc-enable-notification label {
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 0;
}
#affwp-affiliate-dashboard-profile input[type="submit"] {
  cursor: pointer;
  border: none;
  float: none;
  letter-spacing: 0;
}

#affwp-graphs-filter input[type="submit"] {
  display: block;
  width: 85px;
  margin-top: 1em;
  font-size: 1.5rem;
  height: 35px;
  font-size: 1.7rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  font-weight: 700;
  color: #ffffff;
  -webkit-transition: background-color 0.2s, -webkit-transform 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, -moz-transform 0.2s, border-color 0.2s;
  transition: background-color 0.2s, transform 0.2s, border-color 0.2s;
  background-color: #766dcc;
  box-shadow: 0 2px 20px rgba(118, 109, 204, 0.3);
  border-radius: 3px;
}
.no-touch #affwp-graphs-filter input[type="submit"]:hover {
  background-color: #8178d0;
}

#affwp-graphs-filter .tablenav > select {
  display: block;
}

#affwp-graphs-filter select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  -ms-appearance: menulist;
  -o-appearance: menulist;
  appearance: menulist;
}

#affwp-date-range-options {
  margin-top: 1em;
}

#affwp-affiliate-dashboard-visits td {
  overflow: hidden;
}

/* -------------------------------- 

App - projects window
-------------------------------- */
/* -------------------------------- 

App - projects dropdown in main nav
-------------------------------- */
/* -------------------------------- 

Manage Projects
-------------------------------- */
.manage-projects {
  max-width: 600px;
}
.manage-projects .create-project {
  display: inline-block;
  color: #766dcc;
  font-size: 1.8rem;
  margin-top: 15px;
}
.no-touch .manage-projects .create-project:hover {
  text-decoration: underline;
}

.projects-list li {
  margin-bottom: 17px;
  position: relative;
  background-color: #e0e0e0;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border-radius: 3px;
}
.no-touch .projects-list li:hover {
  background-color: #ededed;
}
.projects-list li .save-edit-btns {
  display: none;
}
.projects-list li.edit-mode .save-edit-btns {
  display: block;
}
.projects-list li.edit-mode .edit-btns {
  display: none;
}
.projects-list li.changing .loader {
  display: block;
}
.projects-list input {
  display: block;
  background-color: transparent;
  font-size: 2rem !important;
  height: 60px !important;
  padding: 0 145px 0 23px !important;
  border-color: transparent !important;
  cursor: pointer;
  box-shadow: none !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.projects-list input:focus {
  border-color: transparent !important;
}
.projects-list input:read-write {
  background-color: #ffffff;
  border-color: #e0e0e0 !important;
  cursor: auto;
}
.projects-list .edit-btns, .projects-list .save-edit-btns {
  position: absolute;
  right: 23px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.projects-list .edit-btns::after, .projects-list .save-edit-btns::after {
  clear: both;
  content: "";
  display: table;
}
.projects-list .edit-btns a, .projects-list .save-edit-btns a {
  float: right;
}
.projects-list .edit-btns .nc-image-replace, .projects-list .save-edit-btns .nc-image-replace {
  display: inline-block;
  height: 16px;
  width: 16px;
  background: url(../img/icons-manage-prj.svg) no-repeat 0 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  margin-left: 17px;
}
.projects-list .edit-btns .nc-image-replace:last-of-type, .projects-list .save-edit-btns .nc-image-replace:last-of-type {
  margin-left: 0;
}
.projects-list .edit-btns .nc-image-replace.edit, .projects-list .save-edit-btns .nc-image-replace.edit {
  background-position: -48px 0;
}
.projects-list .edit-btns .nc-image-replace.cancel, .projects-list .save-edit-btns .nc-image-replace.cancel {
  background-position: -32px 0;
  margin-top: 7px;
}
.projects-list .edit-btns .nc-image-replace.trash, .projects-list .save-edit-btns .nc-image-replace.trash {
  background-position: -16px 0;
}
.no-touch .projects-list .edit-btns .nc-image-replace:hover, .no-touch .projects-list .save-edit-btns .nc-image-replace:hover {
  opacity: 1;
}
.projects-list .edit-btns .btn, .projects-list .save-edit-btns .btn {
  box-shadow: none;
  text-transform: uppercase;
  font-size: 1.2rem;
  height: 30px;
  line-height: 30px;
  width: 80px;
  letter-spacing: 1px;
}
.projects-list .loader {
  position: absolute;
  right: -40px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

.overlay-popup.alert-msg .popup-footer {
  padding-top: 1.2em;
}
.overlay-popup.alert-msg .popup-footer::after {
  clear: both;
  content: "";
  display: table;
}
.overlay-popup.alert-msg .popup-footer .btn {
  padding: 0;
  width: 48%;
  float: left;
  box-shadow: none;
}
.overlay-popup.alert-msg em {
  font-weight: bold;
}
.overlay-popup.alert-msg .confirm-delete {
  background-color: #dc4141;
  margin-left: 4%;
}
.no-touch .overlay-popup.alert-msg .confirm-delete:hover {
  background-color: #e05757;
}
@media only screen and (max-width: 520px) {
  .overlay-popup.alert-msg .popup-footer .btn {
    font-size: 1.4rem;
  }
}

.actual-project {
  position: relative;
  width: 100%;
  height: 50px;
  background-color: whitesmoke;
  color: #444444;
  padding-left: 3vw;
}
.actual-project > div {
  display: inline-block;
  position: relative;
}
.actual-project .actual-name {
  display: inline-block;
  line-height: 50px;
  font-size: 1.4rem;
  position: relative;
  padding-right: 15px;
  cursor: pointer;
}
.actual-project .actual-name::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 4px;
  width: 8px;
  background: url(../img/icon-arrow-down-dark.svg) no-repeat center center;
}
.actual-project .actual-name.only-prj {
  cursor: auto;
}
.actual-project .actual-name.only-prj::after {
  display: none;
}
.actual-project .nav-subnav {
  z-index: 2;
  top: calc(100% - 5px);
  left: -11px;
  width: 200px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media only screen and (max-width: 1024px) {
  .actual-project {
    padding-left: 5vw;
  }
  .actual-project .nav-subnav {
    left: 5vw;
  }
}
@media only screen and (max-width: 520px) {
  .actual-project {
    display: none;
  }
}

.prj-save-theme {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  width: 100%;
  padding: 6px 0;
  border-radius: 3px;
  border: 1px solid #2e2e2e;
  margin-top: 10px;
  color: #444444;
  text-align: center;
  -webkit-transition: border-color 0.2s, color 0.2s;
  -moz-transition: border-color 0.2s, color 0.2s;
  transition: border-color 0.2s, color 0.2s;
  cursor: not-allowed;
}
.prj-save-theme::after {
  content: '';
  position: absolute;
  top: -6px;
  right: -6px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #766dcc;
  border: 2px solid #212121;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}
.prj-save-theme::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 94px;
  height: 16px;
  width: 16px;
  background: url(../img/icon-loader-static.svg) no-repeat center center;
  -webkit-animation: nc-rotate 0.5s linear infinite;
  -moz-animation: nc-rotate 0.5s linear infinite;
  animation: nc-rotate 0.5s linear infinite;
  display: none;
}
.prj-save-theme.updated {
  color: #ffffff;
  cursor: pointer;
}
.prj-save-theme.updated::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.no-touch .prj-save-theme.updated:hover {
  border-color: #474747;
}
.prj-save-theme.saving {
  color: transparent;
}
.prj-save-theme.saving::before {
  display: block;
}

@-webkit-keyframes nc-rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes nc-rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes nc-rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* -------------------------------- 

Free icons page
-------------------------------- */
.free-icons-page .nc-tagline .btn {
  width: auto;
  padding: 0 23px;
}

/* -------------------------------- 

admin only - check to select multiple icons
-------------------------------- */
.admin-check-no-filter {
  width: 100% !important;
  padding: 0 17px;
}
.admin-check-no-filter input {
  position: relative !important;
  opacity: 1 !important;
}

/* -------------------------------- 

unlock icons page

-------------------------------- */
.unlock-icons::after {
  clear: both;
  content: "";
  display: table;
}
.unlock-icons > section {
  width: 50%;
  float: right;
  padding-bottom: 0;
  margin-bottom: 0;
  max-width: none !important;
  min-height: 100vh;
}
.unlock-icons .sign-up-left {
  position: fixed;
  height: 100%;
  width: 50%;
  top: 0;
  left: 0;
  text-align: center;
}
.unlock-icons .sign-up-left a {
  display: table;
  height: 100%;
  width: 100%;
  background: #ededed;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
.unlock-icons .sign-up-left a span {
  display: table-cell;
  vertical-align: middle;
}
.no-touch .unlock-icons .sign-up-left a:hover {
  background: #d4d4d4;
}
.no-touch .unlock-icons .sign-up-left a:hover svg {
  -webkit-animation: arrow-translate 0.4s;
  -moz-animation: arrow-translate 0.4s;
  animation: arrow-translate 0.4s;
}
.unlock-icons .rcp_lost_password {
  display: none;
}
.unlock-icons b {
  display: block;
  color: #949494;
  text-align: center;
}
.unlock-icons em {
  display: block;
  font-size: 4rem;
  text-align: center;
  margin: 0.35em 0;
  font-family: "futura-pt", "Roboto", "Helvetica Neue", Helvetica, sans-serif;
}
.unlock-icons .log-in-right em {
  margin-bottom: 1.3em;
}
.unlock-icons .log-in-right {
  display: table;
}
.unlock-icons .log-in-right .wrapper {
  display: table-cell;
  vertical-align: middle;
}
.unlock-icons .split-home-logo {
  position: fixed;
  z-index: 3;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 130px;
  width: 130px;
  border-radius: 50%;
  background: #212121;
  box-shadow: 0 9px 40px rgba(0, 0, 0, 0.3);
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  -webkit-animation: split-logo-bounce 0.8s 0.4s;
  -moz-animation: split-logo-bounce 0.8s 0.4s;
  animation: split-logo-bounce 0.8s 0.4s;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}
.no-touch .unlock-icons .split-home-logo:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.unlock-icons .split-home-logo img {
  display: block;
  margin: 35px auto 35px;
}
@media only screen and (max-width: 1100px) {
  .unlock-icons .split-home-logo {
    height: 60px;
    width: 60px;
  }
  .unlock-icons .split-home-logo img {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    margin: 0 auto;
  }
}
@media only screen and (max-width: 950px) {
  .unlock-icons > section {
    width: 100%;
  }
  .unlock-icons .sign-up-left {
    position: relative;
    width: 100%;
    min-height: 0;
    float: none;
  }
  .unlock-icons .sign-up-left a {
    padding: 8em 5%;
  }
  .unlock-icons .log-in-right {
    min-height: 0;
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    transform: translateY(-60px);
  }
  .unlock-icons .log-in-right .nc-center {
    padding-bottom: 0;
  }
  .unlock-icons .split-home-logo {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
  }
}
@media only screen and (max-width: 520px) {
  .unlock-icons .sign-up-left a {
    padding: 4em 5%;
  }
}

@-webkit-keyframes arrow-translate {
  0% {
    -webkit-transform: translateX(0);
  }
  30% {
    -webkit-transform: translateX(3px);
  }
  60% {
    -webkit-transform: translateX(-3px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes arrow-translate {
  0% {
    -moz-transform: translateX(0);
  }
  30% {
    -moz-transform: translateX(3px);
  }
  60% {
    -moz-transform: translateX(-3px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes arrow-translate {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  30% {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px);
  }
  60% {
    -webkit-transform: translateX(-3px);
    -moz-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    -o-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes split-logo-bounce {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
  }
  40% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
@-moz-keyframes split-logo-bounce {
  0% {
    -moz-transform: translateX(-50%) translateY(-50%) scale(0);
  }
  40% {
    -moz-transform: translateX(-50%) translateY(-50%) scale(1.1);
  }
  100% {
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
@keyframes split-logo-bounce {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0);
    -o-transform: translateX(-50%) translateY(-50%) scale(0);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }
  40% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1.1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1.1);
    transform: translateX(-50%) translateY(-50%) scale(1.1);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
/* -------------------------------- 
 
 discount page

-------------------------------- */
.students-discount {
  background: #212121;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.students-discount p {
  width: 90%;
  max-width: 600px;
  margin: 1.6em auto 2.4em !important;
}
