html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    vertical-align: baseline
}

body,
html {
    height: 100%;
    width: 100%
}

body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}

body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    line-height: inherit
}

h1 {
    font-size: 2.6em
}

h2 {
    font-size: 2.2em
}

h3 {
    font-size: 1.8em
}

h4 {
    font-size: 1.6em
}

h5 {
    font-size: 1.4em
}

h6 {
    font-size: 1.2em
}

a {
    text-decoration: none;
    outline: 0;
    background-color: transparent;
}

p {
    font-size: 1.1em;
	clear: both;
}

small {
    font-size: .9em
}

b,
strong {
    font-weight: 700;
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
}

hr {
    box-sizing: content-box;
    border: 0;
    height: 1px;
    margin: 0;
    overflow: visible;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
    border: 0 none;
    -ms-interpolation-mode: bicubic;
}

table {
    width: 100% !important;
    margin: 0;
    padding: 0;
    clear: both;
    border-collapse: collapse;
}

table caption {
    padding: .5em;
    text-align: center;
    font-weight: bold;
}

table td,
table th {
    vertical-align: top;
    padding: .5em;
}

table.noborder,
table.noborder caption,
table.noborder tr,
table.noborder th,
table.noborder td {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
}

table.compact caption,
table.compact td,
table.compact th {
    padding: .1em .2em;
}

table.nowrap td,
table.nowrap th {
    white-space: nowrap;
}

table thead th {
    font-weight: bold;
}

ul {
    list-style: disc;
    margin: 0;
}

ul.square li,
ul.circle li {
    margin: 0 0 .3em .6em
}

ul.empty {
    list-style: none outside;
}

ul.square,
ul.square ul {
    list-style: square outside
}

ul.circle,
ul.circle ul {
    list-style: circle outside
}

ul.horizontal {
    margin-bottom: .5em;
    display: inline-block;
}

ul.horizontal li {
    display: inline-block;
    vertical-align: top;
    margin: .1em;
}

ul.horizontal.repeat-2 li{
    width: 48.5%;
}
ul.horizontal.repeat-3 li {
    width: 31.5%;
}
ul.horizontal.repeat-4 li {
    width: 23.5%;
}
ul.horizontal.repeat-5 li {
    width: 18.5%;
}
ul.horizontal.repeat-6 li {
    width: 15.5%;
}

ul.horizontal label{
    width: auto !important;
    font-weight: normal !important;
    text-align: left !important;
}

ol {
    margin: 0 0 .3em .6em;
    list-style: decimal;
}

ol li {
    padding: 0
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin: .5em;
}

ul ul li,
ol ul li,
ul ol li,
ol ol li {
    margin: 0 0 .3em 0
}

ul li input[type=checkbox],
ul li input[type=radio],
ul li input[type=checkbox],
ul li input[type=radio] {
    margin-right: 5px;
}

progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #c4c4c4;
  position: relative;
  width: 90%;
  height: 20px;
  text-align: center;
}

progress::-webkit-progress-bar {
  background-color: #fafafa;
  -webkit-box-shadow: inset 0 0 5px -5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.2);
}

progress::-moz-progress-bar {
  background-color: #fafafa;
  -moz-box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.2);
}

progress::-webkit-progress-value{
  -webkit-box-shadow: inset 0 5px 5px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 5px 5px rgba(255, 255, 255, 0.2);
  -webkit-animation: tuktuk-animation-stripes 5s linear infinite;
  animation: tuktuk-animation-stripes 5s linear infinite;
  -moz-transition: width 1s ease;
  -webkit-transition: width 1s ease;
  transition: width 1s ease;
}

progress.stripes::-webkit-progress-value{
  background-image: -webkit-linear-gradient(-45deg, transparent 33%, rgba(0, 0, 0, .1) 33%, rgba(0, 0, 0, .1) 66%, transparent 66%), -webkit-linear-gradient(top, rgba(255, 255, 255, .1), rgba(0, 0, 0, .1));
  background-size: 35px 20px, 100% 100%, 100% 100%;
}

progress.label::before {
  content: attr(value)'/'attr(max);
  position: absolute;
  line-height: 18px;
  font-size: 0.9em;
  color: #fff;
  text-shadow: 1px 1px 0 #3a3a3a;
  font-weight: bold;
}

progress.label.percentage::before {
  content: attr(value)'%';
}

progress.vertical {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-top: 5em
}

progress.compact {
  height: 15px;
}

progress.compact.label::before {
  font-size: 0.5em;
  line-height: 12px;
}

meter {
  position: relative;
  text-align: center;
  width: 90%;
  height: 20px;
}

meter::-webkit-meter-bar {
  background: none;
  background-color: #fafafa;
  -webkit-box-shadow: inset 0 0 5px -5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.2);
  height: 20px;
  border-radius: 0;
  border: 1px solid #c4c4c4;
}

meter::-webkit-meter-even-less-good-value,
meter::-webkit-meter-suboptimum-value,
meter::-webkit-meter-optimum-value {
  -webkit-box-shadow: inset 0 5px 5px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 5px 5px rgba(255, 255, 255, 0.2);
  -moz-transition: width 1s ease;
  -webkit-transition: width 1s ease;
  transition: width 1s ease;
}

meter.stripes::-webkit-meter-even-less-good-value,
meter.stripes::-webkit-meter-suboptimum-value,
meter.stripes::-webkit-meter-optimum-value {
  background-image: -webkit-linear-gradient(-45deg, transparent 33%, rgba(0, 0, 0, .1) 33%, rgba(0, 0, 0, .1) 66%, transparent 66%), -webkit-linear-gradient(top, rgba(255, 255, 255, .1), rgba(0, 0, 0, .1));
  background-size: 35px 20px, 100% 100%, 100% 100%;
}

meter::-moz-meter-bar {
  -moz-box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.2);
}

meter.label::before {
  content: attr(value)'/'attr(max);
  position: absolute;
  line-height: 20px;
  font-size: 0.9em;
  color: #fff;
  text-shadow: 1px 1px 0 #3a3a3a;
  font-weight: bold;
}

meter.label.percentage::before {
  content: attr(value)'%';
}

meter.compact::-webkit-meter-bar {
  height: 15px;
}

meter.compact.label::before {
  font-size: 0.5em;
  line-height: 22px;
}

.flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
}

.flexbox.y {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
}

.flexbox.y.top {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-box-pack: start;
    -o-box-pack: start;
    box-pack: start
}

.flexbox.y.bottom {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-box-pack: end;
    -o-box-pack: end;
    box-pack: end
}

.flexbox.y.middle {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -o-box-pack: center;
    box-pack: center
}

.flexbox.y.left {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-box-align: start;
    -o-box-align: start;
    box-align: start
}

.flexbox.y.right {
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-box-align: end;
    -o-box-align: end;
    box-align: end
}

.flexbox.y.center {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center
}

.flexbox.x {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-box-orient: horizontal;
    -o-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-box-pack: justify;
    -o-box-pack: justify;
    box-pack: justify;
}

.flexbox.x.top {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-box-align: start;
    -o-box-align: start;
    box-align: start
}

.flexbox.x.bottom {
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-box-align: end;
    -o-box-align: end;
    box-align: end
}

.flexbox.x.middle {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center
}

.flexbox.x.left {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-box-pack: start;
    -o-box-pack: start;
    box-pack: start
}

.flexbox.x.right {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-box-pack: end;
    -o-box-pack: end;
    box-pack: end
}

.flexbox.x.center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -o-box-pack: center;
    box-pack: center
}

.flexbox.reverse {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -ms-box-direction: reverse;
    -o-box-direction: reverse;
    box-direction: reverse
}

.flexbox.single {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-box-lines: single;
    -o-box-lines: single;
    box-lines: single
}

.flexbox.multiple {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-box-lines: multiple;
    -o-box-lines: multiple;
    box-lines: multiple
}

.flexbox > * {
    display: block
}

.flexbox > .box {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-box-flex: 0;
    -o-box-flex: 0;
    box-flex: 0
}

.flexbox > .box-1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1
}

.flexbox > .box-2 {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -ms-box-flex: 2;
    -o-box-flex: 2;
    box-flex: 2
}

.flexbox > .flex_0 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-box-flex: 0;
    -o-box-flex: 0;
    box-flex: 0
}

.flexbox > .flex_1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1
}

.flexbox > .flex_2 {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -ms-box-flex: 2;
    -o-box-flex: 2;
    box-flex: 2
}

.flexbox > .flex_3 {
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    -ms-box-flex: 3;
    -o-box-flex: 3;
    box-flex: 3
}

.flexbox > .flex_4 {
    -webkit-box-flex: 4;
    -moz-box-flex: 4;
    -ms-box-flex: 4;
    -o-box-flex: 4;
    box-flex: 4
}

.flexbox > .flex_5 {
    -webkit-box-flex: 5;
    -moz-box-flex: 5;
    -ms-box-flex: 5;
    -o-box-flex: 5;
    box-flex: 5
}

.flexbox > .flex_6 {
    -webkit-box-flex: 6;
    -moz-box-flex: 6;
    -ms-box-flex: 6;
    -o-box-flex: 6;
    box-flex: 6
}

.flexbox > .flex_7 {
    -webkit-box-flex: 7;
    -moz-box-flex: 7;
    -ms-box-flex: 7;
    -o-box-flex: 7;
    box-flex: 7
}

.flexbox > .flex_8 {
    -webkit-box-flex: 8;
    -moz-box-flex: 8;
    -ms-box-flex: 8;
    -o-box-flex: 8;
    box-flex: 8
}

.flexbox > .flex_9 {
    -webkit-box-flex: 9;
    -moz-box-flex: 9;
    -ms-box-flex: 9;
    -o-box-flex: 9;
    box-flex: 9
}

.flexbox > .order_1 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    box-ordinal-group: 1
}

.flexbox > .order_2 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    box-ordinal-group: 2
}

.flexbox > .order_3 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-box-ordinal-group: 3;
    -o-box-ordinal-group: 3;
    box-ordinal-group: 3
}

.flexbox > .order_4 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-box-ordinal-group: 4;
    -o-box-ordinal-group: 4;
    box-ordinal-group: 4
}

.flexbox > .order_5 {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-box-ordinal-group: 5;
    -o-box-ordinal-group: 5;
    box-ordinal-group: 5
}

.flexbox > .order_6 {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-box-ordinal-group: 6;
    -o-box-ordinal-group: 6;
    box-ordinal-group: 6
}

.flexbox > .order_7 {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -ms-box-ordinal-group: 7;
    -o-box-ordinal-group: 7;
    box-ordinal-group: 7
}

.flexbox > .order_8 {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    -ms-box-ordinal-group: 8;
    -o-box-ordinal-group: 8;
    box-ordinal-group: 8
}

.flexbox > .order_9 {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    -ms-box-ordinal-group: 9;
    -o-box-ordinal-group: 9;
    box-ordinal-group: 9
}

.row {
    margin: 0 auto;
    width: 960px;
    overflow: hidden;
    display: block;
}

.row .row {
    margin: 0 -16px;
    width: auto;
    display: block;
}

[class^="column_"],
[class*=" column_"] {
    margin: 0 16px;
    float: left;
    display: inline
}

.column_1 {
    width: 48px
}

.column_2 {
    width: 128px
}

.column_3 {
    width: 208px
}

.column_4 {
    width: 288px
}

.column_5 {
    width: 368px
}

.column_6 {
    width: 448px
}

.column_7 {
    width: 528px
}

.column_8 {
    width: 608px
}

.column_9 {
    width: 688px
}

.column_10 {
    width: 768px
}

.column_11 {
    width: 848px
}

.column_12 {
    width: 928px
}

.offset_1 {
    margin-left: 96px
}

.offset_2 {
    margin-left: 176px
}

.offset_3 {
    margin-left: 256px
}

.offset_4 {
    margin-left: 336px
}

.offset_5 {
    margin-left: 416px
}

.offset_6 {
    margin-left: 496px
}

.offset_7 {
    margin-left: 576px
}

.offset_8 {
    margin-left: 656px
}

.offset_9 {
    margin-left: 736px
}

.offset_10 {
    margin-left: 816px
}

.offset_11 {
    margin-left: 896px
}

form label,
.form label {
    font-weight: bold
}

form input[type="text"],
.form input[type="text"],
form input[type="password"],
.form input[type="password"],
form input[type="date"],
.form input[type="date"],
form input[type="datetime"],
.form input[type="datetime"],
form input[type="email"],
.form input[type="email"],
form input[type="number"],
.form input[type="number"],
form input[type="search"],
.form input[type="search"],
form input[type="tel"],
.form input[type="tel"],
form input[type="time"],
.form input[type="time"],
form input[type="url"],
.form input[type="url"],
form select,
.form select,
form textarea,
.form textarea {
    display: inline-block;
    width: 100%;
    padding: .25em .5em;
    margin: .1em 0 .25em 0;
    height: 2.5em;
    font-family: inherit;
    font-size: inherit;
    -webkit-user-select: text;
    -webkit-font-smoothing: antialiased;
}

form input[type="text"]:focus,
.form input[type="text"]:focus,
form input[type="password"]:focus,
.form input[type="password"]:focus,
form input[type="date"]:focus,
.form input[type="date"]:focus,
form input[type="datetime"]:focus,
.form input[type="datetime"]:focus,
form input[type="email"]:focus,
.form input[type="email"]:focus,
form input[type="number"]:focus,
.form input[type="number"]:focus,
form input[type="search"]:focus,
.form input[type="search"]:focus,
form input[type="tel"]:focus,
.form input[type="tel"]:focus,
form input[type="time"]:focus,
.form input[type="time"]:focus,
form input[type="url"]:focus,
.form input[type="url"]:focus,
form select:focus,
.form select:focus,
form textarea:focus,
.form textarea:focus {
    outline: none !important
}

form input[type="text"].large,
.form input[type="text"].large,
form input[type="password"].large,
.form input[type="password"].large,
form input[type="date"].large,
.form input[type="date"].large,
form input[type="datetime"].large,
.form input[type="datetime"].large,
form input[type="email"].large,
.form input[type="email"].large,
form input[type="number"].large,
.form input[type="number"].large,
form input[type="search"].large,
.form input[type="search"].large,
form input[type="tel"].large,
.form input[type="tel"].large,
form input[type="time"].large,
.form input[type="time"].large,
form input[type="url"].large,
.form input[type="url"].large,
form select.large,
.form select.large,
form textarea.large,
.form textarea.large {
    font-size: 1.4em
}

form textarea, 
.form textarea {
    padding: .4em .5em;
    min-height: 5em;
    line-height: 1.2em
}

form input[type="checkbox"],
.form input[type="checkbox"],
form input[type="radio"],
.form input[type="radio"] {
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    width: 1.5em;
    height: 1.5em;
    line-height: 1em;
    -webkit-appearance: none;
    text-align: center;
}

form input[type="checkbox"]:after,
.form input[type="checkbox"]:after,
form input[type="radio"]:after,
.form input[type="radio"]:after {
    content: "\002B";
    opacity: 0;
}

form input[type="checkbox"]:after,
.form input[type="checkbox"]:after {
    line-height: 1.5em;
}

form input[type="radio"]:after,
.form input[type="radio"]:after {
    line-height: 1.2em;
}

form input[type="checkbox"]:checked:after,
.form input[type="checkbox"]:checked:after,
form input[type="radio"]:checked:after,
.form input[type="radio"]:checked:after {
    opacity: 1;
}

form input[type="checkbox"]:checked:after,
.form input[type="checkbox"]:checked:after {
    content: "\2714";
    font-size: 1.5em;
    line-height: .8em;
}

form input[type="radio"]:checked:after,
.form input[type="radio"]:checked:after {
    content: "\2b24";
    font-size: 1.2em;
    line-height: .9em;
}

form input[type="radio"],
.form input[type="radio"] {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

form select,
.form select {
    position: relative;
    display: block;
}

form input[type="file"],
.form input[type="file"] {
    margin-top: .8em;
}

form fieldset legend,
.form .fieldset legend,
form fieldset legend,
.form fieldset legend {
    padding: .5em;
    font-size: 1.2em;
    font-style: italic;
    text-decoration: underline;
}

form fieldset p,
.form fieldset p,
form .fieldset p,
.form .fieldset p {
    clear: both;
    margin-bottom: .4em;
}

form .fieldset label,
.form .fieldset label,
form fieldset label,
.form fieldset label {
    display: block;
    text-align: right;
    float: left;
    width: 25%;
    padding: .6em .4em 0 0;
}

form .fieldset input[type="text"],
.form .fieldset input[type="text"],
form fieldset input[type="text"],
.form fieldset input[type="text"],
form .fieldset input[type="password"],
.form .fieldset input[type="password"],
form fieldset input[type="password"],
.form fieldset input[type="password"],
form .fieldset input[type="date"],
.form .fieldset input[type="date"],
form fieldset input[type="date"],
.form fieldset input[type="date"],
form .fieldset input[type="datetime"],
.form .fieldset input[type="datetime"],
form fieldset input[type="datetime"],
.form fieldset input[type="datetime"],
form .fieldset input[type="email"],
.form .fieldset input[type="email"],
form fieldset input[type="email"],
.form fieldset input[type="email"],
form .fieldset input[type="number"],
.form .fieldset input[type="number"],
form fieldset input[type="number"],
.form fieldset input[type="number"],
form .fieldset input[type="search"],
.form .fieldset input[type="search"],
form fieldset input[type="search"],
.form fieldset input[type="search"],
form .fieldset input[type="tel"],
.form .fieldset input[type="tel"],
form fieldset input[type="tel"],
.form fieldset input[type="tel"],
form .fieldset input[type="time"],
.form .fieldset input[type="time"],
form fieldset input[type="time"],
.form fieldset input[type="time"],
form .fieldset input[type="url"],
.form .fieldset input[type="url"],
form fieldset input[type="url"],
.form fieldset input[type="url"],
form .fieldset select,
.form .fieldset select,
form fieldset select,
.form fieldset select,
form .fieldset textarea,
.form .fieldset textarea,
form fieldset textarea,
.form fieldset textarea,
form fieldset ul,
.form fieldset ul {
    width: 75%
}

form .fieldset label > small,
.form .fieldset label > small,
form fieldset label > small,
.form fieldset label > small {
    display: block;
    font-size: .8em;
    font-weight: 300
}

form .helptext,
.form .helptext {
    display: block;
    font-style: italic;
}

form .fieldset .helptext,
.form .fieldset .helptext,
form fieldset .helptext,
.form fieldset .helptext {
    margin-left: 25%;
}

form .errorlist,
.form .errorlist {
    list-style: none;
}

form .fieldset .errorlist li,
.form .fieldset .errorlist li,
form fieldset .errorlist li,
.form fieldset .errorlist li {
    margin-left: 25%;
}

.button {
    position: relative;
    display: inline-block;
    padding: 0 1em;
    border: none;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: 2.5em;
    text-align: center;
    text-decoration: none;
    outline: none;
    background: none;
    -webkit-transition: background-color 400ms;
    -moz-transition: background-color 400ms;
    -o-transition: background-color 400ms;
    transition: background-color 400ms;
}

.button.large {
    font-size: 1.4em
}

.button.small {
    font-size: .9em
}

.button.tiny {
    font-size: .8em
}

.button.anchor {
    width: 100%;
}

.button.disabled, .button:disabled {
    cursor: default
}

.scroll {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-box-flex: 1;
}

.scroll.horizontal {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap
}

.clear {
    clear: both
}

.on-left {
    float: left
}

.on-right {
    float: right
}

.block {
    display: block
}

.inline {
    display: inline-block
}

.none {
    display: none
}

.margin-none {
    margin: 0
}

.margin {
    margin: 1em
}

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

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

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

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

.padding-none {
    padding: 0
}

.padding {
    padding: 1em
}

.padding-left {
    padding-left: 1em
}

.padding-right {
    padding-right: 1em
}

.padding-top {
    padding-top: 1em
}

.padding-bottom {
    padding-bottom: 1em
}

.border-none {
    border: none;
}

.border {
    border: 0.1em solid;
}

.border-top {
    border-top: 0.1em solid;
}

.border-right {
    border-right: 0.1em solid;
}

.border-bottom {
    border-bottom: 0.1em solid;
}

.border-left {
    border-left: 0.1em solid;
}

.radius-none {
    border-radius: inherit;
}

.radius {
    border-radius: 0.5em;
}

.radius-tl {
    border-top-left-radius: 0.5em;
}

.radius-tr {
    border-top-right-radius: 0.5em;
}

.radius-br {
    border-bottom-right-radius: 0.5em;
}

.radius-bl {
    border-bottom-left-radius: 0.5em;
}

.img.responsive {
    width: 100%;
    height: auto;
}

.img.responsive.vertical {
    height: 100%;
    width: auto;
}

.img.responsive.rounded {
    border-radius: 50%;
}

.img.w16 {
    width: 16px;
}

.img.w24 {
    width: 24px;
}

.img.w32 {
    width: 32px;
}

.img.w48 {
    width: 48px;
}

.img.w64 {
    width: 64px;
}

.img.w96 {
    width: 96px;
}

.img.w128 {
    width: 128px;
}

.img.w256 {
    width: 256px;
}

.img.w512 {
    width: 512px;
}

.img.h16 {
    height: 16px;
}

.img.h24 {
    height: 24px;
}

.img.h32 {
    height: 32px;
}

.img.h48 {
    height: 48px;
}

.img.h64 {
    height: 64px;
}

.img.h96 {
    height: 96px;
}

.img.h128 {
    height: 128px;
}

.img.h256 {
    height: 256px;
}

.img.h512 {
    height: 512px;
}

.text.thin {
    font-weight: 200;
}

.text.book {
    font-weight: 300;
}

.text.normal {
    font-weight: 400;
}

.text.bold {
    font-weight: 700;
}

.text.extra-bold {
    font-weight: 800;
}

.text.italic {
    font-style: italic;
}

.text.underline {
    text-decoration: underline;
}

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

.text.tiny {
    font-size: .8em;
}

.text.small {
    font-size: .9em;
}

.text.big {
    font-size: 1.2em;
}

.text.large {
    font-size: 1.4em;
}

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

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

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

.align.justify {
    text-align: justify;
}

.valign.top {
    vertical-align: top;
}

.valign.middle {
    vertical-align: middle;
}

.valign.bottom {
    vertical-align: bottom;
}

.valign.sub {
    vertical-align: sub;
}

.valign.super {
    vertical-align: super;
}

.keep-together {
    page-break-inside: avoid;
}

.break-before {
    page-break-before: always;
}

.break-after {
    page-break-after: always;
}

[data-tuktuk="toggle-wrap"] {
    display: inline-block;
    margin: .5em 0 .25em 0;
    height: 24px;
    width: 48px;
    position: relative;
    font-size: inherit;
    line-height: 24px;
}

[data-tuktuk="toggle-wrap"] em{
    font-size: .9em;
    margin-left: 24px;
}

[data-tuktuk="toggle-wrap"] input[type=checkbox] {
    opacity: 0;
    width: 0;
    cursor: pointer;
}

[data-tuktuk="toggle-wrap"]:after,
[data-tuktuk="toggle-wrap"]:before {
    z-index: 0;
    position: absolute;
}

[data-tuktuk="toggle-wrap"]:before {
    left: 1em;
    opacity: 0;
}

[data-tuktuk="toggle-wrap"]:after {
    right: 1em;
}

[data-tuktuk="toggle-wrap"].checked:before {
    opacity: 1;
    z-index: 1;
}

[data-tuktuk="toggle-wrap"].checked:after {
    opacity: 0;
    z-index: 0;
}

[data-tuktuk="toggle-wrap"] label {
    display: block !important;
    height: 20px !important;
    width: 20px !important;
    margin: 2px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

[data-tuktuk="toggle-wrap"].checked label {
    left: 24px;
}

[data-tuktuk="toggle-wrap"].checked em {
    margin-left: 3px;
}

[data-tuktuk="accordion-menu"] ul {
    display: none;
    list-style: none;
}

[data-tuktuk="accordion-menu"] ul,
[data-tuktuk="accordion-menu"] li {
    margin: 0;
}

[data-tuktuk="accordion-menu"] li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-tuktuk="accordion-menu"] input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

[data-tuktuk="accordion-menu"] label,
[data-tuktuk="accordion-menu"] a {
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

[data-tuktuk="accordion-menu"] label,
[data-tuktuk="accordion-menu"] a {
    display: block;
    padding: 1em .5em;
}

[data-tuktuk="accordion-menu"] label {
    cursor: pointer;
    font-size: 1.1em;
}

[data-tuktuk="accordion-menu"] ul label::after {
    content: "\25b6";
    vertical-align: middle;
    float: left;
    margin-right: 3px;
    font-size: 0.9em;
}

[data-tuktuk="accordion-menu"] ul input[type=checkbox]:checked + label::after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

[data-tuktuk="accordion-menu"] ul label,
[data-tuktuk="accordion-menu"] ul a {
    padding-left: 1em;
}

[data-tuktuk="accordion-menu"] ul a:hover {
    padding-left: 1.4em;
}

[data-tuktuk="accordion-menu"] ul ul label,
[data-tuktuk="accordion-menu"] ul ul a {
    padding-left: 1.3em;
}

[data-tuktuk="accordion-menu"] ul ul a:hover {
    padding-left: 1.5em;
}

[data-tuktuk="accordion-menu"] ul ul ul label,
[data-tuktuk="accordion-menu"] ul ul ul a {
    padding-left: 1.4em;
}

[data-tuktuk="accordion-menu"] ul ul ul a:hover {
    padding-left: 1.6em;
}

[data-tuktuk="accordion-menu"] ul ul ul ul label,
[data-tuktuk="accordion-menu"] ul ul ul ul a {
  padding-left: 1.5em;
}

[data-tuktuk="accordion-menu"] ul ul ul ul a:hover {
    padding-left: 1.7em;
}

/*[data-tuktuk="accordion-menu"] input[type=checkbox]:checked + label + ul,*/
/*[data-tuktuk="accordion-menu"] input[type=checkbox]:checked + label:nth-of-type(n) + ul {*/
    /*display: block;*/
/*}*/

[data-tuktuk="accordion"] {
    overflow: hidden;
    margin: 0;
}

[data-tuktuk="accordion"] > [data-accordion=content] {
    margin: 0;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    max-height: 0;
    list-style: none;
}

[data-tuktuk="accordion"] > [data-accordion=content] li:not([data-tuktuk="accordion"]) {
    padding: 1em;
    margin: 0;
}

[data-tuktuk="accordion"] > [data-accordion=activator] {
    padding: 1em;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

[data-tuktuk="accordion"] > [data-accordion=activator]::after {
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    content: "\25b6";
    vertical-align: middle;
    float: right;
}

[data-tuktuk="accordion"].active > [data-accordion=activator] {
    font-weight: 700;
}

[data-tuktuk="accordion"].active > [data-accordion=activator]::after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

[data-tuktuk="accordion"].active > [data-accordion=content] {
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition: max-height ease 1.5s;
    -moz-transition: max-height ease 1.5s;
    -ms-transition: max-height ease 1.5s;
    -o-transition: max-height ease 1.5s;
    transition: max-height ease 1.5s;
    max-height: 999px;
}

[data-tuktuk=boxes] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-box-pack: justify;
    -o-box-pack: justify;
    box-pack: justify;
    overflow: hidden;
}

[data-tuktuk=boxes] > aside, [data-tuktuk=boxes] > section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
}

[data-tuktuk=boxes] > aside > header, [data-tuktuk=boxes] > section > header, [data-tuktuk=boxes] > aside > footer, [data-tuktuk=boxes] > section > footer, [data-tuktuk=boxes] > aside > div > header, [data-tuktuk=boxes] > section > div > header, [data-tuktuk=boxes] > aside > div > footer, [data-tuktuk=boxes] > section > div > footer {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-box-flex: 0;
    -o-box-flex: 0;
    box-flex: 0;
    display: block;
    min-height: 52px;
    line-height: 24px;
    padding: .9em;
}

[data-tuktuk=boxes] > aside article, [data-tuktuk=boxes] > section article {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    height: 0;
}

[data-tuktuk=boxes] > aside {
    z-index: 2;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-box-flex: 0;
    -o-box-flex: 0;
    box-flex: 0;
    min-width: 224px;
    margin: 0 !important;
    float: none !important;
}

[data-tuktuk=boxes] > aside.absolute {
    position: absolute;
    height: inherit;
}

[data-tuktuk=boxes] > aside.absolute:not(.right) {
    -webkit-transform: translateX(-512px);
    -moz-transform: translateX(-512px);
    -ms-transform: translateX(-512px);
    -o-transform: translateX(-512px);
    transform: translateX(-512px);
}

[data-tuktuk=boxes] > aside.absolute.right {
    -webkit-transform: translateX(512px);
    -moz-transform: translateX(512px);
    -ms-transform: translateX(512px);
    -o-transform: translateX(512px);
    transform: translateX(512px);
    right: 0;
}

[data-tuktuk=boxes] > aside.absolute.active {
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    transform: translateX(0) !important;
}

[data-tuktuk=boxes] > aside > div {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
}

[data-tuktuk=boxes] > section {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    z-index: 0;
}

[data-tuktuk=boxes] > aside .session, [data-tuktuk=boxes] > section .session {
    height: inherit;
    width: 90%;
}

[data-tuktuk=boxes] > aside .session > *, [data-tuktuk=boxes] > section .session > * {
    display: inline-block;
    float: left;
}

[data-tuktuk="modal"] {
    position: fixed;
    left: 50%;
    width: 288px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: hidden;
    z-index: 0;
}

[data-tuktuk="modal"] header {
    padding: .5263157894736842em 1em;
}

[data-tuktuk="modal"] article, [data-tuktuk="modal"] footer {
    padding: .6666666666666666em 1em;
}

[data-tuktuk="modal"] article {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
}

[data-tuktuk="modal"] article [class^="column_"] {
    margin: 0 !important;
}

[data-tuktuk="modal"].active {
    top: 8%;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    z-index: 1;
    visibility: visible;
}

[data-tuktuk="modal"]:not(.side) {
    margin-top: 0 !important;
    margin-right: 0 !important;
}

[data-tuktuk="modal"]:not(.side).column_5 {
    margin-left: -184px;
}

[data-tuktuk="modal"]:not(.side).column_6 {
    margin-left: -224px;
}

[data-tuktuk="modal"]:not(.side).column_7 {
    margin-left: -264px;
}

[data-tuktuk="modal"]:not(.side).column_8 {
    margin-left: -304px;
}

[data-tuktuk="modal"]:not(.side).column_9 {
    margin-left: -344px;
}

[data-tuktuk="modal"]:not(.side).column_10 {
    margin-left: -384px;
}

[data-tuktuk="modal"]:not(.side).column_11 {
    margin-left: -424px;
}

[data-tuktuk="modal"]:not(.side).column_12 {
    margin-left: -464px;
}

[data-tuktuk="modal"].column_5 {
    width: 368px;
}

[data-tuktuk="modal"].column_6 {
    width: 448px;
}

[data-tuktuk="modal"].column_7 {
    width: 528px;
}

[data-tuktuk="modal"].column_8 {
    width: 608px;
}

[data-tuktuk="modal"].column_9 {
    width: 688px;
}

[data-tuktuk="modal"].column_10 {
    width: 768px;
}

[data-tuktuk="modal"].column_11 {
    width: 848px;
}

[data-tuktuk="modal"].column_12 {
    width: 928px;
}

[data-tuktuk="modal"].side {
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    margin: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 1;
}

[data-tuktuk="modal"].side.left {
    left: 0;
    right: auto;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

[data-tuktuk="modal"].side.active {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

[data-tuktuk="modal"].side > div {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
}

[data-tuktuk="lock"] {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    visibility: hidden;
}

[data-tuktuk="lock"].active {
    visibility: visible;
}

[data-tuktuk="lock"].active[data-loading=true] > .loading,
[data-tuktuk="lock"].active[data-loading=true] > .text {
    display: block;
}

[data-tuktuk="lock"] > .loading {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 4em;
    height: 4em;
    margin-left: -2em;
    margin-top: -2em;
    background-color: rgba(0,0,0,.75);
    border-radius: 2em;
    -webkit-animation: tuktuk-animation-loading-default 2s infinite linear;
    animation: tuktuk-animation-loading-default 2s infinite linear;
}

[data-tuktuk="lock"] > .text {
    display: none;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: 3.5em;
    text-align: center;
    font-weight: 600;
    font-size: 1.2em;
    text-transform: uppercase;
}

nav[data-tuktuk="menu"] > a small {
    font-size: .8em;
    margin-left: .4em;
}

section nav[data-tuktuk="menu"] > a, header nav[data-tuktuk="menu"] > a, footer nav[data-tuktuk="menu"] > a {
    line-height: 2.5em;
    padding: 0 1em;
    display: inline-block;
}

section nav[data-tuktuk="menu"] > a:not(:first-child), header nav[data-tuktuk="menu"] > a:not(:first-child), footer nav[data-tuktuk="menu"] > a:not(:first-child) {
    margin-left: .5em;
}

[data-tuktuk=boxes] aside nav[data-tuktuk="menu"] {
    margin: .5em;
}

[data-tuktuk=boxes] aside nav[data-tuktuk="menu"] > a {
    display: block;
    padding: .6666666666666666em .5em;
}

[data-tuktuk=boxes] aside nav[data-tuktuk="menu"] ::-webkit-scrollbar {
    width: .25em;
    height: .25em;
    position: absolute;
}

[data-tuktuk=boxes] ::-webkit-scrollbar {
    width: .5em;
    height: .5em;
    position: absolute;
}

[data-tuktuk=boxes] ::-webkit-scrollbar-button:vertical {
    background-color: transparent;
}

[data-tuktuk=boxes] ::-webkit-scrollbar-button:start:decrement, [data-tuktuk=boxes] ::-webkit-scrollbar-button:end:increment {
    display: block;
}

[data-tuktuk=boxes] ::-webkit-scrollbar-button:vertical:start:increment, [data-tuktuk=boxes] ::-webkit-scrollbar-button:vertical:end:decrement {
    display: none;
}

[data-tuktuk=boxes] ::-webkit-scrollbar-button:vertical:increment {
    display: none;
}

[data-tuktuk=boxes] ::-webkit-scrollbar-button:vertical:decrement {
    display: none;
}

[data-tuktuk=boxes] ::-webkit-scrollbar-button:horizontal:increment {
    display: none;
}

[data-tuktuk=boxes] ::-webkit-scrollbar-button:horizontal:decrement {
    display: none;
}

[data-tuktuk=boxes] ::-webkit-scrollbar-track:vertical {
    background-color: transparent;
}

[data-tuktuk=boxes] ::-webkit-scrollbar-track-piece:vertical:start {
    border: 0;
}

[data-tuktuk=boxes] ::-webkit-scrollbar-track-piece:vertical:end {
    border: 0;
}

[data-tuktuk=boxes] ::-webkit-scrollbar-track-piece {
    background-color: transparent;
}

[data-tuktuk=boxes] ::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.1);
}

[data-tuktuk=boxes] ::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,0.5);
}

[data-tuktuk=boxes] ::-webkit-scrollbar-corner:vertical {
    background-color: #000;
}

[data-tuktuk="tip"] {
    position: relative;
    display: inline-block;
}

[data-tuktuk="tip"]:before,
[data-tuktuk="tip"]:after {
    position: absolute;
    opacity: 0;
    z-index: 0;
    pointer-events: none;
}

[data-tuktuk="tip"]:before {
    content: '';
    position: absolute;
    background: transparent;
    z-index: 0;
}

[data-tuktuk="tip"]:after {
    content: attr(data-text);
    padding: .8em;
    font-size: .9em;
    line-height: 1em;
    white-space: nowrap;
}

[data-tuktuk="tip"]:hover:before,
[data-tuktuk="tip"]:hover:after {
    opacity: 1;
}

[data-tuktuk="tip"]:not(.tip-top):not(.tip-right):not(.tip-left):before {
    margin-top: -10px;
}

[data-tuktuk="tip"]:not(.tip-top):not(.tip-right):not(.tip-left):after {
    margin-left: -18px;
}

[data-tuktuk="tip"]:not(.tip-top):not(.tip-right):not(.tip-left):before,
[data-tuktuk="tip"]:not(.tip-top):not(.tip-right):not(.tip-left):after {
    top: 100%;
    left: 50%;
}

[data-tuktuk="tip"]:not(.tip-top):not(.tip-right):not(.tip-left):hover:before,
[data-tuktuk="tip"]:not(.tip-top):not(.tip-right):not(.tip-left):hover:after {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
}

[data-tuktuk="tip"].tip-top:before {
    margin-bottom: -10px;
}

[data-tuktuk="tip"].tip-top:after {
    margin-left: -18px;
}

[data-tuktuk="tip"].tip-top:before,
[data-tuktuk="tip"].tip-top:after {
    bottom: 100%;
    left: 50%;
}

[data-tuktuk="tip"].tip-top:hover:before,
[data-tuktuk="tip"].tip-top:hover:after {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
}

[data-tuktuk="tip"].tip-left:before {
    margin-right: -10px;
    margin-bottom: -6px;
}

[data-tuktuk="tip"].tip-left:after {
    margin-bottom: -14px
}

[data-tuktuk="tip"].tip-left:before, [data-tuktuk="tip"].tip-left:after {
    right: 100%;
    bottom: 50%
}

[data-tuktuk="tip"].tip-left:hover:before, [data-tuktuk="tip"].tip-left:hover:after {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    -o-transform: translateX(-8px);
    transform: translateX(-8px)
}

[data-tuktuk="tip"].tip-right:before {
    margin-left: -10px;
    margin-bottom: -6px
}

[data-tuktuk="tip"].tip-right:after {
    margin-bottom: -14px
}

[data-tuktuk="tip"].tip-right:before, [data-tuktuk="tip"].tip-right:after {
    left: 100%;
    bottom: 50%
}

[data-tuktuk="tip"].tip-right:hover:before, [data-tuktuk="tip"].tip-right:hover:after {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    -ms-transform: translateX(8px);
    -o-transform: translateX(8px);
    transform: translateX(8px)
}

[data-tuktuk=buttons] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-box-pack: justify;
    -o-box-pack: justify;
    box-pack: justify;
}

[data-tuktuk=buttons].align.left {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-box-pack: start;
    -o-box-pack: start;
    box-pack: start;
}

[data-tuktuk=buttons].align.center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -o-box-pack: center;
    box-pack: center;
}

[data-tuktuk=buttons].align.right {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-box-pack: end;
    -o-box-pack: end;
    box-pack: end;
}

[data-tuktuk=buttons] > * {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-box-flex: 0;
    -o-box-flex: 0;
    box-flex: 0;
    display: flow-root;
    margin: .1em;
}

@-moz-keyframes tuktuk-animation-stripes {
  	100% { 
    	background-position: -100px 0px; 
	}
}

@-webkit-keyframes tuktuk-animation-stripes {
  	100% {
    	background-position: -100px 0px; 
	}
}

@-o-keyframes tuktuk-animation-stripes {
  	100% {
    	background-position: -100px 0px; 
	}
}

@-ms-keyframes tuktuk-animation-stripes {
  	100% {
    	background-position: -100px 0px; 
	}
}

@keyframes tuktuk-animation-stripes {
  	100% {
    	background-position: -100px 0px; 
	}
}

@-moz-keyframes tuktuk-animation-loading-default {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    50% {
        opacity: .5;
        -webkit-transform: scale(.85);
        -moz-transform: scale(.85);
        -ms-transform: scale(.85);
        -o-transform: scale(.85);
        transform: scale(.85)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes tuktuk-animation-loading-default {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    50% {
        opacity: .5;
        -webkit-transform: scale(.85);
        -moz-transform: scale(.85);
        -ms-transform: scale(.85);
        -o-transform: scale(.85);
        transform: scale(.85)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes tuktuk-animation-loading-default {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    50% {
        opacity: .5;
        -webkit-transform: scale(.85);
        -moz-transform: scale(.85);
        -ms-transform: scale(.85);
        -o-transform: scale(.85);
        transform: scale(.85)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-ms-keyframes tuktuk-animation-loading-default {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    50% {
        opacity: .5;
        -webkit-transform: scale(.85);
        -moz-transform: scale(.85);
        -ms-transform: scale(.85);
        -o-transform: scale(.85);
        transform: scale(.85)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes tuktuk-animation-loading-default {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    50% {
        opacity: .5;
        -webkit-transform: scale(.85);
        -moz-transform: scale(.85);
        -ms-transform: scale(.85);
        -o-transform: scale(.85);
        transform: scale(.85)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@media only screen and (max-width: 479px) {
    .row {
        width: 100%;
    }

    [class^="column_"], [class*=" column_"] {
        width: 100%;
        margin: 0;
    }

    .offset_1, .offset_2, .offset_3, .offset_4, .offset_5, .offset_6, .offset_7, .offset_8, .offset_9, .offset_10, .offset_11 {
        margin-left: 0
    }

    form .fieldset input[type="text"], .form .fieldset input[type="text"], form fieldset input[type="text"], .form fieldset input[type="text"], form .fieldset input[type="password"], .form .fieldset input[type="password"], form fieldset input[type="password"], .form fieldset input[type="password"], form .fieldset input[type="date"], .form .fieldset input[type="date"], form fieldset input[type="date"], .form fieldset input[type="date"], form .fieldset input[type="datetime"], .form .fieldset input[type="datetime"], form fieldset input[type="datetime"], .form fieldset input[type="datetime"], form .fieldset input[type="email"], .form .fieldset input[type="email"], form fieldset input[type="email"], .form fieldset input[type="email"], form .fieldset input[type="number"], .form .fieldset input[type="number"], form fieldset input[type="number"], .form fieldset input[type="number"], form .fieldset input[type="search"], .form .fieldset input[type="search"], form fieldset input[type="search"], .form fieldset input[type="search"], form .fieldset input[type="tel"], .form .fieldset input[type="tel"], form fieldset input[type="tel"], .form fieldset input[type="tel"], form .fieldset input[type="time"], .form .fieldset input[type="time"], form fieldset input[type="time"], .form fieldset input[type="time"], form .fieldset input[type="url"], .form .fieldset input[type="url"], form fieldset input[type="url"], .form fieldset input[type="url"], form .fieldset select, .form .fieldset select, form fieldset select, .form fieldset select, form .fieldset textarea, .form .fieldset textarea, form fieldset textarea, .form fieldset textarea {
        display: block;
        width: 100%
    }

    form .fieldset label, .form .fieldset label, form fieldset label, .form fieldset label {
        display: block;
        text-align: left;
        width: 100%;
    }

    form .fieldset .helptext,
    .form .fieldset .helptext,
    form fieldset .helptext,
    .form fieldset .helptext {
        margin-left: 0;
    }

    [data-tuktuk=buttons] {
        display: block !important;
        width: 100% !important;
    }

    [data-tuktuk=buttons] button,
    [data-tuktuk=buttons] .button,
    .button {
        width: 100%;
        text-align: center;
        display: inline-block !important;
        margin: 2px 0 !important;
        line-height: 32px;
    }

    nav.group a {
        border: none !important
    }

    [data-tuktuk="modal"] {
        left: 5% !important;
        width: 90% !important;
        margin-left: 0 !important
    }

    ul.horizontal {
        width: 100% !important;
    }

    /*ul.horizontal.repeat-2 li,*/
    /*ul.horizontal.repeat-3 li,*/
    /*ul.horizontal.repeat-4 li,*/
    /*ul.horizontal.repeat-5 li,*/
    /*ul.horizontal.repeat-6 li{*/
    /*    width: 100%;*/
    /*}*/
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .row {
        margin: 0 auto;
        width: 480px;
    }

    [class^="column_"], [class*=" column_"] {
        margin: 0 2px;
        width: 456px
    }
}

@media only screen and (max-width: 767px) {
    header {
        height: auto !important;
        line-height: 32px !important;
    }

    .row .row {
        margin: 0 auto;
        width: 100%;
    }

    .show-phone {
        display: inherit !important
    }

    .show-tablet {
        display: none !important
    }

    .show-screen {
        display: none !important
    }

    .hide-phone {
        display: none !important
    }

    .hide-tablet {
        display: inherit !important
    }

    .hide-screen {
        display: inherit !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    header {
        height: auto !important;
        line-height: 32px;
    }

    .row {
        width: 768px;
    }

    .row .row {
        margin: 0 -14px
    }

    [class^="column_"], [class*=" column_"] {
        margin: 0 14px
    }

    .column_1 {
        width: 36px
    }

    .column_2 {
        width: 100px
    }

    .column_3 {
        width: 164px
    }

    .column_4 {
        width: 228px
    }

    .column_5 {
        width: 292px
    }

    .column_6 {
        width: 356px
    }

    .column_7 {
        width: 420px
    }

    .column_8 {
        width: 484px
    }

    .column_9 {
        width: 548px
    }

    .column_10 {
        width: 612px
    }

    .column_11 {
        width: 676px
    }

    .column_12 {
        width: 740px
    }

    .offset_1 {
        margin-left: 78px
    }

    .offset_2 {
        margin-left: 142px
    }

    .offset_3 {
        margin-left: 206px
    }

    .offset_4 {
        margin-left: 270px
    }

    .offset_5 {
        margin-left: 334px
    }

    .offset_6 {
        margin-left: 398px
    }

    .offset_7 {
        margin-left: 462px
    }

    .offset_8 {
        margin-left: 526px
    }

    .offset_9 {
        margin-left: 590px
    }

    .offset_10 {
        margin-left: 654px
    }

    .offset_11 {
        margin-left: 718px
    }

    .show-phone {
        display: none !important
    }

    .show-tablet {
        display: inherit !important
    }

    .show-screen {
        display: none !important
    }

    .hide-phone {
        display: inherit !important
    }

    .hide-tablet {
        display: none !important
    }

    .hide-screen {
        display: inherit !important
    }
}

@media only screen and (min-width: 1200px) {
    header {
        height: auto !important
    }

    .row {
        width: 1200px;
    }

    .row .row {
        margin: 0 -20px;
    }

    [class^="column_"],
    [class*=" column_"] {
        margin: 0 20px
    }

    .column_1 {
        width: 60px
    }

    .column_2 {
        width: 160px
    }

    .column_3 {
        width: 260px
    }

    .column_4 {
        width: 360px
    }

    .column_5 {
        width: 460px
    }

    .column_6 {
        width: 560px
    }

    .column_7 {
        width: 660px
    }

    .column_8 {
        width: 760px
    }

    .column_9 {
        width: 860px
    }

    .column_10 {
        width: 960px
    }

    .column_11 {
        width: 1060px
    }

    .column_12 {
        width: 1160px
    }

    .offset_1 {
        margin-left: 120px
    }

    .offset_2 {
        margin-left: 220px
    }

    .offset_3 {
        margin-left: 320px
    }

    .offset_4 {
        margin-left: 420px
    }

    .offset_5 {
        margin-left: 520px
    }

    .offset_6 {
        margin-left: 620px
    }

    .offset_7 {
        margin-left: 720px
    }

    .offset_8 {
        margin-left: 820px
    }

    .offset_9 {
        margin-left: 920px
    }

    .offset_10 {
        margin-left: 1020px
    }

    .offset_11 {
        margin-left: 1120px
    }

    .show-phone {
        display: none !important
    }

    .show-tablet {
        display: none !important
    }

    .show-screen {
        display: inherit
    }

    .hide-phone {
        display: inherit !important
    }

    .hide-tablet {
        display: inherit !important
    }

    .hide-screen {
        display: none !important
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    header {
        height: auto
    }
}
