/* Braintone Art Offline - V4.2.1.0 [Server CSS]
-------------------------------------------------- */



/* --------------------------------------------------
        Typography
-------------------------------------------------- */


html::-webkit-scrollbar { width: 0 !important; }
html::-webkit-scrollbar { height: 0 !important; }

a {
  color: #8a95a4;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  text-decoration: underline;
}
a:hover {
  color: #6a727e;
  text-decoration: underline;
}
.alert-info a {
  color: #4e92b3;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  text-decoration: underline;
}
.alert-info a:hover {
  color: #396c84;
  text-decoration: underline;
}
.text-muted {
  color: #a5acb6;
}
strong,
.strong {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
}
ul.none {
  list-style-type: none;
}
.section-label {
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
}
.section-label-lg {
  font-size: 18px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
}
.center-text {
  text-align: center;
}



/* --------------------------------------------------
        General
-------------------------------------------------- */

html {
  position: relative;
  min-height: 100%;
  word-break: break-word;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-variant-ligatures: common-ligatures;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 283px;
  color: #8a95a4;
  font-size: 16px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
}
  @media (max-width: 767px) {
    body {
      margin-bottom: 603px;
    }
  }
@media (max-width: 500px) {
  .col-xxs-12 {
    width: 100%;
  }
}
.well {
  background-color: #f4f6f7;
  border: 1px solid #e5e7eb;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.well-white {
  background-color: #fff;
}
.well-bta1 {
  border-left: 10px solid #7ea29c;
  padding: 40px;
}
.well-bta2 {
  border-left: 10px solid #a3c7c7;
  padding: 40px;
}
.well-bta3 {
  border-left: 10px solid #9ac0ce;
  padding: 40px;
}
.well-bta4 {
  border-left: 10px solid #7491a2;
  padding: 40px;
}
.well-bta5 {
  border-left: 10px solid #556a81;
  padding: 40px;
}
blockquote {
  border-left: 5px solid #e5e7eb;
}
.well blockquote {
  border-color: #e5e7eb;
}
blockquote .update {
  font-size: 14px;
}
hr {
  border-top: 1px dashed #bcc4ce;
}
hr.half {
  width: 50%;
}
.breadcrumb {
  background-color: #f4f6f7;
  padding: 12px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.breadcrumb li a {
  text-decoration: none;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  color: #a5acb6;
}
.breadcrumb li a:hover {
  color: #8a95a4;
}
.breadcrumb > .active {
  color: #a5acb6;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
}
.breadcrumb>li+li:before {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
}
.container-header {
  padding: 60px 15px 0 15px;
}
.content-block {
  margin: 30px 0;
}
  @media (max-width: 767px) {
    .content-block {
      margin: 30px 15px;
    }
  }
.nav-block {
  margin-top: 30px;
}
  @media (max-width: 767px) {
    .nav-block {
      margin: 30px 15px 0 15px;
    }
  }
.container-wide {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.hidden {
  display: none;
}
.bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.set-bg-overlay {
  background-color: rgba(0, 0, 0, .4);
  width: 100%;
  height: 100%;
}
table thead {
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  letter-spacing: -.5px;
}
table tbody {
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: -.5px;
}
.alert-sm {
  font-size: 14px !important;
  padding: 15px 20px !important;
}
.panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 5px;
}
.panel-default {
  border-color: #e5e7eb;
  background-color: #fff;
}
.panel-group {
  margin-bottom: 0;
}
.panel-group .panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.panel-default .panel-heading {
  color: #8a95a4;
  background-color: #fff;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.panel-default .panel-heading:hover {
  color: #6a727e;
}
.panel-default .panel-heading .date .badge {
  margin-left: 5px;
}
.panel-default .panel-heading .date {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  float: right;
  display: inline-table;
  font-size: 12px;
  line-height: 24px;
}
  @media (max-width: 600px) {
    .panel-default .panel-heading .date {
      float: none;
      display: block;
      line-height: normal;
    }
    .panel-default .panel-heading .date .badge {
      display: block;
      margin-left: 0;
      margin-top: 5px;
      font-size: 18px;
      padding: 10px;
    }
  }
.panel-body > .well {
  margin-bottom: 0;
}
.collapse.in {
  background-color: #fff;
}
.panel a,
.panel a:hover {
  text-decoration: none;
}
.block {
  display: block;
}
/*
.trial-licensee-website-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .2;
  z-index: 1000;
  pointer-events: none;
  background-image: url(/assets/trial-licensee-website-overlay.png);
  background-repeat: repeat;
}
*/



/* --------------------------------------------------
        Buttons
-------------------------------------------------- */

.btn {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  border-color: transparent;
  text-decoration: none;
  white-space: normal;
}
  @media (max-width: 767px) {
    .btn {
      display: block;
      width: 100%
    }
    .btn + .btn {
      margin-left: 0;
      display: inline-block;
      width: 100%;
      margin-top: 10px;
    }
  }
.btn:hover {
  border-color: transparent;
}
.btn-block {
  padding: 10px;
}
.btn-super-lg {
  padding: 30px 50px;
  font-size: 24px;
  line-height: 1.33;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.btn-white {
  color: #a5acb6;
  background-color: #efefef;
  border-bottom: 4px solid #afafaf;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  color: #a5acb6 !important;
  background-color: #fff !important;
  border-color: transparent;
  border-bottom: 4px solid #efefef;
}
.btn-default {
  color: #fff;
  background-color: #a5acb6;
  border-bottom: 4px solid #9096a0;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #fff !important;
  background-color: #bac1cc !important;
  border-color: transparent;
  border-bottom: 4px solid #a5acb6;
}
.btn-primary {
  background-color: #76c476;
  border-bottom: 4px solid #5d9d5d;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff !important;
  background-color: #8dda8d !important;
  border-color: transparent;
  border-bottom: 4px solid #76c476;
}
.btn-success {
  background-color: #76c476;
  border-bottom: 4px solid #5d9d5d;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff !important;
  background-color: #8dda8d !important;
  border-color: transparent;
  border-bottom: 4px solid #76c476;
}
.btn-warning {
  background-color: #edbc5d;
  border-bottom: 4px solid #cba150;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff !important;
  background-color: #f6cb78 !important;
  border-color: transparent;
  border-bottom: 4px solid #edbc5d;
}
.btn-danger {
  background-color: #eb6662;
  border-bottom: 4px solid #b54e4b;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff !important;
  background-color: #f57975 !important;
  border-color: transparent;
  border-bottom: 4px solid #eb6662;
}
.btn-info {
  background-color: #5ab9d6;
  border-bottom: 4px solid #4a9bb3;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff !important;
  background-color: #70cfeb !important;
  border-color: transparent;
  border-bottom: 4px solid #5ab9d6;
}
.btn-bta1 {
  color: #fff !important;
  background-color: #7ea29c;
  border-bottom: 4px solid #65817c;
}
.btn-bta1:hover,
.btn-bta1:focus,
.btn-bta1:active,
.btn-bta1.active,
.open .dropdown-toggle.btn-bta1 {
  color: #fff !important;
  background-color: #9ac3bc !important;
  border-color: transparent;
  border-bottom: 4px solid #7ea29c;
}
.btn-bta2 {
  color: #fff !important;
  background-color: #a3c7c7;
  border-bottom: 4px solid #89a8a8;
}
.btn-bta2:hover,
.btn-bta2:focus,
.btn-bta2:active,
.btn-bta2.active,
.open .dropdown-toggle.btn-bta2 {
  color: #fff !important;
  background-color: #afd6d6 !important;
  border-color: transparent;
  border-bottom: 4px solid #a3c7c7;
}
.btn-bta3 {
  color: #fff !important;
  background-color: #9ac0ce;
  border-bottom: 4px solid #809fab;
}
.btn-bta3:hover,
.btn-bta3:focus,
.btn-bta3:active,
.btn-bta3.active,
.open .dropdown-toggle.btn-bta3 {
  color: #fff !important;
  background-color: #a9d2e2 !important;
  border-color: transparent;
  border-bottom: 4px solid #9ac0ce;
}
.btn-bta4 {
  color: #fff !important;
  background-color: #7491a2;
  border-bottom: 4px solid #5a717e;
}
.btn-bta4:hover,
.btn-bta4:focus,
.btn-bta4:active,
.btn-bta4.active,
.open .dropdown-toggle.btn-bta4 {
  color: #fff !important;
  background-color: #8cafc3 !important;
  border-color: transparent;
  border-bottom: 4px solid #7491a2;
}
.btn-bta5 {
  color: #fff !important;
  background-color: #556a81;
  border-bottom: 4px solid #3c4b5b;
}
.btn-bta5:hover,
.btn-bta5:focus,
.btn-bta5:active,
.btn-bta5.active,
.open .dropdown-toggle.btn-bta5 {
  color: #fff !important;
  background-color: #6b86a4 !important;
  border-color: transparent;
  border-bottom: 4px solid #556a81;
}
.btn-annual-key-selected,
.btn-annual-key:hover,
.btn-annual-key:focus,
.btn-annual-key:active,
.btn-annual-key.active,
.open .dropdown-toggle.btn-annual-key {
  color: #fff !important;
  background-color: #666 !important;
  border-color: transparent;
  border-bottom: 4px solid #444 !important;
}
.btn-backup-key-selected,
.btn-backup-key:hover,
.btn-backup-key:focus,
.btn-backup-key:active,
.btn-backup-key.active,
.open .dropdown-toggle.btn-backup-key {
  color: #fff !important;
  background-color: #b3a1c7 !important;
  border-color: transparent;
  border-bottom: 4px solid #756984 !important;
}
.btn-annual-key,
.btn-backup-key,
.btn-trial-version,
.btn-full-version,
.btn-fee-paid,
.btn-fee-not-paid {
  color: #fff;
  background-color: #a5acb6;
  border-bottom: 4px solid #9096a0;
}
.btn-trial-version-selected,
.btn-trial-version:hover,
.btn-trial-version:focus,
.btn-trial-version:active,
.btn-trial-version.active,
.open .dropdown-toggle.btn-trial-version {
  color: #fff !important;
  background-color: #70cfeb !important;
  border-color: transparent;
  border-bottom: 4px solid #5ab9d6;
}
.btn-fee-not-paid-selected,
.btn-fee-not-paid:hover,
.btn-fee-not-paid:focus,
.btn-fee-not-paid:active,
.btn-fee-not-paid.active,
.open .dropdown-toggle.btn-fee-not-paid {
  color: #fff !important;
  background-color: #f57975 !important;
  border-color: transparent;
  border-bottom: 4px solid #eb6662;
}
.btn-fee-paid-selected,
.btn-full-version-selected,
.btn-full-version:hover,
.btn-full-version:focus,
.btn-full-version:active,
.btn-full-version.active,
.open .dropdown-toggle.btn-full-version,
.btn-fee-paid:hover,
.btn-fee-paid:focus,
.btn-fee-paid:active,
.btn-fee-paid.active,
.open .dropdown-toggle.btn-fee-paid {
  color: #fff !important;
  background-color: #8dda8d !important;
  border-color: transparent;
  border-bottom: 4px solid #76c476;
}
@media (max-width: 767px) {
  .btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
  }
  .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
  }
}



/* --------------------------------------------------
        Modals
-------------------------------------------------- */

.modal-header h4 {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
}
.close {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.modal-header .close {
  margin-top: -6px;
  font-size: 48px;
  font-weight: 100;
  line-height: 48px;
  color: #8a95a4;
  opacity: .5;
}
.close:hover,
.close:focus {
  opacity: .2;
}
.modal-footer {
  margin-top: 0;
}
.modal.fade.in {
  top: 0;
}
.modal {
  top: 0;
}





/* --------------------------------------------------
        Forms
-------------------------------------------------- */

label {
  letter-spacing: -.8px;
}
.form-control::-webkit-input-placeholder { /* WebKit browsers */
  color: #a5acb6;
  opacity: 1;
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #a5acb6;
   opacity: 1;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #a5acb6;
   opacity: 1;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #a5acb6;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] {
  background-color: #fff;
}
.display-block {
  display: block;
}
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: auto;
  padding: 20px !important;
  color: #8a95a4;
  border: 1px solid #e5e7eb;
  font-size: 18px;
}
.form-control:focus {
  border-color: #e5e7eb;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f4f6f7;
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.form-group {
  margin-bottom: -1px;
}
.form-group:last-of-type {
  margin-bottom: 16px;
}
.form-group-normal-spacing {
  margin-bottom: 15px;
}
.form-group-normal-spacing:last-of-type {
  margin-bottom: 0;
}
.alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  border-color: transparent;
  font-size: 18px;
  padding: 20px 30px;
}
.alert-attached-bottom {
  margin-top: -1px;
  padding: 10px 15px;
  font-size: 14px;
  margin-bottom: 10px;
}
.alert-danger {
  background-color: #f3e7e7;
  color: #c48383;
}
.alert-success {
  color: #5da05e;
}
.alert-info {
  color: #4e92b3;
}
.alert-warning {
  color: #d1ac54;
}
.forgot-password {
  text-align: center;
  margin-top: 40px;
  font-size: 14px;
}
.forgot-password a {
  padding: 0 10px;
  display: inline-block;
}
.badge {
  text-transform: uppercase;
  font-size: 10px;
  padding: 5px 7px;
  background-color: #8A95A4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.badge-lg {
  padding: 10px 12px;
  font-size: 12px;
}
.badge-default {
  background-color: #a5acb6;
}
.badge-success {
  background-color: #76c476;
}
.badge-danger {
  background-color: #c48383;
}
.badge-info {
  background-color: #5ab9d6;
}
.badge-warning {
  background-color: #f0ad4e;
}
.badge-key-annual {
  background-color: #444;
}
.badge-key-backup {
  background-color: #9989ab;
}
@media (max-width: 767px) {
  .modal-footer .btn + .btn {
    margin-left: 0;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
  }
}
.validation-error {
  background-color: #f2dede;
  border-color: #ebccd1;
}
.validation-error-button-group {
  background-color: #f2dede;
  border: #ebccd1 1px solid;
  padding: 10px;
  display: -webkit-box;
}





/* --------------------------------------------------
        Shims & Spacers
-------------------------------------------------- */

.margin-top-0 {
  margin-top: 0 !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-top-40 {
  margin-top: 40px !important;
}
.margin-top-50 {
  margin-top: 50px !important;
}
.margin-top-60 {
  margin-top: 60px !important;
}
.margin-top-100 {
  margin-top: 100px !important;
}
.margin-top-minus-20 {
  margin-top: -20px !important;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-bottom-40 {
  margin-bottom: 40px !important;
}
.margin-bottom-50 {
  margin-bottom: 50px !important;
}
.margin-bottom-100 {
  margin-bottom: 100px !important;
}
.margin-bottom-minus-1 {
  margin-bottom: -1px !important;
}
.margin-bottom-minus-2 {
  margin-bottom: -2px !important;
}
.margin-bottom-minus-15 {
  margin-bottom: -15px !important;
}
.margin-bottom-minus-20 {
  margin-bottom: -20px !important;
}
.offset-anchor {
  margin-top: -80px;
  padding-top: 80px;
}
.inline-icon-spacing {
  margin: 0 5px;
}




/* --------------------------------------------------
        Footer
-------------------------------------------------- */

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  /* height: 283px; */
  background-color: #fff;
  border-top: 1px solid #e5e7eb;
  margin-top: 30px;
}
  @media (max-width: 767px) {
    .footer {
      height: 603px;
    }
  }
.footer > .container {
  padding: 80px 15px;
  background-color: #fff;
}
  @media (max-width: 767px) {
    .footer > .container {
      padding: 30px 30px 0 30px;
    }
  }
.footer-title {
  text-transform: uppercase;
  color: #8a95a4;
  font-size: 14px;
  margin-bottom: 12px;
}
.footer-link {
  margin-bottom: 10px;
  font-size: 14px;
}
.footer-link a {
  color: #a5acb6;
  text-decoration: none;
}
.footer-link a:hover {
  color: #8a95a4;
}
.footer-copyright {
  font-size: 12px;
  color: #a5acb6;
  text-align: right;
  margin-bottom: 0;
}
  @media (max-width: 767px) {
    .footer-copyright {
      text-align: left;
    }
  }
@media (max-width: 767px) {
  .footer .col-sm-2 {
    margin-bottom: 30px;
  }
}
.footer-spacing-hack {
  margin-right: -3px;
}




/* --------------------------------------------------
        Sub Nav
-------------------------------------------------- */

@media (max-width: 767px) {
  .nav > li {
    width: 100%;
    text-align: center;
  }
  .nav-pills > li + li {
    margin-left: 0;
    margin-top: 2px;
  }
}
.nav-pills > li > a {
  text-decoration: none;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 14px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  cursor: pointer;
}
.nav > li > a:hover,
.nav > li > a:focus {
  color: #8a95a4;
  background-color: #f4f6f7;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #a5acb6;
}




/* --------------------------------------------------
        Navbar
-------------------------------------------------- */

.logo-img {
  margin-right: 8px;
  display: inline-block;
}
.logo-img img {
  margin-top: -3px;
  height: 20px;
}
.logo-text {
  display: inline-block;
}
.navbar {
  -moz-animation-name: dropHeader;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-in;
  -moz-animation-duration: 0.2s;

  -webkit-animation-name: dropHeader;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-duration: 0.2s;

  animation-name: dropHeader;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.2s;

}
@-moz-keyframes dropHeader {
    0% {
        -moz-transform: translateY(-61px);
    }
    100% {
        -moz-transform: translateY(0);
    }
}
@-webkit-keyframes dropHeader {
    0% {
        -webkit-transform: translateY(-61px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}
@keyframes dropHeader {
    0% {
        transform: translateY(-61px);
    }
    100% {
        transform: translateY(0);
    }
}
.navbar-fixed-top {
  border-width: 0px;
  background-color: #fff;
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  border-bottom: 1px solid #e5e7eb;
}
.navbar-nav {
  margin: 0;
}
@media (min-width: 768px) {
  .collapse .navbar-nav {
    float: right;
  }
  .navbar-nav > li > button {
    margin: 11px 0 0 0;
  }
  .navbar-nav > li > a.login-button {
    padding-top: 11px;
    padding-bottom: 0;
    padding-right: 0;
  }
  .dropdown-menu {
    right: 0;
    left: auto;
    padding: 0;
  }
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  margin: 0 -35px;
}
.navbar-default .navbar-brand {
  font-weight: 700;
  color: #a5acb6;
  line-height: 60px;
  height: auto;
  padding: 0 15px;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  transition: all .1s linear;
}
.navbar-default .navbar-brand:hover {
  color: #8a95a4;
  background-color: #f4f6f7;
}
.navbar-default .navbar-toggle {
  background-color: #fff;
  margin: 0;
  border: none;
  padding: 23px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:visited {
  background-color: #f4f6f7;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #a5acb6;
  -webkit-transition: background .1s linear;
  -moz-transition: background .1s linear;
  transition: background .1s linear;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #8a95a4;
}
.navbar-collapse {
  max-height: 100%;
}
.navbar-collapse.in {
  border-bottom: 10000px solid #fff;
  border-color: #fff !important;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > .active > a {
  color: #a5acb6;
  background-color: transparent;
  text-decoration: none;
  padding: 20px;
  width: 100%;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #8a95a4;
  background-color: #f4f6f7;;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #f4f6f7;;
  color: #8a95a4;
}
.dropdown-menu {
  border: 1px solid #e5e7eb;
  box-shadow: none;
  left: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.dropdown-menu > li > a {
  color: #a5acb6;
  background-color: transparent;
  padding: 14px 20px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.dropdown-menu > li > a:hover {
  color: #8a95a4;
  background-color: #f4f6f7;
}
.dropdown-menu .divider {
  margin: 0;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    margin: 0;
    padding: 0;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 30px;
    padding: 10px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #8a95a4;
    background-color: #f4f6f7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #a5acb6;
    background-color: transparent;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #8a95a4;
    background-color: #f4f6f7;
  }
}
.nav .button {
  padding: 8px 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
      font-weight: 400;
}
.nav a .button {
  color: #a5acb6;
  background-color: transparent;
  border: 1px solid #e5e7eb;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.nav a:hover .button,
.nav li.open a .button {
  color: #8a95a4;
  background-color: transparent;
  border: 1px solid #b8bec8;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #f4f6f7;
  color: #8a95a4;
}
.navbar-default .navbar-nav > li.login-button > a {
  padding: 11px 15px;
  float: left;
  margin-right: 20px;
}
.navbar-default .navbar-nav > li.login-button > a:hover {
  background: transparent;
}
.navbar-default .in .navbar-nav > li.login-button a {
  width: 100%;
  color: #a5acb6;
  margin-right: 20px;
}
.navbar-default .in .navbar-nav > li.login-button a:hover {
  color: #8a95a4;
}
ul.navbar-blocks {
  width: 100%;
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
}
ul.navbar-blocks li {
  width: 18%;
  text-align: center;
}
ul.navbar-blocks li + li {
  margin-left: 2.5%;
}
ul.navbar-blocks li a {
  padding: 20px;
  font-size: 16px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
@media (max-width: 767px) {
  ul.navbar-blocks li {
    width: 100%;
  }
  ul.navbar-blocks > li + li {
    margin-left: 0;
    margin-top: 10px;
  }
}




/* --------------------------------------------------
        Back To Top
-------------------------------------------------- */

.navbar-header .back-to-top {
  position: absolute;
  top: 0;
  right: 68px;
  text-decoration: none;
  color: #a5acb6;
  background-color: #f4f6f7;
  font-size: 14px;
  padding: 20px 20px 19px 20px;
  display: none;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
}
@media (min-width: 768px) {
  .navbar-header .back-to-top {
    display: none !important;
  }
}
.navbar-header .back-to-top:hover {
  color: #8a95a4;
  background-color: #f4f6f7;
  text-decoration: none;
}
.navbar-collapse .back-to-top {
  position: fixed;
  bottom: 2em;
  right: -1px;
  text-decoration: none;
  color: #a5acb6;
  background-color: #f4f6f7;
  font-size: 12px;
  padding: 10px 15px;
  display: none;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  border: 1px solid #e5e7eb;
  -webkit-border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  border-radius: 50px 0 0 50px;
}
@media (max-width: 767px) {
  .navbar-collapse .back-to-top {
    display: none !important;
  }
}
.navbar-collapse .back-to-top:hover {
  color: #8a95a4;
  background-color: #f4f6f7;
  text-decoration: none;
}




/* --------------------------------------------------
        Title Blocks
-------------------------------------------------- */

.title-block {
  text-align: center;
  text-shadow: 0 0 2px #68707b;
}
.title-block-lg {
  display: table-cell;
  vertical-align: middle;
}
   @media (max-width: 767px) {
    .title-block-lg {
      padding: 140px 30px;
    }
  }
  @media (max-width: 600px) {
    .title-block-lg {
      padding: 100px 30px;
    }
  }
.title-block-md {
  padding: 100px 30px;
}
  @media (max-width: 767px) {
    .title-block-md {
      padding: 80px 30px;
    }
  }
  @media (max-width: 600px) {
    .title-block-md {
      padding: 40px 30px;
    }
  }
.title-block-sm {
  padding: 40px 30px;
}
.title-block-lg .row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.title-block h1 {
  text-transform: capitalize;
  font-size: 80px;
  line-height: 80px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}
  @media (max-width: 767px) {
    .title-block h1 {
      font-size: 60px;
      line-height: 60px;
    }
  }
  @media (max-width: 600px) {
    .title-block h1 {
      font-size: 30px;
      line-height: 30px;
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
      font-weight: 400;
    }
  }
.title-block h2 {
  font-size: 24px;
  line-height: 24px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 200;
  color: #fff;
  margin-bottom: 0;
}
  @media (max-width: 767px) {
    .title-block h2 {
      font-size: 18px;
      line-height: 18px;
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
      font-weight: 400;
    }
  }
  @media (max-width: 600px) {
    .title-block h2 {
      font-size: 14px;
      line-height: 14px;
    }
  }
.title-block-bg-home {
  background-attachment: fixed !important;
  background: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) );
  background: -webkit-linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) );
  /*
  background: linear-gradient( rgba(45, 48, 75, 0.4), rgba(45, 48, 75, 0.4) ), url("../images/title-block-bg-home.jpg") no-repeat center center fixed;
  background: -webkit-linear-gradient( rgba(45, 48, 75, 0.4), rgba(45, 48, 75, 0.4) ), url("../images/title-block-bg-home.jpg") no-repeat center center fixed;
  */
  background-position: center center;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  word-break: normal;
  display: table;
  position: relative;
  /* height is set by Javascript */
}
.title-block-bg-home h1 {
  text-transform: none;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
}
  @media (max-width: 600px) {
    .title-block-bg-home h1 {
      font-size: 40px;
      line-height: 40px;
    }
  }
.title-block-bg-home h2 {
  text-transform: none;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
}
.title-block-bg {
  background-position: center top;
  background-position-x: center;
  background-position-y: top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.title-block-home-video-bg {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
  display: none;
}
.title-block-home-img-bg {
  position: fixed;
  bottom: -25%;
  left: -200px;
  z-index: -2;
  min-width: 100%;
  min-height: 100%;
  display: none;
}
  @media (min-height: 1200px) {
    .title-block-home-img-bg {
      bottom: 0;
    }
  }
  @media (max-width: 767px) {
    .title-block-home-img-bg {
      left: -600px;
    }
  }
  @media (min-width: 1920px) {
    .title-block-home-img-bg {
      left: 0;
    }
  }
.delayed-overlay-home,
.delayed-overlay-pages {
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.delayed-overlay-home {
  z-index: 1;
}
video::-webkit-media-controls {
    display:none !important;
}



/* --------------------------------------------------
        Admin
-------------------------------------------------- */

.admin-stat-title,
.section-title {
  font-size: 24px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  color: #8a95a4;
  text-align: center;
  border: 1px solid #e5e7eb;
  padding: 20px;
  margin-bottom: 20px;
  background: #fff;
}
.admin-stat-label {
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
}
.admin-stat {
  text-align: center;
  font-size: 60px;
  line-height: 80px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 200;
  border: 2px dashed #dcdee3;
}
  @media (max-width: 600px) {
    .admin-stat {
      font-size: 40px;
      line-height: 40px;
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
      font-weight: 400;
    }
  }
.admin-stat-sm {
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  border: 2px dashed #dcdee3;
}
.admin-stat-plain {
  border: 2px dashed #dcdee3;
}
.section-data {
  font-size: 16px;
  line-height: 16px;
  color: #8a95a4;
  border: 2px dashed #dcdee3;
}
.section-data a {
  text-decoration: none;
  color: #8a95a4;
}
.section-data a:hover {
  color: #8a95a4;
}
.well-business-static {
  padding: 40px;
  text-align: center;
}
.well-business {
  padding: 40px;
  text-align: center;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
  @media (max-width: 767px) {
    .well-business {
      padding: 20px;
    }
  }
a.business {
  text-decoration: none;
}
a.business:hover {
  color: #a5acb6;
}
a.business .well {
  background-color: #fff;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
a.business .well:hover {
  background-color: #f4f6f7;
}
.business-title {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  color: #8a95a4;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 10px;
}
  @media (max-width: 767px) {
    .business-title {
      font-size: 24px;
      line-height: 24px;
    }
  }
.business-list a:last-child .well {
  margin-bottom: 0;
}
.well-license {
  margin-top: -1px;
}
section:last-child > .well-license,
section:last-child .well-licensee-license {
  margin-bottom: 0;
}
.license-remaining {
  text-align: center;
  border: 2px dashed #dcdee3;
  padding: 20px;
  margin-bottom: 20px;
}
.license-remaining .license-days-left-number {
  font-size: 80px;
  line-height: 80px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 200;
  display: block;
}
.license-remaining .license-days-left-words {
  font-size: 24px;
  line-height: 24px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
}
.well-event-data {
  color: #8a95a4;
  border: 2px dashed #dcdee3;
}
.well-event .well-event-data {
  margin-bottom: 0;
}
.well-event p.section-label {
  margin-top: 20px;
}
@media (max-width: 500px) {
  .event-img {
    display: inline-block;
    width: 100%;
  }
}
.event-img img {
  float: left;
  margin-right: 20px;
  max-width: 100px;
  margin-bottom: 20px;
}
  @media (max-width: 500px) {
    .event-img img {
      float: none;
      margin: 0 auto 20px auto;
      display: block;
      max-width: 100%;
    }
  }
.event-details {
  float: left;
}
  @media (max-width: 500px) {
    .event-details {
      display: block;
      text-align: center;
      float: none;
    }
  }
.event-title {
  color: #8a95a4;
  font-size: 24px;
  line-height: 24px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
}
.event-location,
.event-dates {
  color: #8a95a4;
  font-size: 14px;
  line-height: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
}
.event-location {
  margin-top: 20px;
  margin-bottom: 5px;
}
.event-dates{
  margin-bottom: 0;
}
.well-event {
  border-left: solid 10px #a5acb6;
}
section:last-child .well-event {
  margin-bottom: 0;
}
img.license-upload-preview {
  display: block;
  margin: 0 auto;
  width: 100%;
}
#goodies img,
#support img {
  max-width: 100%;
}
#support p + p {
  margin-top: 10px !important;
}
#support .badge {
  margin-bottom: 0;
}
#support ul li,
#support ol li {
  margin-top: 5px;
}
.section-title-update-date {
  font-size: 12px;
}
.bta1-marker {
  margin-left: -40px;
  border-left: 20px solid #7ea29c;
  padding-left: 20px;
  margin-top: 40px;
}
.bta2-marker {
  margin-left: -40px;
  border-left: 20px solid #a3c7c7;
  padding-left: 20px;
  margin-top: 40px;
}
.bta3-marker {
  margin-left: -40px;
  border-left: 20px solid #9ac0ce;
  padding-left: 20px;
  margin-top: 40px;
}
.admin-stat-note {
  font-size: 12px;
  margin: -4px 0 4px 0;
}
#support .anatomy-of-software span:first-child {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 200;
  border: 1px solid #8a95a4;
  border-radius: 100px;
  padding: 5px;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  margin-right: 10px;
  float: left;
  text-align: center;
  width: 26px;
  height: 26px;
}
#support .anatomy-of-software span:last-child {
  display: flex;
}
#support .anatomy-of-software img {
  border: 1px solid #e5e7eb;
}





/* --------------------------------------------------
        Portfolios
-------------------------------------------------- */

img.snapshot {
	width: 100%;
  opacity: 1;
  transition: all 0.1s linear;
  border: 2px dashed #dcdee3;
  background: #fff;
  padding: 10px 10px 30px 10px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.snapshot-hover-effects:hover img.snapshot:not(:hover) {
	opacity: 0.4;
}
.snapshot-row {
  margin-bottom: 20px;
}
.section-title {
  font-size: 24px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  color: #8a95a4;
  text-align: center;
  border: 1px solid #e5e7eb;
  padding: 20px;
  margin-bottom: 20px;
  background: #fff;
}
a.section-title-link {
  text-decoration: none;
}
.well-session {
  padding: 40px;
  text-align: center;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
  @media (max-width: 767px) {
    .well-session {
      padding: 20px;
    }
  }
.well-session-static {
  padding: 40px;
  text-align: center;
}
a.section-title-link {
  text-decoration: none;
}
a.section-title-link:hover {
  color: #a5acb6;
}
a.section-title-link .well {
  background-color: #fff;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
a.section-title-link .well:hover {
  background-color: #f4f6f7;
}
.section-title-session {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  color: #8a95a4;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 10px;
}
  @media (max-width: 767px) {
    .section-title-session {
      font-size: 24px;
      line-height: 24px;
    }
  }
.section-title-session-date {
  font-size: 12px;
}
.badge-snapshot {
  margin-top: -27px;
  background-color: transparent;
  color: #8a95a4;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 7px;
  z-index: 1;
}
.badge-snapshot-lg {
  background-color: #fff;
  color: #8a95a4;
  font-size: 16px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  border: 2px dashed #dcdee3;
}





/* --------------------------------------------------
        Color Palettes
-------------------------------------------------- */

.label-palette-group {
  margin-top: -10px;
}
.label-palette {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  display: block;
  margin-top: 30px;
}

/* Palette "Abyss"
-------------------------------------------------- */
.label-palette-a1 {
  background-color: #218a8d;
}
.label-palette-a2 {
  background-color: #465f3f;
}
.label-palette-a3 {
  background-color: #224dd9;
}
.label-palette-a4 {
  background-color: #1f1537;
}

/* Palette "Photographer's Dream"
-------------------------------------------------- */
.label-palette-pd1 {
  background-color: #fff;
  box-shadow: inset 0 0 2px #666;
}
.label-palette-pd2 {
  background-color: #dbdbdb;
}
.label-palette-pd3 {
  background-color: #545454;
}
.label-palette-pd4 {
  background-color: #000;
}

/* Palette "Smells Like Plastic"
-------------------------------------------------- */
.label-palette-slp1 {
  background-color: #ffe937;
}
.label-palette-slp2 {
  background-color: #50e2fc;
}
.label-palette-slp3 {
  background-color: #ff4b8a;
}
.label-palette-slp4 {
  background-color: #ff2a00;
}

/* Palette "Big Deal In Japan"
-------------------------------------------------- */
.label-palette-bdij1 {
  background-color: #ffb594;
}
.label-palette-bdij2 {
  background-color: #e2875b;
}
.label-palette-bdij3 {
  background-color: #e85144;
}
.label-palette-bdij4 {
  background-color: #445e42;
}

/* Palette "Yes Sir!"
-------------------------------------------------- */
.label-palette-ys1 {
  background-color: #9e9ea5;
}
.label-palette-ys2 {
  background-color: #ffc500;
}
.label-palette-ys3 {
  background-color: #394133;
}
.label-palette-ys4 {
  background-color: #00144b;
}

/* Palette "English Garden"
-------------------------------------------------- */
.label-palette-eg1 {
  background-color: #c3b7ff;
}
.label-palette-eg2 {
  background-color: #dfe141;
}
.label-palette-eg3 {
  background-color: #b7b860;
}
.label-palette-eg4 {
  background-color: #3b2f13;
}

/* Palette "Scorching Dirt"
-------------------------------------------------- */
.label-palette-sd1 {
  background-color: #ffae00;
}
.label-palette-sd2 {
  background-color: #d60a00;
}
.label-palette-sd3 {
  background-color: #8b2200;
}
.label-palette-sd4 {
  background-color: #513835;
}

/* Palette "Van Gogh Liked It"
-------------------------------------------------- */
.label-palette-vgli1 {
  background-color: #ffff60;
}
.label-palette-vgli2 {
  background-color: #e15001;
}
.label-palette-vgli3 {
  background-color: #4c9949;
}
.label-palette-vgli4 {
  background-color: #2a2d8a;
}

/* Palette "Forbidden Fruit"
-------------------------------------------------- */
.label-palette-ff1 {
  background-color: #ffb5e5;
}
.label-palette-ff2 {
  background-color: #c05498;
}
.label-palette-ff3 {
  background-color: #a556d6;
}
.label-palette-ff4 {
  background-color: #2d1550;
}

/* Palette "Standard Issue"
-------------------------------------------------- */
.label-palette-si1 {
  background-color: #9c2d1c;
}
.label-palette-si2 {
  background-color: #0a417d;
}
.label-palette-si3 {
  background-color: #133e26;
}
.label-palette-si4 {
  background-color: #333333;
}

/* Palette "Friendly Soy"
-------------------------------------------------- */
.label-palette-fs1 {
  background-color: #aba285;
}
.label-palette-fs2 {
  background-color: #daab22;
}
.label-palette-fs3 {
  background-color: #bc7042;
}
.label-palette-fs4 {
  background-color: #314f19;
}

/* Palette "Drops of Bangladesh"
-------------------------------------------------- */
.label-palette-dob1 {
  background-color: #b5b5b5;
}
.label-palette-dob2 {
  background-color: #5f5f5f;
}
.label-palette-dob3 {
  background-color: #303030;
}
.label-palette-dob4 {
  background-color: #0b0942;
}

/* Palette "Medieval Fountain"
-------------------------------------------------- */
.label-palette-mf1 {
  background-color: #6e3e35;
}
.label-palette-mf2 {
  background-color: #7f322d;
}
.label-palette-mf3 {
  background-color: #2a0039;
}
.label-palette-mf4 {
  background-color: #2a1806;
}

/* Palette "Inked at Midnight"
-------------------------------------------------- */
.label-palette-iam1 {
  background-color: #abb693;
}
.label-palette-iam2 {
  background-color: #417c72;
}
.label-palette-iam3 {
  background-color: #2b5563;
}
.label-palette-iam4 {
  background-color: #2a0039;
}

/* Palette "Ultraviolet Fizzle"
-------------------------------------------------- */
.label-palette-uf1 {
  background-color: #f0b4ff;
}
.label-palette-uf2 {
  background-color: #ae1ed3;
}
.label-palette-uf3 {
  background-color: #0042ff;
}
.label-palette-uf4 {
  background-color: #4e008b;
}

/* Palette "Iron Flow"
-------------------------------------------------- */
.label-palette-if1 {
  background-color: #ffe347;
}
.label-palette-if2 {
  background-color: #b5670c;
}
.label-palette-if3 {
  background-color: #d84700;
}
.label-palette-if4 {
  background-color: #460f00;
}

/* Palette "Surge"
-------------------------------------------------- */
.label-palette-s1 {
  background-color: #a3fffc;
}
.label-palette-s2 {
  background-color: #00a2ff;
}
.label-palette-s3 {
  background-color: #5b58eb;
}
.label-palette-s4 {
  background-color: #282770;
}

/* Palette "Rorschach Black"
-------------------------------------------------- */
.label-palette-rb1 {
  background-color: #000;
}
.label-palette-rb2 {
  background-color: #000;
}
.label-palette-rb3 {
  background-color: #000;
}
.label-palette-rb4 {
  background-color: #000;
}

/*
.label-palette.label-palette-rb1 {
  background-color: #000;
  width: 150px;
}
*/

/* Half Opacity on Ink Thoughts Palettes
-------------------------------------------------- */
/*
.label-palette-group-it .label-palette:after {
  content: "";
  height: 15px;
  width: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -webkit-border-radius: 0 0 5px 5px;
      -moz-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px;
}
*/
.label-palette-group-it .triangle {
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  background: linear-gradient(to left top, black 50%, transparent 50%);
  z-index: 1;
  position: absolute;
  opacity: .5;
}
.well-key-time {
  border-left: 10px solid #444;
}
.key-time-marker {
  margin-left: -20px;
  border-left: 20px solid #444;
  padding-left: 20px;
}
.key-time-label,
.key-sessions-label {
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  border: 2px dashed #dcdee3;
  color: #8a95a4;
}
.key-time-label .strong,
.key-sessions-label .strong {
  display: inline;
}
.well-key-backup {
  border-left: 10px solid #9989ab;
}
.key-backup-marker {
  margin-left: -20px;
  border-left: 20px solid #9989ab;
  padding-left: 20px;
}
.progress {
  height: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-time-remaining {
  background: #c9d7e2;
}
.progress-bar-time-remaining {
  background-color: #444;
}
.progress-sessions-remaining {
  background: #dfe1ec;
}
.progress-bar-sessions-remaining {
  background-color: #9989ab;
}
.progress-striped .progress-bar-time-remaining,
.progress-striped .progress-bar-sessions-remaining {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}




/* --------------------------------------------------
        About
-------------------------------------------------- */

.thumbnail-team img {
  width: 100%;
  cursor: pointer;
  margin-bottom: 30px;
}




/* --------------------------------------------------
        How It Works
-------------------------------------------------- */

#process h1,
#art h1 {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
}
#process span.process-number {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 200;
  border: 1px solid #8a95a4;
  border-radius: 100px;
  padding: 4px 8px;
  font-size: 18px;
  line-height: 18px;
  top: 26px;
  position: absolute;
  left: -30px;
}
  @media (max-width: 767px) {
    #process span.process-number {
      top: 6px;
      left: 15px;
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
      font-weight: 400;
    }
    #process h1 {
      margin-left: 40px;
    }
  }
#process img.choose-palette-mb {
  width: 100%;
}
  @media (max-width: 767px) {
    #process img.choose-palette-mb {
      margin-bottom: 40px;
    }
}
#process img.choose-palette-it {
  width: 100%;
}
#process img.gear-up,
#process img.sig {
  width: 100%;
}
  @media (max-width: 767px) {
    #process img.gear-up,
    #process img.sig {
      width: 60%;
    }
  }
#process img.sig {
  margin-top: 30px;
}
#process img.snapshot:hover {
  cursor: default;
}
#process img.take-away {
  opacity: 0;
  width: 100%;
}
#process .take-away-container {
  position: relative;
  padding: 0px;
  margin-top: 30px;
  margin-bottom: 10px;
  background-color: #fff;
  background-image: url("/assets/process-step-6.jpg");
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 90%;
  border: 4px solid white;
  -webkit-border-radius: 470px;
  -moz-border-radius: 470px;
  border-radius: 470px;
  -webkit-box-shadow: 0 0px 1px rgba(188,196,206,1);
  -moz-box-shadow: 0 0px 1px rgba(188,196,206,1);
  box-shadow: 0 0px 1px rgba(188,196,206,1);
}
  @media (max-width: 1199px) {
    #process .take-away-container {
      background-position-x: 70%;
      background-position-y: 30%;
    }
  }
  @media (max-width: 991px) {
    #process .take-away-container {
      background-position-x: 55%;
      background-position-y: 20%;
    }
  }
  @media (max-width: 767px) {
    #process .take-away-container {
      background-position-x: -60px;
      background-position-y: 20%;
    }
  }
#art img {
  width: 100%;
}
  @media (max-width: 991px) {
    #art img {
      margin-top: 20px;
    }
  }
#art .card {
  border: 2px dashed #dcdee3;
  background: #fafbfc;
  padding: 40px 25px;
  margin: 0;
}
#art h1 {
  margin-top: 0;
}
#event img {
  width: 100%;
}
  @media (max-width: 991px) {
    #event img:first-child {
      margin-top: 20px;
    }
  }
#event img + img {
  margin-top: 30px;
}

/* --------------------------------------------------
        Gallery
-------------------------------------------------- */

#gallery img {
  width: 100%;
  margin-bottom: 30px;
  border: 2px dashed #dcdee3;
  background: #fff;
  padding: 10px 10px 80px 10px;
}
#gallery div:last-child {
  margin-bottom: 0;
}
.gallery-description {
  margin-top: -94px;
  background-color: transparent;
  letter-spacing: -1px;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  color: #8a95a4;
  text-align: center;
}
.gallery-description .style {
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: -4px;
}
.gallery-description .palette {
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 18px;
}
/*
.datepicker {
  z-index: 1050 !important;
  right: auto !important;
  top: 0;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
*/
