
.wojo-grid .columns.gutters>[class*="screen-"],
.wojo-grid .columns.gutters>[class*="row"] {
  padding-left: 2em;
  margin-bottom: 2em
}

.wojo-grid .columns.small-gutters>[class*="screen-"],
.wojo-grid .columns.small-gutters>[class*="row"] {
  padding-left: 1em;
  margin-bottom: 1em
}

.wojo-grid .columns.mini-gutters>[class*="screen-"],
.wojo-grid .columns.mini-gutters>[class*="row"] {
  padding-left: .5em;
  margin-bottom: .5em
}

.wojo-grid .columns.horizontal-gutters>[class*="screen-"],
.wojo-grid .columns.horizontal-gutters>[class*="row"] {
  padding-left: 2em
}

.wojo-grid .columns.small-horizontal-gutters>[class*="screen-"],
.wojo-grid .columns.small-horizontal-gutters>[class*="row"] {
  padding-left: 1em
}

.wojo-grid .columns.mini-horizontal-gutters>[class*="screen-"],
.wojo-grid .columns.mini-horizontal-gutters>[class*="row"] {
  padding-left: .5em
}

.wojo-grid .columns.vertical-gutters>[class*="screen-"],
.wojo-grid .columns.vertical-gutters>[class*="row"] {
  margin-bottom: 2em
}

.wojo-grid .columns.small-vertical-gutters>[class*="screen-"],
.wojo-grid .columns.small-vertical-gutters>[class*="row"] {
  margin-bottom: 1em
}

.wojo-grid .columns.mini-vertical-gutters>[class*="screen-"],
.wojo-grid .columns.mini-vertical-gutters>[class*="row"] {
  margin-bottom: .5em
}

[class*="screen-"]:empty:after,
[class*="row"]:empty:after {
  content: "\00a0"
}

*[class*="screen-"]>*[class*="screen-"] {
  margin-left: 0
}

.screen-push-left {
  float: left
}

.screen-push-center {
  float: none;
  margin-left: auto;
  margin-right: auto
}

.screen-push-right {
  float: right
}

.screen-align-left {
  text-align: left
}

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

.screen-align-right {
  text-align: right
}

.space {
  margin: 2em
}

.small-space {
  margin: 1em
}

.small-space-pad {
  padding: 1em
}

.mini-space {
  margin: .5em
}

.vspace {
  margin-top: 2em;
  margin-bottom: 2em
}

.hspace {
  margin-left: 2em;
  margin-right: 2em
}

.vertical-space {
  margin-top: 2em;
  margin-bottom: 2em
}

.small-vertical-space {
  margin-top: 1em;
  margin-bottom: 1em
}

.mini-vertical-space {
  margin-top: .5em;
  margin-bottom: .5em
}

.horizontal-space {
  margin-left: 2em;
  margin-right: 2em
}

.small-horizontal-space {
  margin-left: 1em;
  margin-right: 1em
}

.mini-horizontal-space {
  margin-left: .5em;
  margin-right: .5em
}

.top-space {
  margin-top: 2em
}

.no-top-space {
  margin-top: 0
}

.small-top-space {
  margin-top: 1em
}

.mini-top-space {
  margin-top: .5em
}

.right-space {
  margin-right: 2em
}

.small-right-space {
  margin-right: 1em
}

.mini-right-space {
  margin-right: .5em
}

.bottom-space {
  margin-bottom: 2em
}

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

.small-bottom-space {
  margin-bottom: 1em
}

.mini-bottom-space {
  margin-bottom: .5em
}

.left-space {
  margin-left: 2em
}

.small-left-space {
  margin-left: 1em
}

.mini-left-space {
  margin-left: .5em
}

@media screen and (min-width:960px) {
  .hide-screen {
    display: none
  }
  .show-screen {
    display: inherit
  }
}

@media screen and (min-width:650px) and (max-width:1024px) {
  .wojo-grid {
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0
  }
  .columns {
    clear: both;
    zoom: 1
  }
  .columns:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
  }
  .columns.gutters {
    margin-left: -1.5em
  }
  .columns.small-gutters {
    margin-left: -0.75em
  }
  .columns.mini-gutters {
    margin-left: -0.375em
  }
  .columns.horizontal-gutters {
    margin-left: -1.5em
  }
  .columns.small-horizontal-gutters {
    margin-left: -0.75em
  }
  .columns.mini-horizontal-gutters {
    margin-left: -0.375em
  }
  .tablet-95 {
    width: 95%;
    float: left
  }
  .tablet-90 {
    width: 90%;
    float: left
  }
  .tablet-85 {
    width: 85%;
    float: left
  }
  .tablet-80 {
    width: 80%;
    float: left
  }
  .tablet-75 {
    width: 75%;
    float: left
  }
  .tablet-70 {
    width: 70%;
    float: left
  }
  .tablet-65 {
    width: 65%;
    float: left
  }
  .tablet-60 {
    width: 60%;
    float: left
  }
  .tablet-55 {
    width: 55%;
    float: left
  }
  .tablet-50 {
    width: 50%;
    float: left
  }
  .tablet-45 {
    width: 45%;
    float: left
  }
  .tablet-40 {
    width: 40%;
    float: left
  }
  .tablet-35 {
    width: 35%;
    float: left
  }
  .tablet-30 {
    width: 30%;
    float: left
  }
  .tablet-25 {
    width: 25%;
    float: left
  }
  .tablet-20 {
    width: 20%;
    float: left
  }
  .tablet-15 {
    width: 15%;
    float: left
  }
  .tablet-10 {
    width: 10%;
    float: left
  }
  .tablet-5 {
    width: 5%;
    float: left
  }
  .tablet-33 {
    width: 33.33%;
    float: left
  }
  .tablet-66 {
    width: 66.66%;
    float: left
  }
  .tablet-100 {
    width: 100%;
    clear: both;
    float: none
  }
  .two.columns>.row {
    width: 100%
  }
  .three.columns>.row,
  .four.columns>.row {
    width: 50%
  }
  .five.columns>.row,
  .six.columns>.row,
  .seven.columns>.row {
    width: 33%
  }
  .eight.columns>.row,
  .nine.columns>.row,
  .ten.columns>.row {
    width: 25%
  }
  [class*="tablet-"],
  [class*="row"] {
    margin-top: 0
  }
  body.animated *[class*="tablet-"],
  body.animated *[class*="row"] {
    -webkit-transition-property: width, font-size, line-height;
    -moz-transition-property: width, font-size, line-height;
    -o-transition-property: width, font-size, line-height;
    -ms-transition-property: width, font-size, line-height;
    transition-property: width, font-size, line-height;
    -webkit-transition-duration: 125ms;
    -moz-transition-duration: 125ms;
    -o-transition-duration: 125ms;
    -ms-transition-duration: 125ms;
    transition-duration: 125ms;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    -ms-transition-delay: 0;
    transition-delay: 0
  }
  .wojo-grid .columns.gutters>[class*="tablet-"],
  .wojo-grid .columns.gutters>[class*="row"] {
    padding-left: 1.5em;
    margin-bottom: 1.5em
  }
  .wojo-grid .columns.small-gutters>[class*="tablet-"],
  .wojo-grid .columns.small-gutters>[class*="row"] {
    padding-left: .75em;
    margin-bottom: .75em
  }
  .wojo-grid .columns.mini-gutters>[class*="tablet-"],
  .wojo-grid .columns.mini-gutters>[class*="row"] {
    padding-left: .375em;
    margin-bottom: .375em
  }
  .wojo-grid .columns.horizontal-gutters>[class*="tablet-"],
  .wojo-grid .columns.horizontal-gutters>[class*="row"] {
    padding-left: 1.5em
  }
  .wojo-grid .columns.small-horizontal-gutters>[class*="tablet-"],
  .wojo-grid .columns.small-horizontal-gutters>[class*="row"] {
    padding-left: .75em
  }
  .wojo-grid .columns.mini-horizontal-gutters>[class*="tablet-"],
  .wojo-grid .columns.mini-horizontal-gutters>[class*="row"] {
    padding-left: .375em
  }
  .wojo-grid .columns.vertical-gutters>[class*="tablet-"],
  .wojo-grid .columns.vertical-gutters>[class*="row"] {
    margin-bottom: 1.5em
  }
  .wojo-grid .columns.small-vertical-gutters>[class*="tablet-"],
  .wojo-grid .columns.small-vertical-gutters>[class*="row"] {
    margin-bottom: .75em
  }
  .wojo-grid .columns.mini-vertical-gutters>[class*="tablet-"],
  .wojo-grid .columns.mini-vertical-gutters>[class*="row"] {
    margin-bottom: .375em
  }
  [class*="tablet-"]:empty:after,
  [class*="row"]:empty:after {
    content: "\00a0"
  }
  *[class*="tablet-"]>*[class*="tablet-"] {
    margin-left: 0
  }
  .tablet-push-left {
    float: left
  }
  .tablet-push-center {
    float: none;
    margin-left: auto;
    margin-right: auto
  }
  .tablet-push-none {
    float: none
  }
  .tablet-push-right {
    float: right
  }
  .tablet-align-left {
    text-align: left
  }
  .tablet-align-center {
    text-align: center
  }
  .tablet-align-right {
    text-align: right
  }
  .hide-tablet {
    display: none
  }
  .show-tablet {
    display: inherit
  }
}

@media screen and (max-width:769px) {
  .wojo-grid {
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0
  }
  .columns {
    clear: both;
    zoom: 1
  }
  .columns:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
  }
  .columns.gutters {
    margin-left: -1em
  }
  .columns.small-gutters {
    margin-left: -0.5em
  }
  .columns.mini-gutters {
    margin-left: -0.25em
  }
  .columns.horizontal-gutters {
    margin-left: -1em
  }
  .columns.small-horizontal-gutters {
    margin-left: -0.5em
  }
  .columns.mini-horizontal-gutters {
    margin-left: -0.25em
  }
  .phone-95 {
    width: 95%;
    float: left
  }
  .phone-90 {
    width: 90%;
    float: left
  }
  .phone-85 {
    width: 85%;
    float: left
  }
  .phone-80 {
    width: 80%;
    float: left
  }
  .phone-75 {
    width: 75%;
    float: left
  }
  .phone-70 {
    width: 70%;
    float: left
  }
  .phone-65 {
    width: 65%;
    float: left
  }
  .phone-60 {
    width: 60%;
    float: left
  }
  .phone-55 {
    width: 55%;
    float: left
  }
  .phone-50 {
    width: 50%;
    float: left
  }
  .phone-45 {
    width: 45%;
    float: left
  }
  .phone-40 {
    width: 40%;
    float: left
  }
  .phone-35 {
    width: 35%;
    float: left
  }
  .phone-30 {
    width: 30%;
    float: left
  }
  .phone-25 {
    width: 25%;
    float: left
  }
  .phone-20 {
    width: 20%;
    float: left
  }
  .phone-15 {
    width: 15%;
    float: left
  }
  .phone-10 {
    width: 10%;
    float: left
  }
  .phone-5 {
    width: 5%;
    float: left
  }
  .phone-33 {
    width: 33.33%;
    float: left
  }
  .phone-66 {
    width: 66.66%;
    float: left
  }
  .phone-100 {
    width: 100%;
    clear: both;
    float: none
  }
  [class*="phone-"],
  [class*="phone"] {
    margin-top: 0
  }
  .two.columns>.row,
  .three.columns>.row,
  .four.columns>.row {
    width: 100%
  }
  .five.columns>.row,
  .six.columns>.row,
  .seven.columns>.row {
    width: 50%
  }
  .eight.columns>.row,
  .nine.columns>.row,
  .ten.columns>.row {
    width: 33%
  }
  body.animated *[class*="phone-"],
  body.animated *[class*="row"] {
    -webkit-transition-property: width, font-size, line-height;
    -moz-transition-property: width, font-size, line-height;
    -o-transition-property: width, font-size, line-height;
    -ms-transition-property: width, font-size, line-height;
    transition-property: width, font-size, line-height;
    -webkit-transition-duration: 125ms;
    -moz-transition-duration: 125ms;
    -o-transition-duration: 125ms;
    -ms-transition-duration: 125ms;
    transition-duration: 125ms;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    -ms-transition-delay: 0;
    transition-delay: 0
  }
  .wojo-grid .columns.gutters>[class*="phone-"],
  .wojo-grid .columns.gutters>[class*="row"] {
    padding-left: 1em;
    margin-bottom: 1em
  }
  .wojo-grid .columns.small-gutters>[class*="phone-"],
  .wojo-grid .columns.small-gutters>[class*="row"] {
    padding-left: .5em;
    margin-bottom: .5em
  }
  .wojo-grid .columns.mini-gutters>[class*="phone-"],
  .wojo-grid .columns.mini-gutters>[class*="row"] {
    padding-left: .25em;
    margin-bottom: .25em
  }
  .wojo-grid .columns.horizontal-gutters>[class*="phone-"],
  .wojo-grid .columns.horizontal-gutters>[class*="row"] {
    padding-left: 1em
  }
  .wojo-grid .columns.small-horizontal-gutters>[class*="phone-"],
  .wojo-grid .columns.small-horizontal-gutters>[class*="row"] {
    padding-left: .5em
  }
  .wojo-grid .columns.mini-horizontal-gutters>[class*="phone-"],
  .wojo-grid .columns.mini-horizontal-gutters>[class*="row"] {
    padding-left: .25em
  }
  .wojo-grid .columns.vertical-gutters>[class*="phone-"],
  .wojo-grid .columns.vertical-gutters>[class*="row"] {
    margin-bottom: 1em
  }
  .wojo-grid .columns.small-vertical-gutters>[class*="phone-"],
  .wojo-grid .columns.small-vertical-gutters>[class*="row"] {
    margin-bottom: .5em
  }
  .wojo-grid .columns.mini-vertical-gutters>[class*="phone-"],
  .wojo-grid .columns.mini-vertical-gutters>[class*="row"] {
    margin-bottom: .25em
  }
  [class*="phone-"]:empty:after,
  [class*="row"]:empty:after {
    content: "\00a0"
  }
  *[class*="phone-"]>*[class*="phone-"] {
    margin-left: 0
  }
  .phone-push-left {
    float: left
  }
  .phone-push-center {
    float: none;
    margin-left: auto;
    margin-right: auto
  }
  .phone-push-none {
    float: none
  }
  .phone-push-right {
    float: right
  }
  .phone-align-left {
    text-align: left
  }
  .phone-align-center {
    text-align: center
  }
  .phone-align-right {
    text-align: right
  }
  .hide-phone {
    display: none
  }
  .show-phone {
    display: inherit
  }
}


.wojo.button {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  min-height: 1em;
  outline: none;
  border: none;
  font-family: "Archivo Narrow", sans-serif;
  background-color: #53BD99;
  color: #fff;
  margin: 0em;
  padding: 1em 1.5em;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  border-radius: 0.25em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: opacity 0.25s ease, background-color 0.25s ease, color 0.25s ease, background 0.25s ease, -webkit-box-shadow 0.25s ease;
  -moz-transition: opacity 0.25s ease, background-color 0.25s ease, color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
  transition: opacity 0.25s ease, background-color 0.25s ease, color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease
}

.wojo.buttons .active.button,
.wojo.active.button {
  background-color: #EAEAEA;
  background-image: none;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05) inset;
  color: rgba(0, 0, 0, 0.7)
}

.wojo.button:hover {
  color: #fff;
  background-color: #4a5c62
}

.wojo.button.active:hover {
  background-image: none
}

.wojo.button:hover .icon,
.wojo.button.hover .icon {
  opacity: 0.85
}

.wojo.button:active,
.wojo.active.button:active {
  background-color: #F1F1F1;
  color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05) inset
}

.wojo.loading.button {
  position: relative;
  cursor: default;
  background-color: #FFFFFF;
  color: transparent;
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  transition: all 0s linear
}

.wojo.loading.button:after {
  position: absolute;
  top: 0em;
  left: 0em;
  width: 100%;
  height: 100%;
  content: '';
  background: transparent url(../images/loader-mini.gif) no-repeat 50% 50%
}

.wojo.labeled.icon.loading.button .icon {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}

.wojo.disabled.button,
.wojo.disabled.button:hover,
.wojo.disabled.button.active {
  background-color: #DDDDDD;
  cursor: default;
  color: rgba(0, 0, 0, 0.5);
  opacity: 0.3;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.wojo.animated.button {
  position: relative;
  overflow: hidden
}

.wojo.animated.button .visible.content {
  position: relative
}

.wojo.animated.button .hidden.content {
  position: absolute;
  width: 100%
}

.wojo.animated.button .visible.content,
.wojo.animated.button .hidden.content {
  -webkit-transition: right 0.3s ease 0s;
  -moz-transition: right 0.3s ease 0s;
  transition: right 0.3s ease 0s
}

.wojo.animated.button .visible.content {
  left: auto;
  right: 0%
}

.wojo.animated.button .hidden.content {
  top: 50%;
  left: auto;
  right: -100%;
  margin-top: -0.55em
}

.wojo.animated.button:hover .visible.content {
  left: auto;
  right: 200%
}

.wojo.animated.button:hover .hidden.content {
  left: auto;
  right: 0%
}

.wojo.vertical.animated.button .visible.content,
.wojo.vertical.animated.button .hidden.content {
  -webkit-transition: top 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -moz-transition: top 0.3s ease 0s, -moz-transform 0.3s ease 0s;
  transition: top 0.3s ease 0s, transform 0.3s ease 0s
}

.wojo.vertical.animated.button .visible.content {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  right: auto
}

.wojo.vertical.animated.button .hidden.content {
  top: -100%;
  left: 0%;
  right: auto
}

.wojo.vertical.animated.button:hover .visible.content {
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
  right: auto
}

.wojo.vertical.animated.button:hover .hidden.content {
  top: 50%;
  right: auto
}

.wojo.fade.animated.button .visible.content,
.wojo.fade.animated.button .hidden.content {
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s, -moz-transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s
}

.wojo.fade.animated.button .visible.content {
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.wojo.fade.animated.button .hidden.content {
  opacity: 0;
  left: 0%;
  right: auto;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}

.wojo.fade.animated.button:hover .visible.content {
  left: auto;
  right: auto;
  opacity: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7)
}

.wojo.fade.animated.button:hover .hidden.content {
  left: 0%;
  right: auto;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.wojo.primary.buttons .button,
.wojo.primary.button {
  background-color: #D95C5C;
  color: #FFFFFF
}

.wojo.primary.buttons .button:hover,
.wojo.primary.button:hover,
.wojo.primary.buttons .active.button,
.wojo.primary.button.active {
  background-color: #E75859;
  color: #FFFFFF
}

.wojo.primary.buttons .button:active,
.wojo.primary.button:active {
  background-color: #D24B4C;
  color: #FFFFFF
}

.wojo.secondary.buttons .button,
.wojo.secondary.button {
  background-color: #4a5c62;
  color: #FFFFFF
}

.wojo.secondary.buttons .button:hover,
.wojo.secondary.button:hover,
.wojo.secondary.buttons .active.button,
.wojo.secondary.button.active {
  background-color: #53BD99;
  color: #FFFFFF
}

.wojo.secondary.buttons .button:active,
.wojo.secondary.button:active {
  background-color: #53BD99;
  color: #FFFFFF
}

.wojo.facebook.button {
  background-color: #3B579D;
  color: #FFFFFF
}

.wojo.facebook.button:hover {
  background-color: #3A59A9;
  color: #FFFFFF
}

.wojo.facebook.button:active {
  background-color: #334F95;
  color: #FFFFFF
}

.wojo.twitter.button {
  background-color: #4092CC;
  color: #FFFFFF
}

.wojo.twitter.button:hover {
  background-color: #399ADE;
  color: #FFFFFF
}

.wojo.twitter.button:active {
  background-color: #3283BC;
  color: #FFFFFF
}

.wojo.google.plus.button {
  background-color: #D34836;
  color: #FFFFFF
}

.wojo.google.plus.button:hover {
  background-color: #E3432E;
  color: #FFFFFF
}

.wojo.google.plus.button:active {
  background-color: #CA3A27;
  color: #FFFFFF
}

.wojo.linkedin.button {
  background-color: #1F88BE;
  color: #FFFFFF
}

.wojo.linkedin.button:hover {
  background-color: #1394D6;
  color: #FFFFFF
}

.wojo.linkedin.button:active {
  background-color: #1179AE;
  color: #FFFFFF
}

.wojo.youtube.button {
  background-color: #CC181E;
  color: #FFFFFF
}

.wojo.youtube.button:hover {
  background-color: #DF0209;
  color: #FFFFFF
}

.wojo.youtube.button:active {
  background-color: #A50006;
  color: #FFFFFF
}

.wojo.instagram.button {
  background-color: #49769C;
  color: #FFFFFF
}

.wojo.instagram.button:hover {
  background-color: #4781B1;
  color: #FFFFFF
}

.wojo.instagram.button:active {
  background-color: #38658A;
  color: #FFFFFF
}

.wojo.pinterest.button {
  background-color: #00ACED;
  color: #FFFFFF
}

.wojo.pinterest.button:hover {
  background-color: #00B9FF;
  color: #FFFFFF
}

.wojo.pinterest.button:active {
  background-color: #009EDA;
  color: #FFFFFF
}

.wojo.vk.button {
  background-color: #4D7198;
  color: #FFFFFF
}

.wojo.vk.button:hover {
  background-color: #537AA5;
  color: #FFFFFF
}

.wojo.vk.button:active {
  background-color: #405E7E;
  color: #FFFFFF
}

.wojo.button>.icon {
  margin-right: 0.6em;
  line-height: 1;
  -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease
}

.wojo.left.floated.buttons,
.wojo.left.floated.button {
  float: left;
  margin-right: 0.25em
}

.wojo.right.floated.buttons,
.wojo.right.floated.button {
  float: right;
  margin-left: 0.25em
}

.wojo.tiny.buttons .or:before,
.wojo.mini.buttons .or:before {
  width: 1.45em;
  height: 1.55em;
  line-height: 1.4;
  margin-left: -0.725em;
  margin-top: -0.25em
}

.wojo.tiny.buttons .or:after,
.wojo.mini.buttons .or:after {
  height: 1.45em
}

.wojo.huge.loading.button:after {
  background-image: url(../images/loader-small.gif)
}

.wojo.massive.buttons .loading.button:after,
.wojo.gigantic.buttons .loading.button:after,
.wojo.massive.loading.button:after,
.wojo.gigantic.loading.button:after {
  background-image: url(../images/loader-medium.gif)
}

.wojo.huge.loading.button:after,
.wojo.huge.loading.button.active:after {
  background-image: url(../images/loader-small.gif)
}

.wojo.massive.buttons .loading.button:after,
.wojo.gigantic.buttons .loading.button:after,
.wojo.massive.loading.button:after,
.wojo.gigantic.loading.button:after,
.wojo.massive.buttons .loading.button.active:after,
.wojo.gigantic.buttons .loading.button.active:after,
.wojo.massive.loading.button.active:after,
.wojo.gigantic.loading.button.active:after {
  background-image: url(../images/loader-medium.gif)
}

.wojo.icon.buttons .button,
.wojo.icon.button {
  padding: 1em
}

.wojo.icon.buttons .button>.icon,
.wojo.icon.button>.icon {
  opacity: 0.9;
  margin: 0em;
  vertical-align: top
}

.wojo.basic.buttons .button,
.wojo.basic.button {
  background-color: transparent;
  background-image: none;
  color: #4a5c62;
  font-weight: 400;
  text-transform: uppercase;
  font-size: .75em;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff
}

.wojo.basic.buttons {
  -webkit-box-shadow: 0px 0px 0px 1px #fff inset;
  box-shadow: 0px 0px 0px 2px #fff inset;
  border-radius: 0.25em
}

.wojo.basic.buttons .button:hover,
.wojo.basic.button:hover {
  background-image: none;
  color: #53BD99;
  -webkit-box-shadow: 0px 0px 0px 1px #53BD99 inset;
  box-shadow: 0px 0px 0px 1px #53BD99 inset
}

.wojo.basic.buttons .button:active,
.wojo.basic.button:active {
  background-color: rgba(0, 0, 0, 0.02);
  color: #999999;
  -webkit-box-shadow: none;
  box-shadow: none
}

.wojo.basic.buttons .button.active,
.wojo.basic.button.active {
  background-color: #53BD99;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none
}

.wojo.basic.buttons .button.active:hover,
.wojo.basic.button.active:hover {
  background-color: #53BD99
}

.wojo.basic.inverted.buttons .button,
.wojo.basic.inverted.button {
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1) inset;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1) inset
}

.wojo.basic.inverted.buttons .button:hover,
.wojo.basic.inverted.button:hover {
  background-image: none;
  color: #53BD99;
  -webkit-box-shadow: 0px 0px 0px 2px #53BD99 inset;
  box-shadow: 0px 0px 0px 2px #53BD99 inset
}

.wojo.basic.inverted.buttons .button:active,
.wojo.basic.inverted.button:active {
  background-color: rgba(255, 255, 255, 0.05);
  color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1) inset;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1) inset
}

.wojo.basic.inverted.buttons .button.active,
.wojo.basic.inverted.button.active {
  background-color: rgba(255, 255, 255, 0.5);
  color: #FFFFFF;
  -webkit-box-shadow: none;
  box-shadow: none
}

.wojo.basic.inverted.buttons .button.active:hover,
.wojo.basic.inverted.button.active:hover {
  background-color: rgba(0, 0, 0, 0.1)
}

.wojo.basic.buttons .button {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
  box-shadow: none
}

.wojo.basic.buttons .button:hover,
.wojo.basic.buttons .button:active {
  -webkit-box-shadow: none;
  box-shadow: none
}

.wojo.basic.buttons .button.active,
.wojo.basic.buttons .button.active:hover {
  -webkit-box-shadow: none;
  box-shadow: none
}

.wojo.labeled.icon.buttons .button,
.wojo.labeled.icon.button {
  position: relative;
  padding-left: 4em;
  padding-right: 1.4em
}

.wojo.labeled.icon.buttons>.button>.icon,
.wojo.labeled.icon.button>.icon {
  position: absolute;
  top: 0em;
  left: 0em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 2.75em;
  height: 100%;
  padding-top: 1.1em;
  background-color: rgba(0, 0, 0, 0.05);
  text-align: center;
  border-radius: 0.25em 0px 0px 0.25em;
  line-height: 1;
  -webkit-box-shadow: -1px 0px 0px 0px rgba(0, 0, 0, 0.05) inset;
  box-shadow: -1px 0px 0px 0px rgba(0, 0, 0, 0.05) inset
}

.wojo.labeled.icon.buttons .button>.icon {
  border-radius: 0em
}

.wojo.labeled.icon.buttons .button:first-child>.icon {
  border-top-left-radius: 0.25em;
  border-bottom-left-radius: 0.25em
}

.wojo.labeled.icon.buttons .button:last-child>.icon {
  border-top-right-radius: 0.25em;
  border-bottom-right-radius: 0.25em
}

.wojo.vertical.labeled.icon.buttons .button:first-child>.icon {
  border-radius: 0em;
  border-top-left-radius: 0.25em
}

.wojo.vertical.labeled.icon.buttons .button:last-child>.icon {
  border-radius: 0em;
  border-bottom-left-radius: 0.25em
}

.wojo.right.labeled.icon.button {
  padding-left: 1.4em;
  padding-right: 4em
}

.wojo.left.fluid.labeled.icon.button,
.wojo.right.fluid.labeled.icon.button {
  padding-left: 1.4em;
  padding-right: 1.4em
}

.wojo.right.labeled.icon.button .icon {
  left: auto;
  right: 0em;
  border-radius: 0em 0.25em 0.25em 0em;
  -webkit-box-shadow: 1px 0px 0px 0px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 1px 0px 0px 0px rgba(0, 0, 0, 0.05) inset
}

.wojo.toggle.buttons .active.button,
.wojo.buttons .button.toggle.active,
.wojo.button.toggle.active {
  background-color: #69A261;
  color: #FFFFFF;
  -webkit-box-shadow: none;
  box-shadow: none
}

.wojo.button.toggle.active:hover {
  background-color: #78ac70;
  color: #FFFFFF;
  -webkit-box-shadow: none;
  box-shadow: none
}

.wojo.circular.button {
  border-radius: 10em
}

.wojo.attached.button {
  display: block;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1)
}

.wojo.attached.top.button {
  border-radius: 0.25em 0.25em 0em 0em
}

.wojo.attached.bottom.button {
  border-radius: 0em 0em 0.25em 0.25em
}

.wojo.attached.left.button {
  display: inline-block;
  border-left: none;
  padding-right: 0.75em;
  text-align: right;
  border-radius: 0.25em 0em 0em 0.25em
}

.wojo.attached.right.button {
  display: inline-block;
  padding-left: 0.75em;
  text-align: left;
  border-radius: 0em 0.25em 0.25em 0em
}

.wojo.buttons .or {
  position: relative;
  float: left;
  width: 0.3em;
  height: 1.1em;
  z-index: 3
}

.wojo.buttons .or:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: 'or';
  background-color: #FFFFFF;
  margin-top: 0;
  margin-left: -0.9em;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.55;
  color: #AAAAAA;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  border-radius: 500px;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

.wojo.buttons .or[data-text]:before {
  content: attr(data-text)
}

.wojo.buttons .or:after {
  position: absolute;
  top: 0em;
  left: 0em;
  content: ' ';
  width: 0.3em;
  height: 1.7em;
  background-color: transparent;
  border-top: 0.5em solid #FFFFFF;
  border-bottom: 0.5em solid #FFFFFF
}

.wojo.fluid.buttons .or {
  width: 0em
}

.wojo.fluid.buttons .or:after {
  display: none
}

.attached.wojo.buttons {
  margin: 0px;
  border-radius: 4px 4px 0px 0px
}

.attached.wojo.buttons .button:first-child {
  border-radius: 4px 0px 0px 0px
}

.attached.wojo.buttons .button:last-child {
  border-radius: 0px 4px 0px 0px
}

.bottom.attached.wojo.buttons {
  margin-top: -1px;
  border-radius: 0px 0px 4px 4px
}

.bottom.attached.wojo.buttons .button:first-child {
  border-radius: 0px 0px 0px 4px
}

.bottom.attached.wojo.buttons .button:last-child {
  border-radius: 0px 0px 4px 0px
}

.left.attached.wojo.buttons {
  margin-left: -1px;
  border-radius: 0px 4px 4px 0px
}

.left.attached.wojo.buttons .button:first-child {
  margin-left: -1px;
  border-radius: 0px 4px 0px 0px
}

.left.attached.wojo.buttons .button:last-child {
  margin-left: -1px;
  border-radius: 0px 0px 4px 0px
}

.right.attached.wojo.buttons,
.right.attached.wojo.buttons .button {
  margin-right: -1px;
  border-radius: 4px 0px 0px 4px
}

.right.attached.wojo.buttons .button:first-child {
  margin-left: -1px;
  border-radius: 4px 0px 0px 0px
}

.right.attached.wojo.buttons .button:last-child {
  margin-left: -1px;
  border-radius: 0px 0px 0px 4px
}

.wojo.fluid.buttons,
.wojo.button.fluid,
.wojo.fluid.buttons>.button {
  display: block;
  width: 100%
}

.wojo.\32.buttons>.button,
.wojo.two.buttons>.button {
  width: 50%
}

.wojo.\33.buttons>.button,
.wojo.three.buttons>.button {
  width: 33.333%
}

.wojo.\34.buttons>.button,
.wojo.four.buttons>.button {
  width: 25%
}

.wojo.\35.buttons>.button,
.wojo.five.buttons>.button {
  width: 20%
}

.wojo.\36.buttons>.button,
.wojo.six.buttons>.button {
  width: 16.666%
}

.wojo.\37.buttons>.button,
.wojo.seven.buttons>.button {
  width: 14.285%
}

.wojo.\38.buttons>.button,
.wojo.eight.buttons>.button {
  width: 12.500%
}

.wojo.\39.buttons>.button,
.wojo.nine.buttons>.button {
  width: 11.11%
}

.wojo.\31\30.buttons>.button,
.wojo.ten.buttons>.button {
  width: 10%
}

.wojo.\31\31.buttons>.button,
.wojo.eleven.buttons>.button {
  width: 9.09%
}

.wojo.\31\32.buttons>.button,
.wojo.twelve.buttons>.button {
  width: 8.3333%
}

.wojo.fluid.vertical.buttons,
.wojo.fluid.vertical.buttons>.button {
  display: block;
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

.wojo.\32.vertical.buttons>.button,
.wojo.two.vertical.buttons>.button {
  height: 50%
}

.wojo.\33.vertical.buttons>.button,
.wojo.three.vertical.buttons>.button {
  height: 33.333%
}

.wojo.\34.vertical.buttons>.button,
.wojo.four.vertical.buttons>.button {
  height: 25%
}

.wojo.\35.vertical.buttons>.button,
.wojo.five.vertical.buttons>.button {
  height: 20%
}

.wojo.\36.vertical.buttons>.button,
.wojo.six.vertical.buttons>.button {
  height: 16.666%
}

.wojo.\37.vertical.buttons>.button,
.wojo.seven.vertical.buttons>.button {
  height: 14.285%
}

.wojo.\38.vertical.buttons>.button,
.wojo.eight.vertical.buttons>.button {
  height: 12.500%
}

.wojo.\39.vertical.buttons>.button,
.wojo.nine.vertical.buttons>.button {
  height: 11.11%
}

.wojo.\31\30.vertical.buttons>.button,
.wojo.ten.vertical.buttons>.button {
  height: 10%
}

.wojo.\31\31.vertical.buttons>.button,
.wojo.eleven.vertical.buttons>.button {
  height: 9.09%
}

.wojo.\31\32.vertical.buttons>.button,
.wojo.twelve.vertical.buttons>.button {
  height: 8.3333%
}

.wojo.black.buttons .button,
.wojo.black.button {
  background-color: #5C6166;
  color: #FFFFFF
}

.wojo.black.buttons .button:hover,
.wojo.black.button:hover {
  background-color: #4C4C4C;
  color: #FFFFFF
}

.wojo.black.buttons .button.active,
.wojo.black.button.active {
  background-color: #4C4C4C;
  color: #FFFFFF
}

.wojo.danger.buttons .button,
.wojo.danger.button {
  background-color: #A26161;
  color: #FFFFFF
}

.wojo.danger.buttons .button:hover,
.wojo.danger.button:hover,
.wojo.danger.buttons .active.button,
.wojo.danger.button.active {
  background-color: #ac7070;
  color: #FFFFFF
}

.wojo.danger.buttons .button:active,
.wojo.danger.button:active {
  background-color: #925757;
  color: #FFFFFF
}

.wojo.warning.buttons .button,
.wojo.warning.button {
  background-color: #EDAA10;
  color: #FFFFFF
}

.wojo.warning.buttons .button:hover,
.wojo.warning.button:hover,
.wojo.warning.buttons .active.button,
.wojo.warning.button.active {
  background-color: #f0b327;
  color: #FFFFFF
}

.wojo.warning.buttons .button:active,
.wojo.warning.button:active {
  background-color: #d39810;
  color: #FFFFFF
}

.wojo.info.buttons .button,
.wojo.info.button {
  background-color: #5795AF;
  color: #FFFFFF
}

.wojo.info.buttons .button:hover,
.wojo.info.button:hover,
.wojo.info.buttons .active.button,
.wojo.info.button.active {
  background-color: #68a0b8;
  color: #FFFFFF
}

.wojo.info.buttons .button:active,
.wojo.info.button:active {
  background-color: #4d87a0;
  color: #FFFFFF
}

.wojo.purple.buttons .button,
.wojo.purple.button {
  background-color: #7A6591;
  color: #FFFFFF
}

.wojo.purple.buttons .button:hover,
.wojo.purple.button:hover,
.wojo.purple.buttons .active.button,
.wojo.purple.button.active {
  background-color: #87719f;
  color: #FFFFFF
}

.wojo.purple.buttons .button:active,
.wojo.purple.button:active {
  background-color: #6d5a82;
  color: #FFFFFF
}

.wojo.teal.buttons .button,
.wojo.teal.button {
  background-color: #61A299;
  color: #FFFFFF
}

.wojo.teal.buttons .button:hover,
.wojo.teal.button:hover,
.wojo.teal.buttons .active.button,
.wojo.teal.button.active {
  background-color: #70aca4;
  color: #FFFFFF
}

.wojo.teal.buttons .button:active,
.wojo.teal.button:active {
  background-color: #57928a;
  color: #FFFFFF
}

.wojo.positive.buttons .button,
.wojo.positive.button {
  background-color: #53BD99;
  color: #FFFFFF
}

.wojo.positive.buttons .button:hover,
.wojo.positive.button:hover,
.wojo.positive.buttons .active.button,
.wojo.positive.button.active {
  background-color: #4a5c62;
  color: #FFFFFF
}

.wojo.positive.buttons .button:active,
.wojo.positive.button:active {
  background-color: #4a5c62;
  color: #FFFFFF
}

.wojo.negative.buttons .button,
.wojo.negative.button {
  background-color: #A26161;
  color: #FFFFFF
}

.wojo.negative.buttons .button:hover,
.wojo.negative.button:hover,
.wojo.negative.buttons .active.button,
.wojo.negative.button.active {
  background-color: #ac7070;
  color: #FFFFFF
}

.wojo.negative.buttons .button:active,
.wojo.negative.button:active {
  background-color: #925757;
  color: #FFFFFF
}

.wojo.buttons {
  display: inline-block;
  vertical-align: middle
}

.wojo.buttons:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.wojo.buttons .button:first-child {
  border-left: none
}

.wojo.buttons .button {
  float: left;
  border-radius: 0em;
  -webkit-box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.075), -1px 0 0 0 rgba(255, 255, 255, 0.25)
}

.wojo.buttons .button:first-child {
  margin-left: 0em;
  border-top-left-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
  -webkit-box-shadow: none;
  box-shadow: none
}

.wojo.buttons .button:last-child {
  border-top-right-radius: 0.25em;
  border-bottom-right-radius: 0.25em
}

.wojo.vertical.buttons {
  display: inline-block
}

.wojo.vertical.buttons .button {
  display: block;
  float: none;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset
}

.wojo.vertical.buttons .button:first-child,
.wojo.vertical.buttons .mini.button:first-child,
.wojo.vertical.buttons .tiny.button:first-child,
.wojo.vertical.buttons .small.button:first-child,
.wojo.vertical.buttons .massive.button:first-child,
.wojo.vertical.buttons .huge.button:first-child {
  margin-top: 0px;
  border-radius: 0.25em 0.25em 0px 0px
}

.wojo.vertical.buttons .button:last-child,
.wojo.vertical.buttons .mini.button:last-child,
.wojo.vertical.buttons .tiny.button:last-child,
.wojo.vertical.buttons .small.button:last-child,
.wojo.vertical.buttons .massive.button:last-child,
.wojo.vertical.buttons .huge.button:last-child,
.wojo.vertical.buttons .gigantic.button:last-child {
  border-radius: 0px 0px 0.25em 0.25em
}

.wojo.buttons .button,
.wojo.button {
  font-size: 1rem
}

.wojo.mini.buttons .button,
.wojo.mini.buttons .or,
.wojo.mini.button {
  font-size: 0.8rem
}

.wojo.mini.buttons .button,
.wojo.mini.button {
  padding: 0.6em 0.8em
}

.wojo.mini.icon.buttons .button,
.wojo.mini.buttons .icon.button {
  padding: 0.6em 0.6em
}

.wojo.tiny.buttons .button,
.wojo.tiny.buttons .or,
.wojo.tiny.button {
  font-size: 0.875em
}

.wojo.tiny.buttons .button,
.wojo.tiny.buttons .button,
.wojo.tiny.button {
  padding: 0.6em 0.8em
}

.wojo.tiny.icon.buttons .button,
.wojo.tiny.buttons .icon.button {
  padding: 0.6em 0.6em
}

.wojo.small.buttons .button,
.wojo.small.buttons .or,
.wojo.small.button {
  font-size: 0.875rem
}

.wojo.large.buttons .button,
.wojo.large.buttons .or,
.wojo.large.button {
  font-size: 1.125rem
}

.wojo.big.buttons .button,
.wojo.big.buttons .or,
.wojo.big.button {
  font-size: 1.25rem
}

.wojo.huge.buttons .button,
.wojo.huge.buttons .or,
.wojo.huge.button {
  font-size: 1.375rem
}

.wojo.massive.buttons .button,
.wojo.massive.buttons .or,
.wojo.massive.button {
  font-size: 1.5rem;
  font-weight: bold
}

.wojo.image {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.1)
}

img.wojo.image {
  background: none
}

.wojo.image .caption {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: .8em;
  font-family: 'Open Sans Condensed';
  text-align: center;
  box-shadow: inset 0 1px 0 0 #fff;
  position: relative
}

.wojo.image img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
  border: 0
}

.wojo.disabled.image {
  cursor: default;
  opacity: 0.3
}

.wojo.basic.image {
  box-shadow: none
}

.wojo.rounded.images .image,
.wojo.rounded.images img,
.wojo.rounded.image img,
.wojo.rounded.image {
  border-radius: 0.3125em
}

.wojo.circular.images .image,
.wojo.circular.images img,
.wojo.circular.image img,
.wojo.circular.image {
  border-radius: 500rem
}

.wojo.fluid.images,
.wojo.fluid.image,
.wojo.fluid.images img,
.wojo.fluid.image img {
  display: block;
  width: 100%
}

.wojo.avatar.images .image,
.wojo.avatar.images img,
.wojo.avatar.image img,
.wojo.avatar.image {
  margin-right: 0.5em;
  display: inline-block;
  width: 3em;
  height: 3em;
  border-radius: 500rem
}

.wojo.left.floated.image,
.wojo.left.floated.images {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em
}

.wojo.right.floated.images,
.wojo.right.floated.image {
  float: right;
  margin-bottom: 1em;
  margin-left: 1em
}

.wojo.center.floated.images,
.wojo.center.floated.image {
  float: none;
  margin: 0 auto;
  text-align: center;
  display: block
}

.wojo.tiny.images .image,
.wojo.tiny.images img,
.wojo.tiny.image {
  width: 20px;
  font-size: 0.7rem
}

.wojo.mini.images .image,
.wojo.mini.images img,
.wojo.mini.image {
  width: 35px;
  font-size: 0.8rem
}

.wojo.small.images .image,
.wojo.small.images img,
.wojo.small.image {
  width: 80px;
  font-size: 0.9rem
}

.wojo.normal.images .image,
.wojo.normal.images img,
.wojo.normal.image {
  width: 150px;
  font-size: 0.9rem
}

.wojo.medium.images .image,
.wojo.medium.images img,
.wojo.medium.image {
  width: 300px;
  font-size: 1rem
}

.wojo.large.images .image,
.wojo.large.images img,
.wojo.large.image {
  width: 450px;
  font-size: 1.1rem
}

.wojo.huge.images .image,
.wojo.huge.images img,
.wojo.huge.image {
  width: 600px;
  font-size: 1.2rem
}

.wojo.images {
  font-size: 0em;
  margin: 0em -0.25rem 0rem
}

.wojo.images .image,
.wojo.images img {
  display: inline-block;
  margin: 0em 0.25em 0.5em
}

@font-face {
  font-family: 'Icons';
  src: url(../fonts/icons.eot);
  src: url(../fonts/icons.eot?#iefix) format('embedded-opentype'), url(../fonts/icons.svg#icons) format('svg'), url(../fonts/icons.woff) format('woff'), url(../fonts/icons.ttf) format('truetype');
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: inherit;
  text-transform: none
}

i.icon {
  display: inline-block;
  font-family: Icons;
  font-style: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1em
}

i.icon.left:before {
  content: "\f060"
}

i.icon.right:before {
  content: "\f061"
}

i.icon.add.sign.box:before {
  content: "\f0fe"
}

i.icon.add.sign:before {
  content: "\f055"
}

i.icon.add:before {
  content: "\f067"
}

i.icon.adjust:before {
  content: "\f042"
}

i.icon.adn:before {
  content: "\f170"
}

i.icon.align.center:before {
  content: "\f037"
}

i.icon.align.justify:before {
  content: "\f039"
}

i.icon.align.left:before {
  content: "\f036"
}

i.icon.align.right:before {
  content: "\f038"
}

i.icon.ambulance:before {
  content: "\f0f9"
}

i.icon.anchor:before {
  content: "\f13d"
}

i.icon.android:before {
  content: "\f17b"
}

i.icon.angle.down:before {
  content: "\f107"
}

i.icon.angle.left:before {
  content: "\f104"
}

i.icon.angle.right:before {
  content: "\f105"
}

i.icon.angle.up:before {
  content: "\f106"
}

i.icon.apple:before {
  content: "\f179"
}

i.icon.archive:before {
  content: "\f187"
}

i.icon.arrow.down:before {
  content: "\f078"
}

i.icon.arrow.left:before {
  content: "\f053"
}

i.icon.arrow.right:before {
  content: "\f054"
}

i.icon.arrow.sign.down:before {
  content: "\f13a"
}

i.icon.arrow.sign.left:before {
  content: "\f137"
}

i.icon.arrow.sign.right:before {
  content: "\f138"
}

i.icon.arrow.sign.up:before {
  content: "\f139"
}

i.icon.arrow.up:before {
  content: "\f077"
}

i.icon.asterisk:before {
  content: "\f069"
}

i.icon.attachment:before {
  content: "\f0c6"
}

i.icon.attention:before {
  content: "\f06a"
}


i.icon.magic:before {
  content: "\f0d0"
}

i.icon.magnet:before {
  content: "\f076"
}

i.icon.mail.outline:before {
  content: "\f003"
}

i.icon.mail.reply:before {
  content: "\f112"
}

i.icon.mail:before {
  content: "\f0e0"
}

i.icon.male:before {
  content: "\f183"
}

i.icon.map.marker:before {
  content: "\f041"
}

i.icon.map:before {
  content: "\f14e"
}



@keyframes icon-loading {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes icon-loading {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-ms-keyframes icon-loading {
  from {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}


.wojo.form {
  position: relative;
  max-width: 100%
}

.wojo.form :first-child {}

.wojo.form :last-child {}

.wojo p.note,
.wojo p.error,
.wojo p.success,
.wojo p.info {
  font-size: .75em;
  margin-top: .5em;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: .5em;
  color: rgba(0, 0, 0, 0.6)
}

.wojo p.error {
  color: #A26161
}

.wojo p.success {
  color: #B2D280
}

.wojo p.info {
  color: #5795AF
}

.wojo.form .field {
  clear: both;
  margin: 0 0 1em;
  position: relative
}

.wojo.form .field:after {
  content: '';
  display: table;
  clear: both
}

.wojo.form .field label.input,
.wojo.form .field label.textarea {
  position: relative;
  margin: 0
}

.wojo.form .field label {
  margin: 0 0 .9em;
  display: block;
  font-size: 1rem;
  font-family: 'Archivo Narrow';
  font-weight: 400;
  white-space: nowrap
}

.wojo.form .field label.radio,
.wojo.form .field label.checkbox {
  font-family: 'Archivo Narrow';
  font-weight: 400;
  margin: 0
}

.wojo.form textarea,
.wojo.form select,
.wojo.form input[type=text],
.wojo.form input[type=email],
.wojo.form input[type=date],
.wojo.form input[type=password],
.wojo.form input[type=number],
.wojo.form input[type=tel],
.wojo.form .wojo.input {
  width: 100%;
  color: rgba(0, 0, 0, 0.5)
}

.wojo.form textarea,
.wojo.form input[type=text],
.wojo.form input[type=email],
.wojo.form input[type=date],
.wojo.form input[type=password],
.wojo.form input[type=number],
.wojo.form input[type=tel],
.wojo.form .fileinput>input {
  font-family: "Archivo Narrow", sans-serif;
  margin: 0;
  padding: .85em 1.2em;
  font-size: 1em;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #445c6a;
  outline: none;
  border-radius: .2125em;
  -webkit-transition: background-color .3s ease-out, 0 .2s ease, border-color .2s ease;
  transition: background-color .3s ease-out, box-shadow .2s ease, border-color .2s ease;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3) inset;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5
}

.wojo.form .fileinput {
  display: table;
  width: 100%;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1em;
  font-weight: 300
}

.wojo.form .fileinput>a {
  cursor: pointer;
  text-align: right;
  display: table-cell;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #445c6a;
  border-left: 0;
  padding: .85em 1.2em;
  border-radius: 0 .2125em .2125em 0;
  vertical-align: middle
}

.wojo.form .fileinput>input {
  display: table-cell;
  overflow: hidden;
  white-space: nowrap;
  border-right: 0;
  outline: none;
  border-radius: .2125em 0 0 .2125em;
  width: 100%;
  vertical-align: middle;
  opacity: 1 !important
}

.wojo.form .fileinput a label:hover {
  color: #4a5c62
}

.wojo.form .fileinput a label.btn.btn-default {
  margin: 0;
  cursor: pointer
}

.wojo.textarea,
.wojo.form textarea {
  line-height: 1.33;
  min-height: 8em;
  font-family: "Archivo Narrow", sans-serif;
  font-size: inherit;
  height: 12em;
  max-height: 24em;
  resize: vertical
}

.wojo.form textarea[name="phrase"] {
  min-height: 2.5em;
  height: 4.5em;
  line-height: 1.5
}

.wojo.form textarea,
.wojo.form input[type="checkbox"] {
  vertical-align: top
}

input[type=number] {
  float: left;
  width: 50px;
  height: 30px;
  padding: 0;
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  color: #2d343e;
  border: 1px solid #53BD99;
  background: none;
  outline: none;
  pointer-events: none;
  -moz-appearance: textfield
}

.wojo.spinner {
  height: 40px;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none
}

.wojo.spinner>.spinner-sub,
.wojo.spinner>.spinner-add {
  float: left;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #2d343e;
  border: 1px solid #53BD99;
  border-right: 0;
  border-radius: 2px 0 0 2px;
  cursor: pointer;
  transition: 0.1s linear;
  -o-transition: 0.1s linear;
  -ms-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -webkit-transition: 0.1s linear
}

.wojo.spinner>.spinner-add {
  top: 0;
  border: 1px solid #53BD99;
  border-left: 0;
  border-radius: 0 2px 2px 0
}

.wojo.spinner>.spinner-sub:hover,
.wojo.spinner>.spinner-add:hover {
  background: #53bd99;
  color: #fff
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield
}

::-webkit-inner-spin-button {
  -webkit-appearance: none
}

::-webkit-outer-spin-button {
  -webkit-appearance: none
}

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 2px solid #445c6a;
  border-top: 0;
  background-color: #fff
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0
}

.chosen-container a {
  cursor: pointer
}

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: .75em 1.2em;
  font-size: 1rem;
  border-radius: .2125em;
  border: 2px solid #445c6a;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.5;
  background-color: rgba(0, 0, 0, 0)
}

.chosen-container-single .chosen-default {
  color: inherit
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 24px;
  height: 100%
}

.chosen-container-single .chosen-single div b:before {
  display: block;
  font-family: Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 2.6em;
  content: "\f0d7";
  font-size: 1.2em;
  color: rgba(0, 0, 0, 0.15)
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap
}

.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #cbcbcb;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 3px
}

.chosen-container-single .chosen-search:before {
  position: absolute;
  display: inline-block;
  font-family: Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 20px;
  content: "\f002";
  font-size: 14px;
  color: #a7a7a7;
  right: 10px;
  top: 6px
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px
}

.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05)
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default
}

.chosen-container .chosen-results li.highlighted {
  background-color: #53bd99;
  color: #fff
}

.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline
}

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 1;
  padding: 0.75em 1.2em;
  font-size: .89rem;
  cursor: text;
  border-radius: .3125em;
  background: rgba(0, 0, 0, 0);
  border: 2px solid #445c6a;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  white-space: nowrap;
  line-height: 1
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 30px;
  outline: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0
}

.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px;
  padding: 0 25px 0 5px;
  line-height: 25px;
  cursor: default;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: .2125em;
  font-size: .9em;
  font-weight: 900;
  text-shadow: 0 1px 0 #fff
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  font-family: icons;
  content: "\f00d";
  position: absolute;
  top: 0;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  line-height: 24px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default
}

.chosen-container-active.chosen-with-drop .chosen-single {
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px
}

.chosen-container-active .chosen-choices {
  border: 2px solid #445c6a
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111
}

.chosen-disabled {
  opacity: .5;
  cursor: default
}

.chosen-disabled .chosen-single {
  cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-bottom: 4px;
  padding-left: 34px;
  line-height: 28px;
  cursor: pointer
}

.radio:last-child,
.checkbox:last-child {
  margin-bottom: 0
}

.radio input,
.checkbox input {
  position: absolute;
  left: -9999px
}

.radio i,
.checkbox i {
  font-family: Icons;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  outline: none;
  font-style: normal;
  font-weight: 400
}

.radio {
  padding-left: 40px
}

.radio input+i:after,
.checkbox input+i:after {
  text-align: center;
  font-size: 28px;
  line-height: 1;
  color: #445c6a
}

.radio input+i:after {
  content: '\f204'
}

.checkbox input+i:after {
  content: '\f096';
  line-height: 1.1em
}

.checkbox input:checked+i:after {
  content: '\f046';
  color: #53bd99
}

.radio input:checked+i:after {
  content: '\f205';
  color: #53bd99
}

.wojo [class^=icon-] {
  font-family: Icons;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  margin: 0
}

.wojo .icon-append,
.wojo .icon-prepend,
.wojo .captcha-append {
  position: absolute;
  top: 0;
  line-height: 3.3em;
  text-align: center;
  color: rgba(0, 0, 0, 0.15)
}

.wojo .icon-append,
.wojo .captcha-append {
  right: 1em
}

.wojo .icon-prepend {
  left: 1em
}

.wojo .captcha-append {
  top: 1em
}

.wojo .input .icon-append+input,
.wojo .textarea .icon-append+textarea {
  padding-right: 2em
}

.wojo .input .icon-prepend+input,
.wojo .textarea .icon-prepend+textarea,
.wojo .input .icon-prepend+.icon-append+input,
.wojo .textarea .icon-prepend+.icon-append+textarea {
  padding-left: 2.5em
}

.wojo.form .divider {
  clear: both;
  margin: 1em 0
}

.wojo.form .fitted.divider {
  margin-left: -1em;
  margin-right: -1em
}

.wojo.form input[type="text"]:focus,
.wojo.form input[type="email"]:focus,
.wojo.form input[type="date"]:focus,
.wojo.form input[type="password"]:focus,
.wojo.form input[type="number"]:focus,
.wojo.form input[type="url"]:focus,
.wojo.form input[type="tel"]:focus,
.wojo.form textarea:focus {
  color: rgba(0, 0, 0, 0.85);
  border-color: #445c6a;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: .3em 0 0 0#445c6a inset;
  box-shadow: .3em 0 0 0#445c6a inset
}

.wojo.form.warning .warning.message {
  display: block
}

.wojo.form.error .error.message {
  display: block
}

.wojo.form .fields.error .field label,
.wojo.form .field.error label,
.wojo.form .fields.error .field .input,
.wojo.form .field.error .input {
  color: #D95C5C
}

.wojo.form .fields.error .field .corner.label,
.wojo.form .field.error .corner.label {
  border-color: #D95C5C;
  color: #FFF
}

.wojo.form .fields.error .field textarea,
.wojo.form .fields.error .field input[type="text"],
.wojo.form .fields.error .field input[type="email"],
.wojo.form .fields.error .field input[type="date"],
.wojo.form .fields.error .field input[type="password"],
.wojo.form .fields.error .field input[type="number"],
.wojo.form .fields.error .field input[type="url"],
.wojo.form .fields.error .field input[type="tel"],
.wojo.form .field.error textarea,
.wojo.form .field.error input[type="text"],
.wojo.form .field.error input[type="email"],
.wojo.form .field.error input[type="date"],
.wojo.form .field.error input[type="password"],
.wojo.form .field.error input[type="number"],
.wojo.form .field.error input[type="url"],
.wojo.form .field.error input[type="tel"] {
  background-color: #FFFAFA;
  border-color: #E7BEBE;
  border-left: none;
  color: #D95C5C;
  padding-left: 1.2em;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-box-shadow: .3em 0 0 0 #D95C5C inset;
  box-shadow: .3em 0 0 0 #D95C5C inset
}

.wojo.form .field.error textarea:focus,
.wojo.form .field.error input[type="text"]:focus,
.wojo.form .field.error input[type="email"]:focus,
.wojo.form .field.error input[type="date"]:focus,
.wojo.form .field.error input[type="password"]:focus,
.wojo.form .field.error input[type="number"]:focus,
.wojo.form .field.error input[type="url"]:focus,
.wojo.form .field.error input[type="tel"]:focus {
  border-color: #ff5050;
  color: #ff5050;
  -webkit-appearance: none;
  -webkit-box-shadow: .3em 0 0 0 #FF5050 inset;
  box-shadow: .3em 0 0 0 #FF5050 inset
}

.wojo.form textarea[name="phrase"]:focus,
.wojo.form textarea[name="phrase"].active {
  background-color: #F5F5F5;
  border-color: #D0D0D0;
  border-radius: .3125em;
  -webkit-box-shadow: none;
  box-shadow: none
}

.wojo.form textarea[name="phrase"].active {
  background-color: #dceee5;
  border-color: #a9d5be
}

.wojo.form ::-webkit-input-placeholder {
  color: #AAA
}

.wojo.form ::-moz-placeholder {
  color: #AAA
}

.wojo.form :focus::-webkit-input-placeholder {
  color: #999
}

.wojo.form :focus::-moz-placeholder {
  color: #999
}

.wojo.form .error ::-webkit-input-placeholder {
  color: rgba(255, 80, 80, 0.4)
}

.wojo.form .error ::-moz-placeholder {
  color: rgba(255, 80, 80, 0.4)
}

.wojo.form .error :focus::-webkit-input-placeholder {
  color: rgba(255, 80, 80, 0.7)
}

.wojo.form .error :focus::-moz-placeholder {
  color: rgba(255, 80, 80, 0.7)
}

.wojo.form .field :disabled,
.wojo.form .field.disabled {
  opacity: 0.5
}

.wojo.form .field.disabled label {
  opacity: 0.5
}

.wojo.form .field.disabled :disabled {
  opacity: 1
}

.wojo.form.loading {
  position: relative
}

.wojo.form.loading:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8) url(../images/loader-large.gif) no-repeat 50% 50%;
  visibility: visible;
  z-index: 5000
}

.wojo.form.fluid {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

.wojo.form .grouped.fields {
  margin: 0 0 1em
}

.wojo.form .grouped.fields .field {
  display: block;
  float: none;
  margin: .5em 0;
  padding: 0
}

.wojo.form .fields {
  clear: both
}

.wojo.form .fields:after {
  content: ' ';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.wojo.form .fields>.field.empty {
  margin: 0;
  font-size: .1em
}

.wojo.form .fields>.field {
  clear: none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

.wojo.form .fields>.field:first-child {
  border-left: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.wojo.form .two.fields>.fields,
.wojo.form .two.fields>.field {
  width: 50%;
  padding-left: 1%;
  padding-right: 1%
}

.wojo.form .three.fields>.fields,
.wojo.form .three.fields>.field {
  width: 33.333%;
  padding-left: 1%;
  padding-right: 1%
}

.wojo.form .four.fields>.fields,
.wojo.form .four.fields>.field {
  width: 25%;
  padding-left: 1%;
  padding-right: 1%
}

.wojo.form .five.fields>.fields,
.wojo.form .five.fields>.field {
  width: 20%;
  padding-left: 1%;
  padding-right: 1%
}

.wojo.form .fields .field:first-child {
  padding-left: 0
}

.wojo.form .fields .field:last-child {
  padding-right: 0
}

.wojo.form .inline-group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1
}

.wojo.form .inline-group {
  margin-bottom: 1.2em
}

.wojo.form .inline-group label.radio,
.wojo.form .inline-group label.checkbox,
.wojo.form .inline-group label.input {
  float: left;
  margin-right: 20px
}

.wojo.form .inline.fields .field {
  min-height: 1.3em;
  margin-right: .5em
}

.wojo.form .inline.fields .field>label,
.wojo.form .inline.fields .field>p,
.wojo.form .inline.fields .field>input,
.wojo.form .inline.field>label,
.wojo.form .inline.field>p,
.wojo.form .inline.field>input {
  display: inline-block;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle
}

.wojo.form .inline.fields .field>input,
.wojo.form .inline.field>input {
  font-size: 1em
}

.wojo.form .inline.fields .field> :first-child,
.wojo.form .inline.field> :first-child {
  margin: 0 .5em 0 0
}

.wojo.form .inline.fields .field> :only-child,
.wojo.form .inline.field> :only-child {
  margin: 0
}

.wojo.small.form {}

.wojo.small.form textarea,
.wojo.small.form .chosen-container,
.wojo.small.form input[type="text"],
.wojo.small.form input[type="email"],
.wojo.small.form input[type="date"],
.wojo.small.form input[type="password"],
.wojo.small.form input[type="number"],
.wojo.small.form input[type="url"],
.wojo.small.form input[type="tel"],
.wojo.small.form label {
  font-size: .875em
}

.wojo.small.form .chosen-container-single .chosen-single {
  font-size: .85rem
}

.wojo.large.form {
  font-size: 1.125em
}

.wojo.form.fitted {
  padding: 0
}

.wojo.phrase {
  background-color: rgba(0, 0, 0, 0.025);
  padding: .5em;
  height: 4em;
  overflow-y: auto;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .325em;
  font-size: .95rem
}

.wojo.phrase.active {
  background-color: #FFFFCC
}

.colpick {
  position: absolute;
  width: 346px;
  height: 170px;
  overflow: hidden;
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  background: #ebebeb;
  border: 1px solid #bbb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none
}

.colpick_color {
  position: absolute;
  left: 7px;
  top: 7px;
  width: 156px;
  height: 156px;
  overflow: hidden;
  outline: 1px solid #aaa;
  cursor: crosshair
}

.colpick_color_overlay1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 156px;
  height: 156px;
  background: linear-gradient(toright, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0))
}

.colpick_color_overlay2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 156px;
  height: 156px;
  background: linear-gradient(tobottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1))
}

.colpick_selector_outer {
  background: none;
  position: absolute;
  width: 11px;
  height: 11px;
  border: 1px solid #000;
  border-radius: 50%;
  margin: -6px 0 0 -6px
}

.colpick_selector_inner {
  position: absolute;
  width: 9px;
  height: 9px;
  border: 1px solid #FFF;
  border-radius: 50%
}

.colpick_hue {
  position: absolute;
  top: 6px;
  left: 175px;
  width: 19px;
  height: 156px;
  border: 1px solid #aaa;
  cursor: n-resize
}

.colpick_hue_arrs {
  position: absolute;
  left: -8px;
  width: 35px;
  height: 7px;
  margin: -7px 0 0
}

.colpick_hue_larr {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid #858585
}

.colpick_hue_rarr {
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 7px solid #858585
}

.colpick_new_color {
  position: absolute;
  left: 207px;
  top: 6px;
  width: 60px;
  height: 27px;
  background: red;
  border: 1px solid #8f8f8f
}

.colpick_current_color {
  position: absolute;
  left: 277px;
  top: 6px;
  width: 60px;
  height: 27px;
  background: red;
  border: 1px solid #8f8f8f
}

.colpick_field,
.colpick_hex_field {
  position: absolute;
  height: 20px;
  width: 60px;
  overflow: hidden;
  background: #f3f3f3;
  color: #b8b8b8;
  font-size: 12px;
  border: 1px solid #bdbdbd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.colpick_rgb_r {
  top: 40px;
  left: 207px
}

.colpick_rgb_g {
  top: 67px;
  left: 207px
}

.colpick_rgb_b {
  top: 94px;
  left: 207px
}

.colpick_hsb_h {
  top: 40px;
  left: 277px
}

.colpick_hsb_s {
  top: 67px;
  left: 277px
}

.colpick_hsb_b {
  top: 94px;
  left: 277px
}

.colpick_hex_field {
  width: 68px;
  left: 207px;
  top: 121px
}

.colpick_focus {
  border-color: #999
}

.colpick_field_letter {
  position: absolute;
  width: 12px;
  height: 20px;
  line-height: 20px;
  padding-left: 4px;
  background: #efefef;
  border-right: 1px solid #bdbdbd;
  font-weight: 700;
  color: #777
}

.colpick_field input,
.colpick_hex_field input {
  position: absolute;
  right: 11px;
  height: 20px;
  line-height: 20px;
  background: transparent;
  border: none;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #555;
  text-align: right;
  outline: none;
  margin: 0;
  padding: 0
}

.colpick_hex_field input {
  right: 4px
}

.colpick_field_arrs {
  position: absolute;
  top: 0;
  right: 0;
  width: 9px;
  height: 21px;
  cursor: n-resize
}

.colpick_field_uarr {
  position: absolute;
  top: 5px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #959595
}

.colpick_field_darr {
  position: absolute;
  bottom: 5px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #959595
}

.colpick_submit {
  position: absolute;
  left: 207px;
  top: 149px;
  width: 130px;
  height: 22px;
  line-height: 22px;
  background: #efefef;
  text-align: center;
  color: #555;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #bdbdbd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.colpick_submit:hover {
  background: #f3f3f3;
  cursor: pointer;
  border-color: #999
}

.colpick_full_ns .colpick_new_color {
  width: 130px;
  height: 25px
}

.colpick_rgbhex {
  width: 282px
}

.colpick_rgbhex .colpick_field,
.colpick_rgbhex .colpick_submit {
  width: 68px
}

.colpick_rgbhex .colpick_new_color {
  width: 34px;
  border-right: none
}

.colpick_rgbhex .colpick_current_color {
  width: 34px;
  left: 240px;
  border-left: none
}

.colpick_rgbhex_ns .colpick_new_color {
  width: 68px;
  border: 1px solid #8f8f8f
}

.colpick_hex {
  width: 206px;
  height: 201px
}

.colpick_hex .colpick_hex_field {
  width: 72px;
  height: 25px;
  top: 168px;
  left: 80px
}

.colpick_hex .colpick_hex_field div,
.colpick_hex .colpick_hex_field input {
  height: 25px;
  line-height: 25px
}

.colpick_hex .colpick_new_color {
  left: 9px;
  top: 168px;
  width: 30px;
  border-right: none
}

.colpick_hex .colpick_current_color {
  left: 39px;
  top: 168px;
  width: 30px;
  border-left: none
}

.colpick_hex .colpick_submit {
  left: 164px;
  top: 168px;
  width: 30px;
  height: 25px;
  line-height: 25px
}

.colpick_hex_ns .colpick_hex_field {
  width: 80px
}

.colpick_hex_ns .colpick_new_color {
  width: 60px;
  border: 1px solid #8f8f8f
}

.colpick_dark {
  background: #161616;
  border-color: #2a2a2a
}

.colpick_dark .colpick_color {
  outline-color: #333
}

.colpick_dark .colpick_hue {
  border-color: #555
}

.colpick_dark .colpick_field,
.colpick_dark .colpick_hex_field {
  background: #101010;
  border-color: #2d2d2d
}

.colpick_dark .colpick_field_letter {
  background: #131313;
  color: #696969;
  border-color: #2d2d2d
}

.colpick_dark .colpick_field input,
.colpick_dark .colpick_hex_field input {
  color: #7a7a7a
}

.colpick_dark .colpick_field_uarr {
  border-bottom-color: #696969
}

.colpick_dark .colpick_field_darr {
  border-top-color: #696969
}

.colpick_dark .colpick_focus {
  border-color: #444
}

.colpick_dark .colpick_submit {
  background: #131313;
  color: #7a7a7a;
  border-color: #2d2d2d
}

.colpick_dark .colpick_submit:hover {
  background-color: #101010;
  border-color: #444
}

.cp-container {
  width: auto;
  position: relative;
  box-sizing: border-box
}

.cp-container .cp-transparency,
.cp-container .cp-swatches li {
  background: url(data:image/gif;base64,R0lGODlhBgAGAIABAMPDw////yH5BAEKAAEALAAAAAAGAAYAAAIKhIMGGMrs0pGgAAA7) repeat
}

.cp-container .cp-slider,
.cp-container .cp-preview {
  width: auto;
  height: 26px;
  border: 1px solid #dadada;
  position: relative;
  margin: 0 4px 5pt
}

.cp-container .cp-slider {
  cursor: ew-resize;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.cp-container .cp-preview {
  height: 39px
}

.cp-container .cp-slider span,
.cp-container .cp-preview input {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: sans-serif;
  line-height: 26px;
  font-size: 14px
}

.cp-container .cp-preview input {
  line-height: 39px;
  outline: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  background: none;
  padding: 0
}

.cp-container .cp-marker {
  position: absolute;
  display: block;
  width: 11px;
  height: 10px;
  margin-left: -5px;
  top: -2px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAMAAABVLlSxAAAAtFBMVEUAAAB1dXVsbGxwcHBqampoaGj+/v7r6+vw8PBmZmb6+vp/f39kZGTh4eGxsbHT09NlZWXX19dgYGBfX1/W1tb7+/vx8fHZ2dna2tqBgYFnZ2fg4ODe3t7j4+Pi4uL39/eampro6Ojl5eXy8vLt7e3p6emgoKCmpqatra1ra2v19fXm5ubz8/Pv7+9hYWFjY2N5eXlvb29zc3Ps7Ozd3d2ysrKCgoKDg4P9/f2zs7P4+Pj///83Bdu/AAAAAXRSTlMAQObYZgAAAGlJREFUeNo9ylcbgWAAhuG3ZZQoEkkhDe099P3//9Xg6j56Dh6cjkm623IsnTNIDsqlEsN1HBVI5evdDMtN0FOQKt14lWrArzLcnpZjvx9nshcA342jviO1hlHuTdlgVnzIt8VfNubiNwzmhAsoIAkssgAAAABJRU5ErkJggg==)
}

.cp-container.cp-unconvertible-cie-color .cp-slider.cp-cielightness .cp-marker,
.cp-container.cp-unconvertible-cie-color .cp-slider.cp-ciechroma .cp-marker,
.cp-container.cp-unconvertible-cie-color .cp-slider.cp-ciehue .cp-marker {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAMAAABVLlSxAAAAvVBMVEUAAADLy8u8vLzZ2dlgYGDe3t5sbGxoaGjr6+vb29tqamrCwsJmZmZkZGTW1tbExMTw8PDj4+Pa2tpfX1/z8/PU1NTp6enX19fg4OBwcHDc3NzJycn4+Pj7+/v6+vrd3d3h4eH+/v6lpaWmpqaampqgoKBlZWWzs7Orq6tra2uxsbGBgYF1dXVnZ2d/f3/T09PMzMxhYWFjY2P19fXv7+9vb2/l5eVzc3P////n5+eysrKDg4OCgoJ5eXnoAACu7h75AAAAAXRSTlMAQObYZgAAAG1JREFUeNo1ytsaQkAAReGdkpRKRUTofEANBoOY93+sfMp/tS4WNqM4mSvSdJztEJPFkETyJNUYEmMtzvhApfsQN89cCXxJ3WOD1yXfRlx3Cv8NPK+pZedFFaCVnQ+8rGp02Kl8fPDX3Nvs/YYvAnQLhiGwga0AAAAASUVORK5CYII=)
}

.cp-container.cp-popup {
  display: none;
  width: 370px;
  position: absolute;
  margin-top: 0;
  background-color: #fff;
  border: 1px solid #dadada;
  box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.47);
  z-index: 2147483647;
  padding: 10px 5px 5px
}

.cp-container .cp-swatches ul {
  width: auto;
  box-sizing: border-box;
  list-style-type: none;
  margin: 0;
  padding: 0
}

.cp-container .cp-swatches li {
  box-sizing: border-box;
  display: block;
  width: 23px;
  height: 23px;
  float: left;
  border: 1px solid #888;
  cursor: pointer;
  margin: 5px
}

.cp-container .cp-swatches li.actual {
  box-shadow: 0 0 3px 1px #fa8000;
  border-color: #000
}

.cp-container .cp-swatches li span {
  display: block;
  width: 100%;
  height: 100%
}

.cp-container .cp-swatches button {
  box-sizing: border-box;
  display: block;
  width: 23px;
  height: 23px;
  float: left;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: default;
  margin: 5px
}

.cp-container .cp-swatches button:enabled {
  cursor: pointer
}

.cp-container .cp-swatches button:active:enabled {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.cp-container .cp-swatches button.add {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAACVBMVEUAAAAAAAAAAACDY+nAAAAAAnRSTlP7AIHb9U4AAAAkSURBVHjavc4hDgAADMLAwf8fPYKcJGEnqzowCqwTeATh53QBxJABcUm2nCEAAAAASUVORK5CYII=)
}

.cp-container .cp-swatches button.remove {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAApVBMVEUDAwMCAgICAgILCwsNDQ0REREGBgYHBwcICAgLCwsODg4JCQkLCwsgICAGBgYVFRUBAQEGBgYICAgkJCQJCQkFBQU+Pj4SEhICAgICAgIBAQECAgIREREFBQUICAgaGhoFBQUBAQEUFBQMDAwODg4WFhYTExMQEBAaGhoUFBRHR0chISEUFBQBAQEDAwNEREQKCgpAQEAHBwcFBQUFBQUAAAAAAAAxiR9QAAAANnRSTlP//f48aHCls7s0MHROCp1A+4WTBnqsAiDg3enbOqqBDMnzGlQyFBooDhwCCBjx0wJ4EmZOzgDzkDEIAAAAeklEQVR42o3L2RLBQBRF0VbGIIgYQgyJmCVBOOf/P81Fq+682Y+rait82kdbfNOQMN7sDhZgxXCepRZMxiTziwG4ucjybABpJrKwAG1yJEv1+avV5WAK9aCqNcl6gxV0GBzfcL2R90IAvdmpDP4aJZD+BGdI9j0DOg0vUhMssT3aBI8AAAAASUVORK5CYII=)
}

.cp-container .cp-swatches button.reset {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAA2FBMVEUCAgIBAQEFBQUGBgYPDw8CAgIqKioKCgobGxsGBgYFBQUKCgoHBwcdHR0mJiZFRUUMDAwQEBADAwMaGhoMDAwDAwMEBAQDAwMFBQUODg4FBQUPDw8NDQ0DAwMaGhoPDw8FBQUFBQUmJiYNDQ0CAgIBAQEGBgYGBgYREREODg4SEhI7OzsODg4RERE/Pz8REREODg4DAwMFBQUzMzM3NzcFBQUNDQ0dHR0GBgYODg4BAQEZGRkGBgYEBAQQEBAVFRUEBAQNDQ0EBAQGBgYAAAACAgIBAQEAAAAT9YvKAAAARXRSTlP9/afbOOwMSg52g2yPDAwCRjDYGEjsqumPMqU2ZtYONKyuDkDk7pWTNkAyBkI0BjBS25MICJ1CGJk2+A6LuyoUs0isnQDapSJ+AAAAqUlEQVR42kXI11bCUBQA0SMoIEhTigWkKBbEgpgAKYSQczP//0feJUjmbbZUVbW56hrTdu7UJpWL2opDt/cWzkmh07paugn0fZUy0NO/1h5DlWvg5GEvA3iVBObfX7rviZ0UG2M99oKIFuoZLFIkzzKDNwtnuBlMMeKQZBCwlVNY//8GYtEc3s3hJ4QqWrqE5/efj88AHiML6o+ANAXCSC3YZjsDZhur7RdGhjsGc+eEZwAAAABJRU5ErkJggg==)
}

.cp-container button:disabled {
  opacity: 0.27
}

.colpick_full_ns .colpick_submit,
.colpick_full_ns .colpick_current_color,
.colpick_rgbhex .colpick_hsb_h,
.colpick_rgbhex .colpick_hsb_s,
.colpick_rgbhex .colpick_hsb_b,
.colpick_rgbhex_ns .colpick_submit,
.colpick_rgbhex_ns .colpick_current_color,
.colpick_hex .colpick_hsb_h,
.colpick_hex .colpick_hsb_s,
.colpick_hex .colpick_hsb_b,
.colpick_hex .colpick_rgb_r,
.colpick_hex .colpick_rgb_g,
.colpick_hex .colpick_rgb_b,
.colpick_hex_ns .colpick_submit,
.colpick_hex_ns .colpick_current_color {
  display: none
}

.colpick_full_ns .colpick_rgb_r,
.colpick_full_ns .colpick_hsb_h,
.colpick_rgbhex_ns .colpick_rgb_r {
  top: 42px
}

.colpick_full_ns .colpick_rgb_g,
.colpick_full_ns .colpick_hsb_s,
.colpick_rgbhex_ns .colpick_rgb_g {
  top: 73px
}

.colpick_full_ns .colpick_rgb_b,
.colpick_full_ns .colpick_hsb_b,
.colpick_rgbhex_ns .colpick_rgb_b {
  top: 104px
}

.colpick_full_ns .colpick_hex_field,
.colpick_rgbhex_ns .colpick_hex_field {
  top: 135px
}

@media only screen and (min-width:320px) and (max-width:768px) {
  .wojo.form .two.fields:not(.block)>.fields,
  .wojo.form .two.fields:not(.block)>.field,
  .wojo.form .two.fields.inline-block>.field:first-child,
  .wojo.form .two.fields.inline-block>.field:last-child,
  .wojo.form .three.fields:not(.block)>.fields,
  .wojo.form .three.fields:not(.block)>.field,
  .wojo.form .four.fields:not(.block)>.fields,
  .wojo.form .four.fields:not(.block)>.field,
  .wojo.form .five.fields:not(.block)>.fields,
  .wojo.form .six.fields:not(.block)>.field,
  .wojo.form .inline.fields:not(.block)>.field,
  .wojo.form .inline.fields:not(.block)>.field>label {
    float: none;
    width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0
  }
  .wojo.form .fields .field:first-child,
  .wojo.form .fields .field:last-child {
    padding-left: 0;
    padding-right: 0
  }
}

.wojo.input {
  display: inline-block;
  position: relative;
  color: rgba(0, 0, 0, 0.7)
}

.wojo.inverted.input {
  color: rgba(255, 255, 255, 0.6)
}

.wojo.input input {
  width: 100%;
  font-family: inherit;
  margin: 0;
  padding: .85em 1.2em;
  font-size: 1rem;
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.15);
  outline: none;
  color: rgba(0, 0, 0, 0.7);
  border-radius: .3125em;
  -webkit-transition: background-color .3s ease-out, 0 .2s ease, border-color .2s ease;
  transition: background-color .3s ease-out, box-shadow .2s ease, border-color .2s ease;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

.wojo.inverted.input input {
  background-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
  border: 0
}

.wojo.basic.input input {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.6);
  border: 1px solid #fff;
}

.wojo.squared.input input {
  border-radius: 0
}

.wojo.input::-webkit-input-placeholder {
  color: #BBB
}

.wojo.input::-moz-placeholder {
  color: #BBB
}

.wojo.input input:active,
.wojo.input.down input {
  border-color: rgba(0, 0, 0, 0.3);
  background-color: #FAFAFA
}

.wojo.inverted.input input:active,
.wojo.inverted.input.down input {
  background-color: rgba(255, 255, 255, 0.5)
}

.wojo.loading.input>.icon {
  background: url(../images/loader-mini.gif) no-repeat 50% 50%
}

.wojo.loading.input>.icon:before,
.wojo.loading.input>.icon:after {
  display: none
}

.wojo.input.focus input,
.wojo.input input:focus {
  border-color: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.85)
}

.wojo.basic.input.focus input,
.wojo.basic.input input:focus {
  border-color: #53BD99;
  color: rgba(0, 0, 0, 0.85)
}

.wojo.inverted.input.focus input,
.wojo.inverted.input input:focus {
  color: rgba(255, 255, 255, 0.8)
}

.wojo.input.focus input input::-webkit-input-placeholder,
.wojo.input input:focus input::-webkit-input-placeholder {
  color: #AAA
}

.wojo.input.focus input input::-moz-placeholder,
.wojo.input input:focus input::-moz-placeholder {
  color: #AAA
}

.wojo.input.error input {
  background-color: #FFFAFA;
  border-color: #E7BEBE;
  color: #D95C5C
}

.wojo.input.error input ::-webkit-input-placeholder {
  color: rgba(255, 80, 80, 0.4)
}

.wojo.input.error input ::-moz-placeholder {
  color: rgba(255, 80, 80, 0.4)
}

.wojo.input.error input :focus::-webkit-input-placeholder {
  color: rgba(255, 80, 80, 0.7)
}

.wojo.input.error input :focus::-moz-placeholder {
  color: rgba(255, 80, 80, 0.7)
}

.wojo.transparent.input input {
  border: none;
  background-color: transparent
}

.wojo.icon.input>.icon {
  cursor: default;
  position: absolute;
  opacity: 0.5;
  top: 0;
  right: 0;
  margin: 0;
  width: 2.6em;
  height: 100%;
  padding-top: 1em;
  text-align: center;
  border-radius: 0 .3125em .3125em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out
}

.wojo.icon.input>.link.icon {
  cursor: pointer
}

.wojo.icon.input input {
  padding-right: 3em
}

.wojo.icon.input>.circular.icon {
  top: .35em;
  right: .5em
}

.wojo.left.icon.input>.icon {
  right: auto;
  left: 1px;
  border-radius: .3125em 0 0 .3125em
}

.wojo.left.icon.input>.circular.icon {
  right: auto;
  left: .5em
}

.wojo.left.icon.input>input {
  padding-left: 3em;
  padding-right: 1.2em
}

.wojo.icon.input>input:focus~.icon {
  opacity: 1
}

.wojo.labeled.input .corner.label {
  font-size: .7em;
  border-top-right-radius: .3125em
}

.wojo.labeled.input input {
  padding-right: 2.5em
}

.wojo.labeled.icon.input:not(.left)>input {
  padding-right: 3.25em
}

.wojo.labeled.icon.input:not(.left)>.icon {
  margin-right: 1.25em
}

.wojo.action.input {
  display: table
}

.wojo.action.input>input {
  display: table-cell;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none
}

.wojo.action.input>.button,
.wojo.action.input>.buttons {
  display: table-cell;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  white-space: nowrap
}

.wojo.action.input>.button:hover,
.wojo.action.input>.buttons:hover {
  opacity: .75
}

.wojo.action.input>.button>.icon,
.wojo.action.input>.buttons>.button>.icon {
  display: inline;
  vertical-align: top
}

.wojo.fluid.action.input {
  display: table;
  width: 100%
}

.wojo.fluid.action.input>.button {
  width: .01%
}

.wojo.fluid.input {
  display: block
}

.wojo.small.form .icon.input>.icon {
  padding-top: .95em
}

.wojo.mini.input {
  font-size: .8125rem
}

.wojo.small.input {
  font-size: .875rem
}

.wojo.input {
  font-size: 1rem
}

.wojo.large.input {
  font-size: 1.125rem
}

.wojo.big.input {
  font-size: 1.25rem
}

.wojo.huge.input {
  font-size: 1.375rem
}

.wojo.massive.input {
  font-size: 1.5rem
}

.wojo.table {
  width: 100%;
  border-collapse: collapse
}

.wojo.table th,
.wojo.table tr,
.wojo.table td {
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out
}

.wojo.table thead {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1)
}

.wojo.table tfoot th {
  background-color: rgba(0, 0, 0, 0.03)
}

.wojo.table th {
  cursor: auto;
  font-family: 'Archivo Narrow';
  background-color: #fff;
  text-align: left;
  color: #465866;
  padding: 1em;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.778em
}

.wojo.table thead th:first-child {
  border-radius: .325em 0 0 0
}

.wojo.table thead th:last-child {
  border-radius: 0 .325em 0 0
}

.wojo.table tfoot th:first-child {
  border-radius: 0 0 0 .325em
}

.wojo.table tfoot th:last-child {
  border-radius: 0 0 .325em 0
}

.wojo.table td {
  padding: .8em 1em;
  vertical-align: middle;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  border-top: 1px solid #E2E4D0
}

.wojo.table tfoot {
  border-top: 1px solid rgba(0, 0, 0, 0.03)
}

.wojo.table tfoot th {
  font-weight: 400;
  font-style: italic
}

.wojo.table tbody tr:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.03)
}

.wojo.table>.icon {
  vertical-align: baseline
}

.wojo.table>.icon:only-child {
  margin: 0
}

.wojo.table.segment:after {
  display: none
}

.wojo.table.segment.stacked:after {
  display: block
}

.wojo.sortable.table th.disabled:hover {
  cursor: auto;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
  background-color: #F5F5F5
}

.wojo.sortable.table thead th:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.8)
}

.wojo.table tr.positive,
.wojo.table td.positive {
  -webkit-box-shadow: 3px 0 0 0 rgba(0, 0, 0, 0.15) inset;
  box-shadow: 3px 0 0 0 rgba(0, 0, 0, 0.15) inset
}

.wojo.table tr.positive td,
.wojo.table td.positive {
  background-color: #a9d5be;
  color: #3e7558
}

.wojo.celled.table tr.positive:hover td,
.wojo.celled.table tr:hover td.positive,
.wojo.table tr.positive:hover td,
.wojo.table td:hover.positive,
.wojo.table th:hover.positive {
  background-color: #88c4a4;
  color: #3e7558
}

.wojo.table tr.negative,
.wojo.table td.negative {
  -webkit-box-shadow: 3px 0 0 0 rgba(0, 0, 0, 0.15) inset;
  box-shadow: 3px 0 0 0 rgba(0, 0, 0, 0.15) inset
}

.wojo.table tr.negative td,
.wojo.table td.negative {
  background-color: #d6909a;
  color: #6d2d36
}

.wojo.celled.table tr.negative:hover td,
.wojo.celled.table tr:hover td.negative,
.wojo.table tr.negative:hover td,
.wojo.table td:hover.negative,
.wojo.table th:hover.negative {
  background-color: #c76c78;
  color: #6d2d36
}

.wojo.table tr.error,
.wojo.table td.error {
  -webkit-box-shadow: 3px 0 0 0 rgba(0, 0, 0, 0.15) inset;
  box-shadow: 3px 0 0 0 rgba(0, 0, 0, 0.15) inset
}

.wojo.table tr.error td,
.wojo.table td.error,
.wojo.table th.error {
  background-color: #d6909a;
  color: #6d2d36
}

.wojo.celled.table tr.error:hover td,
.wojo.celled.table tr:hover td.error,
.wojo.table tr.error:hover td,
.wojo.table td:hover.error,
.wojo.table th:hover.error {
  background-color: #c76c78;
  color: #6d2d36
}

.wojo.table tr.warning,
.wojo.table td.warning {
  -webkit-box-shadow: 3px 0 0 0 rgba(0, 0, 0, 0.15) inset;
  box-shadow: 3px 0 0 0 rgba(0, 0, 0, 0.15) inset
}

.wojo.table tr.warning td,
.wojo.table td.warning,
.wojo.table th.warning {
  background-color: #fedd8c;
  color: #ba8505
}

.wojo.celled.table tr.warning:hover td,
.wojo.celled.table tr:hover td.warning,
.wojo.table tr.warning:hover td,
.wojo.table td:hover.warning,
.wojo.table th:hover.warning {
  background-color: #fdce5a;
  color: #ba8505
}

.wojo.table tr.info,
.wojo.table td.info {
  -webkit-box-shadow: 3px 0 0 0 rgba(0, 0, 0, 0.15) inset;
  box-shadow: 3px 0 0 0 rgba(0, 0, 0, 0.15) inset
}

.wojo.table tr.info td,
.wojo.table td.info {
  background-color: #bed3ea;
  color: #3a6da2
}

.wojo.celled.table tr.info:hover td,
.wojo.celled.table tr:hover td.info,
.wojo.table tr.info:hover td,
.wojo.table td:hover.info,
.wojo.table th:hover.info {
  background-color: #98badd;
  color: #3a6da2
}

.wojo.table tr.active,
.wojo.table td.active {
  -webkit-box-shadow: 2px 0 0 rgba(50, 50, 50, 0.9) inset;
  box-shadow: 2px 0 0 rgba(50, 50, 50, 0.9) inset
}

.wojo.table tr.active td,
.wojo.table tr td.active {
  background-color: #E0E0E0;
  color: rgba(50, 50, 50, 0.9)
}

.wojo.table tr.disabled td,
.wojo.table tr td.disabled,
.wojo.table tr.disabled:hover td,
.wojo.table tr:hover td.disabled {
  color: rgba(150, 150, 150, 0.3)
}

.wojo.two.cols.table td {
  width: 50%
}

.wojo.three.cols.table td {
  width: 33.3333%
}

.wojo.four.cols.table td {
  width: 25%
}

.wojo.five.cols.table td {
  width: 20%
}

.wojo.six.cols.table td {
  width: 16.66667%
}

.wojo.seven.cols.table td {
  width: 14.2857%
}

.wojo.eight.cols.table td {
  width: 12.5%
}

.wojo.nine.cols.table td {
  width: 11.1111%
}

.wojo.ten.cols.table td {
  width: 10%
}

.wojo.eleven.cols.table td {
  width: 9.0909%
}

.wojo.twelve.cols.table td {
  width: 8.3333%
}

.wojo.thirteen.cols.table td {
  width: 7.6923%
}

.wojo.fourteen.cols.table td {
  width: 7.1428%
}

.wojo.fifteen.cols.table td {
  width: 6.6666%
}

.wojo.sixteen.cols.table td {
  width: 6.25%
}

.wojo.table th.one.wide,
.wojo.table td.one.wide {
  width: 6.25%
}

.wojo.table th.two.wide,
.wojo.table td.two.wide {
  width: 12.5%
}

.wojo.table th.three.wide,
.wojo.table td.three.wide {
  width: 18.75%
}

.wojo.table th.four.wide,
.wojo.table td.four.wide {
  width: 25%
}

.wojo.table th.five.wide,
.wojo.table td.five.wide {
  width: 31.25%
}

.wojo.table th.six.wide,
.wojo.table td.six.wide {
  width: 37.5%
}

.wojo.table th.seven.wide,
.wojo.table td.seven.wide {
  width: 43.75%
}

.wojo.table th.eight.wide,
.wojo.table td.eight.wide {
  width: 50%
}

.wojo.table th.nine.wide,
.wojo.table td.nine.wide {
  width: 56.25%
}

.wojo.table th.ten.wide,
.wojo.table td.ten.wide {
  width: 62.5%
}

.wojo.table th.eleven.wide,
.wojo.table td.eleven.wide {
  width: 68.75%
}

.wojo.table th.twelve.wide,
.wojo.table td.twelve.wide {
  width: 75%
}

.wojo.table th.thirteen.wide,
.wojo.table td.thirteen.wide {
  width: 81.25%
}

.wojo.table th.fourteen.wide,
.wojo.table td.fourteen.wide {
  width: 87.5%
}

.wojo.table th.fifteen.wide,
.wojo.table td.fifteen.wide {
  width: 93.75%
}

.wojo.table th.sixteen.wide,
.wojo.table td.sixteen.wide {
  width: 100%
}

.wojo.celled.table {
  color: rgba(0, 0, 0, 0.8)
}

.wojo.celled.table tbody tr,
.wojo.celled.table tfoot tr {
  border: none
}

.wojo.celled.table th,
.wojo.celled.table td {
  border: 1px solid rgba(0, 0, 0, 0.1)
}

.wojo.celled.table th {
  border-top: 0;
  box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.6)
}

.wojo.celled.table tfoot td {
  border-bottom: 0
}

.wojo.celled.table.segment th:first-child,
.wojo.celled.table.segment td:first-child {
  border-left: none;
  box-shadow: none
}

.wojo.celled.table.segment th:last-child,
.wojo.celled.table.segment td:last-child {
  border-right: none
}

.wojo.sortable.table thead th {
  cursor: pointer;
  white-space: nowrap
}

.wojo.sortable.table thead th.asc,
.wojo.sortable.table thead th.desc {
  background-color: rgba(0, 0, 0, 0.1)
}

.wojo.sortable.table thead th.asc:hover,
.wojo.sortable.table thead th.desc:hover {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.wojo.sortable.table thead th:after {
  display: inline-block;
  width: 1em;
  opacity: 0.5;
  margin: 0 0 0 .5em;
  font-family: Icons;
  content: '\f0dc';
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit
}

.wojo.sortable.table thead th.asc:after {
  content: '\f0de'
}

.wojo.sortable.table thead th.desc:after {
  content: '\f0dd'
}

.wojo.sortable.table th.disabled:after {
  content: ''
}

.wojo.sortable.table td.handle {
  background-color: rgba(0, 0, 0, 0.03);
  cursor: move
}

.wojo.collapsing.table {
  width: auto
}

.wojo.basic.table th {
  background-color: transparent;
  padding: .5em
}

.wojo.basic.table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03)
}

.wojo.basic.table td {
  padding: .8em .5em
}

.wojo.basic.table tbody tr:nth-child(2n) {
  background-color: transparent
}

.wojo.padded.table th,
.wojo.padded.table td {
  padding: .8em 1em
}

.wojo.compact.table th {
  padding: .3em .5em
}

.wojo.compact.table td {
  padding: .2em .5em
}

.wojo.small.table {
  font-size: .875em
}

.wojo.table {
  font-size: 1em
}

.wojo.large.table {
  font-size: 1.1em
}

@media only screen and (min-width:320px) and (max-width:768px) {
  .wojo.table {
    display: block;
    padding: 0
  }
  .wojo.table thead {
    display: none
  }
  .wojo.table tbody,
  .wojo.table tfoot {
    display: block
  }
  .wojo.table tr {
    display: block
  }
  .wojo.table tr>td {
    width: 100%;
    display: block;
    border: none;
    padding: .25em .75em;
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05)
  }
  .wojo.table td:first-child {
    font-weight: 700;
    padding-top: 1em
  }
  .wojo.table td:last-child {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
    padding-bottom: 1em
  }
  .wojo.basic.table td:first-child {
    font-weight: 400
  }
  .wojo.basic.table td:last-child {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-bottom: 1em
  }
  .wojo.celled.table td {
    border: 0
  }
  .wojo.table *[class*="hide-"] {
    display: none
  }
  .wojo.table tr>td.warning,
  .wojo.table tr>td.error,
  .wojo.table tr>td.active,
  .wojo.table tr>td.positive,
  .wojo.table tr>td.info,
  .wojo.table tr>td.negative {
    background-color: transparent
  }
}

.wojo.label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  padding: .3em .5em;
  font-family: 'Archivo Narrow';
  font-weight: 700;
  border-radius: .325em;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background .1s linear;
  transition: background .1s linear
}

.wojo.label:first-child {
  margin-left: 0
}

.wojo.label:last-child {
  margin-right: 0
}

a.wojo.label {
  cursor: pointer
}

.wojo.label a {
  cursor: pointer;
  color: inherit;
  opacity: 0.8;
  -webkit-transition: .2s opacity ease;
  transition: .2s opacity ease
}

.wojo.label a:hover {
  opacity: 1
}

.wojo.label .detail {
  display: inline-block;
  margin-left: .5em;
  font-weight: 700;
  opacity: 0.8
}

.wojo.label .icon {
  width: auto;
  font-size: 1em
}

.wojo.label .delete.icon {
  cursor: pointer;
  margin: 0 0 0 .5em;
  opacity: 0.7;
  -webkit-transition: background .1s linear;
  transition: background .1s linear
}

.wojo.label .delete.icon:hover {
  opacity: 0.99
}

.wojo.segment>.attached.label:first-child+* {
  margin-top: 2.5em
}

.wojo.segment>.bottom.attached.label:first-child~ :last-child {
  margin-top: 0;
  margin-bottom: 2.5em
}

.wojo.image.label {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .4em;
  padding-bottom: .4em;
  line-height: 1.5em;
  vertical-align: baseline;
  text-transform: none;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset
}

.wojo.image.label img {
  display: inline-block;
  height: 2.25em;
  margin: -.4em .8em -.4em -.8em;
  vertical-align: top;
  border-radius: .325em 0 0 .325em
}

.wojo.label.disabled {
  opacity: 0.5
}

a.wojo.labels .label:hover,
a.wojo.label:hover,
a.wojo.label.active {
  background-color: #EBEBEB;
  border-color: #EBEBEB;
  color: rgba(0, 0, 0, 0.7)
}

.wojo.labels a.label:hover:before,
a.wojo.label:hover:before,
a.wojo.label.active:before {
  background-color: #EBEBEB;
  color: rgba(0, 0, 0, 0.7)
}

.wojo.tag.labels .label,
.wojo.tag.label {
  margin-left: 1em;
  position: relative;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border-radius: 0em 0.2857rem 0.2857rem 0em
}

.wojo.tag.labels .label:before,
.wojo.tag.label:before {
  position: absolute;
  -webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg);
  -ms-transform: translateY(-50%) translateX(50%) rotate(-45deg);
  transform: translateY(-50%) translateX(50%) rotate(-45deg);
  top: 50%;
  right: 100%;
  content: '';
  background-color: #F5F5F5;
  background-image: none;
  width: 1.25em;
  height: 1.25em;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease
}

.wojo.tag.labels .label:after,
.wojo.tag.label:after {
  position: absolute;
  content: '';
  top: 50%;
  left: -0.25em;
  margin-top: -0.25em;
  background-color: #ffffff !important;
  width: 0.5em;
  height: 0.5em;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
  border-radius: 500rem
}

.wojo.ribbon.label {
  position: relative;
  margin: 0 .2em;
  left: -2rem;
  padding-left: 2rem;
  border-radius: 0 4px 4px 0;
  border-color: rgba(0, 0, 0, 0.15)
}

.wojo.ribbon.label:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border-top: 0 solid transparent;
  border-right-width: 1em;
  border-right-color: inherit;
  border-right-style: solid;
  border-bottom: 1em solid transparent;
  border-left: 0 solid transparent;
  width: 0;
  height: 0
}

.wojo.top.attached.label,
.wojo.attached.label {
  width: 100%;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  padding: .75em 1em;
  border-radius: .325em .325em 0 0
}

.wojo.bottom.attached.label {
  top: auto;
  bottom: 0;
  border-radius: 0 0 .325em .325em
}

.wojo.top.left.attached.label {
  width: auto;
  margin-top: 0;
  border-radius: .325em 0 .325em 0
}

.wojo.top.right.attached.label {
  width: auto;
  left: auto;
  right: 0;
  border-radius: 0 .325em 0 .325em
}

.wojo.bottom.left.attached.label {
  width: auto;
  top: auto;
  bottom: 0;
  border-radius: 0 .325em 0 .325em
}

.wojo.bottom.right.attached.label {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  width: auto;
  border-radius: .325em 0 .325em 0
}

.wojo.bottom.right.attached.special.label {
  box-shadow: inset 2px 2px 0 0 rgba(0, 0, 0, 0.15)
}

.wojo.corner.label {
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  margin: 0;
  width: 2.5em;
  height: 2.5em;
  padding: 0;
  text-align: center;
  -webkit-transition: color .2s ease;
  transition: color .2s ease
}

.wojo.corner.label:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-right: 2.5em solid transparent;
  border-bottom: 2.5em solid transparent;
  border-left: 0 solid transparent;
  border-right-color: inherit;
  -webkit-transition: border-color .2s ease;
  transition: border-color .2s ease
}

.wojo.corner.label .icon {
  font-size: .875em;
  margin: .5em 0 0 1.25em
}

.wojo.corner.label .text {
  display: inline-block;
  font-weight: 700;
  margin: .5em 0 0 1em;
  width: 2.5em;
  font-size: .875em;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.wojo.rounded.image>.wojo.corner.label,
.wojo.input>.wojo.corner.label,
.wojo.segment>.wojo.corner.label {
  overflow: hidden
}

.wojo.segment>.wojo.corner.label {
  top: 0;
  right: 0
}

.wojo.segment>.wojo.left.corner.label {
  right: auto;
  left: -1px
}

.wojo.input>.wojo.corner.label {
  top: 1px;
  right: 1px
}

.wojo.input>.wojo.right.corner.label {
  right: auto;
  left: 1px
}

.wojo.left.corner.label,
.wojo.left.corner.label:after {
  right: auto;
  left: 0
}

.wojo.left.corner.label:after {
  border-top: 3em solid transparent;
  border-right: 3em solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 0 solid transparent;
  border-top-color: inherit
}

.wojo.left.corner.label .icon {
  margin: .5em 0 0 -1em
}

.wojo.left.corner.label .text {
  margin: .5em 0 0 -1em;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.wojo.corner.label:hover {
  background-color: transparent
}

.wojo.label.fluid,
.wojo.fluid.labels>.label {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

.wojo.black.labels .label,
.wojo.black.label,
.wojo.inverted.labels .label,
.wojo.inverted.label,
.wojo.ribbon .ribbon.inverted,
.wojo.ribbon .ribbon.black {
  background-color: #4a5c62;
  border-color: #4a5c62;
  color: rgba(255, 255, 255, 0.80)
}

.wojo.labels .black.label:before,
.wojo.black.labels .label:before,
.wojo.black.label:before {
  background-color: #4a5c62
}

a.wojo.black.labels .label:hover,
a.wojo.black.label:hover {
  background-color: #53BD99;
  border-color: #53BD99;
  color: rgba(255, 255, 255, 1)
}

.wojo.labels a.black.label:hover:before,
.wojo.black.labels a.label:hover:before,
a.wojo.black.label:hover:before {
  background-color: #53BD99
}

.wojo.black.corner.label,
.wojo.black.corner.label:hover {
  background-color: transparent
}

.wojo.black.ribbon.label {
  border-color: #4a5c62
}

.wojo.positive.labels .label,
.wojo.positive.label,
.wojo.ribbon .ribbon.positive {
  background-color: #53BD99;
  border-color: #53BD99;
  color: rgba(255, 255, 255, 0.80)
}

.wojo.labels .positive.label:before,
.wojo.positive.labels .label:before,
.wojo.positive.label:before {
  background-color: #53BD99
}

a.wojo.positive.labels .label:hover,
a.wojo.positive.label:hover {
  background-color: #4a5c62;
  border-color: #4a5c62;
  color: rgba(255, 255, 255, 1)
}

.wojo.labels a.positive.label:hover:before,
.wojo.positive.labels a.label:hover:before,
a.wojo.positive.label:hover:before {
  background-color: #4a5c62
}

.wojo.positive.corner.label,
.wojo.positive.corner.label:hover {
  background-color: transparent
}

.wojo.positive.ribbon.label {
  border-color: #53BD99
}

.wojo.negative.labels .label,
.wojo.negative.label,
.wojo.ribbon .ribbon.negative {
  background-color: #E74C3C;
  border-color: #E74C3C;
  color: rgba(255, 255, 255, 0.80)
}

.wojo.labels .negative.label:before,
.wojo.negative.labels .label:before,
.wojo.negative.label:before {
  background-color: #E74C3C
}

.wojo.negative.corner.label,
.wojo.negative.corner.label:hover {
  background-color: transparent
}

a.wojo.negative.labels .label:hover,
a.wojo.negative.label:hover {
  background-color: #9AD03E;
  border-color: #9AD03E;
  color: rgba(255, 255, 255, 1)
}

.wojo.labels a.negative.label:hover:before,
.wojo.negative.labels a.label:hover:before,
a.wojo.negative.label:hover:before {
  background-color: #9AD03E
}

.wojo.negative.ribbon.label {
  border-color: #E74C3C
}

.wojo.info.labels .label,
.wojo.info.label,
.wojo.ribbon .ribbon.info {
  background-color: #5795AF;
  border-color: #5795AF;
  color: rgba(255, 255, 255, 0.80)
}

.wojo.labels .info.label:before,
.wojo.info.labels .label:before,
.wojo.info.label:before {
  background-color: #5795AF
}

a.wojo.info.labels .label:hover,
.wojo.info.labels a.label:hover,
a.wojo.info.label:hover {
  background-color: #68a0b8;
  border-color: #68a0b8;
  color: rgba(255, 255, 255, 1)
}

.wojo.labels a.info.label:hover:before,
.wojo.info.labels a.label:hover:before,
a.wojo.info.label:hover:before {
  background-color: #68a0b8
}

.wojo.info.corner.label,
.wojo.info.corner.label:hover {
  background-color: transparent
}

.wojo.info.ribbon.label {
  border-color: #68a0b8
}

.wojo.purple.labels .label,
.wojo.purple.label,
.wojo.ribbon .ribbon.purple {
  background-color: #7A6591;
  border-color: #7A6591;
  color: rgba(255, 255, 255, 0.80)
}

.wojo.labels .purple.label:before,
.wojo.purple.labels .label:before,
.wojo.purple.label:before {
  background-color: #7A6591
}

a.wojo.purple.labels .label:hover,
.wojo.purple.labels a.label:hover,
a.wojo.purple.label:hover {
  background-color: #87719f;
  border-color: #87719f;
  color: rgba(255, 255, 255, 1)
}

.wojo.labels a.purple.label:hover:before,
.wojo.purple.labels a.label:hover:before,
a.wojo.purple.label:hover:before {
  background-color: #87719f
}

.wojo.purple.corner.label,
.wojo.purple.corner.label:hover {
  background-color: transparent
}

.wojo.purple.ribbon.label {
  border-color: #87719f
}

.wojo.warning.labels .label,
.wojo.warning.label,
.wojo.ribbon .ribbon.warning {
  background-color: #EDAA10;
  border-color: #EDAA10;
  color: rgba(255, 255, 255, 0.80)
}

.wojo.labels .warning.label:before,
.wojo.warning.labels .label:before,
.wojo.warning.label:before {
  background-color: #EDAA10
}

a.wojo.warning.labels .label:hover,
.wojo.warning.labels a.label:hover,
a.wojo.warning.label:hover {
  background-color: #f0b327;
  border-color: #f0b327;
  color: rgba(255, 255, 255, 1)
}

.wojo.labels a.warning.label:hover:before,
.wojo.warning.labels a.label:hover:before,
a.wojo.warning.label:hover:before {
  background-color: #f0b327
}

.wojo.warning.corner.label,
.wojo.warning.corner.label:hover {
  background-color: transparent
}

.wojo.warning.ribbon.label {
  border-color: #f0b327
}

.wojo.teal.labels .label,
.wojo.teal.label,
.wojo.ribbon .ribbon.teal {
  background-color: #61A299;
  border-color: #61A299;
  color: rgba(255, 255, 255, 0.80)
}

.wojo.labels .teal.label:before,
.wojo.teal.labels .label:before,
.wojo.teal.label:before {
  background-color: #61A299
}

a.wojo.teal.labels .label:hover,
.wojo.teal.labels a.label:hover,
a.wojo.teal.label:hover {
  background-color: #70aca4;
  border-color: #70aca4;
  color: rgba(255, 255, 255, 1)
}

.wojo.labels a.teal.label:hover:before,
.wojo.teal.labels a.label:hover:before,
a.wojo.teal.label:hover:before {
  background-color: #70aca4
}

.wojo.teal.corner.label,
.wojo.teal.corner.label:hover {
  background-color: transparent
}

.wojo.teal.ribbon.label {
  border-color: #70aca4
}

.wojo.horizontal.labels .label,
.wojo.horizontal.label {
  margin: -.125em .5em -.125em 0;
  padding: .35em 1em;
  min-width: 6em;
  text-align: center
}

.wojo.circular.labels .label,
.wojo.circular.label {
  min-height: 1em;
  max-height: 2em;
  padding: .5em;
  line-height: 1em;
  text-align: center;
  border-radius: 500rem
}

.wojo.pointing.label {
  position: relative
}

.wojo.attached.pointing.label {
  position: absolute
}

.wojo.pointing.label:before {
  position: absolute;
  content: "";
  width: .6em;
  height: .6em;
  background-image: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
  -webkit-transition: background .1s linear;
  transition: background .1s linear
}

.wojo.pointing.label:before {
  background-color: #E8E8E8
}

.wojo.pointing.label,
.wojo.pointing.above.label {
  margin-top: 1em
}

.wojo.pointing.label:before,
.wojo.pointing.above.label:before {
  margin-left: -.3em;
  top: -.3em;
  left: 50%
}

.wojo.pointing.below.label {
  margin-top: 0;
  margin-bottom: 1em
}

.wojo.pointing.below.label:before {
  margin-left: -.3em;
  top: auto;
  right: auto;
  bottom: -.3em;
  left: 50%
}

.wojo.pointing.left.label {
  margin-top: 0;
  margin-left: 1em
}

.wojo.pointing.left.label:before {
  margin-top: -.3em;
  bottom: auto;
  right: auto;
  top: 50%;
  left: 0
}

.wojo.pointing.right.label {
  margin-top: 0;
  margin-right: 1em
}

.wojo.pointing.right.label:before {
  margin-top: -.3em;
  right: -.3em;
  top: 50%;
  bottom: auto;
  left: auto
}

.wojo.floating.label {
  position: absolute;
  z-index: 100;
  top: -1em;
  left: 100%;
  margin: 0 0 0 -1.5em
}

.wojo.ribbon {
  height: 88px;
  overflow: hidden;
  position: absolute;
  right: -3px;
  top: -3px;
  width: 85px
}

.wojo.ribbon .ribbon:before {
  bottom: -1px;
  left: 0
}

.wojo.ribbon .ribbon:after {
  right: 0
}

.wojo.ribbon .ribbon:before,
.wojo.ribbon .ribbon:after {
  border-left: 2px solid rgba(0, 0, 0, 0);
  border-right: 2px solid rgba(0, 0, 0, 0);
  border-top: 2px solid #797979;
  bottom: -2px;
  content: "";
  position: absolute
}

.wojo.ribbon .ribbon {
  background-color: #797979;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
  display: block;
  font-size: .95em;
  font-weight: 600;
  left: -5px;
  line-height: 20px;
  padding: 7px 0;
  position: relative;
  text-align: center;
  top: 15px;
  transform: rotate(45deg);
  width: 120px
}

.wojo.small.labels .label,
.wojo.small.label {
  font-size: .75rem;
  line-height: .85rem
}

.wojo.label {
  font-size: .85rem;
  line-height: .95rem
}

.wojo.large.labels .label,
.wojo.large.label {
  font-size: 1rem;
  line-height: .95rem
}

.wojo.huge.labels .label,
.wojo.huge.label {
  font-size: 1.1rem;
  line-height: 1rem
}

.wojo.segment {
  position: relative;
  background-color: rgba(0, 0, 0, 0.015);
  margin: 1em 0;
  padding: 1em;
  border-radius: .225em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1)
}

.wojo.segment:first-child {
  margin-top: 0
}

.wojo.segment:last-child {
  margin-bottom: 0
}

.wojo.segment:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.wojo.segment> :first-child {
  margin-top: 0
}

.wojo.segment> :last-child {
  margin-bottom: 0
}

.wojo.segment>.content {
  padding: 1em
}

.wojo.piled.segment {
  margin: 2em 0;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15)
}

.wojo.piled.segment:first-child {
  margin-top: 0
}

.wojo.piled.segment:last-child {
  margin-bottom: 0
}

.wojo.piled.segment:after,
.wojo.piled.segment:before {
  background-color: #FFF;
  visibility: visible;
  content: "";
  display: block;
  height: 100%;
  left: -1px;
  position: absolute;
  width: 100%;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1)
}

.wojo.piled.segment:after {
  -webkit-transform: rotate(1.2deg);
  -ms-transform: rotate(1.2deg);
  transform: rotate(1.2deg);
  top: 0;
  z-index: -1
}

.wojo.piled.segment:before {
  -webkit-transform: rotate(-1.2deg);
  -ms-transform: rotate(-1.2deg);
  transform: rotate(-1.2deg);
  top: 0;
  z-index: -2
}

.wojo.stacked.segment {
  padding-bottom: 1.7em
}

.wojo.stacked.segment:after,
.wojo.stacked.segment:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.02);
  width: 100%;
  height: 5px;
  visibility: visible
}

.wojo.stacked.segment:before {
  bottom: 0
}

.wojo.stacked.inverted.segment:after,
.wojo.stacked.inverted.segment:before {
  background-color: rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.35)
}

.wojo.raised.segment {
  -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1)
}

.wojo.basic.segment {
  position: relative;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 0
}

.wojo.basic.inverted.segment {
  border: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4);
  border-radius: .325em;
  padding: 1em
}

.wojo.basic.segment:first-child {
  padding-top: 0
}

.wojo.basic.segment:last-child {
  padding-bottom: 0
}

.wojo.fitted.segment {
  padding: 0;
  border: 0;
  border-radius: .325em
}

.wojo.tabular.segment {
  background-color: #fff;
  padding: 0;
  margin: 0;
  margin-bottom: 4px;
  border-radius: 0;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.075);
  display: table;
  width: 100%
}

.wojo.secondary.segment {
  background-color: #fff;
  border: 0
}

.wojo.tertiary.segment {
  border: none;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04);
  background-color: #fff;
  margin: 0;
  padding: 1em;
  border-radius: 0;
  position: relative;
  z-index: 1
}

.wojo.tertiary.segment:before {
  background: #53BD99;
  color: #53BD99;
  content: "";
  display: block;
  height: 40px;
  left: 0;
  position: absolute;
  text-indent: 5px;
  top: 1em;
  width: 2px
}

.wojo.info.segment .header,
.wojo.positive.segment .header,
.wojo.danger.segment .header,
.wojo.negative.segment .header,
.wojo.warning.segment .header,
.wojo.purple.segment .header,
.wojo.teal.segment .header,
.wojo.info.segment .footer,
.wojo.positive.segment .footer,
.wojo.danger.segment .footer,
.wojo.negative.segment .footer,
.wojo.warning.segment .footer,
.wojo.purple.segment .footer,
.wojo.teal.segment .footer {
  background-color: #5795AF;
  color: #fff;
  border-radius: .225em .225em 0 0;
  padding: 1em
}

.wojo.info.segment .footer,
.wojo.positive.segment .footer,
.wojo.danger.segment .footer,
.wojo.negative.segment .footer,
.wojo.warning.segment .footer,
.wojo.purple.segment .footer,
.wojo.teal.segment .footer {
  border-radius: 0 0 .225em .225em
}

.wojo.info.segment .header a.link,
.wojo.positive.segment .header a.link,
.wojo.danger.segment .header a.link,
.wojo.negative.segment .header a.link,
.wojo.warning.segment .header a.link,
.wojo.purple.segment .header a.link,
.wojo.teal.segment .header a.link {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3)
}

.wojo.info.segment .header a.link {
  color: #5795AF
}

.wojo.positive.segment .header a.link {
  color: #3E7558
}

.wojo.danger.segment .header a.link,
.wojo.negative.segment .header a.link {
  color: #ac7070
}

.wojo.warning.segment .header a.link {
  color: #FEDD8C
}

.wojo.purple.segment .header a.link {
  color: #87719f
}

.wojo.teal.segment .header a.link {
  color: #61A299
}

.wojo.positive.inverted.segment,
.wojo.danger.inverted.segment,
.wojo.negative.inverted.segment,
.wojo.warning.inverted.segment,
.wojo.purple.inverted.segment,
.wojo.teal.inverted.segment,
.wojo.info.inverted.segment,
.wojo.info.segment .header a.link:hover,
.wojo.positive.segment .header a.link:hover,
.wojo.danger.segment .header a.link:hover,
.wojo.negative.segment .header a.link:hover,
.wojo.warning.segment .header a.link:hover,
.wojo.purple.segment .header a.link:hover,
.wojo.teal.segment .header a.link:hover {
  color: #fff;
  text-shadow: none
}

.wojo.positive.inverted.segment,
.wojo.positive.segment .header,
.wojo.positive.segment .footer {
  background-color: #61A270
}

.wojo.danger.inverted.segment,
.wojo.danger.segment .header,
.wojo.danger.segment .footer,
.wojo.negative.inverted.segment,
.wojo.negative.segment .header,
.wojo.negative.segment .footer {
  background-color: #A26161
}

.wojo.warning.inverted.segment,
.wojo.warning.segment .header,
.wojo.warning.segment .footer {
  background-color: #EDAA10
}

.wojo.purple.inverted.segment,
.wojo.purple.segment .header,
.wojo.purple.segment .footer {
  background-color: #7A6591
}

.wojo.teal.inverted.segment,
.wojo.teal.segment .header,
.wojo.teal.segment .footer {
  background-color: #3CC9CA
}

.wojo.info.inverted.segment,
.wojo.info.segment .header,
.wojo.info.segment .footer {
  background-color: #5795AF
}

.wojo.info.segment:not(.fitted) {
  box-shadow: 0 -2px 0 0 #5795AF;
  border-top: 0
}

.wojo.positive.segment:not(.fitted) {
  box-shadow: 0 -2px 0 0 #B2D280;
  border-top: 0
}

.wojo.danger.segment:not(.fitted),
.wojo.negative.segment:not(.fitted) {
  box-shadow: 0 -2px 0 0 #A26161;
  border-top: 0
}

.wojo.warning.segment:not(.fitted) {
  box-shadow: 0 -2px 0 0 #EDAA10;
  border-top: 0
}

.wojo.purple.segment:not(.fitted) {
  box-shadow: 0 -2px 0 0 #7A6591;
  border-top: 0
}

.wojo.teal.segment:not(.fitted) {
  box-shadow: 0 -2px 0 0 #3CC9CA;
  border-top: 0
}

.wojo.positive.inverted.segment,
.wojo.danger.inverted.segment,
.wojo.negative.inverted.segment,
.wojo.warning.inverted.segment,
.wojo.purple.inverted.segment,
.wojo.teal.inverted.segment,
.wojo.info.inverted.segment {
  -webkit-box-shadow: none;
  box-shadow: none
}

.wojo.left.aligned.segment {
  text-align: left
}

.wojo.right.aligned.segment {
  text-align: right
}

.wojo.center.aligned.segment {
  text-align: center
}

.wojo.justified.segment {
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto
}

.wojo.floated.segment,
.wojo.left.floated.segment {
  float: left
}

.wojo.right.floated.segment {
  float: right
}

.wojo.segment.attached {
  top: -1px;
  bottom: -1px;
  border-radius: 0;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.wojo.top.attached.segment {
  top: 0;
  bottom: -1px;
  margin-top: 1em;
  margin-bottom: 0;
  border-radius: 5px 5px 0 0
}

.wojo.segment.top.attached:first-child {
  margin-top: 0
}

.wojo.segment.bottom.attached {
  top: -1px;
  bottom: 0;
  margin-top: 0;
  margin-bottom: 1em;
  border-radius: 0 0 5px 5px
}

.wojo.segment.bottom.attached:last-child {
  margin-bottom: 0
}

.wojo.segment.loading {
  position: relative
}

.wojo.segment.loading:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8) url(../images/loader-large.gif) no-repeat 50% 50%;
  visibility: visible;
  z-index: 5000
}

.wojo.message {
  position: relative;
  min-height: 18px;
  margin: 1em 0;
  height: auto;
  background-color: rgba(0, 0, 0, 0.025);
  padding: 1em;
  line-height: 1.33;
  color: rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: opacity .1s ease, color .1s ease, background .1s ease, 0 .1s ease;
  transition: opacity .1s ease, color .1s ease, background .1s ease, box-shadow .1s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: .325em
}

#wojo-overlay {
  position: fixed;
  top: 45%;
  right: 10px;
  max-width: 350px;
  z-index: 9999
}

.wojo.message.notice {
  border-radius: .225em;
  box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.08), inset 5px 0 0 0 rgba(0, 0, 0, 0.3), inset 6px 0 0 0 rgba(255, 255, 255, 0.15);
  margin-top: 1px;
  margin-bottom: 0
}

.wojo.message.notice span {
  font-weight: 600;
  font-family: 'Archivo Narrow'
}

.wojo.message.notice p {
  margin-top: 0
}

.wojo.message.notice a.notice-close {
  opacity: 0
}

.wojo.message.notice:hover a.notice-close {
  opacity: 1
}

.wojo.message.notice i.icon.close {
  position: absolute;
  right: 1em;
  top: .5em;
  color: rgba(255, 255, 255, 0.8)
}

.wojo.message.notice.success {
  background-color: #444;
  color: #B2D280
}

.wojo.message.notice.info {
  background-color: #444;
  color: #BED3EA
}

.wojo.message.notice.warning {
  background-color: #444;
  color: #FEDD8C
}

.wojo.message.notice.error {
  background-color: #444;
  color: #d6909a
}

.wojo.message:first-child {
  margin-top: 0
}

.wojo.message:last-child {
  margin-bottom: 0
}

.wojo.message.basic.notice {
  box-shadow: inset 5px 0 0 0 rgba(0, 0, 0, 0.3)
}

.wojo.message .header {
  margin: 0;
  font-size: 1.35em;
  font-weight: 500;
  font-family: 'Archivo Narrow'
}

.wojo.message p {
  margin: 1em 0
}

.wojo.message p:first-child {
  margin-top: 0
}

.wojo.message p:last-child {
  margin-bottom: 0
}

.wojo.message .header+p {
  margin-top: .3em
}

.wojo.message> :first-child {
  margin-top: 0
}

.wojo.message> :last-child {
  margin-bottom: 0
}

.wojo.message ul.list {
  list-style-position: inside;
  margin: .2em 0;
  padding: 0
}

.wojo.message ul.list li:first-child {
  margin-top: .5em
}

.wojo.message ul.list li {
  position: relative;
  list-style-type: none;
  margin: 0 0 .3em 1em;
  padding: 0;
  font-weight: 500;
  font-family: 'Archivo Narrow'
}

.wojo.message ul.list li:before {
  position: absolute;
  content: '\2022';
  top: -.05em;
  left: -.8em;
  height: 100%;
  vertical-align: baseline;
  opacity: 0.5
}

.wojo.message>.close.icon {
  cursor: pointer;
  position: absolute;
  top: 1em;
  right: 1em;
  opacity: 0.7;
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear
}

.wojo.message>.close.icon:hover {
  opacity: 1
}

.wojo.compact.message {
  display: inline-block
}

.wojo.attached.message {
  margin-left: -1px;
  margin-right: -1px;
  margin-bottom: -1px;
  border-radius: .325em .325em 0 0;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset
}

.wojo.attached+.wojo.attached.message:not(.top):not(.bottom) {
  margin-top: -1px;
  border-radius: 0
}

.wojo.bottom.attached.message {
  margin-top: -1px;
  border-radius: 0 0 .325em .325em
}

.wojo.bottom.attached.message:not(:last-child) {
  margin-bottom: 1em
}

.wojo.attached.icon.message {
  display: block;
  width: auto
}

.wojo.icon.message {
  display: table;
  width: 100%
}

.wojo.icon.heading.message {
  margin: 0;
  box-shadow: none;
  background-color: #F7F6F2;
  border-bottom: 1px solid #CCCBBF;
  border-radius: 0
}

.wojo.icon.heading.message.green {
  box-shadow: inset 0 6px 0 0 #6EC586
}

.wojo.icon.heading.message.purple {
  box-shadow: inset 0 6px 0 0 #9F5ED6
}

.wojo.icon.heading.message.orange {
  box-shadow: inset 0 6px 0 0 #DBA766
}

.wojo.icon.heading.message.dust {
  box-shadow: inset 0 6px 0 0 #71716F
}

.wojo.icon.heading.message.blue {
  box-shadow: inset 0 6px 0 0 #676BD9
}

.wojo.icon.heading.message.sky {
  box-shadow: inset 0 6px 0 0 #62A8DB
}

.wojo.icon.heading.message.coral {
  box-shadow: inset 0 6px 0 0 #A46E70
}

.wojo.icon.heading.message.teal {
  box-shadow: inset 0 6px 0 0 #70A49B
}

.wojo.icon.heading.message.mortar {
  box-shadow: inset 0 6px 0 0 #4F3F50
}

.wojo.icon.heading.message:before,
.wojo.icon.heading.message:after {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 100%;
  left: 50px;
  margin-left: -10px
}

.wojo.icon.heading.message:before {
  border-top: 10px solid #CCCBBF;
  border-top: 10px solid #CCCBBF;
  margin-top: 0px
}

.wojo.icon.heading.message:after {
  border-top: 10px solid #F7F6F2;
  margin-top: -1px;
  z-index: 1
}

.wojo.icon.heading.message>.icon:not(.close) {
  font-size: 2em;
  opacity: 0.75;
  vertical-align: top
}

.wojo.icon.message>.icon:not(.close) {
  display: table-cell;
  vertical-align: middle;
  font-size: 4em;
  opacity: 0.75
}

.wojo.icon.message a.helper {
  font-size: 2em;
  line-height: 1
}

.wojo.icon.message>.icon+.content {
  padding-left: 1em
}

.wojo.icon.message>.content {
  display: table-cell;
  vertical-align: middle;
  width: 100%
}

.wojo.inverted.message {
  background-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.95)
}

.wojo.floating.message {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05) inset
}

.wojo.black.message,
.wojo.inverted.message {
  background-color: #363B3F;
  color: rgba(255, 255, 255, 0.95)
}

.wojo.info.message {
  background-color: #bed3ea;
  color: #3a6da2
}

.wojo.warning.message {
  background-color: #fedd8c;
  color: #ba8505
}

.wojo.success.message,
.wojo.positive.message {
  background-color: #a9d5be;
  color: #3e7558
}

.wojo.error.message,
.wojo.negative.message {
  background-color: #d6909a;
  color: #6d2d36
}

.wojo.inverted.message .header,
.wojo.black.message .header {
  color: #fff;
  font-weight: 300
}

.wojo.info.message .header,
.wojo.warning.message .header,
.wojo.success.message .header,
.wojo.positive.message .header,
.wojo.error.message .header,
.wojo.negative.message .header {}

.wojo.small.message {
  font-size: .875em
}

.wojo.message {
  font-size: 1em
}

.wojo.large.message {
  font-size: 1.125em
}

.wojo.huge.message {
  font-size: 1.5em
}

.wojo.massive.message {
  font-size: 2em
}

.wojo.divider {
  margin: 1rem 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  line-height: 1;
  height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.wojo.vertical.divider,
.wojo.horizontal.divider {
  position: absolute;
  border: none;
  height: 0;
  margin: 0;
  background-color: transparent;
  font-size: .875rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8)
}

.wojo.vertical.divider {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin: 0 0 0 -3%;
  width: 6%;
  height: 50%;
  line-height: 0;
  padding: 0
}

.wojo.vertical.divider:before,
.wojo.vertical.divider:after {
  position: absolute;
  left: 50%;
  content: " ";
  z-index: 3;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  width: 0;
  height: 80%
}

.wojo.vertical.divider:before {
  top: -100%
}

.wojo.vertical.divider:after {
  top: auto;
  bottom: 0
}

.wojo.horizontal.divider {
  position: relative;
  top: 0;
  left: 0;
  margin: 1rem 1.5rem;
  height: auto;
  padding: 0;
  line-height: 1
}

.wojo.horizontal.divider:before,
.wojo.horizontal.divider:after {
  position: absolute;
  content: " ";
  z-index: 3;
  width: 50%;
  top: 50%;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6)
}

.wojo.horizontal.divider:before {
  left: 0;
  margin-left: -1.5rem
}

.wojo.horizontal.divider:after {
  left: auto;
  right: 0;
  margin-right: -1.5rem
}

.wojo.divider>.icon {
  margin: 0;
  font-size: 1rem;
  vertical-align: middle
}

.wojo.divider.inverted {
  color: #fff
}

.wojo.vertical.inverted.divider,
.wojo.horizontal.inverted.divider {
  color: rgba(255, 255, 255, 0.9)
}

.wojo.divider.inverted,
.wojo.divider.inverted:after,
.wojo.divider.inverted:before {
  border-top-color: rgba(0, 0, 0, 0.15);
  border-bottom-color: rgba(255, 255, 255, 0.15);
  border-left-color: rgba(0, 0, 0, 0.15);
  border-right-color: rgba(255, 255, 255, 0.15)
}

.wojo.double.divider {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid rgba(255, 255, 255, 0.6)
}

.wojo.tripple.divider {
  border-top: 3px solid rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid rgba(255, 255, 255, 0.6)
}

.wojo.fitted.divider {
  margin-left: -1rem;
  margin-right: -1rem
}

.wojo.small.divider {
  margin: .1rem 0
}

.wojo.clearing.divider {
  clear: both
}

.wojo.section.divider {
  margin-top: 2rem;
  margin-bottom: 2rem
}

.wojo.space.divider {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border: 0
}

.wojo.small.space.divider {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border: 0
}

.wojo.half.divider {
  max-width: 50%
}

.wojo.basic.divider {
  border: 0;
  margin: .5rem 0rem
}

.wojo.left.circle.divider,
.wojo.center.circle.divider {
  position: relative;
  margin-bottom: 2rem
}

.wojo.left.circle.divider {
  width: 50%
}

.wojo.center.circle.divider {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem
}

.wojo.left.circle.divider:after,
.wojo.center.circle.divider:after {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  content: " ";
  height: 14px;
  position: absolute;
  width: 14px;
  bottom: -7px;
  left: 0
}

.wojo.center.circle.divider:after {
  left: 50%
}

.wojo.dropdown {
  cursor: pointer;
  position: relative;
  display: inline-block;
  line-height: 1;
  -webkit-transition: border-radius .1s ease, width .2s ease;
  transition: border-radius .1s ease, width .2s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0)
}

.wojo.dropdown .menu {
  cursor: auto;
  position: absolute;
  display: none;
  top: 100%;
  margin: 0;
  background-color: #fff;
  min-width: 100%;
  white-space: nowrap;
  font-size: .875em;
  text-shadow: none;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  z-index: 800
}

.wojo.dropdown>.dropdown.icon {
  width: auto;
  margin: 0 0 0 1em
}

.wojo.dropdown>.dropdown.icon:before {
  content: "\f0d7"
}

.wojo.dropdown .menu .item .dropdown.icon {
  width: auto;
  float: right;
  margin: 0 0 0 .5em
}

.wojo.dropdown .menu .item .dropdown.icon:before {
  content: "\f0da"
}

.wojo.dropdown>.text {
  display: inline-block;
  -webkit-transition: color .2s ease;
  transition: color .2s ease
}

.wojo.dropdown .menu {
  left: 0
}

.wojo.dropdown .menu .menu {
  top: 0;
  left: 100%;
  margin: 0;
  border-radius: 0 .325em .325em 0
}

.wojo.dropdown .menu .menu:after {
  display: none
}

.wojo.dropdown .menu .item {
  cursor: pointer;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  height: auto;
  font-size: 1rem;
  display: block;
  color: rgba(0, 0, 0, 0.75);
  padding: .85em 1em;
  text-transform: none;
  font-weight: 400;
  text-align: left;
  -webkit-touch-callout: none
}

.wojo.dropdown .menu .item:before {
  display: none
}

.wojo.dropdown .menu .item .icon {
  margin-right: .75em
}

.wojo.dropdown .menu .item:first-child {
  border-top: none
}

.wojo.menu .right.menu .dropdown:last-child .menu,
.wojo.buttons>.wojo.dropdown:last-child .menu {
  left: auto;
  right: 0
}

.wojo.vertical.menu .dropdown.item>.dropdown.icon:before {
  content: "\f0da"
}

.wojo.dropdown.icon.button>.dropdown.icon {
  margin: 0
}

.wojo.visible.dropdown>.menu {
  display: block
}

.wojo.dropdown .menu .item:hover {
  background-color: rgba(0, 0, 0, 0.04);
  z-index: 12
}

.wojo.dropdown .menu .active.item {
  background-color: rgba(0, 0, 0, 0.06);
  border-left: none;
  border-color: transparent;
  -webkit-box-shadow: none;
  -moz-shadow: none;
  box-shadow: none;
  z-index: 12
}

.wojo.dropdown>.default.text,
.wojo.default.dropdown>.text {
  color: rgba(0, 0, 0, 0.5)
}

.wojo.dropdown:hover>.default.text,
.wojo.default.dropdown:hover>.text {
  color: rgba(0, 0, 0, 0.8)
}

.wojo.simple.dropdown .menu:before,
.wojo.simple.dropdown .menu:after {
  display: none
}

.wojo.simple.dropdown .menu {
  display: block;
  overflow: hidden;
  top: -9999px;
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out
}

.wojo.simple.active.dropdown,
.wojo.simple.dropdown:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.wojo.simple.active.dropdown>.menu,
.wojo.simple.dropdown:hover>.menu {
  overflow: visible;
  width: auto;
  height: auto;
  top: 100%;
  opacity: 1
}

.wojo.simple.dropdown>.menu .item:active>.menu,
.wojo.simple.dropdown:hover>.menu .item:hover>.menu {
  overflow: visible;
  width: auto;
  height: auto;
  top: 0;
  left: 100%;
  opacity: 1
}

.wojo.simple.disabled.dropdown:hover .menu {
  display: none;
  height: 0;
  width: 0;
  overflow: hidden
}

.wojo.selection.dropdown {
  cursor: pointer;
  display: inline-block;
  word-wrap: break-word;
  white-space: normal;
  background-color: #FFF;
  padding: .5em 1em;
  line-height: 1.33;
  color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  border-radius: .3125em
}

.wojo.selection.dropdown select {
  display: none
}

.wojo.selection.dropdown>.dropdown.icon {
  opacity: 0.7;
  margin: .2em 0 .2em 1.25em;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out
}

.wojo.selection.dropdown,
.wojo.selection.dropdown .menu {
  top: 100%;
  -webkit-transition: 0 .2s ease-out;
  transition: box-shadow .2s ease-out
}

.wojo.selection.dropdown .menu {
  max-height: 312px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 .325em .325em
}

.wojo.selection.dropdown .menu:after,
.wojo.selection.dropdown .menu:before {
  display: none
}

.wojo.selection.dropdown .menu img {
  height: 2.5em;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em
}

.wojo.selection.dropdown:hover {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2)
}

.wojo.selection.dropdown:hover .menu {
  -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.2)
}

.wojo.selection.dropdown:hover>.dropdown.icon {
  opacity: 1
}

.wojo.visible.selection.dropdown {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.wojo.active.selection.dropdown {
  border-radius: .3125em .3125em 0 0
}

.wojo.active.selection.dropdown>.dropdown.icon {
  opacity: 1
}

.wojo.selection.dropdown.small {
  font-size: .85em
}

.wojo.selection.dropdown.small .menu>.item {
  font-size: .95em
}

.wojo.fluid.dropdown {
  display: block
}

.wojo.fluid.dropdown>.dropdown.icon {
  float: right
}

.wojo.inline.dropdown {
  cursor: pointer;
  display: inline-block;
  color: inherit
}

.wojo.inline.dropdown .dropdown.icon {
  margin: 0 .5em 0 .25em
}

.wojo.inline.dropdown .text {
  font-weight: 700
}

.wojo.inline.dropdown .menu {
  cursor: auto;
  margin-top: .25em;
  border-radius: .325em
}

.wojo.floating.dropdown .menu {
  left: 0;
  right: auto;
  margin-top: .5em;
  border-radius: .325em
}

.wojo.pointing.dropdown .menu {
  top: 100%;
  margin-top: .75em;
  border-radius: .325em;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2)
}

.wojo.pointing.dropdown .menu:after {
  display: block;
  position: absolute;
  pointer-events: none;
  content: " ";
  visibility: visible;
  width: .5em;
  height: .5em;
  -webkit-box-shadow: -1px -1px 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: -1px -1px 0 1px rgba(0, 0, 0, 0.05);
  background-image: none;
  background-color: #FFF;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2
}

.wojo.pointing.dropdown .menu .active.item:first-child {
  background: transparent 0;
  background: transparent-webkit-gradient(linear, lefttop, leftbottom, from(transparent), to(rgba(0, 0, 0, 0.03)));
  background: transparent linear-gradient(transparent, rgba(0, 0, 0, 0.03))
}

.wojo.pointing.dropdown .menu:after {
  top: -.25em;
  left: 50%;
  margin: 0 0 0 -.25em
}

.wojo.top.left.pointing.dropdown .menu {
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
  margin: .75em 0 0
}

.wojo.top.left.pointing.dropdown .menu:after {
  top: -.25em;
  left: 1.25em;
  right: auto;
  margin: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.wojo.top.right.pointing.dropdown .menu {
  top: 100%;
  bottom: auto;
  right: 0;
  left: auto;
  margin: .75em 0 0
}

.wojo.top.right.pointing.dropdown .menu:after {
  top: -.25em;
  left: auto;
  right: 1.25em;
  margin: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.wojo.left.pointing.dropdown .menu {
  top: 0;
  left: 100%;
  right: auto;
  margin: 0 0 0 .75em
}

.wojo.left.pointing.dropdown .menu:after {
  top: 1em;
  left: -.25em;
  margin: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.wojo.right.pointing.dropdown .menu {
  top: 0;
  left: auto;
  right: 100%;
  margin: 0 .75em 0 0
}

.wojo.right.pointing.dropdown .menu:after {
  top: 1em;
  left: auto;
  right: -.25em;
  margin: 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg)
}

.wojo.dropdown.inverted .menu {
  background-color: #272727;
  -webkit-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.1)
}

.wojo.dropdown.inverted .menu .item {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1)
}

.wojo.dropdown.inverted .menu .item {
  color: rgba(255, 255, 255, 0.8)
}

ul.wojo.list,
ol.wojo.list,
.wojo.list {
  list-style-type: none;
  margin: 1em 0;
  padding: 0
}

ul.wojo.list ul,
ol.wojo.list ol,
.wojo.list .list {
  margin: 0;
  padding: .5em 0 .5em 1em
}

ul.wojo.list:first-child,
ol.wojo.list:first-child,
.wojo.list:first-child {
  margin-top: 0
}

ul.wojo.list:last-child,
ol.wojo.list:last-child,
.wojo.list:last-child {
  margin-bottom: 0
}

ul.wojo.list li,
ol.wojo.list li,
.wojo.list .item {
  display: list-item;
  list-style-type: none;
  list-style-position: inside;
  padding: .5em 0;
  line-height: 1.2
}

.wojo.list .item:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.wojo.list .list {
  clear: both
}

.wojo.list .item>.icon {
  display: block;
  float: left;
  margin: 0 1em 0 0;
  padding: .1em 0 0
}

.wojo.list .item>.icon:only-child {
  display: inline-block
}

.wojo.horizontal.list .item>.icon {
  margin: 0;
  padding: 0 .25em 0 0
}

.wojo.horizontal.list .item>.icon,
.wojo.horizontal.list .item>.icon+.content {
  float: none;
  display: inline-block
}

.wojo.list .item>img {
  display: block;
  float: left;
  margin-right: 1em;
  vertical-align: middle
}

.wojo.list .item>.content {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2
}

.wojo.list .item>.icon+.content {
  display: table-cell;
  vertical-align: top
}

.wojo.list a {
  cursor: pointer
}

.wojo.list a .icon {
  -webkit-transition: color .2s ease;
  transition: color .2s ease
}

.wojo.list .header {
  font-weight: 700
}

.wojo.list .description {
  color: rgba(0, 0, 0, 0.5);
  margin-top: .25em
}

.wojo.list .item>.left.floated {
  margin-right: 1em;
  float: left
}

.wojo.list .item>.right.floated {
  margin-left: 1em;
  float: right
}

.wojo.horizontal.list {
  display: inline-block;
  font-size: 0
}

.wojo.horizontal.list>.item {
  display: inline-block;
  margin-left: 1em;
  font-size: 1rem
}

.wojo.horizontal.list>.item:first-child {
  margin-left: 0
}

.wojo.horizontal.list .list {
  padding-left: 0;
  padding-bottom: 0
}

.wojo.list a:hover .icon {
  color: rgba(0, 0, 0, 0.8)
}

.wojo.link.list .item {
  color: rgba(0, 0, 0, 0.3)
}

.wojo.link.list a.item,
.wojo.link.list .item a {
  color: rgba(0, 0, 0, 0.5)
}

.wojo.link.list a.item:hover,
.wojo.link.list .item a:hover {
  color: rgba(0, 0, 0, 0.8)
}

.wojo.link.list a.item:active,
.wojo.link.list .item a:active {
  color: rgba(0, 0, 0, 0.8)
}

.wojo.link.list a.active.item,
.wojo.link.list .active.item a {
  color: rgba(0, 0, 0, 0.8)
}

.wojo.selection.list .item {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.4);
  padding: .5em;
  -webkit-transition: .2s color ease, .2s padding-left ease, .2s background-color ease;
  transition: .2s color ease, .2s padding-left ease, .2s background-color ease
}

.wojo.selection.list .item:hover {
  background-color: rgba(0, 0, 0, 0.02);
  color: rgba(0, 0, 0, 0.7)
}

.wojo.selection.list .item:active {
  background-color: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7)
}

.wojo.selection.list .item.active,
.wojo.divided.list .item.active {
  background-color: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.7)
}

.wojo.animated.list .item {
  -webkit-transition: .2s color ease, .2s padding-left ease, .2s background-color ease;
  transition: .2s color ease, .2s padding-left ease, .2s background-color ease
}

.wojo.animated.list:not(.horizontal) .item:hover {
  padding-left: 1em
}

.wojo.animated.list:not(.horizontal) .item:hover .item:hover {
  padding-left: .5em
}

ul.wojo.list,
.wojo.bulleted.list {
  margin-left: 1.5em
}

ul.wojo.list li,
.wojo.bulleted.list .item {
  position: relative
}

ul.wojo.list li:before,
.wojo.bulleted.list .item:before {
  position: absolute;
  left: -1.5em;
  content: '•';
  line-height: 1.2rem;
  vertical-align: top
}

ul.wojo.list ul,
.wojo.bulleted.list .list {
  padding-left: 1.5em
}

ul.wojo.horizontal.bulleted.list,
.wojo.horizontal.bulleted.list {
  margin-left: 0
}

ul.wojo.horizontal.bulleted.list li,
.wojo.horizontal.bulleted.list .item {
  margin-left: 1.5em
}

ul.wojo.horizontal.bulleted.list li:before,
.wojo.horizontal.bulleted.list .item:before {
  left: -.9em
}

ul.wojo.horizontal.bulleted.list li:first-child,
.wojo.horizontal.bulleted.list .item:first-child {
  margin-left: 0
}

ul.wojo.horizontal.bulleted.list li:first-child::before,
.wojo.horizontal.bulleted.list .item:first-child::before {
  display: none
}

ol.wojo.list,
.wojo.ordered.list {
  counter-reset: ordered;
  margin-left: 2em;
  list-style-type: none
}

ol.wojo.list li,
.wojo.ordered.list .item {
  list-style-type: none;
  position: relative
}

ol.wojo.list li:before,
.wojo.ordered.list .item:before {
  position: absolute;
  left: -2em;
  counter-increment: ordered;
  content: counters(ordered, ".");
  text-align: right;
  vertical-align: top;
  opacity: 0.75
}

ol.wojo.list ol,
.wojo.ordered.list .list {
  counter-reset: ordered;
  padding-left: 2.5em
}

ol.wojo.list ol li:before,
.wojo.ordered.list .list .item:before {
  left: -2.5em
}

ol.wojo.horizontal.list,
.wojo.ordered.horizontal.list {
  margin-left: 0
}

ol.wojo.horizontal.list li:before,
.wojo.ordered.horizontal.list .item:before {
  position: static;
  margin: 0 .5em 0 0
}

.wojo.divided.list>.item,
.wojo.divided.list:not(.horizontal)>.list {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: .5em;
  padding-right: .5em
}

.wojo.inverted.divided.list>.item,
.wojo.inverted.divided.list:not(.horizontal)>.list {
  border-top: 1px solid rgba(255, 255, 255, 0.3)
}

.wojo.divided.list .item .menu .item {
  border-width: 0
}

.wojo.divided.list .item:first-child {
  border-top-width: 0
}

.wojo.divided.list:not(.horizontal) .list {
  margin-left: -.5em;
  margin-right: -.5em
}

.wojo.divided.list:not(.horizontal) .list .item {
  padding-left: 1em;
  padding-right: 1em
}

.wojo.divided.list:not(.horizontal) .list .item:first-child {
  border-top-width: 1px
}

.wojo.divided.bulleted.list {
  margin-left: 0
}

.wojo.divided.bulleted.list .item {
  padding-left: 1.5em
}

.wojo.divided.bulleted.list .item:before {
  left: .5em
}

.wojo.divided.ordered.list {
  margin-left: 0
}

.wojo.divided.ordered.list>.item {
  padding-left: 2em;
  padding-right: 2em
}

.wojo.divided.ordered.list>.item:before {
  left: .5em
}

.wojo.divided.ordered.list .item .list {
  margin-left: -2em;
  margin-right: -2em
}

.wojo.divided.horizontal.list {
  margin-left: 0
}

.wojo.divided.horizontal.list>.item {
  border-top: none;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
  padding-left: .75em;
  padding-right: .75em;
  line-height: 0.6
}

.wojo.horizontal.divided.list>.item:first-child {
  border-left: none;
  padding-left: 0
}

.wojo.celled.list>.item,
.wojo.celled.list>.list {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: .5em;
  padding-right: .5em
}

.wojo.celled.list>.item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.wojo.celled.list .item .list {
  margin-left: -.5em;
  margin-right: -.5em
}

.wojo.celled.list .item .list .item {
  border-width: 0
}

.wojo.celled.list .list .item:first-child {
  border-top-width: 0
}

.wojo.celled.bulleted.list {
  margin-left: 0
}

.wojo.celled.bulleted.list>.item {
  padding-left: 1.5em
}

.wojo.celled.bulleted.list>.item:before {
  left: .5em
}

.wojo.celled.ordered.list {
  margin-left: 0
}

.wojo.celled.ordered.list .item {
  padding-left: 2em;
  padding-right: 2em
}

.wojo.celled.ordered.list .item:before {
  left: .5em
}

.wojo.celled.ordered.list .item .list {
  margin-left: -2em;
  margin-right: -2em
}

.wojo.horizontal.celled.list {
  margin-left: 0
}

.wojo.horizontal.celled.list .item {
  border-top: none;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
  padding-left: .75em;
  padding-right: .75em;
  line-height: 0.6
}

.wojo.horizontal.celled.list .item:last-child {
  border-bottom: none;
  border-right: 1px solid rgba(0, 0, 0, 0.1)
}

.wojo.grid {
  position: relative;
  overflow: hidden;
  width: 100%
}

.wojo.grid>.item {
  background-color: #F7F6F2;
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.5em
}

.wojo.grid>.item img {
  padding: 1px
}

.wojo.grid.fitted>.item {
  padding: 0
}

.wojo.grid>.item>.wojo.label {
  font-size: 1.4em
}

.wojo.relaxed.list:not(.horizontal) .item {
  padding-top: .5em;
  padding-bottom: .5em
}

.wojo.relaxed.list .header {
  margin-bottom: .25em
}

.wojo.horizontal.relaxed.list .item {
  padding-left: 1.25em;
  padding-right: 1.25em
}

.wojo.very.relaxed.list:not(.horizontal) .item {
  padding-top: 1em;
  padding-bottom: 1em
}

.wojo.very.relaxed.list .header {
  margin-bottom: .5em
}

.wojo.horizontal.very.relaxed.list .item {
  padding-left: 2em;
  padding-right: 2em
}

ul.wojo.sortable {
  min-height: 100px
}

ul.wojo.sortable,
ul.wojo.sortable li {
  list-style-type: none;
  margin: 0;
  padding: 0
}

ul.wojo.sortable li,
.wojo.sortable>.list {
  margin-bottom: 5px;
  padding: .5em 1em;
  list-style-type: none;
  color: rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: 0 -.2rem 0 rgba(0, 0, 0, 0.1) inset;
  text-shadow: 0 1px 0 #fff;
  border-radius: .225em
}

ul.wojo.sortable li:before {
  content: "";
  left: 0
}

ul.wojo.sortable li:last-child,
.wojo.sortable list:last-child {
  margin-bottom: 0
}

ul.wojo.sortable li a {
  display: inline-block
}

.wojo.sortable a.list {
  display: block
}

.wojo.sortable a.list:hover {
  background-color: #EDAA10;
  text-shadow: none;
  color: #fff
}

ul.wojo.sortable li .icon.reorder {
  opacity: .75;
  margin-right: .5em;
  cursor: move
}

.placeholder {
  background-color: #FFC !important;
  border: 1px solid #FC9;
  height: 32px
}

.wojo.mini.list .item {
  font-size: .7rem
}

.wojo.tiny.list .item {
  font-size: .8125rem
}

.wojo.small.list .item {
  font-size: .875rem
}

.wojo.list .item {
  font-size: 1em
}

.wojo.large.list .item {
  font-size: 1.125rem
}

.wojo.big.list .item {
  font-size: 1.25rem
}

.wojo.huge.list .item {
  font-size: 1.375rem
}

.wojo.massive.list .item {
  font-size: 1.5rem
}

.filegrid {
  position: relative
}

.filegrid,
.filegrid li {
  margin: 0px;
  padding: 0px;
  list-style-type: none
}

.filegrid li a {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  line-height: 0;
  padding: .25em;
  margin: .25em;
  display: block
}

.filegrid.alt li {
  float: left;
  width: 146px;
  height: 121px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  margin: 2px
}

.filegrid li a {
  box-shadow: none;
  padding: 0;
  margin: 0;
  line-height: 125px
}

.filegrid li a img {
  vertical-align: middle
}



.wojo.huge.header {
  min-height: 1em;
  font-size: 2em
}

.wojo.large.header {
  font-size: 1.75em
}

.wojo.medium.header {
  font-size: 1.33em
}

.wojo.small.header {
  font-size: 1.1em
}

.wojo.tiny.header {
  font-size: 1em
}

.wojo.icon.header {
  display: inline-block;
  text-align: center
}

.wojo.icon.header .icon {
  float: none;
  display: block;
  font-size: 3em;
  margin: 0em auto 0.2em;
  padding: 0em
}

.wojo.icon.header .content {
  display: block
}

.wojo.icon.header .circular.icon,
.wojo.icon.header .square.icon {
  font-size: 2em
}

.wojo.block.icon.header .icon {
  margin-bottom: 0em
}

.wojo.icon.header.aligned {
  margin-left: auto;
  margin-right: auto;
  display: block
}

.wojo.disabled.header {
  opacity: 0.5
}

.wojo.info.header {
  color: #5795AF
}

.wojo.black.header {
  color: #5C6166
}

.wojo.positive.header,
.wojo.success.header {
  color: #B2D280
}

.wojo.warning.header {
  color: #EDAA10
}

.wojo.danger.header,
.wojo.negative.header {
  color: #A26161
}

.wojo.purple.header {
  color: #7A6591
}

.wojo.teal.header {
  color: #3CC9CA
}

.wojo.white.header {
  color: #fff
}

.wojo.info.dividing.header {
  border-bottom: 3px solid #5795AF
}

.wojo.warning.dividing.header {
  border-bottom: 3px solid #EDAA10
}

.wojo.black.dividing.header {
  border-bottom: 3px solid #5C6166
}

.wojo.positive.dividing.header {
  border-bottom: 3px solid #B2D280
}

.wojo.danger.dividing.header {
  border-bottom: 3px solid #A26161
}

.wojo.purple.dividing.header {
  border-bottom: 3px solid #7A6591
}

.wojo.teal.dividing.header {
  border-bottom: 3px solid #3CC9CA
}

.wojo.inverted.header {
  color: #FFFFFF
}

.wojo.inverted.header .sub.header {
  color: rgba(255, 255, 255, 0.85)
}

.wojo.inverted.black.header {
  background-color: #5C6166;
  color: #FFFFFF
}

.wojo.inverted.info.header {
  background-color: #5795AF;
  color: #FFFFFF
}

.wojo.inverted.positive.header {
  background-color: #B2D280;
  color: #FFFFFF
}

.wojo.inverted.danger.header {
  background-color: #A26161;
  color: #FFFFFF
}

.wojo.inverted.warning.header {
  background-color: #EDAA10;
  color: #FFFFFF
}

.wojo.inverted.purple.header {
  background-color: #7A6591;
  color: #FFFFFF
}

.wojo.inverted.teal.header {
  background-color: #3CC9CA;
  color: #FFFFFF
}

.wojo.inverted.block.header {
  border-bottom: none
}

.wojo.left.aligned.header {
  text-align: left
}

.wojo.right.aligned.header {
  text-align: right
}

.wojo.center.aligned.header {
  text-align: center
}

.wojo.justified.header {
  text-align: justify
}

.wojo.justified.header:after {
  display: inline-block;
  content: '';
  width: 100%
}

.wojo.floated.header,
.wojo.left.floated.header {
  float: left;
  margin-top: 0em;
  margin-right: 0.5em
}

.wojo.right.floated.header {
  float: right;
  margin-top: 0em;
  margin-left: 0.5em
}

.wojo.fitted.header {
  margin: 0em
}

.wojo.dividing.header {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.wojo.dividing.header .sub.header {
  padding-bottom: 0.5em
}

.wojo.dividing.header .icon {
  margin-bottom: 0.2em
}

.wojo.block.header {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0.5em 1em
}

.wojo.split.header {
  overflow: hidden;
  text-align: center
}

.wojo.split.header span:before {
  margin-right: 0.5em;
  right: 100%
}

.wojo.split.header span:before,
.wojo.split.header span:after {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  content: "";
  height: 0.5em;
  position: absolute;
  top: 50%;
  width: 200em
}

.wojo.split.header span:after {
  left: 100%;
  margin-left: 0.5em
}

.wojo.split.header span {
  position: relative
}

.wojo.split.header.right {
  text-align: left
}

.wojo.double.header {
  overflow: hidden;
  border-bottom: 1px solid #465866;
  margin-bottom: 1em
}

.wojo.double.header span {
  display: inline-block;
  border-bottom: 3px solid #465866;
  padding-bottom: .25em
}

.wojo.double.header em {
  display: block;
  font-size: .5em
}

.wojo.double.header img {
  display: inline-block;
  max-width: 60px;
  margin-right: .5em;
  vertical-align: top
}

.wojo.double.inverted.header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15)
}

.wojo.double.header span {
  display: inline-block;
  border-bottom: 2px solid #465866;
  padding-bottom: .25em
}

.wojo.attached.header {
  background-color: #E0E0E0;
  padding: 0.5em 1rem;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1)
}

.wojo.top.attached.header {
  margin-bottom: 0em;
  border-radius: 0.3125em 0.3125em 0em 0em
}

.wojo.bottom.attached.header {
  margin-top: 0em;
  border-radius: 0em 0em 0.3125em 0.3125em
}

.wojo.menu {
  margin: 1rem 0rem;
  background-color: #FFFFFF;
  font-size: 0px;
  font-weight: normal;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0.1875rem
}

.wojo.menu:first-child {
  margin-top: 0rem
}

.wojo.menu:last-child {
  margin-bottom: 0rem
}

.wojo.menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.wojo.menu>.item:first-child {
  border-radius: 0.1875em 0px 0px 0.1875em
}

.wojo.menu>.item:last-child {
  border-radius: 0px 0.1875em 0.1875em 0px
}

.wojo.menu .item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  vertical-align: middle;
  line-height: 1;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.2s ease, background 0.2s ease, -webkit-box-shadow 0.2s ease;
  -moz-transition: opacity 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  transition: opacity 0.2s ease, background 0.2s ease, box-shadow 0.2s ease
}

.wojo.menu .item,
.wojo.menu .item>a:not(.button) {
  color: rgba(0, 0, 0, 0.75)
}

.wojo.menu .item .item,
.wojo.menu .item .item>a:not(.button) {
  color: rgba(30, 30, 30, 0.7)
}

.wojo.menu .item .item .item,
.wojo.menu .item .item .item>a:not(.button) {
  color: rgba(30, 30, 30, 0.6)
}

.wojo.menu .dropdown .menu .item,
.wojo.menu .dropdown .menu .item a:not(.button) {
  color: rgba(0, 0, 0, 0.75)
}

.wojo.menu .item .menu a.item:hover,
.wojo.menu .item .menu .link.item:hover {
  color: rgba(0, 0, 0, 0.85)
}

.wojo.menu .dropdown .menu .item a:not(.button):hover {
  color: rgba(0, 0, 0, 0.85)
}

.wojo.menu .active.item,
.wojo.menu .active.item a:not(.button) {
  color: rgba(0, 0, 0, 0.85);
  border-radius: 0px
}

.wojo.menu .item {
  position: relative;
  display: inline-block;
  padding: 0.83em 0.95em;
  border-top: 0em solid rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.wojo.menu .menu {
  margin: 0em
}

.wojo.menu .item.left,
.wojo.menu .menu.left {
  float: left
}

.wojo.menu .item.right,
.wojo.menu .menu.right {
  float: right
}

.wojo.menu .item:before {
  position: absolute;
  content: '';
  top: 0%;
  left: 0px;
  width: 1px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), color-stop(50%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.05)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.05) 100%);
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.05) 100%);
  background-image: linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.05) 100%)
}

.wojo.menu>.menu:not(.right):first-child>.item:first-child:before,
.wojo.menu .item:first-child:before {
  display: none
}

.wojo.menu .menu.right .item:before,
.wojo.menu .item.right:before {
  right: auto;
  left: 0px
}

.wojo.menu .text.item>*,
.wojo.menu .item>p:only-child {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.6)
}

.wojo.menu .item>p:first-child {
  margin-top: 0px
}

.wojo.menu .item>p:last-child {
  margin-bottom: 0px
}

.wojo.menu:not(.vertical) .item>.button {
  position: relative;
  top: -0.05em;
  margin: -0.55em 0;
  padding-bottom: 0.55em;
  padding-top: 0.55em;
  font-size: 0.875em
}

.wojo.menu:not(.vertical) .item>.input {
  margin-top: -0.85em;
  margin-bottom: -0.85em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  width: 100%;
  vertical-align: top
}

.wojo.menu .item>.input input {
  padding-top: 0.35em;
  padding-bottom: 0.35em
}

.wojo.vertical.menu .item>.input input {
  margin: 0em;
  padding-top: 0.63em;
  padding-bottom: 0.63em
}

.wojo.menu:not(.vertical) .item>.button.labeled>.icon {
  padding-top: 0.6em
}

.wojo.menu:not(.vertical) .item .action.input>.button {
  font-size: 0.8em;
  padding: 0.55em 0.8em
}

.wojo.small.menu:not(.vertical) .item>.input input {
  padding-top: 0.4em;
  padding-bottom: 0.4em
}

.wojo.large.menu:not(.vertical) .item>.input input {
  top: -0.125em;
  padding-bottom: 0.6em;
  padding-top: 0.6em
}

.wojo.large.menu:not(.vertical) .item .action.input>.button {
  font-size: 0.8em;
  padding: 0.9em
}

.wojo.large.menu:not(.vertical) .item .action.input>.button>.icon {
  padding-top: 0.8em
}

.wojo.menu .header.item {
  background-color: rgba(0, 0, 0, 0.04);
  margin: 0em
}

.wojo.vertical.menu .header.item {
  font-weight: bold
}

.wojo.menu .dropdown .menu .item .icon {
  float: none;
  margin: 0em 0.75em 0em 0em
}

.wojo.menu .dropdown.item .menu {
  left: 1px;
  margin: 0px;
  min-width: -webkit-calc(99%);
  min-width: -moz-calc(99%);
  min-width: calc(99%);
  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1)
}

.wojo.secondary.menu .dropdown.item .menu {
  left: 0px;
  min-width: 100%
}

.wojo.menu .pointing.dropdown.item .menu {
  margin-top: 0.75em
}

.wojo.menu .simple.dropdown.item .menu {
  margin: 0px !important
}

.wojo.menu .dropdown.item .menu .item {
  width: 100%;
  color: rgba(0, 0, 0, 0.75)
}

.wojo.menu .dropdown.item .menu .active.item {
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.wojo.menu .wojo.dropdown .menu .item:before {
  display: none
}

.wojo.menu .item>.label {
  background-color: rgba(0, 0, 0, 0.35);
  color: #FFFFFF;
  margin: -0.15em 0em -0.15em 0.5em;
  padding: 0.3em 0.8em;
  vertical-align: baseline
}

.wojo.menu .item>.floating.label {
  padding: 0.3em 0.8em
}

.wojo.menu .item>img:only-child {
  display: block;
  max-width: 100%;
  margin: 0em auto
}

.wojo.link.menu .item:hover,
.wojo.menu .link.item:hover,
.wojo.menu a.item:hover,
.wojo.menu .wojo.dropdown .menu .item:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.02)
}

.wojo.menu .wojo.dropdown.item.active {
  background-color: rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-bottom-right-radius: 0em;
  border-bottom-right-radius: 0em;
  -moz-border-bottom-left-radius: 0em;
  border-bottom-left-radius: 0em
}

.wojo.link.menu .item:active,
.wojo.menu .link.item:active,
.wojo.menu a.item:active,
.wojo.menu .wojo.dropdown .menu .item:active {
  background-color: rgba(0, 0, 0, 0.05)
}

.wojo.menu .active.item {
  background-color: rgba(0, 0, 0, 0.01);
  color: rgba(0, 0, 0, 0.95);
  -webkit-box-shadow: 0em 0.2em 0em inset;
  box-shadow: 0em 0.2em 0em inset
}

.wojo.vertical.menu .active.item {
  border-radius: 0em;
  -webkit-box-shadow: 0.2em 0em 0em inset;
  box-shadow: 0.2em 0em 0em inset
}

.wojo.vertical.menu>.active.item:first-child {
  border-radius: 0em 0.1875em 0em 0em
}

.wojo.vertical.menu>.active.item:last-child {
  border-radius: 0em 0em 0.1875em 0em
}

.wojo.vertical.menu>.active.item:only-child {
  border-radius: 0em 0.1875em 0.1875em 0em
}

.wojo.vertical.menu .active.item .menu .active.item {
  border-left: none
}

.wojo.vertical.menu .active.item .menu .active.item {
  padding-left: 1.5rem
}

.wojo.vertical.menu .item .menu .active.item {
  background-color: rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: none;
  box-shadow: none
}

.wojo.menu .item.disabled,
.wojo.menu .item.disabled:hover {
  cursor: default;
  color: rgba(0, 0, 0, 0.2);
  background-color: transparent !important
}

.wojo.menu .item.disabled i.icon {
  margin: 0
}

.wojo.menu.loading {
  position: relative
}

.wojo.menu.loading:after {
  position: absolute;
  top: 0%;
  left: 0%;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8) url(../images/loader-large.gif) no-repeat 50% 50%;
  visibility: visible
}

.wojo.vertical.menu .item {
  display: block;
  height: auto !important;
  border-top: none;
  border-left: 0em solid rgba(0, 0, 0, 0);
  border-right: none
}

.wojo.vertical.menu>.item:first-child {
  border-radius: 0.1875em 0.1875em 0px 0px
}

.wojo.vertical.menu>.item:last-child {
  border-radius: 0px 0px 0.1875em 0.1875em
}

.wojo.vertical.menu .item>.label {
  float: right;
  text-align: center
}

.wojo.vertical.menu .item>i.icon {
  float: right;
  width: 1.22em;
  margin: 0em 0em 0em 0.5em
}

.wojo.vertical.menu .item>.label+i.icon {
  float: none;
  margin: 0em 0.25em 0em 0em
}

.wojo.vertical.menu .item:before {
  position: absolute;
  content: '';
  top: 0%;
  left: 0px;
  width: 100%;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.1) 1.5em, rgba(0, 0, 0, 0.03) 100%);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.1) 1.5em, rgba(0, 0, 0, 0.03) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.03)), color-stop(1.5em, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.03)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.1) 1.5em, rgba(0, 0, 0, 0.03) 100%)
}

.wojo.vertical.menu .item:first-child:before {
  background-image: none !important
}

.wojo.vertical.menu .dropdown.item>i {
  float: right;
  content: "\f0da"
}

.wojo.vertical.menu .dropdown.item .menu {
  top: 0% !important;
  left: 100%;
  margin: 0px 0px 0px 1px;
  -webkit-box-shadow: 0 0px 1px 1px #DDDDDD;
  box-shadow: 0 0px 1px 1px #DDDDDD
}

.wojo.vertical.menu .dropdown.item.active {
  border-top-right-radius: 0em;
  border-bottom-right-radius: 0em
}

.wojo.vertical.menu .dropdown.item .menu .item {
  font-size: 1rem
}

.wojo.vertical.menu .dropdown.item .menu .item i.icon {
  margin-right: 0em
}

.wojo.vertical.menu .dropdown.item.active {
  -webkit-box-shadow: none;
  box-shadow: none
}

.wojo.vertical.menu .item>.menu {
  margin: 0.5em -0.95em 0em
}

.wojo.vertical.menu .item>.menu>.item {
  padding: 0.5rem 1.5rem;
  font-size: 0.875em
}

.wojo.vertical.menu .item>.menu>.item:before {
  display: none
}

.wojo.tiered.menu>.sub.menu>.item {
  color: rgba(0, 0, 0, 0.4)
}

.wojo.tiered.menu>.menu>.item:hover {
  color: rgba(0, 0, 0, 0.8)
}

.wojo.tiered.menu .item.active {
  color: rgba(0, 0, 0, 0.8)
}

.wojo.tiered.menu>.menu .item.active:after {
  position: absolute;
  content: '';
  margin-top: -1px;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: #FBFBFB
}

.wojo.tiered.menu .sub.menu {
  background-color: rgba(0, 0, 0, 0.01);
  border-radius: 0em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #FFFFFF
}

.wojo.tiered.menu .sub.menu .item {
  font-size: 0.875rem
}

.wojo.tiered.menu .sub.menu .item:before {
  background-image: none
}

.wojo.tiered.menu .sub.menu .active.item {
  padding-top: 0.83em;
  background-color: transparent;
  border-radius: 0 0 0 0;
  border-top: medium none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7) !important
}

.wojo.tiered.menu .sub.menu .active.item:after {
  display: none
}

.wojo.inverted.tiered.menu>.menu>.item {
  color: rgba(255, 255, 255, 0.5)
}

.wojo.inverted.tiered.menu .sub.menu {
  background-color: rgba(0, 0, 0, 0.2)
}

.wojo.inverted.tiered.menu .sub.menu .item {
  color: rgba(255, 255, 255, 0.6)
}

.wojo.inverted.tiered.menu>.menu>.item:hover {
  color: rgba(255, 255, 255, 0.9)
}

.wojo.inverted.tiered.menu .active.item:after {
  display: none
}

.wojo.inverted.tiered.menu>.sub.menu>.active.item,
.wojo.inverted.tiered.menu>.menu>.active.item {
  color: #ffffff !important;
  -webkit-box-shadow: none;
  box-shadow: none
}

.wojo.pointing.tiered.menu>.menu>.item:after {
  display: none
}

.wojo.pointing.tiered.menu>.sub.menu>.item:after {
  display: block
}

.wojo.tabular.menu {
  background-color: transparent;
  border-bottom: 1px solid #DCDDDE;
  border-radius: 0em;
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.wojo.tabular.menu .item {
  background-color: transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  padding-left: 1.4em;
  padding-right: 1.4em;
  color: rgba(0, 0, 0, 0.6)
}

.wojo.tabular.menu .item:before {
  display: none
}

.wojo.tabular.menu .item:hover {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.8)
}

.wojo.tabular.menu .active.item {
  position: relative;
  background-color: #FFFFFF;
  color: rgba(0, 0, 0, 0.8);
  border-color: #DCDDDE;
  font-weight: bold;
  margin-bottom: -1px;
  border-bottom: 1px solid #FFFFFF;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px 5px 0 0
}

.wojo.attached.tabular.menu {
  position: relative;
  z-index: 2
}

.wojo.tabular.menu~.bottom.attached.segment {
  margin: 1px 0px 0px 1px
}

.wojo.pagination.menu {
  margin: 0em;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  box-shadow: none
}

.wojo.pagination.menu .item {
  min-width: 3em;
  text-align: center;
  box-shadow: 0 0 0 1px #fff;
  margin: 0 .25em;
  border-radius: 0.1875em
}

.wojo.pagination.menu .icon.item i.icon {
  vertical-align: top
}

.wojo.pagination.menu.floated {
  display: block
}

.wojo.pagination.menu .active.item {
  border-top: none;
  padding-top: 0.83em;
  background-color: transparent;
  color: #53bd99;
  -webkit-box-shadow: none;
  box-shadow: 0 0 0 1px #53bd99
}

.wojo.pagination.menu .active.item:hover {
  background-color: transparent;
  cursor: default
}

.wojo.pagination.menu .item:hover {
  background-color: transparent;
  color: #53bd99;
  box-shadow: 0 0 0 1px #53bd99
}

.wojo.pagination.menu .item:before {
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none
}

.wojo.secondary.menu {
  background-color: transparent;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none
}

.wojo.secondary.menu>.menu>.item,
.wojo.secondary.menu>.item {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  height: auto !important;
  margin: 0em 0.25em;
  padding: 0.5em 1em;
  border-radius: 0.3125em
}

.wojo.secondary.menu>.menu>.item:before,
.wojo.secondary.menu>.item:before {
  display: none !important
}

.wojo.secondary.menu .item>.input input {
  background-color: transparent;
  border: none
}

.wojo.secondary.menu .link.item,
.wojo.secondary.menu a.item {
  opacity: 0.8;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none
}

.wojo.secondary.menu .header.item {
  border-right: 0.1em solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
  border-radius: 0em
}

.wojo.secondary.menu .link.item:hover,
.wojo.secondary.menu a.item:hover {
  opacity: 1
}

.wojo.secondary.menu>.menu>.active.item,
.wojo.secondary.menu>.active.item {
  background-color: rgba(0, 0, 0, 0.08);
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none
}

.wojo.secondary.vertical.menu>.active.item {
  border-radius: 0.3125em
}

.wojo.secondary.inverted.menu .link.item,
.wojo.secondary.inverted.menu a.item {
  color: rgba(255, 255, 255, 0.5)
}

.wojo.secondary.inverted.menu .link.item:hover,
.wojo.secondary.inverted.menu a.item:hover {
  color: rgba(255, 255, 255, 0.9)
}

.wojo.secondary.inverted.menu .active.item {
  background-color: rgba(255, 255, 255, 0.1)
}

.wojo.secondary.item.menu>.item {
  margin: 0em
}

.wojo.secondary.attached.menu {
  -webkit-box-shadow: none;
  box-shadow: none
}

.wojo.secondary.pointing.menu {
  border-bottom: 3px solid rgba(0, 0, 0, 0.1)
}

.wojo.secondary.pointing.menu>.menu>.item,
.wojo.secondary.pointing.menu>.item {
  margin: 0em 0em -3px;
  padding: 0.6em 0.95em;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  border-radius: 0em;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s
}

.wojo.secondary.pointing.menu .header.item {
  margin-bottom: -3px;
  background-color: transparent !important;
  border-right-width: 0px !important;
  font-weight: bold !important;
  color: rgba(0, 0, 0, 0.8) !important
}

.wojo.secondary.pointing.menu .text.item {
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.wojo.secondary.pointing.menu>.menu>.item:after,
.wojo.secondary.pointing.menu>.item:after {
  display: none
}

.wojo.secondary.pointing.menu>.menu>.link.item:hover,
.wojo.secondary.pointing.menu>.link.item:hover,
.wojo.secondary.pointing.menu>.menu>a.item:hover,
.wojo.secondary.pointing.menu>a.item:hover {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.7)
}

.wojo.secondary.pointing.menu>.menu>.link.item:active,
.wojo.secondary.pointing.menu>.link.item:active,
.wojo.secondary.pointing.menu>.menu>a.item:active,
.wojo.secondary.pointing.menu>a.item:active {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.2)
}

.wojo.secondary.pointing.menu>.menu>.item.active,
.wojo.secondary.pointing.menu>.item.active {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: none;
  box-shadow: none
}

.wojo.secondary.vertical.pointing.menu {
  border: none;
  border-right: 3px solid rgba(0, 0, 0, 0.1)
}

.wojo.secondary.vertical.menu>.item {
  border: none;
  margin: 0em 0em 0.3em;
  padding: 0.6em 0.8em;
  border-radius: 0.1875em
}

.wojo.secondary.vertical.menu>.header.item {
  border-radius: 0em
}

.wojo.secondary.vertical.pointing.menu>.item {
  margin: 0em -3px 0em 0em;
  border-bottom: none;
  border-right: 3px solid transparent;
  border-radius: 0em
}

.wojo.secondary.vertical.pointing.menu>.item:hover {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.7)
}

.wojo.secondary.vertical.pointing.menu>.item:active {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.2)
}

.wojo.secondary.vertical.pointing.menu>.item.active {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.85)
}

.wojo.secondary.inverted.menu {
  background-color: transparent
}

.wojo.secondary.inverted.pointing.menu {
  border-bottom: 3px solid rgba(255, 255, 255, 0.1)
}

.wojo.secondary.inverted.pointing.menu>.item {
  color: rgba(255, 255, 255, 0.7)
}

.wojo.secondary.inverted.pointing.menu>.header.item {
  color: #FFFFFF !important
}

.wojo.secondary.inverted.pointing.menu>.menu>.item:hover,
.wojo.secondary.inverted.pointing.menu>.item:hover {
  color: rgba(255, 255, 255, 0.85)
}

.wojo.secondary.inverted.pointing.menu>.menu>.item:active,
.wojo.secondary.inverted.pointing.menu>.item:active {
  border-color: rgba(255, 255, 255, 0.4)
}

.wojo.secondary.inverted.pointing.menu>.menu>.item.active,
.wojo.secondary.inverted.pointing.menu>.item.active {
  border-color: rgba(255, 255, 255, 0.8);
  color: #ffffff
}

.wojo.secondary.inverted.vertical.pointing.menu {
  border-right: 3px solid rgba(255, 255, 255, 0.1);
  border-bottom: none
}

.wojo.text.menu {
  background-color: transparent;
  margin: 1rem -1rem;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none
}

.wojo.text.menu>.item {
  opacity: 0.8;
  margin: 0em 1em;
  padding: 0em;
  height: auto !important;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease
}

.wojo.text.menu>.item:before {
  display: none !important
}

.wojo.text.menu .header.item {
  background-color: transparent;
  opacity: 1;
  color: rgba(50, 50, 50, 0.8);
  font-size: 0.875rem;
  padding: 0em;
  text-transform: uppercase;
  font-weight: bold
}

.wojo.text.item.menu .item {
  margin: 0em
}

.wojo.vertical.text.menu {
  margin: 1rem 0em
}

.wojo.vertical.text.menu:first-child {
  margin-top: 0rem
}

.wojo.vertical.text.menu:last-child {
  margin-bottom: 0rem
}

.wojo.vertical.text.menu .item {
  float: left;
  clear: left;
  margin: 0.5em 0em
}

.wojo.vertical.text.menu .item>i.icon {
  float: none;
  margin: 0em 0.83em 0em 0em
}

.wojo.vertical.text.menu .header.item {
  margin: 0.8em 0em
}

.wojo.text.menu .item:hover {
  opacity: 1;
  background-color: transparent
}

.wojo.text.menu .active.item {
  background-color: transparent;
  padding: 0em;
  border: none;
  opacity: 1;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none
}

.wojo.text.pointing.menu .active.item:after {
  -webkit-box-shadow: none;
  box-shadow: none
}

.wojo.text.attached.menu {
  -webkit-box-shadow: none;
  box-shadow: none
}

.wojo.inverted.text.menu,
.wojo.inverted.text.menu .item,
.wojo.inverted.text.menu .item:hover,
.wojo.inverted.text.menu .item.active {
  background-color: transparent
}

.wojo.icon.menu,
.wojo.vertical.icon.menu {
  width: auto;
  display: inline-block;
  height: auto
}

.wojo.icon.menu>.item {
  height: auto;
  text-align: center;
  color: rgba(60, 60, 60, 0.7)
}

.wojo.icon.menu>.item>.icon {
  display: block;
  float: none !important;
  opacity: 1;
  margin: 0em auto !important
}

.wojo.icon.menu .icon:before {
  opacity: 1
}

.wojo.menu .icon.item .icon {
  margin: 0em
}

.wojo.vertical.icon.menu {
  float: none
}

.wojo.inverted.icon.menu .item {
  color: rgba(255, 255, 255, 0.8)
}

.wojo.inverted.icon.menu .icon {
  color: #ffffff
}

.wojo.labeled.icon.menu {
  text-align: center
}

.wojo.labeled.icon.menu>.item>.icon {
  display: block;
  font-size: 1.5em !important;
  margin: 0em auto 0.3em !important
}

.wojo.menu .green.active.item,
.wojo.green.menu .active.item {
  border-color: #A1CF64 !important;
  color: #A1CF64 !important
}

.wojo.menu .red.active.item,
.wojo.red.menu .active.item {
  border-color: #D95C5C !important;
  color: #D95C5C !important
}

.wojo.menu .blue.active.item,
.wojo.blue.menu .active.item {
  border-color: #6ECFF5 !important;
  color: #6ECFF5 !important
}

.wojo.menu .purple.active.item,
.wojo.purple.menu .active.item {
  border-color: #564F8A !important;
  color: #564F8A !important
}

.wojo.menu .orange.active.item,
.wojo.orange.menu .active.item {
  border-color: #F05940 !important;
  color: #F05940 !important
}

.wojo.menu .teal.active.item,
.wojo.teal.menu .active.item {
  border-color: #00B5AD !important;
  color: #00B5AD !important
}

.wojo.inverted.menu {
  background-color: #333333;
  -webkit-box-shadow: none;
  box-shadow: none
}

.wojo.inverted.menu .header.item {
  margin: 0em;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: none;
  box-shadow: none
}

.wojo.inverted.menu .item,
.wojo.inverted.menu .item>a {
  color: #FFFFFF
}

.wojo.inverted.menu .item .item,
.wojo.inverted.menu .item .item>a {
  color: rgba(255, 255, 255, 0.8)
}

.wojo.inverted.menu .dropdown .menu .item,
.wojo.inverted.menu .dropdown .menu .item a {
  color: rgba(0, 0, 0, 0.75) !important
}

.wojo.inverted.menu .item.disabled,
.wojo.inverted.menu .item.disabled:hover {
  color: rgba(255, 255, 255, 0.2)
}

.wojo.inverted.menu .item:before {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.03)), color-stop(50%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.03)));
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%)
}

.wojo.vertical.inverted.menu .item:before {
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.03)), color-stop(50%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.03)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%)
}

.wojo.link.inverted.menu .item:hover,
.wojo.inverted.menu .link.item:hover,
.wojo.inverted.menu a.item:hover,
.wojo.inverted.menu .dropdown.item:hover {
  background-color: rgba(255, 255, 255, 0.1)
}

.wojo.inverted.menu a.item:hover,
.wojo.inverted.menu .item>a:hover,
.wojo.inverted.menu .item .menu a.item:hover,
.wojo.inverted.menu .item .menu .link.item:hover {
  color: #ffffff
}

.wojo.inverted.menu a.item:active,
.wojo.inverted.menu .dropdown.item:active,
.wojo.inverted.menu .link.item:active,
.wojo.inverted.menu a.item:active {
  background-color: rgba(255, 255, 255, 0.15)
}

.wojo.inverted.menu .active.item {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: rgba(255, 255, 255, 0.2)
}

.wojo.inverted.menu .active.item,
.wojo.inverted.menu .active.item a {
  color: #ffffff !important
}

.wojo.inverted.vertical.menu .item .menu .active.item {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff
}

.wojo.inverted.pointing.menu .active.item:after {
  background-color: #5B5B5B;
  -webkit-box-shadow: none;
  box-shadow: none
}

.wojo.inverted.pointing.menu .active.item:hover:after {
  background-color: #4A4A4A
}

.wojo.selection.menu>.item {
  color: rgba(0, 0, 0, 0.4)
}

.wojo.selection.menu>.item:hover {
  color: rgba(0, 0, 0, 0.6)
}

.wojo.selection.menu>.item.active {
  color: rgba(0, 0, 0, 0.85)
}

.wojo.inverted.selection.menu>.item {
  color: rgba(255, 255, 255, 0.4)
}

.wojo.inverted.selection.menu>.item:hover {
  color: rgba(255, 255, 255, 0.9)
}

.wojo.inverted.selection.menu>.item.active {
  color: #FFFFFF
}

.wojo.floated.menu {
  float: left;
  margin: 0rem 0.5rem 0rem 0rem
}

.wojo.right.floated.menu {
  float: right;
  margin: 0rem 0rem 0rem 0.5rem
}

.wojo.grey.menu {
  background-color: #F0F0F0
}

.wojo.inverted.green.menu {
  background-color: #A1CF64
}

.wojo.inverted.green.pointing.menu .active.item:after {
  background-color: #A1CF64
}

.wojo.inverted.red.menu {
  background-color: #D95C5C
}

.wojo.inverted.red.pointing.menu .active.item:after {
  background-color: #F16883
}

.wojo.inverted.blue.menu {
  background-color: #6ECFF5
}

.wojo.inverted.blue.pointing.menu .active.item:after {
  background-color: #6ECFF5
}

.wojo.inverted.purple.menu {
  background-color: #564F8A
}

.wojo.inverted.purple.pointing.menu .active.item:after {
  background-color: #564F8A
}

.wojo.inverted.orange.menu {
  background-color: #F05940
}

.wojo.inverted.orange.pointing.menu .active.item:after {
  background-color: #F05940
}

.wojo.inverted.teal.menu {
  background-color: #00B5AD
}

.wojo.inverted.teal.pointing.menu .active.item:after {
  background-color: #00B5AD
}

.wojo.fitted.menu .item,
.wojo.fitted.menu .item .menu .item,
.wojo.menu .fitted.item {
  padding: 0em
}

.wojo.horizontally.fitted.menu .item,
.wojo.horizontally.fitted.menu .item .menu .item,
.wojo.menu .horizontally.fitted.item {
  padding-top: 0.83em;
  padding-bottom: 0.83em
}

.wojo.vertically.fitted.menu .item,
.wojo.vertically.fitted.menu .item .menu .item,
.wojo.menu .vertically.fitted.item {
  padding-left: 0.95em;
  padding-right: 0.95em
}

.wojo.borderless.menu .item:before,
.wojo.borderless.menu .item .menu .item:before,
.wojo.menu .borderless.item:before {
  background-image: none
}

.wojo.compact.menu {
  display: inline-block;
  margin: 0em;
  vertical-align: middle
}

.wojo.compact.vertical.menu {
  width: auto !important
}

.wojo.compact.vertical.menu .item:last-child::before {
  display: block
}

.wojo.menu.fluid,
.wojo.vertical.menu.fluid {
  display: block;
  width: 100% !important
}

.wojo.item.menu,
.wojo.item.menu .item {
  width: 100%;
  padding-left: 0px !important;
  padding-right: 0px !important;
  text-align: center
}

.wojo.menu.two.item .item {
  width: 50%
}

.wojo.menu.three.item .item {
  width: 33.333%
}

.wojo.menu.four.item .item {
  width: 25%
}

.wojo.menu.five.item .item {
  width: 20%
}

.wojo.menu.six.item .item {
  width: 16.666%
}

.wojo.menu.seven.item .item {
  width: 14.285%
}

.wojo.menu.eight.item .item {
  width: 12.500%
}

.wojo.menu.nine.item .item {
  width: 11.11%
}

.wojo.menu.ten.item .item {
  width: 10.0%
}

.wojo.menu.eleven.item .item {
  width: 9.09%
}

.wojo.menu.twelve.item .item {
  width: 8.333%
}

.wojo.menu.fixed {
  position: fixed;
  z-index: 999;
  margin: 0em;
  border: none;
  width: 100%
}

.wojo.menu.fixed,
.wojo.menu.fixed .item:first-child,
.wojo.menu.fixed .item:last-child {
  border-radius: 0px !important
}

.wojo.menu.fixed.top {
  top: 0px;
  left: 0px;
  right: auto;
  bottom: auto
}

.wojo.menu.fixed.right {
  top: 0px;
  right: 0px;
  left: auto;
  bottom: auto;
  width: auto;
  height: 100%
}

.wojo.menu.fixed.bottom {
  bottom: 0px;
  left: 0px;
  top: auto;
  right: auto
}

.wojo.menu.fixed.left {
  top: 0px;
  left: 0px;
  right: auto;
  bottom: auto;
  width: auto;
  height: 100%
}

.wojo.fixed.menu+.wojo.grid {
  padding-top: 2.75rem
}

.wojo.pointing.menu .active.item:after {
  position: absolute;
  bottom: -0.3em;
  left: 50%;
  content: "";
  margin-left: -0.3em;
  width: 0.6em;
  height: 0.6em;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  background-image: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  transition: background 0.2s ease
}

.wojo.pointing.menu .active.item .menu .active.item:after {
  display: none
}

.wojo.vertical.pointing.menu .active.item:after {
  position: absolute;
  top: 50%;
  margin-top: -0.3em;
  right: -0.4em;
  bottom: auto;
  left: auto;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1)
}

.wojo.pointing.menu .active.item:after {
  background-color: #FCFCFC
}

.wojo.pointing.menu .active.item:hover:after {
  background-color: #FAFAFA
}

.wojo.vertical.pointing.menu .menu .active.item:after {
  background-color: #F4F4F4
}

.wojo.pointing.menu a.active.item:active:after {
  background-color: #F0F0F0
}

.wojo.menu.attached {
  margin: 0rem;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 0px 1px #DDDDDD;
  box-shadow: 0px 0px 0px 1px #DDDDDD
}

.wojo.top.attached.menu {
  border-radius: 0.1875em 0.1875em 0px 0px
}

.wojo.menu.bottom.attached {
  border-radius: 0px 0px 0.1875em 0.1875em
}

.wojo.small.menu .item {
  font-size: 0.875rem
}

.wojo.small.vertical.menu {
  width: 13rem
}

.wojo.menu .item {
  font-size: 1rem
}

.wojo.vertical.menu {
  width: 15rem
}

.wojo.large.menu .item {
  font-size: 1.125rem
}

.wojo.large.menu .item .item {
  font-size: 0.875rem
}

.wojo.large.menu .dropdown .item {
  font-size: 1rem
}

.wojo.large.vertical.menu {
  width: 18rem
}

.picker {
  font-size: 1rem;
  text-align: left;
  line-height: 1.2;
  position: absolute;
  z-index: 10000;
  width: 100%
}

.picker__holder {
  width: 100%;
  position: absolute;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 200px;
  max-width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  max-height: 0;
  -ms-filter: alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -webkit-transition: all .15s ease-out, max-height 0 .15s;
  -moz-transition: all .15s ease-out, max-height 0 .15s;
  transition: all .15s ease-out, max-height 0 .15s;
  background-color: #F9F9F9
}

.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
  -webkit-transition: all .15s ease-out, max-height 0;
  -moz-transition: all .15s ease-out, max-height 0;
  transition: all .15s ease-out, max-height 0;
  border: 1px solid rgba(0, 0, 0, 0.024);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.picker__box {
  padding: 0 1em
}

.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
  clear: both
}

.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em
}

.picker__year {
  color: #999;
  font-size: .8em;
  font-style: italic
}

.picker__select--month,
.picker__select--year {
  font-size: .8em !important;
  float: left !important;
  display: inline-block;
  margin: .2em 0 0;
  padding: .1em !important
}

.picker__select--month {
  width: 35%
}

.picker__nav--prev,
.picker__nav--next {
  width: 1.2em;
  height: 1.2em;
  font-size: 1.2em;
  display: block;
  font-family: Icons;
  margin-right: auto;
  margin-left: auto
}

.picker__nav--prev {
  float: left
}

.picker__nav--next {
  float: right
}

.picker__nav--prev:before {
  content: "\f053"
}

.picker__nav--next:before {
  content: "\f054"
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #5795AF
}

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: 0;
  border-right-color: #f0f0f0;
  border-left-color: #f0f0f0
}

.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em
}

.picker__table td {
  margin: 0;
  padding: 0
}

.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  font-weight: 600
}

.picker__day {
  font-weight: 400;
  border: 1px solid transparent;
  padding: .3125em 0
}

.picker__day--today {
  color: #5795AF;
  position: relative
}

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: .5em solid #fff;
  border-left: .5em solid transparent
}

.picker__day--highlighted {
  background-color: #5795AF;
  color: #fff
}

.picker__day--disabled:before {
  border-top-color: #aaa
}

.picker__day--outfocus {
  color: rgba(0, ​ 0, ​ 0, ​ 0.1);
  -ms-filter: alpha(Opacity=35);
  filter: alpha(opacity=35);
  opacity: .35
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #C6C6BF
}

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  background: #5795AF;
  color: #fff
}

.picker__day--disabled,
.picker__day--disabled:hover {
  cursor: default;
  color: #fff;
  border-color: #E9E9E1;
  background-color: #E9E9E1
}

.picker__footer {
  text-align: center
}

.picker__button--today,
.picker__button--clear {
  border: 0;
  font-size: .95em;
  font-weight: 600;
  width: 50%;
  display: inline-block;
  vertical-align: bottom;
  padding: .66em 0;
  background-color: #E9E9E1
}

.picker__button--today:hover,
.picker__button--clear:hover {
  cursor: pointer;
  color: #000;
  background: #C6C6BF;
  border-bottom-color: #C6C6BF
}

.picker__button--today:focus,
.picker__button--clear:focus {
  background: #5795AF;
  outline: 0;
  border-color: #5795AF
}

.picker__button--today:before,
.picker__button--clear:before {
  position: relative;
  display: inline-block;
  height: 0
}

.picker__button--today:before {
  content: " ";
  margin-right: .45em;
  top: -.05em;
  width: 0;
  border-top: .66em solid #5795AF;
  border-left: .66em solid transparent
}

.picker__button--clear:before {
  font-family: icons;
  content: "\f00d";
  margin-right: .35em;
  font-size: 1em;
  color: #A26161
}

.picker__input.picker__input--active,
.picker__select--month:focus,
.picker__select--year:focus,
.picker__day--selected,
.picker__day--selected:hover {
  border-color: #5795AF
}

@media min-height265em {
  .picker__table {
    margin-bottom: .75em
  }
  .picker__weekday {
    padding-bottom: .5em
  }
}

.picker__list {
  list-style: none;
  padding: 0;
  margin: 0
}

.picker__list-item {
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
  position: relative;
  background: #ffffff;
  padding: .75em 1.25em
}

@media (min-height:46.75em) {
  .picker__list-item {
    padding: .5em 1em
  }
}

.picker__list-item:hover {
  cursor: pointer;
  background: #5795AF;
  color: #fff;
  z-index: 10
}

.picker__list-item--selected,
.picker__list-item--selected:hover {
  border-color: #5795AF;
  z-index: 10
}

.picker__list-item--highlighted {
  background: #EDAA10;
  color: #ffffff
}

.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  background: #f0b327;
  color: #ffffff
}

.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
  border-color: #dddddd;
  z-index: auto
}

.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  font-family: inherit;
  background: none;
  line-height: 1;
  border: 0;
  font-weight: 600;
  text-align: center;
  margin: 1em auto;
  padding: 1em 1.25em
}

.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  background: #A26161;
  cursor: pointer;
  color: #ffffff;
  outline: none
}

.picker--time .picker__button--clear:before {
  top: 0;
  font-size: 1.25em
}

.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #ffffff
}

.picker--time .picker__frame {
  min-width: 260px;
  max-width: 100%
}

.picker--time .picker__box {
  font-size: 1em;
  padding: .25em;
  background-color: #F9F9F9
}

.picker--time .picker__holder {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05)
}

.wojo.progress {
  width: 100%;
  height: 26px;
  background-color: #F2F2F2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

.wojo.thin.progress {
  height: 6px;
  border-radius: 0;
  padding: 0;
  margin-bottom: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

.wojo.progress .bar,
.wojo.thin.progress .bar {
  display: inline-block;
  height: 100%;
  line-height: 24px;
  font-size: .85em;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  -webkit-transition: width 1s ease-in-out, background-color 1s ease-out;
  transition: width 1s ease-in-out, background-color 1s ease-out
}

.wojo.thin.progress .bar {
  line-height: 20px;
  height: 5px;
  text-align: center;
  border-radius: 0;
  font-size: 1em;
  float: left
}

.wojo.successful.progress .bar {
  background-color: #61A270
}

.wojo.successful.progress .bar,
.wojo.successful.progress .bar::after {
  -webkit-animation: none;
  animation: none
}

.wojo.negative.progress .bar {
  background-color: #A26161
}

.wojo.negative.progress .bar,
.wojo.negative.progress .bar::after {
  -webkit-animation: none;
  animation: none
}

.wojo.active.progress .bar {
  position: relative
}

.wojo.active.progress .bar::after {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 3px;
  -webkit-animation: progress-active 2s ease-out infinite;
  animation: progress-active 2s ease-out infinite
}

@-webkit-keyframes progress-active {
  0 {
    opacity: 0;
    width: 0
  }
  50% {
    opacity: .3
  }
  100% {
    opacity: 0;
    width: 95%
  }
}

@keyframes progress-active {
  0 {
    opacity: 0;
    width: 0
  }
  50% {
    opacity: .3
  }
  100% {
    opacity: 0;
    width: 100%
  }
}

.wojo.disabled.progress {
  opacity: .35
}

.wojo.disabled.progress .bar,
.wojo.disabled.progress .bar::after {
  -webkit-animation: none;
  animation: none
}

.wojo.progress.attached {
  position: relative;
  border: 0
}

.wojo.progress.attached,
.wojo.progress.attached .bar {
  display: block;
  height: 3px;
  padding: 0;
  overflow: hidden;
  border-radius: 0 0 .3125em .3125em
}

.wojo.progress.attached .bar {
  border-radius: 0
}

.wojo.progress.top.attached,
.wojo.progress.top.attached .bar {
  top: -2px;
  border-radius: .3125em .3125em 0 0
}

.wojo.progress.top.attached .bar {
  border-radius: 0
}

.wojo.info.progress .bar {
  background-color: #5795AF
}

.wojo.black.progress .bar {
  background-color: #5C6166
}

.wojo.success.progress .bar {
  background-color: #61A270
}

.wojo.danger.progress .bar {
  background-color: #A26161
}

.wojo.purple.progress .bar {
  background-color: #7A6591
}

.wojo.warning.progress .bar {
  background-color: #EDAA10
}

.wojo.teal.progress .bar {
  background-color: #61A299
}

.wojo.progress.striped .bar {
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px
}

.wojo.progress.active.striped .bar:after {
  -webkit-animation: none;
  -ms-animation: none;
  animation: none
}

.wojo.progress.active.striped .bar {
  -webkit-animation: progress-striped 3s linear infinite;
  animation: progress-striped 3s linear infinite
}

@-webkit-keyframes progress-striped {
  0 {
    background-position: 0 0
  }
  100% {
    background-position: 60px 0
  }
}

@keyframes progress-striped {
  0 {
    background-position: 0 0
  }
  100% {
    background-position: 60px 0
  }
}

.wojo.small.progress .bar {
  height: 14px
}

.messi-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8)
}

.messi {
  position: absolute;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.4);
  margin: 0;
  padding: 0;
  min-width: 300px;
  min-height: 50px;
  max-width: 90%;
  max-height: 75%;
  overflow-y: auto;
  top: -100%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out
}

.messi-box {
  position: relative;
  height: auto;
  overflow: hidden;
  opacity: 1
}

.messi-wrapper {
  position: relative
}

.messi-titlebox {
  font-size: 1.3em;
  font-weight: 400;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  background-color: rgba(0, 0, 0, 0.1);
  height: 45px;
  line-height: 45px;
  padding: 0 60px 0 15px
}

.messi-titlebox .messi-title {
  text-shadow: 0 1px #fff;
  font-weight: 600;
  font-family: 'Archivo Narrow'
}

.messi-closebtn {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0px 0 rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 45px;
  height: 45px;
  cursor: pointer;
  text-align: center;
  line-height: 45px;
  font-size: 1.6em;
  color: rgba(0, 0, 0, 0.4)
}

.messi-closebtn i {
  margin: 0
}

.messi-content {
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 1em;
  box-shadow: inset 0px 3px 0 rgba(255, 255, 255, 0.4)
}

.messi-content .messi-warning {
  display: table
}

.messi-content .messi-warning p {
  display: table-cell;
  vertical-align: middle
}

.messi-content .messi-warning p:last-child {
  padding-left: 1em
}

.messi-footbox {
  background-color: rgba(0, 0, 0, 0.1);
  border-top: 1px solid #ddd;
  box-shadow: inset 0px 2px 0 rgba(255, 255, 255, 0.4);
  padding: 0
}

.messi-actions {
  display: block
}

.messi-actions .btnbox {
  display: block;
  float: right;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0px 0 rgba(255, 255, 255, 0.5);
  padding: 5px
}

.messi .mod-button.button {
  border-radius: 0
}

.messi .mod-button.warn {
  color: #ee5f5b
}

.messi .mod-button i {
  padding-left: 10px;
  padding-right: 5px
}

.image-overlay {
  position: relative;
  cursor: default;
  overflow: hidden
}

.image-overlay img {
  width: 100%
}

.overlay-hslide {
  background: rgba(255, 255, 255, 0.6);
  background: rgb(255, 2255, 255) transparent;
  height: 100%;
  width: 0%;
  top: 0;
  right: 0;
  position: absolute;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}

.overlay-hslide a {
  height: 80px;
  width: 80px;
  margin: -40px 0 0 -40px;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  line-height: 80px;
  cursor: pointer
}

.overlay-hslide a .icon-overlay {
  font-size: 40px;
  padding: 0;
  margin: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: rgba(255, 255, 255, 0.6);
  background: rgb(255, 2255, 255) transparent
}

.image-overlay:hover .overlay-hslide {
  width: 100%;
  top: 0;
  left: 0;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}

.overlay-vslide {
  background: rgba(255, 255, 255, 0.6);
  background: rgb(255, 2255, 255) transparent;
  height: 0%;
  width: 100%;
  bottom: 0;
  right: 0;
  position: absolute;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}

.overlay-vslide a {
  height: 80px;
  width: 80px;
  margin: -40px 0 0 -40px;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  line-height: 80px;
  cursor: pointer
}

.overlay-vslide a .icon-overlay {
  font-size: 40px;
  margin: 0;
  padding: 0;
  margin: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: rgba(255, 255, 255, 0.6);
  background: rgb(255, 2255, 255) transparent
}

.image-overlay:hover .overlay-vslide {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}

.overlay-fade {
  background: rgba(61, 170, 129, 0.6);
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}

.overlay-fade a {
  height: 80px;
  width: 80px;
  margin: -40px 0 0 -40px;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  line-height: 80px;
  cursor: pointer
}

.overlay-fade a .icon-overlay {
  font-size: 40px;
  padding: 0;
  margin: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 500px;
  background: rgba(255, 255, 255, 0.3);
  color: #fff
}

.image-overlay:hover .overlay-fade {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}

.overlay-zoom {
  background: rgba(255, 255, 255, 0.6);
  background: rgb(255, 2255, 255) transparent;
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}

.overlay-zoom a {
  height: 80px;
  width: 80px;
  margin: -40px 0 0 -40px;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  line-height: 80px;
  cursor: pointer
}

.overlay-zoom a .icon-overlay,
.overlay-zoom a .icon-overlay.double {
  font-size: 40px;
  padding: 0;
  margin: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: rgba(255, 255, 255, 0.6);
  background: rgb(255, 2255, 255) transparent
}

.image-overlay:hover .overlay-zoom {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}

.zoom-image img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}

.zoom-image:hover img {
  -webkit-transform: scale(1.5);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1.5);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
  transform: scale(1.5);
  transition-timing-function: ease-out;
  transition-duration: 250ms
}

.rotate-image-right img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}

.rotate-image-right:hover img {
  -webkit-transform: rotate(15deg) scale(1.5);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: rotate(15deg) scale(1.5);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
  transform: rotate(15deg) scale(1.5);
  transition-timing-function: ease-out;
  transition-duration: 250ms
}

.rotate-image-left img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}

.rotate-image-left:hover img {
  -webkit-transform: rotate(-15deg) scale(1.5);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: rotate(-15deg) scale(1.5);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
  transform: rotate(-15deg) scale(1.5);
  transition-timing-function: ease-out;
  transition-duration: 250ms
}

html.swipebox-html.swipebox-touch {
  overflow: hidden !important
}

#swipebox-overlay img {
  border: none !important
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

#swipebox-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none
}

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle
}

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0
}

#swipebox-action,
#swipebox-caption {
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%
}

#swipebox-action {
  bottom: -50px
}

#swipebox-action.visible-bars {
  -ms-transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px)
}

#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  line-height: 50px;
  font-size: 2em
}

#swipebox-action #swipebox-prev {
  right: 100px
}

#swipebox-action #swipebox-next {
  right: 40px
}

#swipebox-action #swipebox-close {
  left: 40px
}

#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
  opacity: 0.3
}

#swipebox-caption {
  top: -50px;
  text-align: center
}

#swipebox-caption.visible-bars {
  -ms-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  transform: translateY(50px)
}

#swipebox-slider.rightSpring {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s
}

#swipebox-slider.leftSpring {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s
}

@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px
  }
  50% {
    margin-left: -30px
  }
  100% {
    margin-left: 0px
  }
}

@keyframes rightSpring {
  0% {
    margin-left: 0px
  }
  50% {
    margin-left: -30px
  }
  100% {
    margin-left: 0px
  }
}

@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px
  }
  50% {
    margin-left: 30px
  }
  100% {
    margin-left: 0px
  }
}

@keyframes leftSpring {
  0% {
    margin-left: 0px
  }
  50% {
    margin-left: 30px
  }
  100% {
    margin-left: 0px
  }
}

@media screen and (max-width:800px) {
  #swipebox-action #swipebox-close {
    left: 0
  }
  #swipebox-action #swipebox-prev {
    right: 60px
  }
  #swipebox-action #swipebox-next {
    right: 0
  }
}

#swipebox-overlay {
  background: #0d0d0d
}

#swipebox-action,
#swipebox-caption {
  text-shadow: 1px 1px 1px black;
  background-color: #0d0d0d;
  background-color: #0d0d0d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0d0d0d), to(black));
  background-image: -webkit-linear-gradient(top, #0d0d0d, black);
  background-image: linear-gradient(to bottom, #0d0d0d, black);
  opacity: 0.95
}

#swipebox-action {
  border-top: 1px solid rgba(255, 255, 255, 0.2)
}

#swipebox-caption {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif
}

.wojo.tabs {
  display: block;
  position: relative;
  background-color: #E3E8EE;
  clear: both
}

.wojo.tabs:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.wojo.tabs,
.wojo.tabs li {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.wojo.tabs li {
  display: block;
  float: left
}

.wojo.tabs li a {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.778em;
  color: #465866;
  display: block;
  padding: 1.33em 1.2em;
  position: relative;
  z-index: 1
}

.wojo.tabs li a i.icon {
  margin-right: .5em
}

.wojo.tabs li a:hover {
  color: #53bd99
}

.wojo.tabs li a.active {
  background-color: #445C6A;
  color: #fff;
  box-shadow: inset 0 2px 0 0 #53bd99
}

.wojo.tabs li a.active:before {
  position: absolute;
  z-index: 2;
  content: "";
  width: 0;
  height: 0;
  bottom: -6px;
  left: 50%;
  margin-left: -3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #445C6A
}

.wojo.tab.content {
  padding: 0;
  clear: both
}

.wojo.tab.content:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

#drop {
  border-radius: 10px;
  text-align: center;
  text-transform: uppercase;
  border: 5px dashed rgba(0, 0, 0, 0.25);
  padding: 30px
}

#drop a {
  margin-left: 10px;
  background-color: #62A8DB;
  color: #fff;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  margin-top: 12px;
  line-height: 1;
  padding: .9em 2em
}

#drop a:hover {
  background-color: #424343
}

#drop input,
#upload ul li input {
  display: none
}

#upload ul {
  list-style: none;
  margin: 0;
  padding: 0
}

#upload ul li {
  list-style: none;
  clear: both;
  margin: 0;
  position: relative;
  min-height: 18px;
  margin: 0;
  height: auto;
  background-color: #F1F2EA;
  padding: 1em;
  line-height: 1.33;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5)
}

#upload ul li:first-child {
  margin-top: 0.5em
}

#upload ul li p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 80%;
  font-weight: 400;
  margin-left: 4em
}

#upload ul li i {
  font-weight: 400;
  font-style: normal;
  display: block
}

#upload ul li canvas {
  float: left
}

#upload ul li small {
  display: block;
  font-size: 0.85em;
  font-weight: 400
}

#upload ul li span:before {
  content: "\f058";
  width: 1.4em;
  height: 1.4em;
  position: absolute;
  top: 0.5em;
  right: 0;
  cursor: pointer;
  font-family: Icons;
  font-size: 1.4em;
  color: #B2D280
}

#upload ul li span.ferror:before {
  content: "\f06a";
  color: #BF5A67
}

#upload ul li.working span:before {
  content: ""
}

#upload ul li.error p small {
  color: #BF5A67
}

#drop.hover {
  border: 5px dashed #2984AD
}

#drop.fade {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1
}

[contenteditable=true]:empty:before {
  content: attr(placeholder)
}

.editable {
  padding: 0.25em;
  background-color: #E9E9E1;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
  font-size: .95em
}

.editable.active {
  background-color: #FFC
}

.gm-style img {
  max-width: none !important;
  max-height: auto !important
}

.gm-style label {
  width: auto;
  display: inline !important
}

body {
  -webkit-transition: margin 0.3s ease, -webkit-transform 0.3s ease;
  transition: margin 0.3s ease, transform 0.3s ease
}

.wojo.sidebar {
  position: fixed;
  margin: 0;
  height: 100%;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-y: auto;
  overflow-y: auto;
  top: 0px;
  left: 0px;
  z-index: 999;
  -webkit-transition: margin-left 0.3s ease, margin-top 0.3s ease;
  transition: margin-left 0.3s ease, margin-top 0.3s ease
}

body.pushed.scrolling.wojo.dimmable {
  position: static
}

.wojo.right.slim.sidebar,
.wojo.right.thin.sidebar,
.wojo.right.sidebar,
.wojo.right.wide.sidebar,
.wojo.right.very.wide.sidebar {
  left: 100%;
  margin: 0px
}

.wojo.top.sidebar {
  width: 100%
}

.wojo.bottom.sidebar {
  width: 100%;
  top: 100%;
  margin: 0px
}

.wojo.active.sidebar {
  margin-left: 0px
}

.wojo.active.top.sidebar,
.wojo.active.bottom.sidebar {
  margin-top: 0px
}

.wojo.styled.sidebar {
  padding: 0;
  background-color: #F1F2EA;
  -webkit-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1)
}

.wojo.styled.sidebar .header {
  line-height: 0;
  background-color: #424343;
  text-align: center;
  height: 5em;
  position: fixed;
  width: 275px;
  z-index: 2
}

.wojo.styled.slim.sidebar {}

.wojo.styled.thin.sidebar {}

.wojo.floating.sidebar {
  -webkit-box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.2);
  margin-right: 4px
}

.wojo.right.floating.sidebar {
  -webkit-box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.2);
  margin-left: 4px
}

.wojo.top.floating.sidebar {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2)
}

.wojo.bottom.floating.sidebar {
  -webkit-box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.2)
}

.wojo.slim.sidebar {
  width: 60px;
  margin-left: -60px
}

.wojo.active.slim.sidebar {
  margin-left: 0px
}

.wojo.active.right.slim.sidebar {
  margin-left: -60px
}

.wojo.thin.sidebar {
  width: 150px;
  margin-left: -150px
}

.wojo.active.thin.sidebar {
  margin-left: 0px
}

.wojo.active.right.thin.sidebar {
  margin-left: -150px
}

.wojo.sidebar {
  width: 275px;
  margin-left: -275px
}

.wojo.active.sidebar {
  margin-left: 0px
}

.wojo.active.right.sidebar {
  margin-left: -275px
}

.wojo.wide.sidebar {
  width: 350px;
  margin-left: -350px
}

.wojo.active.wide.sidebar {
  margin-left: 0px
}

.wojo.active.right.wide.sidebar {
  margin-left: -350px
}

.wojo.very.wide.sidebar {
  width: 475px;
  margin-left: -475px
}

.wojo.active.very.wide.sidebar {
  margin-left: 0px
}

.wojo.active.right.very.wide.sidebar {
  margin-left: -475px
}

.wojo.top.sidebar {
  margin: -40px 0px 0px 0px
}

.wojo.top.sidebar,
.wojo.bottom.sidebar {
  height: 40px
}

.wojo.active.bottom.sidebar {
  margin-top: -40px
}

.wojo.sidebar.info.loading:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: #5795AF url(../images/loader-sidebar.gif) no-repeat 50% 50%;
  visibility: visible
}

.scrollbox {
  border: 1px solid rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  border-radius: 0.3125em;
  padding: .5em
}

.wojo.sidebar.info {
  background-color: #5795AF;
  color: #fff
}

.wojo.info.sidebar .header {
  background-color: #53ADCC;
  font-family: 'Raleway';
  font-weight: 600;
  font-size: 1.2rem;
  position: fixed;
  display: table;
  width: 350px;
  height: 4em;
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid #53ADCC
}

.wojo.info.sidebar .header>p,
.wojo.info.sidebar a.helper {
  display: table-cell;
  padding: .5em;
  vertical-align: middle
}

.wojo.info.sidebar a.helper {
  font-size: 2rem;
  color: #fff;
  text-align: right
}

.wojo.info.sidebar a.helper:hover {
  color: #266479
}

.roundchart {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 180px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center
}

.roundchart canvas {
  position: absolute;
  top: 0;
  left: 0
}

.percent {
  display: inline-block;
  line-height: 180px;
  z-index: 2;
  font-size: 2em;
  font-weight: 400;
  font-family: 'Raleway'
}

.percent:after {}

.scrolltrack {
  width: 6px;
  background: rgba(0, 0, 0, 0);
  margin-right: 2px;
  border-radius: 2px;
  -webkit-transition: background 250ms linear;
  transition: background 250ms linear
}

.scrolltrack:hover,
.scrolltrack.dragging {
  background: rgba(0, 0, 0, 0.15)
}

.scrollhandle {
  width: 4px;
  right: 0;
  background: #999;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 1px;
  -webkit-transition: width 250ms;
  transition: width 250ms
}

.scrolltrack:hover .scrollhandle,
.scrolltrack.dragging .scrollhandle {
  width: 6px
}

.accordion {}

.accordion .header {
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  color: #465866;
  clear: both;
  padding: 0.5em;
  position: relative;
  font-size: 0.889em;
  font-weight: 400;
  cursor: pointer
}

.accordion .header>i.icon {
  margin-right: .5em
}

.accordion .header.inactive:after,
.accordion .header.active:after {
  font-family: Icons;
  content: "\f067";
  position: absolute;
  right: .5em;
  top: .75em
}

.accordion .header.active:after {
  content: "\f068";
  color: #53BD99
}

.accordion .header.active {
  font-weight: 700;
  border-top: 2px solid #53BD99;
  background-color: #445C6A;
  color: #FFFFFF
}

.accordion .header.inactive {
  margin-bottom: .5em
}

.accordion .content {
  display: none;
  padding: 1em;
  background-color: #F2F2F2;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: .5em
}

.irs {
  position: relative;
  display: block
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden
}

.irs-diapason {
  position: absolute;
  display: block;
  left: 0;
  width: 100%
}

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1
}

.irs-slider.single {
  left: 10px
}

.irs-slider.single:before {
  position: absolute;
  display: block;
  content: "";
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
  background: rgba(0, 0, 0, 0.0)
}

.irs-slider.from {
  left: 100px
}

.irs-slider.from:after,
.irs-slider.to:after,
.irs-slider.single:before {
  position: absolute;
  display: block;
  font-size: 1em;
  font-weight: 900;
  top: .30em;
  left: .7em;
  width: .25em;
  height: 1.5em;
  content: "";
  background-color: #A6CB6E
}

.irs-slider.to {
  left: 300px
}

.irs-slider.last {
  z-index: 2
}

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default
}

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default
}

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px
}

.irs-with-grid .irs-grid {
  display: block
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000
}

.irs-grid-pol.small {
  height: 4px
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  color: #000
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0.0);
  z-index: 2
}

.irs-disabled {
  opacity: 0.4
}

.irs {
  height: 40px
}

.irs-with-grid {
  height: 60px
}

.irs-line {
  height: 10px;
  top: 25px;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 2px
}

.irs-diapason {
  height: 10px;
  top: 25px;
  background-color: #A6CB6E
}

.irs-slider {
  width: 22px;
  height: 22px;
  top: 17px
}

#irs-active-slider,
.irs-slider:hover {}

.irs-min,
.irs-max {
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px
}

.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
  background: #ccc
}

.irs-from,
.irs-to,
.irs-single {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px
}

.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
  background: #999
}

.irs-grid-pol {
  background: #99a4ac
}

.irs-grid-text {
  color: #99a4ac
}

.irs-disabled {}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}
