/* Bootstrap Overwrites */
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #dd4b39;
}

/*  AdminLTE Overwrites  */

.box {
  border-radius: 0;
  border-top: 1px solid #d2d6de;
}

body[class^='skin-'] .sidebar-menu>li>a {
  border-left: 1px solid transparent;
}

body.sidebar-collapse .sidebar-menu>li:hover>a>span {
  margin-left: -1px!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #605ca8 !important;
    border-color: #57549C !important;
    color: #f9f9f9 !important;
}
body[class^='skin-purple'] .btn-primary {
  color: #fff;
  background-color: #605ca8;
  border-color: #57549C;
}
body[class^='skin-purple'] .btn-primary:focus,
body[class^='skin-purple'] .btn-primary.focus {
  color: #fff;
  background-color: #7673BD;
  border-color: #122b40;
}
body[class^='skin-purple'] .btn-primary:hover {
  color: #fff;
  background-color: #7673BD;
  border-color: #57549C;
}
body[class^='skin-purple'] .btn-primary:active,
body[class^='skin-purple'] .btn-primary.active,
body[class^='skin-purple'] .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #7673BD;
  border-color: #57549C;
}
body[class^='skin-purple'] .btn-primary:active:hover,
body[class^='skin-purple'] .btn-primary.active:hover,
body[class^='skin-purple'] .open > .dropdown-toggle.btn-primary:hover,
body[class^='skin-purple'] .btn-primary:active:focus,
body[class^='skin-purple'] .btn-primary.active:focus,
body[class^='skin-purple'] .open > .dropdown-toggle.btn-primary:focus,
body[class^='skin-purple'] .btn-primary:active.focus,
body[class^='skin-purple'] .btn-primary.active.focus,
body[class^='skin-purple'] .open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #57549C;
  border-color: #122b40;
}
body[class^='skin-purple'] .btn-primary:active,
body[class^='skin-purple'] .btn-primary.active,
body[class^='skin-purple'] .open > .dropdown-toggle.btn-primary {
  background-image: none;
}
body[class^='skin-purple'] .btn-primary.disabled,
body[class^='skin-purple'] .btn-primary[disabled],
body[class^='skin-purple'] fieldset[disabled] .btn-primary,
body[class^='skin-purple'] .btn-primary.disabled:hover,
body[class^='skin-purple'] .btn-primary[disabled]:hover,
body[class^='skin-purple'] fieldset[disabled] .btn-primary:hover,
body[class^='skin-purple'] .btn-primary.disabled:focus,
body[class^='skin-purple'] .btn-primary[disabled]:focus,
body[class^='skin-purple'] fieldset[disabled] .btn-primary:focus,
body[class^='skin-purple'] .btn-primary.disabled.focus,
body[class^='skin-purple'] .btn-primary[disabled].focus,
body[class^='skin-purple'] fieldset[disabled] .btn-primary.focus,
body[class^='skin-purple'] .btn-primary.disabled:active,
body[class^='skin-purple'] .btn-primary[disabled]:active,
body[class^='skin-purple'] fieldset[disabled] .btn-primary:active,
body[class^='skin-purple'] .btn-primary.disabled.active,
body[class^='skin-purple'] .btn-primary[disabled].active,
body[class^='skin-purple'] fieldset[disabled] .btn-primary.active {
  background-color: #605ca8;
  border-color: #57549C;
}
body[class^='skin-purple'] .btn-primary .badge {
  color: #605ca8;
  background-color: #fff;
}

body[class^='skin-purple'] .pagination>.active>a,
body[class^='skin-purple'] .pagination>.active>a:focus,
body[class^='skin-purple'] .pagination>.active>a:hover,
body[class^='skin-purple'] .pagination>.active>span,
body[class^='skin-purple'] .pagination>.active>span:focus,
body[class^='skin-purple'] .pagination>.active>span:hover {
    background-color: #605ca8;
    border-color: #57549C;
}






/*    ADDITIONAL HELPER CLASSES */

  .text-uppercase {
      text-transform: uppercase;
  }

  .text-lowercase {
      text-transform: lowercase;
  }

  .text-capitalize {
      text-transform: capitalize;
  }


  /*    CURSOR HELPERS    */
  .cursor-pointer {
    cursor: pointer;
  }


  /*    MARGIN HELPERS    */
  .m-t-0 {
    margin-top: 0px;
  }
  .m-r-0 {
    margin-right: 0px;
  }
  .m-l-0 {
    margin-left: 0px !important;
  }
  .m-b-0 {
    margin-bottom: 0px;
  }
  .m-t-5 {
    margin-top: 5px;
  }
  .m-r-5 {
    margin-right: 5px;
  }
  .m-l-5 {
    margin-left: 5px;
  }
  .m-b-5 {
    margin-bottom: 5px;
  }
  .m-t-10 {
    margin-top: 10px;
  }
  .m-r-10 {
    margin-right: 10px;
  }
  .m-l-10 {
    margin-left: 10px;
  }
  .m-b-10 {
    margin-bottom: 10px;
  }
  .m-t-15 {
    margin-top: 15px;
  }
  .m-r-15 {
    margin-right: 15px;
  }
  .m-l-15 {
    margin-left: 15px;
  }
  .m-b-15 {
    margin-bottom: 15px;
  }
  .m-t-20 {
    margin-top: 20px;
  }
  .m-r-20 {
    margin-right: 20px;
  }
  .m-l-20 {
    margin-left: 20px;
  }
  .m-b-20 {
    margin-bottom: 20px;
  }
  .m-t-25 {
    margin-top: 25px;
  }
  .m-r-25 {
    margin-right: 25px;
  }
  .m-l-25 {
    margin-left: 25px;
  }
  .m-b-25 {
    margin-bottom: 25px;
  }
  .m-t-30 {
    margin-top: 30px;
  }
  .m-r-30 {
    margin-right: 30px;
  }
  .m-l-30 {
    margin-left: 30px;
  }
  .m-b-30 {
    margin-bottom: 30px;
  }
  .m-t-35 {
    margin-top: 35px;
  }
  .m-r-35 {
    margin-right: 35px;
  }
  .m-l-35 {
    margin-left: 35px;
  }
  .m-b-35 {
    margin-bottom: 35px;
  }
  .m-t-40 {
    margin-top: 40px;
  }
  .m-r-40 {
    margin-right: 40px;
  }
  .m-l-40 {
    margin-left: 40px;
  }
  .m-b-40 {
    margin-bottom: 40px;
  }
  .m-t-45 {
    margin-top: 45px;
  }
  .m-r-45 {
    margin-right: 45px;
  }
  .m-l-45 {
    margin-left: 45px;
  }
  .m-b-45 {
    margin-bottom: 45px;
  }
  .m-t-50 {
    margin-top: 50px;
  }
  .m-r-50 {
    margin-right: 50px;
  }
  .m-l-50 {
    margin-left: 50px;
  }
  .m-b-50 {
    margin-bottom: 50px;
  }
  .m-t-55 {
    margin-top: 55px;
  }
  .m-r-55 {
    margin-right: 55px;
  }
  .m-l-55 {
    margin-left: 55px;
  }
  .m-b-55 {
    margin-bottom: 55px;
  }
  .m-t-60 {
    margin-top: 60px;
  }
  .m-r-60 {
    margin-right: 60px;
  }
  .m-l-60 {
    margin-left: 60px;
  }
  .m-b-60 {
    margin-bottom: 60px;
  }
  .m-t-65 {
    margin-top: 65px;
  }
  .m-r-65 {
    margin-right: 65px;
  }
  .m-l-65 {
    margin-left: 65px;
  }
  .m-b-65 {
    margin-bottom: 65px;
  }
  .m-t-70 {
    margin-top: 70px;
  }
  .m-r-70 {
    margin-right: 70px;
  }
  .m-l-70 {
    margin-left: 70px;
  }
  .m-b-70 {
    margin-bottom: 70px;
  }
  .m-t-75 {
    margin-top: 75px;
  }
  .m-r-75 {
    margin-right: 75px;
  }
  .m-l-75 {
    margin-left: 75px;
  }
  .m-b-75 {
    margin-bottom: 75px;
  }
  .m-t-80 {
    margin-top: 80px;
  }
  .m-r-80 {
    margin-right: 80px;
  }
  .m-l-80 {
    margin-left: 80px;
  }
  .m-b-80 {
    margin-bottom: 80px;
  }
  .m-t-85 {
    margin-top: 85px;
  }
  .m-r-85 {
    margin-right: 85px;
  }
  .m-l-85 {
    margin-left: 85px;
  }
  .m-b-85 {
    margin-bottom: 85px;
  }
  .m-t-90 {
    margin-top: 90px;
  }
  .m-r-90 {
    margin-right: 90px;
  }
  .m-l-90 {
    margin-left: 90px;
  }
  .m-b-90 {
    margin-bottom: 90px;
  }
  .m-t-95 {
    margin-top: 95px;
  }
  .m-r-95 {
    margin-right: 95px;
  }
  .m-l-95 {
    margin-left: 95px;
  }
  .m-b-95 {
    margin-bottom: 95px;
  }
  .m-t-100 {
    margin-top: 100px;
  }
  .m-r-100 {
    margin-right: 100px;
  }
  .m-l-100 {
    margin-left: 100px;
  }
  .m-b-100 {
    margin-bottom: 100px;
  }
  .full-height {
    height: 100% !important;
  }
  .full-width {
    width: 100%;
  }
  .hide {
    display: none;
  }
  .inline {
    display: inline-block !important;
  }
  .block {
    display: block;
  }
  .b-blank {
    border-color: #000;
  }

  /*    PADDING HELPERS   */
  .p-t-0 {
    padding-top: 0px;
  }
  .p-r-0 {
    padding-right: 0px;
  }
  .p-l-0 {
    padding-left: 0px !important;
  }
  .p-b-0 {
    padding-bottom: 0px;
  }
  .p-t-5 {
    padding-top: 5px !important;
  }
  .p-r-5 {
    padding-right: 5px !important;
  }
  .p-l-5 {
    padding-left: 5px !important;
  }
  .p-b-5 {
    padding-bottom: 5px !important;
  }
  .padding-5 {
    padding: 5px !important;
  }
  .p-t-10 {
    padding-top: 10px !important;
  }
  .p-r-10 {
    padding-right: 10px !important;
  }
  .p-l-10 {
    padding-left: 10px !important;
  }
  .p-b-10 {
    padding-bottom: 10px !important;
  }
  .padding-10 {
    padding: 10px !important;
  }
  .p-t-15 {
    padding-top: 15px !important;
  }
  .p-r-15 {
    padding-right: 15px !important;
  }
  .p-l-15 {
    padding-left: 15px !important;
  }
  .p-b-15 {
    padding-bottom: 15px !important;
  }
  .padding-15 {
    padding: 15px !important;
  }
  .p-t-20 {
    padding-top: 20px !important;
  }
  .p-r-20 {
    padding-right: 20px !important;
  }
  .p-l-20 {
    padding-left: 20px !important;
  }
  .p-b-20 {
    padding-bottom: 20px !important;
  }
  .padding-20 {
    padding: 20px !important;
  }
  .p-t-25 {
    padding-top: 25px !important;
  }
  .p-r-25 {
    padding-right: 25px !important;
  }
  .p-l-25 {
    padding-left: 25px !important;
  }
  .p-b-25 {
    padding-bottom: 25px !important;
  }
  .padding-25 {
    padding: 25px !important;
  }
  .p-t-30 {
    padding-top: 30px !important;
  }
  .p-r-30 {
    padding-right: 30px !important;
  }
  .p-l-30 {
    padding-left: 30px !important;
  }
  .p-b-30 {
    padding-bottom: 30px !important;
  }
  .padding-30 {
    padding: 30px !important;
  }
  .p-t-35 {
    padding-top: 35px !important;
  }
  .p-r-35 {
    padding-right: 35px !important;
  }
  .p-l-35 {
    padding-left: 35px !important;
  }
  .p-b-35 {
    padding-bottom: 35px !important;
  }
  .padding-35 {
    padding: 35px !important;
  }
  .p-t-40 {
    padding-top: 40px !important;
  }
  .p-r-40 {
    padding-right: 40px !important;
  }
  .p-l-40 {
    padding-left: 40px !important;
  }
  .p-b-40 {
    padding-bottom: 40px !important;
  }
  .padding-40 {
    padding: 40px !important;
  }
  .p-t-45 {
    padding-top: 45px !important;
  }
  .p-r-45 {
    padding-right: 45px !important;
  }
  .p-l-45 {
    padding-left: 45px !important;
  }
  .p-b-45 {
    padding-bottom: 45px !important;
  }
  .padding-45 {
    padding: 45px !important;
  }
  .p-t-50 {
    padding-top: 50px !important;
  }
  .p-r-50 {
    padding-right: 50px !important;
  }
  .p-l-50 {
    padding-left: 50px !important;
  }
  .p-b-50 {
    padding-bottom: 50px !important;
  }
  .padding-50 {
    padding: 50px !important;
  }
  .p-t-55 {
    padding-top: 55px !important;
  }
  .p-r-55 {
    padding-right: 55px !important;
  }
  .p-l-55 {
    padding-left: 55px !important;
  }
  .p-b-55 {
    padding-bottom: 55px !important;
  }
  .padding-55 {
    padding: 55px !important;
  }
  .p-t-60 {
    padding-top: 60px !important;
  }
  .p-r-60 {
    padding-right: 60px !important;
  }
  .p-l-60 {
    padding-left: 60px !important;
  }
  .p-b-60 {
    padding-bottom: 60px !important;
  }
  .padding-60 {
    padding: 60px !important;
  }
  .p-t-65 {
    padding-top: 65px !important;
  }
  .p-r-65 {
    padding-right: 65px !important;
  }
  .p-l-65 {
    padding-left: 65px !important;
  }
  .p-b-65 {
    padding-bottom: 65px !important;
  }
  .padding-65 {
    padding: 65px !important;
  }
  .p-t-70 {
    padding-top: 70px !important;
  }
  .p-r-70 {
    padding-right: 70px !important;
  }
  .p-l-70 {
    padding-left: 70px !important;
  }
  .p-b-70 {
    padding-bottom: 70px !important;
  }
  .padding-70 {
    padding: 70px !important;
  }
  .p-t-75 {
    padding-top: 75px !important;
  }
  .p-r-75 {
    padding-right: 75px !important;
  }
  .p-l-75 {
    padding-left: 75px !important;
  }
  .p-b-75 {
    padding-bottom: 75px !important;
  }
  .padding-75 {
    padding: 75px !important;
  }
  .p-t-80 {
    padding-top: 80px !important;
  }
  .p-r-80 {
    padding-right: 80px !important;
  }
  .p-l-80 {
    padding-left: 80px !important;
  }
  .p-b-80 {
    padding-bottom: 80px !important;
  }
  .padding-80 {
    padding: 80px !important;
  }
  .p-t-85 {
    padding-top: 85px !important;
  }
  .p-r-85 {
    padding-right: 85px !important;
  }
  .p-l-85 {
    padding-left: 85px !important;
  }
  .p-b-85 {
    padding-bottom: 85px !important;
  }
  .padding-85 {
    padding: 85px !important;
  }
  .p-t-90 {
    padding-top: 90px !important;
  }
  .p-r-90 {
    padding-right: 90px !important;
  }
  .p-l-90 {
    padding-left: 90px !important;
  }
  .p-b-90 {
    padding-bottom: 90px !important;
  }
  .padding-90 {
    padding: 90px !important;
  }
  .p-t-95 {
    padding-top: 95px !important;
  }
  .p-r-95 {
    padding-right: 95px !important;
  }
  .p-l-95 {
    padding-left: 95px !important;
  }
  .p-b-95 {
    padding-bottom: 95px !important;
  }
  .padding-95 {
    padding: 95px !important;
  }
  .p-t-100 {
    padding-top: 100px !important;
  }
  .p-r-100 {
    padding-right: 100px !important;
  }
  .p-l-100 {
    padding-left: 100px !important;
  }
  .p-b-100 {
    padding-bottom: 100px !important;
  }
  .padding-100 {
    padding: 100px !important;
  }

  /*    OVERRIDES */

  .no-padding {
    padding: 0px !important;
  }
  .no-margin {
    margin: 0px !important;
  }
  .no-overflow {
    overflow: hidden !important;
  }
  .auto-overflow {
    overflow: auto;
  }
  .center-margin {
    margin-left: auto;
    margin-right: auto;
  }
  .inherit-size {
    width: inherit;
    height: inherit;
  }
  .inherit-height {
    height: inherit;
  }
  .image-responsive-height {
    width: 100%;
  }
  .image-responsive-width {
    height: 100%;
  }
  .overlayer {
    position: absolute;
    display: block;
    z-index: 21;
  }
  .overlayer.fullwidth {
    width: 100%;
  }
  .overlayer-wrapper {
    position: relative;
    display: block;
    z-index: 10;
  }
  .overlay-fixed {
    position: fixed !important;
    top: auto !important;
  }
  .top-left {
    position: absolute !important;
    top: 0;
    left: 0;
  }
  .top-right {
    position: absolute !important;
    top: 1px;
    right: 0;
  }
  .bottom-left {
    position: absolute !important;
    bottom: 1px;
    left: 0;
  }
  .bottom-right {
    position: absolute !important;
    bottom: 0;
    right: 0;
  }
  .pull-bottom {
    position: absolute !important;
    bottom: 0;
  }
  .pull-up {
    position: absolute !important;
    top: 0;
  }
  .cursor {
    cursor: pointer;
  }
  .scroll-x-hidden {
    overflow-x: hidden !important;
  }

  /*    BORDER HELPERS  */

  .b-a,
  .b-r,
  .b-l,
  .b-t,
  .b-b {
    border-style: solid;
    border-width: 0;
  }
  .b-r {
    border-right-width: 1px;
  }
  .b-l {
    border-left-width: 1px;
  }
  .b-t {
    border-top-width: 1px;
  }
  .b-b {
    border-bottom-width: 1px;
  }
  .b-a {
    border-width: 1px;
  }
  .b-dashed {
    border-style: dashed;
  }
  .b-thick {
    border-width: 2px;
  }
  .b-transparent {
    border-color: rgba(0, 0, 0, 0.4);
  }
  .b-transparent-white {
    border-color: rgba(255, 255, 255, 0.3);
  }
  .b-grey {
    border-color: #e6e6e6;
  }
  .b-white {
    border-color: #fff;
  }
  .b-primary {
    border-color: #6d5cae;
  }
  .b-complete {
    border-color: #6d5cae;
  }
  .b-success {
    border-color: #10cfbd;
  }
  .b-info {
    border-color: #3b4752;
  }
  .b-danger {
    border-color: #f55753;
  }
  .b-warning {
    border-color: #f8d053;
  }

  /*    BORDER RADIUS HELPERS */

  .b-rad-sm {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }
  .b-rad-md {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  .b-rad-lg {
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
  }
  .no-border {
    border: none !important;
  }

  /*    BACKGROUND HELPERS (additional) */

  .bg-none {
    background: none;
  }

  /*
   * Generate Font-Size Classes (8px - 20px)
   */
  .f-8 {
    font-size: 8px !important;
  }
  .f-9 {
    font-size: 9px !important;
  }
  .f-10 {
    font-size: 10px !important;
  }
  .f-11 {
    font-size: 11px !important;
  }
  .f-12 {
    font-size: 12px !important;
  }
  .f-13 {
    font-size: 13px !important;
  }
  .f-14 {
    font-size: 14px !important;
  }
  .f-15 {
    font-size: 15px !important;
  }
  .f-16 {
    font-size: 16px !important;
  }
  .f-17 {
    font-size: 17px !important;
  }
  .f-18 {
    font-size: 18px !important;
  }
  .f-19 {
    font-size: 19px !important;
  }
  .f-20 {
    font-size: 20px !important;
  }
  .f-30 {
    font-size: 30px !important;
  }
  /*
   * Font Weight
   */
  .f-300 {
    font-weight: 300 !important;
  }
  .f-400 {
    font-weight: 400 !important;
  }
  .f-500 {
    font-weight: 500 !important;
  }
  .f-700 {
    font-weight: 700 !important;
  }
  /*
   * Position Classes
   */
  .p-relative {
    position: relative !important;
  }
  .p-absolute {
    position: absolute !important;
  }
  .p-fixed {
    position: fixed !important;
  }
  .p-static {
    position: static !important;
  }
  /*
   * Overflow
   */
  .o-hidden {
    overflow: hidden !important;
  }
  .o-visible {
    overflow: visible !important;
  }
  .o-auto {
    overflow: auto !important;
  }
  /*
   * Display
   */
  .d-block {
    display: block !important;
  }
  .di-block {
    display: inline-block !important;
  }

  .wizard {
    list-style-type: none;
    padding-left:0px;
  }
  .wizard li {
    display: inline-block;
    background-color: #cccccc;
    color: #ffffff;
    padding: 0.75rem 2rem;
    transition: all 0.4s ease;
    text-indent: 1rem;
    text-transform: uppercase;
    font-size:18px;
  }
  .wizard li:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .wizard li:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .wizard li:last-child:after, .wizard li:last-child:before {
    display: none;
  }
  .wizard li:after, .wizard li:before {
    content: "";
    position: absolute;
    background-color: #cccccc;
  }
  .wizard li:after {
      border-radius: 3px;
      border-right: 3px solid white;
      border-top: 3px solid white;
      height: 30px;
      width: 30px;
      margin-top: -3px;
      margin-left: 7px;
      -webkit-transform: rotate(45deg);
  }
  .wizard li.current {
    background-color: #40d28f;
  }
  .wizard li.current:after, .wizard li.current:before {
    background-color: #40d28f;
  }
  .wizard li.completed {
    background-color: #00a65a;
  }
  .wizard li.completed:after, .wizard li.completed:before {
    background-color: #00a65a;
  }
  .loader {
      background:#ccc;opacity:0.5;position:absolute;top:0px;left:0px;width:100%;height:100%;z-index:10;
  }
  .cssload-box-loading {
  	width: 49px;
  	height: 49px;
  	margin: auto;
  	position: absolute;
  	left: 0;
  	right: 0;
  	top: 0;
  	bottom: 0;
  }
  .cssload-box-loading:before {
  	content: '';
  	width: 49px;
  	height: 5px;
  	background: rgb(0,0,0);
  	opacity: 0.1;
  	position: absolute;
  	top: 58px;
  	left: 0;
  	border-radius: 50%;
  	animation: shadow 0.58s linear infinite;
  		-o-animation: shadow 0.58s linear infinite;
  		-ms-animation: shadow 0.58s linear infinite;
  		-webkit-animation: shadow 0.58s linear infinite;
  		-moz-animation: shadow 0.58s linear infinite;
  }
  .cssload-box-loading:after {
  	content: '';
  	width: 49px;
  	height: 49px;
  	background: rgb(26,54,104);
  	position: absolute;
  	top: 0;
  	left: 0;
  	border-radius: 3px;
  	animation: cssload-animate 0.58s linear infinite;
  		-o-animation: cssload-animate 0.58s linear infinite;
  		-ms-animation: cssload-animate 0.58s linear infinite;
  		-webkit-animation: cssload-animate 0.58s linear infinite;
  		-moz-animation: cssload-animate 0.58s linear infinite;
  }



  @keyframes cssload-animate {
  	17% {
  		border-bottom-right-radius: 3px;
  	}
  	25% {
  		transform: translateY(9px) rotate(22.5deg);
  	}
  	50% {
  		transform: translateY(18px) scale(1, 0.9) rotate(45deg);
  		border-bottom-right-radius: 39px;
  	}
  	75% {
  		transform: translateY(9px) rotate(67.5deg);
  	}
  	100% {
  		transform: translateY(0) rotate(90deg);
  	}
  }

  @-o-keyframes cssload-animate {
  	17% {
  		border-bottom-right-radius: 3px;
  	}
  	25% {
  		-o-transform: translateY(9px) rotate(22.5deg);
  	}
  	50% {
  		-o-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
  		border-bottom-right-radius: 39px;
  	}
  	75% {
  		-o-transform: translateY(9px) rotate(67.5deg);
  	}
  	100% {
  		-o-transform: translateY(0) rotate(90deg);
  	}
  }

  @-ms-keyframes cssload-animate {
  	17% {
  		border-bottom-right-radius: 3px;
  	}
  	25% {
  		-ms-transform: translateY(9px) rotate(22.5deg);
  	}
  	50% {
  		-ms-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
  		border-bottom-right-radius: 39px;
  	}
  	75% {
  		-ms-transform: translateY(9px) rotate(67.5deg);
  	}
  	100% {
  		-ms-transform: translateY(0) rotate(90deg);
  	}
  }

  @-webkit-keyframes cssload-animate {
  	17% {
  		border-bottom-right-radius: 3px;
  	}
  	25% {
  		-webkit-transform: translateY(9px) rotate(22.5deg);
  	}
  	50% {
  		-webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
  		border-bottom-right-radius: 39px;
  	}
  	75% {
  		-webkit-transform: translateY(9px) rotate(67.5deg);
  	}
  	100% {
  		-webkit-transform: translateY(0) rotate(90deg);
  	}
  }

  @-moz-keyframes cssload-animate {
  	17% {
  		border-bottom-right-radius: 3px;
  	}
  	25% {
  		-moz-transform: translateY(9px) rotate(22.5deg);
  	}
  	50% {
  		-moz-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
  		border-bottom-right-radius: 39px;
  	}
  	75% {
  		-moz-transform: translateY(9px) rotate(67.5deg);
  	}
  	100% {
  		-moz-transform: translateY(0) rotate(90deg);
  	}
  }

  @keyframes shadow {
  	0%,
  	100% {
  		transform: scale(1, 1);
  	}
  	50% {
  		transform: scale(1.2, 1);
  	}
  }

  @-o-keyframes shadow {
  	0%,
  	100% {
  		-o-transform: scale(1, 1);
  	}
  	50% {
  		-o-transform: scale(1.2, 1);
  	}
  }

  @-ms-keyframes shadow {
  	0%,
  	100% {
  		-ms-transform: scale(1, 1);
  	}
  	50% {
  		-ms-transform: scale(1.2, 1);
  	}
  }

  @-webkit-keyframes shadow {
  	0%,
  	100% {
  		-webkit-transform: scale(1, 1);
  	}
  	50% {
  		-webkit-transform: scale(1.2, 1);
  	}
  }

  @-moz-keyframes shadow {
  	0%,
  	100% {
  		-moz-transform: scale(1, 1);
  	}
  	50% {
  		-moz-transform: scale(1.2, 1);
  	}
  }
