@import url(http://www.csshero.org/wp-content/themes/dingo/assets/css/bootstrap.min.css);
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
}
*:focus {
  outline: none !important;
}
.anim {
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  transition: all 600ms ease;
  transition-timing-function: cubic-bezier(0.075,0.82,0.165,1);
}
.anim2 {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
html {
  font-size: 14px;
}
html.noscroll {
  overflow: hidden;
}
#download-animator {
  background: white;
  width: 500px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(43,50,57,0.2);
  text-align: center;
}
#download-animator input[type="text"] {
  width: 100%;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid rgba(64,71,75,0.1);
}
#download-animator .wysija-submit {
  display: block;
  margin: 0 auto;
  background: #8f77ff;
  border: none;
  border-radius: 3px;
  color: white;
  text-align: center;
  width: 200px;
  padding: 10px;
}
_::-webkit-:host:not(:root:root),
.dark-block .area-icon:before {
  display: none;
}
body kbd {
  display: inline-block;
  border: 1px solid rgba(64,71,75,0.1);
  color: #89949b;
  padding: 0 5px;
  text-align: center;
  min-width: 30px;
  background: white;
}
.page-template-template-renew-your-plan .alert {
  display: none !important;
}
.alert {
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 10px;
  z-index: 88;
}
.alert .icon {
  background: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: relative;
  box-shadow: 1px 1px 12px rgba(0,0,0,0.3);
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.alert .icon:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: #ff4000;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.alert .icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -9px -8px;
}
.alert .icon svg g * {
  fill: #2c23a5;
}
.alert .icon:hover {
  box-shadow: 1px 1px 22px rgba(0,0,0,0.4);
}
.alert.hasNOmsgs {
  display: none;
}
.alert .messages {
  position: absolute;
  bottom: 50%;
  left: 60px;
  margin-bottom: -20px;
  border-radius: 3px;
  background: rgba(28,30,31,0.9);
  padding-right: 30px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  white-space: nowrap;
  display: none;
}
.alert .messages.hid {
  opacity: 0;
  left: 55px;
}
.alert .messages .message {
  padding: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.alert .messages .message:last-of-type {
  border-bottom: none;
}
.alert .messages .message .pricey {
  color: #2a8dff;
}
.alert .messages .act {
  border: none;
  padding: 10px 15px;
  border-radius: 2px;
  background: #2a8dff;
  color: white;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  display: inline-block;
  margin: 0 0 0 5px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.alert .messages .act:hover {
  background: #65dfb2;
  color: #40474b;
  text-decoration: none;
}
.alert .messages p {
  margin: 0;
  display: inline-block;
}
.alert .messages .grab {
  color: #ff4000;
}
.alert .messages .close-alert {
  position: absolute;
  width: 30px;
  height: 100%;
  border-left: 1px solid rgba(255,255,255,0.1);
  right: 0;
  top: 0;
  cursor: pointer;
}
.alert .messages .close-alert:hover svg {
  opacity: .6;
}
.alert .messages .close-alert svg {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  right: 10px;
  opacity: .3;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.alert .messages .close-alert svg g * {
  fill: white;
}
.alert .messages:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid rgba(28,30,31,0.9);
  position: absolute;
  bottom: 15px;
  left: -5px;
}
.clear {
  clear: both;
}
html body * {
  text-rendering: optimizeLegibility;
}
html body {
  background: white;
  color: #89949b;
  display: block !important;
  font-size: 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #40474b;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: #5da8ff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
a:hover {
  color: #2a8dff;
}
.minititles {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.container.no-gutter,
.container-fluid.no-gutter {
  padding: 0;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-center .subpar,
.text-center .title {
  margin-left: auto;
  margin-right: auto;
}
.text-center .navbar-brand {
  float: none;
}
.promo_body_enabled #content {
  margin-top: 47px;
}
.promo-head {
  text-align: center;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  transition: all 600ms ease;
  transition-timing-function: cubic-bezier(0.075,0.82,0.165,1);
  padding: .5rem 0;
  position: relative;
  overflow: hidden;
  background: #ff5350;
  top: -2rem;
}
.promo-head .btn.grab_deal {
  display: inline-block;
  background: white;
  color: #ff5350 !important;
  padding: 10px !important;
  line-height: 1 !important;
  letter-spacing: 0;
}
.promo-head .btn.grab_deal:hover {
  background-color: rgba(255,255,255,0.8);
}
.promo-head p {
  margin: 0;
  color: white;
}
.promo {
  background: #ff5350;
  color: white;
}
.promo .promo-title {
  color: white;
  font-size: 18px;
  font-weight: 700;
}
.promo_body_disabled .promo-head {
  display: none;
}
.promo_body #content {
  padding-top: 20px;
}
.knob {
  position: relative;
}
.knob > div {
  display: block !important;
  margin: 0 auto;
}
.knob .knob-v {
  position: absolute;
  top: 50%;
  line-height: 20px;
  margin-top: -10px;
  font-weight: 600;
  width: 100%;
  color: #2a8dff;
  text-align: center;
  font-size: 12px;
}
.knob .knob-v span {
  color: #89949b;
}
.card-sha {
  box-shadow: 0 1px 2px rgba(43,50,57,0.2);
}
.btn-sha {
  box-shadow: 0px 10px 20px rgba(0,0,0,0.15);
}
.pill {
  border-radius: 3px;
  padding: 3px 8px;
  border: 1px solid rgba(64,71,75,0.1);
}
a.pill {
  border-color: #2a8dff;
  color: #2a8dff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  display: inline-block;
}
a.pill:hover {
  background: #2a8dff;
  color: white;
  text-decoration: none;
}
a.pill.affiliate {
  border-color: #ba509a;
  color: #ba509a;
}
a.pill.affiliate:hover {
  background: #ba509a;
  color: white;
}
.req {
  color: rgba(137,148,155,0.7);
}
@media (min-width: 992px) {
  .vertical-align {
    display: flex;
    align-items: center;
  }
}
.feature {
  padding-right: 10px;
  margin-bottom: 5vh;
}
@media (max-width: 992px) {
  .feature {
    min-height: auto;
  }
}
@media (min-width: 992px) {
  .feature {
    min-height: 120px;
  }
}
.feature h4 {
  position: relative;
  font-size: 1.2rem;
}
.feature h4 svg {
  position: absolute;
  left: -30px;
  top: 2px;
}
.feature h4 svg g * {
  fill: #2a8dff;
}
.title {
  display: block;
  max-width: 500px;
  width: 50%;
  font-weight: 300;
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
}
.title.full {
  width: 100%;
  max-width: 1000px;
}
.title.fat {
  font-weight: 800;
  font-size: 3rem;
  line-height: 1.2;
}
.title .inspector,
.title .animator {
  text-transform: uppercase;
  font-style: italic;
  color: #65dfb2;
}
.title .animator {
  color: #8f77ff;
}
.smaller {
  font-size: 24px;
  font-weight: 400;
}
.subpar {
  font-weight: 500;
  max-width: 600px;
  width: 60%;
  font-size: 1.3rem;
  margin-bottom: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.subpar.full {
  width: 100%;
  max-width: 800px;
}
.subpar a {
  border-bottom: 1px solid transparent;
}
.subpar a:hover {
  border-color: #2a8dff;
  text-decoration: none;
}
.subpar .pill {
  padding: 0 4px;
}
.head-gradient {
  background: #5f40c3;
  background-image: linear-gradient(to top right,#5f40c3,#26dcce);
}
.anim_gradient {
  background-image: linear-gradient(to right,#6f51d0,#51d2c8);
}
.full_anim_gradient {
  background-image: url(http://i.imgur.com/S8iouKm.jpg), linear-gradient(to right,#6f51d0,#51d2c8);
  background-blend-mode: overlay;
}
.text-sha {
  text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.hero-select {
  position: relative;
}
.hero-select:after,
.hero-select:before {
  content: '';
  width: 110%;
  height: 110%;
  border: 1px solid #5da8ff;
  position: absolute;
  top: -5%;
  left: -5%;
}
.hero-select:after {
  top: calc(-5% - 20px);
  background: #5da8ff;
  border: none;
  width: auto;
  text-shadow: none;
  height: 20px;
  left: -5%;
  content: 'Page Header Area';
  color: white;
  font-size: 10px;
  font-family: arial;
  line-height: 20px;
  padding: 0 10px;
}
.avatar {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.input-group-addon {
  background: #f0f3f5;
  color: #89949b;
}
.form-control,
.input-group-addon {
  border-color: #dcdfe1;
}
.btn {
  margin: 1rem;
  margin-left: 0;
  border-radius: 3px;
  border-color: transparent;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
}
.btn:not(.btn-standard-padding) {
  padding: 1.2rem 3rem;
}
.btn svg * {
  fill: white;
}
.btn.btn-login {
  border-color: transparent !important;
  text-transform: capitalize;
}
.btn.btn-primary {
  background: #449bff;
}
.btn.btn-primary.fluo {
  background-image: linear-gradient(to top right,#42cdda,#2a8dff);
  border: none;
}
.btn.btn-primary:not(.no-sha) {
  box-shadow: 0px 10px 20px rgba(0,0,0,0.15);
}
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary:visited {
  border-color: transparent;
}
.btn.btn-primary:hover {
  background-color: #2a8dff;
  box-shadow: 0 5px 10px rgba(0,0,0,0.15);
  border-color: transparent;
}
.btn.btn-primary.inspector {
  background: #3bd69d;
}
.btn.btn-primary.inspector:hover {
  background: #65dfb2;
}
.btn.btn-primary.btn-affiliate {
  background-color: #ba509a;
}
.btn.btn-primary.animator {
  background: #8f77ff;
}
.btn.btn-primary.animator:hover {
  background: #a491ff;
}
.btn.btn-secondary {
  border-color: #2a8dff;
  color: #2a8dff;
  background: transparent;
}
.btn.btn-secondary:active {
  background: transparent !important;
}
.btn.btn-secondary.inspector {
  border-color: #65dfb2;
  color: #65dfb2;
}
.btn.btn-secondary.inspector svg g * {
  fill: #65dfb2;
}
.btn.btn-secondary.animator {
  border-color: #8f77ff;
  color: #8f77ff;
}
.btn.btn-secondary.animator svg g * {
  fill: #8f77ff;
}
.btn:active {
  position: relative;
  top: 1px;
}
.btn.btn-icon {
  position: relative;
  padding-left: 4rem;
}
.btn.btn-icon.btn-standard-padding {
  padding-left: 3rem;
}
.btn.btn-icon.btn-standard-padding svg {
  left: 1rem;
}
.btn.btn-icon svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.5rem;
}
.card {
  padding: 20px;
  border-radius: 3px;
  border: 1px solid rgba(64,71,75,0.1);
}
.download-versions,
ol.table,
ul.table {
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64,71,75,0.1);
  list-style: none;
  padding: 0;
  margin: 0;
}
.download-versions li,
ol.table li,
ul.table li {
  padding: 1vw;
  border-bottom: 1px solid rgba(64,71,75,0.1);
}
.download-versions li p,
ol.table li p,
ul.table li p {
  margin: 0;
}
.download-versions li:last-of-type,
ol.table li:last-of-type,
ul.table li:last-of-type {
  border: none;
}
.download-versions .right,
ol.table .right,
ul.table .right {
  float: right;
}
.area-icon {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
}
.area-icon svg g * {
  stroke: #1582ff;
}
.area-icon.affiliate svg g * {
  stroke: #742cd2;
}
.area-icon.affiliate:before {
  background: linear-gradient(to top right,#742cd2,#ff7461);
}
.area-icon.inspector svg g * {
  stroke: #65dfb2;
}
.area-icon.inspector:before {
  background: linear-gradient(to top right,#65dfb2,#3da0c5);
}
.area-icon.animator svg g * {
  stroke: #8f77ff;
}
.area-icon.animator:before {
  background: linear-gradient(to top right,#8f77ff,#c9ecff);
}
.container-fluid {
  padding: 0;
}
.container-fluid.semi-fluid {
  padding: 0 5vw;
}
.bordered {
  box-shadow: 0 1px 0 0 rgba(64,71,75,0.1);
}
.bg {
  background-color: #f0f3f5;
}
.dark {
  background-color: #40474b;
}
.dark.inspector {
  background: #65dfb2;
}
.dark.animator {
  background: #8f77ff;
}
.site-content .block:first-of-type {
  padding-top: calc(10vh + 63px);
}
.site-content .block.half-top:first-of-type {
  padding-top: calc(5vh + 63px);
}
.site-content .block.no-top:first-of-type {
  padding-top: 63px;
}
.block {
  padding: 10vh 0;
}
.block.no-top {
  padding-top: 0;
}
.block.no-bottom {
  padding-bottom: 0;
}
.block.half-top {
  padding-top: 5vh;
}
.block.half-bottom {
  padding-bottom: 5vh;
}
.pre-footer {
  background: #f0f3f5;
  border-top: 1px solid rgba(64,71,75,0.1);
  position: relative;
  z-index: 112;
}
.pre-footer a {
  color: #89949b;
  border-bottom: 1px solid rgba(64,71,75,0.1);
}
.pre-footer a:hover {
  color: #2a8dff;
  border-color: #2a8dff;
  text-decoration: none;
}
.pre-footer svg g * {
  stroke: #576167;
}
.pre-footer p {
  font-size: 16px;
  display: inline-block;
  margin: 0 0 0 20px;
}
.dark-block {
  color: #9c9fa1;
}
.dark-block .req {
  color: rgba(156,159,161,0.7);
}
.dark-block .pill {
  border-color: rgba(156,159,161,0.7);
}
.dark-block a.pill {
  border-color: #2a8dff;
}
.dark-block a.pill:hover {
  color: #40474b;
}
.dark-block .pill.inspector {
  border-color: #65dfb2;
  color: #65dfb2;
}
.dark-block .pill.inspector:hover {
  background-color: #65dfb2;
}
.dark-block .sharer.outlined .share-count {
  color: rgba(255,255,255,0.6);
}
.dark-block .sharer.outlined a {
  border-color: rgba(255,255,255,0.2);
}
.dark-block .sharer.outlined svg g * {
  fill: rgba(255,255,255,0.6);
}
.dark-block .area-icon:before {
  mix-blend-mode: hue;
}
.dark-block .area-icon.animator svg g * {
  stroke: #8f77ff;
}
.dark-block .area-icon.inspector svg g * {
  stroke: #65dfb2;
}
.dark-block .area-icon.inspector:before {
  display: none;
}
.dark-block .area-icon svg g * {
  stroke: #3c97ff;
}
.dark-block h1,
.dark-block h2,
.dark-block h3,
.dark-block h4,
.dark-block h5,
.dark-block h6 {
  color: white;
}
.dark-block .subpar a {
  color: white;
}
.dark-block .subpar a:hover {
  border-color: white;
}
.dark-block .btn.btn-primary {
  box-shadow: 0px 10px 20px rgba(0,0,0,0.35);
  color: #292d2f;
  font-weight: 600;
}
.dark-block .btn.btn-primary svg g * {
  fill: #40474b;
}
.colored-block {
  color: rgba(255,255,255,0.7);
}
.colored-block h1,
.colored-block h2,
.colored-block h3,
.colored-block h4,
.colored-block h5,
.colored-block h6 {
  color: white;
}
.colored-block .subpar {
  font-weight: 600;
}
.colored-block .subpar a {
  color: white;
}
.colored-block .subpar a:hover {
  border-color: white;
}
.colored-block .tweet-load {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
.colored-block .tweet-load .twe p {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.2);
}
.colored-block .tweet-load .twe .nm {
  color: rgba(255,255,255,0.7);
}
.colored-block .req {
  color: rgba(255,255,255,0.7);
}
.colored-block .btn.btn-secondary {
  border: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.7);
  color: white;
}
.colored-block .pill {
  border-color: rgba(255,255,255,0.4);
}
.colored-block a.pill {
  color: white;
}
.colored-block a.pill:hover {
  background-color: white;
  color: #40474b;
}
.colored-block .area-icon svg.glyph g * {
  fill: white;
  stroke: transparent;
}
.colored-block .area-icon svg.outline g * {
  stroke: white;
}
.colored-block .area-icon:before {
  display: none;
}
.navbar-toggler {
  background: white;
  float: right;
  position: relative;
  z-index: 999;
}
.navbar {
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  padding: 2rem 0;
  z-index: 12;
}
.navbar .dropdown .dropdown-toggle:after {
  margin-left: 8px;
}
.navbar .dropdown .dropdown-menu {
  background: white;
  width: 100%;
  border-radius: 1px;
  border: none;
  padding: 0;
  box-shadow: 0 1px 2px rgba(43,50,57,0.2);
  margin-top: 10px;
}
.navbar .dropdown .dropdown-menu:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid white;
  position: absolute;
  top: -5px;
  left: 18px;
}
.navbar .dropdown .dropdown-menu a {
  display: block;
  border-bottom: 1px solid rgba(64,71,75,0.1);
  color: #40474b !important;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 500;
}
.navbar .dropdown .dropdown-menu a:last-of-type {
  border: none;
  color: #89949b !important;
}
.navbar#tnav {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 99;
  min-height: 63px;
}
.navbar#tnav .mobi-col {
  position: static;
}
.navbar#tnav .mobi-col .navbar-toggler {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  max-height: 63px;
  border-radius: 0;
  font-size: 20px;
  padding: 0 20px;
  opacity: .9;
}
.navbar#tnav .btn {
  line-height: 33px;
  margin: 0 0 0 10px;
  box-shadow: none;
  color: white;
}
.navbar#tnav .top-buy {
  border-right: 1px solid rgba(255,255,255,0.2);
}
.navbar#tnav .top-buy .r-action {
  background: transparent;
  margin-right: 15px;
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,0.2);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.navbar#tnav .top-buy .r-action:hover {
  border-color: rgba(255,255,255,0.4);
}
.navbar#tnav .r-action:hover svg g * {
  fill: white;
}
.navbar#tnav .r-action svg {
  position: relative;
  top: 4px;
  margin-right: 5px;
}
.navbar#tnav .r-action svg g * {
  fill: rgba(255,255,255,0.7);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.navbar#tnav a:not(.btn) {
  color: rgba(255,255,255,0.7);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.navbar#tnav .current-menu-item a,
.navbar#tnav li a:hover {
  color: white;
  text-decoration: none;
}
.navbar#tnav .nav li {
  line-height: 33px;
}
.navbar .anchor-receiver {
  padding: 10px 0;
}
.navbar .anchor-receiver li {
  padding: 0 10px;
  cursor: pointer;
}
.navbar .navbar-brand {
  color: #40474b;
  font-size: 14px;
  font-weight: 500;
}
.navbar .navbar-brand svg {
  width: 100px;
  height: 20px;
  position: relative;
  top: 2px;
}
.navbar .navbar-brand svg g * {
  fill: white;
}
.navbar .nav li {
  display: inline-block;
}
.navbar .nav li a,
.navbar .nav li span {
  padding: 0 .4vw;
  display: block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.super-home-scene {
  position: relative;
}
.super-home-scene .hcur {
  position: absolute;
  top: 0;
  left: 0;
  border: 4px solid #2a8dff;
  width: 19px;
  height: 19px;
  z-index: 123;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  transition: all 600ms ease;
  transition-timing-function: cubic-bezier(0.075,0.82,0.165,1);
  margin: -38px 64px;
  border-radius: 50%;
  display: none;
}
.super-home-scene .hcur * {
  display: none !important;
}
.super-home-scene .hsizer {
  position: absolute;
  top: 299px;
  left: 30px;
  width: 270px;
  height: 27px;
  background: #d2dadd;
  border-radius: 3px;
  overflow: hidden;
}
.super-home-scene .hsizer .hvalue {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 60px;
  padding-left: 10px;
  background: white;
  line-height: 27px;
  font-size: 11px;
  color: #89949b;
  border: 1px solid #d2dadd;
  border-radius: 0 3px 3px 0;
}
.super-home-scene .hsizer .htrack {
  position: absolute;
  top: 12px;
  background: #e7ebee;
  height: 3px;
  width: 190px;
  left: 12px;
  border-radius: 8px;
}
.super-home-scene .hsizer .htrack span {
  width: 80px;
  background: #2a8dff;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  transition: all 600ms ease;
  transition-timing-function: cubic-bezier(0.075,0.82,0.165,1);
}
.super-home-scene .hsizer .htrack span:before {
  content: '';
  width: 13px;
  height: 13px;
  background: #2a8dff;
  border: 4px solid #d2dadd;
  position: absolute;
  top: -5px;
  right: 0;
  border-radius: 15px;
}
.scrolled {
  background: white;
  padding: 1rem 0;
}
.scrolled#tnav {
  background: #1d2022;
}
.scrolled#tnav .promo-head {
  top: -1rem;
}
.scrolled#tnav a:not(.btn) {
  color: #b6b8ba;
}
.scrolled#tnav li.current-menu-item a,
.scrolled#tnav li a:hover {
  color: white;
}
.scrolled#tnav .top-buy {
  border-right: 1px solid rgba(255,255,255,0.1);
}
.scrolled#tnav .top-buy .r-action {
  color: #2a8dff;
  border: none;
}
.scrolled#tnav .top-buy .r-action:hover {
  border-color: transparent;
  background: rgba(255,255,255,0.05);
}
.scrolled .navbar-brand svg {
  width: 100px;
  height: 20px;
  position: relative;
  top: 2px;
}
.scrolled .navbar-brand svg g * {
  fill: white;
}
.sharer {
  display: none;
}
.sharer.fixed {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
}
.sharer.transparent a {
  background: transparent;
}
.sharer.outlined a {
  background: transparent;
  border: 1px solid rgba(64,71,75,0.1);
  height: 24px;
}
.sharer.outlined a .share-count {
  color: rgba(64,71,75,0.4);
}
.sharer.outlined a:hover {
  border-color: transparent;
}
.sharer.outlined a:hover.facebook {
  background: #3b5998;
}
.sharer.outlined a:hover.twitter {
  background: #1dcaff;
}
.sharer.outlined a:hover.whatsapp {
  background: #39d264;
}
.sharer.outlined a:hover .share-count {
  color: white;
}
.sharer.outlined a:hover svg g * {
  fill: white;
}
.sharer.outlined svg g * {
  fill: #ddd;
}
.sharer svg g * {
  fill: white;
}
.sharer a {
  height: 22px;
  display: inline-block;
  font-weight: 700;
  color: white;
  font-size: 14px;
  line-height: 30px;
  position: relative;
  padding: 0 6px;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  transition: all 600ms ease;
  transition-timing-function: cubic-bezier(0.075,0.82,0.165,1);
  border-radius: 2px;
  margin-right: 5px;
}
.sharer a .share-count {
  color: white;
  position: relative;
  margin-left: 15px;
  top: -3px;
  font-size: 12px;
}
.sharer a:hover {
  text-decoration: none;
  opacity: 1;
}
.sharer .facebook {
  background: #3e5a96;
}
.sharer .facebook .share-count:empty:before {
  margin-left: -10px;
  content: 'Share';
}
.sharer .twitter {
  background: #5cadec;
}
.sharer .whatsapp {
  background: #39d264;
}
.sharer .whatsapp .share-count {
  margin-left: 5px;
}
.sharer .google-plus {
  background: #ff5252;
}
.sharer .wa_btn {
  color: white;
  position: relative;
  top: -3px;
  padding: 4px 8px 4px 22px;
  background: #dadcde url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE2IDE2IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRkZGRiIgZD0iTTguMTI5LDAuOTQ1Yy0zLjc5NSwwLTYuODcyLDMuMDc3LTYuODcyLDYuODczDQoJCQljMCwxLjI5OCwwLjM2LDIuNTEyLDAuOTg2LDMuNTQ5bC0xLjI0LDMuNjg4bDMuODA1LTEuMjE5YzAuOTg0LDAuNTQ0LDIuMTE2LDAuODU0LDMuMzIxLDAuODU0YzMuNzk1LDAsNi44NzEtMy4wNzUsNi44NzEtNi44NzENCgkJCVMxMS45MjQsMC45NDUsOC4xMjksMC45NDV6IE04LjEyOSwxMy41MzhjLTEuMTYyLDAtMi4yNDQtMC4zNDgtMy4xNDctMC45NDZsLTIuMTk4LDAuNzA1bDAuNzE1LTIuMTI0DQoJCQljLTAuNjg2LTAuOTQ0LTEuMDktMi4xMDMtMS4wOS0zLjM1NGMwLTMuMTU1LDIuNTY2LTUuNzIyLDUuNzIxLTUuNzIyczUuNzIxLDIuNTY2LDUuNzIxLDUuNzIyUzExLjI4MywxMy41MzgsOC4xMjksMTMuNTM4eg0KCQkJIE0xMS4zNTIsOS4zNzljLTAuMTc0LTAuMDk0LTEuMDItMC41NS0xLjE3OC0wLjYxNUMxMC4wMTQsOC43LDkuODk4LDguNjY2LDkuNzc1LDguODM3QzkuNjUyLDkuMDA3LDkuMzAxLDkuMzksOS4xOTMsOS41MDUNCgkJCUM5LjA4OCw5LjYxNyw4Ljk4NCw5LjYyOSw4LjgxMiw5LjUzM2MtMC4xNzEtMC4wOTYtMC43My0wLjMtMS4zNzgtMC45MjNjLTAuNTA0LTAuNDg0LTAuODM0LTEuMDcyLTAuOTMtMS4yNTINCgkJCWMtMC4wOTUtMC4xOCwwLTAuMjcxLDAuMDkxLTAuMzU0QzYuNjc3LDYuOTI4LDYuNzc4LDYuODA1LDYuODcsNi43MDZjMC4wOTEtMC4xLDAuMTI0LTAuMTcxLDAuMTg3LTAuMjg2DQoJCQljMC4wNjItMC4xMTUsMC4wMzgtMC4yMTgtMC4wMDMtMC4zMDhDNy4wMTIsNi4wMjMsNi42OTQsNS4xNDYsNi41NjEsNC43OUM2LjQyOCw0LjQzNCw2LjI4LDQuNDg2LDYuMTc3LDQuNDgyDQoJCQlDNi4wNzUsNC40NzksNS45NTgsNC40NTksNS44NDEsNC40NTZDNS43MjQsNC40NTEsNS41MzMsNC40ODcsNS4zNjYsNC42NTdjLTAuMTY3LDAuMTctMC42MzcsMC41NzYtMC42NjksMS40MzkNCgkJCXMwLjU2NSwxLjcyMiwwLjY0OCwxLjg0MWMwLjA4NCwwLjEyMSwxLjE0LDEuOTkxLDIuODk3LDIuNzYyYzEuNzU2LDAuNzcsMS43NjYsMC41MzQsMi4wODgsMC41MTgNCgkJCWMwLjMyMi0wLjAxOCwxLjA1NS0wLjM4NiwxLjIxNS0wLjc4OWMwLjE2Mi0wLjQwNSwwLjE3Ni0wLjc1NSwwLjEzNS0wLjgzMUMxMS42MzksOS41MjEsMTEuNTIzLDkuNDc1LDExLjM1Miw5LjM3OXoiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==);
  background-repeat: no-repeat;
  background-position: 4px 4px;
  opacity: 1;
}
.sharer .wa_btn:hover {
  opacity: .8;
  color: white;
}
body:not(.home):not(.page-template-template-developers):not(.single-theme):not(.page-template-template-inspector-pro):not(.page-template-template-animator):not(.page-template-template-affiliate):not(.single-hr_plugin) #tnav {
  background: white;
  padding: 1rem 0;
}
body:not(.home):not(.page-template-template-developers):not(.single-theme):not(.page-template-template-inspector-pro):not(.page-template-template-animator):not(.page-template-template-affiliate):not(.single-hr_plugin) #tnav#tnav {
  background: #1d2022;
}
body:not(.home):not(.page-template-template-developers):not(.single-theme):not(.page-template-template-inspector-pro):not(.page-template-template-animator):not(.page-template-template-affiliate):not(.single-hr_plugin) #tnav#tnav .promo-head {
  top: -1rem;
}
body:not(.home):not(.page-template-template-developers):not(.single-theme):not(.page-template-template-inspector-pro):not(.page-template-template-animator):not(.page-template-template-affiliate):not(.single-hr_plugin) #tnav#tnav a:not(.btn) {
  color: #b6b8ba;
}
body:not(.home):not(.page-template-template-developers):not(.single-theme):not(.page-template-template-inspector-pro):not(.page-template-template-animator):not(.page-template-template-affiliate):not(.single-hr_plugin) #tnav#tnav li.current-menu-item a,
body:not(.home):not(.page-template-template-developers):not(.single-theme):not(.page-template-template-inspector-pro):not(.page-template-template-animator):not(.page-template-template-affiliate):not(.single-hr_plugin) #tnav#tnav li a:hover {
  color: white;
}
body:not(.home):not(.page-template-template-developers):not(.single-theme):not(.page-template-template-inspector-pro):not(.page-template-template-animator):not(.page-template-template-affiliate):not(.single-hr_plugin) #tnav#tnav .top-buy {
  border-right: 1px solid rgba(255,255,255,0.1);
}
body:not(.home):not(.page-template-template-developers):not(.single-theme):not(.page-template-template-inspector-pro):not(.page-template-template-animator):not(.page-template-template-affiliate):not(.single-hr_plugin) #tnav#tnav .top-buy .r-action {
  color: #2a8dff;
  border: none;
}
body:not(.home):not(.page-template-template-developers):not(.single-theme):not(.page-template-template-inspector-pro):not(.page-template-template-animator):not(.page-template-template-affiliate):not(.single-hr_plugin) #tnav#tnav .top-buy .r-action:hover {
  border-color: transparent;
  background: rgba(255,255,255,0.05);
}
body:not(.home):not(.page-template-template-developers):not(.single-theme):not(.page-template-template-inspector-pro):not(.page-template-template-animator):not(.page-template-template-affiliate):not(.single-hr_plugin) #tnav .navbar-brand svg {
  width: 100px;
  height: 20px;
  position: relative;
  top: 2px;
}
body:not(.home):not(.page-template-template-developers):not(.single-theme):not(.page-template-template-inspector-pro):not(.page-template-template-animator):not(.page-template-template-affiliate):not(.single-hr_plugin) #tnav .navbar-brand svg g * {
  fill: white;
}
#content .formError .formErrorContent {
  background: #40474b;
  border: none;
  border-radius: 3px;
}
#content .at-resp-share-element .at-icon {
  max-width: 25px;
}
#content .at-resp-share-element .at-share-btn .at-icon-wrapper {
  max-width: 28px;
}
#content .at-resp-share-element .at-share-btn .at-label {
  padding-right: 10px;
}
#content .at-style-responsive .at-share-btn {
  padding: 0;
  border-radius: 3px !important;
}
.fixed-subnav.blog-fix-nav {
  background: #f0f3f5 !important;
  padding-top: 2vw;
  box-shadow: none !important;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: -2vw;
}
.fixed-subnav.blog-fix-nav.is-fixed {
  padding: 0;
}
.fixed-subnav.blog-fix-nav.is-fixed .blog-wrap {
  background: white;
  box-shadow: 0 0px 0 1px rgba(64,71,75,0.1);
  padding: 10px;
}
.fixed-subnav.blog-fix-nav.is-fixed .tit {
  opacity: 1;
}
.fixed-subnav.blog-fix-nav .blog-wrap {
  margin: 0 auto;
}
.fixed-subnav.blog-fix-nav .tit {
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #40474b;
  font-weight: 600;
}
.fixed-subnav.blog-fix-nav li a {
  border-radius: 3px;
  padding: 3px 8px;
  border: 1px solid rgba(64,71,75,0.1);
  border-color: transparent;
  margin: 0 2px;
}
.fixed-subnav.blog-fix-nav li a:hover,
.fixed-subnav.blog-fix-nav li.current-cat a {
  text-decoration: none;
  border-color: rgba(64,71,75,0.1);
  color: #40474b;
}
.blog-head {
  background: #1d2022;
  padding: calc(5vh + 63px) 0 5vh !important;
}
.blog-head span.fat {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
.blog-head span.fat a {
  color: #f0f3f5;
}
.blog-head span.fat a:hover {
  color: #2a8dff;
  text-decoration: none;
}
.blog-head.blog-head-single {
  padding: 83px 0 20px !important;
}
.blog-head .who_is_hero {
  width: 100%;
}
.blog-head .who_is_hero a {
  padding: 20px 10px 20px 0;
  background: rgba(255,255,255,0.1);
  border-radius: 3px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.15);
  max-width: 260px;
  float: right;
}
.blog-head .who_is_hero a:hover {
  background: rgba(255,255,255,0.05);
  text-decoration: none;
}
.blog-head .who_is_hero a:hover * {
  color: #2a8dff;
}
.blog-head .who_is_hero a:hover svg {
  border-color: #2a8dff;
}
.blog-head .who_is_hero a:hover svg * {
  fill: #2a8dff;
}
.blog-head .who_is_hero p {
  margin: 0;
  color: #9c9fa1;
}
.blog-head .who_is_hero .ico {
  width: 110px;
  text-align: center;
}
.blog-head .who_is_hero .ico svg * {
  fill: white;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-head .who_is_hero .ico svg {
  border: 3px solid white;
  border-radius: 50%;
  padding-left: 2px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-wrap {
  max-width: 860px;
}
.blog-wrap .area-icon:before {
  display: none;
}
.blog-wrap .area-icon svg g * {
  stroke: #89949b;
}
.blog-wrap .area-icon + .title {
  color: #89949b;
  font-size: 2rem;
}
.blog-contents .paginer {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-contents .paginer li {
  padding: 10px 0;
}
.blog-contents .paginer li a {
  background: white;
  padding: 30px 40px;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(43,50,57,0.2);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  min-width: 200px;
  text-align: center;
  display: inline-block;
}
.blog-contents .paginer li a:hover {
  text-decoration: none;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.15);
}
.blog-contents .container {
  padding-top: 3vw;
}
.blog-contents .archived-post article.blog-post {
  margin: 10px;
  top: 0;
}
.blog-contents .archived-post article.blog-post .fat.title {
  font-size: 1.75rem;
  font-weight: 800;
}
.blog-contents .archived-post article.blog-post .fat.title a {
  text-decoration: none;
}
.blog-contents .archived-post article.blog-post .feat-wrap {
  height: 70%;
}
.blog-contents .archived-post article.blog-post .feat-wrap .feat {
  max-height: 100%;
}
.blog-contents .archived-post article.blog-post .contents {
  padding: 30px;
  padding-top: 10vh;
}
.blog-contents .archived-post article.blog-post:hover {
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.blog-contents .post-comments {
  background: #f5f5f5;
  border-top: 1px solid rgba(64,71,75,0.1);
  padding: 5vw 10vw 10vw;
}
.blog-contents .blog-subscriber {
  margin: 0 auto 3vw;
  background: white;
  box-shadow: 0 1px 2px rgba(43,50,57,0.2);
  padding: 3vw;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
.blog-contents .blog-subscriber p {
  margin: 0;
}
.blog-contents .blog-subscriber input {
  padding: 5px;
  border-radius: 3px;
  background: white;
  border: 1px solid rgba(64,71,75,0.1);
}
.blog-contents .blog-subscriber .wysija-paragraph {
  width: 70%;
  float: left;
  padding-right: 10px;
}
.blog-contents .blog-subscriber .wysija-paragraph input {
  width: 100%;
}
.blog-contents .blog-subscriber .wysija-submit {
  width: 30%;
  background: #2a8dff;
  border-color: transparent;
  color: white;
}
.blog-contents .blog-subscriber label {
  display: none;
}
.blog-contents article.blog-post {
  background: white;
  margin: 0 auto 3vw;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 1px 2px rgba(43,50,57,0.2);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-contents article.blog-post .post-categories {
  border: none;
  text-align: center;
  margin: 0;
}
.blog-contents article.blog-post .post-categories li {
  border: none;
  display: inline;
  padding: 0 2px;
}
.blog-contents article.blog-post.blog-cat-tutorials .contents .cat a {
  background: #39d264;
}
.blog-contents article.blog-post.blog-cat-tutorials .contents .cat a:hover {
  border-color: #39d264;
  color: #39d264;
}
.blog-contents article.blog-post.blog-cat-tutorials .feat-wrap {
  background: linear-gradient(to top right,#2a8dff,#39d264);
}
.blog-contents article.blog-post.blog-cat-tutorials .contents .title a:hover {
  color: #39d264;
}
.blog-contents article.blog-post.blog-cat-tutorials .contents .post-contents .read-more a:hover {
  color: #39d264;
}
.blog-contents article.blog-post .feat-wrap {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: #285588;
  background: #5f40c3;
  background-image: linear-gradient(to top right,#5f40c3,#26dcce);
}
.blog-contents article.blog-post .feat-wrap:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top,white,rgba(255,255,255,0));
}
.blog-contents article.blog-post .meta {
  color: #a5adb2;
  margin-bottom: 20px;
}
.blog-contents article.blog-post .feat {
  height: 400px;
  background-size: cover;
  background-position: top center;
  filter: gray;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  opacity: .9;
  mix-blend-mode: screen;
}
.blog-contents article.blog-post.has-no-thumb .contents {
  padding-top: 5vw;
}
.blog-contents article.blog-post .contents {
  position: relative;
  z-index: 33;
  padding: 7.5vw 10vw;
}
.blog-contents article.blog-post .contents .title a {
  color: #40474b;
  text-decoration: underline;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-contents article.blog-post .contents .title a:hover {
  color: #2a8dff;
}
.blog-contents article.blog-post .contents .post-contents {
  font-size: 16.5px;
  font-weight: 300;
  text-align: center;
  line-height: 1.8;
}
.blog-contents article.blog-post .contents .post-contents .blog-subscriber {
  border-radius: 0;
  box-shadow: none;
  top: 0;
  margin: 5vw -10vw;
  width: calc(100% + 20vw);
  max-width: 10000px;
  background: #fdfdfd;
  border-top: 1px solid rgba(64,71,75,0.1);
  border-bottom: 1px solid rgba(64,71,75,0.1);
}
.blog-contents article.blog-post .contents .post-contents .read-more a {
  font-weight: 500;
  color: #40474b;
}
.blog-contents article.blog-post .contents .post-contents .read-more a:hover {
  color: #2a8dff;
}
.blog-contents article.blog-post .contents .post-contents.full {
  text-align: justify;
}
.blog-contents article.blog-post .contents .post-contents.full h1,
.blog-contents article.blog-post .contents .post-contents.full h2,
.blog-contents article.blog-post .contents .post-contents.full h3,
.blog-contents article.blog-post .contents .post-contents.full h4,
.blog-contents article.blog-post .contents .post-contents.full h5 {
  text-align: left;
}
.blog-contents article.blog-post .contents .post-contents.full > p:first-of-type {
  color: #40474b;
  font-size: 24px;
  display: block;
  margin: 0 -5vw 2vw;
  width: calc(100% + 10vw);
  max-width: 10000px;
  text-align: center;
}
.blog-contents article.blog-post .contents .cat a {
  background: #2a8dff;
  padding: 0px 10px;
  border-radius: 20px;
  color: white;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 10px;
  border: 2px solid transparent;
}
.blog-contents article.blog-post .contents .cat a:hover {
  text-decoration: none;
  color: #2a8dff;
  border-color: #2a8dff;
  background: transparent;
}
.ZZZblog-archive {
  background: #1d2022;
}
.ZZZblog-archive .category-grid {
  margin-top: 10vh;
}
.ZZZblog-archive .archived-post a {
  display: block;
  border-radius: 3px;
  padding: 20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #9c9fa1;
  margin: 10px;
  background: white;
  overflow: hidden;
}
.ZZZblog-archive .archived-post a .feat {
  height: 200px;
  background-position: center;
  width: 100%;
  background-size: cover;
  filter: gray;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  width: calc(100% + 40px);
  margin: -20px;
  margin-bottom: 20px;
}
.ZZZblog-archive .archived-post a .title {
  font-size: 18px;
  font-weight: 500;
}
.ZZZblog-archive .archived-post a:hover {
  text-decoration: none;
  background: rgba(255,255,255,0.04);
}
.ZZZblog-archive .archived-post a:hover .title {
  color: #65dfb2;
}
.floater {
  z-index: 22;
  background-image: linear-gradient(to left,rgba(255,255,255,0.5),rgba(255,255,255,0));
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 50%;
  transform: skewY(-20deg);
  mix-blend-mode: overlay;
  opacity: .6;
}
.floater:after,
.floater:before {
  content: '';
  position: absolute;
  top: -25%;
  left: 0;
  width: 50%;
  height: 50%;
  background-image: linear-gradient(to right,black,rgba(0,0,0,0.1));
}
.floater:after {
  top: 100%;
  left: auto;
  right: 0;
  height: 20%;
  background-image: linear-gradient(to left,black,rgba(0,0,0,0));
}
@-moz-document url-prefix() {
  .component-art .art .floater,
  .product-top .floater,
  .front-page-header .floater {
    mix-blend-mode: normal;
  }
  .component-art .art .floater:after,
  .component-art .art .floater:before,
  .product-top .floater:after,
  .product-top .floater:before,
  .front-page-header .floater:after,
  .front-page-header .floater:before {
    mix-blend-mode: overlay;
    background-image: linear-gradient(to right,rgba(0,0,0,0.4),rgba(0,0,0,0.05));
  }
  .component-art .art .floater:after,
  .product-top .floater:after,
  .front-page-header .floater:after {
    background-image: linear-gradient(to left,rgba(0,0,0,0.4),rgba(0,0,0,0));
  }
}
#content .se-nav {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: auto;
  border: 1px solid rgba(64,71,75,0.1);
  width: calc(100% - 2vw);
  margin: 1vw;
  background: rgba(255,255,255,0.75);
  border-radius: 3px;
  overflow: hidden;
  padding-bottom: 10px;
}
#content .se-nav.fixie {
  position: fixed;
  width: calc(25% - 2vw);
  top: 63px;
}
#content .se-nav b {
  display: none;
}
#content .se-nav h3 {
  margin: 0;
}
#content .se-nav h3:not(.hero-group-type-) {
  padding: 1px 10px 0 20px;
  cursor: pointer;
}
#content .se-nav h3:not(.hero-group-type-):hover {
  color: #2a8dff;
}
#content .se-nav h3.hero-group-type- {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px;
}
#content .se-nav h3.hero-group-type-:not(:first-of-type) {
  margin-top: 5px;
  border-top: 1px solid rgba(64,71,75,0.1);
}
.rm-styles-explorer {
  background: white;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
}
.rm-styles-explorer .notice {
  padding: 20px;
  border-bottom: 1px solid rgba(64,71,75,0.1);
}
.rm-styles-explorer .rm-grid h3.hero-group-type- {
  display: none;
}
.rm-styles-explorer .rm-grid h3.fixie {
  position: fixed;
  top: 63px;
  right: 0;
  width: 75%;
  z-index: 12;
}
.rm-styles-explorer .rm-grid h3.fixie + div {
  padding-top: 36px;
}
.rm-styles-explorer .csshero-style-preset-group {
  clear: both;
}
.rm-styles-explorer h3 {
  font-size: 14px;
  margin: 0;
  margin-left: 10px;
}
.rm-styles-explorer .rm-style-element {
  border-right: 1px solid rgba(64,71,75,0.1);
  border-bottom: 1px solid rgba(64,71,75,0.1);
  padding: 0;
}
.rm-styles-explorer .rm-style-element .csshero-style-el {
  margin: 20px;
}
.rm-styles-explorer .rm-style-element .csshero-style-el.stretch {
  margin: 0;
}
.rm-styles-explorer .rm-style-element .csshero-style-el.stretch .el_previewer {
  height: 200px;
  text-indent: -9999px;
  background-size: 50%;
}
.rm-styles-explorer .csshero-style-preset-group h3 {
  border-bottom: 1px solid rgba(64,71,75,0.1);
  font-size: 18px;
  padding-bottom: 0;
  margin: 0;
  background: #f0f3f5;
  padding: 10px 20px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  clear: both;
}
.rm-styles-explorer .csshero-style-preset-group h3 b {
  display: none;
}
.rm-styles-explorer .csshero-styles-in {
  display: block;
  text-align: center;
  clear: both;
  float: left;
  width: 100%;
  background: white;
}
.rm-styles-explorer .csshero-styles-in * {
  font-size: 12px !important;
}
.anchor-receiver .cur {
  color: #40474b;
}
.features-header {
  background: white;
  height: auto;
  position: relative;
}
.features-header .features-nav {
  position: absolute;
  z-index: 12;
}
.features-header .features-nav:not(.is-fixed) {
  top: auto !important;
  bottom: 0;
}
.feat-block {
  padding: 0;
  background: #e5e8e9;
  background: #f0f3f5;
}
.feat-block .art {
  min-height: 800px;
  position: relative;
}
.feat-block .art.history-art {
  background: #89949b;
}
.feat-block .det .subpar.devs {
  color: #b3babe;
}
.feat-block .det .subpar.devs .pill {
  margin-left: -3px;
}
.feat-block.dark-block {
  text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.feat-block.dark-block .det .subpar.devs {
  color: #828688;
}
.feat-block.dark-block .det .subpar.devs a {
  color: #2a8dff;
}
.feat-block.feat-fonts {
  background: #65dfb2;
  background-image: linear-gradient(to top right,#65dfb2,#5bc0de);
}
.feat-block.feat-fonts .art {
  min-height: 0;
  overflow: hidden;
}
.feat-block.feat-fonts .art .editor {
  margin-left: -155px;
}
.feat-block.feat-fonts .det {
  background: white;
  padding: 3vw 5vw;
}
@media (max-width: 992px) {
  .feat-block.feat-fonts .det {
    min-height: auto;
  }
}
@media (min-width: 992px) {
  .feat-block.feat-fonts .det {
    min-height: 800px;
  }
}
.feat-block.feat-fonts .feat-logos svg {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 8px;
  vertical-align: middle;
}
.feat-block.feat-fonts .feat-logos svg *,
.feat-block.feat-fonts .feat-logos svg g * {
  fill: #c0c6ca;
}
.feat-block.cross-color {
  background: white;
}
.feat-block.cross-color .art {
  overflow: hidden;
  background: #f0f3f5;
}
.feat-block.cross-color .art .editor-wrap {
  min-height: 500px;
}
.feat-block.cross-color .art .editor {
  height: 200px;
  margin-left: -155px;
}
.feat-block.cross-color .color-widget {
  padding: 20px;
  background: #1d2022;
  padding-bottom: 0;
  width: 330px;
  left: -10px;
  top: 200px;
  position: absolute;
  z-index: 24;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.15);
}
.feat-block.cross-color .color-map {
  background: linear-gradient(to bottom,#ff6161,#ffb061,#ffff61,#b0ff61,#61ff61,#61ffb0,#61ffff,#61b0ff,#6161ff,#b061ff,#ff61ff,#ff61b0,#ff6161);
  display: block;
  width: 50px;
  height: 200px;
}
.feat-block.cross-color .color-wheel {
  width: 200px;
  height: 225px;
  background: linear-gradient(to bottom right,white,#8f77ff);
  position: relative;
  overflow: hidden;
  margin-right: 10px;
}
.feat-block.cross-color .color-wheel:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,rgba(255,255,255,0),black);
}
.feat-block.cross-color .color-widget,
.feat-block.cross-color .color-map,
.feat-block.cross-color .color-wheel {
  display: inline-block;
  border-radius: 2px;
}
.feat-block.cross-color .stored-colors {
  margin: 10px -20px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  width: calc(100% + 40px);
  padding: 0;
  display: block;
  position: relative;
  height: 50px;
  padding-left: 100px;
  list-style: none;
  padding-right: 30px;
}
.feat-block.cross-color .stored-colors li.t {
  position: absolute;
  top: 0;
  line-height: 20px;
  height: 50px;
  line-height: 50px;
  color: #9c9fa1;
  left: 10px;
  font-size: 10px;
  padding-right: 10px;
  border-right: 1px solid rgba(255,255,255,0.1);
  text-transform: uppercase;
  font-weight: 600;
}
.feat-block.cross-color .stored-colors li:not(.t) {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: teal;
  margin: 6px 1px -6px 0;
  border-radius: 2px;
}
.feat-block.cross-color .stored-colors li:nth-child(2) {
  background: white;
}
.feat-block.cross-color .stored-colors li:nth-child(3) {
  background: #8f77ff;
}
.feat-block.cross-color .stored-colors li:nth-child(4) {
  background: #65dfb2;
}
.feat-block.cross-color .stored-colors li:nth-child(5) {
  background: #f0f3f5;
}
.feat-block.cross-color .stored-colors li:nth-child(6) {
  background: #2a8dff;
}
.feat-block.cross-color .stored-colors li:nth-child(7) {
  background: #ff3300;
}
.feat-block.cross-color .stored-colors li:nth-child(8) {
  background: orange;
}
.feat-block.cross-color .stored-colors li:nth-child(9) {
  background: white;
}
.feat-block.cross-color .stored-colors li:nth-child(10) {
  background: #b9f1dc;
}
.feat-block.cross-color .stored-colors li:nth-child(11) {
  background: #f0f3f5;
}
.feat-block.cross-color .stored-colors li:nth-child(12) {
  background: #3b11ff;
}
.feat-block.cross-color .stored-colors li:nth-child(13) {
  background: #90c4ff;
}
.feat-block.cross-color .stored-colors li:nth-child(14) {
  background: #f6faff;
}
.feat-block.cross-color .stored-colors li:nth-child(15) {
  background: yellow;
}
.feat-block.complex-css .art {
  background: #40474b;
  background-image: linear-gradient(to top left,#6422a1,#ffc57e);
}
.feat-block.complex-css .art .editor-wrap {
  min-height: 800px;
}
.feat-block.complex-css .art .editor {
  margin-left: -155px;
}
.feat-block.complex-css .det {
  width: 100%;
  background: white;
  padding: 3vw 5vw;
}
@media (max-width: 992px) {
  .feat-block.complex-css .det {
    min-height: auto;
  }
}
@media (min-width: 992px) {
  .feat-block.complex-css .det {
    min-height: 800px;
  }
}
.feat-block div.editor,
.feat-block div.herotoolbar {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  margin-left: -24px;
  z-index: 32;
}
.feat-block.inspector .det,
.feat-block.point-and-click .det {
  padding-left: 250px;
}
.feat-block.inspector .art,
.feat-block.point-and-click .art {
  background: #2a8dff;
  background-image: linear-gradient(to top right,#5da8ff,#2a8dff);
}
.feat-block.inspector .art .editor,
.feat-block.point-and-click .art .editor {
  left: auto;
  right: -155px;
}
.feat-block.inspector,
.feat-block.responsive {
  background: #40474b;
  background-image: linear-gradient(to top right,#343a3d,#111314);
}
.feat-block.readymade-styles {
  background: #f0f3f5;
  position: relative;
  overflow: hidden;
}
.feat-block.readymade-styles .art {
  min-height: 600px;
}
.feat-block.readymade-styles .art img {
  width: 654px;
  height: 420px;
  position: absolute;
  top: 50%;
  margin-top: -210px;
  right: -70px;
}
.feat-block.readymade-styles .det {
  padding: 0 5vw;
  position: relative;
  z-index: 23;
}
.feat-block.readymade-styles .det .area-icon:before {
  display: none;
}
.feat-block.responsive {
  overflow: hidden;
}
.feat-block.responsive .det {
  padding-left: 5vw;
  padding-right: 150px;
}
.feat-block.responsive .det h2,
.feat-block.responsive .det p {
  position: relative;
  z-index: 33;
}
.feat-block.responsive .herotoolbar {
  box-shadow: 0px 10px 20px rgba(0,0,0,0.15);
}
.feat-block.inspector .subpar a {
  color: #65dfb2;
}
.feat-block.inspector .subpar a:hover {
  border-color: #65dfb2;
}
.feat-block.inspector .art {
  background: #65dfb2;
  background-image: linear-gradient(to top right,#8fe8c7);
}
.feat-block .history {
  position: relative;
  background: white;
}
.feat-block .history .herotoolbar {
  right: 0;
  left: auto;
  margin-right: -24px;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.15);
}
.feat-block .history .det {
  padding-left: 5vw;
  min-height: 800px;
  padding-right: 350px;
}
.feat-block.footprint {
  background: white;
  border: 3vw solid #f0f3f5;
  padding: 3vw;
}
.feat-block.lock-in {
  background: #f0f3f5;
}
.feat-block.lock-in .det {
  padding: 0 5vw 0 8vw;
}
.feat-block.lock-in .art {
  background: #e7ecef;
}
.feat-block.lock-in .art > div {
  position: relative;
  right: -3vw;
}
.feat-block.lock-in .art > div .exporter {
  background: rgba(29,32,34,0.6);
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.feat-block.lock-in .art > div .exporter > div {
  width: 100%;
  color: white;
}
.feat-block.lock-in .art > div .exporter > div .btn {
  margin: 0 10px;
}
.feat-block.lock-in .art > div .exporter > div .btn.alt {
  background: #65dfb2;
}
.feat-block.lock-in .art pre {
  background: #40474b !important;
  margin: 0;
}
.feat-block.lock-in .art pre .line,
.feat-block.lock-in .art pre .line * {
  color: #2a8dff !important;
}
.feat-block.list .det {
  background: white;
  border: 3vw solid #f0f3f5;
  padding: 5vw;
  min-height: 0;
}
.feat-block.list .det.l-02 {
  background: #f8f9fa;
}
.feat-block.list .det.l-03 {
  background: #f0f3f5;
}
.mid-action p {
  font-size: 16px;
  margin: 0;
}
.orbit {
  border: 2px solid rgba(87,97,103,0.2);
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50%;
}
.orbit span {
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  margin: -3px -4px;
  background: #576167;
  border-radius: 50%;
}
.orbit span:before {
  content: '';
  width: 16px;
  height: 16px;
  border: 2px solid #89949b;
  top: 0;
  left: 0;
  margin: -5px;
  border-radius: 50%;
  display: block;
  opacity: .3;
}
.orbit span .device-icon {
  color: white;
  top: -110px;
  left: -38px;
  width: 80px;
  font-size: 10px;
  position: absolute;
  height: 80px;
}
.orbit span .device-icon svg {
  display: block;
  margin: 10px auto;
  position: relative;
}
.orbit span .device-icon svg.large {
  top: -15px;
}
.orbit span .device-icon svg.rota {
  transform: rotate(-90deg);
}
.orbit span .device-icon svg g * {
  fill: #2a8dff;
}
.orbit span .device-icon .hero-select {
  position: absolute;
  color: #89949b;
  padding: 0 5px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
}
.orbit span .device-icon .hero-select:after {
  text-align: center;
  background: transparent;
  color: #2a8dff;
  width: 100%;
  font-weight: 700;
  left: 0;
  top: -26px;
}
.orbit span .device-icon .hero-select:before {
  border-radius: 2px;
}
.orbit.one {
  width: 230px;
  height: 230px;
  margin-left: -115px;
  margin-top: -115px;
}
.orbit.one .device-icon svg {
  margin-top: 5px;
}
.orbit.one .device-icon .hero-select {
  font-size: 10px;
  bottom: -6px;
}
.orbit.one .device-icon .hero-select:after {
  content: "10px";
}
.orbit.one:before {
  content: ciao 1;
}
.orbit.two {
  width: 470px;
  height: 470px;
  margin-left: -235px;
  margin-top: -235px;
}
.orbit.two .device-icon svg {
  margin-top: -5px;
}
.orbit.two .device-icon .hero-select {
  font-size: 20px;
  bottom: -12px;
}
.orbit.two .device-icon .hero-select:after {
  content: "20px";
}
.orbit.two:before {
  content: ciao 2;
}
.orbit.three {
  width: 870px;
  height: 870px;
  margin-left: -435px;
  margin-top: -435px;
}
.orbit.three .device-icon svg {
  margin-top: -15px;
}
.orbit.three .device-icon .hero-select {
  font-size: 30px;
  bottom: -18px;
}
.orbit.three .device-icon .hero-select:after {
  content: "30px";
}
.orbit.three:before {
  content: ciao 3;
}
.orbit.four {
  width: 1430px;
  height: 1430px;
  margin-left: -715px;
  margin-top: -715px;
}
.orbit.four .device-icon svg {
  margin-top: -25px;
}
.orbit.four .device-icon .hero-select {
  font-size: 40px;
  bottom: -24px;
}
.orbit.four .device-icon .hero-select:after {
  content: "40px";
}
.orbit.four:before {
  content: ciao 4;
}
.mode-sm .grid .grid-sizer,
.mode-sm .grid .grid-item {
  width: 100%;
}
.grid .grid-sizer,
.grid .grid-item {
  width: 50%;
  overflow: hidden;
}
.bodyscrolled .keep-scrolling {
  display: none;
}
.keep-scrolling {
  position: fixed;
  bottom: 20px;
  left: 50%;
  margin-left: -12px;
  mix-blend-mode: overlay;
  opacity: .7;
}
.keep-scrolling svg g * {
  fill: white;
}
.front-page-header {
  background: #5f40c3;
  background-image: linear-gradient(to top right,#5f40c3,#26dcce);
  min-height: 800px;
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.front-page-header .floater {
  top: 70%;
}
.front-page-header .container {
  width: 100%;
  position: relative;
  z-index: 23;
}
.front-page-header .claim .title {
  padding: 10px 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 3rem;
}
.front-page-header .claim .title,
.front-page-header .claim .subpar {
  text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.herotoolbar {
  position: relative;
  background: rgba(64,71,75,0.1) url(http://www.csshero.org/wp-content/themes/dingo/assets/css/../images/toolbar-retina.png);
  width: 48px;
  height: 439px;
  background-size: cover;
  border-radius: 3px;
}
.herotoolbar.show-history:before,
.herotoolbar.show-responsive:before {
  content: '';
  position: absolute;
  top: 97px;
  right: 48px;
  width: 148px;
  height: 96px;
  background: transparent url(http://www.csshero.org/wp-content/themes/dingo/assets/css/../images/toolbar-responsive.png);
  background-size: 100% 100%;
}
.herotoolbar.show-history:before {
  background: rgba(64,71,75,0.1) url(http://www.csshero.org/wp-content/themes/dingo/assets/css/../images/histo.png);
  background-size: 100%;
  width: 300px;
  height: 185px;
}
.editor-wrap {
  position: relative;
  min-height: 650px;
}
.editor {
  width: 310px;
  background: rgba(64,71,75,0.1) url(http://www.csshero.org/wp-content/themes/dingo/assets/css/../images/editor-01.jpg);
  position: absolute;
  left: 50%;
  top: 50px;
  height: 600px;
  border-radius: 3px;
  background-size: 310px 600px;
  margin-left: -105px;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.15);
}
.editor.e02 {
  background-image: url(http://www.csshero.org/wp-content/themes/dingo/assets/css/../images/editor.jpg);
  top: 0;
  margin-left: -155px;
  z-index: 32;
}
.editor.show-fonts .editor-fonts {
  position: absolute;
  top: 257px;
  left: 30px;
  width: 320px;
  background: white;
  border-radius: 0 3px 3px 3px;
  height: 190px;
  box-shadow: 0 10px 13px 0px rgba(0,0,0,0.1);
  border-left: 1px solid #d2dadd;
  background-image: url(http://www.csshero.org/wp-content/themes/dingo/assets/css/../images/editor-fonts.jpg);
  background-size: 320px 200px;
  border-top: 5px solid white;
}
.editor.show-fonts .editor-fonts:before {
  content: '';
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 5px;
  height: 60px;
  background: rgba(64,71,75,0.2);
  border-radius: 15px;
}
.editor.show-gradient {
  background-image: url(http://www.csshero.org/wp-content/themes/dingo/assets/css/../images/editor-gradient.jpg);
}
.editor.inspector {
  background-image: url(http://www.csshero.org/wp-content/themes/dingo/assets/css/../images/inspector-retina.jpg);
  background-size: 320px 628px;
  height: 628px;
  width: 320px;
}
.editor.animator {
  background-image: url(http://www.csshero.org/wp-content/themes/dingo/assets/css/../images/animator-retina.jpg);
  background-size: 300px 320px;
  height: 320px;
  width: 300px;
}
.editor.animator.show-animations:before,
.editor.animator.animations {
  background-image: url(http://www.csshero.org/wp-content/themes/dingo/assets/css/../images/animator_retina_animations.jpg);
  background-size: 280px 335px;
  width: 280px;
  height: 335px;
}
.editor.animator.show-animations:before {
  content: '';
  position: absolute;
  top: 53px;
  left: -80px;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.15);
  border-radius: 3px;
  z-index: -1;
}
.editor .trigger-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.editor .trigger-overlay:hover {
  background: rgba(0,0,0,0.3);
}
.editor .trigger-overlay:hover svg {
  opacity: 1;
}
.editor .trigger-overlay svg {
  position: absolute;
  top: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  left: 50%;
  margin: -32px;
  border-radius: 50%;
  opacity: .8;
}
.editor .trigger-overlay svg * {
  fill: white;
}
.front-page-header-inspector {
  background: #65dfb2;
  background-image: linear-gradient(to top right,#1d5f8e,#65dfb2);
}
.front-page-header-inspector .editor {
  top: 0;
}
.front-page-header-inspector .req {
  margin-top: 3vh;
}
.front-page-header-animator {
  background: #8f77ff;
  background-image: linear-gradient(to top right,#382882,#8f77ff);
}
.front-page-header-animator .editor {
  margin: -160px -150px;
  top: 50%;
}
.front-page-header-animator .req {
  margin-top: 3vh;
}
.component-feature-list > .container-fluid {
  border-top: 1px solid rgba(64,71,75,0.1);
}
.component-feature-list .feature-list-item-wrap {
  border-right: 1px solid rgba(64,71,75,0.1);
  border-bottom: 1px solid rgba(64,71,75,0.1);
}
@media (max-width: 992px) {
  .component-feature-list .feature-list-item-wrap {
    min-height: auto;
  }
}
@media (min-width: 992px) {
  .component-feature-list .feature-list-item-wrap {
    min-height: 320px;
  }
}
.component-feature-list.animator-block .feature-list-item svg g * {
  stroke: #8f77ff;
}
.component-feature-list.animator-block .feature-list-item h3 {
  color: #8f77ff;
}
.component-feature-list .feature-list-item {
  padding: 3vw;
}
.component-feature-list .feature-list-item svg g * {
  stroke: #1d5f8e;
}
.component-feature-list .feature-list-item h3 {
  font-size: 18px;
  color: #1d5f8e;
  font-weight: 600;
  margin-top: 20px;
}
.component-art {
  overflow: hidden;
}
.component-art .art {
  min-height: 600px;
  background: #65dfb2;
  position: relative;
}
.component-art .art img {
  position: absolute;
  bottom: -56px;
  left: -349px;
  z-index: 23;
}
.component-art .det {
  padding: 0 5vw;
}
.animator-block a {
  color: #8f77ff;
}
.animator-block a:hover {
  border-color: #8f77ff;
}
.animator-block svg g * {
  stroke: #8f77ff;
}
.inspector-block .title {
  color: #1d5f8e;
}
.components {
  background-color: #1d2022;
  padding-bottom: 0;
}
.components .req {
  display: inline-block;
  position: relative;
  top: -12px;
  padding-left: 20px;
}
.components .editor-wrap {
  min-height: 728px;
}
.components .editor-wrap .editor {
  box-shadow: none;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: -155px;
  margin: 0;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.15);
  z-index: 23;
}
.components .editor-wrap .editor.animator {
  left: -155px;
}
.components .container .subpar {
  margin-bottom: 10vh;
}
.components .compo-in {
  padding: 10vh 5vw 10vh 200px;
}
.components .compo-in.animator {
  padding: 10vh 200px 10vh 10vh;
}
.components .bg.animator {
  background: #1d2022;
}
.trusted-by {
  padding-bottom: 0;
}
.trusted-by .chris {
  position: absolute;
  bottom: 0;
  left: -20%;
  width: 630px;
  height: 418px;
  background: transparent url(http://www.csshero.org/wp-content/themes/dingo/assets/css/../images/chris-min.jpg);
  background-size: cover;
  z-index: 11;
}
.trusted-by .container {
  position: relative;
}
.trusted-by .container .title,
.trusted-by .container quote {
  position: relative;
  z-index: 22;
}
.trusted-by quote {
  font-weight: 500;
  max-width: 600px;
  width: 60%;
  font-size: 1.3rem;
  margin-bottom: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin: 5vh auto 10vh;
  width: 100%;
  font-size: 1.6rem;
}
.trusted-by quote.full {
  width: 100%;
  max-width: 800px;
}
.trusted-by quote a {
  border-bottom: 1px solid transparent;
}
.trusted-by quote a:hover {
  border-color: #2a8dff;
  text-decoration: none;
}
.trusted-by quote .pill {
  padding: 0 4px;
}
.trusted-by quote .voice {
  border: 1px solid rgba(64,71,75,0.1);
  padding: 10px;
  border-radius: 3px;
  display: block;
}
.trusted-by quote .author {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 30px;
  color: #40474b;
}
.devices {
  width: 800px;
  height: 600px;
}
.devices .viewport {
  background: #333 url(//i.imgur.com/CjTwu5n.jpg);
  position: absolute;
  width: 290px;
  height: 520px;
  border-radius: 5px;
  z-index: 9;
  top: 62px;
  left: 20px;
  overflow: hidden;
  text-align: center;
  color: #f0f3f5;
  box-shadow: inset 0px 1px 2px rgba(0,0,0,0.8);
  background-blend-mode: overlay;
}
.devices .viewport .icon {
  display: block;
  margin: 30px auto 40px;
  opacity: .5;
}
.devices .viewport .icon svg g * {
  stroke: #f0f3f5;
}
.devices .viewport .h1 {
  font-size: 26px;
  margin: 10px 30px;
  border: 1px solid #2a8dff;
  padding: 10px 0;
  display: block;
  position: relative;
}
.devices .viewport .h1:after,
.devices .viewport .h1:before {
  font-family: "proxima-nova", sans-serif;
  content: 'font-size: 26px';
  position: absolute;
  top: -35px;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  background: #2a8dff;
  color: white;
  padding: 5px 0;
  text-align: center;
  border-radius: 2px;
  font-size: 11px;
}
.devices .viewport .h1:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  margin-left: -5px;
  margin-top: 21px;
  background: transparent;
  border-top: 5px solid #2a8dff;
}
.devices .viewport .con {
  background: rgba(240,243,245,0.15);
  margin: 30px;
  min-height: 400px;
  border-radius: 3px;
  position: relative;
  text-align: left;
  padding: 10px;
}
.devices .viewport .con span {
  color: transparent;
  background: rgba(240,243,245,0.2);
  font-size: 9px;
  line-height: 2;
}
.devices .viewport .con:after,
.devices .viewport .con:before {
  content: '';
  top: -30px;
  width: 100%;
  height: 30px;
  left: 0;
  background: rgba(226,255,28,0.25);
  position: absolute;
}
.devices .viewport .con:after {
  left: 50%;
  width: 1px;
  border-left: 1px dotted #A9A946;
  background: transparent;
}
.devices .mob {
  width: 331px;
  height: 670px;
  position: absolute;
  left: 15px;
  top: 160px;
  z-index: 23;
}
.devices .mob img {
  border-radius: 36px;
  background: #B6B6B6;
  box-shadow: 10px 0px 30px rgba(0,0,0,0.3);
}
.devices .ipa {
  width: 738px;
  height: 928px;
  position: absolute;
  z-index: 21;
  top: 40px;
  left: 135px;
}
.devices .ipa .viewport {
  left: 72px;
  top: 74px;
  border-radius: 3px;
  width: 520px;
  height: 780px;
}
.devices .ipa .viewport .h1 {
  font-size: 40px;
}
.devices .ipa .viewport .h1:before {
  content: 'font-size: 40px';
}
.responsive-themes {
  overflow: hidden;
  padding: 20vh 0 10vh;
  background: linear-gradient(to top,#f0f3f5,white);
}
.responsive-themes .subpar {
  margin-bottom: 5vh;
}
.responsive-themes .devices-wrap {
  position: relative;
}
.responsive-themes .devices {
  position: absolute;
  top: -10vh;
  left: 2vw;
}
.more-links {
  padding: 3vh 0;
}
.more-links p {
  margin: 0;
  color: #40474b;
  padding: 0 20px;
}
.more-links ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 0;
  position: static;
  left: auto;
  top: auto;
  width: 100%;
}
.more-links ul li {
  flex-grow: 1;
  padding: 10px;
  opacity: .7;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  transition: all 600ms ease;
  transition-timing-function: cubic-bezier(0.075,0.82,0.165,1);
  width: auto;
  height: auto;
  text-indent: 0;
  margin: 0;
}
.more-links ul li.active,
.more-links ul li:hover {
  opacity: 1;
}
.more-links ul li img {
  max-width: 100%;
}
.home-scene-wrap {
  position: relative;
  z-index: 23;
  margin: 5vh 0 10vh;
}
.home-scene-wrap .container {
  max-width: 800px;
}
.home-scene-wrap .file {
  text-align: center;
  padding: 20px;
}
.home-scene-wrap .file svg {
  display: block;
  margin: 0 auto;
}
.home-scene-wrap .file svg g * {
  stroke: white;
}
.home-scene-wrap .file span {
  background: rgba(255,255,255,0.4);
  color: white;
  padding: 0 10px;
  font-size: 11px;
  border-radius: 20px;
  margin-top: 5px;
  display: inline-block;
}
.home-scene-wrap .interface {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 34;
}
.home-scene-wrap .fake-desktop {
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 440px;
  width: 250px;
  background: transparent url(http://www.csshero.org/wp-content/themes/dingo/assets/css/../images/nebula.jpg) no-repeat top left;
  background-size: cover;
  z-index: 31;
  border-radius: 3px;
}
.home-scene-wrap .fake-desktop .files {
  float: right;
}
.home-scene-wrap .home-browser {
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  transition: all 600ms ease;
  transition-timing-function: cubic-bezier(0.075,0.82,0.165,1);
  position: relative;
  z-index: 32;
}
.home-scene-wrap .home-browser.l {
  margin: 0 200px 0 -200px;
}
.home-scene-wrap .home-browser * {
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  transition: all 600ms ease;
  transition-timing-function: cubic-bezier(0.075,0.82,0.165,1);
}
.home-scene-wrap .home-browser .pad {
  padding: 30px 30px 30px 0;
}
.home-scene-wrap .home-browser .home-scene {
  position: relative;
  background: #f0f3f5;
  color: #64676d;
  overflow: hidden;
}
.home-scene-wrap .home-browser .mock-h1 {
  font-size: 14px;
  font-weight: 700;
  display: block;
}
.home-scene-wrap .home-browser .mock-h1:after {
  content: 'My WordPress Site';
}
.home-scene-wrap .home-browser .mock-h2 {
  font-size: 8px;
  font-weight: 600;
  display: block;
  margin-top: -5px;
  color: #9fa2a6;
}
.home-scene-wrap .home-browser .mock-h2:after {
  content: 'My Wonderful Site Description';
}
.home-scene-wrap .home-browser .mock-h2.swell:after {
  content: '';
}
.home-scene-wrap .home-browser .mock-menu {
  display: block;
  text-align: right;
  margin-top: 10px;
}
.home-scene-wrap .home-browser .mock-menu:after {
  content: 'Home Journey Tracks Contacts';
  word-spacing: 20px;
  font-size: 10px;
  font-weight: 600;
  display: block;
  color: #9fa2a6;
}
.home-scene-wrap .home-browser .mock-site .mock-wrap {
  border: none;
}
.home-scene-wrap .home-browser .mock-hero {
  background: rgba(64,71,75,0.1);
  padding: 30px 0 50px;
  background-size: cover;
  background-blend-mode: overlay;
}
.home-scene-wrap .home-browser .mock-hero.w {
  background: url(http://i.imgur.com/S8iouKm.jpg);
}
.home-scene-wrap .home-browser .mock-hero.c {
  background-image: url(http://i.imgur.com/S8iouKm.jpg), linear-gradient(to right,#6f51d0,#51d2c8);
  background-blend-mode: overlay;
}
.home-scene-wrap .home-browser .mock-hero span {
  display: block;
  margin-top: -10px;
}
.home-scene-wrap .home-browser .mock-hero .hero-h1 {
  display: inline-block;
  font-weight: 700;
}
.home-scene-wrap .home-browser .mock-hero .hero-h2:before,
.home-scene-wrap .home-browser .mock-hero .hero-h1:before {
  content: 'My Great Adventures';
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.home-scene-wrap .home-browser .mock-hero .hero-h1.z:before {
  font-size: 48px;
}
.home-scene-wrap .home-browser .mock-hero .hero-h1.w:before {
  font-family: Helvetica, sans !important;
  font-weight: 100;
}
.home-scene-wrap .home-browser .mock-hero .hero-h1.w.f:before {
  font-family: Georgia, serif !important;
  font-weight: bold;
  font-style: italic;
  letter-spacing: -2px;
}
.home-scene-wrap .home-browser .mock-hero .hero-h2:before {
  content: 'follow my journey and be part of my life';
  font-size: 14px;
}
.home-scene-wrap .home-browser .mock-hero .hero-h1:after {
  content: '';
  display: block;
  width: 40px;
  background: white;
  height: 2px;
  margin: 0px auto 13px auto;
}
.home-scene-wrap .home-browser .mock-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(53,64,77,0.8);
  padding-top: 150px;
  width: 100%;
  height: 100%;
  z-index: 31;
  opacity: 0;
}
.home-scene-wrap .home-browser .mock-overlay.z {
  opacity: 1;
}
.home-scene-wrap .home-browser .mock-overlay .mock-overlay-in {
  background: #f0f3f5;
  border-top: 10px solid #C7C9CC;
  width: 410px;
  border-radius: 3px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.7);
  padding: 20px;
  margin: 0 auto;
  text-align: center;
}
.home-scene-wrap .home-browser .mock-overlay span {
  display: inline-block;
  width: 220px;
  height: 30px;
  background: white;
  margin: 0 10px;
  border-radius: 3px;
  position: relative;
  border: 1px solid rgba(0,0,0,0.1);
}
.home-scene-wrap .home-browser .mock-overlay span.o:before {
  content: '';
  background: #EAEDF1;
  position: absolute;
  width: 110px;
  height: 10px;
  left: 10px;
  top: 10px;
}
.home-scene-wrap .home-browser .mock-overlay span.mock-submit {
  background: #2a8dff;
  width: 100px;
  position: relative;
}
.home-scene-wrap .home-browser .mock-overlay span.mock-submit:before {
  content: 'add image';
  position: absolute;
  color: rgba(255,255,255,0.7);
  width: 100%;
  left: 0;
  top: 8px;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 600;
}
.home-scene-wrap .home-browser .mock-contents .container {
  margin-top: -20px;
  background: white;
  border-radius: 2px;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
  padding: 0 30px 30px 30px;
  position: relative;
  z-index: 11;
}
.home-scene-wrap .home-browser .mock-contents .mock-heading {
  padding: 30px 0;
  display: block;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(64,71,75,0.1);
}
.home-scene-wrap .home-browser .mock-contents .mock-heading .mock-h2:before {
  content: 'A collection of my latest blog posts';
}
.home-scene-wrap .home-browser .mock-contents .mock-heading:before {
  content: 'Latest Articles';
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 5px;
}
.home-scene-wrap .home-browser .mock-contents .mock-article {
  padding: 0 5px;
}
.home-scene-wrap .home-browser .mock-contents .mock-article p {
  margin: 0;
}
.home-scene-wrap .home-browser .mock-contents .mock-article p:after {
  content: 'My Adventures';
  display: block;
  text-align: center;
  margin-top: 5px;
  color: rgba(64,71,75,0.7);
  font-weight: 700;
  font-size: 9px;
}
.home-scene-wrap .home-browser .mock-contents .mock-article:after {
  content: 'Down at the edge, round by the corner, Not right away, not right away. Close to the edge, down by a river, Not right away, not right away.';
  display: block;
  text-align: justify;
  padding: 5px;
  font-size: 8px;
  font-weight: 700;
  color: rgba(64,71,75,0.5);
}
.home-scene-wrap .home-browser .mock-contents .mock-article span {
  display: block;
  height: 120px;
  background: #f0f3f5 url(http://www.csshero.org/wp-content/themes/dingo/assets/css/../images/mountains_sprite.jpg) no-repeat top left;
  border-radius: 3px;
}
.home-scene-wrap .home-browser .mock-contents .mock-article span.ma02 {
  background-position: -173px 0;
}
.home-scene-wrap .home-browser .mock-contents .mock-article span.ma03 {
  background-position: -346px 0;
}
.home-scene-wrap .home-browser .mock-contents .mock-article span.ma04 {
  background-position: -519px 0;
}
.home-scene-wrap .home-browser .mock-head {
  background: white;
}
.home-scene-wrap .home-browser .mock-head .pad {
  padding: 10px;
}
.home-scene-wrap .home-browser .mock-site * {
  border: 1px solid transparent;
}
.home-scene-wrap .home-browser .active_el {
  position: relative;
  border: 1px solid #2a8dff !important;
}
.home-scene-wrap .home-browser .active_el .mock-padding {
  background: rgba(255,255,0,0.2);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  transition: all 600ms ease;
  transition-timing-function: cubic-bezier(0.075,0.82,0.165,1);
}
.home-scene-wrap .home-browser .active_el .mock-padding:before {
  content: '';
  width: 1px;
  height: 100%;
  border-left: 1px dotted #8B8C4D;
  left: 50%;
  top: 0;
  position: absolute;
}
.home-scene-wrap .home-browser .active_el .mock-padding.mock-padding-top {
  bottom: auto;
  top: 0;
}
.home-scene-wrap .cursor {
  position: absolute;
  top: 80px;
  left: 50px;
  width: 21px;
  height: 21px;
  border: 5px solid #2a8dff;
  z-index: 33;
  border-radius: 50%;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  transition: all 600ms ease;
  transition-timing-function: cubic-bezier(0.075,0.82,0.165,1);
  margin: -4px;
  box-shadow: 0px 0px 0px 10px rgba(255,255,255,0.3);
}
.home-scene-wrap .cursor.c {
  margin: 34px 55px;
}
.home-scene-wrap .cursor.w {
  margin: 41px 158px;
}
.home-scene-wrap .cursor .file {
  width: 120px;
  padding: 10px 0;
  margin: 15px -54px;
  background: rgba(0,0,0,0.1);
}
.browser .scene {
  background: white;
  height: 500px;
}
.big-browser {
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0,0,0,0.15);
}
.big-browser .head {
  background: #40474b;
  height: 30px;
  position: relative;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.interface {
  width: 200px;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.interface .interface_head {
  background: #40474b;
  height: 27px;
  position: relative;
}
.interface .interface_head svg {
  width: 50px;
  height: auto;
  margin: 10px;
}
.interface .interface_head svg g * {
  fill: rgba(255,255,255,0.5);
}
.interface .interface_contents {
  background: #f0f3f5;
}
.interface .prop {
  border-bottom: 1px solid rgba(64,71,75,0.1);
  padding: 10px;
}
.interface .prop .desc {
  background: rgba(64,71,75,0.1);
  height: 10px;
  width: 50px;
  margin-bottom: 10px;
  border-radius: 2px;
}
.interface .list-maker {
  background: white;
  width: 100%;
  border: 1px solid rgba(64,71,75,0.1);
  margin: 0;
  list-style: none;
  padding: 0;
  max-height: 22px;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.interface .list-maker.z {
  max-height: 900px;
}
.interface .list-maker li {
  height: 16px;
  border-bottom: 1px solid rgba(64,71,75,0.1);
  position: relative;
}
.interface .list-maker li:before {
  content: '';
  width: 60px;
  height: 8px;
  top: 0;
  left: 0;
  margin: 6px 0 0px 6px;
  background: rgba(64,71,75,0.1);
  display: block;
  border-radius: 2px;
}
.interface .list-maker li:last-of-type {
  border-bottom: none;
}
.interface .slider {
  border-radius: 4px;
  height: 3px;
  background: rgba(64,71,75,0.1);
  width: 100%;
  position: relative;
}
.interface .slider .fill {
  background: #2a8dff;
  width: 30%;
  height: 3px;
  border-radius: 4px;
}
.interface .slider .handle {
  border-radius: 50%;
  width: 13px;
  height: 13px;
  margin: -8px;
  background: #2a8dff;
  position: absolute;
  left: 30%;
  border: 3px solid #f0f3f5;
}
.interface .tabs {
  padding-bottom: 0;
}
.interface .tabs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
  margin-top: -24px;
}
.interface .tabs li {
  display: inline-block;
  width: 20px;
  background: rgba(64,71,75,0.1);
  border-radius: 2px;
  margin-left: 3px;
  height: 20px;
  position: relative;
}
.interface .tabs li:before {
  content: '';
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  margin: -5px;
  background: rgba(0,0,0,0.1);
  position: absolute;
}
.interface .tabs li.selected {
  background: #2a8dff;
}
.interface .color {
  padding-bottom: 0;
}
.interface .color .c {
  width: 30px;
  height: 10px;
  background: #2a8dff;
  border-radius: 2px;
  display: block;
  float: right;
  margin-top: -20px;
}
.interface .color .widget {
  margin: 10px 0;
  background-image: linear-gradient(to right,#6f51d0,#51d2c8);
  width: 100%;
  height: 15px;
  border-radius: 2px;
}
.interface .color .widget.w {
  height: 50px;
}
section.block.user-feeds {
  display: none !important;
  position: fixed;
  bottom: -9999999px;
}
div.twfeed {
  float: left;
  width: 100%;
}
div.twfeed .twin {
  padding: 0;
}
div.twfeed .twe {
  width: 100%;
  min-height: 90px;
  padding: 0;
}
.fixed-subnav {
  background: white;
  padding: 10px 0;
  box-shadow: 0 1px 0 0 rgba(64,71,75,0.1);
  position: static;
  z-index: 98;
}
.fixed-subnav .navbar-brand {
  padding: 0;
}
.fixed-subnav.is-fixed {
  position: fixed;
  top: 100px;
  width: 100%;
  left: 0;
  z-index: 49;
}
.fixed-subnav p {
  margin: 0;
}
.hero-tag {
  border-radius: 3px;
  padding: 3px 8px;
  border: 1px solid rgba(64,71,75,0.1);
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: #89949b;
  letter-spacing: .03em;
}
.hero-tag:hover {
  color: white;
  background: #2a8dff;
  text-decoration: none;
}
.mode-md .left-col,
.mode-lg .left-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.mode-md .left-col > div[class^="col-"],
.mode-lg .left-col > div[class^="col-"] {
  display: flex;
  flex-direction: column;
}
.mode-md .left-col > div[class^="col-"]:first-of-type,
.mode-lg .left-col > div[class^="col-"]:first-of-type {
  background: #f0f3f5;
  border-right: 1px solid rgba(64,71,75,0.1);
  padding-left: 5vw;
}
.mode-md .left-col.bg > div[class^="col-"]:first-of-type,
.mode-lg .left-col.bg > div[class^="col-"]:first-of-type {
  background: white;
}
.mode-md .left-col.semi-fluid > div[class^="col-"]:first-of-type,
.mode-lg .left-col.semi-fluid > div[class^="col-"]:first-of-type {
  margin-left: -5vw;
}
#faq .content {
  padding: 20px;
  box-shadow: 0 1px 2px rgba(43,50,57,0.2);
  border-radius: 3px;
  margin: 10px;
  background: white;
}
#faq .title {
  cursor: pointer;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}
#faq .answer {
  display: none;
  margin-top: 20px;
}
#faq .answer.visi {
  display: block;
}
.ZZZblog-wrap .blog-side {
  background: #1d2022;
  overflow: hidden;
}
.ZZZblog-wrap .blog-contents {
  padding: 3vw;
}
.ZZZblog-wrap .blogpost .title.full {
  padding: 0 3vw 2vw;
  width: calc(100% + 6vw);
  margin: 0 -3vw 2vw;
  border-bottom: 1px solid rgba(64,71,75,0.1);
}
.ZZZblog-wrap .blog-meta {
  padding: 3vw 1.5vw 0 0 !important;
}
.ZZZblog-wrap .blog-meta .avatar {
  margin: 0 -5px 0 10px;
}
.ZZZblog-wrap .blog-meta ul {
  list-style: none;
  margin-right: -1.5vw;
}
.ZZZblog-wrap .blog-meta ul li {
  padding: 10px 1.5vw 10px 0;
  border-bottom: 1px solid rgba(64,71,75,0.1);
}
.ZZZblog-wrap .blog-meta ul li,
.ZZZblog-wrap .blog-meta ul li a {
  color: #c0c6ca;
}
.ZZZblog-wrap .blog-meta ul li.ic {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.ZZZblog-wrap .blog-meta ul li.ic svg {
  position: relative;
  top: 3px;
  margin-left: 10px;
}
.ZZZblog-wrap .blog-meta ul li.ic svg g * {
  fill: #c0c6ca;
}
.ZZZblog-wrap .blog-meta .sharer a {
  display: block;
  max-width: 70px;
  margin: 5px 0;
  float: right;
  clear: both;
}
.ZZZblog-wrap .blog-side {
  padding: 3vw 0 0 0;
}
.ZZZblog-wrap .blog-side form {
  background: white;
  border-radius: 3px;
  padding: 1.5vw;
  text-align: right;
}
.ZZZblog-wrap .blog-side form input {
  padding: 5px;
  border-radius: 3px;
  background: #2a8dff;
  display: inline-block;
  width: 50%;
  color: white;
  border: none;
  margin-top: 10px;
}
.ZZZblog-wrap .blog-side form p {
  text-align: left;
  margin-bottom: 10px;
}
.ZZZblog-wrap .blog-side form p input {
  width: 100%;
  border: 1px solid rgba(64,71,75,0.1);
  background: transparent;
  color: #40474b;
  margin: 0;
}
.ZZZblog-wrap .blog-side .prod-vid-wrap {
  border: none;
  max-height: 30vh;
  border-radius: 0;
  width: calc(100% + 3vw);
  margin: 0 -1.5vw -1.5vw;
}
.ZZZblog-wrap .blog-side .widget {
  padding: 1.5vw;
  padding-top: 0;
  margin-bottom: 1.5vw;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.ZZZblog-wrap .blog-side .widget .widget-title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #89949b;
  margin-bottom: 1.5vw;
}
.ZZZblog-wrap .blog-side .widget ul {
  list-style: none;
  padding: 0;
}
.ZZZblog-wrap .blog-side .widget ul li {
  padding: 5px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.ZZZblog-wrap .blog-side .grid {
  border-top: 1px solid rgba(255,255,255,0.1);
}
.ZZZblog-wrap .blog-side h5 {
  color: #89949b;
  padding: 0 1.5vw;
}
.ZZZblog-wrap .blog-side .blogpost {
  border-left: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.ZZZblog-wrap .blog-side .blogpost a.main {
  display: block;
  padding: 1.5vw;
}
.ZZZblog-wrap .blog-side .blogpost a.main:hover {
  text-decoration: none;
}
.ZZZblog-wrap .blog-side .blogpost a.main:hover h3 {
  color: white;
}
.ZZZblog-wrap .blog-side .blogpost h3 {
  font-size: 16px;
  color: #9c9fa1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.desaturate {
  filter: gray;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.colophon {
  background: #292d2f;
  color: #9c9fa1;
  position: relative;
  z-index: 112;
}
.colophon a.affiliate {
  color: #ba509a;
}
.colophon .logo_svg {
  width: 100px;
}
.colophon .logo_svg g * {
  fill: white;
}
.colophon .footernav {
  padding: 3vh 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  margin: 5vh 0;
}
.colophon .footernav ul {
  margin: 0;
  padding: 0;
}
.colophon .footernav li {
  display: inline-block;
  margin-right: 5px;
}
.colophon a {
  color: #9c9fa1;
}
.colophon ul {
  list-style: none;
  padding: 0;
}
#contact .contacts-header {
  border-bottom: 1px solid rgba(64,71,75,0.1);
}
#contact ul.l {
  margin: 3vw;
  margin-left: 0;
}
#contact article.r {
  margin: 3vw;
  max-width: 800px;
}
article {
  font-size: 15px;
  line-height: 25px;
  color: #6f7b82;
}
article pre.prettyprint {
  width: 100%;
  margin-bottom: 20px;
}
article .entry-title {
  font-size: 32px;
  line-height: 1.2;
  color: #40474b;
  display: block;
  margin-bottom: 2vh;
  padding-bottom: 2vh;
  border-bottom: 1px solid rgba(64,71,75,0.1);
}
article.dev-doc {
  border-bottom: 1px solid rgba(64,71,75,0.1);
}
article.dev-doc:last-of-type {
  border: none;
}
article .coupon {
  text-align: center;
  background: white;
  border: 1px solid rgba(64,71,75,0.1);
  display: block;
  padding: 10px;
  color: #40474b;
}
article .doc-entry-footer {
  padding: 10px 20px;
  border-bottom: 1px solid rgba(64,71,75,0.1);
  margin-bottom: 20px;
}
article.doc {
  max-width: 80%;
  padding: 3vw 0 3vw 3vw;
}
article.doc .anchor-wrap {
  position: relative;
  margin: 0 -80px 0 0;
  padding-right: 80px;
  max-width: 10000px;
}
article.doc .anchor-wrap:hover .anchor {
  opacity: .5;
}
article.doc .anchor-wrap .anchor {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 1 !important;
  opacity: .25;
}
article.doc .anchor-wrap .anchor:after {
  content: 'Link Me';
  position: absolute;
  left: 34px;
  top: 2px;
  font-size: 12px;
  font-weight: 700;
  width: 80px;
  color: #40474b;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
  text-align: left;
}
article.doc .anchor-wrap .anchor:hover {
  opacity: 1;
}
article.doc .anchor-wrap .anchor:hover:after {
  opacity: 1;
  left: 24px;
}
article * {
  max-width: 100%;
}
article ol,
article ul {
  padding: 0;
  list-style-position: inside;
  border: 1px solid rgba(64,71,75,0.1);
  border-radius: 3px;
}
article ol li,
article ul li {
  padding: 10px;
  border-bottom: 1px solid rgba(64,71,75,0.1);
}
article ol li >p,
article ol li >h1,
article ol li >h2,
article ol li >h3,
article ol li >h4,
article ul li >p,
article ul li >h1,
article ul li >h2,
article ul li >h3,
article ul li >h4 {
  margin: 0;
}
article ol li:last-of-type,
article ul li:last-of-type {
  border: none;
}
article ol li {
  list-style-position: outside;
}
article ul {
  list-style: none;
}
article .alignleft {
  margin: 0 10px 10px 0;
  float: left;
}
article .alignright {
  margin: 0 0 10px 10px;
  float: right;
}
article hr {
  border-color: rgba(64,71,75,0.1);
  margin: 20px 0;
  clear: both;
  display: block;
}
article img,
article iframe,
article object {
  height: auto;
}
article .wp-caption {
  margin: 10px auto;
}
article .wp-caption + * {
  clear: both;
  float: none;
}
article .wp-caption,
article .gallery-item {
  padding: 10px;
  border: 1px solid rgba(64,71,75,0.1);
  border-radius: 2px;
}
article .wp-caption img,
article .gallery-item img {
  max-width: 100%;
  margin: 0 !important;
}
article .wp-caption dd,
article .wp-caption p,
article .gallery-item dd,
article .gallery-item p {
  margin: 10px 0 0 0;
  color: rgba(64,71,75,0.5);
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
article table td {
  padding: 10px;
  border: 1px solid #d1dbe1;
}
article table tr:nth-child(even) {
  background: #f0f3f5;
}
article quote,
article blockquote {
  background: #f0f3f5;
  padding: 20px;
  border: 1px solid rgba(64,71,75,0.1);
}
article quote p,
article blockquote p {
  margin: 0;
}
article quote,
article blockquote,
article ul,
article ol,
article p {
  margin-bottom: 3vh;
}
article .wp-caption,
article .gallery-item,
article h1,
article h2,
article h3,
article h4,
article h5,
article .prod-vid-wrap {
  margin-bottom: 1.5vh;
}
article h1,
article h2,
article h3,
article h4,
article h5 {
  line-height: 1.5;
}
article .wp-caption p {
  margin-bottom: 0;
}
.prod-vid-wrap {
  display: block;
  margin: 20px 0;
  background: #38434E;
  height: 300px;
  overflow: hidden;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  transition: all 600ms ease;
  transition-timing-function: cubic-bezier(0.075,0.82,0.165,1);
  border-radius: 3px;
  position: relative;
  border: 2vw solid white;
  box-shadow: 0 0px 0px 1px rgba(64,71,75,0.1);
}
.prod-vid-wrap .icon-wrap {
  width: 100px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  z-index: 3;
  height: 48px;
  margin-top: -24px;
}
.prod-vid-wrap .icon-wrap svg g path[fill="#ED69AB"] {
  fill: #2a8dff;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  transition: all 600ms ease;
  transition-timing-function: cubic-bezier(0.075,0.82,0.165,1);
}
.prod-vid-wrap img {
  position: relative;
  margin-top: -100px;
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .4;
}
.prod-vid-wrap:hover {
  background: #2a8dff;
}
.prod-vid-wrap:hover .icon-wrap svg g path[fill="#ED69AB"] {
  fill: #40474b;
}
.product-head {
  border-bottom: 1px solid rgba(64,71,75,0.1);
  overflow: hidden;
}
.product-head .subpar {
  margin-bottom: 0;
}
.product-head .side-focus {
  background: #2a8dff;
  background-image: linear-gradient(to top right,#2a8dff,#48b6d9);
  margin-right: -7vw;
  padding: 30px 3vw;
}
@media (max-width: 992px) {
  .product-head .side-focus {
    min-height: auto;
  }
}
@media (min-width: 992px) {
  .product-head .side-focus {
    min-height: 300px;
  }
}
.product-head .side-focus a {
  color: white;
}
.solid-code {
  background: rgba(101,223,178,0.2);
  border: 1px solid rgba(101,223,178,0.35);
  border-left: none;
  border-right: none;
}
.solid-code .container {
  max-width: 830px;
}
.solid-code .feature {
  min-height: 0;
  margin: 0;
}
.solid-code .feature p {
  margin: 0;
  color: #68cfaa;
}
.solid-code .feature h4 {
  color: #26b882;
}
.solid-code .browser_icons_wrap {
  padding: 20px;
  border-left: 1px solid rgba(101,223,178,0.45);
}
.product-contents {
  border-top: 1px solid rgba(64,71,75,0.1);
  padding-top: 0 !important;
}
.product-contents article.theme {
  padding: 0;
  position: relative;
  z-index: 12;
  padding: 3vh 5vw 3vh 0;
}
.product-contents .minititles {
  margin-bottom: 3vh;
}
.product-contents .product-dets {
  margin-top: 3vh;
  padding: 0 2vh;
}
.product-contents .product-dets.twfeed .twin {
  margin-top: 0;
}
.product-contents .product-dets .twe p {
  min-height: 0;
}
.product-contents .product-dets .tweeter {
  border-radius: 3px;
  box-shadow: none;
  border: 1px solid rgba(64,71,75,0.1);
  margin-bottom: 15px;
}
.product-contents .product-dets.product-nav {
  border-top: 1px solid rgba(64,71,75,0.1);
  clear: both;
}
.product-contents .product-dets.product-nav .nav-product {
  display: inline-block;
  width: 49%;
}
.product-contents .product-dets.product-nav .nav-product a {
  display: block;
  text-align: center;
  padding: 20px 0;
}
.product-contents ul.table {
  background: white;
}
span.cr {
  height: 4px;
  width: 100px;
  background: rgba(64,71,75,0.1);
  display: inline-block;
  border-radius: 5px;
  position: relative;
  top: -2px;
  margin-right: 40px;
}
span.cr .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  background: #2a8dff;
  border-radius: 5px;
}
span.cr .vl {
  position: absolute;
  top: -6px;
  right: -40px;
  width: 30px;
  background: #2a8dff;
  padding-top: 1px;
  border-radius: 3px;
  color: white;
  font-size: 11px;
  text-align: center;
}
nav.themes-filter {
  background: #f0f3f5;
  padding: 20px 0;
}
nav.themes-filter.is-fixed {
  background: white;
}
nav.themes-filter .form-group {
  margin: 0;
}
nav.themes-filter li {
  cursor: pointer;
}
nav.themes-filter li span {
  border: 1px solid transparent;
}
nav.themes-filter .current-themes-filter {
  border-radius: 3px;
  padding: 3px 8px;
  border: 1px solid rgba(64,71,75,0.1);
  color: #2a8dff;
}
.product-holder .product-container {
  padding-top: 15px;
}
.product-holder .alert {
  margin: 10px 0;
}
.product-holder .product-box {
  padding: 0;
  margin: 15px 0;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(43,50,57,0.2);
  background: white;
  border-radius: 3px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 992px) {
  .product-holder .product-box {
    min-height: auto;
  }
}
@media (min-width: 992px) {
  .product-holder .product-box {
    min-height: 280px;
  }
}
.product-holder .product-box.hidden-box {
  background: red;
  display: none;
  width: 0;
}
.product-holder .product-box h3.product-title {
  text-align: center;
  position: relative;
  z-index: 3;
  font-weight: 600;
  margin-bottom: 5px;
}
.product-holder .product-box .prev {
  height: 200px;
  background-size: cover;
  background-position: center center;
}
.product-holder .product-box a.theme-launch-name {
  color: rgba(64,71,75,0.8);
  font-size: 14px;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  transition: all 600ms ease;
  transition-timing-function: cubic-bezier(0.075,0.82,0.165,1);
}
.product-holder .product-box .previn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(64,71,75,0.8);
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
}
.product-holder .product-box .previn > div {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-60%);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.product-holder .product-box .previn .btn {
  max-width: 150px;
  background: white;
  color: #40474b;
  display: block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 10px;
  margin: 10px auto;
}
.product-holder .product-box .previn .btn.action-launch-demo {
  background: transparent;
  color: white;
  border-color: white;
}
.product-holder .product-box .product-hr {
  padding: 0 0 10px 15px;
}
.product-holder .product-box .product-hr > span {
  font-size: 12px;
  color: #89949b;
  font-weight: 500;
  margin-right: 10px;
}
.product-holder .product-box .product-footer {
  line-height: 40px;
  min-height: 40px;
  padding-left: 15px;
  max-height: 40px;
  overflow: hidden;
}
.product-holder .product-box .product-footer span {
  font-size: 12px;
  color: #89949b;
  font-weight: 500;
}
.product-holder .product-box .product-h.plug {
  padding: 10px;
}
.product-holder .product-box:hover {
  box-shadow: 0 1px 2px rgba(43,50,57,0.2);
}
.product-holder .product-box:hover .previn {
  opacity: 1;
}
.product-holder .product-box:hover .previn >div {
  transform: translateY(-50%);
}
.product-holder .product-box:hover .previn .btn {
  margin: 15px auto;
}
.icon-link {
  text-decoration: none;
  cursor: pointer;
}
.icon-link:after {
  content: '>';
  background: #a5adb2;
  color: white;
  margin-left: 5px;
  padding: 1px 3px 0;
  font-size: 11px;
  border-radius: 2px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  opacity: .7;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  text-shadow: none;
}
.icon-link:hover:after {
  opacity: 1;
}
.pricing-foot {
  padding-bottom: 7.5vw;
  padding-right: 10px;
}
.pricing-foot #moneyback {
  vertical-align: middle;
  margin-right: 2vw;
}
.pricing-foot #moneyback g * {
  fill: #b7bcbd;
}
.pricing {
  background: white;
  background-image: linear-gradient(to bottom,white,#f0f3f5);
}
.pricing #buy-starter .btn-primary {
  background: #65ebcd;
}
.pricing #buy-starter .btn-primary:hover {
  background: #41e6c1;
}
.pricing #buy-starter .head {
  border-color: #65ebcd;
}
.pricing #buy-starter .head .num {
  color: #65ebcd;
}
.pricing #buy-starter .head strike:before {
  background-color: #65ebcd;
}
.pricing #buy-starter .price span {
  color: #65ebcd;
}
.pricing #buy-personal .btn-primary {
  background: #2a8dff;
}
.pricing #buy-personal .btn-primary:hover {
  background: #0177ff;
}
.pricing #buy-personal .price span {
  color: #2a8dff;
}
.pricing #buy-personal .head {
  border-color: #2a8dff;
}
.pricing #buy-personal .head .num {
  color: #2a8dff;
}
.pricing #buy-personal .head strike:before {
  background-color: #2a8dff;
}
.pricing #buy-dev .btn-primary {
  background: #6249fc;
}
.pricing #buy-dev .btn-primary:hover {
  background: #3f21fb;
}
.pricing #buy-dev .price span {
  color: #6249fc;
}
.pricing #buy-dev .head {
  border-color: #6249fc;
}
.pricing #buy-dev .head .num {
  color: #6249fc;
}
.pricing #buy-dev .head strike:before {
  background-color: #6249fc;
}
.pricing .pricing-table {
  list-style: none;
  padding: 0;
  background: white;
  border-radius: 3px;
  box-shadow: 0 0 20px 0px rgba(0,0,0,0.1);
  margin: 10vh 10px 5vh;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  box-shadow: 0 1px 2px rgba(43,50,57,0.2);
  border-top: 1px solid rgba(64,71,75,0.1);
}
.pricing .pricing-table:hover {
  box-shadow: 0 0 30px 0px rgba(0,0,0,0.15);
}
.pricing .pricing-table p {
  margin: 0;
}
.pricing .pricing-table .head {
  background: #fbfbfb;
  border-bottom: 5px solid #2a8dff;
  position: relative;
}
.pricing .pricing-table .head .discount-banner {
  position: absolute;
  top: 0;
  right: 0;
  background: #ff5350;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: -25px 25px;
  border-radius: 50%;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.15);
  text-align: center;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
}
.pricing .pricing-table .head > div {
  padding: 20px;
}
.pricing .pricing-table .head .pricing-title {
  font-weight: 600;
}
.pricing .pricing-table .head .pricing-title .name {
  color: #40474b;
}
.pricing .pricing-table .head .pricing-title span {
  display: block;
  font-size: 16px;
}
.pricing .pricing-table .head .price {
  font-size: 72px;
  font-weight: 800;
  color: #2a8dff;
}
.pricing .pricing-table .head .price * {
  line-height: 1;
}
.pricing .pricing-table .head .price span {
  position: relative;
}
.pricing .pricing-table .head .price strike {
  position: absolute;
  left: -60px;
  width: 40px;
  text-align: center;
  top: 50%;
  margin-top: -5px;
  font-size: 24px;
  text-decoration: none;
  font-weight: 700;
}
.pricing .pricing-table .head .price strike:before {
  content: '';
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #89949b;
  transform: rotate(30deg);
  position: absolute;
  top: 10px;
  left: 0;
}
.pricing .pricing-table .head .price sup {
  position: absolute;
  top: 20px;
  left: -15px;
  font-size: 18px;
  margin-top: -5px;
  font-weight: 600;
}
.pricing .pricing-table .head .price sup:last-of-type {
  right: 0;
  bottom: -5px;
  top: auto;
  font-size: 14px;
}
.pricing .pricing-table .desc {
  padding: 20px;
  border-bottom: 1px solid rgba(64,71,75,0.1);
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .pricing .pricing-table .desc {
    min-height: auto;
  }
}
@media (min-width: 992px) {
  .pricing .pricing-table .desc {
    min-height: 120px;
  }
}
.pricing .pricing-table .bullet-item {
  padding: 10px 20px;
  color: #40474b;
}
.pricing .pricing-table .bullet-item.includes {
  color: #89949b;
}
.pricing .pricing-table .bullet-item.no {
  color: #89949b;
}
.pricing .pricing-table .bullet-item a {
  color: #40474b;
  text-decoration: underline;
}
.pricing .pricing-table .cta-button {
  margin-top: 10px;
  padding: 20px 0;
  background: #f2f6f7;
}
.pricing .pricing-table .cta-button form {
  display: inline-block;
}
.pricing .pricing-table .cta-button .btn-primary {
  margin: 0;
  box-shadow: none;
  color: white;
}
#buy-wrap {
  background: #f0f3f5;
  position: relative;
  overflow: visible;
  padding-bottom: 10vh;
}
#buy-wrap .order-form-error {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(64,71,75,0.95);
  color: white;
  z-index: 5;
  padding: 20px;
  height: 100%;
  width: 100%;
}
#buy-wrap .order-form-error svg {
  display: block;
  margin: 20px auto;
}
#buy-wrap .order-form-error svg * {
  stroke: #89949b;
}
#buy-wrap .order-form-error .btn {
  margin: 30px auto 0;
}
#buy-wrap .order-form-error p {
  padding: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  display: block;
  text-align: center;
}
#buy-wrap .floater {
  background: #2a8dff;
  opacity: 1;
  mix-blend-mode: normal;
  top: 35%;
}
#buy-wrap .floater:before,
#buy-wrap .floater:after {
  background: linear-gradient(to left,white,rgba(255,255,255,0));
  mix-blend-mode: overlay;
  z-index: 25;
}
#buy-wrap .floater:after {
  height: 40%;
  top: 80%;
  opacity: .6;
  background: linear-gradient(to right,white,rgba(255,255,255,0));
}
#buy-wrap .steps {
  padding: 0;
  max-width: 400px;
  margin: 50px auto 0;
}
#buy-wrap .steps li {
  display: inline-block;
  list-style: none;
  margin: 20px 0 0;
  width: 49%;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
#buy-wrap .steps li:first-of-type span,
#buy-wrap .steps li:first-of-type h3 {
  color: #40474b;
}
#buy-wrap .steps li h3 {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #89949b;
  margin: 0;
}
#buy-wrap #buynow-content {
  position: relative;
  z-index: 29;
}
#buy-wrap form {
  background: white;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.15);
  border-radius: 3px;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#buy-wrap form h3 {
  padding: 20px;
  color: #2a8dff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(64,71,75,0.1);
  margin: 0;
  clear: both;
}
#buy-wrap form p {
  padding-left: 20px;
  border: none;
  border-bottom: 1px solid rgba(64,71,75,0.1);
  float: left;
  width: 100%;
  margin: 0;
}
#buy-wrap form p#p-terms-container {
  line-height: 60px;
}
#buy-wrap form p#p-terms-container label {
  width: 50%;
  padding: 0;
}
#buy-wrap form p#p-terms-container input {
  float: none;
  width: 20px;
}
#buy-wrap form p#p-terms-container a {
  color: ;
}
#buy-wrap form p:last-of-type {
  border: none;
}
#buy-wrap form p.req label {
  color: rgba(64,71,75,0.8);
}
#buy-wrap form p.req abbr {
  display: none;
}
#buy-wrap form p select {
  margin-top: 10px;
}
#buy-wrap form p select,
#buy-wrap form p input {
  float: right;
  width: 100%;
  max-width: 400px;
  padding: 10px;
  border: none;
  border-left: 1px solid rgba(64,71,75,0.1);
  border-radius: 0;
  background: #f9fafb;
}
#buy-wrap form p select {
  margin: 10px;
  border: 1px solid rgba(64,71,75,0.1);
}
#buy-wrap form p label {
  float: left;
  padding: 11px 0 0;
  color: rgba(64,71,75,0.3);
  margin: 0;
}
#buy-wrap form p input[type="submit"] {
  background: #2a8dff;
  margin: 20px auto;
  color: white;
  border: none;
  width: 300px;
  padding: 15px;
  border-radius: 3px;
  border: 1px solid white;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  float: none;
  display: block;
}
#buy-wrap form p input[type="submit"]:hover,
#buy-wrap form p input[type="submit"]:active {
  background: transparent;
  color: #2a8dff;
  border-color: #2a8dff;
}
#buy-wrap #submit-order-key {
  display: none;
}
section.affiliate {
  box-shadow: 0 1px 0 0 rgba(64,71,75,0.1);
  background: #f9fafb;
}
section.affiliate.colored-block .btn-primary {
  background: #6828bd;
}
section.affiliate.colored-block cite {
  display: block;
  margin-top: 20px;
}
section.affiliate.colored-block cite a:hover {
  color: #742cd2;
}
section.affiliate.colored-block p .btn {
  margin-left: 10px;
  margin-right: 10px;
}
section.affiliate.colored-block quote {
  font-size: 20px;
  font-weight: 300;
  display: block;
  clear: both;
}
section.affiliate .card {
  min-height: 450px;
  border: none;
  box-shadow: 0 1px 2px rgba(43,50,57,0.2);
  border-top: 1px solid rgba(64,71,75,0.1);
  padding: 30px;
}
section.affiliate .card svg {
  width: 70px;
  height: 70px;
}
section.affiliate .card .title {
  color: #742cd2;
}
section.affiliate ul.table {
  border: none;
  box-shadow: 0 1px 2px rgba(43,50,57,0.2);
  margin: 0 auto;
  max-width: 750px;
  background: white;
  border-top: 1px solid rgba(64,71,75,0.1);
}
section.affiliate ul.table h4 {
  color: #742cd2;
}
section.affiliate.affiliate-head {
  background: #742cd2;
  background-image: linear-gradient(to top right,#742cd2,#ff7461);
  position: relative;
  overflow: hidden;
}
section.affiliate.affiliate-head .container {
  position: relative;
  z-index: 23;
}
section.affiliate.affiliate-head .floater {
  top: 40%;
  height: 100%;
}
.product-top {
  background: #5f40c3;
  background-image: linear-gradient(to top right,#5f40c3,#26dcce);
  overflow: hidden;
  position: relative;
}
.product-top .floater {
  top: 30%;
}
.product-top .container-fluid,
.product-top .container {
  z-index: 23;
  position: relative;
}
.product-top .btn-primary {
  font-weight: 600;
}
.product-top .product-det {
  padding: 0 5vw 5vw;
}
.product-top .product-art {
  position: relative;
  min-height: 500px;
}
.product-top .product-art .big-browser {
  width: 110%;
  position: absolute;
  bottom: -3px;
}
.product-top .product-art .big-browser .conts {
  height: 500px;
  background: white;
  overflow: hidden;
}
.product-top .product-art .big-browser img {
  width: 100%;
  height: auto;
}
.product-top .editor {
  width: 220px;
  height: 428px;
  background-size: 100%;
  background-repeat: no-repeat;
  top: auto;
  margin: 0;
  left: -20px;
  bottom: -3px;
}
nav.readyness {
  border-top: 1px solid rgba(64,71,75,0.1);
  background: white;
}
nav.readyness .product-bcumb {
  display: inline-block;
}
nav.readyness .hero-tags-wrap {
  padding: 0 20px;
}
nav.readyness.is-fixed {
  padding: 0;
}
nav.readyness.is-fixed .readyness-actions {
  opacity: 1;
}
nav.readyness .readyness-actions {
  display: inline-block;
  padding-left: 20px;
  border-left: 1px solid rgba(64,71,75,0.1);
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-left: 15px;
}
nav.readyness .readyness-actions .btn-secondary {
  display: none;
}
nav.readyness .readyness-actions .btn-primary {
  box-shadow: none;
  padding-left: inherit;
}
nav.readyness .readyness-actions .btn-primary svg {
  display: none;
}
.page-template-default {
  background: #f0f3f5;
}
.page-template-default .page-wrap {
  background: white;
  padding: 3vw;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(43,50,57,0.2);
  max-width: 800px;
  margin: 0 auto;
}
.grid.twin .tweeter {
  margin: 1vw;
  padding: 1vw;
  box-shadow: 0 1px 2px rgba(43,50,57,0.2);
}
.tweet-load {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
.tweet-load .twe .tweeter {
  box-shadow: none;
  margin: 0;
  padding: 0;
  background: transparent;
}
.tweet-load .twe .tweet-meta {
  left: -200px;
  width: 200px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.tweet-load .twe .tweet-meta img {
  float: right;
}
.tweet-load .twe p {
  min-height: 0;
  background: #449bff;
  color: white;
  font-weight: 300;
  margin: 0;
  border-radius: 7px;
  font-size: 16px;
  text-align: left;
  padding: 10px;
}
.tweet-load .twe p a {
  color: white;
}
.tweet-load .twe svg {
  display: none;
}
.tweet-load .twe .nm {
  display: block;
  text-align: right;
  line-height: 36px;
}
.twe .tweeter {
  background: white;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.twe p {
  margin: 0 0 15px;
  padding: 1vw;
  color: #40474b;
  border-bottom: 1px solid rgba(64,71,75,0.1);
}
.twe img {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin: 0 15px;
}
.twe .nm {
  color: #89949b;
}
.twe .nm:hover {
  color: #40474b;
  text-decoration: none;
}
.twe .Emoji {
  width: 18px;
  margin: 0 3px;
  height: 18px;
}
.twe svg {
  float: right;
  margin: 10px 30px;
  opacity: .5;
}
.twe svg g * {
  fill: #89949b;
}
.twfeed .twin {
  margin-top: 5vh;
}
.twfeed .hidd {
  display: none;
}
#dev-nav .navbar-toggler {
  float: none;
  background: #40474b;
  border-radius: 0;
  padding: 20px;
}
#dev-nav .navbar-toggler svg g * {
  fill: white;
}
#dev-nav li a span {
  display: none;
}
.docs-nav {
  max-width: 800px;
  padding: 20px 0 20px 3vw;
  border-bottom: 1px solid rgba(64,71,75,0.1);
}
.docs-nav p {
  margin: 0;
}
.bootstrap-vertical-nav .widget-title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(137,148,155,0.6);
  margin: 2vh 0;
}
.bootstrap-vertical-nav .navbar {
  font-weight: 500;
}
.bootstrap-vertical-nav .navbar ul {
  padding: 0;
}
.bootstrap-vertical-nav .navbar a {
  display: block;
}
.bootstrap-vertical-nav .navbar a:hover {
  text-decoration: none;
}
.bootstrap-vertical-nav .navbar a:hover,
.bootstrap-vertical-nav .navbar li.current-menu-item > a {
  color: #005bc3 !important;
}
.bootstrap-vertical-nav .navbar .menu > li {
  border-bottom: 1px solid rgba(64,71,75,0.1);
  padding-bottom: 2vh;
  margin-bottom: 2vh;
}
.bootstrap-vertical-nav .navbar .menu > li > a {
  color: #40474b;
}
.bootstrap-vertical-nav .navbar .menu > li ul {
  padding: 0 .75vh;
  margin-top: .5vh;
}
.bootstrap-vertical-nav .navbar .menu > li ul li a {
  color: #2a8dff;
  padding: 2px 0;
}
.bootstrap-vertical-nav .navbar .menu > li ul li a:before {
  content: '•';
  margin-right: 8px;
}
@media (min-width: 768px) {
  .bootstrap-vertical-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .bootstrap-vertical-nav .navbar ul {
    float: none;
  }
  .bootstrap-vertical-nav .navbar ul:not {
    display: block;
  }
  .bootstrap-vertical-nav .navbar li {
    float: none;
    display: block;
  }
  .bootstrap-vertical-nav .navbar-nav .nav-item+.nav-item {
    margin-left: 0;
  }
}
.browser_icon {
  display: inline-block;
  width: 50px;
  margin: 0 5px;
}
.browser_icon svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.browser_icon .safariIcon .gray {
  fill: rgba(38,184,130,0.5);
}
.browser_icon .safariIcon .blue,
.browser_icon .safariIcon .blueSmall {
  fill: #c6f3e3;
}
.browser_icon .safariIcon .whiteRing,
.browser_icon .safariIcon .points,
.browser_icon .safariIcon .compassWhite {
  fill: #26b882;
}
.browser_icon .safariIcon .compassRed {
  fill: #26b882;
}
.browser_icon .operaIcon .red,
.browser_icon .operaIcon .oRed {
  fill: #c6f3e3;
}
.browser_icon .operaIcon .o {
  fill: #26b882;
}
.browser_icon .firefoxIcon .blue {
  fill: #c6f3e3;
}
.browser_icon .firefoxIcon .snout {
  fill: #26b882;
}
.browser_icon .firefoxIcon .nose {
  fill: #26b882;
}
.browser_icon .firefoxIcon .foxBody {
  fill: #26b882;
}
.browser_icon .chromeIcon .red {
  fill: rgba(38,184,130,0.1);
}
.browser_icon .chromeIcon .green {
  fill: rgba(38,184,130,0.6);
}
.browser_icon .chromeIcon .yellow {
  fill: #26b882;
}
.browser_icon .chromeIcon .white {
  fill: #26b882;
}
.browser_icon .chromeIcon .blue {
  fill: #c6f3e3;
}
.browser_icon .explorerIcon .blue {
  fill: #c6f3e3;
}
.browser_icon .explorerIcon .e {
  fill: #26b882;
}
.browser_icon .explorerIcon .halo {
  fill: #26b882;
}
#content .dev-head {
  background: linear-gradient(to top right,#0081e0,#26dcce);
  position: relative;
  overflow: visible;
}
#content .dev-head .container {
  position: relative;
  z-index: 24;
}
#content .dev-head pre {
  max-width: 600px;
  margin: 0 auto -40px;
}
.dev-block {
  position: relative;
  z-index: 23;
  border-bottom: 1px solid rgba(64,71,75,0.1);
}
.dev-block:last-of-type {
  border: none;
}
.dev-block .dev-con {
  background: white;
}
.dev-block article {
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
}
.dev-block article .title {
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.dev-block article:nt(.frm) p:first-of-type {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.7;
  color: #a5adb2;
}
.dev-block article:not(.frm) p {
  padding: 20px;
  padding-top: 0;
  border-bottom: 1px solid rgba(64,71,75,0.1);
}
.dev-block.bg .area-icon {
  background: #f0f3f5;
}
.dev-block .area-icon {
  display: inline-block;
  background: white;
  margin-top: 40px;
}
.dev-block article.frm {
  background: white;
  padding: 2vw;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(43,50,57,0.2);
}
.dev-block article.frm p {
  font-size: inherit;
  font-weight: inherit;
}
article form input,
article form textarea {
  width: 100%;
  padding: 10px;
  border-radius: 2px;
  border: 1px solid rgba(64,71,75,0.1);
}
article form input[type=submit] {
  width: 200px;
  margin: 0 auto;
  display: block;
  background: #2a8dff;
  color: white;
  border: 1px solid transparent;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
article form input[type=submit]:hover {
  border-color: #2a8dff;
  color: #2a8dff;
  background: transparent;
}
#demowrap {
  position: fixed;
  left: 0;
  top: 0;
  background: #40474b;
  z-index: 200;
  height: 100%;
  width: 100%;
}
#demowrap #dw-01 {
  position: relative;
  width: 100%;
  color: white;
}
#demowrap #dw-02 {
  background: #40474b;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#demowrap h4 {
  color: #f0f3f5;
  margin: 0;
  font-size: 14px;
}
#demowrap h4 span {
  background: rgba(255,255,255,0.1);
  border-radius: 2px;
  padding: 5px 10px;
}
#demowrap iframe {
  height: 100%;
  width: 100%;
  border: none;
}
#demowrap #closedemo {
  cursor: pointer;
}
#demowrap #closedemo svg {
  margin-top: 6px;
}
#demowrap #closedemo svg g * {
  stroke: white;
}
.page-id-7672 {
  background-color: #ff5350;
  background-image: linear-gradient(to bottom left,#ba509a,#ff5350);
}
.page-id-7672 #content {
  padding: 20vh 0 10vh 0;
}
.page-id-7672 .entry-header {
  display: none;
}
.page-id-7672 #second-level-wrap {
  background: white;
  max-width: 600px;
  margin: 0 auto;
  border-radius: 3px;
  box-shadow: 0 0 30px rgba(0,0,0,0.3);
}
.page-id-7672 #second-level-wrap .btn-primary {
  background-color: #ff5350;
  margin-top: 40px;
}
.page-id-7672 #second-level-wrap .btn-primary:hover {
  color: white;
}
.page-id-7672 #second-level-wrap h3 {
  color: #ff5350;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
#content #gift-content {
  background: white;
  text-align: center;
  padding: 20px;
  border-radius: 3px;
  border: 1px solid rgba(64,71,75,0.1);
}
#content #gift-content .btn {
  margin: 10px 0;
  background-color: #ff5350;
}
#content #dash-widget-extra p {
  margin: 0;
  text-align: center;
  font-weight: 500;
}
#content .dash-bcumb {
  background: #40474b;
  font-size: 13px;
  padding: 0;
  margin-top: 63px;
  box-shadow: 0 0 0px 4px rgba(64,71,75,0.1);
  z-index: 11;
  position: relative;
  overflow: visible;
}
#content .dash-bcumb .avatar {
  margin: 0 10px 0 0;
}
#content .dash-bcumb .logout {
  float: right;
  font-size: 10px;
  background: rgba(255,255,255,0.5);
  border-radius: 3px;
  margin: 0 15px 0 0;
  text-transform: uppercase;
  padding: 2px 5px 0;
  position: relative;
  top: 4px;
  color: #40474b;
}
#content .dash-bcumb .logout:hover {
  text-decoration: none;
  background: white;
}
#content .dash-bcumb p {
  margin: 0;
}
#content .dash-bcumb p,
#content .dash-bcumb a {
  color: rgba(255,255,255,0.7);
}
#content .dash-bcumb #dash-navs {
  padding: 0;
}
#content .dash-bcumb #dash-navs a {
  padding: 15px 40px;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-right: -3px;
}
#content .dash-bcumb #dash-navs a:hover,
#content .dash-bcumb #dash-navs a.current {
  background: rgba(0,0,0,0.2);
  position: relative;
  box-shadow: 0 4px 0 0px #2a8dff;
  text-decoration: none;
  color: white;
}
#content .dash-bcumb #dash-navs a:hover.affi,
#content .dash-bcumb #dash-navs a.current.affi {
  box-shadow: 0 4px 0 0 #ba509a;
}
#content .dash-bcumb .dash-widget {
  padding-left: 15px;
}
#content .dash-widget.invoices-widget .table {
  background: white;
}
#content .dash-widget.invoices-widget .table a {
  color: #40474b;
  text-decoration: none;
}
#content .dash-widget.invoices-widget .table span {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
#content .dash-widget.upgrade {
  background: #40474b;
  background-image: linear-gradient(to top right,#40474b,#292d2f);
  border: none;
  padding: 20px;
  border-top: 4px solid rgba(0,0,0,0.2);
}
#content .dash-widget.upgrade .upgrade-inner {
  position: relative;
  z-index: 32;
  margin: 0 auto;
}
#content .dash-widget.upgrade .widget-conts {
  position: relative;
  z-index: 32;
}
#content .dash-widget.upgrade .btn-wrap {
  display: inline-block;
  margin: 0 10px;
  max-width: 180px;
  position: relative;
  top: -4px;
}
#content .dash-widget.upgrade .btn-wrap span {
  position: absolute;
  top: 0;
  right: 0;
  background: white;
  width: 54px;
  padding: 10px;
  border-radius: 50%;
  margin: -15px -20px;
  line-height: 14px;
  color: #2a8dff;
  font-weight: 600;
  border: 3px solid #2a8dff;
  text-align: center;
  display: none;
}
#content .dash-widget.upgrade p {
  text-shadow: 0 1px 1px rgba(0,0,0,0.2);
  color: rgba(255,255,255,0.8);
  margin-top: 10px;
  display: block;
}
#content .dash-widget.upgrade p .pricey {
  margin: 0 5px;
  border-radius: 3px;
  padding: 2px 5px;
  text-shadow: none;
  background: rgba(0,0,0,0.3);
  color: white;
}
#content .dash-widget.upgrade .btn {
  border-color: transparent;
  color: white;
  padding: 12px 40px;
  background: #2a8dff;
}
#content .dash-widget.upgrade .btn:hover {
  background: transparent;
  border-color: white;
  color: white;
}
#content .dash-widget.upgrade .ultra {
  font-size: 20px;
  font-weight: 800;
  display: inline;
  text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
#content .dash-widget.upgrade form {
  display: inline-block;
}
#content .dash-contents {
  background: #f0f3f5;
  font-size: 13px;
  padding: 0;
  overflow: hidden;
}
#content .dash-contents .d-action {
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  background: #89949b;
  color: white;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,0.07);
}
#content .dash-contents .d-action:hover {
  text-decoration: none;
  opacity: .9;
}
#content .dash-contents .minititles {
  margin-bottom: 20px;
}
#content .dash-contents .minititles span {
  float: right;
  color: #89949b;
}
#content .dash-contents .dash-grid {
  margin: 0 -10px;
}
#content .dash-contents .dash-grid .grid-item {
  float: left;
  width: 50%;
  padding: 0 10px 20px;
}
#content .dash-contents .dash-grid .grid-item .dash-grid-item a {
  display: block;
  background: white;
  padding: 20px;
  padding-bottom: 0;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  color: #89949b;
  border: 1px solid rgba(137,148,155,0.3);
}
#content .dash-contents .dash-grid .grid-item .dash-grid-item a h4 {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 1.2;
}
#content .dash-contents .dash-grid .grid-item .dash-grid-item a:hover {
  text-decoration: none;
}
#content .dash-contents .dash-grid .grid-item .dash-grid-item a:hover .grid-foot,
#content .dash-contents .dash-grid .grid-item .dash-grid-item a:hover h4 {
  color: #2a8dff;
}
#content .dash-contents .dash-grid .grid-item .dash-grid-item a .grid-foot {
  color: #89949b;
  font-size: 10px;
  font-weight: 700;
  background: #f0f3f5;
  text-transform: uppercase;
  padding: 10px 20px;
  text-align: right;
  border-top: 1px solid rgba(64,71,75,0.1);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  margin: 20px -20px 0;
}
#content .dash-contents footer.docs {
  padding-top: 20px;
  color: #40474b;
  font-weight: 600;
  text-align: right;
}
#content .dash-contents .dash-r .inns {
  background: white;
  position: relative;
  padding: 15px 20px;
  border-top: 1px solid rgba(64,71,75,0.1);
  font-weight: 600;
}
#content .dash-contents .dash-r .inns .dl {
  background: #2a8dff;
  color: white;
  float: right;
}
#content .dash-contents .dash-r .inns.dw-inspector .dl {
  background: #65dfb2;
}
#content .dash-contents .dash-r .inns footer a {
  color: rgba(64,71,75,0.5);
  margin-right: 20px;
}
#content .dash-contents .dash-r .inns.dw-animator .dl {
  background: #8f77ff;
}
#content .dash-contents .dash-r .inns .latest {
  color: #40474b;
  text-transform: capitalize;
}
#content .dash-contents .dash-r .download-versions {
  display: none;
  margin-top: 10px;
}
#content .dash-contents .dash-r .download-versions li {
  padding: 5px 10px;
}
#content .dash-contents .dash-r .download-versions a {
  color: #40474b;
}
#content .dash-contents .dash-r .download-versions a span {
  color: #89949b;
  border: 1px solid rgba(64,71,75,0.1);
  float: right;
  padding: 1px 5px 0;
  margin-left: 10px;
  border-radius: 2px;
  font-size: 10px;
  display: inline-block;
}
#content .dash-contents .dash-c .dash-widget {
  z-index: 10;
}
#content .dash-contents .dash-c .dash-widget.license-alert {
  background: #fffaa5;
  border-bottom: 1px solid rgba(64,71,75,0.1);
}
#content .dash-contents .dash-c .dash-widget.license-alert.too-many-detach-requests {
  background: ;
  color: white;
}
#content .dash-contents .dash-widget {
  position: relative;
  z-index: 12;
  padding: 20px;
  border-bottom: 1px solid rgba(64,71,75,0.1);
}
#content .dash-contents .dash-widget .affb {
  padding: 30px 0;
  border-bottom: 1px solid rgba(64,71,75,0.1);
}
#content .dash-contents .dash-widget .affb:last-of-type {
  border: none;
}
#content .dash-contents .dash-widget .affb .imgaw {
  background: #f0f3f5;
  padding: 30px;
  border-radius: 3px;
}
#content .dash-contents .dash-widget .affb .imgaw a {
  color: blue;
  font-weight: 600;
}
#content .dash-contents .dash-widget .affb h3 {
  font-size: 16px;
  margin: 0 0 10px;
}
#content .dash-contents .dash-widget .affb textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid rgba(64,71,75,0.1);
  color: #89949b;
  height: 110px;
  font-family: Source Code Pro, Consolas, Menlo, monospace;
}
#content .dash-contents .dash-widget svg {
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 10px;
}
#content .dash-contents .dash-widget svg g * {
  fill: #89949b;
}
#content .dash-contents .dash-widget.aff-main {
  padding-top: 0;
  border-bottom: 0;
}
#content .dash-contents .dash-widget .right {
  float: right;
}
#content .dash-contents .dash-widget.help li span,
#content .dash-contents .dash-widget.payments-log li span,
#content .dash-contents .dash-widget a.invoice span {
  opacity: .6;
  margin-right: 10px;
}
#content .dash-contents .dash-widget.nopadd {
  padding: 0;
}
#content .dash-contents .dash-widget.nopadd > h5 {
  padding: 20px;
  padding-bottom: 0;
}
#content .dash-contents .dash-widget.nopadd > p {
  padding: 0 20px;
}
#content .dash-contents .dash-widget.renew {
  background: rgba(255,255,0,0.2);
  padding: 20px;
  border-bottom: 1px solid rgba(64,71,75,0.1);
}
#content .dash-contents .dash-widget.renew .title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}
#content .dash-contents .dash-widget.dash-licenses {
  position: relative;
}
#content .dash-contents .dash-widget .overview span {
  float: right;
  color: #40474b;
}
#content .dash-contents .dash-c {
  border-right: 1px solid rgba(64,71,75,0.1);
}
#content .dash-contents .dash-l:before {
  z-index: 11;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 90000px;
  width: 100%;
  background: white;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
#content .dash-contents .table {
  font-weight: 600;
}
#content .dash-contents .dash-license-ol {
  background: white;
  list-style: none;
  padding: 0;
  border-radius: 3px;
  overflow: hidden;
  color: #40474b;
}
#content .dash-contents .dash-license-ol li {
  font-weight: 600;
}
#content .dash-contents .dash-license-ol li strike {
  color: rgba(64,71,75,0.5);
}
#content .dash-contents .dash-license-ol .liid,
#content .dash-contents .dash-license-ol .expanderli,
#content .dash-contents .dash-license-ol .detachli,
#content .dash-contents .dash-license-ol .head {
  background: #f0f3f5;
  color: #89949b;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
}
#content .dash-contents .dash-license-ol .liid {
  width: 60px;
  text-align: center;
  background: transparent;
  text-align: left;
  display: inline-block;
}
#content .dash-contents .dash-license-ol .detachli {
  float: right;
  display: inline-block;
  width: 100px;
  text-align: right;
  background: transparent;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  padding-top: 3px;
}
#content .dash-contents .dash-license-ol a.detachli:hover {
  color: ;
  text-decoration: none;
}
#content .dash-contents .dash-license-ol a.detachli:hover svg g * {
  fill: ;
}
#content .dash-contents .dash-license-ol a.detachli svg {
  width: 12px;
  margin: -3px 5px;
  top: 1px;
}
#content .dash-contents .dash-license-ol a.detachli svg g * {
  fill: #89949b;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
#content .dash-contents .dash-license-ol .expanderli {
  display: block;
  text-align: center;
  cursor: pointer;
  border-bottom: none;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
#content .dash-contents .dash-license-ol .expanderli:hover {
  background: #40474b;
  color: white;
}
#content .dash-contents .dash-license-ol.will {
  position: relative;
  padding-bottom: 45px;
}
#content .dash-contents .dash-license-ol.will .hiddenli {
  display: block;
}
#content .dash-contents .dash-license-ol.will .expanderli {
  position: absolute;
  bottom: 0;
}
#content .dash-contents .dash-license-ol .hiddenli {
  display: none;
}
#content .dash-contents.affiliate-dash a {
  color: #ba509a;
}
#content .dash-contents.affiliate-dash input[type="submit"] {
  background: #ba509a;
  width: auto;
  min-width: 100px;
  margin-bottom: 0;
  font-weight: 600;
  margin-top: 0;
}
#content .dash-contents.affiliate-dash input[type="submit"]:hover {
  background: #40474b;
}
#content .dash-contents.affiliate-dash .dash-c {
  background: white;
}
#content .dash-contents.affiliate-dash #sales-graph {
  padding-bottom: 50px;
}
#content .dash-contents.affiliate-dash #sales-graph .title {
  font-weight: 600;
  width: 100%;
  color: #40474b;
  max-width: 100%;
}
#content .dash-contents.affiliate-dash #sales-graph ul {
  padding: 0;
  margin: 0;
  min-height: 200px;
}
#content .dash-contents.affiliate-dash #sales-graph .title {
  text-align: center;
  font-size: 16px;
  margin: 30px 0 -20px;
  color: rgba(64,71,75,0.3);
}
#content .dash-contents.affiliate-dash #sales-graph li:nth-child(odd) {
  background: #f0f3f5;
}
#content .dash-contents.affiliate-dash #sales-graph li:nth-child(odd) .dat {
  color: rgba(64,71,75,0.6);
}
#content .dash-contents.affiliate-dash #sales-graph li {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 3.33%;
  position: relative;
  float: right;
  height: 200px;
}
#content .dash-contents.affiliate-dash #sales-graph li .val {
  background: #ba509a;
  position: absolute;
  bottom: -1px;
  height: 0;
  width: 4px;
  margin-left: -2px;
  left: 50%;
}
#content .dash-contents.affiliate-dash #sales-graph li .val span {
  position: absolute;
  width: 16px;
  height: 16px;
  top: -16px;
  left: -6px;
  text-align: center;
  line-height: 16px;
  color: #ba509a;
  font-size: 10px;
  font-weight: 700;
}
#content .dash-contents.affiliate-dash #sales-graph li .dat {
  color: rgba(64,71,75,0.4);
  font-weight: 700;
  position: absolute;
  bottom: -50px;
  font-size: 11px;
  left: -2px;
  transform: rotate(45deg);
  width: 100px;
}
#content .dash-contents.affiliate-dash .dash-widget table {
  font-weight: 600;
}
#content .dash-contents.affiliate-dash .dash-widget table td {
  border: 1px solid #ddd;
}
#content .dash-contents.affiliate-dash .dash-widget table .trt {
  color: white;
  background: #ba509a;
}
#content .dash-contents.affiliate-dash .dash-widget table .trb {
  color: rgba(64,71,75,0.7);
}
#content .dash-contents.affiliate-dash .dash-widget table .trb.refunded {
  background: repeating-linear-gradient(45deg,transparent,transparent 10px,#f0f3f5 10px,#f0f3f5 20px);
}
#content .dash-contents.affiliate-dash .dash-widget table .trb:nth-child(odd):not(.refunded) {
  background: #f0f3f5;
}
#content .dash-contents.affiliate-dash .dash-widget table .trb.is_paid_row.refunded,
#content .dash-contents.affiliate-dash .dash-widget table .trb.refunded {
  background-color: white;
}
#content .dash-contents.affiliate-dash .dash-widget table .trb:not(.refunded) td:last-of-type {
  color: #ba509a;
}
#content .dash-contents.affiliate-dash .dash-widget table .trb:not(.refunded) td:last-of-type .y {
  color: ;
}
#content .dash-contents.affiliate-dash .dash-widget table .trb.is_paid_row:not(.refunded) td:last-of-type {
  color: rgba(64,71,75,0.7);
}
#content .dash-contents.affiliate-dash .nav-tabs {
  border: none;
  border-bottom: 4px solid rgba(64,71,75,0.1);
  margin-left: -20px;
  margin-right: -20px;
  font-weight: 600;
}
#content .dash-contents.affiliate-dash .nav-tabs li {
  border: none;
  padding: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
#content .dash-contents.affiliate-dash .nav-tabs li a {
  border: none;
  text-decoration: none;
  background: transparent;
  color: rgba(64,71,75,0.5);
  padding: 25px 40px;
  border-radius: 0;
  margin-right: -3px;
}
#content .dash-contents.affiliate-dash .nav-tabs li a:hover,
#content .dash-contents.affiliate-dash .nav-tabs li a.active {
  color: rgba(64,71,75,0.8);
  box-shadow: 0 4px 0 0 #ba509a;
}
.hero-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  z-index: 9999;
  width: 100%;
  height: 100%;
}
.hero-overlay.hero-overlay-contents {
  background: white;
  padding: 20px;
  border-radius: 3px;
  z-index: 99999;
  width: 840px;
  height: auto;
  left: 50%;
  margin-left: -420px;
  top: 50%;
  transform: translateY(-50%);
}
.ani {
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  transition: all 600ms ease;
}
.inspector-browser {
  width: 90%;
  max-width: 1200px;
  box-shadow: 0 0 30px rgba(64,71,75,0.3);
  margin: 5vh auto;
}
.inspector-browser.big-browser {
  border-radius: 4px;
}
.inspector-browser.big-browser #insp {
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
#inspector-pro-browser {
  height: 540px;
  border: none;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  background: white;
  text-align: left;
}
#inspector-pro-browser #insp-cursor {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin: -30px 0 0;
  border: 7px solid #80cbae;
  border-radius: 50%;
}
div#site.preview-ipad {
  border: 1px solid rgba(64,71,75,0.1);
  padding: 50px;
  margin: 30px auto;
  border-radius: 30px;
  width: 600px;
  position: relative;
}
div#site.preview-ipad article {
  width: 498px;
}
div#site.preview-ipad .cover img {
  box-shadow: none;
}
div#site.preview-ipad article p {
  max-width: 280px;
  margin-bottom: 10px;
}
div#site.preview-ipad:before {
  content: '';
  position: absolute;
  top: 50px;
  left: 50px;
  width: 498px;
  height: 500px;
  border: 1px solid rgba(64,71,75,0.1);
}
#inspector-ux[view="hl"] .vl {
  opacity: 0;
  min-height: 1px;
}
#inspector-ux[view="vl"] .hl {
  display: none;
}
#inspector-pro-codemirror img.cmr {
  max-width: 1200px;
  margin-left: -294px;
  -webkit-filter: drop-shadow(0 0 30px rgba(0,0,0,0.2));
  filter: drop-shadow(0 0 30px rgba(0,0,0,0.2));
}
#inspector-pro-codemirror article {
  margin-top: 100px;
}
#inspector-pro-contents .feature {
  text-align: center;
  padding: 25px;
  border-radius: 3px;
  min-height: 180px;
}
#inspector-pro-contents .feature svg {
  background-color: #242A2E;
}
#inspector-pro-contents .feature svg g * {
  stroke: #80cbae;
}
#inspector-pro-contents .feature h3 {
  color: #80cbae;
  font-size: 16px;
}
#inspector-pro-contents .feature p {
  margin: 0;
}
#inspector-pro-contents .feature:hover {
  background: #242A2E;
}
#site {
  width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
#site * {
  color: #7e878b;
  box-sizing: border-box;
}
#site .active_el {
  position: relative;
}
#site .active_el:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #80cbae;
}
#site .cover {
  width: 160px;
  float: right;
}
#site .cover img {
  max-width: 100%;
  border-radius: 2px;
  margin-top: 30px;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}
#site nav {
  border-bottom: 1px solid rgba(64,71,75,0.1);
  padding: 5px 0;
}
#site nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#site nav ul li {
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
}
#site nav ul li.cur {
  color: #A784EF;
}
#site span {
  font-weight: 700;
}
#site header {
  border-bottom: 1px solid rgba(64,71,75,0.1);
  padding: 30px 0;
}
#site header span {
  font-size: 24px;
  display: block;
}
#site article {
  padding: 10px 0;
  width: 500px;
  text-align: justify;
  border-bottom: 1px solid rgba(64,71,75,0.1);
}
#site article p {
  margin-bottom: 80px;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
}
#site article span {
  font-size: 18px;
  margin-bottom: 5px;
  display: block;
}
#insp {
  color: #9ca3a9;
  position: absolute;
  bottom: -700px;
  left: 0;
  width: 100%;
  height: 220px;
  background: #242a2e;
  font-size: 11px;
  font-family: 'Roboto Mono', monspace;
  font-weight: bold;
}
#insp > div {
  width: 15%;
  position: relative;
  height: 100%;
  float: left;
  box-sizing: border-box;
  border-top: 3px solid #3A4347;
}
#inspector-pro-browser #insp.on {
  bottom: 0;
  overflow: hidden;
}
#insp > #mqs {
  width: 30%;
  background: #2f373a;
}
#insp > #cmr {
  background: #2a3235;
  width: 55%;
  line-height: 1.3;
  padding: 10px;
  height: 1200px;
  position: relative;
  box-shadow: inset 3px -6px 6px rgba(0,0,0,0.3);
  padding-left: 30px;
}
#insp > #cmr .numb {
  color: #4c5559;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  padding: 10px;
}
#insp .action {
  display: inline-block;
  border-radius: 3px;
  color: #2a3235;
  padding: 5px 15px;
  font-weight: 600;
  text-align: center;
  background: #9CA3A9;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  transition: all 600ms ease;
}
#insp .action:hover {
  text-decoration: none;
  cursor: default;
}
#insp > #tls {
  border-right: none;
  border-left: 1px solid #363d40;
}
#insp > #tls .action {
  margin: 10px 20px;
  display: block;
}
#insp > #tls .action.active {
  background: #80cbae;
  border-color: transparent;
  color: white;
}
#insp > #tls .toolbar {
  border-bottom: 1px solid #363d40;
  text-align: right;
  padding: 10px 5px 5px;
}
#insp > #tls .toolbar .dots svg {
  transform: rotate(90deg);
}
#insp > #tls svg {
  width: 10px;
  height: 10px;
  margin: 0 10px;
}
#insp > #tls svg g * {
  fill: #677175;
}
#insp > #tls .syntaxer {
  border-top: 1px solid #363d40;
  border-bottom: 1px solid #363d40;
  padding-bottom: 10px;
}
#insp > #tls .syntaxer span {
  display: block;
  text-align: center;
  position: relative;
  padding-top: 10px;
}
#insp > #tls .syntaxer span:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 30px;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-radius: 10px;
}
#hero-toolbar {
  background: #232A31;
  position: absolute;
  top: 20px;
  right: 20px;
  height: 250px;
  width: 30px;
  border-radius: 3px;
  border-top: 30px solid #5f95ee;
}
#hero-toolbar span {
  display: block;
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #363E48;
  position: relative;
}
#hero-toolbar span:before {
  content: '';
  background: #363E48;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  top: 50%;
  left: 50%;
  margin: -5px;
  position: absolute;
}
#hero-toolbar span#insp-trigger:before {
  background: #80cbae;
}
#hero-toolbar span#insp-trigger.on {
  background: #80cbae;
}
#hero-toolbar span#insp-trigger.on:before {
  background: white;
}
#cmr * {
  font-family: 'Roboto Mono', monspace;
  font-weight: normal;
}
#cmr .css {
  margin-bottom: 14px;
}
#cmr .r,
#cmr .s {
  display: block;
  padding-left: 20px;
}
#mq .s:not(.f) {
  padding-left: 20px;
}
#mq .r {
  padding-left: 40px;
}
#cmr .active-line {
  background: rgba(0,0,0,0.25);
  border-right: 3px solid rgba(255,255,255,0.5);
}
#cmr .s {
  padding-left: 0;
  color: #e4eaed;
}
#cmr .s.f {
  color: #A668FF;
}
#cmr .s .m {
  color: #B9B9B9;
}
#cmr .s span {
  color: #ddd;
}
#cmr .p {
  color: #80cbae;
}
#cmr .r {
  color: #509de2;
}
#mqs > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 11px;
}
#mqs > ul li {
  display: block;
  position: relative;
  clear: both;
  border-bottom: 1px solid #242a2e;
  font-weight: 600;
  padding: 8px 12px;
  background: #2f373a;
  border-top: 1px solid rgba(255,255,255,0.05);
}
#mqs > ul li.active {
  color: #80cbae;
  background: #3a4347;
}
#mqs > ul li:first-of-type {
  border-top: none;
}
#mqs > ul li > span {
  text-align: center;
  position: absolute;
  right: 0;
  top: 3px;
  width: 18px;
  padding: 5px 0 0px;
  background: #202628;
  border-radius: 2px;
  margin-right: 5px;
}
#mqs > ul li > span.eye {
  right: 19px;
}
#mqs > ul li > span.rename {
  right: 38px;
}
#mqs > ul li > span svg {
  width: 10px;
}
#mqs > ul li > span svg g * {
  fill: #636A73;
}
#mqs > ul li.add {
  position: absolute;
  bottom: 0;
  width: 100%;
  border: none;
  text-align: center;
}
#mqs > ul li.active span.eye svg g * {
  fill: #80cbae;
}
#cmr #mq {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2a3235;
  padding: 10px 10px 10px 30px;
  display: none;
}
@media (max-width: 768px) {
  .sm-text-center {
    text-align: center;
  }
  .front-page-header .claim {
    margin-bottom: 30px;
  }
  .front-page-header .claim .title {
    font-size: 32px;
  }
  .product-art .editor {
    width: 150px;
    height: 280px;
    left: 10px;
  }
  .action-launch-demo {
    display: none !important;
  }
  .blog-contents .blog-subscriber .wysija-paragraph {
    width: 100%;
    padding: 0;
    float: none;
  }
  .blog-contents .blog-subscriber {
    margin-bottom: 80px;
  }
  .more-links ul {
    display: block;
  }
  .more-links ul li {
    display: block;
    width: 100%;
    text-align: center;
  }
  .more-links ul li img {
    max-width: 200px;
    height: auto;
  }
}
@media (max-width: 992px) {
  .promo-head .btn.grab_deal {
    display: block;
    margin: 10px auto 0 !important;
    max-width: 200px;
    clear: both;
  }
  .front-page-header-inspector,
  .front-page-header-animator {
    height: auto;
  }
  .product-top .editor {
    bottom: -30%;
    left: 10px;
  }
  .product-top .product-art {
    min-height: 300px;
    bottom: -20px;
  }
  .product-top .product-art .big-browser {
    width: 90%;
    left: 5%;
  }
  .product-top .product-art .big-browser .conts {
    height: 300px;
  }
  .blog-contents {
    padding-top: 30px !important;
  }
  .blog-contents .blog-subscriber .wysija-submit {
    margin: 10px auto;
  }
  .container.blog-wrap {
    padding: 0 10px;
  }
  .blog-head .who_is_hero a {
    max-width: 300px;
    margin: 20px auto 0;
    display: block;
    float: none;
  }
  .blog-head .who_is_hero a .ico {
    margin: 0 auto;
  }
  .blog-contents .blog-subscriber .wysija-paragraph {
    margin-top: 10px;
  }
  .block.dash-bcumb p {
    padding: 30px;
  }
  #content .dash-bcumb #dash-navs a {
    width: 50%;
    text-align: center;
  }
  #content .dash-contents .dash-l:before {
    display: none;
  }
  #content .dash-contents .dash-widget {
    background: white;
  }
  .rm-styles-explorer h3 {
    display: none;
  }
  .pre-footer {
    text-align: center;
  }
  .pre-footer svg {
    display: block;
    margin: 20px auto;
  }
  .feat-block .det {
    padding: 5vw !important;
    text-align: center;
    min-height: 100px !important;
  }
  .feat-block.responsive .art {
    left: 200px;
    overflow: visible;
  }
  .art,
  .editor-wrap {
    overflow: hidden;
  }
  .art .editor,
  .editor-wrap .editor {
    left: 50% !important;
    margin-left: -155px !important;
  }
  .tweet-load .twe .tweet-meta {
    transform: none;
    margin-top: 20px;
    width: 100%;
    position: static;
  }
  .components .compo-in {
    padding: 5vw !important;
  }
  .title,
  .subpar {
    width: 100%;
    max-width: 10000px;
  }
  .feature {
    text-align: center;
  }
  .feature h4 svg {
    display: block;
    margin: 10px auto;
    position: static;
  }
  .md-text-left {
    text-align: left;
  }
  .text-center,
  .md-text-center {
    text-align: center;
  }
  #content {
    position: relative;
    top: -63px;
  }
  #content .fixed-subnav.is-fixed {
    top: 0 !important;
  }
  #tnav {
    position: relative;
  }
  #tnav #heroMainNav {
    clear: both;
    width: 100%;
  }
  #tnav li {
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    text-align: center;
  }
  #tnav li a {
    padding: 8px;
    display: block;
    font-size: 120%;
    text-align: center;
  }
  #tnav .collapse {
    width: 100%;
  }
  #buy-wrap form p {
    width: 100%;
    padding: 10px 20px;
  }
  #buy-wrap form p label {
    margin-bottom: 10px;
    display: block;
    width: 100% !important;
    float: none !important;
  }
  #buy-wrap form p select,
  #buy-wrap form p input {
    width: 100%;
    max-width: 10000px;
  }
  #buy-wrap form p input {
    border: 1px solid rgba(64,71,75,0.1);
    border-radius: 3px;
  }
  .browser_icon {
    width: 30px;
  }
  .compo-in .area-icon {
    display: block;
    margin-bottom: 20px;
  }
  .claim .title {
    font-size: 3.2vw;
  }
  .front-page-header .editor-wrap {
    overflow: visible !important;
  }
  .front-page-header .editor-wrap .editor:not(.e02):not(.inspector) {
    margin-left: -100px !important;
  }
  .product-contents article.theme {
    padding: 3vh;
    border-bottom: 1px solid rgba(64,71,75,0.1);
  }
  .solid-code .browser_icons_wrap {
    border: none;
    margin: 0;
  }
  .dark-block .area-icon:before {
    display: none;
  }
  section.docs-contents {
    overflow: hidden;
  }
  #dev-nav {
    background: #f0f3f5;
    border-bottom: 1px solid rgba(64,71,75,0.1);
    text-align: center;
  }
  #dev-nav a {
    padding: 10px;
    display: block;
  }
  .docs-nav,
  article.doc {
    padding: 3vw;
    max-width: 2000px;
  }
  iframe {
    max-width: 100%;
  }
  .subpar.full {
    max-width: 100%;
  }
  .product-head .container-fluid {
    padding-top: 50px;
  }
  .product-head .container-fluid .side-focus {
    margin: 30px -5vw 0;
  }
  #dev-nav li li a {
    font-size: 16px;
    border-bottom: 1px solid rgba(64,71,75,0.1);
  }
  #dev-nav li li a:before {
    display: none;
  }
  .features-header {
    height: auto;
  }
  .features-header .head-art {
    display: none;
  }
}
@media (min-width: 992px) {
  .vertical-align {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  #tnav li a {
    padding: 0 10px;
  }
}
body pre.prettyprint {
  letter-spacing: 0;
  word-spacing: 1px;
  background: white;
  border-radius: 3px;
  color: #40474b;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  white-space: pre-wrap;
  counter-reset: line;
  opacity: 0;
  box-shadow: 0 1px 2px rgba(43,50,57,0.2);
  padding: 0;
  width: 100%;
}
body pre.prettyprint * {
  font-family: Source Code Pro, Consolas, Menlo, monospace !important;
  display: inline-block;
  padding: 0;
  font-size: 13px;
  line-height: 1.3;
  margin: 0;
  letter-spacing: 0;
  font-weight: normal;
}
body pre.prettyprint .pun,
body pre.prettyprint .pln {
  color: #40474b;
}
body pre.prettyprint .atv,
body pre.prettyprint .str {
  color: #8f77ff;
}
body pre.prettyprint .com {
  color: #65dfb2;
}
body pre.prettyprint .tag,
body pre.prettyprint .kwd {
  color: #2a8dff;
}
body pre.prettyprint .atn {
  color: #81bcff;
}
body pre.prettyprint .line {
  padding: 4px 0 4px 40px;
  position: relative;
  width: 100%;
  clear: both;
}
body pre.prettyprint .line:empty {
  display: none;
}
body pre.prettyprint .line:first-of-type,
body pre.prettyprint .line:first-of-type:before {
  padding-top: 10px;
}
body pre.prettyprint .line:last-of-type,
body pre.prettyprint .line:last-of-type:before {
  padding-bottom: 10px;
}
body pre.prettyprint .line:before {
  counter-increment: line;
  content: counter(line);
  display: block;
  text-align: right;
  border-right: 1px solid rgba(42,141,255,0.1);
  padding: 4px 5px 4px 0;
  background: rgba(42,141,255,0.05);
  height: 100%;
  color: #2a8dff;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
}
#content article code {
  font-family: Source Code Pro, Consolas, Menlo, monospace !important;
  font-size: 13px;
  background: white;
  border: 1px solid rgba(64,71,75,0.1);
  padding: 2px 5px;
  color: #8f77ff;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
body.bbpress {
  background: #f0f3f5;
}
body.bbpress .page-default .page-wrap {
  max-width: 100%;
  padding: 0;
  background: white;
  border: none;
  padding: 20px;
  border-radius: 3px;
  border: 1px solid rgba(64,71,75,0.1);
}
body.bbpress .entry-header {
  border-bottom: 1px solid rgba(64,71,75,0.1);
}
body.bbpress .entry-header h1 {
  max-width: 800px;
  line-height: 1.2;
  margin: 0;
  border: none;
}
body.bbpress.single-forum .bbp-template-notice {
  display: none;
}
#bbpress-forums ul {
  border: none;
  border-radius: 0;
}
#bbpress-forums ul li {
  padding: 0;
  border: none;
}
#bbpress-forums div.bbp-topic-tags {
  float: none;
  display: block;
  text-align: left;
  width: 100%;
  clear: both;
}
#bbpress-forums div.bbp-search-form {
  width: 50%;
  text-align: right;
  padding: 10px 0;
}
#bbpress-forums div.bbp-search-form input {
  min-width: 100px;
}
#bbpress-forums div.bbp-search-form #bbp_search_submit {
  width: 100px;
  display: inline;
}
#bbpress-forums div.bbp-search-form #bbp_search {
  width: 300px !important;
}
#bbpress-forums .bbp-breadcrumb {
  margin-top: 14px;
}
#bbpress-forums .bbp-breadcrumb + .bbp-template-notice.info {
  display: none;
}
#bbpress-forums #subscription-toggle {
  display: block;
  float: right;
}
#bbpress-forums .bbp-forums {
  border: none;
}
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
  display: flex;
  align-items: center;
  padding: 10px;
  border-color: rgba(64,71,75,0.1);
}
#bbpress-forums a {
  color: ;
}
#bbpress-forums .bbp-forum-title {
  font-size: 18px;
}
#bbpress-forums .bbp-topic-permalink {
  font-size: 16px;
}
#bbpress-forums .bbp-forum-content {
  font-size: 14px;
  color: #89949b;
}
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
  border: none;
  font-size: 15px;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
  font-size: 13px;
}
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
  background: transparent;
  border: none;
  padding: 10px;
  border-top: 1px solid rgba(64,71,75,0.1);
}
#bbpress-forums li.bbp-header li,
#bbpress-forums li.bbp-footer li {
  border: none;
}
#bbpress-forums .status-closed:not(.sticky):not(.super-sticky) {
  background: #f0f3f5 !important;
}
#bbpress-forums .status-closed:not(.sticky):not(.super-sticky) * {
  color: rgba(64,71,75,0.6) !important;
}
#bbpress-forums .super-sticky *,
#bbpress-forums .sticky * {
  color: #2a8dff !important;
}
#bbpress-forums .bbp-pagination {
  padding-top: 15px;
  border-top: 1px solid rgba(64,71,75,0.1);
}
#bbpress-forums .avatar {
  display: none;
}
#bbpress-forums .bbp-forum-freshness a:not(.bbp-author-name),
#bbpress-forums .bbp-topic-freshness a:not(.bbp-author-name) {
  color: rgba(64,71,75,0.5);
  text-decoration: none;
}
#bbpress-forums .bbp-author-name {
  font-weight: 700;
  color: rgba(64,71,75,0.7);
}
#bbpress-forums fieldset.bbp-form {
  border: none;
  border: 1px solid rgba(64,71,75,0.1);
}
#bbpress-forums fieldset.bbp-form legend {
  margin: 0;
  width: auto;
  border: none;
}
#bbpress-forums div.bbp-the-content-wrapper input {
  width: auto;
  min-width: 30px;
}
#bbpress-forums .bbp-reply-author .avatar {
  display: block;
  border-radius: 50%;
}
#bbpress-forums .quicktags-toolbar {
  border: 1px solid #ddd;
  background: #ececec;
}
#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-topic-header,
#bbpress-forums div.bbp-reply-header,
#bbpress-forums li.bbp-body div.hentry {
  padding: 20px;
}
#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-topic-header,
#bbpress-forums div.bbp-reply-header {
  background: #ececec;
}
#bbpress-forums div.bbp-forum-header a,
#bbpress-forums div.bbp-topic-header a,
#bbpress-forums div.bbp-reply-header a {
  color: #40474b;
}
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
  max-width: 100%;
  border-radius: 0;
  border: 1px solid #ddd;
  border-top: none;
}
#bbpress-forums .bbp-private-reply {
  background: #fff7c9 !important;
}
.page-template-template-bad-request,
.page-template-template-request-license {
  background: #f0f3f5;
  position: relative;
}
.page-template-template-bad-request .pre-footer,
.page-template-template-bad-request #tnav,
.page-template-template-bad-request .colophon,
.page-template-template-request-license .pre-footer,
.page-template-template-request-license #tnav,
.page-template-template-request-license .colophon {
  display: none;
}
.page-template-template-bad-request h2,
.page-template-template-request-license h2 {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  border-bottom: 1px solid rgba(64,71,75,0.1);
  padding: 15px;
  margin: 0;
}
.page-template-template-bad-request #content,
.page-template-template-request-license #content {
  max-width: 800px;
  margin: 10vh auto 0 auto;
  background: white;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(43,50,57,0.2);
  overflow: hidden;
}
.page-template-template-bad-request #registration-dets,
.page-template-template-request-license #registration-dets {
  padding: 0;
  list-style: none;
  margin: 0;
}
.page-template-template-bad-request #registration-dets li,
.page-template-template-request-license #registration-dets li {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(64,71,75,0.1);
}
.page-template-template-bad-request #registration-dets li a,
.page-template-template-request-license #registration-dets li a {
  color: #89949b;
}
.page-template-template-bad-request #registration-dets li span,
.page-template-template-request-license #registration-dets li span {
  color: #40474b;
  float: right;
}
.page-template-template-bad-request #knob-container,
.page-template-template-request-license #knob-container {
  padding: 30px 0;
  border-right: 1px solid rgba(64,71,75,0.1);
  float: left;
  width: 300px;
}
.page-template-template-bad-request #registration-footer,
.page-template-template-request-license #registration-footer {
  width: 100%;
  padding: 20px 15px 0 0;
  text-align: right;
}
.page-template-template-bad-request #registration-footer p,
.page-template-template-request-license #registration-footer p {
  margin: 15px 0 0 0;
}
.page-template-template-bad-request #registration-footer input[type=submit],
.page-template-template-request-license #registration-footer input[type=submit] {
  background: #2a8dff;
  padding: 15px;
  display: inline-block;
  width: 200px;
  border: 1px solid transparent;
  border-radius: 3px;
  color: white;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.page-template-template-bad-request #registration-footer input[type=submit]:hover,
.page-template-template-request-license #registration-footer input[type=submit]:hover {
  background: #65dfb2;
}
.page-template-template-bad-request #activation-content,
.page-template-template-request-license #activation-content {
  background: #f6f8f9;
}
.page-template-template-bad-request #registration-dets,
.page-template-template-bad-request #registration-footer,
.page-template-template-bad-request #activation-content > h2,
.page-template-template-request-license #registration-dets,
.page-template-template-request-license #registration-footer,
.page-template-template-request-license #activation-content > h2 {
  float: right;
  width: 500px;
}
.page-template-template-bad-request #activation-content h2,
.page-template-template-bad-request #activation-content ul,
.page-template-template-bad-request #knob-container,
.page-template-template-request-license #activation-content h2,
.page-template-template-request-license #activation-content ul,
.page-template-template-request-license #knob-container {
  background: white;
}
.page-template-template-bad-request #bad-request,
.page-template-template-request-license #bad-request {
  padding: 30px;
}
