@font-face {
  font-family: 'avenir';
  src: url("../fonts/avenir-light.eot");
  src: url("../fonts/avenir-light.eot#iefix") format("embedded-opentype"), url("../fonts/avenir-light.woff") format("woff"), url("../fonts/avenir-light.ttf") format("truetype"), url("../fonts/avenir-light.svg") format("svg");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'avenir';
  src: url("../fonts/avenirltstd-book-webfont.eot");
  src: url("../fonts/avenirltstd-book-webfont.eot#iefix") format("embedded-opentype"), url("../fonts/avenirltstd-book-webfont.woff") format("woff"), url("../fonts/avenirltstd-book-webfont.ttf") format("truetype"), url("../fonts/avenirltstd-book-webfont.svg") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'avenir';
  src: url("../fonts/avenir-roman.eot");
  src: url("../fonts/avenir-roman.eot#iefix") format("embedded-opentype"), url("../fonts/avenir-roman.woff") format("woff"), url("../fonts/avenir-roman.ttf") format("truetype"), url("../fonts/avenir-roman.ttf#avenir") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'avenir';
  src: url("../fonts/avenirltstd-black-webfont.eot");
  src: url("../fonts/avenirltstd-black-webfont.eot#iefix") format("embedded-opentype"), url("../fonts/avenirltstd-black-webfont.woff") format("woff"), url("../fonts/avenirltstd-black-webfont.ttf") format("truetype"), url("../fonts/avenirltstd-black-webfont.ttf#avenir") format("svg");
  font-weight: 600;
  font-style: normal; }

a, a:link, a:active, a:visited, a:hover {
  color: inherit;
  text-decoration: none; }

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'avenir', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }

.hidden {
  display: none; }

.vertical-align {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
      justify-content: center; }

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

.navbar {
  padding: 30px 50px; }
  .navbar #logo {
    color: #595959;
    font-family: 'avenir', sans-serif;
    font-weight: 400;
    font-weight: 200;
    font-size: 19px;
    letter-spacing: 4px;
    position: relative;
    top: 5px; }
  .navbar .logo {
    height: 30px;
    line-height: 30px;
    display: inline-block; }
  .navbar .pointer {
    cursor: pointer; }
  .navbar .actions {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    margin-left: 4px; }
    .navbar .actions .dropdown {
      display: inline-block; }
      .navbar .actions .dropdown li {
        padding: 5px 0; }
      .navbar .actions .dropdown a {
        color: #111111 !important; }
    .navbar .actions img {
      margin: 0 14px;
      height: 20px;
      width: auto;
      display: inline-block; }

.article p {
  margin-bottom: 20px;
  color: #111111; }

.article h1, .article h2, .article h3, .article h4 {
  margin-top: 30px;
  color: #111111; }

.white-scrim {
  transition: 0.25s;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  opacity: 0.6; }

.search-box {
  width: 100%;
  height: 50px;
  border-radius: 8px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.44); }
  .search-box input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: 0;
    padding: 0 15px;
    border-radius: 8px;
    font-family: 'avenir', sans-serif;
    font-weight: 400;
    font-size: 24px;
    outline: none; }

#search-title {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-weight: 200;
  font-size: 18px;
  color: #7f8c8d;
  margin: 0 0 18px; }

.search-col {
  padding-bottom: 100px; }
  .search-col a {
    color: #111111 !important; }

.scroll {
  margin-top: 50px; }
  .scroll a {
    margin-right: 35px;
    color: #e67e22 !important;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase; }

.search-result {
  margin: 80px 0 30px; }
  .search-result p {
    color: #7f8c8d; }
    .search-result p strong {
      color: #111111; }

#search-dialog {
  transition: 0.25s;
  width: 700px;
  height: 100px;
  border-radius: 8px;
  box-shadow: 0px 20px 64px 0px rgba(0, 0, 0, 0.44);
  position: fixed;
  top: 100px;
  left: 50%;
  margin-left: -350px;
  background-color: white;
  opacity: 1;
  padding-left: 55px; }
  #search-dialog #magnify {
    position: absolute;
    left: 25px;
    top: 33px;
    display: block;
    width: 30px;
    height: auto; }
  #search-dialog input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: 0;
    padding: 0 15px;
    border-radius: 8px;
    font-family: 'avenir', sans-serif;
    font-weight: 400;
    font-size: 30px;
    outline: none; }

.form-modal, .form-modal-flat {
  background-color: white;
  opacity: 1; }
  .form-modal .error, .form-modal-flat .error {
    color: #3498db;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-weight: bold;
    font-style: italic; }

.modal-window {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

#dropped-image {
  padding: 30px;
  box-shadow: 0px 20px 64px 0px rgba(0, 0, 0, 0.44);
  border-radius: 8px;
  margin-top: 80px;
  background-color: white !important;
  opacity: 1; }
  #dropped-image img {
    display: block;
    margin: 0 auto;
    max-height: 300px;
    max-width: 500px;
    width: auto;
    height: auto; }
  #dropped-image p {
    margin-top: 15px; }

#drag-drop {
  min-height: 320px;
  padding: 30px;
  box-shadow: 0px 20px 64px 0px rgba(0, 0, 0, 0.44);
  border-radius: 8px;
  margin-top: 100px;
  background-color: white !important;
  opacity: 1; }
  #drag-drop .drag-drop-img {
    display: block;
    margin: 20px auto;
    width: 200px;
    height: auto; }
  #drag-drop .spinner {
    display: block;
    margin: 20px auto;
    width: 50px;
    height: auto; }
  #drag-drop small {
    font-family: 'avenir', sans-serif;
    font-weight: 400;
    color: #111111; }

.form-modal, .form-modal-flat {
  padding: 30px;
  box-shadow: 0px 20px 64px 0px rgba(0, 0, 0, 0.44);
  border-radius: 8px;
  margin-top: 80px; }
  .form-modal h2, .form-modal-flat h2 {
    font-weight: 200;
    color: #bdc3c7;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 20px; }
  .form-modal label, .form-modal input, .form-modal-flat label, .form-modal-flat input {
    font-family: 'avenir', sans-serif;
    font-weight: 400; }
  .form-modal .subtext, .form-modal-flat .subtext {
    margin: 15px 0 0; }
    .form-modal .subtext a, .form-modal-flat .subtext a {
      color: #d35400; }

.form-modal-flat {
  box-shadow: none;
  background-color: #eeeeee; }

#registration-modal {
  margin-top: 20px; }

.no-margin {
  margin: 0; }

a {
  color: #d35400 !important; }

.btn-primary {
  background-color: #f39c12;
  border: 0;
  color: white !important;
  transition: 0.25s;
  font-weight: bold; }
  .btn-primary:hover {
    background-color: #e67e22; }
  .btn-primary.focus, .btn-primary:focus {
    background-color: #e67e22 !important;
    box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.44); }

.btn-small {
  font-size: 13px;
  font-family: 'avenir', sans-serif;
  font-weight: 400;
  font-weight: bold;
  padding: 3px 15px; }

::-moz-selection {
  background: #fff6d0; }

::selection {
  background: #fff6d0; }

.edit-modal {
  transition: 0.25s;
  position: absolute;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.44);
  padding: 10px;
  top: 30px;
  left: 100px;
  background-color: white;
  opacity: 1;
  border-radius: 8px; }
  .edit-modal img {
    cursor: pointer; }

.editor {
  width: 100%;
  height: 100%; }
  .editor textarea {
    width: 100%;
    height: 100%; }

.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word) {
  background-color: transparent !important; }

.CodeMirror {
  font-family: 'Ubuntu Mono', sans-serif;
  font-weight: 400; }

.cm-comment {
  font-family: 'Ubuntu Mono', sans-serif;
  font-weight: 400; }

.editor {
  box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  position: relative; }
  .editor span, .editor div {
    font-family: 'Ubuntu Mono', sans-serif;
    font-weight: 400;
    line-height: 32px; }
  .editor #editor-cross-btn {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -10px;
    margin-right: -10px;
    width: 25px;
    height: 25px;
    cursor: pointer; }

#cant-edit {
  margin-top: 20px; }
  #cant-edit p {
    margin: 5px 0; }
  #cant-edit #read-only {
    font-family: 'avenir', sans-serif;
    font-weight: 400;
    font-size: 11px;
    color: #999999; }
  #cant-edit #cta {
    font-family: 'avenir', sans-serif;
    font-weight: 400;
    font-size: 11px;
    color: #e67e22;
    text-decoration: underline; }

.article-col {
  padding-bottom: 50px; }

.login-standalone {
  padding: 20px;
  box-shadow: 0px 3px 7px 3px rgba(0, 0, 0, 0.1); }

.parsley-errors-list {
  padding-left: 20px; }
  .parsley-errors-list li {
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin-top: 5px;
    color: #e74c3c; }

#image-file-input {
  width: 0px;
  height: 0px;
  overflow: hidden; }

#no-search-results {
  padding: 100px 0; }

.pointer {
  cursor: pointer; }

.punder-window {
  position: fixed;
  border-radius: 8px;
  width: 240px;
  height: 380px;
  left: 40px;
  bottom: 0;
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.25);
  background-color: #fafafa; }
  .punder-window .title-bar {
    text-align: right; }
    .punder-window .title-bar span.minimize {
      line-height: 10px;
      margin-right: 12px;
      font-weight: 700;
      font-size: 22px; }

#tell-about-giki #use-giki {
  padding: 40px 10px 10px; }
  #tell-about-giki #use-giki p.lead {
    font-family: 'avenir', sans-serif;
    font-weight: 400;
    color: #999999;
    font-size: 15px; }
  #tell-about-giki #use-giki h2 {
    color: #34495e;
    font-family: 'avenir', sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin: 5px 0 10px; }
  #tell-about-giki #use-giki p {
    color: #999999;
    font-family: 'avenir', sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 200; }
    #tell-about-giki #use-giki p strong {
      font-weight: bold;
      color: #999; }

#tell-about-giki #try-it-now {
  padding: 40px 10px 10px; }
  #tell-about-giki #try-it-now h2 {
    color: #d35400;
    font-family: 'avenir', sans-serif;
    font-weight: 400;
    font-size: 23px;
    margin: 5px 0 15px;
    font-weight: bold; }
  #tell-about-giki #try-it-now p {
    margin: 5px;
    font-family: 'avenir', sans-serif;
    font-weight: 400;
    color: #2c3e50;
    font-size: 13px; }

.invisible {
  opacity: 0 !important;
  height: 0 !important;
  overflow: hidden; }

#learn-more-giki {
  height: 320px; }
  #learn-more-giki #use-giki {
    padding: 40px 10px 10px; }
    #learn-more-giki #use-giki p.lead {
      font-family: 'avenir', sans-serif;
      font-weight: 400;
      color: #999999;
      font-size: 15px; }
    #learn-more-giki #use-giki h2 {
      color: #34495e;
      font-family: 'avenir', sans-serif;
      font-weight: 400;
      font-size: 20px;
      margin: 5px 0 10px; }
    #learn-more-giki #use-giki p {
      color: #999999;
      font-family: 'avenir', sans-serif;
      font-weight: 400;
      font-size: 14px;
      margin-bottom: 0;
      font-weight: 200; }
      #learn-more-giki #use-giki p strong {
        font-weight: bold;
        color: #999; }
  #learn-more-giki #try-it-now {
    padding: 40px 10px 10px; }
    #learn-more-giki #try-it-now h2 {
      color: #d35400;
      font-family: 'avenir', sans-serif;
      font-weight: 400;
      font-size: 23px;
      margin: 5px 0 15px;
      font-weight: bold; }
    #learn-more-giki #try-it-now p {
      margin: 5px;
      font-family: 'avenir', sans-serif;
      font-weight: 400;
      color: #2c3e50;
      font-size: 13px; }

.bootstrap-switch {
  display: block; }

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
  background-color: #f39c12; }

#no-images {
  padding: 80px 0;
  font-family: 'avenir', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 30px; }

.table thead {
  font-family: 'avenir', sans-serif;
  font-weight: 400; }
  .table thead td {
    font-size: 11px;
    text-transform: uppercase;
    color: #666666; }

.table tbody {
  font-family: 'avenir', sans-serif;
  font-weight: 400; }
  .table tbody td {
    font-size: 12px;
    color: #111111; }

.orange-gear {
  width: 15px;
  height: 15px; }

#logo-text {
  position: relative;
  top: -2px;
  color: #595959; }

#logo-dropdown {
  display: inline-block;
  font-family: 'avenir', sans-serif;
  font-weight: 400;
  font-weight: 400;
  font-size: 19px;
  letter-spacing: 0px; }
  #logo-dropdown a {
    color: #595959 !important; }

img {
  max-width: 100%; }