#ink #navigation #gradients .white {
  background: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2');
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(150%, #f2f2f2));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 150%);
  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 150%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 150%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 150%);
}
#ink #navigation #gradients .grey {
  background: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#cccccc');
  background: -moz-linear-gradient(top, #e6e6e6 0%, #cccccc 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(150%, #cccccc));
  background: -webkit-linear-gradient(top, #e6e6e6 0%, #cccccc 150%);
  background: -o-linear-gradient(top, #e6e6e6 0%, #cccccc 150%);
  background: -ms-linear-gradient(top, #e6e6e6 0%, #cccccc 150%);
  background: linear-gradient(to bottom, #e6e6e6 0%, #cccccc 150%);
}
#ink #navigation #gradients .black {
  background: #1a1a1a;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a1a1a', endColorstr='#0d0d0d');
  background: -moz-linear-gradient(top, #1a1a1a 0%, #0d0d0d 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a1a1a), color-stop(150%, #0d0d0d));
  background: -webkit-linear-gradient(top, #1a1a1a 0%, #0d0d0d 150%);
  background: -o-linear-gradient(top, #1a1a1a 0%, #0d0d0d 150%);
  background: -ms-linear-gradient(top, #1a1a1a 0%, #0d0d0d 150%);
  background: linear-gradient(to bottom, #1a1a1a 0%, #0d0d0d 150%);
}
#ink #navigation #gradients .orange {
  background: #f2990d;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2990d', endColorstr='#c27b0a');
  background: -moz-linear-gradient(top, #f2990d 0%, #c27b0a 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2990d), color-stop(150%, #c27b0a));
  background: -webkit-linear-gradient(top, #f2990d 0%, #c27b0a 150%);
  background: -o-linear-gradient(top, #f2990d 0%, #c27b0a 150%);
  background: -ms-linear-gradient(top, #f2990d 0%, #c27b0a 150%);
  background: linear-gradient(to bottom, #f2990d 0%, #c27b0a 150%);
}
#ink #navigation #gradients .blue {
  background: #3491b0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3491b0', endColorstr='#297188');
  background: -moz-linear-gradient(top, #3491b0 0%, #297188 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3491b0), color-stop(150%, #297188));
  background: -webkit-linear-gradient(top, #3491b0 0%, #297188 150%);
  background: -o-linear-gradient(top, #3491b0 0%, #297188 150%);
  background: -ms-linear-gradient(top, #3491b0 0%, #297188 150%);
  background: linear-gradient(to bottom, #3491b0 0%, #297188 150%);
}
#ink #navigation #gradients .green {
  background: #4c9220;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c9220', endColorstr='#366817');
  background: -moz-linear-gradient(top, #4c9220 0%, #366817 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c9220), color-stop(150%, #366817));
  background: -webkit-linear-gradient(top, #4c9220 0%, #366817 150%);
  background: -o-linear-gradient(top, #4c9220 0%, #366817 150%);
  background: -ms-linear-gradient(top, #4c9220 0%, #366817 150%);
  background: linear-gradient(to bottom, #4c9220 0%, #366817 150%);
}
#ink #navigation #gradients .red {
  background: #be1c1c;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#be1c1c', endColorstr='#921515');
  background: -moz-linear-gradient(top, #be1c1c 0%, #921515 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #be1c1c), color-stop(150%, #921515));
  background: -webkit-linear-gradient(top, #be1c1c 0%, #921515 150%);
  background: -o-linear-gradient(top, #be1c1c 0%, #921515 150%);
  background: -ms-linear-gradient(top, #be1c1c 0%, #921515 150%);
  background: linear-gradient(to bottom, #be1c1c 0%, #921515 150%);
}


/***/div, form, .help-topics li, .box input{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  position: relative;
  min-height: 100%;
}
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  height:100%;
}
a:focus {
  outline:none;
}
a:active,
a:hover {
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
h1 {
  /*font-size: 2em;*/
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight:700;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: Ubuntu_monospaced, serif;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  width: auto;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset{border:none; margin:0; padding:0;}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.content-left {
  text-align: left;
}
.content-center {
  text-align: center;
}
.content-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.show-all {
  display: inherit;
}
.hide-all {
  display: none;
}
.ink-grid{width:auto; max-width:1200px; margin:0 auto; padding:0;}
.column-group {
  clear: both;
  zoom: 1;
}
.column-group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.column-group.gutters {
  margin-left: -2em;
}
.column-group.half-gutters {
  margin-left: -1em;
}
.column-group.quarter-gutters {
  margin-left: -0.5em;
}
.column-group.horizontal-gutters {
  margin-left: -2em;
}
.column-group.half-horizontal-gutters {
  margin-left: -1em;
}
.column-group.quarter-horizontal-gutters {
  margin-left: -0.5em;
}
.large-95 {
  width: 95%;
}
.large-90 {
  width: 90%;
}
.large-85 {
  width: 85%;
}
.large-80 {
  width: 80%;
}
.large-75 {
  width: 75%;
}
.large-70 {
  width: 70%;
}
.large-65 {
  width: 65%;
}
.large-60 {
  width: 60%;
}
.large-55 {
  width: 55%;
}
.large-50 {
  width: 50%;
}
.large-45 {
  width: 45%;
}
.large-40 {
  width: 40%;
}
.large-35 {
  width: 35%;
}
.large-30 {
  width: 30%;
}
.large-25 {
  width: 25%;
}
.large-20 {
  width: 20%;
}
.large-15 {
  width: 15%;
}
.large-10 {
  width: 10%;
}
.large-5 {
  width: 5%;
}
.large-33 {
  width: 33.33%;
}
.large-66 {
  width: 66.66%;
}
.large-100 {
  width: 100%;
  clear: both;
}
[class*="large-"] {
  float: left;
  margin-top: 0;
  zoom: 1;
}
table[class*="large-"],
th[class*="large-"],
td[class*="large-"] {
  float: none;
}
body.animated *[class*="large-"] {
  -webkit-transition-property: width;
  -moz-transition-property: width;
  -o-transition-property: width;
  -ms-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: font-size;
  -moz-transition-duration: font-size;
  -o-transition-duration: font-size;
  -ms-transition-duration: font-size;
  transition-duration: font-size;
  -webkit-transition-timing-function: line-height;
  -moz-transition-timing-function: line-height;
  -o-transition-timing-function: line-height;
  -ms-transition-timing-function: line-height;
  transition-timing-function: line-height;
  -webkit-transition-delay: 125ms;
  -moz-transition-delay: 125ms;
  -o-transition-delay: 125ms;
  -ms-transition-delay: 125ms;
  transition-delay: 125ms;
}
.ink-grid .column-group.gutters > [class*="large-"] {
  padding-left: 2em;
  margin-bottom: 2em;
}
.ink-grid .column-group.half-gutters > [class*="large-"] {
  padding-left: 1em;
  margin-bottom: 1em;
}
.ink-grid .column-group.quarter-gutters > [class*="large-"] {
  padding-left: 0.5em;
  margin-bottom: 0.5em;
}
.ink-grid .column-group.horizontal-gutters > [class*="large-"] {
  padding-left: 2em;
}
.ink-grid .column-group.half-horizontal-gutters > [class*="large-"] {
  padding-left: 1em;
}
.ink-grid .column-group.quarter-horizontal-gutters > [class*="large-"] {
  padding-left: 0.5em;
}
.ink-grid .column-group.vertical-gutters > [class*="large-"] {
  margin-bottom: 2em;
}
.ink-grid .column-group.half-vertical-gutters > [class*="large-"] {
  margin-bottom: 1em;
}
.ink-grid .column-group.half-vertical-gutters > [class*="large-"] {
  margin-bottom: 0.5em;
}
[class*="large-"]:empty:after {
  content: "\00a0";
}
*[class*="large-"] > *[class*="large-"] {
  margin-left: 0;
}
.large-push-left {
  float: left;
}
.large-push-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.large-push-right {
  float: right;
}
.large-align-left {
  text-align: left;
}
.large-align-center {
  text-align: center;
}
.large-align-right {
  text-align: right;
}
.space {
  margin: 2em;
}
.half-space {
  margin: 1em;
}
.quarter-space {
  margin: 0.5em;
}
.vspace {
  margin-top: 2em;
  margin-bottom: 2em;
}
.hspace {
  margin-left: 2em;
  margin-right: 2em;
}
.vertical-space {
  margin-top: 2em;
  margin-bottom: 2em;
}
.half-vertical-space {
  margin-top: 1em;
  margin-bottom: 1em;
}
.quarter-vertical-space {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.horizontal-space {
  margin-left: 2em;
  margin-right: 2em;
}
.half-horizontal-space {
  margin-left: 1em;
  margin-right: 1em;
}
.quarter-horizontal-space {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.top-space {
  margin-top: 2em;
}
.half-top-space {
  margin-top: 1em;
}
.quarter-top-space {
  margin-top: 0.5em;
}
.right-space {
  margin-right: 2em;
}
.half-right-space {
  margin-right: 1em;
}
.quarter-right-space {
  margin-right: 0.5em;
}
.bottom-space {
  margin-bottom: 2em;
}
.half-bottom-space {
  margin-bottom: 1em;
}
.quarter-bottom-space {
  margin-bottom: 0.5em;
}
.left-space {
  margin-left: 2em;
}
.half-left-space {
  margin-left: 1em;
}
.quarter-left-space {
  margin-left: 0.5em;
}
@media screen and (min-width: 960px) {
  .hide-large {
    display: none;
  }
  .show-large {
    display: inherit;
  }
  table.show-large {
    display: table;
  }
  thead.show-large {
    display: table-header-group;
  }
  tbody.show-large {
    display: table-row-group;
  }
  tfoot.show-large {
    display: table-footer-group;
  }
  tr.show-large {
    display: table-row;
  }
  th.show-large,
  td.show-large {
    display: table-cell;
  }
}
@media screen and (min-width: 650px) and (max-width: 959px) {
  .ink-grid{width:auto; max-width:1200px; margin:0 auto; padding:0 /*1.5em*/;}
  .column-group {
    clear: both;
    zoom: 1;
  }
  .column-group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .column-group.gutters {
    margin-left: -1.5em;
  }
  .column-group.half-gutters {
    margin-left: -0.75em;
  }
  .column-group.quarter-gutters {
    margin-left: -0.375em;
  }
  .column-group.horizontal-gutters {
    margin-left: -1.5em;
  }
  .column-group.half-horizontal-gutters {
    margin-left: -0.75em;
  }
  .column-group.quarter-horizontal-gutters {
    margin-left: -0.375em;
  }
  .medium-95 {
    width: 95%;
  }
  .medium-90 {
    width: 90%;
  }
  .medium-85 {
    width: 85%;
  }
  .medium-80 {
    width: 80%;
  }
  .medium-75 {
    width: 75%;
  }
  .medium-70 {
    width: 70%;
  }
  .medium-65 {
    width: 65%;
  }
  .medium-60 {
    width: 60%;
  }
  .medium-55 {
    width: 55%;
  }
  .medium-50 {
    width: 50%;
  }
  .medium-45 {
    width: 45%;
  }
  .medium-40 {
    width: 40%;
  }
  .medium-35 {
    width: 35%;
  }
  .medium-30 {
    width: 30%;
  }
  .medium-25 {
    width: 25%;
  }
  .medium-20 {
    width: 20%;
  }
  .medium-15 {
    width: 15%;
  }
  .medium-10 {
    width: 10%;
  }
  .medium-5 {
    width: 5%;
  }
  .medium-33 {
    width: 33.33%;
  }
  .medium-66 {
    width: 66.66%;
  }
  .medium-100 {
    width: 100%;
    clear: both;
  }
  [class*="medium-"] {
    float: left;
    margin-top: 0;
    zoom: 1;
  }
  table[class*="medium-"],
  th[class*="medium-"],
  td[class*="medium-"] {
    float: none;
  }
  body.animated *[class*="medium-"] {
    -webkit-transition-property: width;
    -moz-transition-property: width;
    -o-transition-property: width;
    -ms-transition-property: width;
    transition-property: width;
    -webkit-transition-duration: font-size;
    -moz-transition-duration: font-size;
    -o-transition-duration: font-size;
    -ms-transition-duration: font-size;
    transition-duration: font-size;
    -webkit-transition-timing-function: line-height;
    -moz-transition-timing-function: line-height;
    -o-transition-timing-function: line-height;
    -ms-transition-timing-function: line-height;
    transition-timing-function: line-height;
    -webkit-transition-delay: 125ms;
    -moz-transition-delay: 125ms;
    -o-transition-delay: 125ms;
    -ms-transition-delay: 125ms;
    transition-delay: 125ms;
  }
  .ink-grid .column-group.gutters > [class*="medium-"] {
    padding-left: 1.5em;
    margin-bottom: 1.5em;
  }
  .ink-grid .column-group.half-gutters > [class*="medium-"] {
    padding-left: 0.75em;
    margin-bottom: 0.75em;
  }
  .ink-grid .column-group.quarter-gutters > [class*="medium-"] {
    padding-left: 0.375em;
    margin-bottom: 0.375em;
  }
  .ink-grid .column-group.horizontal-gutters > [class*="medium-"] {
    padding-left: 1.5em;
  }
  .ink-grid .column-group.half-horizontal-gutters > [class*="medium-"] {
    padding-left: 0.75em;
  }
  .ink-grid .column-group.quarter-horizontal-gutters > [class*="medium-"] {
    padding-left: 0.375em;
  }
  .ink-grid .column-group.vertical-gutters > [class*="medium-"] {
    margin-bottom: 1.5em;
  }
  .ink-grid .column-group.half-vertical-gutters > [class*="medium-"] {
    margin-bottom: 0.75em;
  }
  .ink-grid .column-group.half-vertical-gutters > [class*="medium-"] {
    margin-bottom: 0.375em;
  }
  [class*="medium-"]:empty:after {
    content: "\00a0";
  }
  *[class*="medium-"] > *[class*="medium-"] {
    margin-left: 0;
  }
  .medium-push-left {
    float: left;
  }
  .medium-push-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .medium-push-right {
    float: right;
  }
  .medium-align-left {
    text-align: left;
  }
  .medium-align-center {
    text-align: center;
  }
  .medium-align-right {
    text-align: right;
  }
  .space {
    margin: 1.5em;
  }
  .half-space {
    margin: 0.75em;
  }
  .quarter-space {
    margin: 0.375em;
  }
  .vspace {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .hspace {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
  .vertical-space {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .half-vertical-space {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .quarter-vertical-space {
    margin-top: 0.375em;
    margin-bottom: 0.375em;
  }
  .horizontal-space {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
  .half-horizontal-space {
    margin-left: 0.75em;
    margin-right: 0.75em;
  }
  .quarter-horizontal-space {
    margin-left: 0.375em;
    margin-right: 0.375em;
  }
  .top-space {
    margin-top: 1.5em;
  }
  .half-top-space {
    margin-top: 0.75em;
  }
  .quarter-top-space {
    margin-top: 0.375em;
  }
  .right-space {
    margin-right: 1.5em;
  }
  .half-right-space {
    margin-right: 0.75em;
  }
  .quarter-right-space {
    margin-right: 0.375em;
  }
  .bottom-space {
    margin-bottom: 1.5em;
  }
  .half-bottom-space {
    margin-bottom: 0.75em;
  }
  .quarter-bottom-space {
    margin-bottom: 0.375em;
  }
  .left-space {
    margin-left: 1.5em;
  }
  .half-left-space {
    margin-left: 0.75em;
  }
  .quarter-left-space {
    margin-left: 0.375em;
  }
  .hide-medium {
    display: none;
  }
  .show-medium {
    display: inherit;
  }
  table.show-medium {
    display: table;
  }
  thead.show-medium {
    display: table-header-group;
  }
  tbody.show-medium {
    display: table-row-group;
  }
  tfoot.show-medium {
    display: table-footer-group;
  }
  tr.show-medium {
    display: table-row;
  }
  th.show-medium,
  td.show-medium {
    display: table-cell;
  }
}
@media screen and (max-width: 649px) {
  .ink-grid{width:auto; max-width:1200px; margin:0 auto; padding:0 /*1em*/;}
  .column-group {
    clear: both;
    zoom: 1;
  }
  .column-group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .column-group.gutters {
    margin-left: -1em;
  }
  .column-group.half-gutters {
    margin-left: -0.5em;
  }
  .column-group.quarter-gutters {
    margin-left: -0.25em;
  }
  .column-group.horizontal-gutters {
    margin-left: -1em;
  }
  .column-group.half-horizontal-gutters {
    margin-left: -0.5em;
  }
  .column-group.quarter-horizontal-gutters {
    margin-left: -0.25em;
  }
  .small-95 {
    width: 95%;
  }
  .small-90 {
    width: 90%;
  }
  .small-85 {
    width: 85%;
  }
  .small-80 {
    width: 80%;
  }
  .small-75 {
    width: 75%;
  }
  .small-70 {
    width: 70%;
  }
  .small-65 {
    width: 65%;
  }
  .small-60 {
    width: 60%;
  }
  .small-55 {
    width: 55%;
  }
  .small-50 {
    width: 50%;
  }
  .small-45 {
    width: 45%;
  }
  .small-40 {
    width: 40%;
  }
  .small-35 {
    width: 35%;
  }
  .small-30 {
    width: 30%;
  }
  .small-25 {
    width: 25%;
  }
  .small-20 {
    width: 20%;
  }
  .small-15 {
    width: 15%;
  }
  .small-10 {
    width: 10%;
  }
  .small-5 {
    width: 5%;
  }
  .small-33 {
    width: 33.33%;
  }
  .small-66 {
    width: 66.66%;
  }
  .small-100 {
    width: 100%;
    clear: both;
  }
  [class*="small-"] {
    float: left;
    margin-top: 0;
    zoom: 1;
  }
  table[class*="small-"],
  th[class*="small-"],
  td[class*="small-"] {
    float: none;
  }
  body.animated *[class*="small-"] {
    -webkit-transition-property: width;
    -moz-transition-property: width;
    -o-transition-property: width;
    -ms-transition-property: width;
    transition-property: width;
    -webkit-transition-duration: font-size;
    -moz-transition-duration: font-size;
    -o-transition-duration: font-size;
    -ms-transition-duration: font-size;
    transition-duration: font-size;
    -webkit-transition-timing-function: line-height;
    -moz-transition-timing-function: line-height;
    -o-transition-timing-function: line-height;
    -ms-transition-timing-function: line-height;
    transition-timing-function: line-height;
    -webkit-transition-delay: 125ms;
    -moz-transition-delay: 125ms;
    -o-transition-delay: 125ms;
    -ms-transition-delay: 125ms;
    transition-delay: 125ms;
  }
  .ink-grid .column-group.gutters > [class*="small-"] {
    padding-left: 1em;
    margin-bottom: 1em;
  }
  .ink-grid .column-group.half-gutters > [class*="small-"] {
    padding-left: 0.5em;
    margin-bottom: 0.5em;
  }
  .ink-grid .column-group.quarter-gutters > [class*="small-"] {
    padding-left: 0.25em;
    margin-bottom: 0.25em;
  }
  .ink-grid .column-group.horizontal-gutters > [class*="small-"] {
    padding-left: 1em;
  }
  .ink-grid .column-group.half-horizontal-gutters > [class*="small-"] {
    padding-left: 0.5em;
  }
  .ink-grid .column-group.quarter-horizontal-gutters > [class*="small-"] {
    padding-left: 0.25em;
  }
  .ink-grid .column-group.vertical-gutters > [class*="small-"] {
    margin-bottom: 1em;
  }
  .ink-grid .column-group.half-vertical-gutters > [class*="small-"] {
    margin-bottom: 0.5em;
  }
  .ink-grid .column-group.half-vertical-gutters > [class*="small-"] {
    margin-bottom: 0.25em;
  }
  [class*="small-"]:empty:after {
    content: "\00a0";
  }
  *[class*="small-"] > *[class*="small-"] {
    margin-left: 0;
  }
  .small-push-left {
    float: left;
  }
  .small-push-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .small-push-right {
    float: right;
  }
  .small-align-left {
    text-align: left;
  }
  .small-align-center {
    text-align: center;
  }
  .small-align-right {
    text-align: right;
  }
  .space {
    margin: 1em;
  }
  .half-space {
    margin: 0.5em;
  }
  .quarter-space {
    margin: 0.25em;
  }
  .vspace {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .hspace {
    margin-left: 1em;
    margin-right: 1em;
  }
  .vertical-space {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .half-vertical-space {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .quarter-vertical-space {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
  }
  .horizontal-space {
    margin-left: 1em;
    margin-right: 1em;
  }
  .half-horizontal-space {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .quarter-horizontal-space {
    margin-left: 0.25em;
    margin-right: 0.25em;
  }
  .top-space {
    margin-top: 1em;
  }
  .half-top-space {
    margin-top: 0.5em;
  }
  .quarter-top-space {
    margin-top: 0.25em;
  }
  .right-space {
    margin-right: 1em;
  }
  .half-right-space {
    margin-right: 0.5em;
  }
  .quarter-right-space {
    margin-right: 0.25em;
  }
  .bottom-space {
    margin-bottom: 1em;
  }
  .half-bottom-space {
    margin-bottom: 0.5em;
  }
  .quarter-bottom-space {
    margin-bottom: 0.25em;
  }
  .left-space {
    margin-left: 1em;
  }
  .half-left-space {
    margin-left: 0.5em;
  }
  .quarter-left-space {
    margin-left: 0.25em;
  }
  .hide-small {
    display: none;
  }
  .show-small {
    display: inherit;
  }
  table.show-small {
    display: table;
  }
  thead.show-small {
    display: table-header-group;
  }
  tbody.show-small {
    display: table-row-group;
  }
  tfoot.show-small {
    display: table-footer-group;
  }
  tr.show-small {
    display: table-row;
  }
  th.show-small,
  td.show-small {
    display: table-cell;
  }
}
/*body{background:url(../images/back_body.png) repeat-x 0 -10px #fff; color:#444; margin:0 0 160px; *margin:0;}*/
.sans{font-family:OpenSansRegular, Arial, sans-serif; font-weight:400;}
.serif{font-family: Times, "Times New Roman", serif;}
a{color:#00869e; text-decoration:none;}
a:hover{color:#00869e; text-decoration:underline;}

/* Headings  */
h1{font:400 2.286em OpenSansRegular, Arial, sans-serif;}
h2{font:400 2em OpenSansRegular, Arial, sans-serif;}
h3{font-size:1.714em;}
h4{font-size:1.429em;}
h5{font-size:1.286em;}
h6{font-size:1em;}


/* Paragraphs  */
p {
  line-height: 1.5;
}
p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
p + section {
  margin-top: 1.3em;
}
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p,
section + p {
  margin-top: 0.5em;
}
input,
textarea {
  color: #666;
}
h1 small,
h2 small,
h3 small,
h4 small {
  color: #bbb;
  font-size: .6em;
  font-weight: 100;
  line-height: 1;
}
address {
  font-size: 1em;
  line-height: 1.4;
  font-style: normal;
}
address p {
  margin-top: 0;
}
address h6 {
  color: #555555;
}
abbr:hover {
  cursor: help;
}
blockquote {
  border-left: 4px solid #ddd;
  padding-left: 1em;
  margin: 1em 0;
  font-weight: 200;
  font-size: 1.1em;
}
blockquote small {
  font-size: .9em;
}
blockquote small::before,
blockquote small::after {
  content: ' — ';
}
ul,
ol,
dl {
  padding-left: 1.4em;
  margin: 0;
}
ul.unstyled {
  list-style: none;
  padding-left: 0em;
}
ul.unstyled ul {
  list-style: disc outside;
  padding-left: 1.4em;
}
ol > li {
  list-style: decimal outside;
}
dl {
  padding: 0em;
}
dl dt {
  font-weight: bold;
  margin-top: .7em;
}
dl dd {
  padding-left: 1em;
  margin: 0.5em 0;
}
ul, ol{line-height:1.4; margin:0; padding-left:0;}
ul li, ol li{margin:.5em 0;}
ul.inline li,
ol.inline li {
  float: left;
}
.note {
  font-size: .9em;
  color: #888888;
}
.note strong {
  color: #555555;
}
.small {
  font-size: 0.75em;
}
.medium {
  font-size: 0.85em;
}
.large {
  font-size: 1.2em;
}
.extralarge {
  font-size: 1.45em !important;
}
hr {
  border: 0;
  border-top: 1px solid #ddd;
  margin: 1em 0;
}
.lead {
  font-size: 1.1em;
  font-weight: 700;
}
.ink-label {
  padding: 0.2em 0.5em;
  color: white;
  white-space: nowrap;
  font-weight: 700;
  border-radius: 2px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.ink-label.success {
  background-color: #4a9b17;
}
.ink-label.success.invert {
  color: #4a9b17;
  background-color: transparent;
  text-shadow: none;
  padding: 0;
}
.ink-label.warning {
  background-color: #ff9c00;
}
.ink-label.warning.invert {
  color: #ff9c00;
  background-color: transparent;
  text-shadow: none;
  padding: 0;
}
.ink-label.error {
  background-color: #c91111;
}
.ink-label.error.invert {
  color: #c91111;
  background-color: transparent;
  text-shadow: none;
  padding: 0;
}
.ink-label.info {
  background-color: #00869e;
}
.ink-label.info.invert {
  color: #00869e;
  background-color: transparent;
  text-shadow: none;
  padding: 0;
}
/*footer{overflow:hidden; bottom:0;}*/

/*!
 *  Font Awesome 3.1.0
 *  the iconic font designed for Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fontawesome.io
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License v1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 License -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../fonts/fontawesome-webfont.eot?v=3.1.0');
  src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=3.1.0') format('embedded-opentype'), 
  	   url('../../fonts/fontawesome-webfont.woff?v=3.1.0') format('woff'), 
	   url('../../fonts/fontawesome-webfont.ttf?v=3.1.0') format('truetype'), 
	   url('../../fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.1.0') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"],
a [class^="icon-"]:before,
a [class*=" icon-"]:before {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.2857142857142858em;
  text-align: center;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.5714285714285714em;
}
ul.icons-ul {
  list-style-type: none;
  text-indent: -0.7142857142857143em;
  margin-left: 2.142857142857143em;
}
ul.icons-ul > li .icon-li {
  width: 0.7142857142857143em;
  display: inline-block;
  text-align: center;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-repeat:before,
.icon-rotate-right:before {
  content: "\f01e";
}
/* F020 doesn't work in Safari. all shifted one down */
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-share-alt:before,
.icon-mail-forward:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up:before {
  content: "\f087";
}
.icon-thumbs-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope-alt:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-undo:before,
.icon-rotate-left:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-reply:before,
.icon-mail-reply:before {
  content: "\f112";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.ink-navigation {
  overflow: visible;
}
.ink-navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ink-navigation ul li {
  margin: 0;
}
.ink-navigation ul {
  *height: 100%;
}
.ink-navigation ul.menu li {
  *height: 100%;
}
.ink-navigation ul.menu li a {
  -webkit-transition-property: 'background';
  -moz-transition-property: 'background';
  -o-transition-property: 'background';
  -ms-transition-property: 'background';
  transition-property: 'background';
  -webkit-transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  -ms-transition-duration: 100ms;
  transition-duration: 100ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
}
.ink-navigation ul.menu li:hover ul.submenu {
  display: block;
}
.ink-navigation ul.menu li ul.submenu {
  display: none;
  position: absolute;
  z-index: 10;
}
.ink-navigation ul.menu li ul.submenu li {
  overflow: hidden;
}
.ink-navigation ul.menu li ul.submenu li a {
  display: block;
  float: none;
}
.ink-navigation ul.menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}
.ink-navigation ul.menu.horizontal li {
  float: left;
  line-height: 1.8;
  position: relative;
}
.ink-navigation ul.menu.horizontal li a {
  padding: 0.5em 1em 0.5em 0;
  display: inline-block;
}
.ink-navigation ul.menu.horizontal li .control {
  margin-top: .3em;
}
.ink-navigation ul.menu.horizontal li ul.submenu {
  width: 8em;
  top: 2.8em;
  left: 0;
  z-index: 50;
}
.ink-navigation ul.menu.horizontal li ul.submenu li {
  float: none;
}
.ink-navigation ul.menu.vertical li {
  line-height: 1.8;
  position: relative;
}
.ink-navigation ul.menu.vertical li a {
  padding: 0.5em 1em;
  display: block;
}
.ink-navigation ul.menu.vertical li ul.submenu {
  top: 0;
  left: 100%;
  min-width: 8em;
}
.ink-navigation ul.menu.vertical li ul.submenu li {
  line-height: 1.8;
  float: none;
  position: static;
}
.ink-navigation ul.menu.vertical li ul.submenu.dropdown {
  position: relative;
  top: auto;
  left: auto;
}
.ink-navigation .breadcrumbs li {
  line-height: 2.8em;
  display: inline;
}
.ink-navigation .breadcrumbs li a {
  display: inline;
  padding: 0;
}
.ink-navigation .breadcrumbs li a:hover {
  background: transparent;
}
.ink-navigation .breadcrumbs li.active a {
  cursor: default;
  text-decoration: none;
}
.ink-navigation .breadcrumbs li:after {
  content: '/';
  display: inline;
  margin: 0 0.7em;
}
.ink-navigation .breadcrumbs li:last-child:after {
  content: '';
  display: none;
}
.ink-navigation ul.pagination li {
  line-height: 1.8;
  float: left;
}
.ink-navigation ul.pagination li a {
  padding: 0.5em 1em;
  display: block;
  float: left;
}
.ink-navigation ul.pagination li:first-child a {
  padding: 0.5em 1em 0.5em 0;
}
.ink-navigation ul.pagination li:last-child a {
  border: none;
}
.ink-navigation ul.pagination li.disabled a:hover {
  cursor: default;
  text-decoration: none;
}
.ink-navigation ul.pagination:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}
@media screen and (max-width: 650px) {
  html body .ink-navigation .pagination li a {
    display: none;
  }
  html body .ink-navigation .pagination li:first-child a,
  html body .ink-navigation .pagination li:last-child a {
    display: block;
  }
}
.ink-navigation .pills li {
  overflow: hidden;
  display: block;
  float: left;
  margin: 0 .5em .5em 0;
  line-height: 1.8;
}
.ink-navigation .pills li a {
  display: block;
  padding: 0.5em 1em;
}
.ink-navigation .pills li a:hover {
  text-decoration: none;
}
.ink-navigation .pills li.active a {
  cursor: default;
}
.ink-navigation .pills:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}
.ink-navigation ul.menu li ul.submenu {
  background: #ffffff;
}
.ink-navigation ul.menu li ul.submenu li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0.5em 1em;
}
.ink-navigation ul.menu li ul.submenu li a:hover {
  background: #e6e6e6;
}
.ink-navigation ul.menu li ul.submenu li a:last-child a {
  border: none;
}
.ink-navigation ul.menu li ul.submenu.dropdown li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.ink-navigation ul.menu.vertical li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.ink-navigation ul.menu.vertical li:last-child a {
  border: none;
}
.ink-navigation ul.menu.vertical li .dropdown {
  background: none;
}
.ink-navigation ul.menu.vertical li .dropdown li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.ink-navigation ul.menu.vertical li:last-child .dropdown li:first-child a {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.ink-navigation ul.menu.white {
  background: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2');
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(150%, #f2f2f2));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 150%);
  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 150%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 150%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 150%);
}
.ink-navigation ul.menu.white li ul.submenu li a {
  color: #555555;
}
.ink-navigation ul.menu.grey {
  background: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#cccccc');
  background: -moz-linear-gradient(top, #e6e6e6 0%, #cccccc 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(150%, #cccccc));
  background: -webkit-linear-gradient(top, #e6e6e6 0%, #cccccc 150%);
  background: -o-linear-gradient(top, #e6e6e6 0%, #cccccc 150%);
  background: -ms-linear-gradient(top, #e6e6e6 0%, #cccccc 150%);
  background: linear-gradient(to bottom, #e6e6e6 0%, #cccccc 150%);
}
.ink-navigation ul.menu.grey li ul.submenu li a {
  color: #555555;
}
.ink-navigation ul.menu.black {
  background: #1a1a1a;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a1a1a', endColorstr='#0d0d0d');
  background: -moz-linear-gradient(top, #1a1a1a 0%, #0d0d0d 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a1a1a), color-stop(150%, #0d0d0d));
  background: -webkit-linear-gradient(top, #1a1a1a 0%, #0d0d0d 150%);
  background: -o-linear-gradient(top, #1a1a1a 0%, #0d0d0d 150%);
  background: -ms-linear-gradient(top, #1a1a1a 0%, #0d0d0d 150%);
  background: linear-gradient(to bottom, #1a1a1a 0%, #0d0d0d 150%);
}
.ink-navigation ul.menu.black li ul.submenu li a:hover {
  background: #4d4d4d;
  color: #ffffff;
}
.ink-navigation ul.menu.orange {
  background: #f2990d;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2990d', endColorstr='#c27b0a');
  background: -moz-linear-gradient(top, #f2990d 0%, #c27b0a 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2990d), color-stop(150%, #c27b0a));
  background: -webkit-linear-gradient(top, #f2990d 0%, #c27b0a 150%);
  background: -o-linear-gradient(top, #f2990d 0%, #c27b0a 150%);
  background: -ms-linear-gradient(top, #f2990d 0%, #c27b0a 150%);
  background: linear-gradient(to bottom, #f2990d 0%, #c27b0a 150%);
}
.ink-navigation ul.menu.orange li ul.submenu li a:hover {
  background: #da8a0b;
  color: #ffffff;
}
.ink-navigation ul.menu.blue {
  background: #3491b0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3491b0', endColorstr='#297188');
  background: -moz-linear-gradient(top, #3491b0 0%, #297188 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3491b0), color-stop(150%, #297188));
  background: -webkit-linear-gradient(top, #3491b0 0%, #297188 150%);
  background: -o-linear-gradient(top, #3491b0 0%, #297188 150%);
  background: -ms-linear-gradient(top, #3491b0 0%, #297188 150%);
  background: linear-gradient(to bottom, #3491b0 0%, #297188 150%);
}
.ink-navigation ul.menu.blue li ul.submenu li a:hover {
  background: #2f819c;
  color: #ffffff;
}
.ink-navigation ul.menu.green {
  background: #4c9220;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c9220', endColorstr='#366817');
  background: -moz-linear-gradient(top, #4c9220 0%, #366817 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c9220), color-stop(150%, #366817));
  background: -webkit-linear-gradient(top, #4c9220 0%, #366817 150%);
  background: -o-linear-gradient(top, #4c9220 0%, #366817 150%);
  background: -ms-linear-gradient(top, #4c9220 0%, #366817 150%);
  background: linear-gradient(to bottom, #4c9220 0%, #366817 150%);
}
.ink-navigation ul.menu.green li ul.submenu li a:hover {
  background: #417d1b;
  color: #ffffff;
}
.ink-navigation ul.menu.red {
  background: #be1c1c;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#be1c1c', endColorstr='#921515');
  background: -moz-linear-gradient(top, #be1c1c 0%, #921515 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #be1c1c), color-stop(150%, #921515));
  background: -webkit-linear-gradient(top, #be1c1c 0%, #921515 150%);
  background: -o-linear-gradient(top, #be1c1c 0%, #921515 150%);
  background: -ms-linear-gradient(top, #be1c1c 0%, #921515 150%);
  background: linear-gradient(to bottom, #be1c1c 0%, #921515 150%);
}
.ink-navigation ul.menu.red li ul.submenu li a:hover {
  background: #a81919;
  color: #ffffff;
}
.ink-navigation ul.menu.grey li a,
.ink-navigation ul.menu.white li a {
  color: #333333;
}
.ink-navigation ul.menu.black li a,
.ink-navigation ul.menu.orange li a,
.ink-navigation ul.menu.blue li a,
.ink-navigation ul.menu.green li a,
.ink-navigation ul.menu.red li a {
  color: #ffffff;
}
.ink-navigation ul.menu.white li.active {
  background: #d9d9d9;
}
.ink-navigation ul.menu.white li.active:hover a {
  background: #bfbfbf;
}
.ink-navigation ul.menu.white li a {
  padding: 0.5em 1em;
  text-decoration: none;
}
.ink-navigation ul.menu.white li a:hover {
  background: #d9d9d9;
}
.ink-navigation ul.menu.white li ul.submenu li:hover {
  background: rgba(0, 0, 0, 0.1);
}
.ink-navigation ul.menu.white li ul.submenu li a {
  color: #555555;
}
.ink-navigation ul.menu.white li ul.submenu.dropdown {
  background: #ffffff;
}
.ink-navigation ul.menu.white li ul.submenu.dropdown li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.ink-navigation ul.menu.grey li.active {
  background: #b3b3b3;
}
.ink-navigation ul.menu.grey li a {
  padding: 0.5em 1em;
  text-decoration: none;
}
.ink-navigation ul.menu.grey li a:hover {
  background: #b3b3b3;
}
.ink-navigation ul.menu.grey li ul.submenu li:hover {
  background: rgba(0, 0, 0, 0.1);
}
.ink-navigation ul.menu.grey li ul.submenu li a {
  color: #555555;
}
.ink-navigation ul.menu.grey li ul.submenu.dropdown {
  background: #ffffff;
}
.ink-navigation ul.menu.grey li ul.submenu.dropdown li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.ink-navigation ul.menu.black li.active {
  background: #333333;
}
.ink-navigation ul.menu.black li a {
  padding: 0.5em 1em;
  text-decoration: none;
}
.ink-navigation ul.menu.black li a:hover {
  background: #333333;
}
.ink-navigation ul.menu.black li ul.submenu li:hover {
  background: #e6e6e6;
}
.ink-navigation ul.menu.black li ul.submenu li a {
  color: #555555;
}
.ink-navigation ul.menu.black li ul.submenu.dropdown {
  background: #ffffff;
}
.ink-navigation ul.menu.black li ul.submenu.dropdown li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.ink-navigation ul.menu.orange li.active {
  background: #b36d00;
}
.ink-navigation ul.menu.orange li a {
  padding: 0.5em 1em;
  text-decoration: none;
}
.ink-navigation ul.menu.orange li a:hover {
  background: #b36d00;
}
.ink-navigation ul.menu.orange li ul.submenu li:hover {
  background: rgba(0, 0, 0, 0.1);
}
.ink-navigation ul.menu.orange li ul.submenu li a {
  color: #555555;
}
.ink-navigation ul.menu.orange li ul.submenu.dropdown {
  background: #ffffff;
}
.ink-navigation ul.menu.orange li ul.submenu.dropdown li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.ink-navigation ul.menu.blue li.active {
  background: #1b647c;
}
.ink-navigation ul.menu.blue li a {
  padding: 0.5em 1em;
  text-decoration: none;
}
.ink-navigation ul.menu.blue li a:hover {
  background: #1b647c;
}
.ink-navigation ul.menu.blue li ul.submenu li:hover {
  background: rgba(0, 0, 0, 0.1);
}
.ink-navigation ul.menu.blue li ul.submenu li a {
  color: #555555;
}
.ink-navigation ul.menu.blue li ul.submenu.dropdown {
  background: #ffffff;
}
.ink-navigation ul.menu.blue li ul.submenu.dropdown li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.ink-navigation ul.menu.green li.active {
  background: #2a580d;
}
.ink-navigation ul.menu.green li a {
  padding: 0.5em 1em;
  text-decoration: none;
}
.ink-navigation ul.menu.green li a:hover {
  background: #2a580d;
}
.ink-navigation ul.menu.green li ul.submenu li:hover {
  background: rgba(0, 0, 0, 0.1);
}
.ink-navigation ul.menu.green li ul.submenu li a {
  color: #555555;
}
.ink-navigation ul.menu.green li ul.submenu.dropdown {
  background: #ffffff;
}
.ink-navigation ul.menu.green li ul.submenu.dropdown li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.ink-navigation ul.menu.red li.active {
  background: #820b0b;
}
.ink-navigation ul.menu.red li a {
  padding: 0.5em 1em;
  text-decoration: none;
}
.ink-navigation ul.menu.red li a:hover {
  background: #820b0b;
}
.ink-navigation ul.menu.red li ul.submenu li:hover {
  background: rgba(0, 0, 0, 0.1);
}
.ink-navigation ul.menu.red li ul.submenu li a {
  color: #555555;
}
.ink-navigation ul.menu.red li ul.submenu.dropdown {
  background: #ffffff;
}
.ink-navigation ul.menu.red li ul.submenu.dropdown li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.ink-navigation ul.menu.flat {
  background: #ffffff;
}
.ink-navigation ul.menu.flat.grey {
  background: #d9d9d9;
}
.ink-navigation ul.menu.flat.black {
  background: #000000;
}
.ink-navigation ul.menu.flat.black li.active a {
  background: #1a1a1a;
}
.ink-navigation ul.menu.flat.black li a:hover {
  background: #1a1a1a;
}
.ink-navigation ul.menu.flat.black li ul.submenu {
  background: #ffffff;
}
.ink-navigation ul.menu.flat.black li ul.submenu li a {
  color: #555555;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.ink-navigation ul.menu.flat.black li ul.submenu li a:hover {
  background: #4d4d4d;
  color: #ffffff;
}
.ink-navigation ul.menu.flat.black li ul.submenu li:last-child a {
  border: none;
}
.ink-navigation ul.menu.flat.black.vertical li a {
  border-bottom: 1px solid #262626;
}
.ink-navigation ul.menu.flat.orange {
  background: #f2990d;
}
.ink-navigation ul.menu.flat.blue {
  background: #3491b0;
}
.ink-navigation ul.menu.flat.green {
  background: #4c9220;
}
.ink-navigation ul.menu.flat.red {
  background: #be1c1c;
}
.ink-navigation ul.menu.rounded.horizontal {
  border-radius: 4px;
}
.ink-navigation ul.menu.rounded.horizontal li:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.ink-navigation ul.menu.rounded.horizontal li:first-child a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.ink-navigation ul.menu.rounded.horizontal li ul.submenu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ink-navigation ul.menu.rounded.horizontal li ul.submenu li {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ink-navigation ul.menu.rounded.horizontal li ul.submenu li:last-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ink-navigation ul.menu.rounded.horizontal li ul.submenu li a {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ink-navigation ul.menu.rounded.vertical {
  border-radius: 4px;
}
.ink-navigation ul.menu.rounded.vertical li:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ink-navigation ul.menu.rounded.vertical li:first-child .submenu.dropdown {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ink-navigation ul.menu.rounded.vertical li:first-child .submenu.dropdown li a {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ink-navigation ul.menu.rounded.vertical li:first-child .submenu.dropdown li:first-child,
.ink-navigation ul.menu.rounded.vertical li:first-child .submenu.dropdown li:last-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ink-navigation ul.menu.rounded.vertical li:first-child .submenu.dropdown li:first-child a,
.ink-navigation ul.menu.rounded.vertical li:first-child .submenu.dropdown li:last-child a {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ink-navigation ul.menu.rounded.vertical li:first-child a {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ink-navigation ul.menu.rounded.vertical li:last-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ink-navigation ul.menu.rounded.vertical li:last-child .submenu.dropdown {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ink-navigation ul.menu.rounded.vertical li:last-child .submenu.dropdown li a {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ink-navigation ul.menu.rounded.vertical li:last-child .submenu.dropdown li:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ink-navigation ul.menu.rounded.vertical li:last-child .submenu.dropdown li:first-child a {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ink-navigation ul.menu.rounded.vertical li:last-child .submenu.dropdown li:last-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ink-navigation ul.menu.rounded.vertical li:last-child .submenu.dropdown li:last-child a {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ink-navigation ul.menu.rounded.vertical li:last-child a {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ink-navigation ul.menu.rounded.vertical li .submenu {
  border-radius: 0 4px 4px 4px;
}
.ink-navigation ul.menu.rounded.vertical li .submenu.dropdown {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ink-navigation ul.menu.rounded.vertical li .submenu.dropdown li {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ink-navigation ul.menu.rounded.vertical li .submenu.dropdown li a {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ink-navigation ul.menu.rounded.vertical li .submenu.dropdown li:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ink-navigation ul.menu.rounded.vertical li .submenu.dropdown li:first-child a {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ink-navigation ul.menu.rounded.vertical li .submenu.dropdown li:last-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ink-navigation ul.menu.rounded.vertical li .submenu.dropdown li:last-child a {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ink-navigation ul.menu.rounded.vertical li .submenu li a {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ink-navigation ul.menu.rounded.vertical li .submenu li:first-child {
  border-radius: 0 4px 0 0;
}
.ink-navigation ul.menu.rounded.vertical li .submenu li:first-child a {
  border-radius: 0 4px 0 0;
}
.ink-navigation ul.menu.rounded.vertical li .submenu li:last-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ink-navigation ul.menu.rounded.vertical li .submenu li:last-child a {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ink-navigation ul.menu.shadowed {
  -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.3);
}
.ink-navigation ul.menu.shadowed li ul.submenu {
  -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.3);
}
.ink-navigation ul.menu.shadowed li ul.submenu.dropdown {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ink-navigation ul.pagination li.disabled a {
  color: #b3b3b3;
  text-shadow: 0 1px 0 #ffffff;
}
.ink-navigation ul.pagination li.disabled a:hover {
  background: none;
}
.ink-navigation ul.pagination li.active a {
  text-decoration: underline;
}
.ink-navigation ul.pagination.white li {
  background: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2');
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(150%, #f2f2f2));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 150%);
  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 150%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 150%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 150%);
}
.ink-navigation ul.pagination.white li.disabled a {
  color: #999999;
  text-shadow: 0 1px 0 #ffffff;
}
.ink-navigation ul.pagination.white li.active a {
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
.ink-navigation ul.pagination.grey li {
  background: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#cccccc');
  background: -moz-linear-gradient(top, #e6e6e6 0%, #cccccc 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(150%, #cccccc));
  background: -webkit-linear-gradient(top, #e6e6e6 0%, #cccccc 150%);
  background: -o-linear-gradient(top, #e6e6e6 0%, #cccccc 150%);
  background: -ms-linear-gradient(top, #e6e6e6 0%, #cccccc 150%);
  background: linear-gradient(to bottom, #e6e6e6 0%, #cccccc 150%);
}
.ink-navigation ul.pagination.grey li.disabled a {
  color: #999999;
  text-shadow: 0 1px 0 #ffffff;
}
.ink-navigation ul.pagination.grey li.active a {
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
.ink-navigation ul.pagination.black li {
  background: #1a1a1a;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a1a1a', endColorstr='#0d0d0d');
  background: -moz-linear-gradient(top, #1a1a1a 0%, #0d0d0d 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a1a1a), color-stop(150%, #0d0d0d));
  background: -webkit-linear-gradient(top, #1a1a1a 0%, #0d0d0d 150%);
  background: -o-linear-gradient(top, #1a1a1a 0%, #0d0d0d 150%);
  background: -ms-linear-gradient(top, #1a1a1a 0%, #0d0d0d 150%);
  background: linear-gradient(to bottom, #1a1a1a 0%, #0d0d0d 150%);
}
.ink-navigation ul.pagination.black li.disabled a {
  color: #666666;
  text-shadow: 0 -1px 0 #141414;
}
.ink-navigation ul.pagination.black li.active a {
  background: rgba(0, 0, 0, 0.5);
}
.ink-navigation ul.pagination.orange li {
  background: #f2990d;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2990d', endColorstr='#c27b0a');
  background: -moz-linear-gradient(top, #f2990d 0%, #c27b0a 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2990d), color-stop(150%, #c27b0a));
  background: -webkit-linear-gradient(top, #f2990d 0%, #c27b0a 150%);
  background: -o-linear-gradient(top, #f2990d 0%, #c27b0a 150%);
  background: -ms-linear-gradient(top, #f2990d 0%, #c27b0a 150%);
  background: linear-gradient(to bottom, #f2990d 0%, #c27b0a 150%);
}
.ink-navigation ul.pagination.orange li.disabled a {
  color: #995e00;
  text-shadow: 0 1px 0 #ffac29;
}
.ink-navigation ul.pagination.orange li.active a {
  background: #b36d00;
}
.ink-navigation ul.pagination.blue li {
  background: #3491b0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3491b0', endColorstr='#297188');
  background: -moz-linear-gradient(top, #3491b0 0%, #297188 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3491b0), color-stop(150%, #297188));
  background: -webkit-linear-gradient(top, #3491b0 0%, #297188 150%);
  background: -o-linear-gradient(top, #3491b0 0%, #297188 150%);
  background: -ms-linear-gradient(top, #3491b0 0%, #297188 150%);
  background: linear-gradient(to bottom, #3491b0 0%, #297188 150%);
}
.ink-navigation ul.pagination.blue li.disabled a {
  color: #175367;
  text-shadow: 0 1px 0 #39aed4;
}
.ink-navigation ul.pagination.blue li.active a {
  background: #1b647c;
}
.ink-navigation ul.pagination.green li {
  background: #4c9220;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c9220', endColorstr='#366817');
  background: -moz-linear-gradient(top, #4c9220 0%, #366817 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c9220), color-stop(150%, #366817));
  background: -webkit-linear-gradient(top, #4c9220 0%, #366817 150%);
  background: -o-linear-gradient(top, #4c9220 0%, #366817 150%);
  background: -ms-linear-gradient(top, #4c9220 0%, #366817 150%);
  background: linear-gradient(to bottom, #4c9220 0%, #366817 150%);
}
.ink-navigation ul.pagination.green li.disabled a {
  color: #20420a;
  text-shadow: 0 1px 0 #57b61b;
}
.ink-navigation ul.pagination.green li.active a {
  background: #2a580d;
}
.ink-navigation ul.pagination.red li {
  background: #be1c1c;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#be1c1c', endColorstr='#921515');
  background: -moz-linear-gradient(top, #be1c1c 0%, #921515 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #be1c1c), color-stop(150%, #921515));
  background: -webkit-linear-gradient(top, #be1c1c 0%, #921515 150%);
  background: -o-linear-gradient(top, #be1c1c 0%, #921515 150%);
  background: -ms-linear-gradient(top, #be1c1c 0%, #921515 150%);
  background: linear-gradient(to bottom, #be1c1c 0%, #921515 150%);
}
.ink-navigation ul.pagination.red li.disabled a {
  color: #530707;
  text-shadow: 0 1px 0 #eb1717;
}
.ink-navigation ul.pagination.red li.active a {
  background: #820b0b;
}
.ink-navigation ul.pagination.grey a,
.ink-navigation ul.pagination.white a {
  color: #555555;
}
.ink-navigation ul.pagination.black a,
.ink-navigation ul.pagination.orange a,
.ink-navigation ul.pagination.blue a,
.ink-navigation ul.pagination.green a,
.ink-navigation ul.pagination.red a {
  color: #ffffff;
}
.ink-navigation ul.pagination.black li:first-child a,
.ink-navigation ul.pagination.orange li:first-child a,
.ink-navigation ul.pagination.blue li:first-child a,
.ink-navigation ul.pagination.green li:first-child a,
.ink-navigation ul.pagination.red li:first-child a,
.ink-navigation ul.pagination.grey li:first-child a,
.ink-navigation ul.pagination.white li:first-child a {
  padding: 0.5em 1em;
}
.ink-navigation ul.pagination.black li a:hover,
.ink-navigation ul.pagination.orange li a:hover,
.ink-navigation ul.pagination.blue li a:hover,
.ink-navigation ul.pagination.green li a:hover,
.ink-navigation ul.pagination.red li a:hover,
.ink-navigation ul.pagination.grey li a:hover,
.ink-navigation ul.pagination.white li a:hover {
  background: rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
.ink-navigation ul.pagination.black li.disabled a:hover,
.ink-navigation ul.pagination.orange li.disabled a:hover,
.ink-navigation ul.pagination.blue li.disabled a:hover,
.ink-navigation ul.pagination.green li.disabled a:hover,
.ink-navigation ul.pagination.red li.disabled a:hover,
.ink-navigation ul.pagination.grey li.disabled a:hover,
.ink-navigation ul.pagination.white li.disabled a:hover {
  background: rgba(0, 0, 0, 0);
  text-decoration: none;
}
.ink-navigation ul.pagination.black li.active a,
.ink-navigation ul.pagination.orange li.active a,
.ink-navigation ul.pagination.blue li.active a,
.ink-navigation ul.pagination.green li.active a,
.ink-navigation ul.pagination.red li.active a,
.ink-navigation ul.pagination.grey li.active a,
.ink-navigation ul.pagination.white li.active a {
  background: rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.ink-navigation ul.pagination.flat li {
  background: #ffffff;
}
.ink-navigation ul.pagination.flat.grey li {
  background: #d9d9d9;
}
.ink-navigation ul.pagination.flat.black li {
  background: #000000;
}
.ink-navigation ul.pagination.flat.orange li {
  background: #f2990d;
}
.ink-navigation ul.pagination.flat.blue li {
  background: #3491b0;
}
.ink-navigation ul.pagination.flat.green li {
  background: #4c9220;
}
.ink-navigation ul.pagination.flat.red li {
  background: #be1c1c;
}
.ink-navigation ul.pagination.rounded li:first-child,
.ink-navigation ul.pagination.rounded li:first-child a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.ink-navigation ul.pagination.rounded li:last-child,
.ink-navigation ul.pagination.rounded li:last-child a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ink-navigation ul.pagination.shadowed li {
  -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.3);
}
.ink-navigation ul.breadcrumbs li.active a {
  background: none;
  color: #999999;
}
.ink-navigation ul.breadcrumbs li.active a:hover {
  cursor: default;
  text-decoration: none;
}
.ink-navigation ul.breadcrumbs li a:hover {
  background: none;
  text-decoration: underline;
}
.ink-navigation ul.breadcrumbs.white {
  background: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2');
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(150%, #f2f2f2));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 150%);
  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 150%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 150%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 150%);
}
.ink-navigation ul.breadcrumbs.white li:after {
  color: #555555;
}
.ink-navigation ul.breadcrumbs.white li.active a {
  color: #999999;
  text-shadow: 0 1px 0 #ffffff;
}
.ink-navigation ul.breadcrumbs.grey {
  background: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#cccccc');
  background: -moz-linear-gradient(top, #e6e6e6 0%, #cccccc 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(150%, #cccccc));
  background: -webkit-linear-gradient(top, #e6e6e6 0%, #cccccc 150%);
  background: -o-linear-gradient(top, #e6e6e6 0%, #cccccc 150%);
  background: -ms-linear-gradient(top, #e6e6e6 0%, #cccccc 150%);
  background: linear-gradient(to bottom, #e6e6e6 0%, #cccccc 150%);
}
.ink-navigation ul.breadcrumbs.grey li:after {
  color: #555555;
}
.ink-navigation ul.breadcrumbs.grey li.active a {
  color: #999999;
  text-shadow: 0 1px 0 #ffffff;
}
.ink-navigation ul.breadcrumbs.black {
  background: #1a1a1a;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a1a1a', endColorstr='#0d0d0d');
  background: -moz-linear-gradient(top, #1a1a1a 0%, #0d0d0d 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a1a1a), color-stop(150%, #0d0d0d));
  background: -webkit-linear-gradient(top, #1a1a1a 0%, #0d0d0d 150%);
  background: -o-linear-gradient(top, #1a1a1a 0%, #0d0d0d 150%);
  background: -ms-linear-gradient(top, #1a1a1a 0%, #0d0d0d 150%);
  background: linear-gradient(to bottom, #1a1a1a 0%, #0d0d0d 150%);
}
.ink-navigation ul.breadcrumbs.black li.active a {
  color: #666666;
  text-shadow: 0 -1px 0 #141414;
}
.ink-navigation ul.breadcrumbs.orange {
  background: #f2990d;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2990d', endColorstr='#c27b0a');
  background: -moz-linear-gradient(top, #f2990d 0%, #c27b0a 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2990d), color-stop(150%, #c27b0a));
  background: -webkit-linear-gradient(top, #f2990d 0%, #c27b0a 150%);
  background: -o-linear-gradient(top, #f2990d 0%, #c27b0a 150%);
  background: -ms-linear-gradient(top, #f2990d 0%, #c27b0a 150%);
  background: linear-gradient(to bottom, #f2990d 0%, #c27b0a 150%);
}
.ink-navigation ul.breadcrumbs.orange li.active a {
  color: #995e00;
  text-shadow: 0 1px 0 #ffac29;
}
.ink-navigation ul.breadcrumbs.blue {
  background: #3491b0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3491b0', endColorstr='#297188');
  background: -moz-linear-gradient(top, #3491b0 0%, #297188 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3491b0), color-stop(150%, #297188));
  background: -webkit-linear-gradient(top, #3491b0 0%, #297188 150%);
  background: -o-linear-gradient(top, #3491b0 0%, #297188 150%);
  background: -ms-linear-gradient(top, #3491b0 0%, #297188 150%);
  background: linear-gradient(to bottom, #3491b0 0%, #297188 150%);
}
.ink-navigation ul.breadcrumbs.blue li.active a {
  color: #175367;
  text-shadow: 0 1px 0 #39aed4;
}
.ink-navigation ul.breadcrumbs.green {
  background: #4c9220;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c9220', endColorstr='#366817');
  background: -moz-linear-gradient(top, #4c9220 0%, #366817 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c9220), color-stop(150%, #366817));
  background: -webkit-linear-gradient(top, #4c9220 0%, #366817 150%);
  background: -o-linear-gradient(top, #4c9220 0%, #366817 150%);
  background: -ms-linear-gradient(top, #4c9220 0%, #366817 150%);
  background: linear-gradient(to bottom, #4c9220 0%, #366817 150%);
}
.ink-navigation ul.breadcrumbs.green li.active a {
  color: #20420a;
  text-shadow: 0 1px 0 #57b61b;
}
.ink-navigation ul.breadcrumbs.red {
  background: #be1c1c;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#be1c1c', endColorstr='#921515');
  background: -moz-linear-gradient(top, #be1c1c 0%, #921515 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #be1c1c), color-stop(150%, #921515));
  background: -webkit-linear-gradient(top, #be1c1c 0%, #921515 150%);
  background: -o-linear-gradient(top, #be1c1c 0%, #921515 150%);
  background: -ms-linear-gradient(top, #be1c1c 0%, #921515 150%);
  background: linear-gradient(to bottom, #be1c1c 0%, #921515 150%);
}
.ink-navigation ul.breadcrumbs.red li.active a {
  color: #530707;
  text-shadow: 0 1px 0 #eb1717;
}
.ink-navigation ul.breadcrumbs.black li:first-child a,
.ink-navigation ul.breadcrumbs.orange li:first-child a,
.ink-navigation ul.breadcrumbs.blue li:first-child a,
.ink-navigation ul.breadcrumbs.green li:first-child a,
.ink-navigation ul.breadcrumbs.red li:first-child a,
.ink-navigation ul.breadcrumbs.grey li:first-child a,
.ink-navigation ul.breadcrumbs.white li:first-child a {
  padding-left: 1.2em;
}
.ink-navigation ul.breadcrumbs.black li:after,
.ink-navigation ul.breadcrumbs.orange li:after,
.ink-navigation ul.breadcrumbs.blue li:after,
.ink-navigation ul.breadcrumbs.green li:after,
.ink-navigation ul.breadcrumbs.red li:after {
  color: #ffffff;
}
.ink-navigation ul.breadcrumbs.black li a,
.ink-navigation ul.breadcrumbs.orange li a,
.ink-navigation ul.breadcrumbs.blue li a,
.ink-navigation ul.breadcrumbs.green li a,
.ink-navigation ul.breadcrumbs.red li a {
  color: #ffffff;
}
.ink-navigation ul.breadcrumbs.flat {
  background: #ffffff;
}
.ink-navigation ul.breadcrumbs.flat.grey {
  background: #d9d9d9;
}
.ink-navigation ul.breadcrumbs.flat.black {
  background: #000000;
}
.ink-navigation ul.breadcrumbs.flat.orange {
  background: #f2990d;
}
.ink-navigation ul.breadcrumbs.flat.blue {
  background: #3491b0;
}
.ink-navigation ul.breadcrumbs.flat.green {
  background: #4c9220;
}
.ink-navigation ul.breadcrumbs.flat.red {
  background: #be1c1c;
}
.ink-navigation ul.breadcrumbs.rounded {
  border-radius: 8px;
}
.ink-navigation ul.breadcrumbs.shadowed {
  -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.3);
}
.ink-navigation ul.pills li {
  background: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2');
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(150%, #f2f2f2));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 150%);
  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 150%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 150%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 150%);
}
.ink-navigation ul.pills li a {
  color: #555555;
  background: none;
}
.ink-navigation ul.pills li a:hover {
  background: none;
}
.ink-navigation ul.pills li:hover {
  background: #d9d9d9;
}
.ink-navigation ul.pills li.active {
  background: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#bfbfbf');
  background: -moz-linear-gradient(top, #e6e6e6 0%, #bfbfbf 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(150%, #bfbfbf));
  background: -webkit-linear-gradient(top, #e6e6e6 0%, #bfbfbf 150%);
  background: -o-linear-gradient(top, #e6e6e6 0%, #bfbfbf 150%);
  background: -ms-linear-gradient(top, #e6e6e6 0%, #bfbfbf 150%);
  background: linear-gradient(to bottom, #e6e6e6 0%, #bfbfbf 150%);
}
.ink-navigation ul.pills li.active a {
  color: #000000;
  background: none;
}
.ink-navigation ul.pills li.active:hover {
  background: #b3b3b3;
}
.ink-navigation ul.pills li.disabled {
  background: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2');
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(150%, #f2f2f2));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 150%);
  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 150%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 150%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 150%);
}
.ink-navigation ul.pills li.disabled a {
  color: #d4d4d4;
  text-shadow: 0 1px 0 #ffffff;
}
.ink-navigation ul.pills li.disabled a:hover {
  cursor: default;
}
.ink-navigation ul.pills.green li a,
.ink-navigation ul.pills.red li a,
.ink-navigation ul.pills.blue li a,
.ink-navigation ul.pills.orange li a,
.ink-navigation ul.pills.black li a {
  color: #ffffff;
}
.ink-navigation ul.pills.grey li {
  background: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#cccccc');
  background: -moz-linear-gradient(top, #e6e6e6 0%, #cccccc 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(150%, #cccccc));
  background: -webkit-linear-gradient(top, #e6e6e6 0%, #cccccc 150%);
  background: -o-linear-gradient(top, #e6e6e6 0%, #cccccc 150%);
  background: -ms-linear-gradient(top, #e6e6e6 0%, #cccccc 150%);
  background: linear-gradient(to bottom, #e6e6e6 0%, #cccccc 150%);
}
.ink-navigation ul.pills.grey li:hover {
  background: #a6a6a6;
}
.ink-navigation ul.pills.grey li.active {
  background: #999999;
}
.ink-navigation ul.pills.grey li.active:hover {
  background: #808080;
}
.ink-navigation ul.pills.grey li.disabled {
  background: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#cccccc');
  background: -moz-linear-gradient(top, #e6e6e6 0%, #cccccc 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(150%, #cccccc));
  background: -webkit-linear-gradient(top, #e6e6e6 0%, #cccccc 150%);
  background: -o-linear-gradient(top, #e6e6e6 0%, #cccccc 150%);
  background: -ms-linear-gradient(top, #e6e6e6 0%, #cccccc 150%);
  background: linear-gradient(to bottom, #e6e6e6 0%, #cccccc 150%);
}
.ink-navigation ul.pills.grey li.disabled a {
  color: #999999;
}
.ink-navigation ul.pills.black li {
  background: #1a1a1a;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a1a1a', endColorstr='#0d0d0d');
  background: -moz-linear-gradient(top, #1a1a1a 0%, #0d0d0d 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a1a1a), color-stop(150%, #0d0d0d));
  background: -webkit-linear-gradient(top, #1a1a1a 0%, #0d0d0d 150%);
  background: -o-linear-gradient(top, #1a1a1a 0%, #0d0d0d 150%);
  background: -ms-linear-gradient(top, #1a1a1a 0%, #0d0d0d 150%);
  background: linear-gradient(to bottom, #1a1a1a 0%, #0d0d0d 150%);
}
.ink-navigation ul.pills.black li:hover {
  background: #404040;
}
.ink-navigation ul.pills.black li.active {
  background: #404040;
}
.ink-navigation ul.pills.black li.active:hover {
  background: #444;
}
.ink-navigation ul.pills.black li.disabled {
  background: #1a1a1a;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a1a1a', endColorstr='#0d0d0d');
  background: -moz-linear-gradient(top, #1a1a1a 0%, #0d0d0d 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a1a1a), color-stop(150%, #0d0d0d));
  background: -webkit-linear-gradient(top, #1a1a1a 0%, #0d0d0d 150%);
  background: -o-linear-gradient(top, #1a1a1a 0%, #0d0d0d 150%);
  background: -ms-linear-gradient(top, #1a1a1a 0%, #0d0d0d 150%);
  background: linear-gradient(to bottom, #1a1a1a 0%, #0d0d0d 150%);
}
.ink-navigation ul.pills.black li.disabled a {
  color: #4d4d4d;
  text-shadow: 0 1px 0 #666666;
}
.ink-navigation ul.pills.orange li {
  background: #f2990d;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2990d', endColorstr='#c27b0a');
  background: -moz-linear-gradient(top, #f2990d 0%, #c27b0a 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2990d), color-stop(150%, #c27b0a));
  background: -webkit-linear-gradient(top, #f2990d 0%, #c27b0a 150%);
  background: -o-linear-gradient(top, #f2990d 0%, #c27b0a 150%);
  background: -ms-linear-gradient(top, #f2990d 0%, #c27b0a 150%);
  background: linear-gradient(to bottom, #f2990d 0%, #c27b0a 150%);
}
.ink-navigation ul.pills.orange li:hover {
  background: #b36d00;
}
.ink-navigation ul.pills.orange li.active {
  background: #b36d00;
}
.ink-navigation ul.pills.orange li.active:hover {
  background: #804e00;
}
.ink-navigation ul.pills.orange li.disabled {
  background: #f2990d;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2990d', endColorstr='#c27b0a');
  background: -moz-linear-gradient(top, #f2990d 0%, #c27b0a 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2990d), color-stop(150%, #c27b0a));
  background: -webkit-linear-gradient(top, #f2990d 0%, #c27b0a 150%);
  background: -o-linear-gradient(top, #f2990d 0%, #c27b0a 150%);
  background: -ms-linear-gradient(top, #f2990d 0%, #c27b0a 150%);
  background: linear-gradient(to bottom, #f2990d 0%, #c27b0a 150%);
}
.ink-navigation ul.pills.orange li.disabled a {
  color: #995e00;
  text-shadow: 0 1px 0 #ffc466;
}
.ink-navigation ul.pills.blue li {
  background: #3491b0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3491b0', endColorstr='#297188');
  background: -moz-linear-gradient(top, #3491b0 0%, #297188 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3491b0), color-stop(150%, #297188));
  background: -webkit-linear-gradient(top, #3491b0 0%, #297188 150%);
  background: -o-linear-gradient(top, #3491b0 0%, #297188 150%);
  background: -ms-linear-gradient(top, #3491b0 0%, #297188 150%);
  background: linear-gradient(to bottom, #3491b0 0%, #297188 150%);
}
.ink-navigation ul.pills.blue li:hover {
  background: #1b647c;
}
.ink-navigation ul.pills.blue li.active {
  background: #1b647c;
}
.ink-navigation ul.pills.blue li.active:hover {
  background: #124352;
}
.ink-navigation ul.pills.blue li.disabled {
  background: #3491b0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3491b0', endColorstr='#297188');
  background: -moz-linear-gradient(top, #3491b0 0%, #297188 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3491b0), color-stop(150%, #297188));
  background: -webkit-linear-gradient(top, #3491b0 0%, #297188 150%);
  background: -o-linear-gradient(top, #3491b0 0%, #297188 150%);
  background: -ms-linear-gradient(top, #3491b0 0%, #297188 150%);
  background: linear-gradient(to bottom, #3491b0 0%, #297188 150%);
}
.ink-navigation ul.pills.blue li.disabled a {
  color: #175367;
  text-shadow: 0 1px 0 #6bc2df;
}
.ink-navigation ul.pills.green li {
  background: #4c9220;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c9220', endColorstr='#366817');
  background: -moz-linear-gradient(top, #4c9220 0%, #366817 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c9220), color-stop(150%, #366817));
  background: -webkit-linear-gradient(top, #4c9220 0%, #366817 150%);
  background: -o-linear-gradient(top, #4c9220 0%, #366817 150%);
  background: -ms-linear-gradient(top, #4c9220 0%, #366817 150%);
  background: linear-gradient(to bottom, #4c9220 0%, #366817 150%);
}
.ink-navigation ul.pills.green li:hover {
  background: #2a580d;
}
.ink-navigation ul.pills.green li.active {
  background: #2a580d;
}
.ink-navigation ul.pills.green li.active:hover {
  background: #152c07;
}
.ink-navigation ul.pills.green li.disabled {
  background: #4c9220;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c9220', endColorstr='#366817');
  background: -moz-linear-gradient(top, #4c9220 0%, #366817 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c9220), color-stop(150%, #366817));
  background: -webkit-linear-gradient(top, #4c9220 0%, #366817 150%);
  background: -o-linear-gradient(top, #4c9220 0%, #366817 150%);
  background: -ms-linear-gradient(top, #4c9220 0%, #366817 150%);
  background: linear-gradient(to bottom, #4c9220 0%, #366817 150%);
}
.ink-navigation ul.pills.green li.disabled a {
  color: #2a580d;
  text-shadow: 0 1px 0 #55b11a;
}
.ink-navigation ul.pills.red li {
  background: #be1c1c;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#be1c1c', endColorstr='#921515');
  background: -moz-linear-gradient(top, #be1c1c 0%, #921515 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #be1c1c), color-stop(150%, #921515));
  background: -webkit-linear-gradient(top, #be1c1c 0%, #921515 150%);
  background: -o-linear-gradient(top, #be1c1c 0%, #921515 150%);
  background: -ms-linear-gradient(top, #be1c1c 0%, #921515 150%);
  background: linear-gradient(to bottom, #be1c1c 0%, #921515 150%);
}
.ink-navigation ul.pills.red li:hover {
  background: #820b0b;
}
.ink-navigation ul.pills.red li.active {
  background: #820b0b;
}
.ink-navigation ul.pills.red li.active:hover {
  background: #530707;
}
.ink-navigation ul.pills.red li.disabled {
  background: #be1c1c;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#be1c1c', endColorstr='#921515');
  background: -moz-linear-gradient(top, #be1c1c 0%, #921515 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #be1c1c), color-stop(150%, #921515));
  background: -webkit-linear-gradient(top, #be1c1c 0%, #921515 150%);
  background: -o-linear-gradient(top, #be1c1c 0%, #921515 150%);
  background: -ms-linear-gradient(top, #be1c1c 0%, #921515 150%);
  background: linear-gradient(to bottom, #be1c1c 0%, #921515 150%);
}
.ink-navigation ul.pills.red li.disabled a {
  color: #6b0909;
  text-shadow: 0 1px 0 #ec2121;
}
.ink-navigation ul.pills.flat li {
  background: #ffffff;
}
.ink-navigation ul.pills.flat li.active,
.ink-navigation ul.pills.flat li:hover {
  background: #000000;
}
.ink-navigation ul.pills.flat.grey li.active,
.ink-navigation ul.pills.flat.grey li:hover {
  background: #d9d9d9;
}
.ink-navigation ul.pills.flat.black li.active,
.ink-navigation ul.pills.flat.black li:hover {
  background: #000000;
}
.ink-navigation ul.pills.flat.orange li.active,
.ink-navigation ul.pills.flat.orange li:hover {
  background: #f2990d;
}
.ink-navigation ul.pills.flat.blue li.active,
.ink-navigation ul.pills.flat.blue li:hover {
  background: #3491b0;
}
.ink-navigation ul.pills.flat.green li.active,
.ink-navigation ul.pills.flat.green li:hover {
  background: #4c9220;
}
.ink-navigation ul.pills.flat.red li.active,
.ink-navigation ul.pills.flat.red li:hover {
  background: #be1c1c;
}
.ink-navigation ul.pills.rounded li {
  border-radius: 8px;
}
.ink-navigation ul.pills.rounded li a {
  border-radius: 8px;
}
.ink-navigation ul.pills.shadowed li {
  -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.3);
}
.ink-dropdown {
  position: relative;
  display: inline-block;
}
.ink-dropdown ul.dropdown-menu {
  position: absolute;
  background: #ffffff;
  z-index: 30;
  border: 1px solid #d9d9d9;
  height: auto;
  width: auto;
  min-width: 10em;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 1px 0 rgba(100, 100, 100, 0.3);
  -moz-box-shadow: 0 0 1px 0 rgba(100, 100, 100, 0.3);
  box-shadow: 0 0 1px 0 rgba(100, 100, 100, 0.3);
  padding: 0.3em 0;
  display: none;
  margin-left: 0px;
  padding: 0.35em 0;
  font-size: 0.85em;
}
.ink-dropdown ul.dropdown-menu li {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: auto;
  height: auto;
  min-height: auto;
  display: list-item;
  float: none;
  margin: 0;
  text-align: left;
  text-transform: none;
  padding: 0;
  position: relative;
  list-style-type: none;
}
.ink-dropdown ul.dropdown-menu li.separator-above {
  padding-top: 0.35em;
  margin-top: 0.35em;
  border-top: 1px solid #d9d9d9;
}
.ink-dropdown ul.dropdown-menu li.separator-below {
  padding-bottom: 0.35em;
  margin-bottom: 0.35em;
  border-bottom: 1px solid #d9d9d9;
}
.ink-dropdown ul.dropdown-menu li.heading {
  font-weight: 700;
  padding-bottom: 0.35em;
  margin-bottom: 0.35em;
  padding: 0.5em 0.8em;
  color: #333333;
}
.ink-dropdown ul.dropdown-menu li a {
  color: #444;
  padding: 0.5em 0.8em;
  display: block;
  clear: both;
}
.ink-dropdown ul.dropdown-menu li a:hover {
  background: #f2f2f2;
  text-decoration: none;
}
.ink-dropdown ul.dropdown-menu li.active a {
  background: #999999;
  color: #ffffff;
}
.ink-dropdown ul.dropdown-menu li.disabled a {
  color: #b3b3b3;
}
.ink-dropdown ul.dropdown-menu li.disabled a:hover {
  background: transparent;
  cursor: default;
}
.ink-dropdown ul.dropdown-menu li.submenu {
  overflow: visible;
}
.ink-dropdown ul.dropdown-menu li.submenu > a {
  white-space: nowrap;
}
.ink-dropdown ul.dropdown-menu li.submenu > a:after {
  content: "\f0da";
  float: right;
  width: auto;
  margin-left: 0.8em;
  font-family: FontAwesome;
  color: #b3b3b3;
  clear: both;
  text-align: right;
}
.ink-dropdown ul.dropdown-menu li.submenu:hover > a {
  background: #f2f2f2;
  text-decoration: none;
}
.ink-dropdown ul.dropdown-menu li.submenu:hover:hover > ul.dropdown-menu {
  display: block;
}
.ink-dropdown ul.dropdown-menu li.submenu > ul.dropdown-menu {
  font-size: inherit;
  position: absolute;
  top: -0.36em;
  left: 100%;
  display: none;
}
.ink-dropdown.red ul.dropdown-menu li.active a {
  background: #c91111;
  color: #ffffff;
}
.ink-dropdown.orange ul.dropdown-menu li.active a {
  background: #ff9c00;
  color: #ffffff;
}
.ink-dropdown.green ul.dropdown-menu li.active a {
  background: #4a9b17;
  color: #ffffff;
}
.ink-dropdown.blue ul.dropdown-menu li.active a {
  background: #00869e;
  color: #ffffff;
}
.ink-dropdown.black ul.dropdown-menu li.active a {
  background: #000000;
  color: #ffffff;
}
.ink-form fieldset{border:none; margin-bottom:1.5em; padding:0 0 0 5px;}
.ink-form fieldset legend {/* font-size:1.438em; font-weight:700; width:100%; border-bottom:1px solid #ddd;*/}
.ink-form fieldset legend + *{/*-webkit-margin-top-collapse:separate; margin:2em 0;*/}
.ink-form p.tip {
  font-size: .875em;
  color: #aeaeae;
  position: relative;
  margin: .3em 0 0 0.1em;
}
.ink-form p.label {
  color: #444;
  padding: 0;
  white-space: normal;
}
.ink-form input, .ink-form textarea, .ink-form select {/* border-radius:4px; padding:8px 6px; border:1px solid #c4c4c4; resize:none; font-size:14px; background:#ffffff; vertical-align: middle;*/}
.ink-form .input-file {
  border-radius: 4px;
  padding: 6px;
  border: 1px solid #c4c4c4;
  background: #ffffff;
  vertical-align: middle;
  line-height: 1.2;
}
.ink-form .input-file input[type="file"] {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border: none;
  padding: 0;
  background: none;
  width: 100%;
}
.ink-form button {
  margin: 0 5px;
}
.ink-form label{/*cursor:pointer;*/}
.ink-form select {
  line-height: 2;
  cursor: pointer;
}
.ink-form textarea {
  min-height: 5em;
}
.ink-form .control-group {
  line-height: 2;
  margin-bottom: 1.5em;
}
.ink-form .control-group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}
.ink-form .control-group .control {
  position: relative;
}
.ink-form .control-group .control:after{/* content:"."; display:block; height:0; clear:both; visibility:hidden; zoom:1;*/}
.ink-form .control-group .control > input, .ink-form .control-group .control > select, .ink-form .control-group .control > textarea{/*width: 100%;*/}
.ink-form .control-group .control > input + [class^="icon-"],
.ink-form .control-group .control > select + [class^="icon-"],
.ink-form .control-group .control > textarea + [class^="icon-"],
.ink-form .control-group .control > input + [class*=" icon-"],
.ink-form .control-group .control > select + [class*=" icon-"],
.ink-form .control-group .control > textarea + [class*=" icon-"] {
  display: none;
}
.ink-form .control-group .control.append-status > input,
.ink-form .control-group .control.append-status > select,
.ink-form .control-group .control.append-status > textarea {
  width: 90%;
}
.ink-form .control-group .control.append-status > input + [class^="icon-"],
.ink-form .control-group .control.append-status > select + [class^="icon-"],
.ink-form .control-group .control.append-status > textarea + [class^="icon-"],
.ink-form .control-group .control.append-status > input + [class*=" icon-"],
.ink-form .control-group .control.append-status > select + [class*=" icon-"],
.ink-form .control-group .control.append-status > textarea + [class*=" icon-"] {
  display: inline-block;
  text-align: right;
  margin-left: .4em;
}
.ink-form .control-group input[type="radio"],
.ink-form .control-group input[type="checkbox"] {
  line-height: 2;
  padding: 0;
  border: none;
  margin-top: 0.55em;
  clear: left;
  float: left;
  cursor: pointer;
}
.ink-form .control-group input[type="radio"] + label,
.ink-form .control-group input[type="checkbox"] + label {
  float: left;
  line-height: 2.5;
  margin-left: 0.55em;
  margin-top: -0.4em;
}
.ink-form .control-group .inline label {
  margin-right: 1em;
}
.ink-form .control-group.validation.error input,
.ink-form .control-group.validation.error textarea,
.ink-form .control-group.validation.error select {
  outline: none;
  border-color: rgba(200, 10, 16, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 10px rgba(200, 10, 16, 0.5);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 10px rgba(200, 10, 16, 0.5);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 10px rgba(200, 10, 16, 0.5);
  border: 1px solid rgba(200, 10, 16, 0.5);
}
.ink-form .control-group.validation.error p.tip {
  color: rgba(151, 8, 12, 0.5);
}
.ink-form .control-group.validation.warning input,
.ink-form .control-group.validation.warning textarea,
.ink-form .control-group.validation.warning select {
  outline: none;
  border-color: rgba(255, 156, 0, 0.8999999999999999);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 10px rgba(255, 156, 0, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 10px rgba(255, 156, 0, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 10px rgba(255, 156, 0, 0.6);
  border: 1px solid rgba(255, 156, 0, 0.6);
}
.ink-form .control-group.validation.warning p.tip {
  color: rgba(204, 125, 0, 0.6);
}
.ink-form .control-group.required label,
.ink-form .control-group.required p.label {
  color: #555555;
}
.ink-form .control-group.required label:after,
.ink-form .control-group.required p.label:after {
  content: "\f069";
  color: #c91111;
  margin-left: .6em;
  font-family: FontAwesome;
  font-size: .75em;
  width: 1.25em;
}
.status-indicator {
  position: relative;
  color: transparent;
  display: block;
  float: right;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  font-family: FontAwesome;
  color: #ffffff;
  margin: 0.4em 0em 0.4em 0.4em;
  border-radius: 100%;
}
.status-indicator.error {
  background: #c91111;
}
.status-indicator.error:after {
  content: "\f00d";
  text-shadow: 0 -1px 0 #9a0d0d;
}
.status-indicator.error:before {
  border-right: 10px solid #c91111;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.status-indicator.success {
  background: #4a9b17;
}
.status-indicator.success:after {
  content: "\f00c";
  text-shadow: 0 -1px 0 #3f8514;
}
.status-indicator.success:before {
  border-right: 10px solid #4a9b17;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.status-indicator.success:after,
.status-indicator.error:after {
  display: block;
  width: 104%;
  text-align: center;
}
.status-indicator.success:before,
.status-indicator.error:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: -6px;
  top: 0.5em;
}
.ink-alert.basic,
.ink-alert.block {
  font-size: .938em;
  margin: 1em 0 ;
  position: relative;
  border-radius: 4px;
}
.ink-alert.basic {
  padding: 1em;
  background: #fbe8bc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbe8bc', endColorstr='#f7d88c');
  background: -moz-linear-gradient(top, #fbe8bc 0%, #f7d88c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbe8bc), color-stop(100%, #f7d88c));
  background: -webkit-linear-gradient(top, #fbe8bc 0%, #f7d88c 100%);
  background: -o-linear-gradient(top, #fbe8bc 0%, #f7d88c 100%);
  background: -ms-linear-gradient(top, #fbe8bc 0%, #f7d88c 100%);
  background: linear-gradient(to bottom, #fbe8bc 0%, #f7d88c 100%);
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.ink-alert.basic.success {
  background: #55b11a;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55b11a', endColorstr='#4a9b17');
  background: -moz-linear-gradient(top, #55b11a 0%, #4a9b17 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #55b11a), color-stop(100%, #4a9b17));
  background: -webkit-linear-gradient(top, #55b11a 0%, #4a9b17 100%);
  background: -o-linear-gradient(top, #55b11a 0%, #4a9b17 100%);
  background: -ms-linear-gradient(top, #55b11a 0%, #4a9b17 100%);
  background: linear-gradient(to bottom, #55b11a 0%, #4a9b17 100%);
  color: #ffffff;
}
.ink-alert.basic.error {
  background: #ee3838;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee3838', endColorstr='#c91111');
  background: -moz-linear-gradient(top, #ee3838 0%, #c91111 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee3838), color-stop(100%, #c91111));
  background: -webkit-linear-gradient(top, #ee3838 0%, #c91111 100%);
  background: -o-linear-gradient(top, #ee3838 0%, #c91111 100%);
  background: -ms-linear-gradient(top, #ee3838 0%, #c91111 100%);
  background: linear-gradient(to bottom, #ee3838 0%, #c91111 100%);
  color: #ffffff;
}
.ink-alert.basic.info {
  background: #42b1d5;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#42b1d5', endColorstr='#00869e');
  background: -moz-linear-gradient(top, #42b1d5 0%, #00869e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #42b1d5), color-stop(100%, #00869e));
  background: -webkit-linear-gradient(top, #42b1d5 0%, #00869e 100%);
  background: -o-linear-gradient(top, #42b1d5 0%, #00869e 100%);
  background: -ms-linear-gradient(top, #42b1d5 0%, #00869e 100%);
  background: linear-gradient(to bottom, #42b1d5 0%, #00869e 100%);
  color: #ffffff;
}
.ink-alert.basic .ink-close {
  top: .55em;
  *top: .2em;
}
.ink-alert.block {
  background: #fefbf3;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  font-size: 1em;
}
.ink-alert.block h4 {
  padding: 1em;
  font-size: .938em;
  line-height: 1.5;
  color: #555555;
  background: #fbe8bc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbe8bc', endColorstr='#f7d88c');
  background: -moz-linear-gradient(top, #fbe8bc 0%, #f7d88c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbe8bc), color-stop(100%, #f7d88c));
  background: -webkit-linear-gradient(top, #fbe8bc 0%, #f7d88c 100%);
  background: -o-linear-gradient(top, #fbe8bc 0%, #f7d88c 100%);
  background: -ms-linear-gradient(top, #fbe8bc 0%, #f7d88c 100%);
  background: linear-gradient(to bottom, #fbe8bc 0%, #f7d88c 100%);
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin: 0;
  border-bottom: 1px solid #f6d074;
}
.ink-alert.block p,
.ink-alert.block ul,
.ink-alert.block ol {
  padding: 0 1em 1em;
}
.ink-alert.block ul {
  list-style: inside ;
}
.ink-alert.block.success h4 {
  background: #55b11a;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55b11a', endColorstr='#4a9b17');
  background: -moz-linear-gradient(top, #55b11a 0%, #4a9b17 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #55b11a), color-stop(100%, #4a9b17));
  background: -webkit-linear-gradient(top, #55b11a 0%, #4a9b17 100%);
  background: -o-linear-gradient(top, #55b11a 0%, #4a9b17 100%);
  background: -ms-linear-gradient(top, #55b11a 0%, #4a9b17 100%);
  background: linear-gradient(to bottom, #55b11a 0%, #4a9b17 100%);
  border-bottom: 1px solid #448e15;
  color: #ffffff;
}
.ink-alert.block.error h4 {
  background: #ee3838;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee3838', endColorstr='#c91111');
  background: -moz-linear-gradient(top, #ee3838 0%, #c91111 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee3838), color-stop(100%, #c91111));
  background: -webkit-linear-gradient(top, #ee3838 0%, #c91111 100%);
  background: -o-linear-gradient(top, #ee3838 0%, #c91111 100%);
  background: -ms-linear-gradient(top, #ee3838 0%, #c91111 100%);
  background: linear-gradient(to bottom, #ee3838 0%, #c91111 100%);
  border-bottom: 1px solid #bb1010;
  color: #ffffff;
}
.ink-alert.block.info h4 {
  background: #42b1d5;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#42b1d5', endColorstr='#00869e');
  background: -moz-linear-gradient(top, #42b1d5 0%, #00869e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #42b1d5), color-stop(100%, #00869e));
  background: -webkit-linear-gradient(top, #42b1d5 0%, #00869e 100%);
  background: -o-linear-gradient(top, #42b1d5 0%, #00869e 100%);
  background: -ms-linear-gradient(top, #42b1d5 0%, #00869e 100%);
  background: linear-gradient(to bottom, #42b1d5 0%, #00869e 100%);
  border-bottom: 1px solid #2486a6;
  color: #ffffff;
}
.ink-alert .ink-dismiss {
  position: absolute;
  color: #000000;
  font-family: Arial, sans-serif;
  font-weight: bold;
  line-height: 0.56em;
  font-size: 1.8em;
  padding: 5px;
  border: none;
  background: none;
  text-shadow: 0px 1px 0px #ffffff;
  filter: alpha(opacity=20);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  opacity: 0.2;
  top: .5em;
  *top: .2em;
  right: .4em;
}
.ink-tooltip {
  max-width: 300px;
  position: absolute;
  display: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 150ms;
  -moz-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  -ms-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
}
.ink-tooltip.fade {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}
.ink-tooltip.animate {
  filter: alpha(opacity=10000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10000)";
  opacity: 100;
}
.ink-tooltip > .content {
  background: #e6e6e6;
  padding: 0.5em 0.6em;
  border-radius: 3px;
  font-size: 0.8em;
  color: #828282;
}
.ink-tooltip > .arrow {
  position: absolute;
}
.ink-tooltip > .arrow.top,
.ink-tooltip > .arrow.bottom,
.ink-tooltip > .arrow.left,
.ink-tooltip > .arrow.right {
  width: 0;
  height: 0;
}
.ink-tooltip > .arrow.top {
  border-left: 0.4em solid transparent;
  border-right: 0.4em solid transparent;
  border-bottom: 0.4em solid #e6e6e6;
  top: -0.4em;
  left: 50%;
  margin-left: -0.2em;
}
.ink-tooltip > .arrow.bottom {
  border-left: 0.4em solid transparent;
  border-right: 0.4em solid transparent;
  border-top: 0.4em solid #e6e6e6;
  bottom: -0.36363636363636365em;
  left: 50%;
  margin-left: -0.2em;
}
.ink-tooltip > .arrow.right {
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  border-left: 0.4em solid #e6e6e6;
  top: 50%;
  right: -0.36363636363636365em;
  margin-top: -0.4em;
}
.ink-tooltip > .arrow.left {
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  border-right: 0.4em solid #e6e6e6;
  top: 50%;
  left: -0.36363636363636365em;
  margin-top: -0.4em;
}
.ink-tooltip.blue > .content {
  background: #00869e;
  color: #ffffff;
}
.ink-tooltip.blue > .arrow.top {
  border-bottom-color: #00869e;
}
.ink-tooltip.blue > .arrow.bottom {
  border-top-color: #00869e;
}
.ink-tooltip.blue > .arrow.left {
  border-right-color: #00869e;
}
.ink-tooltip.blue > .arrow.right {
  border-left-color: #00869e;
}
.ink-tooltip.red > .content {
  background: #c91111;
  color: #ffffff;
}
.ink-tooltip.red > .arrow.top {
  border-bottom-color: #c91111;
}
.ink-tooltip.red > .arrow.bottom {
  border-top-color: #c91111;
}
.ink-tooltip.red > .arrow.left {
  border-right-color: #c91111;
}
.ink-tooltip.red > .arrow.right {
  border-left-color: #c91111;
}
.ink-tooltip.orange > .content {
  background: #ff9c00;
  color: #ffffff;
}
.ink-tooltip.orange > .arrow.top {
  border-bottom-color: #ff9c00;
}
.ink-tooltip.orange > .arrow.bottom {
  border-top-color: #ff9c00;
}
.ink-tooltip.orange > .arrow.left {
  border-right-color: #ff9c00;
}
.ink-tooltip.orange > .arrow.right {
  border-left-color: #ff9c00;
}
.ink-tooltip.green > .content {
  background: #4a9b17;
  color: #ffffff;
}
.ink-tooltip.green > .arrow.top {
  border-bottom-color: #4a9b17;
}
.ink-tooltip.green > .arrow.bottom {
  border-top-color: #4a9b17;
}
.ink-tooltip.green > .arrow.left {
  border-right-color: #4a9b17;
}
.ink-tooltip.green > .arrow.right {
  border-left-color: #4a9b17;
}
.ink-tooltip.black > .content {
  background: #000000;
  color: #ffffff;
}
.ink-tooltip.black > .arrow.top {
  border-bottom-color: #000000;
}
.ink-tooltip.black > .arrow.bottom {
  border-top-color: #000000;
}
.ink-tooltip.black > .arrow.left {
  border-right-color: #000000;
}
.ink-tooltip.black > .arrow.right {
  border-left-color: #000000;
}
.ink-button {
  -webkit-appearance: menuitem;
  font-weight: bold;
  font-size: 0.938em;
  padding: 0.46em 0.8em;
  border: 1px solid #ccc;
  cursor: pointer;
  margin: 5px;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  color: #333333;
  border-color: #c8c8c8;
  border-bottom-color: #aeaeae;
  text-shadow: 0 0.09em 0.03em #ffffff;
  background: #eeeeee;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#c8c8c8');
  background: -moz-linear-gradient(top, #eeeeee 0%, #c8c8c8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #c8c8c8));
  background: -webkit-linear-gradient(top, #eeeeee 0%, #c8c8c8 100%);
  background: -o-linear-gradient(top, #eeeeee 0%, #c8c8c8 100%);
  background: -ms-linear-gradient(top, #eeeeee 0%, #c8c8c8 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #c8c8c8 100%);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
}
.ink-button:hover {
  background: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cacaca');
  background: -moz-linear-gradient(top, #ffffff 0%, #cacaca 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cacaca));
  background: -webkit-linear-gradient(top, #ffffff 0%, #cacaca 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #cacaca 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #cacaca 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #cacaca 100%);
  -webkit-box-shadow: '0 1px 5px rgba(0, 0, 0, 0.1),  inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 0em .5em rgba(255, 255, 255, 0.5)';
  -moz-box-shadow: '0 1px 5px rgba(0, 0, 0, 0.1),  inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 0em .5em rgba(255, 255, 255, 0.5)';
  box-shadow: '0 1px 5px rgba(0, 0, 0, 0.1),  inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 0em .5em rgba(255, 255, 255, 0.5)';
  color: #333333;
  text-decoration: none;
}
.ink-button:active {
  background: #dcdcdc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdcdc', endColorstr='#ffffff');
  background: -moz-linear-gradient(top, #dcdcdc 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dcdcdc), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #dcdcdc 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #dcdcdc 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #dcdcdc 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #dcdcdc 0%, #ffffff 100%);
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25) inset;
}
.ink-button[disabled],
.ink-button .ink-disabled {
  background: #eeeeee;
  box-shadow: none;
  border: none;
}
.ink-button[disabled]:hover,
.ink-button .ink-disabled:hover {
  background: #eeeeee;
  cursor: not-allowed;
}
.ink-button.orange {
  color: #ffffff;
  border-color: #b36d00;
  border-bottom-color: #804e00;
  text-shadow: 0 -0.09em 0.03em #804e00;
  background: #ff9c00;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9c00', endColorstr='#b36d00');
  background: -moz-linear-gradient(top, #ff9c00 0%, #b36d00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9c00), color-stop(100%, #b36d00));
  background: -webkit-linear-gradient(top, #ff9c00 0%, #b36d00 100%);
  background: -o-linear-gradient(top, #ff9c00 0%, #b36d00 100%);
  background: -ms-linear-gradient(top, #ff9c00 0%, #b36d00 100%);
  background: linear-gradient(to bottom, #ff9c00 0%, #b36d00 100%);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
}
.ink-button.orange:hover {
  background: #ffaa24;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaa24', endColorstr='#b87000');
  background: -moz-linear-gradient(top, #ffaa24 0%, #b87000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffaa24), color-stop(100%, #b87000));
  background: -webkit-linear-gradient(top, #ffaa24 0%, #b87000 100%);
  background: -o-linear-gradient(top, #ffaa24 0%, #b87000 100%);
  background: -ms-linear-gradient(top, #ffaa24 0%, #b87000 100%);
  background: linear-gradient(to bottom, #ffaa24 0%, #b87000 100%);
  -webkit-box-shadow: '0 1px 5px rgba(0, 0, 0, 0.1),  inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 0em .5em rgba(255, 255, 255, 0.5)';
  -moz-box-shadow: '0 1px 5px rgba(0, 0, 0, 0.1),  inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 0em .5em rgba(255, 255, 255, 0.5)';
  box-shadow: '0 1px 5px rgba(0, 0, 0, 0.1),  inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 0em .5em rgba(255, 255, 255, 0.5)';
  color: #ffffff;
  text-decoration: none;
}
.ink-button.orange:active {
  background: #db8600;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db8600', endColorstr='#ffaa24');
  background: -moz-linear-gradient(top, #db8600 0%, #ffaa24 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #db8600), color-stop(100%, #ffaa24));
  background: -webkit-linear-gradient(top, #db8600 0%, #ffaa24 100%);
  background: -o-linear-gradient(top, #db8600 0%, #ffaa24 100%);
  background: -ms-linear-gradient(top, #db8600 0%, #ffaa24 100%);
  background: linear-gradient(to bottom, #db8600 0%, #ffaa24 100%);
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25) inset;
}
.ink-button.orange.flat {
  background: #e68c00;
}
.ink-button.orange.flat:hover {
  background: #cc7d00;
}
.ink-button.orange[disabled],
.ink-button.orange .ink-disabled {
  background: #dfc69f;
  box-shadow: none;
  border: none;
  text-shadow: none;
}
.ink-button.orange[disabled]:hover,
.ink-button.orange .ink-disabled:hover {
  background: #dfc69f;
  cursor: not-allowed;
}
.ink-button.red {
  color: #ffffff;
  border-color: #820b0b;
  border-bottom-color: #530707;
  text-shadow: 0 -0.09em 0.03em #530707;
  background: #c91111;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c91111', endColorstr='#820b0b');
  background: -moz-linear-gradient(top, #c91111 0%, #820b0b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c91111), color-stop(100%, #820b0b));
  background: -webkit-linear-gradient(top, #c91111 0%, #820b0b 100%);
  background: -o-linear-gradient(top, #c91111 0%, #820b0b 100%);
  background: -ms-linear-gradient(top, #c91111 0%, #820b0b 100%);
  background: linear-gradient(to bottom, #c91111 0%, #820b0b 100%);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
}
.ink-button.red:hover {
  background: #ea1414;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea1414', endColorstr='#870b0b');
  background: -moz-linear-gradient(top, #ea1414 0%, #870b0b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ea1414), color-stop(100%, #870b0b));
  background: -webkit-linear-gradient(top, #ea1414 0%, #870b0b 100%);
  background: -o-linear-gradient(top, #ea1414 0%, #870b0b 100%);
  background: -ms-linear-gradient(top, #ea1414 0%, #870b0b 100%);
  background: linear-gradient(to bottom, #ea1414 0%, #870b0b 100%);
  -webkit-box-shadow: '0 1px 5px rgba(0, 0, 0, 0.1),  inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 0em .5em rgba(255, 255, 255, 0.5)';
  -moz-box-shadow: '0 1px 5px rgba(0, 0, 0, 0.1),  inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 0em .5em rgba(255, 255, 255, 0.5)';
  box-shadow: '0 1px 5px rgba(0, 0, 0, 0.1),  inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 0em .5em rgba(255, 255, 255, 0.5)';
  color: #ffffff;
  text-decoration: none;
}
.ink-button.red:active {
  background: #a80e0e;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a80e0e', endColorstr='#ea1414');
  background: -moz-linear-gradient(top, #a80e0e 0%, #ea1414 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a80e0e), color-stop(100%, #ea1414));
  background: -webkit-linear-gradient(top, #a80e0e 0%, #ea1414 100%);
  background: -o-linear-gradient(top, #a80e0e 0%, #ea1414 100%);
  background: -ms-linear-gradient(top, #a80e0e 0%, #ea1414 100%);
  background: linear-gradient(to bottom, #a80e0e 0%, #ea1414 100%);
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25) inset;
}
.ink-button.red.flat {
  background: #b10f0f;
}
.ink-button.red.flat:hover {
  background: #9a0d0d;
}
.ink-button.red[disabled],
.ink-button.red .ink-disabled {
  background: #c99090;
  box-shadow: none;
  border: none;
  text-shadow: none;
}
.ink-button.red[disabled]:hover,
.ink-button.red .ink-disabled:hover {
  background: #c99090;
  cursor: not-allowed;
}
.ink-button.green {
  color: #ffffff;
  border-color: #2a580d;
  border-bottom-color: #152c07;
  text-shadow: 0 -0.09em 0.03em #152c07;
  background: #4a9b17;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a9b17', endColorstr='#2a580d');
  background: -moz-linear-gradient(top, #4a9b17 0%, #2a580d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4a9b17), color-stop(100%, #2a580d));
  background: -webkit-linear-gradient(top, #4a9b17 0%, #2a580d 100%);
  background: -o-linear-gradient(top, #4a9b17 0%, #2a580d 100%);
  background: -ms-linear-gradient(top, #4a9b17 0%, #2a580d 100%);
  background: linear-gradient(to bottom, #4a9b17 0%, #2a580d 100%);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
}
.ink-button.green:hover {
  background: #59ba1c;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59ba1c', endColorstr='#2c5d0e');
  background: -moz-linear-gradient(top, #59ba1c 0%, #2c5d0e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #59ba1c), color-stop(100%, #2c5d0e));
  background: -webkit-linear-gradient(top, #59ba1c 0%, #2c5d0e 100%);
  background: -o-linear-gradient(top, #59ba1c 0%, #2c5d0e 100%);
  background: -ms-linear-gradient(top, #59ba1c 0%, #2c5d0e 100%);
  background: linear-gradient(to bottom, #59ba1c 0%, #2c5d0e 100%);
  -webkit-box-shadow: '0 1px 5px rgba(0, 0, 0, 0.1),  inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 0em .5em rgba(255, 255, 255, 0.5)';
  -moz-box-shadow: '0 1px 5px rgba(0, 0, 0, 0.1),  inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 0em .5em rgba(255, 255, 255, 0.5)';
  box-shadow: '0 1px 5px rgba(0, 0, 0, 0.1),  inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 0em .5em rgba(255, 255, 255, 0.5)';
  color: #ffffff;
  text-decoration: none;
}
.ink-button.green:active {
  background: #3b7c12;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b7c12', endColorstr='#59ba1c');
  background: -moz-linear-gradient(top, #3b7c12 0%, #59ba1c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b7c12), color-stop(100%, #59ba1c));
  background: -webkit-linear-gradient(top, #3b7c12 0%, #59ba1c 100%);
  background: -o-linear-gradient(top, #3b7c12 0%, #59ba1c 100%);
  background: -ms-linear-gradient(top, #3b7c12 0%, #59ba1c 100%);
  background: linear-gradient(to bottom, #3b7c12 0%, #59ba1c 100%);
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25) inset;
}
.ink-button.green.flat {
  background: #3f8514;
}
.ink-button.green.flat:hover {
  background: #356f10;
}
.ink-button.green[disabled],
.ink-button.green .ink-disabled {
  background: #93b180;
  box-shadow: none;
  border: none;
  text-shadow: none;
}
.ink-button.green[disabled]:hover,
.ink-button.green .ink-disabled:hover {
  background: #93b180;
  cursor: not-allowed;
}
.ink-button.blue {
  color: #ffffff;
  border-color: #1b647c;
  border-bottom-color: #124352;
  text-shadow: 0 -0.09em 0.03em #124352;
  background: #00869e;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00869e', endColorstr='#1b647c');
  background: -moz-linear-gradient(top, #00869e 0%, #1b647c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00869e), color-stop(100%, #1b647c));
  background: -webkit-linear-gradient(top, #00869e 0%, #1b647c 100%);
  background: -o-linear-gradient(top, #00869e 0%, #1b647c 100%);
  background: -ms-linear-gradient(top, #00869e 0%, #1b647c 100%);
  background: linear-gradient(to bottom, #00869e 0%, #1b647c 100%);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
}
.ink-button.blue:hover {
  background: #35acd3;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#35acd3', endColorstr='#1c6880');
  background: -moz-linear-gradient(top, #35acd3 0%, #1c6880 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #35acd3), color-stop(100%, #1c6880));
  background: -webkit-linear-gradient(top, #35acd3 0%, #1c6880 100%);
  background: -o-linear-gradient(top, #35acd3 0%, #1c6880 100%);
  background: -ms-linear-gradient(top, #35acd3 0%, #1c6880 100%);
  background: linear-gradient(to bottom, #35acd3 0%, #1c6880 100%);
  -webkit-box-shadow: '0 1px 5px rgba(0, 0, 0, 0.1),  inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 0em .5em rgba(255, 255, 255, 0.5)';
  -moz-box-shadow: '0 1px 5px rgba(0, 0, 0, 0.1),  inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 0em .5em rgba(255, 255, 255, 0.5)';
  box-shadow: '0 1px 5px rgba(0, 0, 0, 0.1),  inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 0em .5em rgba(255, 255, 255, 0.5)';
  color: #ffffff;
  text-decoration: none;
}
.ink-button.blue:active {
  background: #237f9e;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#237f9e', endColorstr='#35acd3');
  background: -moz-linear-gradient(top, #237f9e 0%, #35acd3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #237f9e), color-stop(100%, #35acd3));
  background: -webkit-linear-gradient(top, #237f9e 0%, #35acd3 100%);
  background: -o-linear-gradient(top, #237f9e 0%, #35acd3 100%);
  background: -ms-linear-gradient(top, #237f9e 0%, #35acd3 100%);
  background: linear-gradient(to bottom, #237f9e 0%, #35acd3 100%);
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25) inset;
}
.ink-button.blue.flat {
  background: #2486a6;
}
.ink-button.blue.flat:hover {
  background: #207591;
}
.ink-button.blue[disabled],
.ink-button.blue .ink-disabled {
  background: #a7b7bd;
  box-shadow: none;
  border: none;
  text-shadow: none;
}
.ink-button.blue[disabled]:hover,
.ink-button.blue .ink-disabled:hover {
  background: #a7b7bd;
  cursor: not-allowed;
}
.button-group > .ink-button {
  float: left;
  margin: 5px 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
.button-group > .ink-button:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-left: 1px solid #ccc;
}
.button-group > .ink-button:last-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.button-group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}
.button-toolbar > .button-group {
  margin-right: 10px;
  float: left;
}
.button-toolbar:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}
table.ink-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background: none;
}
table.ink-table tr th {
  padding: 5px 10px;
  border-bottom: #bbbbbb 1px solid;
  background: none;
  font-weight: 700;
  line-height: 2;
}
table.ink-table tr th[data-sortable="true"]:hover {
  cursor: pointer;
  text-decoration: underline;
}
table.ink-table tr th[data-sortable="true"]:hover i {
  text-decoration: none;
}
table.ink-table tr th[data-sortable="true"] i {
  padding-left: 0.5em;
}
table.ink-table tr td {
  padding: 5px 10px;
  border-bottom: #bbbbbb 1px solid;
  background: none;
  line-height: 2;
}
table.ink-table.alternating tbody tr:nth-child(odd) {
  background-color: #f7f7f7;
}
table.ink-table.hover tbody tr:hover {
  background: #fefbd6;
  cursor: pointer;
}
table.ink-table.bordered {
  border-collapse: separate;
  border: #bbbbbb 1px solid;
  border-radius: 4px;
}
table.ink-table.bordered tr th {
  border-left: #bbbbbb 1px solid;
}
table.ink-table.bordered tr th:first-child {
  border-left: none;
}
table.ink-table.bordered tr:last-child td,
table.ink-table.bordered tr:last-child th {
  border-bottom: none;
}
table.ink-table.bordered tr:first-child td,
table.ink-table.bordered tr:first-child th {
  /*border-bottom: #bbbbbb 1px solid;*/
}
table.ink-table.bordered tr td{border-left:#bbbbbb 1px solid; border-top:none;}
table.ink-table.bordered tr td:first-child {
  border-left: none;
}
.ink-gallery {
  max-width: 600px;
  width: 100%;
  position: relative;
}
.ink-gallery .thumbs {
  overflow: hidden;
}
.ink-gallery .thumbs > ul {
  -webkit-transition-property: "margin-left";
  -moz-transition-property: "margin-left";
  -o-transition-property: "margin-left";
  -ms-transition-property: "margin-left";
  transition-property: "margin-left";
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
}
.ink-gallery .pagination {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  z-index: 10;
}
.ink-gallery .pagination a {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  margin: 10px 3px;
  display: inline-block;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.4);
}
.ink-gallery .pagination a:hover,
.ink-gallery .pagination a.active {
  background: rgba(255, 255, 255, 0.9);
}
.ink-gallery .slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-top: 0;
}
.ink-gallery .slider > ul {
  white-space: nowrap;
  font-size: 0;
  -webkit-transition-property: "margin-left";
  -moz-transition-property: "margin-left";
  -o-transition-property: "margin-left";
  -ms-transition-property: "margin-left";
  transition-property: "margin-left";
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
}
.ink-gallery .slider > ul li {
  display: inline-block;
}
.ink-gallery .article_text h1 {
  color: #ffffff;
  margin-bottom: 0.5em;
  font-weight: normal;
  font-size: 2em;
  z-index: 10;
  position: relative;
}
.ink-gallery .article_text p {
  color: #ffffff;
  font-size: 0.875em;
  line-height: 1.5em;
  margin: 0;
}
.ink-gallery .article_text.example1 {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 66%;
  padding: 1em;
}
.ink-gallery .article_text.example2 {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.5em;
}
.ink-gallery .stage {
  height: 400px;
  position: relative;
}
.ink-gallery nav li {
  margin: 0;
}
.ink-gallery nav a.next,
.ink-gallery nav a.previous {
  display: block;
  height: 100%;
  width: 50%;
  position: absolute;
  z-index: 9;
}
.ink-gallery nav a.next:after,
.ink-gallery nav a.previous:after {
  content: "";
  position: absolute;
  top: 46%;
  border-top: 32px solid rgba(255, 255, 255, 0);
  border-bottom: 32px solid rgba(255, 255, 255, 0);
}
.ink-gallery nav a.next {
  right: 0;
}
.ink-gallery nav a.next:after {
  right: -14px;
  border-left: 24px solid rgba(0, 0, 0, 0.6);
}
.ink-gallery nav a.previous {
  left: 0;
}
.ink-gallery nav a.previous:after {
  left: -14px;
  border-right: 24px solid rgba(0, 0, 0, 0.6);
}
.ink-gallery .thumbs {
  position: relative;
}
.ink-gallery .thumbs ul {
  white-space: nowrap;
  overflow: hidden;
}
.ink-gallery .thumbs li {
  width: 96px;
  display: inline-block;
  margin: 10px 0 10px 10px;
  vertical-align: top;
  font-size: 0.75em;
  line-height: 1.5em;
}
.ink-gallery .thumbs li:first-child {
  margin-left: 0;
}
.ink-gallery .thumbs li a {
  display: block;
  text-decoration: none;
  color: #0069D6;
}
.ink-gallery .thumbs li a:hover {
  text-decoration: underline;
}
.ink-gallery .thumbs li span {
  white-space: pre-wrap;
  display: block;
}
.ink-gallery .thumbs .pagination {
  position: relative;
  background: rgba(0, 0, 0, 0.2);
}
.ink-gallery .thumbs .pagination a {
  height: 12px;
  width: 12px;
  border-radius: 6px;
  margin: 10px 3px;
}
.ink-gallery .thumbs .pagination a.next,
.ink-gallery .thumbs .pagination a.previous {
  content: "";
  height: 0;
  width: 0;
  position: relative;
  background: transparent;
  border-radius: 0;
  border-top: 12px solid rgba(255, 255, 255, 0);
  border-bottom: 12px solid rgba(255, 255, 255, 0);
}
.ink-gallery .thumbs .pagination a.next {
  margin-left: 6px;
  border-left: 10px solid rgba(255, 255, 255, 0.4);
}
.ink-gallery .thumbs .pagination a.next:hover {
  border-left: 10px solid rgba(255, 255, 255, 0.9);
}
.ink-gallery .thumbs .pagination a.previous {
  margin-right: 6px;
  border-right: 10px solid rgba(255, 255, 255, 0.4);
}
.ink-gallery .thumbs .pagination a.previous:hover {
  border-right: 10px solid rgba(255, 255, 255, 0.9);
}
.ink-gallery.rightNav .stage {
  width: 400px;
  float: left;
}
.ink-gallery.rightNav .thumbs {
  height: 400px;
  overflow: hidden;
  margin-top: 0;
}
.ink-gallery.rightNav .thumbs img {
  float: left;
  margin-right: 10px;
}
.ink-gallery.rightNav .thumbs li {
  width: 290px;
  margin: 0 0 10px 10px;
  clear: both;
  display: block;
  overflow: hidden;
}
.sapo_component_datepicker {
  border-radius: 4px;
  text-align: center;
  padding: 5px;
  font-size: 13px;
  -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.4);
  background: #ffffff;
  position: absolute;
  display: none;
}
.sapo_component_datepicker z-index:1 a {
  text-decoration: none;
}
.sapo_component_datepicker li {
  list-style: none inside;
}
.sapo_cal_top_options {
  padding: 5px;
  font-size: .813em;
  cursor: pointer;
}
.sapo_cal_top_options .clean {
  float: left;
}
.sapo_cal_top_options .close {
  float: right;
}
.sapo_cal_top {
  line-height: 2em;
  background: #e6e6e6;
  border-radius: 4px;
}
.sapo_cal_top div {
  float: left;
}
.sapo_cal_top .sapo_cal_prev,
.sapo_cal_top .sapo_cal_next {
  width: 10%;
}
.sapo_cal_top .sapo_cal_month_desc {
  width: 80%;
}
.sapo_cal_month,
.sapo_cal_year_selector,
.sapo_cal_month_selector {
  margin-top: .5em;
  padding-left: 0;
}
.sapo_cal_month li a,
.sapo_cal_year_selector li a,
.sapo_cal_month_selector li a {
  margin: 0px;
  line-height: 2em;
  vertical-align: middle;
  display: block;
  border-radius: 4px;
  color: #444444;
}
.sapo_cal_month li a:hover,
.sapo_cal_year_selector li a:hover,
.sapo_cal_month_selector li a:hover {
  background: #e6e6e6;
}
.sapo_cal_month li a.sapo_cal_on,
.sapo_cal_year_selector li a.sapo_cal_on,
.sapo_cal_month_selector li a.sapo_cal_on,
.sapo_cal_month li a.sapo_cal_on:hover,
.sapo_cal_year_selector li a.sapo_cal_on:hover,
.sapo_cal_month_selector li a.sapo_cal_on:hover {
  background: #0069d6;
  color: #ffffff;
}
.sapo_cal_month ul,
.sapo_cal_year_selector ul,
.sapo_cal_month_selector ul {
  clear: both;
  padding-left: 0;
}
.sapo_cal_month ul li,
.sapo_cal_year_selector ul li,
.sapo_cal_month_selector ul li {
  width: 2.4em;
  float: left;
  text-align: center;
  padding: 0;
  margin: 0;
}
.sapo_cal_year_selector ul li {
  width: 4em;
}
.sapo_cal_month_selector ul li {
  width: 3.4em;
}
.sapo_cal_year_selector,
.sapo_cal_month_selector {
  display: none;
}
.sapo_cal_month .sapo_cal_header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: .5em;
  margin-bottom: .5em;
  color: #aaa;
}
.sapo_cal_top:after,
.sapo_cal_middle:after,
.sapo_cal_top_options:after,
.sapo_component_datepicker:after,
.sapo_cal_month .sapo_cal_header:after,
.sapo_cal_month .sapo_cal_middle ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}
.ink-shade {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 0;
  position: fixed;
  z-index: 100;
  display: none;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}
.ink-shade.fade {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
}
.ink-shade.visible {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.ink-shade .ink-modal {
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  background: #ffffff;
  z-index: 100;
  position: absolute;
  border: 1px #666666 solid;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  overflow: hidden;
}
.ink-shade .ink-modal:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}
.ink-shade .ink-modal.fade {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
}
.ink-shade .ink-modal.visible {
  display: block;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.ink-shade .ink-modal > .modal-body {
  padding: 1em;
  overflow-y: auto;
  overflow-x: hidden;
  height: auto;
}
.ink-shade .ink-modal > .modal-body .ink-grid {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  min-width: 100%;
}
.ink-shade .ink-modal > .modal-header,
.ink-shade .ink-modal > header {
  border-bottom: 1px #e6e6e6 solid;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 2px 0 rgba(175, 175, 175, 0.2);
  -moz-box-shadow: 0 1px 2px 0 rgba(175, 175, 175, 0.2);
  box-shadow: 0 1px 2px 0 rgba(175, 175, 175, 0.2);
}
.ink-shade .ink-modal > .modal-header > .modal-close,
.ink-shade .ink-modal > header > .modal-close {
  padding-top: 2px;
  text-align: center;
  color: #ffffff;
  width: 26px;
  height: 26px;
  line-height: 1.2em;
  border: 0;
  background: #bfbfbf;
  font-size: 0;
  border-radius: 50%;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  opacity: 0.6;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 125ms;
  -moz-transition-duration: 125ms;
  -o-transition-duration: 125ms;
  -ms-transition-duration: 125ms;
  transition-duration: 125ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
  float: right;
}
.ink-shade .ink-modal > .modal-header > .modal-close:after,
.ink-shade .ink-modal > header > .modal-close:after {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: medium;
  line-height: 22px;
}
.ink-shade .ink-modal > .modal-header > .modal-close:hover,
.ink-shade .ink-modal > header > .modal-close:hover {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.ink-shade .ink-modal > .modal-footer,
.ink-shade .ink-modal > footer {
  background: #e6e6e6;
  margin-bottom: 0;
  -webkit-box-shadow: 0 -1px 2px 0 rgba(175, 175, 175, 0.2);
  -moz-box-shadow: 0 -1px 2px 0 rgba(175, 175, 175, 0.2);
  box-shadow: 0 -1px 2px 0 rgba(175, 175, 175, 0.2);
  position: absolute;
  bottom: 0;
  width: 100%;
}
.ink-shade .ink-modal > .modal-header,
.ink-shade .ink-modal > header,
.ink-shade .ink-modal > .modal-footer,
.ink-shade .ink-modal > footer {
  padding: 0.8em 1em 0.65em 1em;
}
.ink-shade .ink-modal > .modal-header:before,
.ink-shade .ink-modal > header:before,
.ink-shade .ink-modal > .modal-footer:before,
.ink-shade .ink-modal > footer:before,
.ink-shade .ink-modal > .modal-header:after,
.ink-shade .ink-modal > header:after,
.ink-shade .ink-modal > .modal-footer:after,
.ink-shade .ink-modal > footer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ink-modal-open {
  overflow: hidden;
}
/* Progess bars */
.ink-progress-bar {
  margin-bottom: 1em;
  overflow: hidden;
  background: #f2f2f2;
  position: relative;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2) inset;
}
.ink-progress-bar .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 1.7;
  text-align: center;
  color: #000000;
  font-size: 0.813em;
  z-index: 10;
}
.ink-progress-bar .bar {
  height: 1.3em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
  -webkit-transition-property: "width";
  -moz-transition-property: "width";
  -o-transition-property: "width";
  -ms-transition-property: "width";
  transition-property: "width";
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: "ease";
  -moz-transition-timing-function: "ease";
  -o-transition-timing-function: "ease";
  -ms-transition-timing-function: "ease";
  transition-timing-function: "ease";
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
}
.ink-progress-bar .bar.grey {
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
  background: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#cccccc');
  background: -moz-linear-gradient(top, #e6e6e6 0%, #cccccc 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(150%, #cccccc));
  background: -webkit-linear-gradient(top, #e6e6e6 0%, #cccccc 150%);
  background: -o-linear-gradient(top, #e6e6e6 0%, #cccccc 150%);
  background: -ms-linear-gradient(top, #e6e6e6 0%, #cccccc 150%);
  background: linear-gradient(to bottom, #e6e6e6 0%, #cccccc 150%);
}
.ink-progress-bar .bar.green {
  background: #4c9220;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c9220', endColorstr='#366817');
  background: -moz-linear-gradient(top, #4c9220 0%, #366817 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c9220), color-stop(150%, #366817));
  background: -webkit-linear-gradient(top, #4c9220 0%, #366817 150%);
  background: -o-linear-gradient(top, #4c9220 0%, #366817 150%);
  background: -ms-linear-gradient(top, #4c9220 0%, #366817 150%);
  background: linear-gradient(to bottom, #4c9220 0%, #366817 150%);
}
.ink-progress-bar .bar.blue {
  background: #3491b0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3491b0', endColorstr='#297188');
  background: -moz-linear-gradient(top, #3491b0 0%, #297188 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3491b0), color-stop(150%, #297188));
  background: -webkit-linear-gradient(top, #3491b0 0%, #297188 150%);
  background: -o-linear-gradient(top, #3491b0 0%, #297188 150%);
  background: -ms-linear-gradient(top, #3491b0 0%, #297188 150%);
  background: linear-gradient(to bottom, #3491b0 0%, #297188 150%);
}
.ink-progress-bar .bar.red {
  background: #be1c1c;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#be1c1c', endColorstr='#921515');
  background: -moz-linear-gradient(top, #be1c1c 0%, #921515 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #be1c1c), color-stop(150%, #921515));
  background: -webkit-linear-gradient(top, #be1c1c 0%, #921515 150%);
  background: -o-linear-gradient(top, #be1c1c 0%, #921515 150%);
  background: -ms-linear-gradient(top, #be1c1c 0%, #921515 150%);
  background: linear-gradient(to bottom, #be1c1c 0%, #921515 150%);
}
.ink-progress-bar .bar.orange {
  background: #f2990d;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2990d', endColorstr='#c27b0a');
  background: -moz-linear-gradient(top, #f2990d 0%, #c27b0a 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2990d), color-stop(150%, #c27b0a));
  background: -webkit-linear-gradient(top, #f2990d 0%, #c27b0a 150%);
  background: -o-linear-gradient(top, #f2990d 0%, #c27b0a 150%);
  background: -ms-linear-gradient(top, #f2990d 0%, #c27b0a 150%);
  background: linear-gradient(to bottom, #f2990d 0%, #c27b0a 150%);
}
.ink-progress-bar .bar.black {
  background: #4d4d4d;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d4d4d', endColorstr='#000000');
  background: -moz-linear-gradient(top, #4d4d4d 0%, #000000 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d4d4d), color-stop(150%, #000000));
  background: -webkit-linear-gradient(top, #4d4d4d 0%, #000000 150%);
  background: -o-linear-gradient(top, #4d4d4d 0%, #000000 150%);
  background: -ms-linear-gradient(top, #4d4d4d 0%, #000000 150%);
  background: linear-gradient(to bottom, #4d4d4d 0%, #000000 150%);
}
/* Tabs */
.ink-tabs .tabs-nav {
  list-style: none;
  padding: 0em;
  display: block;
}
.ink-tabs .tabs-nav li {
  line-height: 1.8;
  position: relative;
  margin: 0;
}
.ink-tabs .tabs-nav li a {
  padding: 0.5em 1em;
  display: block;
}
.ink-tabs .tabs-nav li a:hover {
  background: #e8e8e8;
}
.ink-tabs .tabs-nav li.active a {
  color: #555555;
  cursor: default;
  text-decoration: none;
  background: #f7f7f7;
  border: 1px solid #cccccc;
}
.ink-tabs .tabs-nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}
.ink-tabs .tabs-content {
  margin-top: 1.5em;
  overflow: auto;
}
.ink-tabs.top .tabs-nav {
  border-bottom: 1px solid #cccccc;
}
.ink-tabs.top .tabs-nav li {
  float: left;
}
.ink-tabs.top .tabs-nav li a {
  margin-right: .4em;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ink-tabs.top .tabs-nav li.active {
  margin: 0 0 -2px 0;
}
.ink-tabs.top .tabs-nav li.active a {
  border-bottom-color: transparent;
}
.ink-tabs.bottom .tabs-nav {
  border-top: 1px solid #cccccc;
}
.ink-tabs.bottom .tabs-nav li {
  float: left;
}
.ink-tabs.bottom .tabs-nav li a {
  margin-right: .4em;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ink-tabs.bottom .tabs-nav li.active {
  margin: -2px 0 0 0;
}
.ink-tabs.bottom .tabs-nav li.active a {
  border-top-color: transparent;
}
.ink-tabs.left .tabs-nav {
  border-right: 1px solid #cccccc;
  float: left;
  margin-right: 2em;
}
.ink-tabs.left .tabs-nav li {
  float: none;
  text-align: right;
}
.ink-tabs.left .tabs-nav li a {
  margin-bottom: .4em;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.ink-tabs.left .tabs-nav li.active {
  margin: 0 -2px 0 0;
}
.ink-tabs.left .tabs-nav li.active a {
  border-right-color: transparent;
}
.ink-tabs.right .tabs-nav {
  border-left: 1px solid #cccccc;
  float: right;
  margin-left: 2em;
}
.ink-tabs.right .tabs-nav li {
  float: none;
}
.ink-tabs.right .tabs-nav li a {
  margin-bottom: .4em;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ink-tabs.right .tabs-nav li.active {
  margin: 0 0 0 -2px;
}
.ink-tabs.right .tabs-nav li.active a {
  border-left-color: transparent;
}
.ink-sortable-list li {
  margin: 0;
  border-bottom: 1px solid #ccc;
  line-height: 40px;
  cursor: move;
}
.ink-sortable-list li.drag {
  -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.3);
}
.ink-sortable-list li:first-child {
  border-top: 1px solid #ccc;
}
.ink-sortable-list li:hover {
  background: rgba(204, 204, 204, 0.2);
}
.ink-sortable-list li .ink-label {
  margin: 0 .8em;
}
ul.ink-tree-view li {
  list-style-type: none;
}
ul.ink-tree-view li span:before {
  display: inline-block;
  margin-right: .3em;
  font-family: FontAwesome;
  content: "\f055";
  margin-left: -1.4em;
}
ul.ink-tree-view li.open span:before {
  content: "\f056";
}
ul.ink-tree-view li.closed span:before {
  content: "\f055";
}
img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  /*vertical-align: top;*/
}
figure {
  position: relative;
}
figure.rounded {
  border-radius: 6px;
}
figure.rounded img:first-child {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
figure.rounded img:last-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
figure.rounded figcaption:first-child {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
figure.rounded figcaption:last-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
figure.rounded.caption-over-top img {
  border-radius: 6px;
}
figure.rounded.caption-over-top figcaption {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
figure.rounded.caption-over-bottom img {
  border-radius: 6px;
}
figure.rounded.caption-over-bottom figcaption {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
figure.caption-over-top figcaption {
  position: absolute;
  left: 0;
  top: 0;
}
figure.caption-over-top img + figcaption {
  margin-top: 0;
}
figure.caption-over-bottom figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 4px;
}
figure.caption-over-top figcaption.light,
figure.caption-over-bottom figcaption.light {
  background: rgba(255, 255, 255, 0.8);
  color: #000000;
}
figure.caption-over-top figcaption.dark,
figure.caption-over-bottom figcaption.dark {
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}
figcaption {
  font-size: 0.8em;
  padding: 1em;
  width: 100%;
}
figcaption.light {
  background: #0d0d0d;
  color: #555555;
}
figcaption.dark {
  background: #0d0d0d;
  color: #ffffff;
}
.push-left {
  float: left !important;
}
.push-right{float:right;}

.push-center {
  float: none !important;
  margin-left: auto;
  margin-right: auto;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}
.no-margin {
  margin: 0 !important;
}
.screen-size-helper {
  height: 2.5em;
  line-height: 1.6em;
  font-size: 1em;
  padding: 0.5333333333333333em 0.8em;
  background: rgba(0, 0, 0, 0.85);
  z-index: 100;
}
.screen-size-helper .title {
  color: white;
  text-shadow: 0 1px 0 #000000;
  font-size: inherit;
  line-height: inherit;
  float: left;
  text-transform: uppercase;
  font-weight: 700;
}
.screen-size-helper ul {
  color: white;
  text-shadow: 0 1px 0 #000000;
  float: right;
  margin: 0;
  padding: 0;
  line-height: inherit !important;
}
.screen-size-helper ul li {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight:700;
  font-size: inherit !important;
}
.screen-size-helper ul li.small {
  color: #4a9b17;
}
.screen-size-helper ul li.medium {
  color: #ff9c00;
}
.screen-size-helper ul li.large {
  color: #c91111;
}
@charset "UTF-8";
body {
  -webkit-backface-visibility: hidden;
}
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }
  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-o-keyframes tada {
  0% {
    -o-transform: scale(1);
  }
  10%,
  20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
.flip {
  -webkit-backface-visibility: visible!important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible!important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible!important;
  -o-animation-name: flip;
  backface-visibility: visible!important;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible!important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible!important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible!important;
  -o-animation-name: flipInX;
  backface-visibility: visible!important;
  animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible!important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible!important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible!important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible!important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible!important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible!important;
  -o-animation-name: flipInY;
  backface-visibility: visible!important;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible!important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible!important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible!important;
  -o-animation-name: flipOutY;
  backface-visibility: visible!important;
  animation-name: flipOutY;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.animated.lightSpeedIn {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: 0.5s;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.animated.lightSpeedOut {
  -webkit-animation-duration: .25s;
  -moz-animation-duration: .25s;
  -o-animation-duration: .25s;
  animation-duration: 0.25s;
}
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg);
  }
  10% {
    -moz-transform: skewX(-8deg);
  }
  20% {
    -moz-transform: skewX(7deg);
  }
  30% {
    -moz-transform: skewX(-6deg);
  }
  40% {
    -moz-transform: skewX(5deg);
  }
  50% {
    -moz-transform: skewX(-4deg);
  }
  60% {
    -moz-transform: skewX(3deg);
  }
  70% {
    -moz-transform: skewX(-2deg);
  }
  80% {
    -moz-transform: skewX(1deg);
  }
  90% {
    -moz-transform: skewX(0deg);
  }
  100% {
    -moz-transform: skewX(0deg);
  }
}
@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg);
  }
  10% {
    -o-transform: skewX(-8deg);
  }
  20% {
    -o-transform: skewX(7deg);
  }
  30% {
    -o-transform: skewX(-6deg);
  }
  40% {
    -o-transform: skewX(5deg);
  }
  50% {
    -o-transform: skewX(-4deg);
  }
  60% {
    -o-transform: skewX(3deg);
  }
  70% {
    -o-transform: skewX(-2deg);
  }
  80% {
    -o-transform: skewX(1deg);
  }
  90% {
    -o-transform: skewX(0deg);
  }
  100% {
    -o-transform: skewX(0deg);
  }
}
@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.animated.wiggle {
  -webkit-animation-duration: .75s;
  -moz-animation-duration: .75s;
  -o-animation-duration: .75s;
  animation-duration: 0.75s;
}
.fw-thin {
  font-family: OpenSansRegular, Arial, sans-serif !important;
  font-weight:400;
}
.fw-light {
  font-family: OpenSansRegular, Arial, sans-serif !important;
  font-weight:400;
}
.fw-regular {
  font-family: OpenSansRegular, Arial, sans-serif !important;
  font-weight:400;
}
.fw-medium {
  font-family:OpenSansRegular, Arial, sans-serif !important;
  font-weight:400;
}
.fw-bold {
  font-family:OpenSansBold, "Arial Black", sans-serif !important;
  font-weight:700;
}
.fw-xbold {
  font-family: OpenSansBold, "Arial Black", sans-serif !important;
  font-weight:700;
}
.free {}
.white-text {
  color: #fefefe;
}
.unstyled {
  list-style: none;
  padding-left: 0em;
}
.dark-text {
  color: #262626;
}
.light-text {
  color: #444;
}
.link-button {
  text-decoration: none;
}
.link-button:hover {
  text-decoration: none;
}
p, ul, ol, address {line-height: 1.5;}
p{font-size:1em;}
.bt{font-size:1em;}
h1.small{font:400 2em/1.2 OpenSansRegular, Arial, sans-serif;}
h2.small{font:400 1.571em/1.2 OpenSansRegular, Arial, sans-serif;}
h3.small{font:700 1.286em/1 OpenSansBold, "Arial Black", sans-serif;}
h3 span.small{font-size:0.786em;}
.terms p + p {margin-top: 0.8em;}
.column-group + .column-group{margin-top:1em;}


/* buttons */
a.bt-generic, button.bt-generic, input.bt-generic, input.bt-generic-inactive{display:inline-block; width:auto!important;float:none;}
.bt-back{float:none;}
.bt-top{padding:15px 0 0 0; background:url(../../images/icons.png) no-repeat 42px -317px;}
a.bt-generic.huge{min-width:30%;}
.bt-generic + .bt-generic{}
.bt-generic.huge{min-width:30%;}
/*.auth .bt-generic{width:100%;}*/


.hero-unit{
  position: relative;
  overflow:hidden;
}
.hero-unit ul.slider {
  list-style: none;
  padding-left: 0em;
}
.hero-unit ul.slider li {
  position: relative;
  margin: 0;
}
.hero-unit ul.slider li img.background {
  width: auto;
  height: auto;
}
.hero-unit ul.slider li div.image-overlay {
  width: 30%;
  position: absolute;
  bottom: 0;
  left: 1%;
}
.hero-unit ul.slider li div.text-content{position:absolute; right:28%; top:0; bottom:0; height:100%; width:40%; padding-top:5%;}
.hero-unit ul.slider li div.text-content h1, .hero-unit ul.slider li div.text-content h2{color:#fff; text-shadow:0px 0px 2px rgba(0, 0, 0, 0.7);}
.hero-unit ul.slider li div.text-content h1{font-family:OpenSansBold, "Arial Black", sans-serif; font-weight:700; margin-bottom:0.2em;}
.hero-unit ul.slider li div.text-content h2{font-family: OpenSansRegular, Arial, sans-serif!important; font-weight:400; line-height:1.1; margin-bottom:0.8em;}
.hero-unit ul.slider li div.text-content p.note{font-size:1.0em; color:rgba(254, 254, 254, 0.6); font-family: OpenSansRegular, Arial, sans-serif !important;  font-weight:400;}
.hero-unit ul.slider li div.text-content p.note a {
  color: rgba(254, 254, 254, 0.6);
}
.hero-unit ul.slider li div.text-content p.note a:hover {
  color: #fefefe;
}
.hero-unit.small {
  font-size: 1em;
}
.hero-unit.small img.background {
  width: 1200px;
  height: 222px;
}
.hero-unit.small div.badge {
  position: absolute;
  bottom: -8%;
  left: 32px;
  max-width: 100px;
  max-height: 100px;
  min-width: 100px;
  min-height: 100px;
  padding: 1em;
  background: #fefefe;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.5);
  border: 1px #ffffff solid;
}
.hero-unit.small div.badge img {
  bottom: 0;
}
.hero-unit.small div.text-content {
  position: absolute;
  left: 32px;
  top: 32px;
  width: 94%;
}
.hero-unit.small div.text-content h1,
.hero-unit.small div.text-content h2 {
  color: #fefefe;
}
.hero-unit.small div.text-content h1 {
  font-family: OpenSansRegular, Arial, sans-serif;
  font-weight:400;
  margin-bottom: 0.2em;
  font-size: 2.2em;
}
.hero-unit.small div.text-content h2 {
  font-family: OpenSansRegular, Arial, sans-serif !important;
  font-weight:400;
  line-height: 1.2;
  margin-bottom: 0.8em;
  font-size: 1.6em;
}
.hero-unit.small div.text-content p.note {
  font-size: 1.0em;
  color: rgba(254, 254, 254, 0.6);
  font-family: OpenSansRegular, Arial, sans-serif !important;
  font-weight:400;
}
.hero-unit.small div.text-content p.note a {
  color: rgba(254, 254, 254, 0.6);
}
.hero-unit.small div.text-content p.note a:hover {
  color: #fefefe;
}
section.grey {
  background: #fafafa;
}
section p.claims {
  color: #444;
}
section p.claims + p.claims {
  margin-top: 1em;
}
section ul.claims li {
  color: #444;
}
section.help-search{padding:0;}
.pricing-box,
.box {
  padding:20px;
  border: 1px solid #e0e0e0;
  overflow:hidden;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 125ms;
  -moz-transition-duration: 125ms;
  -o-transition-duration: 125ms;
  -ms-transition-duration: 125ms;
  transition-duration: 125ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
}
.pricing-box:hover, .box:hover {border:1px solid #afafaf; /*-webkit-box-shadow: 0px 0px 6x 0px #888; -moz-box-shadow: 0px 0px 6px 0px #888; box-shadow: 0px 0px 6px 0px #888;*/}
.box.white {
  background: white;
}
.section-shadow {
  background: #e0e0e0; /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 7%, #e0e0e0 50%, #ffffff 93%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(7%, #ffffff), color-stop(50%, #e0e0e0), color-stop(93%, #ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ffffff 7%, #e0e0e0 50%, #ffffff 93%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ffffff 7%, #e0e0e0 50%, #ffffff 93%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ffffff 7%, #e0e0e0 50%, #ffffff 93%); /* IE10+ */
  background: linear-gradient(to right, #ffffff 7%, #e0e0e0 50%, #ffffff 93%); /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);  IE6-9 */
  height:1px; line-height:1px; margin:0; padding:0; font-size:1px;
}


/* payment methods */
.payment-method-badge.small{width:51px; height:32px; display:inline-block; color:transparent; background-image:url(../../images/payment_methods.png); background-repeat:no-repeat; text-indent:-99999em;}
.payment-method-badge.small.wallet{background-position:0 0;}
.payment-method-badge.small.visa{background-position:-112px 0;}
.payment-method-badge.small.mastercard{background-position:-168px 0;}
.payment-method-badge.small.bank{background-position:-224px 0;}
.payment-method-badge.small.mb{background-position:-280px 0;}
.payment-method-badge + .payment-method-badge{margin-left:0.3em;}


/* anchor menu */
nav.fake-tabs ul{width:auto; display:inline-block; margin:0 auto; text-align:center;}
nav.fake-tabs ul li{float:none; display:inline-block; clear:none; width:auto; border:none; border-left:1px solid #e0e0e0; padding:0 0 0 10px; margin:0 10px 0 0; background:none;}
nav.fake-tabs ul li:first-child,nav.fake-tabs ul li:first-of-type{border-left:none; padding:0;}
nav.fake-tabs ul li a{padding:0; font:700 1.286em OpenSansBold, "Arial Black", sans-serif;}
nav.fake-tabs ul li a:hover{text-decoration:underline;}


.ink-form button.bt-generic.black, .ink-form input[type=submit].bt-generic.black{background:#444444;}
.ink-form button.bt-generic.black:hover, .ink-form input[type=submit].bt-generic.black:hover{background:#000;}
.ink-form input[class*=large-],
.ink-form input[class*=medium-],
.ink-form input[class*=small-],
.ink-form button[class*=large-],
.ink-form button[class*=medium-],
.ink-form button[class*=small-],
.ink-form textarea[class*=large-],
.ink-form textarea[class*=medium-],
.ink-form textarea[class*=small-] {float: none;}
.ink-form.help-search div.search-input{width:50%; margin:0 auto; -webkit-border-radius:0.6em; -moz-border-radius:0.6em; border-radius:0.6em; border:5px #3995ab solid; overflow:hidden; position:relative;}
.ink-form.help-search input[type=text]{font-size:1.571em; padding-left:0.6em; border:none; border-radius:0; background:#fff; width:90%;}
.ink-form.help-search button{color:#fff; background:#62b6cc; border:none; height:36px; width:10%; height:100%; position:absolute; right:0; font-size:1.571em; margin:0; text-shadow:0 -1px 0 #00869E;}
a.bt-generic[class*=large-], a.bt-generic[class*=medium-], a.bt-generic[class*=small-] {float:none; text-align:center;}
strong{font-weight:700; font-family:OpenSansBold, "Arial Black", sans-serif !important;}


/* rates tables */
table.pricing.ink-table th{font-family:OpenSansRegular, Arial, sans-serif!important; font-weight:400;}
table.pricing.ink-table th.payment-method{width:35%;}
table.pricing.ink-table th, table.pricing.ink-table td{line-height:1.3; padding:0.6em 0.8em; vertical-align:middle; font-size:1.143em;}
table.pricing.ink-table th:last-child, table.pricing.ink-table td:last-child{text-align:center;}
table.pricing.ink-table td span{font-size:0.813em;}
.pricing-footnote{font-size:0.857em;}


/* forms */
.auth input{width:95%;}
.ink-form .error-message{width:100%;}
/*.ink-form p{margin-bottom:0;}*/
.box input{width:89%;}
.box p.required{margin:0;}
.box.auth ul li{background:url(../../images/bullet.gif) no-repeat left 8px; list-style-type:none; padding:0 0 0 1em;}


/* help topics */
section.help-topics h1, section.help-topics h2{border-bottom:1px #e1e1e1 solid; padding-bottom:0.5em; line-height:normal;}
section.help-topics ul{list-style:none; padding-left:0em;}
section.help-topics ul li{margin-bottom:1.5em;}
section.help-topics ul li ul li{font-size:1.286em; padding-right:2em; overflow:hidden;}
section.help-topics ul li ul li ul li{font-size:0.778em; background:url(../../images/bullet.gif) no-repeat left 8px; list-style-type:none; padding:0 0 0 1em; margin:0.5em 0;}
section.help-detail ul li{background:url(../../images/bullet.gif) no-repeat left 4px; list-style-type:none; padding:0 0 0 1em; margin:0 0 0 1.5em;}
section.help-topics ul li .search{margin:0!important; font:700 1em OpenSansBold, "Arial Black", sans-serif; font-style:normal;}


section.grey:first-child, section.white:first-child{padding:0 0 2em 0;}


/* apps */
.ios-icon, .android-icon{width:64px; display:block; padding:69px 0 0 0!important; font:700 1em OpenSansBold, "Arial Black", sans-serif;}
.ios-icon{background:url(../../images/app_icon.gif) no-repeat 5px 0; margin:0 25px 0 0;}
.android-icon{background:url(../../images/app_icon.gif) no-repeat -70px 0; margin:0 0 0 25px;}


/* security */
#DigiCertClickID_qOpESexP{clear:none; width:auto; display:inline-block; margin:0; float:none;}
#DigiCertClickID_qOpESexP img{width:80%;}
#trustwave{display:inline-block; position:relative; top:-30px;}
.pci-seal{display:inline-block; width:217px; height:61px; background:url(../../images/pci-dss_seal.png) no-repeat 0 0; text-indent:-99999em; position:relative; top:-70px; margin:0 0 -70px 40px;}
.bulleted-list li, .bulleted-list li ul li{background:url(../../images/bullet.gif) no-repeat scroll 10px 8px rgba(0, 0, 0, 0); list-style-type: none; padding: 0 0 0 1.8em;}


.rounded-corners{border-radius:7px;}


/* LARGE SCREENS */
@media screen and (min-width:960px) {
  /* your css goes here */
  section.grey, section.white{padding:3em 0; overflow:hidden; clear:both;}
  .box.auth{height:675px;}
}


/* MEDIUM SCREENS */
@media screen and (min-width:650px) and (max-width:959px) {
  /* your css goes here */
  section.grey, section.white{padding:2em 0; overflow:hidden; clear:both;}
  table.pricing.ink-table th{font-family:OpenSansBold, "Arial Black", sans-serif !important; font-weight:700;}
  table.pricing.ink-table th.payment-method{width:auto!important;}
  table.pricing.ink-table th:last-child, table.pricing.ink-table td:last-child{text-align:left;}
  table.pricing.ink-table tr td, table.ink-table.bordered tr:first-child td{border-left:none; border-top:none; border-bottom:none;}
  table.ink-table tr th, table.ink-table.bordered tr:last-child th, table.ink-table.bordered tr:first-child th{border-bottom:1px dotted #bbbbbb;}
  .box.auth{height:auto;}
  .hero-unit ul.slider li div.text-content {padding-top:4%;}
  .hero-unit ul.slider li div.text-content h1{display:none;}
  .hero-unit ul.slider li div.text-content h2{font-size:1.714em;}
  .ink-form.help-search div.search{width:60%; margin:0 auto;}
  .ink-form.help-search div.search-input{width:75%;}
}


/* SMALL SCREENS */
@media screen and (max-width:649px) {
  /* your css goes here */
  body{margin:0;}
  h1, h1.small{font:700 1.714em OpenSansBold, "Arial Black", sans-serif;}
  h2{font:700 1.429em OpenSansBold, "Arial Black", sans-serif;}
  h2.small{font:400 1.429em OpenSansRegular, arial, sans-serif;}
  h3{font:700 1.429em OpenSansBold, "Arial Black", sans-serif;}
  h4{font:700 1.143em OpenSansBold, "Arial Black", sans-serif;}
  p{font-size:1em;}
  header a > h1.walletpt-logo{background:url(../../images/logo_meowallet_mobile.png) no-repeat left top; width:225px; height:43px;}
  header .buttons{width:100%; margin:20px 0 0 0; border-top:1px solid #ccc; border-bottom:1px solid #e0e0e0; padding:10px 0 10px 0;}
  section.grey, section.white{padding:2em 0; overflow:hidden; clear:both;}
  .section-shadow:first-of-type{margin:15px 0 0 0;}
  section.grey:first-of-type, section.white:first-of-type{padding:0;}
  section.payments p.claims{color:#444; font-family: OpenSansRegular, Arial, sans-serif!important; font-weight:400;}
  .hero-unit ul.slider li div.text-content h2{line-height:1.5; font-size:1.143em;}
  .hero-unit ul.slider li div.text-content{color:#444; width:99%; padding-top:3%; padding-bottom:6%; position:relative!important; right:0;}
  .hero-unit ul.slider li div.text-content h1, .hero-unit ul.slider li div.text-content h2{color:#444; text-shadow:none;}
  table.pricing.ink-table th{font-family:OpenSansBold, "Arial Black", sans-serif!important; font-weight:700;}
  table.pricing.ink-table th.payment-method{width:auto!important;}
  #subscription-steps li.active, #subscription-steps li.disabled, #merchant-subscription-steps li.active, #merchant-subscription-steps li.disabled{float:none; display:block; width:100%; padding:5%; margin:1px 0 0 0;}
  .box.auth{height:auto;}
  .ink-form.help-search div.search-input{width:100%; margin:1em auto 2em;}
  .ink-form.help-search button{width:20%;}
  nav.fake-tabs{margin:1em 0 2em 0;}
  nav.fake-tabs ul li{width:auto; font-size:0.857em; padding:0 0 0 10px; margin:0 0 0 10px; border-left:none;}
  nav.fake-tabs ul li:first-child{padding:0; margin:0;}
  nav.fake-tabs ul li a{float:none;}
  table.pricing.ink-table th:last-child, table.pricing.ink-table td:last-child{text-align:left;}
  table.pricing.ink-table tr td, table.ink-table.bordered tr:first-child td{border-left:none; border-top:none; border-bottom:none;}
  table.ink-table tr th, table.ink-table.bordered tr:last-child th, table.ink-table.bordered tr:first-child th{border-bottom:1px dashed #e0e0e0;}
}