:focus {
  outline: none; }

@font-face {
  font-family: 'ProximaNova';
  src: url('../font/proximanova-regular-webfont.eot');
  src: url('../font/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/proximanova-regular-webfont.woff') format('woff'), url('../font/proximanova-regular-webfont.ttf') format('truetype'), url('../font/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova';
  src: url('proximanova-bold-webfont.eot');
  src: url('proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'), url('proximanova-bold-webfont.woff') format('woff'), url('proximanova-bold-webfont.ttf') format('truetype'), url('proximanova-bold-webfont.svg#proxima_novabold') format('svg');
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'glyphterregular';
  src: url('../font/glyphter-font-webfont.eot');
  src: url('../font/glyphter-font-webfont.eot?#iefix') format('embedded-opentype'), url('../font/glyphter-font-webfont.woff') format('woff'), url('../font/glyphter-font-webfont.ttf') format('truetype'), url('../font/glyphter-font-webfont.svg#GlyphterNEWEST') format('svg');
  font-weight: normal;
  font-style: normal; }

#font-name::-webkit-input-placeholder {
  color: #FFF; }

#font-name:-moz-placeholder {
  color: #FFF; }

#font-name::-moz-placeholder {
  color: #FFF; }

#font-name:-ms-input-placeholder {
  color: #FFF; }

body {
  background-color: #EF6F6F;
  color: #EF5E5E;
  font-family: ProximaNova, sans-serif;
  min-width: 960px; }

h1, h2 {
  margin: 0;
  font-family: ProximaNova, sans-serif; }

h1 {
  color: #FFF;
  margin-left: 35px;
  background-image: url(../images/logo.svg);
  background-size: cover;
  width: 145px;
  display: inline-block;
  height: 50px;
  vertical-align: bottom;
  margin-bottom: -5px; }

.b {
  font-weight: bold; }

.i {
  font-style: italic; }

.big-txt {
  font-size: 20px; }

.med-txt {
  font-size: 16px; }

.black {
  color: #000; }

.light-grey {
  color: #C1C1C1; }

.green {
  color: #13D157; }

.error {
  color: #EF5E5E; }

.ml5 {
  margin-left: 5px; }

.mt10 {
  margin-top: 10px; }

.mb20 {
  margin-bottom: 20px; }

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

.text-btm {
  vertical-align: text-bottom; }

.vab {
  vertical-align: bottom; }

span.hidden-xs, span.hidden-sm {
  display: inline !important; }

.dark-grey-rounded-border {
  border: 1px solid #414141;
  border-radius: 5px; }

.small-text {
  font-size: 12px; }

.half-width-img {
  width: 50%;
  margin: 0 auto; }

.row {
  position: relative; }

.abs-h100 {
  position: absolute;
  height: 100%; }

.border-right {
  border-right: 1px solid; }

.center-block {
  /* May want to do this if there is risk the container may be narrower than the element inside */
  white-space: nowrap; }

/* The ghost, nudged to maintain perfect centering */
.center-block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */ }

/* The element to be centered, can also be of any width and height */
.vert-center {
  display: inline-block;
  vertical-align: middle;
  width: 97.5%; }

.grid-input, .premium-button {
  color: #E53C3C;
  background-color: #EF5E5E;
  padding: 12px;
  border-radius: 5px;
  font-size: 18px;
  border: none;
  text-align: center; }

.grid-input {
  padding: 8px;
  font-size: 22px; }
  .grid-input::-webkit-input-placeholder {
    color: #E53C3C; }
  .grid-input:-moz-placeholder {
    color: #E53C3C; }
  .grid-input::-moz-placeholder {
    color: #E53C3C; }
  .grid-input:-ms-input-placeholder {
    color: #E53C3C; }

.premium-button {
  position: relative;
  width: 100%;
  display: block;
  box-shadow: 0px 4px 0px #E53C3C;
  -webkit-transition: all 0.25s;
  top: 0; }
  .premium-button:hover {
    top: 2px;
    color: rgba(229, 60, 60, 0.8);
    text-decoration: none;
    box-shadow: 0 0 0 #E53C3C; }

.form-padding > .col-sm-9, .form-padding > .col-sm-6, .form-padding > .col-sm-3 {
  padding-right: 5px;
  padding-left: 5px; }

#premium-form .form-control {
  text-align: left; }
#premium-form .modal-body {
  padding: 20px 70px; }

#container h2 {
  color: #777;
  font-size: 28px;
  margin-left: 20px; }

form footer {
  padding: 5px 45px;
  background-color: #414141;
  border-top: 2px solid #2D2D2D;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1; }

.inline {
  display: inline; }

.u {
  text-decoration: underline; }

.glyphter {
  font-family: glyphterregular;
  display: inline-block; }

.label-input-wrapper {
  position: relative;
  border-bottom: 2px solid; }
  .label-input-wrapper > label {
    display: block;
    font-weight: normal;
    margin-bottom: 0; }
  .label-input-wrapper > input {
    color: #EF5E5E;
    text-align: center;
    font-size: 28px;
    width: 100%; }
  .label-input-wrapper:before {
    left: 0; }
  .label-input-wrapper:after, .label-input-wrapper:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 25%;
    width: 2px;
    background: #777; }

/*.dz-image-preview{
     text-align:center;
     height:100%;
}
.dz-image-preview:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; 
}
.dz-image-preview>svg{
     display:inline-block;
     vertical-align:middle;
     margin-right: 0.25em;
}*/
#container {
  margin-top: 20px;
  width: 96%;
  padding: 54px 0 30px 0;
  /* position:relative; */ }

input, input:focus {
  outline: none; }

#font-set {
  overflow: hidden;
  padding-left: 5px;
  margin-left: -5px; }

.share-bar {
  top: 0;
  position: fixed;
  left: 0;
  z-index: 1;
  width: 100%;
  opacity: 0;
  font-size: 16px;
  color: #EF5E5E;
  background-color: #EFBFBF;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear; }

.share-bar.visible {
  opacity: 1; }
  .share-bar.visible ~ #container {
    position: relative; }

.close-share-bar {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 15px;
  height: 25px;
  width: 25px;
  line-height: 28px;
  text-align: center;
  font-size: 30px;
  color: #EF5E5E;
  background-color: rgba(239, 94, 94, 0.5);
  border-radius: 50%;
  cursor: pointer; }
  .close-share-bar:hover {
    color: #E54A4A;
    text-decoration: none; }

.open ~ #container > #font-set {
  margin-left: 5px; }

.header-wrapper {
  width: 100%;
  padding: 0 calc(30px + 2%);
  color: #FFF;
  background: rgba(65, 65, 65, 0.65);
  /*  @include vendor-prefix(transition,opacity .5s linear); */
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1; }
  .header-wrapper > * {
    border: none;
    font-size: 30px;
    max-height: 54px;
    line-height: 1.75;
    float: left; }
  .header-wrapper #save-font + button[type="submit"] {
    margin-top: 6px;
    padding: 6px 12px; }
  .header-wrapper > :first-child {
    width: calc(100% - 260px); }
    .header-wrapper > :first-child > :first-child, .header-wrapper > :first-child > :nth-child(3) {
      font-size: 28px;
      line-height: 1;
      padding: 7px;
      border-radius: 5px;
      border: 2px solid #2D2D2D;
      margin: 5px;
      background: none;
      color: #FFF; }
    .header-wrapper > :first-child > :nth-child(2) {
      background-color: #414141;
      border: none;
      color: #555;
      font-weight: bold;
      text-align: center;
      font-size: 22px;
      line-height: 52px; }
    .header-wrapper > :first-child > * {
      vertical-align: top; }
  .header-wrapper > :last-child {
    float: right;
    width: 200px;
    font-size: 20px;
    line-height: 54px;
    /* margin-right:4%;
          margin-left:-4%;
          margin-right: calc(4% + 5px);
          margin-left: calc(-4% - 5px); */ }
    .header-wrapper > :last-child > section {
      width: 100%;
      text-align: right; }
  .header-wrapper button.glyphter:hover {
    background-color: #2D2D2D; }

.share-bar ~ * {
  -webkit-transition: top 0.25s linear;
  transition: top 0.25s linear; }

.share-bar.visible ~ *:not(.gopher-wrapper), .share-bar.visible ~ #container .header-wrapper {
  /* -webkit-transform:translateY(55px);
     transform:translateY(55px); breaks in chrome */
  top: 55px !important; }

.share-bar.visible ~ .faq {
  top: auto !important; }

.shareaholic-ui.shareaholic-share-buttons-wrapper {
  position: relative;
  margin-right: -120px !important; }
  .shareaholic-ui.shareaholic-share-buttons-wrapper:before {
    content: "Love Glyphter? Spread the word!";
    left: -245px;
    line-height: 49px;
    font-size: 15px;
    position: absolute;
    font-weight: bold; }

#save-font > span:last-child {
  display: none; }
#save-font > span:first-child {
  display: block; }

#save-font.saved > span:first-child {
  display: none; }
#save-font.saved > span:last-child {
  display: block; }

a.header-link {
  color: #FFF;
  font-weight: bold; }
  a.header-link:hover {
    text-decoration: underline; }
  a.header-link:first-child {
    padding-right: 6px;
    border-right: 1px solid #2D2D2D; }
  a.header-link:last-child {
    padding-left: 6px;
    border-left: 1px solid #2D2D2D; }

.my-fonts-btn {
  float: left;
  width: 140px;
  text-align: center;
  border: 2px solid #2D2D2D;
  border-radius: 5px;
  line-height: 41px;
  margin-top: 5px; }
  .my-fonts-btn:hover {
    background-color: #2D2D2D; }
    .my-fonts-btn:hover > span:first-child {
      border-right: 2px solid #414141; }
  .my-fonts-btn .arrow {
    border: 10px solid transparent;
    border-top: 10px solid #FFF;
    display: inline-block;
    width: 0;
    position: relative;
    top: 8px;
    left: 3px; }
  .my-fonts-btn > span:first-child {
    padding-right: 10px;
    border-right: 2px solid #2D2D2D; }

#login > span {
  vertical-align: middle;
  /* &:first-of-type{
          margin-left:-15px;
     }
     &:nth-of-type(2){
          margin-left:15px;
     } */ }

#my-fonts .dropdown-menu {
  line-height: 1.75;
  text-align: center; }

#loginOrMyStuff {
  cursor: pointer; }
  #loginOrMyStuff .dropdown-menu {
    background: #2D2D2D;
    border: 2px solid #777;
    padding: 10px;
    left: -100px;
    width: 90%;
    min-width: 250px;
    margin-top: 15px; }
    #loginOrMyStuff .dropdown-menu:before, #loginOrMyStuff .dropdown-menu:after {
      content: "";
      position: absolute;
      top: -30px; }
    #loginOrMyStuff .dropdown-menu:before {
      border: 15px solid transparent;
      border-bottom: 15px solid #777;
      right: 20px; }
    #loginOrMyStuff .dropdown-menu:after {
      border: 12px solid transparent;
      border-bottom: 12px solid #2D2D2D;
      right: 23px;
      top: -24px; }
    #loginOrMyStuff .dropdown-menu .trigger-join {
      text-align: right;
      display: block;
      line-height: 1;
      margin-top: 10px; }
  #loginOrMyStuff ::-webkit-input-placeholder {
    color: #777; }
  #loginOrMyStuff :-moz-placeholder {
    color: #777; }
  #loginOrMyStuff ::-moz-placeholder {
    color: #777; }
  #loginOrMyStuff :-ms-input-placeholder {
    color: #777; }
  #loginOrMyStuff input {
    text-align: center;
    width: 100%;
    font-size: 20px;
    border-radius: 5px;
    padding: 5px;
    color: #FFF; }
  #loginOrMyStuff input:not([type=submit]) {
    display: block;
    margin: 5px 0;
    background: #2D2D2D;
    border: 2px solid #777; }
  #loginOrMyStuff input[type=submit], #loginOrMyStuff input[type=button] {
    background: #EF5E5E;
    color: #F9CBCB;
    font-weight: bold;
    border: none; }

#new-project {
  padding: 8px 8px 12px 8px;
  font-size: 1.3em;
  color: #C1C1C1;
  font-weight: bold;
  margin-bottom: 10px; }
  #new-project span {
    font-size: 1.4em;
    line-height: 1.25em; }
  #new-project .isnt-premium {
    margin-top: 5px; }
  #new-project .premium-button {
    padding: 6px; }

#project-list, #font-list > ul {
  max-height: 400px; }

#project-list {
  margin-left: -10px;
  padding: 0 0 0 10px;
  list-style: none; }
  #project-list li {
    text-align: left;
    overflow: visible;
    position: relative;
    border-bottom: 1px solid #414141;
    color: #C1C1C1;
    font-size: 1.5em;
    font-weight: bold;
    word-wrap: break-word; }
    #project-list li.active {
      color: #EF5E5E; }
    #project-list li.active:before, #project-list li:hover:before {
      content: "";
      position: absolute;
      left: -10px;
      width: 4px;
      height: 100%;
      background: #777; }
    #project-list li span:first-child {
      display: inline-block;
      margin-right: 35px;
      word-break: break-all;
      word-wrap: break-word; }
    #project-list li .remove {
      display: none;
      color: #EF5E5E; }
      #project-list li .remove:before {
        content: "\00d7";
        position: absolute;
        line-height: 1;
        font-size: 36px;
        right: 0.3em;
        top: -2px; }
    #project-list li:hover .remove {
      display: block; }

h4, h5 {
  font-weight: bold; }

button[type="submit"]:not(#save-font), .red-button, .btn-default {
  max-width: 100%;
  background: #EF5E5E;
  color: #FFF;
  border: none;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 12px 24px;
  margin-right: 10px;
  font-weight: bold; }
  button[type="submit"]:not(#save-font) img, .red-button img, .btn-default img {
    width: 23px;
    vertical-align: top;
    margin: 5px 0 0 10px;
    border-left: 2px solid #E53C3C;
    padding-left: 6px; }
  button[type="submit"]:not(#save-font):hover, .red-button:hover, .btn-default:hover {
    background: #E54A4A;
    color: #FFF; }

.letter-dropzone, .add-new-glyph {
  min-width: 150px;
  width: 20%;
  height: 100px;
  border: 5px solid #EF5E5E;
  float: left;
  font-size: 30px;
  margin: 0 0 -5px -5px;
  padding: 15px;
  line-height: 1;
  font-weight: bolder;
  font-family: HelveticaNeue, Helvetica, Arial, sans-serif; }
  .letter-dropzone:nth-last-child(-n+2), .add-new-glyph:nth-last-child(-n+2) {
    margin-bottom: 0; }
  .letter-dropzone img, .add-new-glyph img {
    display: none; }
  .letter-dropzone.editing .preview-svg + .edit, .add-new-glyph.editing .preview-svg + .edit {
    display: block; }

.letter-dropzone:hover, .add-new-glyph {
  color: #E53C3C; }
  .letter-dropzone:hover .dz-remove, .letter-dropzone:hover:hover .edit, .add-new-glyph .dz-remove, .add-new-glyph:hover .edit {
    display: block; }

.add-new-glyph {
  position: relative;
  text-align: center; }
  .add-new-glyph > div {
    margin-top: -15px; }
    .add-new-glyph > div > p:first-child {
      font-size: 18px;
      line-height: 1.3; }

.open ~ #container .letter-dropzone, .open ~ #container .add-new-glyph {
  width: 20%; }

.preview-svg {
  position: relative;
  z-index: -1;
  display: block;
  margin: 0 auto; }

.preview-svg * {
  fill: #FFF; }

.tooltip-text {
  width: 460px;
  height: 56px;
  line-height: 2;
  font-size: 28px;
  text-align: center;
  color: white;
  background: rgba(65, 65, 65, 0.74902);
  border: 0px solid #2d2d2d;
  border-radius: 5px;
  text-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 2px 0px;
  margin-top: 70px;
  margin-left: 40px; }
  .tooltip-text:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 18px;
    border-style: solid;
    border-color: transparent rgba(65, 65, 65, 0.75) transparent transparent;
    top: 80px;
    left: 154px; }
  .tooltip-text img {
    height: 28px;
    margin: 14px 10px 14px 0; }
  .tooltip-text a {
    color: #FFF; }
    .tooltip-text a:hover {
      color: #EF5E5E; }

/* .gopher-top-wrapper{
     position: fixed;
     top:-25px;
     left:25%;
     min-width: 830px;
     z-index:3;
     display:none;
} */
.gopher-wrapper {
  position: fixed;
  display: none;
  bottom: 0;
  /* left:25%; */
  left: 100%;
  margin-left: -800px;
  min-width: 745px;
  z-index: 2; }
  .gopher-wrapper .gopher {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    transform: rotateZ(180deg); }
  .gopher-wrapper .tooltip-text {
    width: 550px; }

@media (min-width: 1205px) {
  .open ~ .gopher-wrapper {
    margin-left: -1200px; } }

.gopher {
  background-image: url(../images/gopher.svg);
  background-size: cover;
  height: 173px;
  width: 150px; }

/* .gopher-top-vis{
     display:block;
     @include vendor-prefix(animation, gopher-top .75s linear); */
/*  @include vendor-prefix(animation-timing-function,);
     animation:gopher-top .75s;
     -webkit-animation:gopher-top .75s;
     animation-timing-function:linear;
     -webkit-animation-timing-function:linear; */
/* } */
.gopher-vis {
  display: block;
  -webkit-animation: gopher-btm 0.75s linear both;
  -ms-animation: gopher-btm 0.75s linear both;
  -moz-animation: gopher-btm 0.75s linear both;
  -o-animation: gopher-btm 0.75s linear both;
  animation: gopher-btm 0.75s linear both;
  /* animation:gopher-btm .75s both;
     -webkit-animation:gopher-btm .75s both;
     animation-timing-function:linear;
     -webkit-animation-timing-function:linear; */ }

@keyframes gopher-top {
  0% {
    top: -173px; }

  75% {
    top: 0; }

  100% {
    top: -25px; } }

@-webkit-keyframes gopher-top {
  0% {
    top: -173px; }

  75% {
    top: 0; }

  100% {
    top: -25px; } }

@keyframes gopher-btm {
  0% {
    bottom: -186px; }

  75% {
    bottom: 0; }

  100% {
    bottom: -15px; } }

@-webkit-keyframes gopher-btm {
  0% {
    bottom: -186px; }

  75% {
    bottom: 0; }

  100% {
    bottom: -15px; } }

@keyframes email-err {
  0% {
    color: #FFF; }

  50% {
    color: #EF5E5E; }

  100% {
    color: #FFF; } }

@-webkit-keyframes email-err {
  0% {
    color: #FFF; }

  50% {
    color: #EF5E5E; }

  100% {
    color: #FFF; } }

.dz-image-preview {
  clear: both;
  position: relative;
  text-align: center;
  height: 85%; }
  .dz-image-preview.dz-error {
    display: none; }
  .dz-image-preview > img {
    width: 50%; }
  .dz-image-preview > svg:not(.edit) {
    width: 80%;
    height: 80%; }
  .dz-image-preview > svg:last-child {
    display: none; }
  .dz-image-preview .edit {
    font-size: 28px;
    cursor: pointer;
    width: 15%;
    bottom: 0;
    right: -6px; }
  .dz-image-preview .icon-class {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px; }

.editing {
  background-color: #414141; }
  .editing span {
    color: #FFF; }
  .editing .edit {
    color: #2D2D2D; }
  .editing .preview-svg {
    z-index: 0; }

.no-email {
  animation: email-err 0.5s;
  -webkit-animation: email-err 0.5s;
  -webkit-animation-iteration-count: 5;
  animation-iteration-count: 5;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear; }

.edit, .dz-remove {
  display: none;
  position: absolute; }

.dz-remove {
  font-size: 55px;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  top: -50px;
  right: -10px;
  font-weight: normal;
  color: #EF5E5E; }
  .dz-remove:hover {
    color: #EF5E5E;
    text-decoration: none; }

.white-ltr {
  color: #FFF;
  background: #EF5E5E; }

#toolbox-icon {
  color: #FFF;
  font-size: 50px;
  line-height: 67px;
  margin-left: -59px;
  margin-top: -7px;
  position: absolute;
  letter-spacing: -5px;
  cursor: pointer;
  border-right: 2px solid #2D2D2D; }

#toolbox-icon, #open-icons {
  text-align: center;
  width: 67px; }
  #toolbox-icon:hover, #open-icons:hover {
    background: #2D2D2D; }

#open-icons {
  cursor: pointer;
  vertical-align: middle;
  border-left: 2px solid #2D2D2D;
  position: absolute;
  margin-top: -7px;
  height: 67px; }
  #open-icons svg {
    height: 40px;
    margin: 14px 3px; }

.popover-content {
  font-size: 12px;
  line-height: 1.1;
  width: 200px; }

.modal-title {
  text-align: center; }

.modal-body .form-control {
  color: #000; }
  .modal-body .form-control::-webkit-input-placeholder {
    color: #000; }
  .modal-body .form-control:-moz-placeholder {
    color: #000; }
  .modal-body .form-control::-moz-placeholder {
    color: #000; }
  .modal-body .form-control:-ms-input-placeholder {
    color: #000; }
.modal-body > .features-imgs img:not(:nth-child(2)) {
  opacity: 0.5;
  margin-top: 8.33333%; }
.modal-body h5 {
  text-align: center;
  color: #C1C1C1;
  font-size: 24px;
  margin-bottom: 20px; }
.modal-body input:not([type='checkbox']) {
  border: 2px solid #C1C1C1;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  height: 44px; }
  .modal-body input:not([type='checkbox'])[type=email] {
    margin-bottom: -2px;
    border-radius: 3px 3px 0 0; }
  .modal-body input:not([type='checkbox'])[type=password] {
    border-radius: 0 0 3px 3px; }

.modal-footer {
  /* border:none; */
  text-align: center;
  margin-top: 0; }

#sign-up-form .modal-footer, #premium-success .modal-footer {
  border: none; }

#download-no-reg, .btn-default {
  background-color: #C1C1C1; }
  #download-no-reg:hover, .btn-default:hover {
    background-color: #EF5E5E; }

#settings-modal .row label {
  font-size: 20px;
  line-height: 44px; }
  #settings-modal .row label > .smaller {
    font-size: 14px; }
#settings-modal .row > input {
  line-height: 1.42857; }

#left-shelf, #right-shelf {
  position: fixed;
  height: 100%;
  width: 0;
  background: #2D2D2D;
  color: #777;
  top: 0;
  z-index: 1; }
  #left-shelf h2, #right-shelf h2 {
    font-weight: bold;
    font-size: 24px; }
  #left-shelf header h2, #left-shelf header h2 + p, #right-shelf header h2, #right-shelf header h2 + p {
    float: left; }
  #left-shelf h2 + p, #right-shelf h2 + p {
    margin-left: 10px;
    font-size: 20px;
    font-style: italic; }

#right-shelf {
  right: 0;
  z-index: 2; }
  #right-shelf h6 {
    font-size: 16px;
    font-weight: bold; }
  #right-shelf > section {
    padding: 10px; }

#left-shelf.open {
  border-right: 2px solid #2D2D2D; }

#right-shelf.open {
  border-left: 2px solid #2D2D2D; }

aside.open {
  width: 400px !important; }
  aside.open#right-shelf ~ .gopher-btm-wrapper {
    left: 33%; }
  aside.open footer {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 2px solid #2D2D2D;
    z-index: 1;
    background: #414141; }
    aside.open footer h2 {
      color: #FFF;
      line-height: 67px; }
    aside.open footer > h2 {
      background: #EF5E5E;
      width: 331px;
      float: left; }

#left-shelf.open ~ #container, #left-shelf.open ~ #faq, #left-shelf.open ~ .faq, #left-shelf.open ~ #container .header-wrapper {
  margin-left: 400px; }

#left-shelf.open ~ #container footer {
  padding: 6px; }

/*merge with line 44*/
#right-shelf.open ~ #container {
  margin-right: 400px; }

#right-shelf.open ~ .gopher-btm-wrapper {
  margin-left: -160px; }

aside.open ~ #container .header-wrapper {
  width: calc(100% - 400px); }
aside.open ~ #container footer > :first-child {
  width: 25%;
  min-width: 145px; }
aside.open ~ #container footer h2 {
  display: none; }

video:not(.edit-clicked) {
  width: 100%;
  margin-left: -20px; }
  video:not(.edit-clicked) ~ * {
    display: none !important; }

video.edit-clicked {
  display: none; }

#glyph-color-editor {
  font-size: 20px;
  height: 100%; }
  #glyph-color-editor .btn {
    font-size: 22px;
    border: 2px solid #2D2D2D;
    color: #2D2D2D; }
    #glyph-color-editor .btn:hover, #glyph-color-editor .btn.selected {
      background: #2D2D2D;
      color: #777; }
  #glyph-color-editor header {
    padding: 15px 5px 5px; }
  #glyph-color-editor > div {
    background: #414141;
    color: #777;
    width: 100%;
    padding: 20px;
    position: relative; }
    #glyph-color-editor > div:hover:before {
      content: "";
      position: absolute;
      height: 100%;
      top: 0;
      left: 0;
      width: 5px;
      background: #2D2D2D; }
    #glyph-color-editor > div p {
      font-size: 16px;
      text-align: center; }
    #glyph-color-editor > div:nth-child(odd) {
      background-color: #2D2D2D; }
      #glyph-color-editor > div:nth-child(odd):hover:before {
        background: #414141; }

.glyph-letter {
  font-size: 30px;
  width: 26px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  color: #2D2D2D; }
  .glyph-letter + .btn-group {
    margin-left: 6px;
    margin-right: 15px; }
    .glyph-letter + .btn-group span {
      padding-left: 20px;
      padding-right: 20px; }

#delete-shape.btn {
  background-color: #EF5E5E;
  padding: 0;
  line-height: 0.5;
  padding: 8px 10px;
  border: none; }
  #delete-shape.btn span {
    margin-left: -3px;
    font-size: 55px;
    color: #FFF;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    display: inline-block; }
  #delete-shape.btn:hover.btn {
    background-color: #EF5E5E; }

.footer-close {
  color: #FFF;
  font-size: 60px;
  width: 67px;
  float: left;
  line-height: 67px;
  cursor: pointer; }
  .footer-close:hover {
    background: #2D2D2D; }

#orig-glyph {
  overflow: hidden;
  clear: both;
  margin-top: 15px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#orig-glyph > svg {
  max-height: 300px;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  display: block; }

#glyph-tools .btn-group {
  padding-left: 7.5px;
  padding-right: 7.5px; }
#glyph-tools .btn {
  margin-top: 10px; }
#glyph-tools .btn-group:nth-of-type(3n) {
  padding-right: 12.5px; }
#glyph-tools .clear-changes {
  width: 100%; }
#glyph-tools .clear-changes span {
  width: 20px;
  margin-left: 10px; }
#glyph-tools span {
  vertical-align: middle;
  font-size: 24px; }

.rotate-left > span {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.grow, .shrink {
  font-size: 30px; }

.move-down, .move-up, .move-right, .move-left {
  letter-spacing: -5px; }

.move-down > span {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.move-up > span, .flip-vert > span {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.move-right > span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

/*search icons*/
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none; }
  .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }

#search-icons {
  margin-left: -24px;
  font-size: 31px;
  line-height: 1.1;
  height: 42px;
  padding: 0 5px;
  font-weight: bold;
  text-align: center;
  margin-left: -12px; }

#search-icons::-webkit-input-placeholder, #icon-class::-webkit-input-placeholder {
  color: #EF5E5E; }
#search-icons:-moz-placeholder, #icon-class:-moz-placeholder {
  /* Firefox 18- */
  color: #EF5E5E; }
#search-icons::-moz-placeholder, #icon-class::-moz-placeholder {
  /* Firefox 19+ */
  color: #EF5E5E; }
#search-icons:-ms-input-placeholder, #icon-class:-ms-input-placeholder {
  color: #EF5E5E; }

#search-icons, #right-shelf .input-group-addon, .label-input-wrapper > input {
  background: none;
  border: none;
  border-radius: 0;
  color: #777; }

.input-group.search {
  /*border-bottom:2px solid $darkGrey;*/
  /*&:after,&:before{
		content:"";
		position:absolute;
		bottom:0;
		right:0;
		height:25%;
		width:2px;
		background:$darkGrey;
	}*/ }
  .input-group.search .glyphicon-search {
    font-size: 24px; }

.input-group.search:before {
  left: 0; }

#right-shelf {
  border-left: 2px solid #2D2D2D; }
  #right-shelf section:first-child {
    height: 54px;
    max-height: 15%; }
  #right-shelf .glyphicon-chevron-left, #right-shelf .glyphicon-chevron-right {
    line-height: 2;
    font-size: 1.5em;
    width: 2em;
    text-align: center;
    border: 2px solid #2D2D2D;
    border-radius: 5px;
    color: white;
    max-width: 20%;
    cursor: pointer; }
    #right-shelf .glyphicon-chevron-left:hover, #right-shelf .glyphicon-chevron-right:hover {
      background: #2D2D2D; }
  #right-shelf .glyphicon-chevron-left {
    border-right: none;
    border-radius: 5px 0 0 5px; }
  #right-shelf .glyphicon-chevron-right {
    border-left: none;
    border-radius: 0 5px 5px 0; }
  #right-shelf > section:nth-child(2) {
    background: #414141;
    position: relative; }
    #right-shelf > section:nth-child(2) header {
      margin-bottom: 10px; }
      #right-shelf > section:nth-child(2) header .input-group-addon {
        border: 2px solid #2D2D2D;
        border-left: none;
        padding: 9px; }
      #right-shelf > section:nth-child(2) header .input-group {
        margin: 1px 0 0 0; }
  #right-shelf .glyphicon-align-justify {
    font-size: 20px;
    color: #2D2D2D;
    cursor: pointer; }
    #right-shelf .glyphicon-align-justify:hover {
      color: #FFF; }
  #right-shelf footer {
    height: 67px;
    max-height: 15%; }

#available-font-names {
  color: #2D2D2D;
  height: 46px;
  background: transparent;
  font-size: 26px;
  cursor: pointer;
  border: 2px solid #2D2D2D;
  border-radius: 0; }

.progress {
  height: 67px;
  line-height: 67px;
  border-radius: 0; }

.progress-bar {
  background: #EF5E5E;
  width: 100%; }

#available-icons svg {
  width: 32px;
  height: 32px; }
#available-icons svg * {
  fill: #FFF; }
#available-icons .col-xs-2 {
  cursor: move;
  border-radius: 5px;
  margin: 0 1% 1% 0;
  width: 19.2%;
  padding: 5%;
  background: #2D2D2D; }
  #available-icons .col-xs-2:nth-child(5n) {
    margin-right: 0; }
  #available-icons .col-xs-2:nth-child(5n+1) {
    clear: left; }
  #available-icons .col-xs-2:hover {
    -webkit-box-shadow: 0 0 4px #FFF inset;
    box-shadow: 0 0 4px #FFF inset; }

#font-list {
  border: 2px solid;
  color: #777;
  font-size: 1.5em;
  background: #2D2D2D;
  margin-top: 15px; }
  #font-list ul {
    padding: 0;
    list-style: none; }
  #font-list li {
    position: relative;
    cursor: pointer;
    padding: 5px;
    border-bottom: 2px solid; }
    #font-list li:last-child {
      border-bottom: none; }
    #font-list li:hover {
      color: #2D2D2D;
      background: #777; }
  #font-list:before, #font-list:after {
    content: "";
    position: absolute; }
  #font-list:before {
    right: 7px;
    border: 16px solid transparent;
    border-bottom: 16px solid #777;
    top: -33px; }
  #font-list:after {
    right: 10px;
    border: 13px solid transparent;
    border-bottom: 13px solid #2D2D2D;
    top: -26px; }
  #font-list .info-sign {
    float: right;
    margin: 0 0.25em 0 0;
    color: #EF5E5E;
    font-size: 24px; }
    #font-list .info-sign:before {
      content: "T"; }

.license-info {
  position: absolute;
  border: 2px solid;
  border-radius: 5px;
  padding: 3px;
  right: 15px;
  background: #FFF;
  color: #2D2D2D;
  z-index: 1; }

.pull-tab {
  position: absolute;
  top: calc(50% - 40px);
  height: 75px;
  width: 30px;
  background: #414141;
  border: 2px solid #2D2D2D;
  border-radius: 5px 0 0 5px;
  left: -30px;
  cursor: pointer; }
  .pull-tab .circle {
    background: #FFF;
    height: 7px;
    width: 7px;
    margin: 0 auto;
    border-radius: 50%;
    margin-top: 7px; }
    .pull-tab .circle:first-child {
      margin-top: 18px; }

#left-shelf:not(.open) {
  overflow: hidden; }

#left-shelf > .pull-tab {
  left: 398px;
  border-radius: 0 5px 5px 0; }

#icon-class {
  color: #EF5E5E; }

#orig-glyph svg *:not(g):hover, #orig-glyph svg .selected {
  stroke: #4b97e2; }

#orig-glyph svg .neg-space, #orig-glyph svg .neg-space:hover {
  stroke: #EF5E5E; }

#orig-glyph svg .delete-el, #orig-glyph svg .delete-el:hover {
  stroke: #2D2D2D;
  fill: transparent; }

.sexy-scroll::-webkit-scrollbar {
  width: 7px;
  background: rgba(193, 193, 193, 0.2);
  -webkit-border-radius: 5px; }

.sexy-scroll::-webkit-scrollbar-thumb:vertical {
  margin-top: -5px;
  background-color: #777;
  -webkit-border-radius: 5px; }

.sexy-scroll {
  overflow-y: hidden; }
  .sexy-scroll:hover {
    overflow-y: auto; }

#glyph-color-editor.sexy-scroll::-webkit-scrollbar-thumb:vertical {
  margin-top: 0; }

@-webkit-keyframes clockwise {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes clockwise {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes counter-clockwise {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@-moz-keyframes counter-clockwise {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

.loading-container {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.3); }

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  height: 150px;
  width: 200px;
  margin-top: -75px; }

.gearbox {
  height: 150px;
  width: 200px;
  position: relative; }

.gear {
  position: absolute;
  height: 60px;
  width: 60px;
  -webkit-border-radius: 30px;
  border-radius: 30px; }

.gear.large {
  height: 120px;
  width: 120px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px; }

.gear.large:after {
  height: 96px;
  width: 96px;
  -moz-border-radius: 48px;
  -webkit-border-radius: 48px;
  border-radius: 48px;
  margin-left: -48px;
  margin-top: -48px; }

.gear.one {
  top: 12px;
  left: 10px; }

.gear.two {
  top: 61px;
  left: 60px; }

.gear.three {
  top: 110px;
  left: 10px; }

.gear.four {
  top: 13px;
  left: 128px; }

.gear:after {
  content: "";
  position: absolute;
  height: 36px;
  width: 36px;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  background: #111111;
  top: 50%;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  z-index: 3;
  background: #A74D4D; }

.gear-inner {
  position: relative;
  height: 100%;
  width: 100%;
  background: #FFF;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1); }

.large .gear-inner {
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px; }

.gear.one .gear-inner {
  -webkit-animation: counter-clockwise 3s infinite linear;
  -moz-animation: counter-clockwise 3s infinite linear; }

.gear.two .gear-inner {
  -webkit-animation: clockwise 3s infinite linear;
  -moz-animation: clockwise 3s infinite linear; }

.gear.three .gear-inner {
  -webkit-animation: counter-clockwise 3s infinite linear;
  -moz-animation: counter-clockwise 3s infinite linear; }

.gear.four .gear-inner {
  -webkit-animation: counter-clockwise 6s infinite linear;
  -moz-animation: counter-clockwise 6s infinite linear; }

.gear-inner .bar {
  background: #FFF;
  height: 16px;
  width: 76px;
  position: absolute;
  left: 50%;
  margin-left: -38px;
  top: 50%;
  margin-top: -8px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1); }

.large .gear-inner .bar {
  margin-left: -68px;
  width: 136px; }

.gear-inner .bar:nth-child(2) {
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg); }

.gear-inner .bar:nth-child(3) {
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg); }

.gear-inner .bar:nth-child(4) {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.gear-inner .bar:nth-child(5) {
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg); }

.gear-inner .bar:nth-child(6) {
  -moz-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg); }

h1 {
  font-family: "Helvetica";
  text-align: center;
  text-transform: uppercase;
  color: #888888;
  font-size: 19px;
  padding-top: 10px;
  text-shadow: 1px 1px 0px #111111; }

@media (min-width: 1370px) {
  /* .gopher-wrapper{
          left: 100%;
          margin-left: -800px;
     } */
  /* #loginOrMyStuff .dropdown-menu{
          left:-120px;
     } */
  #container {
    padding-left: 40px; }
  .letter-dropzone, .add-new-glyph {
    width: 14.2857%; }
  input[type="submit"] {
    margin-right: 30px; } }

@media (max-width: 1570px) and (min-width: 768px) {
  h2.inline {
    display: none; }
  #social-share {
    margin-left: 15px; }
  #container footer > div:first-child {
    width: 25%;
    padding: 0; }
  #container footer > div:nth-child(2) {
    width: 35%; }
  #container footer > div:last-child {
    width: 30%; }
  #toolbox-icon {
    margin-left: -45px; } }

@media (max-width: 1300px) {
  .open ~ #container .header-wrapper > :first-child, .open ~ #container .header-wrapper > :last-child {
    width: 100%; }
  .open ~ #container .header-wrapper > :last-child {
    clear: both;
    float: none; }
    .open ~ #container .header-wrapper > :last-child > section {
      text-align: left; } }

@media (max-width: 1200px) {
  aside.open ~ #container .header-wrapper > * {
    width: 100%;
    margin: 0 0 5px 20px !important;
    border-radius: 0;
    float: none; }
  aside.open ~ #container .header-wrapper > input {
    width: calc(100% + 5px); }
  aside.open ~ #container .header-wrapper .dropdown-menu {
    left: 0; }
  aside.open ~ #container .header-wrapper + div {
    padding-top: 150px; } }

@media (max-width: 992px) {
  /* .gopher-top-wrapper,.gopher-wrapper{
          left:4%;
     } */
  .tooltip-text {
    width: 525px;
    height: 42px;
    font-size: 21px; }
    .tooltip-text > img {
      margin: 7px 10px 14px 0; }
    .tooltip-text:after {
      border-width: 14px;
      top: 77px;
      left: 162px; }
  aside.open ~ #container .header-wrapper {
    text-align: center; }
    aside.open ~ #container .header-wrapper > * {
      margin: 0 !important; }
  .header-wrapper > :first-child > :nth-child(2) {
    max-width: 100%; }
  .header-wrapper > * {
    max-height: auto; } }

@media (max-width: 767px) {
  /* .gopher-top-wrapper, */
  .gopher-wrapper {
    left: 0;
    margin-left: 0; }
  .gopher-wrapper {
    bottom: 156px; }
  .gopher-wrapper .tooltip-text {
    width: 415px; }
  footer > div, #social-share, #form-submit {
    text-align: center;
    float: none !important; } }

@media (max-width: 1070px) {
  aside.open ~ #container .header-wrapper + div {
    padding-top: 170px; }
  aside.open ~ #container .header-wrapper > * {
    max-height: none; } }

/*faq*/
#faq, .faq-heading {
  padding-top: 55px;
  margin-top: 20px;
  text-align: center;
  width: calc(96% - 60px); }

#faq-premium {
  padding-top: 20px; }

.faq {
  /* position:absolute; */
  width: 100%;
  left: 0; }
  .faq > dt, .faq > dd {
    width: calc(96% - 60px);
    margin-left: auto;
    margin-right: auto; }

.open ~ .faq > dt, .open ~ .faq > dd, .open ~ .faq ~ #faq, .open ~ .faq ~ .faq-heading, .open > dt, .open > dd, .open ~ #faq, .open ~ .faq-heading {
  width: calc(96% - 420px);
  margin-left: 45px; }

dd .b {
  color: #000; }

.well {
  border-color: #D4D4D4;
  background-color: #EFEFEF; }

dt.well {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #5A5A5A;
  cursor: pointer;
  margin-bottom: 0; }

dt.active {
  color: #000;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none; }

dt > .glyphicon {
  margin-right: 20px; }

dt > .glyphicon-minus {
  display: none; }

dt.active > .glyphicon-plus {
  display: none; }

dt.active > .glyphicon-minus {
  display: inline; }

dd.well {
  line-height: 2;
  color: #777; }

dt + dd.well {
  margin-top: -1px;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

h2 + div > .green-btn {
  top: 7px;
  min-width: 132px;
  position: relative; }

.faq + footer {
  padding: 20px;
  color: #FFF; }
  .faq + footer > a {
    color: #FFF;
    margin-right: 10px; }
    .faq + footer > a:last-child {
      margin-left: 10px; }
