2021-06-09 10:33:00 +02:00

1157 lines
27 KiB
CSS

/*popsu*/
/*foundation*/
/**
* Foundation for Sites
* Version 6.6.3
* https://get.foundation
* Licensed under MIT Open Source
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
line-height: 1.15;
-webkit-text-size-adjust: 100%; }
body {
margin: 0; }
h1 {
font-size: 2em;
margin: 0.67em 0; }
hr {
box-sizing: content-box;
height: 0;
overflow: visible; }
pre {
font-family: monospace, monospace;
font-size: 1em; }
a {
background-color: transparent; }
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted; }
b,
strong {
font-weight: bolder; }
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em; }
small {
font-size: 80%; }
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sub {
bottom: -0.25em; }
sup {
top: -0.5em; }
img {
border-style: none; }
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0; }
button,
input {
overflow: visible; }
button,
select {
text-transform: none; }
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button; }
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0; }
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText; }
fieldset {
padding: 0.35em 0.75em 0.625em; }
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal; }
progress {
vertical-align: baseline; }
textarea {
overflow: auto; }
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0; }
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px; }
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit; }
details {
display: block; }
summary {
display: list-item; }
template {
display: none; }
[hidden] {
display: none; }
.foundation-mq {
font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }
html {
box-sizing: border-box;
font-size: 100%; }
*,
*::before,
*::after {
box-sizing: inherit; }
body {
margin: 0;
padding: 0;
background: #fefefe;
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-weight: normal;
line-height: 1.5;
color: #0a0a0a;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
img {
display: inline-block;
vertical-align: middle;
max-width: 100%;
height: auto;
-ms-interpolation-mode: bicubic; }
textarea {
height: auto;
min-height: 50px;
border-radius: 0; }
select {
box-sizing: border-box;
width: 100%;
border-radius: 0; }
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
max-width: none !important; }
button {
padding: 0;
appearance: none;
border: 0;
border-radius: 0;
background: transparent;
line-height: 1;
cursor: auto; }
[data-whatinput='mouse'] button {
outline: 0; }
pre {
overflow: auto; }
button,
input,
optgroup,
select,
textarea {
font-family: inherit; }
.is-visible {
display: block !important; }
.is-hidden {
display: none !important; }
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
display: block;
box-sizing: border-box;
width: 100%;
height: 2.4375rem;
margin: 0 0 1rem;
padding: 0.5rem;
border: 1px solid #cacaca;
border-radius: 0;
background-color: #fefefe;
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
font-family: inherit;
font-size: 1rem;
font-weight: normal;
line-height: 1.5;
color: #0a0a0a;
transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
appearance: none; }
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
outline: none;
border: 1px solid #8a8a8a;
background-color: #fefefe;
box-shadow: 0 0 5px #cacaca;
transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
textarea {
max-width: 100%; }
textarea[rows] {
height: auto; }
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
background-color: #e6e6e6;
cursor: not-allowed; }
[type='submit'],
[type='button'] {
appearance: none;
border-radius: 0; }
input[type='search'] {
box-sizing: border-box; }
::placeholder {
color: #cacaca; }
[type='file'],
[type='checkbox'],
[type='radio'] {
margin: 0 0 1rem; }
[type='checkbox'] + label,
[type='radio'] + label {
display: inline-block;
vertical-align: baseline;
margin-left: 0.5rem;
margin-right: 1rem;
margin-bottom: 0; }
[type='checkbox'] + label[for],
[type='radio'] + label[for] {
cursor: pointer; }
label > [type='checkbox'],
label > [type='radio'] {
margin-right: 0.5rem; }
[type='file'] {
width: 100%; }
label {
display: block;
margin: 0;
font-size: 0.875rem;
font-weight: normal;
line-height: 1.8;
color: #0a0a0a; }
label.middle {
margin: 0 0 1rem;
padding: 0.5625rem 0; }
.help-text {
margin-top: -0.5rem;
font-size: 0.8125rem;
font-style: italic;
color: #0a0a0a; }
.input-group {
display: flex;
width: 100%;
margin-bottom: 1rem;
align-items: stretch; }
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
border-radius: 0 0 0 0; }
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
border-radius: 0 0 0 0; }
.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
margin: 0;
white-space: nowrap; }
.input-group-label {
padding: 0 1rem;
border: 1px solid #cacaca;
background: #e6e6e6;
color: #0a0a0a;
text-align: center;
white-space: nowrap;
display: flex;
flex: 0 0 auto;
align-items: center; }
.input-group-label:first-child {
border-right: 0; }
.input-group-label:last-child {
border-left: 0; }
.input-group-field {
border-radius: 0;
flex: 1 1 0px;
min-width: 0; }
.input-group-button {
padding-top: 0;
padding-bottom: 0;
text-align: center;
display: flex;
flex: 0 0 auto; }
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
align-self: stretch;
height: auto;
padding-top: 0;
padding-bottom: 0;
font-size: 1rem; }
fieldset {
margin: 0;
padding: 0;
border: 0; }
legend {
max-width: 100%;
margin-bottom: 0.5rem; }
.fieldset {
margin: 1.125rem 0;
padding: 1.25rem;
border: 1px solid #cacaca; }
.fieldset legend {
margin: 0;
margin-left: -0.1875rem;
padding: 0 0.1875rem; }
select {
height: 2.4375rem;
margin: 0 0 1rem;
padding: 0.5rem;
appearance: none;
border: 1px solid #cacaca;
border-radius: 0;
background-color: #fefefe;
font-family: inherit;
font-size: 1rem;
font-weight: normal;
line-height: 1.5;
color: #0a0a0a;
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
background-origin: content-box;
background-position: right -1rem center;
background-repeat: no-repeat;
background-size: 9px 6px;
padding-right: 1.5rem;
transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
@media screen and (min-width: 0\0) {
select {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
select:focus {
outline: none;
border: 1px solid #8a8a8a;
background-color: #fefefe;
box-shadow: 0 0 5px #cacaca;
transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
select:disabled {
background-color: #e6e6e6;
cursor: not-allowed; }
select::-ms-expand {
display: none; }
select[multiple] {
height: auto;
background-image: none; }
select:not([multiple]) {
padding-top: 0;
padding-bottom: 0; }
.is-invalid-input:not(:focus) {
border-color: #cc4b37;
background-color: #f9ecea; }
.is-invalid-input:not(:focus)::placeholder {
color: #cc4b37; }
.is-invalid-label {
color: #cc4b37; }
.form-error {
display: none;
margin-top: -0.5rem;
margin-bottom: 1rem;
font-size: 0.75rem;
font-weight: bold;
color: #cc4b37; }
.form-error.is-visible {
display: block; }
.row {
max-width: 100%;
margin-right: auto;
margin-left: auto;
display: flex;
flex-flow: row wrap; }
.row .row {
margin-right: -0.625rem;
margin-left: -0.625rem; }
@media print, screen and (min-width: 40em) {
.row .row {
margin-right: -0.9375rem;
margin-left: -0.9375rem; } }
@media print, screen and (min-width: 64em) {
.row .row {
margin-right: -0.9375rem;
margin-left: -0.9375rem; } }
.row .row.collapse {
margin-right: 0;
margin-left: 0; }
.row.expanded {
max-width: none; }
.row.expanded .row {
margin-right: auto;
margin-left: auto; }
.row:not(.expanded) .row {
max-width: none; }
.row.collapse > .column, .row.collapse > .columns {
padding-right: 0;
padding-left: 0; }
.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
margin-right: 0;
margin-left: 0; }
.column, .columns {
flex: 1 1 0px;
padding-right: 0.625rem;
padding-left: 0.625rem;
min-width: 0; }
@media print, screen and (min-width: 40em) {
.column, .columns {
padding-right: 0.9375rem;
padding-left: 0.9375rem; } }
.column.row.row, .row.row.columns {
float: none;
display: block; }
.row .column.row.row, .row .row.row.columns {
margin-right: 0;
margin-left: 0;
padding-right: 0;
padding-left: 0; }
.small-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.small-offset-0 {
margin-left: 0%; }
.small-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.small-offset-1 {
margin-left: 8.33333%; }
.small-3 {
flex: 0 0 25%;
max-width: 25%; }
.small-offset-2 {
margin-left: 16.66667%; }
.small-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.small-offset-3 {
margin-left: 25%; }
.small-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.small-offset-4 {
margin-left: 33.33333%; }
.small-6 {
flex: 0 0 50%;
max-width: 50%; }
.small-offset-5 {
margin-left: 41.66667%; }
.small-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.small-offset-6 {
margin-left: 50%; }
.small-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.small-offset-7 {
margin-left: 58.33333%; }
.small-9 {
flex: 0 0 75%;
max-width: 75%; }
.small-offset-8 {
margin-left: 66.66667%; }
.small-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.small-offset-9 {
margin-left: 75%; }
.small-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.small-offset-10 {
margin-left: 83.33333%; }
.small-12 {
flex: 0 0 100%;
max-width: 100%; }
.small-offset-11 {
margin-left: 91.66667%; }
.small-up-1 {
flex-wrap: wrap; }
.small-up-1 > .column, .small-up-1 > .columns {
flex: 0 0 100%;
max-width: 100%; }
.small-up-2 {
flex-wrap: wrap; }
.small-up-2 > .column, .small-up-2 > .columns {
flex: 0 0 50%;
max-width: 50%; }
.small-up-3 {
flex-wrap: wrap; }
.small-up-3 > .column, .small-up-3 > .columns {
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.small-up-4 {
flex-wrap: wrap; }
.small-up-4 > .column, .small-up-4 > .columns {
flex: 0 0 25%;
max-width: 25%; }
.small-up-5 {
flex-wrap: wrap; }
.small-up-5 > .column, .small-up-5 > .columns {
flex: 0 0 20%;
max-width: 20%; }
.small-up-6 {
flex-wrap: wrap; }
.small-up-6 > .column, .small-up-6 > .columns {
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.small-up-7 {
flex-wrap: wrap; }
.small-up-7 > .column, .small-up-7 > .columns {
flex: 0 0 14.28571%;
max-width: 14.28571%; }
.small-up-8 {
flex-wrap: wrap; }
.small-up-8 > .column, .small-up-8 > .columns {
flex: 0 0 12.5%;
max-width: 12.5%; }
.small-collapse > .column, .small-collapse > .columns {
padding-right: 0;
padding-left: 0; }
.small-uncollapse > .column, .small-uncollapse > .columns {
padding-right: 0.625rem;
padding-left: 0.625rem; }
@media print, screen and (min-width: 40em) {
.medium-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.medium-offset-0 {
margin-left: 0%; }
.medium-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.medium-offset-1 {
margin-left: 8.33333%; }
.medium-3 {
flex: 0 0 25%;
max-width: 25%; }
.medium-offset-2 {
margin-left: 16.66667%; }
.medium-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.medium-offset-3 {
margin-left: 25%; }
.medium-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.medium-offset-4 {
margin-left: 33.33333%; }
.medium-6 {
flex: 0 0 50%;
max-width: 50%; }
.medium-offset-5 {
margin-left: 41.66667%; }
.medium-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.medium-offset-6 {
margin-left: 50%; }
.medium-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.medium-offset-7 {
margin-left: 58.33333%; }
.medium-9 {
flex: 0 0 75%;
max-width: 75%; }
.medium-offset-8 {
margin-left: 66.66667%; }
.medium-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.medium-offset-9 {
margin-left: 75%; }
.medium-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.medium-offset-10 {
margin-left: 83.33333%; }
.medium-12 {
flex: 0 0 100%;
max-width: 100%; }
.medium-offset-11 {
margin-left: 91.66667%; }
.medium-up-1 {
flex-wrap: wrap; }
.medium-up-1 > .column, .medium-up-1 > .columns {
flex: 0 0 100%;
max-width: 100%; }
.medium-up-2 {
flex-wrap: wrap; }
.medium-up-2 > .column, .medium-up-2 > .columns {
flex: 0 0 50%;
max-width: 50%; }
.medium-up-3 {
flex-wrap: wrap; }
.medium-up-3 > .column, .medium-up-3 > .columns {
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.medium-up-4 {
flex-wrap: wrap; }
.medium-up-4 > .column, .medium-up-4 > .columns {
flex: 0 0 25%;
max-width: 25%; }
.medium-up-5 {
flex-wrap: wrap; }
.medium-up-5 > .column, .medium-up-5 > .columns {
flex: 0 0 20%;
max-width: 20%; }
.medium-up-6 {
flex-wrap: wrap; }
.medium-up-6 > .column, .medium-up-6 > .columns {
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.medium-up-7 {
flex-wrap: wrap; }
.medium-up-7 > .column, .medium-up-7 > .columns {
flex: 0 0 14.28571%;
max-width: 14.28571%; }
.medium-up-8 {
flex-wrap: wrap; }
.medium-up-8 > .column, .medium-up-8 > .columns {
flex: 0 0 12.5%;
max-width: 12.5%; } }
@media print, screen and (min-width: 40em) and (min-width: 40em) {
.medium-expand {
flex: 1 1 0px; } }
.row.medium-unstack > .column, .row.medium-unstack > .columns {
flex: 0 0 100%; }
@media print, screen and (min-width: 40em) {
.row.medium-unstack > .column, .row.medium-unstack > .columns {
flex: 1 1 0px; } }
@media print, screen and (min-width: 40em) {
.medium-collapse > .column, .medium-collapse > .columns {
padding-right: 0;
padding-left: 0; }
.medium-uncollapse > .column, .medium-uncollapse > .columns {
padding-right: 0.9375rem;
padding-left: 0.9375rem; } }
@media print, screen and (min-width: 64em) {
.large-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.large-offset-0 {
margin-left: 0%; }
.large-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.large-offset-1 {
margin-left: 8.33333%; }
.large-3 {
flex: 0 0 25%;
max-width: 25%; }
.large-offset-2 {
margin-left: 16.66667%; }
.large-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.large-offset-3 {
margin-left: 25%; }
.large-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.large-offset-4 {
margin-left: 33.33333%; }
.large-6 {
flex: 0 0 50%;
max-width: 50%; }
.large-offset-5 {
margin-left: 41.66667%; }
.large-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.large-offset-6 {
margin-left: 50%; }
.large-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.large-offset-7 {
margin-left: 58.33333%; }
.large-9 {
flex: 0 0 75%;
max-width: 75%; }
.large-offset-8 {
margin-left: 66.66667%; }
.large-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.large-offset-9 {
margin-left: 75%; }
.large-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.large-offset-10 {
margin-left: 83.33333%; }
.large-12 {
flex: 0 0 100%;
max-width: 100%; }
.large-offset-11 {
margin-left: 91.66667%; }
.large-up-1 {
flex-wrap: wrap; }
.large-up-1 > .column, .large-up-1 > .columns {
flex: 0 0 100%;
max-width: 100%; }
.large-up-2 {
flex-wrap: wrap; }
.large-up-2 > .column, .large-up-2 > .columns {
flex: 0 0 50%;
max-width: 50%; }
.large-up-3 {
flex-wrap: wrap; }
.large-up-3 > .column, .large-up-3 > .columns {
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.large-up-4 {
flex-wrap: wrap; }
.large-up-4 > .column, .large-up-4 > .columns {
flex: 0 0 25%;
max-width: 25%; }
.large-up-5 {
flex-wrap: wrap; }
.large-up-5 > .column, .large-up-5 > .columns {
flex: 0 0 20%;
max-width: 20%; }
.large-up-6 {
flex-wrap: wrap; }
.large-up-6 > .column, .large-up-6 > .columns {
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.large-up-7 {
flex-wrap: wrap; }
.large-up-7 > .column, .large-up-7 > .columns {
flex: 0 0 14.28571%;
max-width: 14.28571%; }
.large-up-8 {
flex-wrap: wrap; }
.large-up-8 > .column, .large-up-8 > .columns {
flex: 0 0 12.5%;
max-width: 12.5%; } }
@media print, screen and (min-width: 64em) and (min-width: 64em) {
.large-expand {
flex: 1 1 0px; } }
.row.large-unstack > .column, .row.large-unstack > .columns {
flex: 0 0 100%; }
@media print, screen and (min-width: 64em) {
.row.large-unstack > .column, .row.large-unstack > .columns {
flex: 1 1 0px; } }
@media print, screen and (min-width: 64em) {
.large-collapse > .column, .large-collapse > .columns {
padding-right: 0;
padding-left: 0; }
.large-uncollapse > .column, .large-uncollapse > .columns {
padding-right: 0.9375rem;
padding-left: 0.9375rem; } }
.shrink {
flex: 0 0 auto;
max-width: 100%; }
.column-block {
margin-bottom: 1.25rem; }
.column-block > :last-child {
margin-bottom: 0; }
@media print, screen and (min-width: 40em) {
.column-block {
margin-bottom: 1.875rem; }
.column-block > :last-child {
margin-bottom: 0; } }
/*setup*/
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
margin: 0;
padding: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block; }
body {
line-height: 1; }
ol, ul {
list-style: none; }
blockquote, q {
quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
content: none; }
table {
border-collapse: collapse;
border-spacing: 0; }
/* Slider */
.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent; }
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0; }
.slick-list:focus {
outline: none; }
.slick-list.dragging {
cursor: pointer;
cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.slick-track {
position: relative;
left: 0;
top: 0;
display: block;
margin-left: auto;
margin-right: auto; }
.slick-track:before, .slick-track:after {
content: "";
display: table; }
.slick-track:after {
clear: both; }
.slick-loading .slick-track {
visibility: hidden; }
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none; }
[dir="rtl"] .slick-slide {
float: right; }
.slick-slide img {
display: block; }
.slick-slide.slick-loading img {
display: none; }
.slick-slide.dragging img {
pointer-events: none; }
.slick-initialized .slick-slide {
display: block; }
.slick-loading .slick-slide {
visibility: hidden; }
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent; }
.slick-arrow.slick-hidden {
display: none; }
@font-face {
font-family: 'duke';
src: url("../fonts/Duke_Fill.otf") format("opentype");
font-weight: 400;
font-style: normal; }
/*trueno*/
@font-face {
font-family: 'trueno';
src: url("../fonts/trueno/truenobd-webfont.woff2") format("woff2"), url("../fonts/trueno/truenobd-webfont.woff") format("woff");
font-weight: 600;
font-style: normal; }
@font-face {
font-family: 'trueno';
src: url("../fonts/trueno/truenobdit-webfont.woff2") format("woff2"), url("../fonts/trueno/truenobdit-webfont.woff") format("woff");
font-weight: 600;
font-style: italic; }
@font-face {
font-family: 'trueno_outline';
src: url("../fonts/trueno/truenobdol-webfont.woff2") format("woff2"), url("../fonts/trueno/truenobdol-webfont.woff") format("woff");
font-weight: 600;
font-style: normal; }
@font-face {
font-family: 'trueno_outline';
src: url("../fonts/trueno/truenobdolit-webfont.woff2") format("woff2"), url("../fonts/trueno/truenobdolit-webfont.woff") format("woff");
font-weight: 600;
font-style: italic; }
@font-face {
font-family: 'trueno';
src: url("../fonts/trueno/truenoblk-webfont.woff2") format("woff2"), url("../fonts/trueno/truenoblk-webfont.woff") format("woff");
font-weight: 800;
font-style: normal; }
@font-face {
font-family: 'trueno';
src: url("../fonts/trueno/truenoblkit-webfont.woff2") format("woff2"), url("../fonts/trueno/truenoblkit-webfont.woff") format("woff");
font-weight: 800;
font-style: italic; }
@font-face {
font-family: 'trueno_outline';
src: url("../fonts/trueno/truenoblkol-webfont.woff2") format("woff2"), url("../fonts/trueno/truenoblkol-webfont.woff") format("woff");
font-weight: 800;
font-style: normal; }
@font-face {
font-family: 'trueno_outline';
src: url("../fonts/trueno/truenoblkolit-webfont.woff2") format("woff2"), url("../fonts/trueno/truenoblkolit-webfont.woff") format("woff");
font-weight: 800;
font-style: italic; }
@font-face {
font-family: 'truenoextrabold';
src: url("../fonts/trueno/truenoexbd-webfont.woff2") format("woff2"), url("../fonts/trueno/truenoexbd-webfont.woff") format("woff");
font-weight: 900;
font-style: normal; }
@font-face {
font-family: 'trueno';
src: url("../fonts/trueno/truenoexbdit-webfont.woff2") format("woff2"), url("../fonts/trueno/truenoexbdit-webfont.woff") format("woff");
font-weight: 900;
font-style: italic; }
@font-face {
font-family: 'trueno_outline';
src: url("../fonts/trueno/truenoexbdol-webfont.woff2") format("woff2"), url("../fonts/trueno/truenoexbdol-webfont.woff") format("woff");
font-weight: 900;
font-style: normal; }
@font-face {
font-family: 'trueno_outline';
src: url("../fonts/trueno/truenoexbdolit-webfont.woff2") format("woff2"), url("../fonts/trueno/truenoexbdolit-webfont.woff") format("woff");
font-weight: 900;
font-style: italic; }
@font-face {
font-family: 'trueno';
src: url("../fonts/trueno/truenolt-webfont.woff2") format("woff2"), url("../fonts/trueno/truenolt-webfont.woff") format("woff");
font-weight: 300;
font-style: normal; }
@font-face {
font-family: 'trueno';
src: url("../fonts/trueno/truenoltit-webfont.woff2") format("woff2"), url("../fonts/trueno/truenoltit-webfont.woff") format("woff");
font-weight: 300;
font-style: italic; }
@font-face {
font-family: 'trueno';
src: url("../fonts/trueno/truenorg-webfont.woff2") format("woff2"), url("../fonts/trueno/truenorg-webfont.woff") format("woff");
font-weight: 400;
font-style: normal; }
@font-face {
font-family: 'trueno';
src: url("../fonts/trueno/truenorgit-webfont.woff2") format("woff2"), url("../fonts/trueno/truenorgit-webfont.woff") format("woff");
font-weight: 400;
font-style: italic; }
@font-face {
font-family: 'trueno';
src: url("../fonts/trueno/truenosbd-webfont.woff2") format("woff2"), url("../fonts/trueno/truenosbd-webfont.woff") format("woff");
font-weight: 500;
font-style: normal; }
@font-face {
font-family: 'trueno';
src: url("../fonts/trueno/truenosbdit-webfont.woff2") format("woff2"), url("../fonts/trueno/truenosbdit-webfont.woff") format("woff");
font-weight: 500;
font-style: italic; }
@font-face {
font-family: 'trueno';
src: url("../fonts/trueno/truenoultblk-webfont.woff2") format("woff2"), url("../fonts/trueno/truenoultblk-webfont.woff") format("woff");
font-weight: 1000;
font-style: normal; }
@font-face {
font-family: 'trueno';
src: url("../fonts/trueno/truenoultblkit-webfont.woff2") format("woff2"), url("../fonts/trueno/truenoultblkit-webfont.woff") format("woff");
font-weight: 1000;
font-style: italic; }
@font-face {
font-family: 'trueno';
src: url("../fonts/trueno/truenoultlt-webfont.woff2") format("woff2"), url("../fonts/trueno/truenoultlt-webfont.woff") format("woff");
font-weight: 100;
font-style: normal; }
@font-face {
font-family: 'trueno';
src: url("../fonts/trueno/truenoultltit-webfont.woff2") format("woff2"), url("../fonts/trueno/truenoultltit-webfont.woff") format("woff");
font-weight: 100;
font-style: italic; }
body {
font-family: "trueno";
font-weight: 300;
line-height: 1.5; }
/*pages*/
#header-top-right {
background: yellow; }
#header-top-right .views-row {
display: inline-block; }
.about {
background: lightblue;
text-align: center; }
/*# sourceMappingURL=styles.css.map */