/**
 | ---------------------------------------------------------------
 | Workless by @iKreativ is a HTML, CSS and JS framework to get
 | your projects of the ground as fast as possible.
 |
 | It is split into a number of seperate CSS & JS files which
 | allows you to use as much, or as little as you please.
 |
 | You'll notice that this file contains the Base styles only
 | then all other CSS is loaded seperately.
 |
 | This is not recommended.
 |
 | Once you've decided which components you are going to use, then
 | simply copy/paste them all into a single CSS file to reduce HTTP
 | requests!
 | ---------------------------------------------------------------
 */
/**
 * Border Box
 */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/**
 * HTML5 display definitions
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
  margin: 0 auto; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

figure {
  margin: 0; }

/**
 * Base
 */
html,
body {
  margin: 0;
  padding: 0; }

body {
  width: 100%;
  overflow-x: hidden; }

/**
 * Embedded Content
 */
img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  border: 0;
  outline: 0;
  -webkit-transition: 150ms linear all;
  -moz-transition: 150ms linear all;
  transition: 150ms linear all; }

iframe {
  border: none; }

/**
 * Correct overflow not hidden in IE9 
 */
svg:not(:root) {
  overflow: hidden; }

/**
 * Print styles
 */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/**
 * Typography
 */
html {
  font: 16px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif; }

body {
  font-weight: normal;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility; }

::-moz-selection {
  background: #000000;
  color: #ffffff;
  text-shadow: none; }

::selection {
  background: #000000;
  color: #ffffff;
  text-shadow: none; }

a {
  color: #000000;
  font-weight: inherit;
  font-size: inherit;
  text-decoration: none;
  -webkit-transition: 250ms linear all;
  -moz-transition: 250ms linear all;
  transition: 250ms linear all; }

a:focus {
  outline: 0; }

a:hover,
a:active {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  color: inherit;
  font-weight: bold; }

blockquote,
blockquote p {
  font-size: 24px;
  font-weight: 400;
  position: relative;
  z-index: 5;
  float: left;
  margin-top: 0;
  margin-bottom: 5px; }

span.fancyamp {
  font-family: Baskerville, Palatino, "Book Antiqua", serif;
  font-style: italic;
  color: inherit;
  font-size: inherit; }

dfn {
  font-style: italic; }

hr {
  display: inline-block;
  height: 0px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #eeeeee;
  padding: 0;
  margin: 25px 0; }

ins {
  background: #ffffe0;
  text-decoration: none; }

mark {
  background: #ffffe0;
  font-style: italic;
  font-weight: bold; }

address {
  display: block;
  line-height: 18px;
  margin-bottom: 18px; }

pre,
code,
kbd,
samp {
  font-family: monospace; }

code {
  padding: 2px 4px;
  background: #f9f9f9;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  font-size: 12px; }

pre {
  display: block;
  overflow: hidden;
  background: #f9f9f9;
  border: 1px solid #eeeeee;
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 2px;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-family: monospace;
  font-size: 12px; }

q {
  quotes: none; }

q:before,
q:after {
  content: "";
  content: none; }

small {
  font-size: 0.6em; }

/**
 * Position subscript and superscript
 * content without affecting line-height.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/**
 * Give paragraphs some default styling.
 */
p {
  line-height: 26px;
  margin: 0 0 1em 0;
  display: block; }

/**
 * Lists
 */
ul,
ol {
  margin: 0 0 15px 0;
  padding: 0; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

ol.roman {
  list-style: upper-roman; }

li {
  line-height: 1.5em; }

dl {
  margin-bottom: 15px; }

dl dt,
dl dd {
  font-size: 16px; }

dl dt {
  font-weight: bold; }

dl dd {
  margin-left: 9px; }

ul, ol {
  margin: 0 0 10px 20px;
  padding: 0; }

dd {
  margin: 0 0 0 20px; }

/**
 * Set heading styles
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1em 0;
  line-height: 1.2em; }

h1, h2, h3, h4 {
  font-weight: 400; }

h5, h6 {
  font-weight: 600; }

/**
 * We probably don't want list-styles if it's in a navigation.
 */
nav ul,
nav ol,
#nav ul,
#nav ol,
#navigation ul,
#navigation ol,
.nav {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

/**
 * Labels and notifications
 */
.label {
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #3F3F49;
  padding: 4px 6px;
  border-radius: 3px; }

.notification {
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  line-height: 14px;
  color: #ffffff;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  padding: 4px 8px 5px 8px;
  border-radius: 25px; }

.label.red,
.notification.red {
  background-color: #ff2b25; }

.label.orange,
.notification.orange {
  background-color: #F16863; }

.label.green,
.notification.green {
  background-color: #91bd09; }

.label.blue,
.notification.blue {
  background-color: #2daebf; }

.label.pink,
.notification.pink {
  background-color: #fe57a1; }

.label.magenta,
.notification.magenta {
  background-color: #a9014b; }

.label.yellow,
.notification.yellow {
  background-color: #ffb515; }

.label.flat,
.notification.flat {
  border-bottom: none;
  box-shadow: none; }

/**
 * Cancel list styles
 */
.nolist {
  list-style: none;
  margin: 0;
  padding: 0; }

/**
 * Cancel margins
 */
.no-top-margin {
  margin-top: 0; }

.no-bottom-margin {
  margin-bottom: 0; }

.no-left-margin {
  margin-left: 0; }

.no-right-margin {
  margin-right: 0; }

/**
 * Cancel borders
 */
.no-border {
  border: none; }

.no-top-border {
  border: none; }

.no-bottom-border {
  border: none; }

.no-left-border {
  border: none; }

.no-right-border {
  border: none; }

/**
 * Colors
 */
.muted {
  color: #888888; }

/**
 * Positioning
 */
.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  float: none;
  margin: 0 auto;
  text-align: center; }

.textleft {
  text-align: left; }

.textright {
  text-align: right; }

.textcenter {
  text-align: center; }

.inline {
  display: inline; }

/**
 * Hide from screenreaders and browsers.
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/**
 * Hide only visually, but have it available
 * for screenreaders.
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/**
 * Extends the .visuallyhidden class to allow
 * the element to be focusable when navigated
 * to via the keyboard.
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/**
 * Hide visually and from screenreaders, but
 * maintain layout
 */
.invisible {
  visibility: hidden; }

/**
 * Floats
 */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

/**
 * Misc
 */
.help-text {
  font-size: 12px; }

/**
 * Scaffolding
 */
.boxed {
  width: 55%;
  margin: 0 auto; }

.one-full {
  width: 100%;
  margin: 0;
  margin-bottom: 25px;
  float: left; }

.one-half,
.one-third,
.two-third,
.one-quarter,
.three-quarter,
.one-fifth,
.two-fifth,
.three-fifth,
.four-fifth {
  margin: 0;
  padding-right: 25px;
  margin-bottom: 25px;
  float: left; }

.one-full {
  width: 100%; }

.one-half {
  width: 50%; }

.one-third {
  width: 33.33333%; }

.two-third {
  width: 66.66666%; }

.one-quarter {
  width: 25%; }

.three-quarter {
  width: 75%; }

.one-fifth {
  width: 20%; }

.two-fifth {
  width: 40%; }

.three-fifth {
  width: 60%; }

.four-fifth {
  width: 80%; }

html,
body,
#iframe {
  min-height: calc(100% - 55px); }

body,
p,
a,
li {
  color: #fffefe;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

a {
  text-decoration: none;
  -webkit-transition: 250ms linear all;
  -moz-transition: 250ms linear all;
  transition: 250ms linear all; }

#switcher {
  background: #0A1D33;
  width: 100%;
  height: 54px;
  z-index: 99999 !important;
  position: fixed;
  top: 0;
  float: left;
  transition: all 300ms;
  display: flex;
  justify-content: space-between;
  align-items: center; }

#switcher .logo {
  padding: 0;
  height: 100%;
  float: left; }

#switcher a.themes-open {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px 35px 15px 15px;
  line-height: 24px;
  float: left;
  width: 350px;
  position: relative; }
  #switcher a.themes-open.selected i {
    transform: rotate(180deg); }

#switcher a.themes-open i {
  transition: all 300ms;
  position: absolute;
  right: 15px;
  top: calc(50% - 5px); }

.choose-theme {
  float: left;
  position: relative; }
  .choose-theme a {
    display: inline;
    padding: 10px 0; }

.choose-theme ul {
  margin: 0 0 20px;
  padding: 0; }

.choose-theme .theme-list {
  background-color: #0A1D33;
  left: 0;
  margin: 0;
  height: auto;
  max-height: 65vh;
  padding: 10px 15px;
  position: absolute;
  top: 100%;
  width: 350px;
  z-index: 9;
  display: none;
  overflow: hidden;
  overflow-y: auto;
  box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.2); }

.wrap-theme-list {
  width: 100%;
  margin: 0 0 10px;
  padding: 0; }

.theme-list .theme-thumb {
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
  display: none;
  max-width: 286px;
  padding: 2px;
  position: absolute;
  right: -100%;
  top: 8px;
  z-index: 9; }

.theme-list .theme-thumb:before {
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
  content: "";
  height: 10px;
  left: -5px;
  position: absolute;
  top: 10px;
  transform: rotate(45deg);
  width: 10px;
  z-index: -1; }

.theme-list .theme-thumb img {
  max-width: 100%;
  width: 100%; }

#switcher .theme-list ul li {
  display: block; }

.theme-list a:hover .theme-thumb {
  display: block; }

.theme-list a {
  color: #fff;
  display: flex;
  justify-content: space-between;
  font-weight: normal;
  text-transform: capitalize;
  position: relative;
  align-items: flex-start; }

.theme-list .theme-column {
  width: 25%;
  float: left;
  padding-right: 20px; }

.theme-list .theme-column:last-child {
  padding-right: 0; }

.item-tag {
  font-size: 10px;
  text-transform: uppercase;
  background: #0071bd;
  color: #fff;
  padding: 3px 5px;
  border-radius: 2px;
  line-height: 12px;
  white-space: nowrap; }
  .item-tag.wordpress, .item-tag.wordpress-theme {
    background: #207195; }
  .item-tag.plugin, .item-tag.wordpress-plugin {
    background: #009bab; }
  .item-tag.magento, .item-tag.magento-theme {
    background: #ea6426; }
  .item-tag.extension, .item-tag.magento-extension {
    background: #f74c00; }
  .item-tag.shopify, .item-tag.shopify-theme {
    background: #91b947; }
  .item-tag.app, .item-tag.shopify-app {
    background: #00add0; }

.wrap-left, .list-action-links:not(.stick-button) {
  width: calc(50% - 65px); }

#responsive {
  width: 130px; }

#responsive ul {
  float: left;
  margin: 0; }

#responsive ul li {
  float: left;
  padding: 13px 15px; }

#responsive ul li a {
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6; }

#responsive ul li a:hover, #responsive ul li a.active {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }

#switcher ul li {
  display: inline;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }

#switcher .right {
  float: right;
  margin: 0;
  padding: 0; }

.list-action-links {
  display: flex;
  justify-content: flex-end; }

.list-action-links li a {
  font-size: 12px;
  float: left;
  padding: 15px 25px;
  line-height: 24px; }
  .list-action-links li a i {
    padding-right: 3px; }

.list-action-links li.support-link a {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1); }

.list-action-links li.purchase a {
  background: #7ABF28;
  margin: 0; }

.list-action-links li.remove_frame a {
  background: #0A1D33;
  padding: 14px 18px;
  height: 54px;
  margin: 0; }

.list-action-links li a:hover {
  background: #ffffff;
  color: #2b363e;
  font-size: 12px;
  float: left; }

.current-theme-name {
  font-size: 11px;
  line-height: 45px;
  padding: 0 20px;
  text-transform: uppercase; }

.theme-item {
  margin: 10px; }

.theme-item img {
  max-width: 100%; }

#push,
#aside {
  -webkit-transition: 150ms linear all;
  -moz-transition: 150ms linear all;
  transition: 150ms linear all; }

#aside {
  overflow-y: scroll;
  position: fixed;
  left: -400px;
  top: 0;
  bottom: 0;
  z-index: 99999;
  background: #20282e; }

#aside.toggled {
  left: 0; }

#aside::-webkit-scrollbar {
  background: #20282e !important;
  color: #20282e !important; }

#aside::-webkit-scrollbar-thumb {
  background: #20282e !important;
  color: #20282e !important; }

#aside h4 {
  font-size: 16px;
  margin-bottom: 35px; }

#aside ul li {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-weight: 500;
  text-transform: uppercase; }

#aside ul li:last-child {
  margin-bottom: 25px;
  border-bottom: none; }

#aside ul li a {
  font-size: 11px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.6); }

#aside ul a:hover {
  color: #ffffff; }

#aside .type {
  padding: 1px 4px 0 4px;
  margin-top: -1px;
  border-radius: 2px;
  font-size: 10px;
  float: right; }

#aside .type.wp {
  background: #21759b;
  color: rgba(255, 255, 255, 0.6); }

#aside .type.html {
  background: #bada55;
  color: rgba(0, 0, 0, 0.6); }

#aside p.notes {
  font-size: 11px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.4);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }

img#preview {
  background: #0a1d33;
  padding: 25px;
  width: 550px !important;
  position: absolute;
  z-index: 99999 !important;
  top: 100%;
  display: none; }

.desktop {
  width: 100%;
  height: 100%; }

.tablet,
.mobile {
  margin-top: 100px !important; }

.tablet {
  margin-top: 30px;
  width: 535px;
  height: 783px !important;
  padding: 65px 27px 78px 28px;
  background: url("../img/tablet.png") no-repeat; }
  .tablet #iframe {
    height: 100%; }

.mobile {
  width: 357px;
  height: 715px !important;
  margin: 0 auto;
  background: url("../img/mobile.png") no-repeat;
  padding: 92px 19px 102px 19px; }

#wrapper {
  height: 54px;
  transition: all 300ms; }

#frame_wrapper {
  height: calc(100% - 54px);
  position: relative;
  z-index: 50;
  margin: 0 auto;
  transition: all 300ms; }

#frame_wrapper.tablet iframe,
#frame_wrapper.mobile iframe {
  height: 100% !important; }

.list-action-links.stick-button {
  position: fixed;
  right: 0;
  top: 0;
  background: #af5875;
  transition: all 300ms;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  height: 45px; }
  .list-action-links.stick-button li a {
    height: 100%;
    padding: 10px;
    text-align: center;
    width: 45px; }
    .list-action-links.stick-button li a:hover {
      background: transparent;
      color: #fff; }

body.full-preview #wrapper {
  height: 0; }
body.full-preview #frame_wrapper {
  margin-top: 0;
  height: 100%;
  max-height: 100%; }
body.full-preview #switcher {
  top: -55px; }
body.full-preview .stick-button {
  opacity: 1;
  visibility: visible; }

.wrap-loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 500ms;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center; }

#frame_wrapper.loading {
  width: 100vw;
  height: 100vh;
  position: relative; }
  #frame_wrapper.loading #iframe {
    visibility: hidden;
    opacity: 0; }
  #frame_wrapper.loading .wrap-loader {
    opacity: 1;
    visibility: visible; }

.cube-folding {
  width: 50px;
  height: 50px;
  display: inline-block;
  transform: rotate(45deg);
  font-size: 0; }
  .cube-folding span {
    position: relative;
    width: 25px;
    height: 25px;
    transform: scale(1.1);
    display: inline-block; }
    .cube-folding span::before {
      content: '';
      background-color: #0a1d33;
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 25px;
      height: 25px;
      -moz-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
      -webkit-transform-origin: 100% 100%;
      transform-origin: 100% 100%;
      animation: folding 2.5s infinite linear both; }
  .cube-folding .leaf2 {
    transform: rotateZ(90deg) scale(1.1); }
    .cube-folding .leaf2::before {
      animation-delay: 0.3s;
      background-color: #06111e; }
  .cube-folding .leaf3 {
    transform: rotateZ(270deg) scale(1.1); }
    .cube-folding .leaf3::before {
      animation-delay: 0.9s;
      background-color: #06111e; }
  .cube-folding .leaf4 {
    transform: rotateZ(180deg) scale(1.1); }
    .cube-folding .leaf4::before {
      animation-delay: 0.6s;
      background-color: #020508; }

@keyframes folding {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }
/**
 * Mobile
 */
#aside {
  width: 190px;
  padding: 15px; }

#push.toggled {
  -moz-transform: translateX(190px);
  -webkit-transform: translateX(190px);
  transform: translateX(190px); }

img#preview {
  left: 165px; }

#frame_wrapper {
  overflow: visible; }

#responsive {
  display: none; }

.one_full,
.one_half,
.one_third,
.two_third,
.one_quarter,
.one_fifth {
  width: 100%;
  padding-right: 0; }

h1 {
  font-size: 180%; }

h2 {
  font-size: 160%; }

h3 {
  font-size: 150%; }

h4 {
  font-size: 140%; }

h5 {
  font-size: 130%; }

h6 {
  font-size: 120%; }

@media only screen and (max-width: 1200px) {
  .choose-theme {
    position: static; }

  .choose-theme .theme-list {
    width: 100%;
    max-width: 100%; }

  .wrap-left, .list-action-links:not(.stick-button) {
    width: auto; } }
@media only screen and (max-width: 992px) {
  #wrapper {
    height: 45px; }

  #switcher {
    height: 45px; }
    #switcher .logo {
      padding: 7px 15px;
      height: 45px; }
    #switcher a.themes-open {
      width: auto;
      padding: 10px 35px 10px 15px; }

  .list-action-links li a {
    width: 45px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
    line-height: 25px;
    height: 45px;
    padding: 10px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .list-action-links li a i {
      width: 100%;
      font-size: 12px;
      padding: 0; }
    .list-action-links li a:hover {
      font-size: 0;
      line-height: 25px; }
  .list-action-links li.remove_frame a {
    padding: 10px 15px;
    height: 45px; } }
@media only screen and (max-width: 767px) {
  .theme-list .theme-column {
    width: 100%; }

  .theme-list .theme-thumb {
    right: 0;
    max-width: 180px; } }
/**
 * Tablets
 */
@media only screen and (min-width: 767px) {
  #aside {
    width: 250px;
    padding: 35px; }

  #push.toggled {
    -moz-transform: translateX(250px);
    -webkit-transform: translateX(250px);
    transform: translateX(250px); }

  img#preview {
    left: 100%; } }
/**
 * Tablets Landscape
 */
@media only screen and (min-width: 1023px) {
  .one_full {
    width: 100%; }

  .one_half {
    width: 50%;
    padding-right: 50px; }

  .one_third {
    width: 33.33333%;
    padding-right: 50px; }

  .two_third {
    width: 66.66666%;
    padding-right: 50px; }

  .one_quarter {
    width: 25%;
    padding-right: 50px; }

  .one_fifth {
    width: 20%;
    padding-right: 50px; } }
/**
 * Small Desktops
 */
@media only screen and (min-width: 1279px) {
  #frame_wrapper {
    overflow: hidden; }

  #responsive {
    display: inline; } }
/**
 * Large Desktops
 */
/* Fix IE */
@media screen and (min-width: 0\0) {
  [class^="icon-"]:before,
  [class*=" icon-"]:before {
    margin-top: -500px !important; }

  #push.toggled {
    margin-left: 250px; } }

/*# sourceMappingURL=styles.css.map */
