@charset "UTF-8";
.dropdown,
.no-scroll,
.slideDown,
.slideUp {
  overflow: hidden;
}
*,
pre code {
  background: 0 0;
}
.col,
audio,
img,
video {
  max-width: 100%;
}
.h6,
h6,
legend {
  text-transform: uppercase;
}
.alert a:hover,
.tabs a:hover {
  -moz-transition: all linear .2s;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes slideUp {
  to {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@keyframes slideUp {
  to {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.slideUp {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}
@-webkit-keyframes slideDown {
  from {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@keyframes slideDown {
  from {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.slideDown {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes pulse {
  from,
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  50% {
    -webkit-transform: scale3d(1.03,1.03,1.03);
    transform: scale3d(1.03,1.03,1.03);
  }
}
@keyframes pulse {
  from,
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  50% {
    -webkit-transform: scale3d(1.03,1.03,1.03);
    transform: scale3d(1.03,1.03,1.03);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-7px,0,0);
    transform: translate3d(-7px,0,0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(7px,0,0);
    transform: translate3d(7px,0,0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-7px,0,0);
    transform: translate3d(-7px,0,0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(7px,0,0);
    transform: translate3d(7px,0,0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes bounce {
  20%,
  53%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    -webkit-transform: translate3d(0,-15px,0);
    transform: translate3d(0,-15px,0);
  }
  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}
@keyframes bounce {
  20%,
  53%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    -webkit-transform: translate3d(0,-15px,0);
    transform: translate3d(0,-15px,0);
  }
  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotate {
  -webkit-animation-name: rotate;
  animation-name: rotate;
}
html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
a:active,
a:hover {
  outline: 0;
}
::-moz-focus-inner {
  border: 0;
  padding: 0;
}
img,
video {
  height: auto;
}
input[type=radio],
input[type=checkbox] {
  cursor: pointer;
  font-size: 110%;
  position: relative;
  margin-right: 3px;
  padding: 0;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
body {
  line-height: 24px;
  font-size: 16px;
  color: #333;
  background-color: #fff;
}
a {
  color: #255bbd;
}
a:hover {
  color: #f34248;
}
h1,
h1.title,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  text-rendering: optimizeLegibility;
  color: #000;
  margin-bottom: 12px;
}
code,
kbd,
mark,
pre,
samp {
  border-radius: 4px;
  color: rgba(0,0,0,0.85);
}
h1.title {
  font-size: 60px;
  line-height: 64px;
}
.h1,
h1 {
  font-size: 48px;
  line-height: 52px;
}
.h2,
h2 {
  font-size: 36px;
  line-height: 40px;
}
.h3,
h3 {
  font-size: 24px;
  line-height: 32px;
}
.h4,
.h5,
h4,
h5 {
  line-height: 24px;
}
.h4,
h4 {
  font-size: 18px;
}
.h5,
h5 {
  font-size: 16px;
}
.h6,
h6,
pre {
  line-height: 20px;
}
.h6,
h6 {
  font-size: 12px;
  letter-spacing: .05em;
}
blockquote+h2,
blockquote+h3,
blockquote+h4,
blockquote+h5,
blockquote+h6,
dl+h2,
dl+h3,
dl+h4,
dl+h5,
dl+h6,
figure+h2,
figure+h3,
figure+h4,
figure+h5,
figure+h6,
form+h2,
form+h3,
form+h4,
form+h5,
form+h6,
hr+h2,
hr+h3,
hr+h4,
hr+h5,
hr+h6,
ol+h2,
ol+h3,
ol+h4,
ol+h5,
ol+h6,
p+h2,
p+h3,
p+h4,
p+h5,
p+h6,
pre+h2,
pre+h3,
pre+h4,
pre+h5,
pre+h6,
table+h2,
table+h3,
table+h4,
table+h5,
table+h6,
ul+h2,
ul+h3,
ul+h4,
ul+h5,
ul+h6 {
  margin-top: 32px;
}
.subheading {
  margin-top: -8px;
  margin-bottom: 8px;
  font-weight: 300;
}
dl dt,
legend,
th {
  font-weight: 700;
}
ol,
ol ol,
ol ul,
ul,
ul ol,
ul ul {
  margin: 0 0 0 24px;
}
ol ol li {
  list-style-type: lower-alpha;
}
ol ol ol li {
  list-style-type: lower-roman;
}
nav ol,
nav ul {
  margin: 0;
  list-style: none;
}
hr,
table.bordered {
  margin-top: -1px;
}
dd {
  margin-left: 24px;
}
address,
blockquote,
dl,
fieldset,
figure,
form,
hr,
ol,
p,
pre,
table,
ul {
  margin-bottom: 16px;
}
hr {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
blockquote {
  padding-left: 24px;
  border-left: 2px solid rgba(0,0,0,0.125);
  font-style: italic;
  color: rgba(0,0,0,0.65);
}
code,
kbd,
pre,
samp,
var {
  font-family: Consolas, Monaco, "Courier New", monospace;
  font-size: 14px;
}
pre {
  background: #f8f8f8;
  padding: 20px;
  overflow: unset;
  white-space: pre-wrap;
}
.small,
cite,
figcaption,
small,
time {
  font-size: 12px;
  line-height: 16px;
}
legend,
sub,
sup {
  line-height: 0;
  position: relative;
}
cite {
  color: rgba(0,0,0,0.5);
}
figcaption {
  font-style: italic;
  padding-top: 4px;
  padding-bottom: 4px;
}
figure figcaption {
  position: relative;
  top: -4px;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted rgba(0,0,0,0.5);
  cursor: help;
}
code,
kbd,
mark,
samp {
  padding: 4px 8px 2px;
  display: inline-block;
  line-height: 1;
}
.row,
.row.equal .col {
  display: -ms-flexbox;
  display: -webkit-flex;
}
pre code {
  font-size: 100%;
  white-space: pre;
  padding: 0;
  line-height: 24px;
}
mark {
  background-color: #fed443;
}
code {
  background: #f4f4f4;
}
var {
  color: rgba(0,0,0,0.6);
  font-style: normal;
}
b,
strong {
  line-height: 1;
}
samp {
  color: #fff;
  background: #5a89df;
}
kbd {
  border: 1px solid rgba(0,0,0,0.1);
}
sub {
  bottom: -2px;
}
.row {
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2.12766%;
}
.row.centered {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.row.centered .col {
  padding-left: 1.06383%;
  padding-right: 1.06383%;
}
.row.right {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.row.bottom {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.row.around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.row.between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.row.equal .col {
  display: flex;
}
.row.equal .col>div {
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.row.splice {
  margin-left: 0;
}
.row.splice .col {
  padding-left: 0;
}
.col {
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-basis: 0;
  flex-basis: 0;
  padding-left: 2.12766%;
}
.col.first {
  order: -1;
}
.col.last {
  order: 1;
}
.pull-right {
  margin-left: auto;
}
.col-1 {
  flex-basis: 8.33333%;
  max-width: 8.33333%;
  width: 8.33333%;
}
.col-2 {
  flex-basis: 16.66667%;
  max-width: 16.66667%;
  width: 16.66667%;
}
.col-3 {
  flex-basis: 25%;
  max-width: 25%;
  width: 25%;
}
.col-4 {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
  width: 33.33333%;
}
.col-5 {
  flex-basis: 41.66667%;
  max-width: 41.66667%;
  width: 41.66667%;
}
.col-6 {
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
}
.col-7 {
  flex-basis: 58.33333%;
  max-width: 58.33333%;
  width: 58.33333%;
}
.col-8 {
  flex-basis: 66.66667%;
  max-width: 66.66667%;
  width: 66.66667%;
}
.col-9 {
  flex-basis: 75%;
  max-width: 75%;
  width: 75%;
}
.col-10 {
  flex-basis: 83.33333%;
  max-width: 83.33333%;
  width: 83.33333%;
}
.col-11 {
  flex-basis: 91.66667%;
  max-width: 91.66667%;
  width: 91.66667%;
}
.col-12,
table {
  max-width: 100%;
}
.col-12 {
  flex-basis: 100%;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
.row-layout {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.form .checkboxes-inline,
.form label,
select,
textarea {
  display: block;
}
.col-fluid {
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 100%;
}
@media (max-width: 768px) {
  .col.first-on-small {
    order: -1;
  }
  .col.last-on-small {
    order: 1;
  }
  .row-layout {
    display: block;
  }
  .col-fixed {
    -ms-flex: 1 !important;
    -webkit-flex: 1 !important;
    flex: 1 !important;
  }
  .row-layout>.col-fixed {
    order: 1;
  }
  .row-layout>.col-fluid {
    order: 2;
  }
  .pull-right,
  .row,
  [class*=" offset-"],
  [class^=offset-] {
    margin-left: 0;
  }
  .col:not(th):not(td),
  [class*=" col-"]:not(th):not(td),
  [class^=col-]:not(th):not(td) {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .col {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  empty-cells: show;
  font-size: 15px;
}
th {
  text-align: left;
  vertical-align: bottom;
}
td {
  vertical-align: top;
}
.button,
button,
label,
select:not([multiple]),
td.align-middle,
tr.align-middle td {
  vertical-align: middle;
}
td,
th {
  padding: 16px 16px 15px;
  border-bottom: 1px solid #eee;
}
td:first-child,
th:first-child {
  padding-left: 0;
}
td:last-child,
th:last-child {
  padding-right: 0;
}
tfoot td,
tfoot th {
  color: rgba(0,0,0,0.5);
}
table.bordered td,
table.bordered th {
  border: 1px solid #eee;
}
table.striped tr:nth-child(odd) td {
  background: #f4f4f4;
}
table.bordered td:first-child,
table.bordered th:first-child,
table.striped td:first-child,
table.striped th:first-child {
  padding-left: 16px;
}
table.bordered td:last-child,
table.bordered th:last-child,
table.striped td:last-child,
table.striped th:last-child {
  padding-right: 16px;
}
table.flat td,
table.flat th {
  border: none;
  padding: 0;
}
fieldset,
input,
select,
textarea {
  font-size: 14px;
}
input[type=number],
input[type=date],
input[type=tel],
input[type=url],
input[type=search] {
  height: 40px;
  padding: 8px 10px;
  vertical-align: middle;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
}
select,
textarea {
  width: 100%;
  line-height: 1.75;
  padding: 8px 10px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #dfdfdf;
}
select:not([multiple]) {
  cursor: pointer;
  height: 40px;
}
input[type=number],
input[type=date],
input[type=tel],
input[type=url],
input[type=search],
select:focus,
textarea:focus {
  outline: 0;
  background: #fff;
  border-color: #bbb;
}
input.disabled,
input:disabled,
select.disabled,
select:disabled,
textarea.disabled,
textarea:disabled {
  resize: none;
  opacity: .75;
  cursor: default;
  font-style: italic;
  color: rgba(0,0,0,0.5);
}
fieldset {
  padding: 39px 32px;
  margin-bottom: 24px;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 4px;
}
legend {
  font-size: 12px;
  padding: 0 1em;
  margin-left: -1em;
  top: 2px;
}
.form {
  margin-bottom: 0;
}
.form .form-item {
  margin-bottom: 24px;
}
.form input[type=number],
.form input[type=text],
.form input[type=date],
.form input[type=tel],
.form input[type=url],
.form input[type=password],
.form input[type=search],
.form input[type=email],
.form select,
.form textarea {
  display: block;
  width: 100%;
}
.form input.width-50,
.form select.width-50,
.form textarea.width-50 {
  width: 50%;
}
.form label {
  font-size: 14px;
  color: #111;
  font-weight: 400;
}
.form .checkboxes label,
.form label.checkbox {
  text-transform: none;
  font-weight: 400;
  cursor: pointer;
  color: inherit;
  font-size: 15px;
}
.form .checkboxes label {
  margin-bottom: 8px;
}
.form .checkboxes label:last-child {
  margin-bottom: 0;
}
.form .checkboxes-inline label {
  font-size: inherit;
  color: inherit;
  display: inline-block;
  margin-right: 16px;
  text-transform: none;
  font-weight: 400;
}
.form div.error,
.form div.success,
.form span.error,
.form span.success {
  text-transform: none;
  font-weight: 400;
  font-size: 12px;
}
.form span.error,
.form span.success {
  margin-left: .4rem;
}
.form-inline input[type=number],
.form-inline input[type=text],
.form-inline input[type=date],
.form-inline input[type=tel],
.form-inline input[type=url],
.form-inline input[type=password],
.form-inline input[type=search],
.form-inline input[type=email],
.form-inline select,
.form-inline textarea {
  width: auto;
  display: inline-block;
}
input.big,
select.big {
  font-size: 18px;
  height: 48px;
}
input.big {
  padding: 16px 10px;
}
select.big {
  padding: 6px 10px;
}
.desc {
  text-transform: none;
  margin-top: 4px;
  color: rgba(0,0,0,0.5);
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
.label,
.message .buttons a,
.upper {
  text-transform: uppercase;
}
ul.desc {
  margin-bottom: 8px;
}
span.desc {
  margin-left: 4px;
  line-height: 20px;
}
input.success,
select.success,
textarea.success {
  margin-top: -1px;
  background: 0 0;
  background-color: rgba(96,174,77,0.1);
  border: 1px solid #60ae4d;
}
.controls span {
  background-color: #eee;
  font-weight: 400;
}
.controls {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.controls input {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin-bottom: 0 !important;
}
.controls .button,
.controls span {
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.controls span {
  padding: 0 12px;
  color: #555;
  font-size: 12px;
  line-height: 40px;
  white-space: nowrap;
}
.controls .button {
  border-radius: 0 4px 4px 0;
}
@media (max-width: 768px) {
  .form input,
  .form select,
  .form textarea {
    font-size: 16px;
  }
  .form input.width-50,
  .form select.width-50,
  .form textarea.width-50 {
    width: 100%;
  }
}
.button.disabled,
.button:disabled {
  cursor: default;
  font-style: normal;
  opacity: .5;
}
.button.disabled:hover,
.button:disabled:hover {
  color: #000;
  box-shadow: none;
}
.button.outline {
  background: 0 0;
  font-weight: 400;
}
.button.outline:hover {
  color: rgba(0,0,0,0.6);
  border-color: rgba(0,0,0,0.2);
  box-shadow: none;
}
.dropdown,
.modal {
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
.button.outline,
.button.outline.disabled:hover,
.button.outline:disabled:hover {
  color: rgba(0,0,0,0.8);
  border-color: rgba(0,0,0,0.4);
}
.button.small {
  font-size: 12px;
  min-height: 32px;
  padding: 6px 20px;
}
.button.small.upper {
  font-size: 10px;
}
.button.big {
  font-size: 18px;
  min-height: 48px;
  padding: 14px 48px;
}
.button.big.upper {
  font-size: 13px;
}
.button.upper {
  font-size: 11px;
}
.button.primary {
  background: #3c74d9;
  color: #fff;
}
.button.primary:focus,
.button.primary:hover {
  color: rgba(255,255,255,0.6);
}
.button.primary:focus.disabled,
.button.primary:focus:disabled,
.button.primary:hover.disabled,
.button.primary:hover:disabled {
  color: #fff;
  background: #3c74d9;
}
.button.primary.outline:hover {
  color: rgba(60,116,217,0.6);
  border-color: rgba(60,116,217,0.4);
}
.button.primary.outline,
.button.primary.outline.disabled:hover,
.button.primary.outline:disabled:hover {
  color: #3c74d9;
  border-color: #3c74d9;
  background: 0 0;
}
.button.inverted {
  background: #fff;
  color: #000;
}
.button.inverted:focus,
.button.inverted:hover {
  color: rgba(0,0,0,0.6);
}
.button.inverted:focus.disabled,
.button.inverted:focus:disabled,
.button.inverted:hover.disabled,
.button.inverted:hover:disabled {
  color: #000;
  background: #fff;
}
.button.inverted.outline:hover {
  color: rgba(255,255,255,0.6);
  border-color: rgba(255,255,255,0.4);
}
.button.inverted.outline,
.button.inverted.outline.disabled:hover,
.button.inverted.outline:disabled:hover {
  color: #fff;
  border-color: #fff;
  background: 0 0;
}
.label,
.label a,
.label a:hover {
  color: #000;
  text-decoration: none;
}
.buttons.group {
  display: inline-block;
  vertical-align: bottom;
}
.caret,
.label {
  vertical-align: middle;
}
.buttons.group .button {
  float: left;
  margin-left: -1px;
  border-radius: 0;
}
.buttons.group .button:first-child {
  border-radius: 4px 0 0 4px;
}
.buttons.group .button:last-child {
  border-radius: 0 4px 4px 0;
}
.label {
  font-size: 10px;
  font-weight: 400;
  display: inline;
  line-height: 1;
  top: -1px;
  text-align: center;
  border-radius: 4px;
  position: relative;
  background: #f4f4f4;
  padding: 2px 8px;
  letter-spacing: .01em;
}
.alert,
.message {
  line-height: 20px;
  font-size: 14px;
}
.label.primary {
  background: #3c74d9;
}
.label.primary,
.label.primary a {
  color: #fff;
}
.label.primary.outline,
.label.primary.outline a,
.label.primary.tag,
.label.primary.tag a {
  color: #3c74d9;
}
.label.primary.outline {
  border-color: #3c74d9;
}
.label.primary.tag {
  background: 0 0;
}
.label.error {
  background: #f34248;
}
.label.error,
.label.error a {
  color: #fff;
}
.label.error.outline,
.label.error.outline a,
.label.error.tag,
.label.error.tag a {
  color: #f34248;
}
.label.error.outline {
  border-color: #f34248;
}
.label.error.tag {
  background: 0 0;
}
.label.success {
  background: #60ae4d;
}
.label.success,
.label.success a {
  color: #fff;
}
.label.success.outline,
.label.success.outline a,
.label.success.tag,
.label.success.tag a {
  color: #60ae4d;
}
.label.success.outline {
  border-color: #60ae4d;
}
.label.success.tag {
  background: 0 0;
}
.label.warning {
  background: #fed443;
}
.label.warning,
.label.warning a {
  color: #000;
}
.label.warning.outline,
.label.warning.outline a,
.label.warning.tag,
.label.warning.tag a {
  color: #fed443;
}
.label.warning.outline {
  border-color: #fed443;
}
.label.warning.tag {
  background: 0 0;
}
.label.inverted {
  background: #fff;
}
.label.inverted.tag,
.label.outline,
.label.tag {
  background: 0 0;
}
.label.inverted,
.label.inverted a {
  color: #000;
}
.label.inverted.outline,
.label.inverted.outline a,
.label.inverted.tag,
.label.inverted.tag a {
  color: #fff;
}
.label.inverted.outline {
  border-color: #fff;
}
.label.outline {
  padding: 1px 7px;
  border: 1px solid rgba(0,0,0,0.2);
}
.label.outline,
.label.outline a {
  color: rgba(0,0,0,0.65);
}
.badge {
  padding: 2px 6px;
  border-radius: 24px;
}
.badge.outline {
  padding: 1px 5px;
}
.label.tag {
  padding: 0;
  font-weight: 700;
  letter-spacing: .02em;
}
.alert,
.close {
  font-weight: 400;
}
.label.tag.primary,
.label.tag.primary a {
  color: #3c74d9;
}
.label.tag.error,
.label.tag.error a {
  color: #f34248;
}
.label.tag.success,
.label.tag.success a {
  color: #60ae4d;
}
.label.tag.warning,
.label.tag.warning a {
  color: #fed443;
}
.label.tag.inverted,
.label.tag.inverted a {
  color: #fff;
}
.alert,
.alert a {
  color: #000;
}
.button:hover .badge {
  opacity: .6;
}
h6 .label {
  top: -3px;
}
.alert {
  position: relative;
  padding: 15px 40px 15px 24px;
  background: #f4f4f4;
  border: 1px solid #dbdbdb;
  display: block;
  border-radius: 4px;
  margin-bottom: 24px;
}
.alert a,
.modal-header,
.pager.flat a {
  font-weight: 700;
}
.alert a:hover {
  transition: all linear .2s;
  color: rgba(0,0,0,0.6);
}
.alert h5 {
  margin-bottom: 4px;
}
.alert ol,
.alert p,
.alert ul,
.message ol,
.message ul {
  margin-bottom: 0;
}
.alert .close {
  position: absolute;
  top: 15px;
  right: 8px;
}
.alert.primary {
  color: #3c74d9;
  background-color: rgba(60,116,217,0.15);
  border: 1px solid rgba(60,116,217,0.15);
}
.alert.primary a,
.alert.primary h5 {
  color: #3c74d9;
}
.alert.primary a:hover {
  color: #000;
}
.alert.error,
.alert.error a,
.alert.error h5 {
  color: #f34248;
}
.alert.error {
  background-color: rgba(243,66,72,0.15);
  border: 1px solid rgba(243,66,72,0.15);
}
.alert.error a:hover {
  color: #000;
}
.alert.success {
  color: #60ae4d;
  background-color: rgba(96,174,77,0.15);
  border: 1px solid rgba(96,174,77,0.15);
}
.alert.success a,
.alert.success h5 {
  color: #60ae4d;
}
.alert.success a:hover {
  color: #000;
}
.alert.warning {
  color: #c09501;
  background-color: rgba(254,212,67,0.15);
  border: 1px solid rgba(254,212,67,0.5);
}
.alert.warning a,
.alert.warning h5 {
  color: #c09501;
}
.alert.warning a:hover {
  color: #000;
}
.message {
  display: none;
  position: fixed;
  border-radius: 4px;
  z-index: 500;
  top: 16px;
  right: 16px;
  width: 320px;
  padding: 16px 20px;
  color: rgba(0,0,0,0.9);
  background: #f4f4f4;
}
.dropdown,
.fixed {
  z-index: 100;
}
.message .close {
  position: absolute;
  top: 6px;
  right: 6px;
}
.message h1,
.message h2,
.message h3,
.message h4,
.message h5,
.message h6 {
  color: inherit;
}
.message.error,
.message.error a,
.message.primary,
.message.primary a,
.message.success,
.message.success a {
  color: rgba(255,255,255,0.9);
}
.breadcrumb,
.tabs {
  margin-bottom: 24px;
}
.message.line {
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: none;
  border-radius: 0;
  padding-right: 56px;
}
.message.line .close {
  top: 16px;
  right: 16px;
}
.message .buttons {
  margin-top: 16px;
}
.message .buttons a {
  display: inline-block;
  font-size: 12px;
  margin-right: 8px;
}
.message.line .buttons {
  margin-top: 0;
  display: inline-block;
}
.message.primary {
  background: #3c74d9;
}
.message.error {
  background: #f34248;
}
.message.success {
  background: #60ae4d;
}
.message.warning {
  background: #fed443;
}
.message.error a:hover,
.message.primary a:hover,
.message.success a:hover {
  color: rgba(255,255,255,0.7);
}
.tabs {
  font-size: 14px;
}
.tabs li em,
.tabs li.active a {
  color: #000;
  border: 1px solid rgba(0,0,0,0.1);
  cursor: default;
  text-decoration: none;
  background: 0 0;
}
.tabs a,
.tabs em {
  position: relative;
  top: 1px;
  font-style: normal;
  display: block;
  padding: 7px 24px;
  border: 1px solid transparent;
  color: rgba(0,0,0,0.5);
  text-decoration: none;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.tabs a:hover {
  transition: all linear .2s;
  color: #000;
  text-decoration: underline;
  background-color: #f2f2f2;
}
@media (min-width: 768px) {
  .tabs ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: -1px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }
  .tabs li em,
  .tabs li.active a {
    border-bottom: 1px solid #fff;
  }
}
.breadcrumb {
  font-size: 12px;
}
.breadcrumb ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.breadcrumb.centered ul {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.breadcrumb a,
.breadcrumb em {
  font-style: normal;
  padding: 0 10px;
  display: inline-block;
  white-space: nowrap;
}
.breadcrumb em {
  color: rgba(0,0,0,0.5);
}
.breadcrumb a {
  color: #000;
  text-decoration: none;
}
.breadcrumb a:hover {
  -moz-transition: all linear .2s;
  transition: all linear .2s;
  color: rgba(0,0,0,0.6);
  text-decoration: underline;
}
.breadcrumb li:after {
  display: inline-block;
  content: '/';
  color: rgba(0,0,0,0.4);
}
.breadcrumb li:last-child:after {
  display: none;
}
.breadcrumb li:first-child a,
.breadcrumb li:first-child em {
  padding-left: 0;
}
.breadcrumb li.active a,
.breadcrumb li.active em {
  text-decoration: none;
  cursor: text;
  color: rgba(0,0,0,0.4);
}
.pagination {
  margin: 24px 0;
  font-size: 14px;
}
.pagination ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.pagination.centered ul {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.pagination a,
.pagination em {
  display: inline-block;
  font-style: normal;
  padding: 8px 16px;
  line-height: 1;
  border-radius: 4px;
  white-space: nowrap;
  border: 1px solid transparent;
}
.pagination a {
  text-decoration: none;
  color: #000;
}
.pagination a:hover,
.pagination em,
.pagination li.active a {
  color: rgba(0,0,0,0.5);
  background: #f4f4f4;
}
.pagination em,
.pagination li.active a {
  cursor: text;
}
.black,
.dropdown,
.modal {
  color: #000;
}
.pagination.upper {
  font-size: 11px;
}
.pager a,
.pager em {
  border-radius: 24px;
  border-color: rgba(0,0,0,0.1);
}
.pager li {
  -webkit-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
}
.pager li.next {
  text-align: right;
}
.pager.centered li {
  -webkit-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
  margin-left: 4px;
  margin-right: 4px;
}
.pager.flat a,
.pager.flat em {
  border: none;
  display: block;
  padding: 0;
}
.pager.flat a:hover {
  background: 0 0;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .pager.flat ul {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .pager.flat li {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    margin-bottom: 8px;
    text-align: left;
  }
}
.dropdown {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 280px;
  font-size: 14px;
  background: #fff;
  border-radius: 8px;
  max-height: 300px;
  margin: 0;
  padding: 0;
}
.dropdown.dropdown-mobile,
.modal-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.dropdown.dropdown-mobile {
  width: 100%;
  max-height: none;
  border: none;
}
.dropdown .close {
  margin: 20px auto;
}
.dropdown.open {
  overflow: auto;
}
.dropdown ul {
  list-style: none;
  margin: 0;
}
.dropdown ul li {
  border-bottom: 1px solid rgba(0,0,0,0.07);
}
.dropdown ul li:last-child {
  border-bottom: none;
}
.dropdown ul a {
  display: block;
  padding: 8px 8px 7px;
  text-decoration: none;
  color: #000;
}
.dropdown ul a:hover {
  background: rgba(0,0,0,0.05);
}
.modal-box {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 200;
}
.modal {
  position: relative;
  margin: 16px auto auto;
  padding: 0;
  background: #fff;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .modal input[type=text],
  .modal input[type=url],
  .modal input[type=password],
  .modal input[type=email],
  .modal textarea {
    font-size: 16px;
  }
}
.modal-header {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  padding: 24px 32px;
  font-size: 18px;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.modal-header:empty {
  display: none;
}
.modal-body {
  padding: 36px 56px;
}
.modal .close {
  line-height: 32.4px;
  height: 36px;
  width: 36px;
  font-size: 36px;
  position: absolute;
  top: 18px;
  right: 16px;
  opacity: .3;
}
.modal .close:hover {
  opacity: 1;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
.end {
  margin-bottom: 0 !important;
}
.centered {
  margin-left: auto;
  margin-right: auto;
}
.float-right {
  float: right;
}
@media (max-width: 768px) {
  .modal-body,
  .modal-header {
    padding: 24px;
  }
  .float-right {
    float: none;
  }
}
.float-left {
  float: left;
}
.text-right {
  text-align: right;
}
.close,
.text-center,
.text-centered {
  text-align: center;
}
.hide {
  display: none;
}
.show-on-small {
  display: none !important;
}
@media (max-width: 768px) {
  .float-left {
    float: none;
  }
  .hide-on-small {
    display: none !important;
  }
  .show-on-small {
    display: block !important;
  }
}
@media print {
  .hide-on-print {
    display: none !important;
  }
  .show-on-print {
    display: block !important;
  }
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.muted {
  color: rgba(0,0,0,0.5) !important;
}
.soft-muted {
  color: rgba(0,0,0,0.7) !important;
}
a.muted:hover,
a.soft-muted:hover {
  color: #000 !important;
}
.error {
  color: #f34248;
}
.success {
  color: #60ae4d;
}
.upper {
  letter-spacing: .08em;
}
.normal {
  font-weight: 400 !important;
}
.light {
  font-weight: 300 !important;
}
.italic {
  font-style: italic !important;
}
.bold {
  font-weight: 700 !important;
}
.highlight {
  background-color: rgba(60,116,217,0.075);
}
.round {
  border-radius: 56px;
}
input.round {
  border-radius: 24px;
}
.nowrap,
.nowrap td {
  white-space: nowrap;
}
.req {
  font-weight: 700;
  color: #f34248;
  font-size: 1.1em;
  text-transform: none;
}
.close {
  display: inline-block;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  opacity: .5;
  border: none;
  line-height: 25.2px;
  height: 28px;
  width: 28px;
  font-size: 28px;
}
.close:before {
  content: '\00D7';
}
.close:hover {
  opacity: 1;
  text-decoration: none !important;
}
.button:hover .caret,
button:hover .menu-icon,
button:hover .search-icon {
  opacity: .6;
}
.close.inverted {
  color: #fff;
}
.close.small {
  line-height: 18px;
  height: 20px;
  width: 20px;
  font-size: 20px;
}
.close.big {
  line-height: 32.4px;
  height: 36px;
  width: 36px;
  font-size: 36px;
}
@media (min-width: 768px) {
  .fullwidth {
    -ms-flex: auto;
    -webkit-flex: auto;
    flex: auto;
  }
  .fullwidth ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .fullwidth li {
    -ms-flex: auto;
    -webkit-flex: auto;
    flex: auto;
    text-align: center;
  }
  .fullwidth li a,
  .fullwidth li em {
    display: block;
  }
}
.width-100 {
  width: 100%;
}
.width-50 {
  width: 50%;
}
@media (max-width: 768px) {
  .width-50 {
    width: 100% !important;
  }
}
.fixed,
.no-scroll {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.no-scroll {
  height: 100% !important;
}
.overlay {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.9);
}
.scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.menu-icon,
.search-icon {
  font-family: Arial, Helvetica, sans-serif;
  width: 16px;
  line-height: 1;
  font-style: normal;
  display: inline-block;
}
.search-icon {
  font-size: 18px;
  color: #000;
  position: relative;
  top: -1px;
  font-weight: 700;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.search-icon:before {
  content: "\26B2";
}
.search-icon.inverted {
  color: #fff;
}
button .search-icon {
  top: 0;
}
.menu-icon {
  font-size: 15px;
  color: #000;
  font-weight: 400;
}
.menu-icon:before {
  content: "\2630";
}
.menu-icon.inverted {
  color: #fff;
}
.caret {
  position: relative;
  display: inline-block;
  height: 0;
  width: 0;
  margin-left: 2px;
}
.caret:before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.caret.down:before {
  border-top: 4px solid #000;
}
.caret.up:before {
  border-bottom: 4px solid #000;
}
.caret.down.inverted:before {
  border-top-color: #fff;
}
.caret.up.inverted:before {
  border-bottom-color: #fff;
}
.offcanvas {
  background: #fff;
  position: fixed;
  padding: 24px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 300;
  overflow-y: scroll;
}
.offcanvas .close {
  position: absolute;
  top: 8px;
  right: 8px;
}
.offcanvas-left {
  border-right: 1px solid rgba(0,0,0,0.1);
}
.offcanvas-right {
  left: auto;
  right: 0;
  border-left: 1px solid rgba(0,0,0,0.1);
}
.offcanvas-push-body {
  position: relative;
}
@media print {
  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid;
  }
  * {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  blockquote,
  pre {
    border: 1px solid #999;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  thead {
    display: table-header-group;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  h4 {
    page-break-after: avoid;
  }
  @page {
    margin: .5cm;
  }
}
.accordion {
  background: #FFFFFF;
  border: 2px solid #e3e3e3;
}
.accordion.radius {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.accordion .item .trigger {
  padding: 10px 20px;
  cursor: pointer;
  border-bottom: 2px solid #e3e3e3;
  background-color: #f2f2f2;
  font-weight: 500;
  color: #2e5fbf;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.accordion .item .trigger:hover {
  color: #5e91c8;
  background-color: #f5f5f5;
}
.accordion .item .trigger.no-border {
  border-bottom: 0 !important;
}
.accordion .item .content {
  overflow: hidden;
  display: none;
  padding: 20px;
  border-bottom: 2px solid #e3e3e3;
}
.accordion .item .content .animated {
  animation-duration: 500ms;
}
.accordion .item.item-active .content {
  display: block;
}
.accordion .item.item-active .trigger {
  color: #5e91c8;
  background-color: #f5f5f5;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
    animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755,0.05,0.855,0.06);
    animation-timing-function: cubic-bezier(0.755,0.05,0.855,0.06);
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755,0.05,0.855,0.06);
    animation-timing-function: cubic-bezier(0.755,0.05,0.855,0.06);
    -webkit-transform: translate3d(0,-15px,0);
    transform: translate3d(0,-15px,0);
  }
  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
    animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755,0.05,0.855,0.06);
    animation-timing-function: cubic-bezier(0.755,0.05,0.855,0.06);
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755,0.05,0.855,0.06);
    animation-timing-function: cubic-bezier(0.755,0.05,0.855,0.06);
    -webkit-transform: translate3d(0,-15px,0);
    transform: translate3d(0,-15px,0);
  }
  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  50% {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05);
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  50% {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05);
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  30% {
    -webkit-transform: scale3d(1.25,0.75,1);
    transform: scale3d(1.25,0.75,1);
  }
  40% {
    -webkit-transform: scale3d(0.75,1.25,1);
    transform: scale3d(0.75,1.25,1);
  }
  50% {
    -webkit-transform: scale3d(1.15,0.85,1);
    transform: scale3d(1.15,0.85,1);
  }
  65% {
    -webkit-transform: scale3d(0.95,1.05,1);
    transform: scale3d(0.95,1.05,1);
  }
  75% {
    -webkit-transform: scale3d(1.05,0.95,1);
    transform: scale3d(1.05,0.95,1);
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  30% {
    -webkit-transform: scale3d(1.25,0.75,1);
    transform: scale3d(1.25,0.75,1);
  }
  40% {
    -webkit-transform: scale3d(0.75,1.25,1);
    transform: scale3d(0.75,1.25,1);
  }
  50% {
    -webkit-transform: scale3d(1.15,0.85,1);
    transform: scale3d(1.15,0.85,1);
  }
  65% {
    -webkit-transform: scale3d(0.95,1.05,1);
    transform: scale3d(0.95,1.05,1);
  }
  75% {
    -webkit-transform: scale3d(1.05,0.95,1);
    transform: scale3d(1.05,0.95,1);
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0,0,1,15deg);
    transform: rotate3d(0,0,1,15deg);
  }
  40% {
    -webkit-transform: rotate3d(0,0,1,-10deg);
    transform: rotate3d(0,0,1,-10deg);
  }
  60% {
    -webkit-transform: rotate3d(0,0,1,5deg);
    transform: rotate3d(0,0,1,5deg);
  }
  80% {
    -webkit-transform: rotate3d(0,0,1,-5deg);
    transform: rotate3d(0,0,1,-5deg);
  }
  to {
    -webkit-transform: rotate3d(0,0,1,0deg);
    transform: rotate3d(0,0,1,0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0,0,1,15deg);
    transform: rotate3d(0,0,1,15deg);
  }
  40% {
    -webkit-transform: rotate3d(0,0,1,-10deg);
    transform: rotate3d(0,0,1,-10deg);
  }
  60% {
    -webkit-transform: rotate3d(0,0,1,5deg);
    transform: rotate3d(0,0,1,5deg);
  }
  80% {
    -webkit-transform: rotate3d(0,0,1,-5deg);
    transform: rotate3d(0,0,1,-5deg);
  }
  to {
    -webkit-transform: rotate3d(0,0,1,0deg);
    transform: rotate3d(0,0,1,0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9,0.9,0.9) rotate3d(0,0,1,-3deg);
    transform: scale3d(0.9,0.9,0.9) rotate3d(0,0,1,-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9,0.9,0.9) rotate3d(0,0,1,-3deg);
    transform: scale3d(0.9,0.9,0.9) rotate3d(0,0,1,-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  15% {
    -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
    transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
    transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
    transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
    transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
    transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  15% {
    -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
    transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
    transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
    transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
    transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
    transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
    animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3,0.3,0.3);
    transform: scale3d(0.3,0.3,0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9,0.9,0.9);
    transform: scale3d(0.9,0.9,0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03,1.03,1.03);
    transform: scale3d(1.03,1.03,1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97,0.97,0.97);
    transform: scale3d(0.97,0.97,0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
    animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3,0.3,0.3);
    transform: scale3d(0.3,0.3,0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9,0.9,0.9);
    transform: scale3d(0.9,0.9,0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03,1.03,1.03);
    transform: scale3d(1.03,1.03,1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97,0.97,0.97);
    transform: scale3d(0.97,0.97,0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
    animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-3000px,0);
    transform: translate3d(0,-3000px,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,25px,0);
    transform: translate3d(0,25px,0);
  }
  75% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }
  90% {
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0);
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
    animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-3000px,0);
    transform: translate3d(0,-3000px,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,25px,0);
    transform: translate3d(0,25px,0);
  }
  75% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }
  90% {
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0);
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
    animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px,0,0);
    transform: translate3d(-3000px,0,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px,0,0);
    transform: translate3d(25px,0,0);
  }
  75% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }
  90% {
    -webkit-transform: translate3d(5px,0,0);
    transform: translate3d(5px,0,0);
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
    animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px,0,0);
    transform: translate3d(-3000px,0,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px,0,0);
    transform: translate3d(25px,0,0);
  }
  75% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }
  90% {
    -webkit-transform: translate3d(5px,0,0);
    transform: translate3d(5px,0,0);
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
    animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px,0,0);
    transform: translate3d(3000px,0,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px,0,0);
    transform: translate3d(-25px,0,0);
  }
  75% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
  90% {
    -webkit-transform: translate3d(-5px,0,0);
    transform: translate3d(-5px,0,0);
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
    animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px,0,0);
    transform: translate3d(3000px,0,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px,0,0);
    transform: translate3d(-25px,0,0);
  }
  75% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
  90% {
    -webkit-transform: translate3d(-5px,0,0);
    transform: translate3d(-5px,0,0);
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
    animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,3000px,0);
    transform: translate3d(0,3000px,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
  }
  75% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
  }
  90% {
    -webkit-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0);
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
    animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,3000px,0);
    transform: translate3d(0,3000px,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
  }
  75% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
  }
  90% {
    -webkit-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0);
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9,0.9,0.9);
    transform: scale3d(0.9,0.9,0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3,0.3,0.3);
    transform: scale3d(0.3,0.3,0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9,0.9,0.9);
    transform: scale3d(0.9,0.9,0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3,0.3,0.3);
    transform: scale3d(0.3,0.3,0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px,0,0);
    transform: translate3d(20px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px,0,0);
    transform: translate3d(20px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -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(0.95,0.95,0.95);
    transform: perspective(400px) scale3d(0.95,0.95,0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -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(0.95,0.95,0.95);
    transform: perspective(400px) scale3d(0.95,0.95,0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -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 {
  from {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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);
  }
  to {
    -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 {
  from {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
    transform: perspective(400px) rotate3d(1,0,0,-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
    transform: perspective(400px) rotate3d(1,0,0,-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
    transform: perspective(400px) rotate3d(0,1,0,-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
    transform: perspective(400px) rotate3d(0,1,0,-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
    transform: translate3d(100%,0,0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
    transform: translate3d(100%,0,0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%,0,0) skewX(30deg);
    transform: translate3d(100%,0,0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%,0,0) skewX(30deg);
    transform: translate3d(100%,0,0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0,0,1,-200deg);
    transform: rotate3d(0,0,1,-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0,0,1,-200deg);
    transform: rotate3d(0,0,1,-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,-90deg);
    transform: rotate3d(0,0,1,-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,-90deg);
    transform: rotate3d(0,0,1,-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0,0,1,200deg);
    transform: rotate3d(0,0,1,200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0,0,1,200deg);
    transform: rotate3d(0,0,1,200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,90deg);
    transform: rotate3d(0,0,1,90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,90deg);
    transform: rotate3d(0,0,1,90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0,0,1,80deg);
    transform: rotate3d(0,0,1,80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0,0,1,60deg);
    transform: rotate3d(0,0,1,60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0,700px,0);
    transform: translate3d(0,700px,0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0,0,1,80deg);
    transform: rotate3d(0,0,1,80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0,0,1,60deg);
    transform: rotate3d(0,0,1,60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0,700px,0);
    transform: translate3d(0,700px,0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
    transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
    transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
    transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
    transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3,0.3,0.3);
    transform: scale3d(0.3,0.3,0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3,0.3,0.3);
    transform: scale3d(0.3,0.3,0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1,0.1,0.1) translate3d(0,-1000px,0);
    transform: scale3d(0.1,0.1,0.1) translate3d(0,-1000px,0);
    -webkit-animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
    animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475,0.475,0.475) translate3d(0,60px,0);
    transform: scale3d(0.475,0.475,0.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.32,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.32,1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1,0.1,0.1) translate3d(0,-1000px,0);
    transform: scale3d(0.1,0.1,0.1) translate3d(0,-1000px,0);
    -webkit-animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
    animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475,0.475,0.475) translate3d(0,60px,0);
    transform: scale3d(0.475,0.475,0.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.32,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.32,1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1,0.1,0.1) translate3d(-1000px,0,0);
    transform: scale3d(0.1,0.1,0.1) translate3d(-1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
    animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475,0.475,0.475) translate3d(10px,0,0);
    transform: scale3d(0.475,0.475,0.475) translate3d(10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.32,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.32,1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1,0.1,0.1) translate3d(-1000px,0,0);
    transform: scale3d(0.1,0.1,0.1) translate3d(-1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
    animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475,0.475,0.475) translate3d(10px,0,0);
    transform: scale3d(0.475,0.475,0.475) translate3d(10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.32,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.32,1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1,0.1,0.1) translate3d(1000px,0,0);
    transform: scale3d(0.1,0.1,0.1) translate3d(1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
    animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475,0.475,0.475) translate3d(-10px,0,0);
    transform: scale3d(0.475,0.475,0.475) translate3d(-10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.32,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.32,1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1,0.1,0.1) translate3d(1000px,0,0);
    transform: scale3d(0.1,0.1,0.1) translate3d(1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
    animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475,0.475,0.475) translate3d(-10px,0,0);
    transform: scale3d(0.475,0.475,0.475) translate3d(-10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.32,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.32,1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1,0.1,0.1) translate3d(0,1000px,0);
    transform: scale3d(0.1,0.1,0.1) translate3d(0,1000px,0);
    -webkit-animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
    animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475,0.475,0.475) translate3d(0,-60px,0);
    transform: scale3d(0.475,0.475,0.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.32,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.32,1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1,0.1,0.1) translate3d(0,1000px,0);
    transform: scale3d(0.1,0.1,0.1) translate3d(0,1000px,0);
    -webkit-animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
    animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475,0.475,0.475) translate3d(0,-60px,0);
    transform: scale3d(0.475,0.475,0.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.32,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.32,1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3,0.3,0.3);
    transform: scale3d(0.3,0.3,0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3,0.3,0.3);
    transform: scale3d(0.3,0.3,0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475,0.475,0.475) translate3d(0,-60px,0);
    transform: scale3d(0.475,0.475,0.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
    animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1,0.1,0.1) translate3d(0,2000px,0);
    transform: scale3d(0.1,0.1,0.1) translate3d(0,2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.32,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.32,1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475,0.475,0.475) translate3d(0,-60px,0);
    transform: scale3d(0.475,0.475,0.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
    animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1,0.1,0.1) translate3d(0,2000px,0);
    transform: scale3d(0.1,0.1,0.1) translate3d(0,2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.32,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.32,1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475,0.475,0.475) translate3d(42px,0,0);
    transform: scale3d(0.475,0.475,0.475) translate3d(42px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px,0,0);
    transform: scale(0.1) translate3d(-2000px,0,0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475,0.475,0.475) translate3d(42px,0,0);
    transform: scale3d(0.475,0.475,0.475) translate3d(42px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px,0,0);
    transform: scale(0.1) translate3d(-2000px,0,0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475,0.475,0.475) translate3d(-42px,0,0);
    transform: scale3d(0.475,0.475,0.475) translate3d(-42px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px,0,0);
    transform: scale(0.1) translate3d(2000px,0,0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475,0.475,0.475) translate3d(-42px,0,0);
    transform: scale3d(0.475,0.475,0.475) translate3d(-42px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px,0,0);
    transform: scale(0.1) translate3d(2000px,0,0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475,0.475,0.475) translate3d(0,60px,0);
    transform: scale3d(0.475,0.475,0.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
    animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1,0.1,0.1) translate3d(0,-2000px,0);
    transform: scale3d(0.1,0.1,0.1) translate3d(0,-2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.32,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.32,1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475,0.475,0.475) translate3d(0,60px,0);
    transform: scale3d(0.475,0.475,0.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
    animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1,0.1,0.1) translate3d(0,-2000px,0);
    transform: scale3d(0.1,0.1,0.1) translate3d(0,-2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.32,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.32,1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.card-floating {
  position: fixed;
  top: 0;
  right: -120%;
  bottom: 0;
  max-width: 650px;
  width: 100%;
  background: #FFFFFF;
  z-index: 1120;
  box-shadow: 0 0 19px rgba(0,0,0,0.5);
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.card-floating.open {
  right: 0;
}
.card-floating .close-element {
  cursor: pointer;
  margin-top: 12px;
}
.card-floating .close-element:hover {
  color: #c0392b;
}
.card-pop {
  max-width: 500px;
  min-height: 360px;
  max-height: 900px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 100%;
  background: #FFFFFF;
  z-index: 1120;
  top: -700px;
  box-shadow: 0 0 8px rgba(0,0,0,0.3);
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.card-pop.open {
  top: 100px;
}
.card-pop .close-element {
  cursor: pointer;
  margin-top: 12px;
}
.card-pop .close-element:hover {
  color: #c0392b;
}
#case .file-link {
  display: block;
  color: #2e5fbf;
  font-weight: 500;
  text-decoration: none;
}
#case .file-link span {
  display: block;
  font-weight: 300;
  color: #b9b9b9;
}
#consentMessage {
  background-color: #f8f9fb;
  width: 100%;
  color: #FFFFFF;
  border-bottom: 3px solid #2a4065;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 40px;
  z-index: 999999;
  position: absolute;
}
#consentMessage.slide-top {
  margin-top: -800px;
  -webkit-transition: all 650ms ease-out;
  -moz-transition: all 650ms ease-out;
  -o-transition: all 650ms ease-out;
  transition: all 650ms ease-out;
}
#consentMessage.slide-bottom {
  margin-top: 0px;
  -webkit-transition: all 650ms ease-out;
  -moz-transition: all 650ms ease-out;
  -o-transition: all 650ms ease-out;
  transition: all 650ms ease-out;
}
#consentMessage .zw-cookie-content {
  max-width: 1340px;
  margin: 0 auto;
}
#consentMessage .zw-cookie-content h2 {
  font-weight: 300;
  font-size: 27px;
  color: #313131;
}
#consentMessage .zw-cookie-content p {
  font-size: 16px;
  line-height: 26px;
  color: #313131;
}
#consentMessage .zw-cookie-content a.secondary-url {
  display: block;
  color: #2e5fbf;
  font-weight: 500;
  text-decoration: none;
}
#consentMessage .zw-cookie-content .cookie-behaviour-information {
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
#consentMessage .zw-cookie-content .cookie-check {
  float: left;
  display: block;
  cursor: pointer;
  color: #696969;
  text-decoration: none;
}
#consentMessage .zw-cookie-content .cookie-check .this-check {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  background: #f2f2f2;
  color: #949494;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
#consentMessage .zw-cookie-content .cookie-check:hover .this-check {
  background-color: #e5e5e5;
}
.basic-check {
  float: left;
  display: block;
  cursor: pointer;
  color: #696969;
  text-decoration: none;
}
.basic-check .this-check {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  background: #f2f2f2;
  color: #949494;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.basic-check:hover .this-check {
  background-color: #e5e5e5;
}
.drag-box {
  border: 2px dashed #e3e3e3;
  border-radius: 5px;
  height: 200px;
  text-align: center;
  display: table;
  width: 100%;
}
.drag-box span {
  color: #e3e3e3;
  font-style: italic;
  display: table-cell;
  vertical-align: middle;
}
footer {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  background: #ffffff;
  padding: 10px 20px;
  z-index: 0;
}
footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  float: left;
  margin: 0;
  padding: 0;
}
footer ul li a {
  display: block;
  color: #2b3f67;
  padding: 10px 15px;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
}
footer ul li a:hover {
  color: #4b6bae;
}
footer .holder {
  float: right;
  padding: 10px 0;
  color: #2b3f67;
}
footer .holder a {
  text-decoration: none;
  font-weight: 500;
  color: #2b3f67;
}
footer .holder a:hover {
  color: #727272;
}
@media screen and (max-width: 769px) {
  footer {
    position: relative;
    margin-top: 40px;
    right: 0;
    left: 0;
  }
  footer ul li {
    float: none;
  }
  footer ul li a {
    padding-left: 0;
  }
  footer .holder {
    float: none;
  }
}
label {
  display: block;
  font-size: 17px;
  line-height: 17px;
  color: #4c4c4c;
}
label.space {
  margin-bottom: 10px;
}
.input-container {
  position: relative;
}
.input-container .input-content-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  line-height: 100%;
}
.input-container .input-content-right >a {
  text-decoration: none;
  line-height: 50px;
  height: 50px;
  display: block;
  padding-right: 15px;
  font-size: 13px;
  color: #1b1b1b;
}
.input-container .input-content-right >a .fa,
.input-container .input-content-right >a svg {
  margin-right: 8px;
  margin-bottom: -2px;
  font-size: 15px;
  line-height: 15px;
}
.input-container .input-content-right >span {
  line-height: 50px;
  height: 50px;
  display: block;
  padding-right: 15px;
  font-size: 14px;
}
input[type=text],
input[type=mail],
input[type=password],
input[type=tel],
input[type=number] {
  width: 100%;
  display: block;
  height: 50px;
  background: #f2f2f2;
  border: 0;
  margin-bottom: 15px;
  margin-top: 15px;
  line-height: 46px;
  font-size: 13px;
  color: #1b1b1b;
  padding: 0 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
input[type=text]:hover,
input[type=mail]:hover,
input[type=password]:hover,
input[type=tel]:hover,
input[type=number]:hover {
  border-color: #c8c8c8;
}
input[type=text]:disabled,
input[type=mail]:disabled,
input[type=password]:disabled,
input[type=tel]:disabled,
input[type=number]:disabled {
  font-style: normal;
  background-color: #ebebeb;
}
select {
  height: 50px !important;
  line-height: 50px;
  padding: 0 20px;
  background: #f2f2f2;
  border: 0;
  color: #1b1b1b;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden !important;
  margin-bottom: 15px;
  margin-top: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
select:focus {
  background: #f2f2f2;
}
textarea {
  font-family: 'Product Sans', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 17px;
  background: #f2f2f2;
  color: #1b1b1b;
  border: 0;
  margin: 15px 0;
  padding: 11px 15px;
  min-height: 150px;
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
textarea:hover,
textarea:focus {
  background: #f2f2f2;
  color: #1b1b1b;
  box-shadow: 0 1px 3px 0 #cfd7df;
}
.btn-link {
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
}
.input-prepend {
  display: flex;
  margin: 15px 0;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}
.input-prepend span {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: normal;
  white-space: nowrap;
  background-color: #f2f2f2;
  color: #a5a3a6;
  height: 50px;
  padding: 0 15px;
  font-size: 14px;
}
.input-prepend input {
  margin: 0;
  padding-left: 0;
  box-shadow: none;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-prepend input:focus,
.input-prepend input:hover {
  box-shadow: none;
}
.input-prepend:hover {
  box-shadow: 0 1px 3px 0 #cfd7df;
}
.tagify {
  margin: 15px 0;
  background: #f2f2f2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 0 !important;
  min-height: 50px;
  padding: 7px !important;
}
.tagify tag >div {
  padding: 2px 25px 2px .5em !important;
  font-size: 14px;
}
.tagify tag >div:before {
  -webkit-box-shadow: 0 0 0 16px #dadada inset !important;
  box-shadow: 0 0 0 16px #dadada inset !important;
}
.tagify tag x {
  right: 6px !important;
}
.tagify .tagify__input {
  margin: 5px 0 0;
  padding: 0 10px;
  height: 27px;
  line-height: 27px;
}
.current-language-img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.main-panel-container {
  background: none;
  box-shadow: none;
  width: auto !important;
  max-width: none !important;
  margin-left: 95px;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
#wrapcontent {
  padding: 0;
  position: relative;
}
#wrapcontent .dashboard-template {
  padding: 30px;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background: #181818;
  width: 95px;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  z-index: 999;
  padding: 0;
  overflow: hidden;
  border: 0 !important;
}
header .logo {
  padding-top: 32px;
  display: block;
  float: none;
  padding-left: 30.4px;
}
header .logo img {
  width: 35px;
  height: 35px;
  margin: 0;
}
header .text-brand {
  padding-top: 37px;
  display: none;
  float: none;
  padding-left: 29.6px;
}
header .text-brand img {
  width: 135px;
  margin: 0;
}
header ul {
  float: none;
  margin: 0;
  padding: 0;
}
header ul li {
  float: none !important;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header ul li a {
  display: block;
  font-size: 25px;
  color: #4f4f4f;
  padding: 15px 0 15px 27px !important;
  overflow: hidden;
  height: 57px;
  width: 300px;
}
header ul li a u {
  display: block;
  float: left;
  width: 40px;
  text-align: center;
  vertical-align: middle;
}
header ul li a u svg,
header ul li a u i {
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
header ul li a span {
  display: block;
  float: left;
  font-size: 17px;
  vertical-align: middle;
  font-weight: 300;
  margin-left: 12px;
  opacity: 0;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
header ul li a:hover {
  color: #FFFFFF;
}
header ul li.active a {
  color: #FFFFFF;
}
header .user-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 20px;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
header .user-bottom a.account {
  text-align: center;
  text-decoration: none;
  margin: 11px 0;
  display: block;
  width: 200px;
  height: 40px;
  padding: 0 0 0 25px;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
header .user-bottom a.account img {
  width: 40px;
  display: block;
  margin: 0 auto;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  float: left;
}
header .user-bottom a.account div {
  display: block;
  float: left;
  height: 40px;
  color: #4f4f4f;
  margin-left: 15px;
  opacity: 0;
  text-align: left;
}
header .user-bottom a.account div span {
  font-size: 17px;
  font-weight: 300;
  display: block;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
header .user-bottom a.account div small {
  display: block;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
header .user-bottom a.account:hover div {
  color: #FFFFFF;
}
body.dashboard-menu-opened .main-panel-container {
  margin-left: 200px;
}
body.dashboard-menu-opened .text-brand {
  display: block;
}
body.dashboard-menu-opened .logo {
  display: none;
}
body.dashboard-menu-opened header {
  width: 200px;
}
body.dashboard-menu-opened header ul li a {
  text-align: left;
}
body.dashboard-menu-opened header ul li a span {
  opacity: 1;
}
body.dashboard-menu-opened header .user-bottom div {
  opacity: 1;
}
body.dashboard-menu-opened header .toggle-menu .fa-angle-right {
  display: none;
}
body.dashboard-menu-opened header .toggle-menu .fa-angle-left {
  display: inline-block;
}
.toggle-menu .fa-angle-left {
  display: none;
}
#logo-container {
  height: 95px;
  background-color: #2b3f67;
  margin-bottom: 30px;
  position: relative;
  top: 0;
}
#bar {
  height: 95px;
  background-color: #f1ebeb;
}
#bar .user-box {
  background-color: #dddcdc;
  position: absolute;
  height: 95px;
  float: right;
  right: 0;
  color: #4f4f4f;
}
#bar .user-box:hover {
  background-color: #d5d5d5;
}
#bar .user-box a.account {
  text-align: center;
  text-decoration: none;
  margin: 26px 0;
  display: block;
  width: 200px;
  height: 40px;
  padding: 0 0 0 25px;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
#bar .user-box a.account img {
  width: 40px;
  display: block;
  margin: 0 auto;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  float: left;
}
#bar .user-box a.account div {
  display: block;
  float: left;
  height: 40px;
  color: #4f4f4f;
  margin-left: 15px;
  margin-top: 9px;
  text-align: left;
}
#bar .user-box a.account div:hover {
  color: #4f4f4f !important;
}
#bar .user-box a.account div span {
  font-size: 17px;
  font-weight: 300;
  display: block;
}
#bar .user-box a.account:hover div {
  color: #FFFFFF;
}
.header-block-make-place {
  padding-left: 340px !important;
  max-width: 1340px !important;
}
.header-sub-menu {
  position: absolute;
  background: #f0f2f5;
  width: 300px;
  top: 0;
  bottom: 0;
  z-index: 999;
  padding: 45px 15px 0;
  overflow: hidden;
}
.header-sub-menu .super-content-go {
  display: none;
}
.header-sub-menu .super-sub-go {
  display: block;
}
.header-sub-menu .super-content-go svg,
.header-sub-menu .super-sub-go svg {
  vertical-align: middle;
  font-size: 24px;
  margin-top: -2px;
}
.header-sub-menu .over-content {
  width: 600px;
}
.header-sub-menu .over-content .super-content {
  width: 300px;
  float: left;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.header-sub-menu .over-content .super-sub {
  width: 300px;
  float: left;
}
.header-sub-menu.show-supersub .super-content {
  margin-left: -300px;
}
.header-sub-menu.show-supersub .super-content-go {
  display: block !important;
}
.header-sub-menu.show-supersub .super-sub-go {
  display: none;
}
.header-sub-menu .supersub-toggle {
  color: #a5a5a5;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  width: 300px;
}
.header-sub-menu .supersub-toggle:hover {
  color: #404040;
}
.header-sub-menu ul {
  margin: 0 0 30px;
}
.header-sub-menu ul li {
  list-style: none;
}
.header-sub-menu ul li a {
  display: block;
  text-decoration: none;
  padding: 5px 0;
  color: #42526e;
  font-size: 17px;
  font-weight: 400;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.header-sub-menu ul li a i,
.header-sub-menu ul li a svg {
  width: 50px !important;
  display: inline-block;
}
.header-sub-menu ul li a.header-zw,
.header-sub-menu ul li a.header-zw:hover {
  color: #2b3f67;
  font-weight: 500;
}
.header-sub-menu ul li a:hover {
  color: #404040;
}
.header-sub-menu .account-balance {
  background: #FFFFFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin: 0;
  padding: 0 20px;
  font-size: 14px;
  line-height: 60px;
  height: 60px;
  text-decoration: none;
  color: #757575;
  display: block;
  max-width: 270px;
  font-weight: 500;
  border: 1px solid #e4e4e4;
}
.header-sub-menu .account-balance svg,
.header-sub-menu .account-balance i {
  font-size: 28px;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 16px;
}
.header-sub-menu .account-balance span {
  font-size: 20px;
  display: block;
  text-align: center;
  float: right;
  font-weight: 300;
}
.lab {
  border-radius: 6px;
  padding: 8px;
  display: inline-block;
}
.lab.green {
  background-color: #1dd1a1;
  color: #ffffff;
}
.lab.green h2 {
  color: #ffffff;
  margin-bottom: 0px !important;
}
.lab.red {
  background-color: #ee5253;
  color: #ffffff;
}
.lab.red h2 {
  color: #ffffff;
  margin-bottom: 0px !important;
}
.lab.orange {
  background-color: #ff9f43;
  color: #ffffff;
}
.lab.orange h2 {
  color: #ffffff;
  margin-bottom: 0px !important;
}
body[zw-identity="login"] {
  background: #eaeef7;
}
body[zw-identity="login"] footer {
  background: none;
}
body[zw-identity="login"] header,
body[zw-identity="login"] .dashboard-breadcrumb {
  display: none;
}
body[zw-identity="login"] .main-panel-container {
  margin-left: 0;
}
body[zw-identity="login"] .zw-content {
  max-width: none;
}
body[zw-identity="login"] .login-box {
  background: #FFFFFF;
  border-bottom: 7px solid #181818;
  padding: 40px 40px 40px;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
}
body[zw-identity="login"] .login-box .logo {
  width: 138px;
}
body[zw-identity="login"] .login-box .is-step {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  text-align: center;
  line-height: 40px;
  background: #dbdbdb;
  color: #5f5f5f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  cursor: default;
}
body[zw-identity="login"] .login-box .is-step.selected {
  background: #b8b8b8;
  color: #FFFFFF;
}
body[zw-identity="login"] .login-box #zw-login-form-window {
  position: relative;
  min-height: 170px;
}
body[zw-identity="login"] .login-box #zw-login-form-window.go-captcha {
  min-height: 260px;
}
body[zw-identity="login"] .login-box .secondary-url {
  display: block;
  color: #2e5fbf;
  font-weight: 500;
  text-decoration: none;
}
body[zw-identity="login"] .login-box .secondary-url span {
  font-weight: 800;
}
body[zw-identity="login"] .login-box #choose-login,
body[zw-identity="login"] .login-box #choose-password {
  width: 100%;
  float: right;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  position: absolute;
  left: 0;
}
body[zw-identity="login"] .login-box #choose-login.slide-right,
body[zw-identity="login"] .login-box #choose-password.slide-right {
  opacity: 0;
  visibility: hidden;
  left: -150px;
}
body[zw-identity="login"] .login-box #choose-login.slide-left,
body[zw-identity="login"] .login-box #choose-password.slide-left {
  opacity: 0;
  visibility: hidden;
  left: 150px;
}
body[zw-identity="login"] .login-box #login-error-msg,
body[zw-identity="login"] .login-box #login-error-2fa-msg {
  width: 100%;
  overflow: hidden;
  padding: 15px;
  background-color: rgba(235,77,75,0.85);
  z-index: 99;
  left: 0;
  top: 0;
  position: absolute;
  display: block;
  color: #ffffff;
  font-weight: 400;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
body[zw-identity="login"] .login-box #login-error-msg.slide-top,
body[zw-identity="login"] .login-box #login-error-2fa-msg.slide-top {
  opacity: 0;
  visibility: hidden;
  top: -150px;
}
body[zw-identity="login"] .login-box #login-error-msg.slide-bottom,
body[zw-identity="login"] .login-box #login-error-2fa-msg.slide-bottom {
  opacity: 100;
  visibility: visible;
  top: 0px;
}
@media screen and (max-width: 769px) {
  body[zw-identity="login"] .zw-content {
    padding: 0;
  }
  body[zw-identity="login"] .login-box {
    max-width: unset;
    border-bottom: none;
    border-radius: 0;
  }
}
@media screen and (min-width: 770px) {
  body[zw-identity="login"] .login-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
  }
}
body[zw-identity="login"] .remember-this-account {
  float: left;
  display: block;
  cursor: pointer;
  color: #696969;
  text-decoration: none;
}
body[zw-identity="login"] .remember-this-account .remember-check {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  background: #f2f2f2;
  color: #949494;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
body[zw-identity="login"] .remember-this-account:hover .remember-check {
  background-color: #e5e5e5;
}
body[zw-identity="login"] .btn svg {
  font-size: 25px;
  margin-top: -4px;
}
#login-loading,
#email-loading,
#pay-loading,
#topup-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.5);
  z-index: 9999;
  font-size: 40px;
}
#login-loading svg,
#email-loading svg,
#pay-loading svg,
#topup-loading svg {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #2b3f67;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
}
#login-remember-me .account-selector {
  display: block;
  text-decoration: none;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  margin-bottom: 20px;
  position: relative;
  border: 1px solid rgba(0,0,0,0);
}
#login-remember-me .account-selector img {
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
#login-remember-me .account-selector label {
  font-size: 17px;
  font-weight: 400;
  padding-top: 4px;
}
#login-remember-me .account-selector small {
  display: block;
  color: #757575;
  margin-top: 6px;
  font-size: 14px;
}
#login-remember-me .account-selector .account-arrow-right {
  position: absolute;
  top: 12px;
  right: 15px;
  color: #7d7d7d;
  font-size: 24px;
}
#login-remember-me .account-selector:hover {
  background: #eeeeee;
}
#login-remember-me .account-selector.selected {
  background: #eeeeee;
  border: 1px solid #bbbbbb;
}
.pagination {
  margin: 20px 0;
  padding: 0;
}
.pagination ul {
  margin: 0;
  padding: 0;
}
.pagination ul li {
  float: left;
  list-style: none;
}
.pagination ul li a {
  display: block;
  background: #eeeeee;
  color: #030303;
  margin: 0 2px;
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
}
.pagination ul li span {
  display: block;
  margin: 0 2px;
  padding: 0;
  width: 20px;
  height: 20px;
  text-align: center;
}
.pagination ul li.active a {
  background: #2a4067;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
}
.pagination ul li.disabled a {
  cursor: default;
  opacity: 0.7;
  background: none;
  color: #333333;
}
.pagination ul li.disabled a:hover {
  color: #333333;
}
.user-partner-support-quick-menu {
  margin-top: 20px;
  background: #FFFFFF;
  border: 1px solid #e2e2e2;
}
.user-partner-support-quick-menu a {
  width: 50%;
  display: block;
  float: left;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  color: #9e9e9e;
  font-size: 14px;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.user-partner-support-quick-menu a.selected {
  background-color: #ecf1f7;
  color: #5e91c8;
  font-size: 16px;
}
.user-partner-support-quick-menu a:hover {
  color: #5e91c8;
}
.file-bundle-action-collector {
  padding: 10px 0;
}
.file-bundle-action-collector .file-bundle-selector {
  padding: 7px;
  border: 1px solid #e2e2e2;
  margin-bottom: 10px;
  border-radius: 4px;
  display: inline-block;
  margin-right: 10px;
  height: 100px;
  width: 100px;
  text-align: center;
  float: left;
  position: relative;
}
.file-bundle-action-collector .file-bundle-selector:hover {
  border-color: #cacaca;
}
.file-bundle-action-collector .file-bundle-selector.collector-nmg {
  line-height: 100px;
  font-size: 30px;
}
.file-bundle-action-collector .file-bundle-selector .icon-file-saver {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.5);
  color: #000000;
  font-size: 36px;
  padding-top: 30px;
}
.file-bundle-action-collector .file-bundle-selector.show-file-saver .icon-file-saver {
  display: block;
}
.file-bundle-action-collector .file-bundle-selector .file-bundle-remove-btn {
  position: absolute;
  top: 7px;
  right: 9px;
  background: rgba(162,41,41,0.7);
  color: #FFFFFF;
  font-size: 12px;
  line-height: 22px;
  width: 22px;
  height: 22px;
  display: block;
  text-align: center;
  font-weight: 600;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.file-bundle-action-collector .file-bundle-selector .file-bundle-remove-btn:hover {
  background: #c31a1a !important;
}
.file-bundle-action-collector .file-bundle-selector:hover .file-bundle-remove-btn {
  background: rgba(162,41,41,0.83);
}
.trumbowyg-box {
  min-height: 210px !important;
}
.trumbowyg-box .trumbowyg-editor {
  min-height: 150px !important;
}
.module-boolean {
  display: block;
  text-align: center;
}
.module-boolean i,
.module-boolean svg {
  font-size: 24px !important;
}
.module-icon {
  width: 30px !important;
}
.module-table-image {
  width: 30px;
  height: 30px;
}
.module-edit-image-col {
  max-width: 130px;
  width: 130px;
  margin-top: 10px;
}
.module-edit-image-col .module-edit-image-container {
  display: inline-block;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.module-edit-image-col .module-edit-image-container .module-edit-image {
  width: 90px;
  height: 90px;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.module-overview tr td {
  vertical-align: middle;
}
body[zw-identity="page-overview"] {
  overflow-x: hidden;
}
.page-hidden {
  display: none !important;
}
#page-dragger .dd-collapse,
.dd-dragel .dd-collapse {
  display: none !important;
  opacity: 0;
}
#page-dragger .missing-translation,
.dd-dragel .missing-translation {
  margin-left: 10px;
  font-size: 20px;
  vertical-align: baseline;
}
#page-dragger .missing-translation i,
#page-dragger .missing-translation svg,
.dd-dragel .missing-translation i,
.dd-dragel .missing-translation svg {
  vertical-align: middle;
}
#page-dragger .missing-translation .fa-exclamation-triangle,
.dd-dragel .missing-translation .fa-exclamation-triangle {
  color: #da7810;
}
#page-dragger .missing-translation .fa-language,
.dd-dragel .missing-translation .fa-language {
  color: #bf1111;
  font-size: 27px;
}
#page-dragger .dd-list,
#page-dragger.dd-dragel,
.dd-dragel .dd-list,
.dd-dragel.dd-dragel {
  border-top: 1px solid #eeeeee;
}
#page-dragger .dd-list:nth-child(1),
#page-dragger.dd-dragel:nth-child(1),
.dd-dragel .dd-list:nth-child(1),
.dd-dragel.dd-dragel:nth-child(1) {
  border-top: 0;
}
#page-dragger .dd-list .dd-item,
#page-dragger.dd-dragel .dd-item,
.dd-dragel .dd-list .dd-item,
.dd-dragel.dd-dragel .dd-item {
  border-top: 1px solid #eeeeee;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#page-dragger .dd-list .dd-item.has-moved-waiting-for-saving,
#page-dragger.dd-dragel .dd-item.has-moved-waiting-for-saving,
.dd-dragel .dd-list .dd-item.has-moved-waiting-for-saving,
.dd-dragel.dd-dragel .dd-item.has-moved-waiting-for-saving {
  background: #e5ecef;
}
#page-dragger .dd-list .dd-item:nth-child(1),
#page-dragger.dd-dragel .dd-item:nth-child(1),
.dd-dragel .dd-list .dd-item:nth-child(1),
.dd-dragel.dd-dragel .dd-item:nth-child(1) {
  border-top: 0;
}
#page-dragger .dd-list .dd-item .dd-not-handle,
#page-dragger .dd-list .dd-item .dd-handle,
#page-dragger.dd-dragel .dd-item .dd-not-handle,
#page-dragger.dd-dragel .dd-item .dd-handle,
.dd-dragel .dd-list .dd-item .dd-not-handle,
.dd-dragel .dd-list .dd-item .dd-handle,
.dd-dragel.dd-dragel .dd-item .dd-not-handle,
.dd-dragel.dd-dragel .dd-item .dd-handle {
  height: 50px;
  margin: 0;
  padding: 0 18px;
  line-height: 50px;
  font-size: 16px;
}
#page-dragger .dd-list .dd-item .dd-not-handle,
#page-dragger.dd-dragel .dd-item .dd-not-handle,
.dd-dragel .dd-list .dd-item .dd-not-handle,
.dd-dragel.dd-dragel .dd-item .dd-not-handle {
  cursor: not-allowed;
}
#page-dragger .dd-list .dd-item .page-quicktools,
#page-dragger.dd-dragel .dd-item .page-quicktools,
.dd-dragel .dd-list .dd-item .page-quicktools,
.dd-dragel.dd-dragel .dd-item .page-quicktools {
  position: absolute;
  right: 0;
  top: 0;
}
#page-dragger .dd-list .dd-item .page-quicktools .cell-enabled,
#page-dragger .dd-list .dd-item .page-quicktools .cell-options,
#page-dragger.dd-dragel .dd-item .page-quicktools .cell-enabled,
#page-dragger.dd-dragel .dd-item .page-quicktools .cell-options,
.dd-dragel .dd-list .dd-item .page-quicktools .cell-enabled,
.dd-dragel .dd-list .dd-item .page-quicktools .cell-options,
.dd-dragel.dd-dragel .dd-item .page-quicktools .cell-enabled,
.dd-dragel.dd-dragel .dd-item .page-quicktools .cell-options {
  display: block;
  float: left;
  padding: 16px 16px 15px;
}
#page-dragger .dd-list .dd-item .page-quicktools .cell-enabled,
#page-dragger.dd-dragel .dd-item .page-quicktools .cell-enabled,
.dd-dragel .dd-list .dd-item .page-quicktools .cell-enabled,
.dd-dragel.dd-dragel .dd-item .page-quicktools .cell-enabled {
  width: 120px;
  text-align: center;
}
#page-dragger .dd-list .dd-item .page-quicktools .cell-options,
#page-dragger.dd-dragel .dd-item .page-quicktools .cell-options,
.dd-dragel .dd-list .dd-item .page-quicktools .cell-options,
.dd-dragel.dd-dragel .dd-item .page-quicktools .cell-options {
  width: 150px;
}
#page-dragger.dd-dragel a,
.dd-dragel.dd-dragel a {
  text-decoration: none;
}
#page-dragger.dd-dragel a.project-link,
.dd-dragel.dd-dragel a.project-link {
  font-weight: 500;
}
#page-dragger.dd-dragel a svg,
#page-dragger.dd-dragel a i,
.dd-dragel.dd-dragel a svg,
.dd-dragel.dd-dragel a i {
  vertical-align: inherit;
  margin-left: 5px;
}
#page-dragger.dd-dragel .page-quicktools .cell-options .options-link-inmenu,
.dd-dragel.dd-dragel .page-quicktools .cell-options .options-link-inmenu {
  display: none !important;
}
.dd-list {
  padding-left: 0 !important;
}
.dd-list .dd-list .dd-placeholder {
  margin-left: 30px;
}
.dd-list .dd-list .row-orderer {
  padding-left: 30px;
}
.dd-list .dd-list .dd-list .dd-placeholder {
  margin-left: 60px;
}
.dd-list .dd-list .dd-list .row-orderer {
  padding-left: 60px;
}
.dd-list .dd-list .dd-list .dd-list .dd-placeholder {
  margin-left: 90px;
}
.dd-list .dd-list .dd-list .dd-list .row-orderer {
  padding-left: 90px;
}
.dd-list .dd-list .dd-list .dd-list .dd-list .dd-placeholder {
  margin-left: 120px;
}
.dd-list .dd-list .dd-list .dd-list .dd-list .row-orderer {
  padding-left: 120px;
}
.dd-list .dd-list .dd-list .dd-list .dd-list .dd-list .dd-placeholder {
  margin-left: 150px;
}
.dd-list .dd-list .dd-list .dd-list .dd-list .dd-list .row-orderer {
  padding-left: 150px;
}
.dd-list .dd-list .dd-list .dd-list .dd-list .dd-list .dd-list .dd-placeholder {
  margin-left: 180px;
}
.dd-list .dd-list .dd-list .dd-list .dd-list .dd-list .dd-list .row-orderer {
  padding-left: 180px;
}
.dd-list .dd-list .dd-list .dd-list .dd-list .dd-list .dd-list .dd-list .dd-placeholder {
  margin-left: 180px;
}
.dd-list .dd-list .dd-list .dd-list .dd-list .dd-list .dd-list .dd-list .row-orderer {
  padding-left: 180px;
}
.dd-list .dd-list .dd-list .dd-list .dd-list .dd-list .dd-list .dd-list .dd-list .dd-placeholder {
  margin-left: 180px;
}
.dd-list .dd-list .dd-list .dd-list .dd-list .dd-list .dd-list .dd-list .dd-list .row-orderer {
  padding-left: 180px;
}
.dd-dragel[data-depth="1"] > .dd-item {
  padding-left: 30px;
}
.dd-dragel[data-depth="2"] > .dd-item {
  padding-left: 60px;
}
.dd-dragel[data-depth="3"] > .dd-item {
  padding-left: 90px;
}
.dd-dragel[data-depth="4"] > .dd-item {
  padding-left: 120px;
}
.dd-dragel[data-depth="5"] > .dd-item {
  padding-left: 150px;
}
img.language-current-selected {
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -8px;
  border-radius: 3px;
}
.selectize-control.language-selector input {
  height: 18px;
}
.selectize-control.language-selector .flag-icon {
  height: 17px;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -2px;
}
.selectize-control.language-selector .selectize-dropdown [data-selectable] {
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.selectize-control.language-selector .selectize-dropdown img {
  vertical-align: middle;
  margin-right: 10px !important;
  border-radius: 3px;
  width: 20px;
}
.selectize-control.language-selector .selectize-dropdown .by {
  font-size: 11px;
  opacity: 0.8;
}
.selectize-control.language-selector .selectize-dropdown .name {
  font-weight: bold;
  margin-right: 5px;
}
.selectize-control.language-selector .selectize-dropdown .title {
  display: block;
}
.pages-manage-form label {
  font-weight: 500;
  font-size: 14px;
  color: #a5a5a5;
}
.pages-manage-form label .tooltip {
  display: inline-block;
  margin-left: 8px;
}
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}
.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd-list .dd-list {
  padding-left: 30px;
}
.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}
.dd-handle,
.dd-not-handle {
  display: inline-block;
  height: 30px;
  margin: 5px 5px 5px 0;
  padding: 5px 10px;
  color: #989898;
  text-decoration: none;
  cursor: move;
  cursor: all-scroll;
  border-radius: 3px;
}
.dd-not-handle {
  opacity: 0.5;
  cursor: default;
}
.dd-content {
  font-size: 16px;
  display: inline-block;
  color: #949494;
}
.dd-item > button {
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
.dd-item > button:before {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.dd-item > button.dd-expand:before {
  content: '+';
}
.dd-item > button.dd-collapse:before {
  content: '-';
}
.dd-expand {
  display: none;
}
.dd-collapsed .dd-list,
.dd-collapsed .dd-collapse {
  display: none;
}
.dd-collapsed .dd-expand {
  display: block;
}
.dd-empty,
.dd-placeholder {
  margin: 0 0;
  padding: 0;
  min-height: 40px;
  background: #f8f9fb;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #d9d7d8;
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}
.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}
.dd-nochildren .dd-placeholder {
  display: none;
}
.reset-box {
  background: #FFFFFF;
  border-bottom: 7px solid #181818;
  padding: 40px 40px 40px;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
}
.reset-box .logo {
  width: 138px;
}
.reset-box .is-step {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  text-align: center;
  line-height: 40px;
  background: #dbdbdb;
  color: #5f5f5f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  cursor: default;
}
.reset-box .is-step.selected {
  background: #b8b8b8;
  color: #FFFFFF;
}
.reset-box #zw-login-form-window {
  position: relative;
  min-height: 250px;
}
.reset-box #zw-login-form-window.go-captcha {
  min-height: 370px;
}
.reset-box #choose-method,
.reset-box #reset-result {
  width: 100%;
  float: right;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  position: absolute;
  left: 0;
  display: block;
}
.reset-box #choose-method.slide-right,
.reset-box #reset-result.slide-right {
  opacity: 0;
  visibility: hidden;
  left: -150px;
}
.reset-box #choose-method.slide-left,
.reset-box #reset-result.slide-left {
  opacity: 0;
  visibility: hidden;
  left: 150px;
}
.reset-box #reset-error-msg {
  width: 100%;
  overflow: hidden;
  padding: 15px;
  background-color: rgba(235,77,75,0.85);
  z-index: 99;
  left: 0;
  top: 0;
  position: absolute;
  display: block;
  color: #ffffff;
  font-weight: 400;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.reset-box #reset-error-msg.slide-top {
  opacity: 0;
  visibility: hidden;
  top: -150px;
}
.reset-box #reset-error-msg.slide-bottom {
  opacity: 100;
  visibility: visible;
  top: 0px;
}
.reset-box #reset-error-msg.override-positive {
  background-color: rgba(46,213,115,0.85) !important;
}
@media screen and (max-width: 769px) {
  .zw-content {
    padding: 0;
  }
  .reset-box {
    max-width: unset;
    border-bottom: none;
    border-radius: 0;
  }
}
@media screen and (min-width: 770px) {
  .reset-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
  }
}
.reset-type {
  float: left;
  display: block;
  cursor: pointer;
  color: #696969;
  text-decoration: none;
}
.reset-type .this-circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  background: #f2f2f2;
  color: #949494;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.reset-type:hover .this-circle {
  background-color: #e5e5e5;
}
.method-box {
  border: 1px solid #f1eaea;
  border-radius: 4px;
  padding-top: 14px;
  padding-left: 14px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin: 3px;
  cursor: pointer;
}
.method-box:hover {
  border: 1px solid #2e5fbf;
}
.method-box.selected-option {
  border: 1px solid #2e5fbf;
}
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0,0,0,0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0,0,0,0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125,168,208,0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48,48,48,0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.dashboard-breadcrumb {
  display: block;
  padding: 0;
  margin: 0 0 5px 0;
  list-style: none;
}
.dashboard-breadcrumb li {
  padding: 0;
  margin: 0;
  float: left;
}
.dashboard-breadcrumb li.active a {
  color: #858992;
}
.dashboard-breadcrumb li a {
  display: block;
  color: #3a558b;
  padding: 0 10px 0 0;
  text-decoration: none;
  font-size: 15px;
}
.dashboard-breadcrumb li a svg {
  margin-left: 7px;
  display: inline-block;
  font-size: 14px;
}
.dashboard-breadcrumb:after {
  content: '';
  display: block;
  clear: both;
}
html,
body {
  height: 100%;
}
body {
  font-family: 'Product Sans', sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #a5a5a5;
  overflow-y: scroll;
}
.main-panel-container {
  margin-left: 95px;
  padding-bottom: 70px;
  min-height: 100%;
  position: relative;
}
.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}
a.secondary-url,
button.secondary-url {
  display: block;
  color: #2e5fbf;
  font-weight: 500;
  text-decoration: none;
}
span.info-url,
div.info-url {
  color: #2e5fbf;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
span.info-url:hover .tip,
div.info-url:hover .tip {
  display: block;
}
.tip {
  display: none;
  border-radius: 2px;
  background-color: rgba(0,0,0,0.8);
  font-weight: 300;
  z-index: 1;
  position: absolute;
  color: #fff;
  padding: 8px;
  width: 350px;
}
.fat-catcher {
  display: block;
  font-weight: 500;
  text-decoration: none;
}
.fat-catcher.blue {
  color: #2e5fbf;
}
.fat-catcher.green {
  color: #56c44c;
}
.fat-catcher.ice {
  color: #4ca8c4;
}
.fat-catcher.red {
  color: #c4504c;
}
.ul-list {
  margin: 0;
  padding: 0;
}
.ul-list li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.overlay {
  background-color: rgba(0,0,0,0.5);
  z-index: 1100;
}
.max-width {
  max-width: 1000px;
}
#wrapcontent {
  padding: 0;
  position: unset;
}
.zw-content {
  padding: 45px;
  max-width: 1340px;
}
.zw-content h1 {
  font-weight: 300;
  font-size: 38px;
  color: #313131;
}
.zw-content h1 small {
  font-size: 25px;
  color: #3c3c3c;
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
}
.zw-content h2 {
  font-weight: 300;
  font-size: 27px;
  color: #313131;
}
.zw-content h2 small {
  font-size: 25px;
  color: #3c3c3c;
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
}
.zw-content p {
  font-size: 16px;
  line-height: 26px;
  color: #313131;
}
.files {
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 10px;
}
.feedback-stars i,
.feedback-stars svg {
  font-size: 30px;
}
.feedback-stars .fa-layers {
  height: 30px;
  width: 30px;
}
.feedback-stars .fa-star[data-prefix=fa],
.feedback-stars .fa-layers .fa-star[data-prefix=fal],
.feedback-stars .fa-star-half[data-prefix=fa] {
  color: #d1d274;
}
.btn {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  display: inline-block;
  padding: 0 25px;
  height: 42px;
  line-height: 42px;
  font-weight: 300;
  font-size: 15px;
  font-family: 'Product Sans', sans-serif;
  background: #2a4067;
  color: #ffffff;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.btn.full-width {
  width: 100%;
  display: block;
  text-align: center;
  padding: 0;
}
.btn:hover,
.btn:active {
  background-color: #39578b;
  color: #FFFFFF;
}
.btn.disabled {
  opacity: 0.45;
}
.btn.grey {
  background: #e0e0e0;
  color: #333333;
}
.btn.grey:hover {
  background: #c2cdea;
  color: #0c3d96;
}
.status-failure,
.cookie-consent {
  background-color: #f8f9fb;
  color: #a6a9ab;
  border-bottom: 2px solid #e2e4e3;
  padding: 14px 40px;
}
.status-failure i,
.cookie-consent i {
  width: 22px;
  display: inline-block;
  float: left;
  height: 50px;
}
.status-failure svg,
.cookie-consent svg {
  color: #8c9092;
  height: 50px;
  float: left;
  font-size: 25px;
}
.status-failure p,
.cookie-consent p {
  float: left;
  max-width: 80%;
  margin-left: 20px;
  line-height: 20px;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0;
  padding-top: 15px;
}
.status-failure p a,
.cookie-consent p a {
  color: #8c9092;
}
.status-failure.warning,
.cookie-consent.warning {
  background-color: #f3f286;
  color: #cfc259;
  border-bottom-color: #cfc259;
}
.status-failure.warning svg,
.cookie-consent.warning svg {
  color: #b8ac48;
}
.status-failure.warning a,
.cookie-consent.warning a {
  color: #b5a944;
}
.status-failure.error,
.cookie-consent.error {
  background-color: #ce4c4c;
  color: #772626;
  border-bottom-color: #943737;
}
.status-failure.error svg,
.cookie-consent.error svg {
  color: #772626;
}
.status-failure.error a,
.cookie-consent.error a {
  color: #772626;
}
.message,
.alert {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  display: block;
  padding: 15px 30px;
  color: #6f6f6f;
}
.message.message,
.alert.message {
  padding: 20px;
}
.message.alert,
.alert.alert {
  margin: 0 0 15px;
}
.message a,
.alert a {
  font-weight: 400;
}
.message .fa,
.message svg,
.alert .fa,
.alert svg {
  margin-right: 10px;
}
.message.warning,
.alert.warning {
  background-color: #f3f286;
  color: #988e3e;
}
.message.warning svg,
.alert.warning svg {
  color: #b8ac48;
}
.message.error,
.message.red,
.alert.error,
.alert.red {
  background-color: #d88888;
  color: #FFFFFF;
  border-color: #a75f5f;
}
::-webkit-input-placeholder {
  color: #cccccc;
}
::-moz-placeholder {
  border: #cccccc;
}
:-ms-input-placeholder {
  border: #cccccc;
}
.dashboard-template {
  padding: 30px;
}
.dashboard-template .col-menu {
  max-width: 385px;
  padding-right: 12px;
}
.dashboard-template .panel-click-menu a {
  display: block;
  color: #c0c4c9;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.dashboard-template .panel-click-menu a.selected {
  background-color: #5e91c8;
  color: #FFFFFF;
}
.dashboard-template .panel-click-menu a.selected:hover {
  color: #FFFFFF;
}
.dashboard-template .panel-click-menu a:hover {
  color: #5e91c8;
}
.select-with-go {
  position: relative;
}
.select-with-go .btn {
  position: absolute;
  right: 14px;
  top: 10px;
  padding: 0 9px !important;
  height: 30px;
  line-height: 30px;
  font-size: 14px !important;
  z-index: 999;
  color: #FFFFFF !important;
}
.case-flag {
  margin-left: 7px;
  margin-right: 7px;
}
.case-flag.color-red {
  color: #e74c3c;
}
.case-flag.color-grey {
  color: #95a5a6;
}
.app-row {
  background-color: #f7f3f3;
  margin-left: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.app-row h1 {
  font-weight: 600;
  color: #a6a9ab;
  font-size: 17px !important;
}
.app-row p {
  width: 100%;
  font-size: 14px !important;
  margin-top: -5px;
  color: #a5a5a5;
}
.app-row .app-icon {
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height: 80px;
  margin: 15px 0px 15px 15px;
  text-align: center;
  min-width: 80px;
  line-height: 70px;
  font-size: 35px;
}
.app-row .app-icon.app-facebook {
  color: #3b5998;
}
.app-row .app-icon.app-facebook:hover {
  background-color: #3b5998;
  color: #ffffff;
}
.app-row .app-icon.app-linkedin {
  color: #0077b5;
}
.app-row .app-icon.app-linkedin:hover {
  background-color: #0077b5;
  color: #ffffff;
}
.app-row .app-icon:first-child {
  margin-left: 5px !important;
}
.support-card {
  padding-bottom: 17px;
}
.support-card.card-response {
  border-bottom: 1px dotted #bfc4c9;
}
.support-card.card-note {
  background-color: #fdf9e7;
  border-bottom: 1px dotted #bfc4c9;
}
.support-card.card-party {
  border-bottom: 1px dotted #bfc4c9;
}
.support-card.card-comment {
  padding: 20px !important;
}
.support-card.card-comment h1 {
  margin: 0 !important;
}
.support-card.card-answer {
  border: 2px solid #3dd588;
}
.support-card.card-answer h1 {
  color: #3dd588 !important;
}
.support-card h1 {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #2b3f67 !important;
}
.panel-message {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
  color: #FFFFFF;
}
.panel-message.border-continues {
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 8px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel-message table td {
  border-bottom: none;
  padding-left: 15px;
  padding-bottom: 9px;
  padding-top: 9px;
}
.panel-message table thead td {
  font-weight: bold;
  text-transform: uppercase;
}
.panel-message table tbody tr:nth-child(odd) {
  background: #ff7f50;
}
.panel-message.msg-green {
  background: #78e08f;
}
.panel-message.msg-green h1 {
  font-size: 18px !important;
  margin: 0 !important;
  font-weight: 500 !important;
  color: #FFFFFF !important;
}
.panel-message.msg-green h1 span {
  padding-left: 8px;
}
.panel-message.msg-red {
  background: #ee5253;
}
.panel-message.msg-red h1 {
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #FFFFFF !important;
}
.panel-message.msg-orange {
  background: #ff9f43;
}
.panel-message.msg-orange h1 {
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #FFFFFF !important;
}
.panel-card {
  background: #FFFFFF;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 30px;
}
.panel-card.border-continues {
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 8px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel-card.card-small {
  padding: 18px;
}
.panel-card h1,
.panel-card h2,
.panel-card h3,
.panel-card h4 {
  font-weight: 400;
  color: #a6a9ab;
  margin: 0 0 10px;
  padding: 0;
}
.panel-card h1 {
  font-size: 25px;
  line-height: 25px;
}
.panel-card h2 {
  font-size: 20px;
  line-height: 20px;
}
.panel-card p {
  font-size: 16px;
}
.panel-card form {
  margin-bottom: 0;
}
.panel-card label {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}
.panel-card input[type=text],
.panel-card input[type=mail],
.panel-card input[type=password],
.panel-card input[type=tel] {
  background-color: #fcfbf9;
  border-color: #e1e1e1;
  margin-bottom: 15px;
  height: 46px;
  line-height: 46px;
  font-size: 13px;
  color: #a7a7a7;
}
.panel-card input[type=text]:hover,
.panel-card input[type=mail]:hover,
.panel-card input[type=password]:hover,
.panel-card input[type=tel]:hover {
  border-color: #c8c8c8;
}
.panel-card input[type=text]:disabled,
.panel-card input[type=mail]:disabled,
.panel-card input[type=password]:disabled,
.panel-card input[type=tel]:disabled {
  font-style: normal;
  background-color: #ebebeb;
}
.panel-card select {
  border: 1px solid #d2cfcf;
  background: #e0dedf;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fbfbfb;
  font-size: 17px;
  color: #a5a5a5;
  cursor: pointer;
  padding: 0 20px;
  height: 50px;
  line-height: 48px;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}
.panel-card select:selected {
  background: #fbfbfb;
}
.panel-card textarea {
  font-family: 'Product Sans', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 17px;
  color: #a7a7a7;
  border-color: #e1e1e1;
  background-color: #fcfbf9;
  margin-bottom: 20px;
  padding: 11px 15px;
  min-height: 150px;
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.panel-card textarea:hover {
  border-color: #c8c8c8;
}
.panel-card .password-control {
  padding: 0 10px 20px;
}
.panel-card .password-control .fa,
.panel-card .password-control svg {
  font-size: 10px;
  line-height: 10px;
  color: #d44141;
  vertical-align: baseline;
  margin: 0 5px;
}
.panel-card .password-control .passed .fa,
.panel-card .password-control .passed svg {
  color: #41d48b;
}
.panel-card .checkbox-container {
  cursor: pointer;
  padding: 10px 0;
}
.panel-card .checkbox-container .checkbox-not-checked {
  display: block;
}
.panel-card .checkbox-container .checkbox-checked {
  display: none;
}
.panel-card .checkbox-container.is-checked .checkbox-checked {
  display: block;
}
.panel-card .checkbox-container.is-checked .checkbox-not-checked {
  display: none;
}
.panel-card .checkbox-container .fa,
.panel-card .checkbox-container svg {
  float: left;
  font-size: 20px;
  display: block;
  margin-top: 2px;
}
.panel-card .checkbox-container >div {
  padding-left: 30px;
}
.panel-card .checkbox-container:after {
  content: '';
  clear: both;
}
.panel-card.middle-content-card {
  margin: 0px auto;
  max-width: 625px;
  padding: 40px;
}
.panel-card.middle-content-card-small {
  margin: 0px auto;
  max-width: 425px;
  padding: 40px;
}
.panel-card.middle-content-card-small .btn {
  width: 100%;
}
.dns-tag {
  background-color: #ecf1f7;
  border-radius: 3px;
  color: #5e91c8;
  padding: 2px;
  font-size: 11px;
}
.dns-tag.alias {
  background-color: #ffe289;
  color: #333;
}
.read-only-blue {
  background-color: #ecf1f7;
}
.record-tip {
  text-align: left;
  font-size: 16px;
  color: #000000;
  margin-top: 15px;
  padding: 8px;
  background-color: #eccc68;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.add-ip {
  color: #b5b5b5;
  font-size: 14px;
}
.call-us-box {
  border-radius: 6px;
  background-color: #f6e58d;
  padding: 17px;
}
.call-us-box h2 {
  color: #333;
}
.call-us-box p {
  color: #666666;
}
.call-us-box a {
  color: #525252;
}
.order-card {
  background-color: #f2f2f2;
  padding: 25px 25px 25px 35px;
  border-radius: 4px;
}
.order-card p.sub {
  font-size: 16px;
}
#cameraBlock {
  background-color: #ecf0f1;
  min-height: 400px;
  border-radius: 5px;
}
#authBlock {
  background-color: #ecf0f1;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 20px;
}
#canvas {
  min-height: 420px;
  border-radius: 5px;
  max-width: 560px;
}
#canvas.login-canvas {
  max-width: 400px !important;
  max-height: 300px !important;
}
.part-url {
  color: #2e5fbf;
  font-weight: 500;
  text-decoration: none;
}
.back-url {
  color: #bdc3c7;
  font-weight: 500;
  text-decoration: none;
}
@media screen and (max-width: 849px) {
  .main-panel-container {
    max-width: none;
    width: 100%;
  }
  .dashboard-breadcrumb a {
    font-size: 14px !important;
  }
  .dashboard-template {
    padding: 10px 0 0;
  }
  .dashboard-template .col-menu {
    max-width: 100% !important;
    padding: 0;
    padding-bottom: 30px;
  }
  .dashboard-template .col-menu .panel-card:nth-child(1) {
    overflow: auto;
    white-space: nowrap;
    padding: 10px;
  }
  .dashboard-template .col-menu .panel-card:nth-child(1) a {
    height: 42px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
  }
}
#zw-add-mail-window,
#zw-confirm-mail-window {
  width: 100%;
  float: right;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  position: absolute;
  left: 0;
}
#zw-add-mail-window.slide-right,
#zw-confirm-mail-window.slide-right {
  opacity: 0;
  visibility: hidden;
  left: -150px;
}
#zw-add-mail-window.slide-left,
#zw-confirm-mail-window.slide-left {
  opacity: 0;
  visibility: hidden;
  left: 150px;
}
#slide-error-msg,
#email-edit-error-msg,
#phone-error-msg,
#phone-remove-error-msg,
#drop-roadmap-error-msg,
#add-roadmap-error-msg,
#refactor-roadmap-error-msg,
#order-error-msg,
#pay-error-msg,
#auth-error-msg,
#auth-disable-error-msg {
  width: 100%;
  overflow: hidden;
  padding: 15px;
  background-color: rgba(235,77,75,0.85);
  z-index: 99;
  left: 0;
  top: 0;
  position: absolute;
  display: block;
  color: #ffffff;
  font-weight: 400;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  border-top-left-radius: 6px;
}
#slide-error-msg.positive,
#email-edit-error-msg.positive,
#phone-error-msg.positive,
#phone-remove-error-msg.positive,
#drop-roadmap-error-msg.positive,
#add-roadmap-error-msg.positive,
#refactor-roadmap-error-msg.positive,
#order-error-msg.positive,
#pay-error-msg.positive,
#auth-error-msg.positive,
#auth-disable-error-msg.positive {
  background-color: rgba(16,172,132,0.85) !important;
}
#slide-error-msg.slide-top,
#email-edit-error-msg.slide-top,
#phone-error-msg.slide-top,
#phone-remove-error-msg.slide-top,
#drop-roadmap-error-msg.slide-top,
#add-roadmap-error-msg.slide-top,
#refactor-roadmap-error-msg.slide-top,
#order-error-msg.slide-top,
#pay-error-msg.slide-top,
#auth-error-msg.slide-top,
#auth-disable-error-msg.slide-top {
  opacity: 0;
  visibility: hidden;
  top: -150px;
}
#slide-error-msg.slide-bottom,
#email-edit-error-msg.slide-bottom,
#phone-error-msg.slide-bottom,
#phone-remove-error-msg.slide-bottom,
#drop-roadmap-error-msg.slide-bottom,
#add-roadmap-error-msg.slide-bottom,
#refactor-roadmap-error-msg.slide-bottom,
#order-error-msg.slide-bottom,
#pay-error-msg.slide-bottom,
#auth-error-msg.slide-bottom,
#auth-disable-error-msg.slide-bottom {
  opacity: 100;
  visibility: visible;
  top: 0px;
}
#slide-error-msg.override-positive,
#email-edit-error-msg.override-positive,
#phone-error-msg.override-positive,
#phone-remove-error-msg.override-positive,
#drop-roadmap-error-msg.override-positive,
#add-roadmap-error-msg.override-positive,
#refactor-roadmap-error-msg.override-positive,
#order-error-msg.override-positive,
#pay-error-msg.override-positive,
#auth-error-msg.override-positive,
#auth-disable-error-msg.override-positive {
  background-color: rgba(46,213,115,0.85) !important;
}
input,
.StripeElement {
  height: 40px;
  color: #32325d;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}
input {
  padding: 10px 12px;
}
input:focus,
.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
  border-color: #fa755a;
}
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
.swal2-container {
  background-color: rgba(0,46,175,0.23);
}
.swal2-container .swal2-modal {
  background-color: #FFFFFF;
  padding: 0;
}
.swal2-container .swal2-modal.text-center .swal-text {
  text-align: center;
}
.swal2-container .swal2-modal .swal2-title {
  color: #a6a9ab;
  font-weight: 400;
  margin-top: 25px;
}
.swal2-container .swal2-modal .swal2-content #swal2-content {
  color: #a5a5a5;
  padding: 0 1.25em;
  margin-bottom: 32px;
}
.swal2-container .swal2-modal .swal2-actions {
  background-color: #f5f8fa;
  margin: 0;
  border-top: 1px solid #E9EEF1;
  padding: 15px;
}
.swal2-container .swal2-modal .swal2-actions .swal-button__loader {
  height: 12px;
}
.swal2-container .swal2-modal .swal2-actions .swal-button--loading {
  color: transparent !important;
}
.swal2-container .swal2-modal .swal2-actions .swal2-styled {
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.swal2-container .swal2-modal .swal2-actions .swal2-styled.swal-button--cancel {
  background: none;
}
.swal2-container .swal2-modal .swal2-actions .swal2-styled.swal-button--development {
  background-color: #f5ba71;
  color: #a06526;
}
.swal2-container .swal2-modal .swal2-actions .swal2-styled.swal-button--development:focus,
.swal2-container .swal2-modal .swal2-actions .swal2-styled.swal-button--development:active,
.swal2-container .swal2-modal .swal2-actions .swal2-styled.swal-button--development:hover {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(165,111,43,0.29);
}
.swal2-container .swal2-modal .swal2-actions .swal2-styled.swal-button--live,
.swal2-container .swal2-modal .swal2-actions .swal2-styled.swal2-confirm {
  background-color: #5e91c8;
  color: #f1f8ff;
}
.swal2-container .swal2-modal .swal2-actions .swal2-styled.swal-button--live:focus,
.swal2-container .swal2-modal .swal2-actions .swal2-styled.swal-button--live:active,
.swal2-container .swal2-modal .swal2-actions .swal2-styled.swal-button--live:hover,
.swal2-container .swal2-modal .swal2-actions .swal2-styled.swal2-confirm:focus,
.swal2-container .swal2-modal .swal2-actions .swal2-styled.swal2-confirm:active,
.swal2-container .swal2-modal .swal2-actions .swal2-styled.swal2-confirm:hover {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(94,145,200,0.44);
}
@keyframes swal-rotate-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.switchery {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 50px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: content-box;
  background-clip: content-box;
}
.switchery>small {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.4);
  height: 30px;
  position: absolute;
  top: 0;
  width: 30px;
}
.switchery-small {
  border-radius: 20px;
  height: 20px;
  width: 33px;
}
.switchery-small>small {
  height: 20px;
  width: 20px;
}
.switchery-large {
  border-radius: 40px;
  height: 40px;
  width: 66px;
}
.switchery-large>small {
  height: 40px;
  width: 40px;
}
.table {
  border: 2px solid #e3e3e3;
  border-collapse: separate;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  max-width: 1000px;
  margin-top: 40px;
}
.table thead tr td {
  background: #f2f2f2;
  border-bottom: 2px solid #e3e3e3;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 16px;
}
.table tbody tr.table-head {
  background: #f2f2f2;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 16px;
}
.table tbody tr td {
  vertical-align: middle;
  padding: 12px 20px;
}
.table tbody tr td.icon {
  padding: 0;
  text-align: center;
}
.table tbody tr td a {
  display: inline-block;
  color: #2e5fbf;
  text-decoration: none;
}
.table tbody tr td a svg,
.table tbody tr td a i {
  vertical-align: middle;
  margin-right: 10px;
}
.table tbody tr td .project-link {
  display: block;
  color: #2e5fbf;
  font-weight: 500;
  text-decoration: none;
}
.table tbody tr td .project-link span {
  display: block;
  font-weight: 300;
  color: #b9b9b9;
}
.table tbody tr td .options-link {
  display: block;
  color: #2e5fbf;
  text-decoration: none;
}
.table tbody tr td .options-link svg,
.table tbody tr td .options-link i {
  vertical-align: inherit;
  margin-left: 5px;
}
.table.module-overview tr td a {
  color: #a7a7a7;
}
.table.module-overview tr td a:hover {
  color: #333333;
}
.table.module-overview tr td.edit-table a {
  font-size: 24px;
  display: inline-block;
  margin: 0 7px;
}
.table.module-overview tr td.edit-table a i,
.table.module-overview tr td.edit-table a svg {
  font-size: 17px !important;
}
.table .options-link-menu,
.table-has-option-menu .options-link-menu {
  position: relative;
  display: inline-block;
}
.table .options-link-menu a,
.table-has-option-menu .options-link-menu a {
  display: block;
  color: #2e5fbf;
  text-decoration: none;
}
.table .options-link-menu a svg,
.table .options-link-menu a i,
.table-has-option-menu .options-link-menu a svg,
.table-has-option-menu .options-link-menu a i {
  vertical-align: middle;
  margin-right: 10px;
}
.table .options-link-menu .options-link-inmenu,
.table-has-option-menu .options-link-menu .options-link-inmenu {
  position: absolute;
  right: 0;
  top: 25px;
  z-index: 999;
  width: 180px;
  background: #FFFFFF;
  border: 1px solid #e3e3e3;
  box-shadow: 0 0 14px rgba(144,144,144,0.4);
  margin-top: -10px;
  visibility: hidden;
  opacity: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.table .options-link-menu .options-link-inmenu a,
.table-has-option-menu .options-link-menu .options-link-inmenu a {
  display: block;
  padding: 4px 10px;
  border: 1px solid #FFFFFF;
  border-left: 0;
  border-right: 0;
}
.table .options-link-menu .options-link-inmenu a:hover,
.table-has-option-menu .options-link-menu .options-link-inmenu a:hover {
  background: #EEEEEE;
  border-color: #e3e3e3;
  color: #395fab;
}
.table .options-link-menu .options-link-inmenu a i,
.table .options-link-menu .options-link-inmenu a svg,
.table-has-option-menu .options-link-menu .options-link-inmenu a i,
.table-has-option-menu .options-link-menu .options-link-inmenu a svg {
  width: 24px;
  text-align: left;
}
.table .options-link-menu.open .options-link-inmenu,
.table-has-option-menu .options-link-menu.open .options-link-inmenu {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
}
.tagify {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  padding: 0;
  cursor: text;
  position: relative;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
}
@-webkit-keyframes tags--bump {
  30% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes tags--bump {
  30% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.tagify:hover {
  border-color: #ccc;
}
.tagify.tagify--focus {
  border-color: #85c8ea;
}
.tagify[readonly] {
  cursor: default;
}
.tagify[readonly]>.tagify__input {
  visibility: hidden;
  width: 0;
  margin: 5px 0;
}
.tagify[readonly] x {
  display: none;
}
.tagify[readonly] tag>div {
  padding: .3em .5em;
}
.tagify[readonly] tag>div::before {
  background: -webkit-linear-gradient(45deg,#d6d6d6 25%,transparent 25%,transparent 50%,#d6d6d6 50%,#d6d6d6 75%,transparent 75%,transparent) 0px 5px;
  background: -o-linear-gradient(45deg,#d6d6d6 25%,transparent 25%,transparent 50%,#d6d6d6 50%,#d6d6d6 75%,transparent 75%,transparent) 0px 5px;
  background: linear-gradient(45deg,#d6d6d6 25%,transparent 25%,transparent 50%,#d6d6d6 50%,#d6d6d6 75%,transparent 75%,transparent) 0px 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tagify+input,
.tagify+textarea {
  border: 0;
  display: none;
}
.tagify tag {
  display: inline-block;
  margin: 5px 0 5px 5px;
  position: relative;
  z-index: 1;
  cursor: default;
  -webkit-transition: .13s ease-out;
  -o-transition: .13s ease-out;
  transition: .13s ease-out;
}
.tagify tag.tagify--editable>div::before {
  -webkit-box-shadow: 0 0 0 2px #d3e2e2 inset !important;
  box-shadow: 0 0 0 2px #d3e2e2 inset !important;
}
.tagify tag.tagify--editable.tagify--invalid>div::before {
  -webkit-box-shadow: 0 0 0 2px #d39494 inset !important;
  box-shadow: 0 0 0 2px #d39494 inset !important;
}
.tagify tag>div {
  vertical-align: top;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding: .3em .5em;
  color: #000;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: .13s ease-out;
  -o-transition: .13s ease-out;
  transition: .13s ease-out;
  padding-right: 1.5em;
}
.tagify tag>div>* {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: top;
}
.tagify tag>div>[contenteditable] {
  outline: 0;
}
.tagify tag>div::before {
  content: '';
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 0 16px #e5e5e5 inset;
  box-shadow: 0 0 0 16px #e5e5e5 inset;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: 120ms ease;
  -o-transition: 120ms ease;
  transition: 120ms ease;
  -webkit-animation: .3s tags--bump 1 ease-out;
  animation: .3s tags--bump 1 ease-out;
}
.tagify tag:hover:not([readonly]) div::before {
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  -webkit-box-shadow: 0 0 0 16px #d3e2e2 inset;
  box-shadow: 0 0 0 16px #d3e2e2 inset;
}
.tagify tag.tagify--noAnim {
  -webkit-animation: none;
  animation: none;
}
.tagify tag.tagify--hide {
  width: 0 !important;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  pointer-events: none;
}
.tagify tag.tagify--mark div::before {
  -webkit-animation: none;
  animation: none;
}
.tagify tag.tagify--notAllowed div>span {
  opacity: .5;
}
.tagify tag.tagify--notAllowed div::before {
  -webkit-box-shadow: 0 0 0 20px rgba(211,148,148,0.44) inset !important;
  box-shadow: 0 0 0 20px rgba(211,148,148,0.44) inset !important;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
.tagify tag[readonly] x {
  display: none;
}
.tagify tag[readonly]>div {
  padding: .3em .5em;
}
.tagify tag[readonly]>div::before {
  background: -webkit-linear-gradient(45deg,#d6d6d6 25%,transparent 25%,transparent 50%,#d6d6d6 50%,#d6d6d6 75%,transparent 75%,transparent) 0px 5px;
  background: -o-linear-gradient(45deg,#d6d6d6 25%,transparent 25%,transparent 50%,#d6d6d6 50%,#d6d6d6 75%,transparent 75%,transparent) 0px 5px;
  background: linear-gradient(45deg,#d6d6d6 25%,transparent 25%,transparent 50%,#d6d6d6 50%,#d6d6d6 75%,transparent 75%,transparent) 0px 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tagify tag x {
  font: 14px/16px Serif;
  width: 14px;
  height: 14px;
  text-align: center;
  border-radius: 50px;
  position: absolute;
  z-index: 1;
  right: calc(-1.5em);
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
}
.tagify tag x::after {
  content: "\00D7";
}
.tagify tag x:hover {
  color: #fff;
  background: #c77777;
}
.tagify tag x:hover+div>span {
  opacity: .5;
}
.tagify tag x:hover+div::before {
  -webkit-box-shadow: 0 0 0 20px rgba(211,148,148,0.3) inset !important;
  box-shadow: 0 0 0 20px rgba(211,148,148,0.3) inset !important;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
.tagify__input {
  display: block;
  min-width: 110px;
  margin: 5px;
  padding: .3em .5em;
  position: relative;
}
.tagify__input:empty::before {
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
  opacity: .5;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.tagify__input:focus {
  outline: 0;
}
.tagify__input:focus::before {
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
  opacity: 0;
  -webkit-transform: translatex(6px);
  -ms-transform: translatex(6px);
  transform: translatex(6px);
}
.tagify__input:focus:empty::before {
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
  opacity: .3;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.tagify__input::before {
  content: attr(data-placeholder);
  line-height: 1.8;
  position: absolute;
  top: 0;
  z-index: 1;
  color: #000;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
}
.tagify__input::after {
  content: attr(data-suggest);
  color: #000;
  opacity: .3;
  pointer-events: none;
}
.tagify__input tag {
  margin: 0 2.5px;
}
.tagify__input tag>div {
  padding-top: 0;
  padding-bottom: 0;
}
.tagify__input tag>div::before {
  top: -3px;
  bottom: -3px;
}
.tagify__input tag:hover:not([readonly])>div::before {
  top: -3px;
  bottom: -3px;
  left: 0;
  right: 0;
}
.tagify--mix .tagify__input {
  padding: 5px;
  margin: 0;
  width: 100%;
  height: 100%;
}
.tagify__dropdown {
  position: absolute;
  z-index: 999;
  background: #fff;
  max-height: 300px;
  overflow: auto;
  border: 1px solid #85c8ea;
  -webkit-box-shadow: 0 2px 4px -2px rgba(0,0,0,0.2);
  box-shadow: 0 2px 4px -2px rgba(0,0,0,0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tagify__dropdown__item {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  padding: .35em .6em;
  margin: 2px;
  cursor: pointer;
  border-radius: 3px;
  position: relative;
}
.tagify__dropdown__item--active {
  background: #e5e5e5;
}
.tagify__dropdown__item:active {
  background: #f2f2f2;
}
.zw-project-finder {
  background: #FFFFFF;
  border: 1px solid #e2e2e2;
  border-top: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
}
.zw-project-finder > label {
  position: absolute;
  top: 0;
  left: 20px;
  line-height: 50px;
  height: 50px;
  cursor: text;
  color: #a9a9a9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.zw-project-finder > label i,
.zw-project-finder > label svg {
  vertical-align: middle;
}
.zw-project-finder input {
  padding: 0 20px;
  line-height: 50px;
  height: 50px;
  width: 100%;
  color: #848484;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  padding-left: 20px;
}
.zw-project-finder input:active,
.zw-project-finder input:focus,
.zw-project-finder input:valid {
  padding-left: 50px;
  background: #f1f1f1;
}
.zw-project-finder input:active ~ label,
.zw-project-finder input:focus ~ label,
.zw-project-finder input:valid ~ label {
  opacity: 1;
  visibility: visible;
}
.user-quick-menu {
  margin-top: 20px;
  background: #FFFFFF;
  border: 1px solid #e2e2e2;
}
.user-quick-menu svg,
.user-quick-menu i {
  margin-right: 5px;
}
.user-quick-menu a {
  width: 33.33%;
  display: block;
  float: left;
  padding: 20px 15px;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  color: #9e9e9e;
  font-size: 14px;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.user-quick-menu a.selected {
  background-color: #ecf1f7;
  color: #5e91c8;
  font-size: 16px;
}
.user-quick-menu a:hover {
  color: #5e91c8;
}
.user-quick-menu.quick-menu-2 a {
  width: 50%;
}
.user-quick-menu.quick-menu-4 a {
  width: 25%;
}
@media screen and (max-width: 849px) {
  .user-quick-menu a i,
  .user-quick-menu a svg {
    display: block;
    margin: 0px auto 20px auto;
  }
}
.user-roles-quick-menu {
  margin-top: 20px;
  background: #FFFFFF;
  border: 1px solid #e2e2e2;
}
.user-roles-quick-menu a {
  width: 33.33%;
  display: block;
  float: left;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  color: #9e9e9e;
  font-size: 14px;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.user-roles-quick-menu a.selected {
  background-color: #ecf1f7;
  color: #5e91c8;
  font-size: 16px;
}
.user-roles-quick-menu a:hover {
  color: #5e91c8;
}
#security-check {
  width: 600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px;
}
#security-check #header {
  text-align: center;
}
#security-check #item-wrap {
  margin-top: 30px;
}
#security-check #item-wrap .item {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
}
#security-check #item-wrap .item .check-error {
  padding: 8px;
  border-radius: 3px;
  background-color: #f6e58d;
  color: #181818;
  margin-bottom: 15px;
  display: none;
}
#security-check #item-wrap .item .check-error.fade-in {
  transition: 4ms;
  display: block;
}
#security-check #item-wrap .item .item-content {
  display: none;
}
#security-check #item-wrap .item.active {
  border: 2px solid #2e5fbf;
  border-radius: 4px;
}
#security-check #item-wrap .item.active .item-header .step {
  background-color: #2e5fbf;
  color: #ffffff;
}
#security-check #item-wrap .item.active .item-content {
  display: block;
  margin-top: 20px;
}
#security-check #item-wrap .item .item-header .step {
  border-radius: 50%;
  border: 2px solid #2e5fbf;
  width: 37px;
  height: 37px;
  color: #2e5fbf;
  font-size: 16px;
  text-align: center;
  line-height: 35px;
}
#security-check #item-wrap .item .item-header .title {
  font-size: 19px;
  color: #181818;
  text-align: left;
  margin-top: 6px;
}
#security-check #item-wrap .item .item-handler {
  margin-top: 25px;
  margin-bottom: 15px;
}
#security-check #item-wrap .item .item-handler .go-button {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #ffffff;
  text-decoration: none;
  background-color: #2e5fbf;
  border-radius: 3px;
}
.zw-file-manager {
  z-index: 1006;
}
.zw-file-manager.zw-file-manager-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 95%;
  max-width: 920px;
  transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background: #FFFFFF;
}
.zw-file-manager.zw-file-manager-popup .zw-file-manager-file-container {
  overflow: auto;
  height: 464px;
}
.zw-file-manager.zw-file-manager-dropnow .drop-to-upload {
  display: block !important;
}
.zw-file-manager.zw-file-manager-dropnow .zw-file-manager-file-container {
  display: none !important;
}
.zw-file-manager .zw-file-manager-header {
  background: #ececec;
  padding: 0 40px;
  height: 70px;
  line-height: 70px;
  position: relative;
}
.zw-file-manager .zw-file-manager-header .zw-file-manager-header-folder {
  margin-right: 15px;
  font-size: 21px;
  color: #5b93c4;
  vertical-align: middle;
  margin-top: -5px;
}
.zw-file-manager .zw-file-manager-header .zw-file-manager-header-title {
  font-size: 17px;
  color: #949494;
  font-weight: 500;
}
.zw-file-manager .zw-file-manager-header .zw-file-manager-header-title i,
.zw-file-manager .zw-file-manager-header .zw-file-manager-header-title svg {
  vertical-align: middle;
}
.zw-file-manager .zw-file-manager-header .zw-file-manager-header-title a {
  color: #949494;
  text-decoration: none;
}
.zw-file-manager .zw-file-manager-header .zw-file-manager-header-title a:hover {
  color: #7b7b7b;
}
.zw-file-manager .zw-file-manager-header .zw-file-manager-header-close {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 20px;
  padding: 0 20px;
  font-size: 19px;
  color: #b5b5b5;
  text-decoration: none;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.zw-file-manager .zw-file-manager-header .zw-file-manager-header-close:hover {
  color: #929292;
}
.zw-file-manager .zw-file-manager-body {
  background: #FFFFFF;
  padding: 12px 40px;
}
.zw-file-manager .zw-file-manager-body .zw-file-manager-body-btns {
  text-align: right;
}
.zw-file-manager .zw-file-manager-body .zw-file-manager-body-btns .btn {
  margin-bottom: 0;
}
.zw-file-manager .zw-file-manager-body .zw-file-manager-message {
  text-align: center;
  font-size: 40px;
  height: 464px;
  padding: 170px 20px 0;
}
.zw-file-manager .zw-file-manager-body .zw-file-manager-message.zw-file-manager-message-contains-button {
  padding-top: 128px;
}
.zw-file-manager .zw-file-manager-body .zw-file-manager-message.drop-to-upload {
  display: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 2px dashed #cecece;
}
.zw-file-manager .zw-file-manager-body .zw-file-manager-message span {
  display: block;
  margin-top: 30px;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
}
.zw-file-manager .zw-file-manager-body .zw-file-manager-message small {
  display: block;
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
}
.zw-file-manager .zw-file-manager-body .zw-file-manager-file-container {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
}
.zw-file-manager .zw-file-manager-body .zw-file-manager-file-container .zw-file-manager-item {
  display: block;
  width: 17%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  justify-content: flex-start;
}
.zw-file-manager .zw-file-manager-body .zw-file-manager-file-container .zw-file-manager-item.context-selected .zw-file-manager-item-view {
  -webkit-box-shadow: 0px 0px 16px rgba(91,147,196,0.7);
  -moz-box-shadow: 0px 0px 16px rgba(91,147,196,0.7);
  box-shadow: 0px 0px 16px rgba(91,147,196,0.7);
}
.zw-file-manager .zw-file-manager-body .zw-file-manager-file-container .zw-file-manager-item .zw-file-manager-item-view {
  height: 150px;
  text-align: center;
  line-height: 150px;
  font-size: 32px;
  background: #ececec;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.zw-file-manager .zw-file-manager-body .zw-file-manager-file-container .zw-file-manager-item .zw-file-manager-item-title {
  display: block;
  text-align: center;
  padding: 11px 0;
  color: #909090;
  font-weight: 400;
  word-wrap: break-word;
}
.zw-file-manager .zw-file-manager-body .zw-file-manager-file-container .zw-file-manager-item .zw-file-manager-item-selector {
  position: absolute;
  top: 120px;
  right: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 6px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #5e91c8;
  display: none;
  width: 30px;
  height: 30px;
  color: #FFFFFF;
  text-align: center;
  line-height: 30px;
}
.zw-file-manager .zw-file-manager-body .zw-file-manager-file-container .zw-file-manager-item.selected .zw-file-manager-item-view {
  border: 3px solid #5e91c8;
  line-height: 144px;
}
.zw-file-manager .zw-file-manager-body .zw-file-manager-file-container .zw-file-manager-item.selected .zw-file-manager-item-title {
  color: #5e91c8;
}
.zw-file-manager .zw-file-manager-body .zw-file-manager-file-container .zw-file-manager-item.selected .zw-file-manager-item-selector {
  display: block;
}
.zw-file-manager .zw-file-manager-body .zw-file-manager-file-container .zw-file-manager-item.selected:hover .zw-file-manager-item-title {
  color: #315e8f;
}
.zw-file-manager .zw-file-manager-body .zw-file-manager-file-container .zw-file-manager-item:hover .zw-file-manager-item-view,
.zw-file-manager .zw-file-manager-body .zw-file-manager-file-container .zw-file-manager-item:hover .zw-file-manager-item-title {
  color: #5d5d5d;
}
.zw-file-manager .zw-file-manager-footer {
  background: #FFFFFF;
  padding: 15px 40px;
  border-top: 1px solid #ececec;
  text-align: right;
  position: relative;
}
.zw-file-manager .zw-file-manager-footer .btn {
  margin-bottom: 0;
}
.zw-file-manager .zw-file-manager-footer .zw-file-manager-progress-bar-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #EEEEEE;
  border-top: 1px solid #d5d5d5;
  padding: 16px 45px;
}
.zw-file-manager .zw-file-manager-footer .zw-file-manager-progress-bar-container .zw-file-manager-progress-bar-container-bar {
  height: 9px;
  background: #97afca;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-top: 10px;
  overflow: hidden;
}
.zw-file-manager .zw-file-manager-footer .zw-file-manager-progress-bar-container .zw-file-manager-progress-bar-container-bar .zw-file-manager-progress-bar-container-bar-progress {
  background: #5e91c8;
  height: 9px;
  text-align: right;
  padding-right: 11px;
  color: #ffffff;
  font-weight: 700;
  line-height: 30px;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.zw-file-manager .zw-file-manager-footer .zw-file-manager-progress-bar-container .zw-file-manager-progress-bar-container-bar .zw-file-manager-progress-bar-container-bar-progress.processing {
  background-image: -webkit-linear-gradient(135deg,rgba(255,255,255,0.125) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.125) 50%,rgba(255,255,255,0.125) 75%,transparent 75%,transparent);
  background-image: linear-gradient(-45deg,rgba(255,255,255,0.125) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.125) 50%,rgba(255,255,255,0.125) 75%,transparent 75%,transparent);
  background-size: 35px 35px;
  text-align: center;
  -webkit-animation: zwFileManagerProgressBackgroundAnimation 2s linear infinite;
  -o-animation: zwFileManagerProgressBackgroundAnimation 2s linear infinite;
  animation: zwFileManagerProgressBackgroundAnimation 2s linear infinite;
}
.zw-file-manager .zw-file-manager-footer .zw-file-manager-progress-bar-container .zw-file-manager-progress-bar-container-text {
  color: #989898;
  font-weight: 400;
  text-align: left;
  font-size: 16px;
}
.zw-file-manager .zw-file-manager-footer .zw-file-manager-progress-bar-container .zw-file-manager-progress-bar-container-text .zw-file-manager-progress-bar-container-text-progress {
  display: inline-block !important;
  font-size: 22px;
  font-weight: 500;
  display: block;
  width: 70px;
  margin-right: 6px;
}
.zw-file-manager-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.22);
  z-index: 1005;
}
.zw-file-manager-context {
  background: #FFFFFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  width: 164px;
  position: absolute;
  overflow: hidden;
  top: 370px;
  left: 980px;
  z-index: 1008;
  border: 1px solid #d0d0d0;
}
.zw-file-manager-context a {
  display: block;
  padding: 9px 10px;
  color: #8a8a8a;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  border-bottom: 1px solid #efefef;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.zw-file-manager-context a i,
.zw-file-manager-context a svg {
  width: 34px !important;
}
.zw-file-manager-context a:hover {
  background: #eeeeee;
}
.zw-file-manager-context a.delete-btn {
  color: #bb5b5b;
}
@-webkit-keyframes zwFileManagerProgressBackgroundAnimation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 35px 35px;
  }
}
@-o-keyframes zwFileManagerProgressBackgroundAnimation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 35px 35px;
  }
}
@keyframes zwFileManagerProgressBackgroundAnimation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 35px 35px;
  }
}
.zw-flexdrop {
  position: relative;
  display: inline-block;
  min-width: 100%;
}
.zw-flexdrop .flex-base {
  padding: 10px;
  border-radius: 6px;
  background-color: #fcfbf9;
  border: 1px solid #e1e1e1;
}
.zw-flexdrop .flex-base .title {
  padding-left: 38px;
}
.zw-flexdrop .dropicon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 17px;
}
.zw-flexdrop .icon {
  width: 28px;
  margin-right: 8px;
  height: 28px;
  border-radius: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.zw-flexdrop .icon .xicon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.zw-flexdrop .icon.color-livid {
  background-color: #6a89cc;
  color: #ffffff;
}
.zw-flexdrop .icon.color-grey {
  background-color: #bdc3c7;
  color: #ffffff;
}
.notification_badge {
  background-color: #a5a5a5;
  color: #ffffff !important;
  font-size: 13px;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 3px;
}
.notification_badge.pinned {
  background-color: #e74c3c !important;
}
.notification_badge.pinned:hover {
  background-color: #a82315 !important;
}
.notification_badge.active {
  background-color: #5e91c8;
}
.notification_badge.active:hover {
  background-color: #315e8f;
}
.notification_badge span {
  padding-left: 6px;
}
.notification_badge:hover {
  background-color: #727272;
}
.zw-partner-table {
  border: 1px solid #eeeeee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  margin: 0;
}
.zw-partner-table thead tr td {
  font-weight: 600;
  padding: 10px 15px;
  color: #848484;
  border-bottom: 1px solid #e6e6e6;
}
.zw-partner-table tbody tr td {
  font-weight: 400;
  padding: 10px 15px;
  color: #909090;
  border-bottom: 1px solid #e6e6e6;
}
.zw-partner-table tbody tr td a {
  text-decoration: none;
}
.zw-partner-table tbody tr td a i,
.zw-partner-table tbody tr td a svg {
  margin-right: 10px;
  font-size: 14px;
}
.zw-partner-table tbody tr td.edit-table a {
  font-size: 24px;
  display: inline-block;
  margin: 0 7px;
}
.zw-partner-table tbody tr td.edit-table a i,
.zw-partner-table tbody tr td.edit-table a svg {
  font-size: 17px !important;
}
.zw-partner-table tbody tr.print td {
  background: #eccc68 !important;
  color: #333 !important;
}
.zw-partner-table tbody tr.print td .add-ip {
  color: #333 !important;
}
.zw-partner-table tbody tr:nth-child(odd) td {
  background: #f1f1f1;
}
.zw-product-badge {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 0 7px;
  white-space: nowrap;
}
.zw-product-badge.bdg-xs {
  padding: 2px;
  font-size: 13px;
}
.zw-product-badge.bdg-small {
  padding: 4px;
  font-size: 13px;
}
.zw-product-badge.bdg-state {
  padding: 4px;
  font-size: 13px;
  float: right;
}
.zw-product-badge.bdg-medium {
  padding: 5px;
  font-size: 15px;
}
.zw-product-badge.bdg-large {
  padding: 6px;
  font-size: 18px;
}
.zw-product-badge.bdg-color-regular {
  background-color: #f7f3f3;
}
.zw-product-badge.bdg-color-regular.bdg-state-outline {
  border: 1.5px solid #f7f3f3;
  background-color: transparent !important;
  color: #333;
}
.zw-product-badge.bdg-color-zw {
  background-color: #909090;
  color: #ffffff;
}
.zw-product-badge.bdg-color-zw.bdg-state-outline {
  border: 1.5px solid #909090;
  background-color: transparent !important;
  color: #333;
}
.zw-product-badge.bdg-color-wr {
  background-color: #ffffff;
  color: #98d888;
}
.zw-product-badge.bdg-color-wr.bdg-state-outline {
  border: 1.5px solid #e67e22;
  background-color: transparent !important;
  color: #e67e22;
}
.zw-product-badge.bdg-color-orange {
  background-color: #e67e22;
  color: #ffffff;
}
.zw-product-badge.bdg-color-orange.bdg-state-outline {
  border: 1.5px solid #e67e22;
  background-color: transparent !important;
  color: #e67e22;
}
.zw-product-badge.bdg-color-red {
  background-color: #e74c3c;
  color: #ffffff;
}
.zw-product-badge.bdg-color-red.bdg-state-outline {
  border: 1.5px solid #e74c3c;
  background-color: transparent !important;
  color: #e74c3c;
}
.zw-product-badge.bdg-color-purple {
  background-color: #b69bda;
  color: #ffffff;
}
.zw-product-badge.bdg-color-purple.bdg-state-outline {
  border: 1.5px solid #b69bda;
  background-color: transparent !important;
  color: #b69bda;
}
.zw-product-badge.bdg-color-green {
  background-color: #98d888;
  color: #ffffff;
}
.zw-product-badge.bdg-color-green.bdg-state-outline {
  border: 1.5px solid #98d888;
  background-color: transparent !important;
  color: #98d888;
}
.zw-product-badge.bdg-color-blue {
  background-color: #70a1ff;
  color: #ffffff;
}
.zw-product-badge.bdg-color-blue.bdg-state-outline {
  border: 1.5px solid #70a1ff;
  background-color: transparent !important;
  color: #70a1ff;
}
.zw-product-badge.bdg-type-tag svg {
  cursor: pointer;
}
.swatch {
  height: 45px;
  border-radius: 3px;
  margin-bottom: 10px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  line-height: 45px;
  font-weight: bold;
  font-size: 16px;
}
.swatch.color-1 {
  background-color: #e74c3c;
}
.swatch.color-1.selected {
  border: 5px solid #333;
  line-height: 37px;
}
.swatch.color-1.selected .selectedCheck {
  color: #333 !important;
}
.swatch.color-2 {
  background-color: #2ecc71;
}
.swatch.color-2.selected {
  border: 5px solid #333;
  line-height: 37px;
}
.swatch.color-2.selected .selectedCheck {
  color: #333 !important;
}
.swatch.color-3 {
  background-color: #3498db;
}
.swatch.color-3.selected {
  border: 5px solid #333;
  line-height: 37px;
}
.swatch.color-3.selected .selectedCheck {
  color: #333 !important;
}
.swatch.color-4 {
  background-color: #9b59b6;
}
.swatch.color-4.selected {
  border: 5px solid #333;
  line-height: 37px;
}
.swatch.color-4.selected .selectedCheck {
  color: #333 !important;
}
.swatch.color-5 {
  background-color: #e67e22;
}
.swatch.color-5.selected {
  border: 5px solid #333;
  line-height: 37px;
}
.swatch.color-5.selected .selectedCheck {
  color: #333 !important;
}
.swatch.color-6 {
  background-color: #f39c12;
}
.swatch.color-6.selected {
  border: 5px solid #333;
  line-height: 37px;
}
.swatch.color-6.selected .selectedCheck {
  color: #333 !important;
}
.swatch.color-7 {
  background-color: #1abc9c;
}
.swatch.color-7.selected {
  border: 5px solid #333;
  line-height: 37px;
}
.swatch.color-7.selected .selectedCheck {
  color: #333 !important;
}
.swatch.color-8 {
  background-color: #5352ed;
}
.swatch.color-8.selected {
  border: 5px solid #333;
  line-height: 37px;
}
.swatch.color-8.selected .selectedCheck {
  color: #333 !important;
}
.swatch.color-9 {
  background-color: #ff6b81;
}
.swatch.color-9.selected {
  border: 5px solid #333;
  line-height: 37px;
}
.swatch.color-9.selected .selectedCheck {
  color: #333 !important;
}
.swatch.color-10 {
  background-color: #192a56;
}
.swatch.color-10.selected {
  border: 5px solid #ffffff;
  line-height: 37px;
}
.swatch.color-10.selected .selectedCheck {
  color: #ffffff !important;
}
.swatch.color-11 {
  background-color: #dcdde1;
}
.swatch.color-11.selected {
  border: 5px solid #333;
  line-height: 37px;
}
.swatch.color-11.selected .selectedCheck {
  color: #333 !important;
}
.swatch.color-12 {
  background-color: #7f8fa6;
}
.swatch.color-12.selected {
  border: 5px solid #333;
  line-height: 37px;
}
.swatch.color-12.selected .selectedCheck {
  color: #333 !important;
}
.zw-tag {
  padding: 3px 4px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-right: 6px;
}
.zw-tag.s-green {
  background-color: #6ab04c;
  color: #ffffff;
}
.zw-tag.s-orange {
  background-color: #ff9f43;
  color: #ffffff;
}
.zw-tag.s-red {
  background-color: #d63031;
  color: #ffffff;
}
.zw-tag.s-grey-out {
  border: 1px solid #a0a0a0;
  color: #a0a0a0;
}
.zw-tag.s-grey {
  background-color: #a0a0a0;
  color: #ffffff;
}
.clear {
  clear: both;
}
.right {
  float: right;
}
.left {
  float: left;
}
.left-important {
  float: left !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt65 {
  margin-top: 65px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mr55 {
  margin-right: 55px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mr65 {
  margin-right: 65px !important;
}
.mr70 {
  margin-right: 70px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.ml0 {
  margin-left: 0 !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.ml55 {
  margin-left: 55px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.ml65 {
  margin-left: 65px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.pt0 {
  padding-top: 0px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt55 {
  padding-top: 55px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt65 {
  padding-top: 65px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb55 {
  padding-bottom: 55px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pb65 {
  padding-bottom: 65px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.pr0 {
  padding-right: 0px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pr55 {
  padding-right: 55px !important;
}
.pr60 {
  padding-right: 60px !important;
}
.pr65 {
  padding-right: 65px !important;
}
.pr70 {
  padding-right: 70px !important;
}
.pl0 {
  padding-left: 0px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl45 {
  padding-left: 45px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pl55 {
  padding-left: 55px !important;
}
.pl60 {
  padding-left: 60px !important;
}
.pl65 {
  padding-left: 65px !important;
}
.pl70 {
  padding-left: 70px !important;
}
.blocks-responsive {
  padding: 0px;
  margin: 0 -1%;
  display: block;
}
.blocks-responsive >* {
  float: left;
  list-style-type: none;
  margin-bottom: 20px;
}
.blocks-responsive.blocks-5 >* {
  width: 20%;
  padding-left: 1%;
  padding-right: 1%;
}
.blocks-responsive.blocks-4 >* {
  width: 25%;
  padding-left: 1%;
  padding-right: 1%;
}
.blocks-responsive.blocks-3 >* {
  width: 33.33%;
  padding-left: 1%;
  padding-right: 1%;
}
.blocks-responsive.blocks-2 >* {
  width: 50%;
  padding-left: 1%;
  padding-right: 1%;
}
.blocks-responsive:after {
  content: ' ';
  clear: both;
}
.show-tablet {
  display: none;
}
.show-phone {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .hide-tablet {
    display: none;
  }
  .show-tablet {
    display: block;
  }
  .blocks-responsive.blocks-4-tablet li {
    width: 19%;
  }
  .blocks-responsive.blocks-3-tablet li {
    width: 33.33%;
  }
  .blocks-responsive.blocks-2-tablet li {
    width: 48%;
  }
  .blocks-responsive.blocks-1-tablet li {
    width: 98%;
  }
}
@media screen and (max-width: 769px) {
  .hide-phone {
    display: none;
  }
  .show-phone {
    display: block;
  }
  .blocks-responsive.blocks-2-mobile li {
    width: 48%;
  }
  .blocks-responsive.blocks-1-mobile li {
    width: 98%;
  }
  .mobile-100 {
    width: 100%;
  }
  .mobile-nofloat {
    float: none !important;
  }
  .mobile-center {
    text-align: center !important;
  }
  .mobile-middle {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .mobile-small-100 {
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  .mobile-mt0 {
    margin-top: 0px !important;
  }
  .mobile-mt5 {
    margin-top: 5px !important;
  }
  .mobile-mt10 {
    margin-top: 10px !important;
  }
  .mobile-mt15 {
    margin-top: 15px !important;
  }
  .mobile-mt20 {
    margin-top: 20px !important;
  }
  .mobile-mt25 {
    margin-top: 25px !important;
  }
  .mobile-mt30 {
    margin-top: 30px !important;
  }
  .mobile-mt35 {
    margin-top: 35px !important;
  }
  .mobile-mt40 {
    margin-top: 40px !important;
  }
  .mobile-mt45 {
    margin-top: 45px !important;
  }
  .mobile-mt50 {
    margin-top: 50px !important;
  }
  .mobile-mt55 {
    margin-top: 55px !important;
  }
  .mobile-mt60 {
    margin-top: 60px !important;
  }
  .mobile-mt65 {
    margin-top: 65px !important;
  }
  .mobile-mt70 {
    margin-top: 70px !important;
  }
  .mobile-mr0 {
    margin-right: 0px !important;
  }
  .mobile-mr5 {
    margin-right: 5px !important;
  }
  .mobile-mr10 {
    margin-right: 10px !important;
  }
  .mobile-mr15 {
    margin-right: 15px !important;
  }
  .mobile-mr20 {
    margin-right: 20px !important;
  }
  .mobile-mr25 {
    margin-right: 25px !important;
  }
  .mobile-mr30 {
    margin-right: 30px !important;
  }
  .mobile-mr35 {
    margin-right: 35px !important;
  }
  .mobile-mr40 {
    margin-right: 40px !important;
  }
  .mobile-mr45 {
    margin-right: 45px !important;
  }
  .mobile-mr50 {
    margin-right: 50px !important;
  }
  .mobile-mr55 {
    margin-right: 55px !important;
  }
  .mobile-mr60 {
    margin-right: 60px !important;
  }
  .mobile-mr65 {
    margin-right: 65px !important;
  }
  .mobile-mr70 {
    margin-right: 70px !important;
  }
  .mobile-mb0 {
    margin-bottom: 0px !important;
  }
  .mobile-mb5 {
    margin-bottom: 5px !important;
  }
  .mobile-mb10 {
    margin-bottom: 10px !important;
  }
  .mobile-mb15 {
    margin-bottom: 15px !important;
  }
  .mobile-mb20 {
    margin-bottom: 20px !important;
  }
  .mobile-mb25 {
    margin-bottom: 25px !important;
  }
  .mobile-mb30 {
    margin-bottom: 30px !important;
  }
  .mobile-mb35 {
    margin-bottom: 35px !important;
  }
  .mobile-mb40 {
    margin-bottom: 40px !important;
  }
  .mobile-mb45 {
    margin-bottom: 45px !important;
  }
  .mobile-mb50 {
    margin-bottom: 50px !important;
  }
  .mobile-mb55 {
    margin-bottom: 55px !important;
  }
  .mobile-mb60 {
    margin-bottom: 60px !important;
  }
  .mobile-mb65 {
    margin-bottom: 65px !important;
  }
  .mobile-mb70 {
    margin-bottom: 70px !important;
  }
  .mobile-ml0 {
    margin-left: 0 !important;
  }
  .mobile-ml5 {
    margin-left: 5px !important;
  }
  .mobile-ml10 {
    margin-left: 10px !important;
  }
  .mobile-ml15 {
    margin-left: 15px !important;
  }
  .mobile-ml20 {
    margin-left: 20px !important;
  }
  .mobile-ml25 {
    margin-left: 25px !important;
  }
  .mobile-ml30 {
    margin-left: 30px !important;
  }
  .mobile-ml35 {
    margin-left: 35px !important;
  }
  .mobile-ml40 {
    margin-left: 40px !important;
  }
  .mobile-ml45 {
    margin-left: 45px !important;
  }
  .mobile-ml50 {
    margin-left: 50px !important;
  }
  .mobile-ml55 {
    margin-left: 55px !important;
  }
  .mobile-ml60 {
    margin-left: 60px !important;
  }
  .mobile-ml65 {
    margin-left: 65px !important;
  }
  .mobile-ml70 {
    margin-left: 70px !important;
  }
  .mobile-pt0 {
    padding-top: 0px !important;
  }
  .mobile-pt5 {
    padding-top: 5px !important;
  }
  .mobile-pt10 {
    padding-top: 10px !important;
  }
  .mobile-pt15 {
    padding-top: 15px !important;
  }
  .mobile-pt20 {
    padding-top: 20px !important;
  }
  .mobile-pt25 {
    padding-top: 25px !important;
  }
  .mobile-pt30 {
    padding-top: 30px !important;
  }
  .mobile-pt35 {
    padding-top: 35px !important;
  }
  .mobile-pt40 {
    padding-top: 40px !important;
  }
  .mobile-pt45 {
    padding-top: 45px !important;
  }
  .mobile-pt50 {
    padding-top: 50px !important;
  }
  .mobile-pt55 {
    padding-top: 55px !important;
  }
  .mobile-pt60 {
    padding-top: 60px !important;
  }
  .mobile-pt65 {
    padding-top: 65px !important;
  }
  .mobile-pt70 {
    padding-top: 70px !important;
  }
  .mobile-pb0 {
    padding-bottom: 0px !important;
  }
  .mobile-pb5 {
    padding-bottom: 5px !important;
  }
  .mobile-pb10 {
    padding-bottom: 10px !important;
  }
  .mobile-pb15 {
    padding-bottom: 15px !important;
  }
  .mobile-pb20 {
    padding-bottom: 20px !important;
  }
  .mobile-pb25 {
    padding-bottom: 25px !important;
  }
  .mobile-pb30 {
    padding-bottom: 30px !important;
  }
  .mobile-pb35 {
    padding-bottom: 35px !important;
  }
  .mobile-pb40 {
    padding-bottom: 40px !important;
  }
  .mobile-pb45 {
    padding-bottom: 45px !important;
  }
  .mobile-pb50 {
    padding-bottom: 50px !important;
  }
  .mobile-pb55 {
    padding-bottom: 55px !important;
  }
  .mobile-pb60 {
    padding-bottom: 60px !important;
  }
  .mobile-pb65 {
    padding-bottom: 65px !important;
  }
  .mobile-pb70 {
    padding-bottom: 70px !important;
  }
  .mobile-pr0 {
    padding-right: 0px !important;
  }
  .mobile-pr5 {
    padding-right: 5px !important;
  }
  .mobile-pr10 {
    padding-right: 10px !important;
  }
  .mobile-pr15 {
    padding-right: 15px !important;
  }
  .mobile-pr20 {
    padding-right: 20px !important;
  }
  .mobile-pr25 {
    padding-right: 25px !important;
  }
  .mobile-pr30 {
    padding-right: 30px !important;
  }
  .mobile-pr35 {
    padding-right: 35px !important;
  }
  .mobile-pr40 {
    padding-right: 40px !important;
  }
  .mobile-pr45 {
    padding-right: 45px !important;
  }
  .mobile-pr50 {
    padding-right: 50px !important;
  }
  .mobile-pr55 {
    padding-right: 55px !important;
  }
  .mobile-pr60 {
    padding-right: 60px !important;
  }
  .mobile-pr65 {
    padding-right: 65px !important;
  }
  .mobile-pr70 {
    padding-right: 70px !important;
  }
  .mobile-pl0 {
    padding-left: 0px !important;
  }
  .mobile-pl5 {
    padding-left: 5px !important;
  }
  .mobile-pl10 {
    padding-left: 10px !important;
  }
  .mobile-pl15 {
    padding-left: 15px !important;
  }
  .mobile-pl20 {
    padding-left: 20px !important;
  }
  .mobile-pl25 {
    padding-left: 25px !important;
  }
  .mobile-pl30 {
    padding-left: 30px !important;
  }
  .mobile-pl35 {
    padding-left: 35px !important;
  }
  .mobile-pl40 {
    padding-left: 40px !important;
  }
  .mobile-pl45 {
    padding-left: 45px !important;
  }
  .mobile-pl50 {
    padding-left: 50px !important;
  }
  .mobile-pl55 {
    padding-left: 55px !important;
  }
  .mobile-pl60 {
    padding-left: 60px !important;
  }
  .mobile-pl65 {
    padding-left: 65px !important;
  }
  .mobile-pl70 {
    padding-left: 70px !important;
  }
}
.noselect,
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cursor-pointer {
  cursor: pointer;
}
[zw-loading="bars"] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
[zw-loading="bars"] .bar {
  height: 4px;
  background: #5e91c8;
  position: absolute;
  animation: zw-loading-animation 1200ms;
  animation-iteration-count: infinite;
  z-index: 9999;
}
[zw-loading="bars"] .bar2 {
  opacity: 0.4;
  animation: zw-loading-animation2 1500ms infinite;
  z-index: 9998;
}
[zw-loading="bars"] .bar3 {
  animation-delay: 1000ms;
  opacity: 0.4;
  animation: zw-loading-animation2 3000ms infinite;
  z-index: 9997;
}
@keyframes zw-loading-animation {
  0% {
    left: 0;
    width: 0;
  }
  30% {
    left: 0;
    width: 40%;
  }
  40% {
    left: 20%;
    width: 20%;
  }
  50% {
    left: 40%;
    width: 20%;
  }
  60% {
    left: 40%;
    width: 60%;
  }
  100% {
    width: 0;
    right: 0;
    left: 100%;
  }
}
@-moz-keyframes zw-loading-animation {
  0% {
    left: 0;
    width: 0;
  }
  30% {
    left: 0;
    width: 40%;
  }
  40% {
    left: 20%;
    width: 20%;
  }
  50% {
    left: 40%;
    width: 20%;
  }
  60% {
    left: 40%;
    width: 60%;
  }
  100% {
    width: 0;
    right: 0;
    left: 100%;
  }
}
@-webkit-keyframes zw-loading-animation {
  0% {
    left: 0;
    width: 0;
  }
  30% {
    left: 0;
    width: 40%;
  }
  40% {
    left: 20%;
    width: 20%;
  }
  50% {
    left: 40%;
    width: 20%;
  }
  60% {
    left: 40%;
    width: 60%;
  }
  100% {
    width: 0;
    right: 0;
    left: 100%;
  }
}
@-o-keyframes zw-loading-animation {
  0% {
    left: 0;
    width: 0;
  }
  30% {
    left: 0;
    width: 40%;
  }
  40% {
    left: 20%;
    width: 20%;
  }
  50% {
    left: 40%;
    width: 20%;
  }
  60% {
    left: 40%;
    width: 60%;
  }
  100% {
    width: 0;
    right: 0;
    left: 100%;
  }
}
@keyframes zw-loading-animation2 {
  0% {
    left: 0;
    width: 0;
  }
  30% {
    left: 0;
    width: 100%;
  }
  70% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0%;
  }
}
@-moz-keyframes zw-loading-animation2 {
  0% {
    left: 0;
    width: 0;
  }
  30% {
    left: 0;
    width: 100%;
  }
  70% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0%;
  }
}
@-webkit-keyframes zw-loading-animation2 {
  0% {
    left: 0;
    width: 0;
  }
  30% {
    left: 0;
    width: 100%;
  }
  70% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0%;
  }
}
@-o-keyframes zw-loading-animation2 {
  0% {
    left: 0;
    width: 0;
  }
  30% {
    left: 0;
    width: 100%;
  }
  70% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0%;
  }
}
