@charset 'UTF-8';
@charset "UTF-8";
:root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #007bff;
--secondary: #6c757d;
--success: #28a745;
--info: #17a2b8;
--warning: #ffc107;
--danger: #dc3545;
--light: #f8f9fa;
--dark: #343a40;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff;
}
[tabindex="-1"]:focus {
outline: 0 !important;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: .5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
dfn {
font-style: italic;
}
b,
strong {
font-weight: bolder;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -.25em;
}
sup {
top: -.5em;
}
a {
color: #007bff;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
a:hover {
color: #0056b3;
text-decoration: underline;
}
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
color: inherit;
text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
outline: 0;
}
pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em;
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
-ms-overflow-style: scrollbar;
}
figure {
margin: 0 0 1rem;
}
img {
vertical-align: middle;
border-style: none;
}
svg {
overflow: hidden;
vertical-align: middle;
}
table {
border-collapse: collapse;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom;
}
th {
text-align: inherit;
}
label {
display: inline-block;
margin-bottom: 0.5rem;
}
button {
border-radius: 0;
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html [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 {
padding: 0;
border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
box-sizing: border-box;
padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
-webkit-appearance: listbox;
}
textarea {
overflow: auto;
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal;
}
progress {
vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
outline-offset: -2px;
-webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
summary {
display: list-item;
cursor: pointer;
}
template {
display: none;
}
[hidden] {
display: none !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
margin-bottom: 0.5rem;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
}
h1, .h1 {
font-size: 2.5rem;
}
h2, .h2 {
font-size: 2rem;
}
h3, .h3 {
font-size: 1.75rem;
}
h4, .h4 {
font-size: 1.5rem;
}
h5, .h5 {
font-size: 1.25rem;
}
h6, .h6 {
font-size: 1rem;
}
.lead {
font-size: 1.25rem;
font-weight: 300;
}
.display-1 {
font-size: 6rem;
font-weight: 300;
line-height: 1.2;
}
.display-2 {
font-size: 5.5rem;
font-weight: 300;
line-height: 1.2;
}
.display-3 {
font-size: 4.5rem;
font-weight: 300;
line-height: 1.2;
}
.display-4 {
font-size: 3.5rem;
font-weight: 300;
line-height: 1.2;
}
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
font-size: 80%;
font-weight: 400;
}
mark,
.mark {
padding: 0.2em;
background-color: #fcf8e3;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
}
.list-inline-item {
display: inline-block;
}
.list-inline-item:not(:last-child) {
margin-right: 0.5rem;
}
.initialism {
font-size: 90%;
text-transform: uppercase;
}
.blockquote {
margin-bottom: 1rem;
font-size: 1.25rem;
}
.blockquote-footer {
display: block;
font-size: 80%;
color: #6c757d;
}
.blockquote-footer::before {
content: "\2014 \00A0";
}
.img-fluid {
max-width: 100%;
height: auto;
}
.img-thumbnail {
padding: 0.25rem;
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: 0.25rem;
max-width: 100%;
height: auto;
}
.figure {
display: inline-block;
}
.figure-img {
margin-bottom: 0.5rem;
line-height: 1;
}
.figure-caption {
font-size: 90%;
color: #6c757d;
}
code {
font-size: 87.5%;
color: #e83e8c;
word-break: break-word;
}
a > code {
color: inherit;
}
kbd {
padding: 0.2rem 0.4rem;
font-size: 87.5%;
color: #fff;
background-color: #212529;
border-radius: 0.2rem;
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: 700;
}
pre {
display: block;
font-size: 87.5%;
color: #212529;
}
pre code {
font-size: inherit;
color: inherit;
word-break: normal;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-first {
-ms-flex-order: -1;
order: -1;
}
.order-last {
-ms-flex-order: 13;
order: 13;
}
.order-0 {
-ms-flex-order: 0;
order: 0;
}
.order-1 {
-ms-flex-order: 1;
order: 1;
}
.order-2 {
-ms-flex-order: 2;
order: 2;
}
.order-3 {
-ms-flex-order: 3;
order: 3;
}
.order-4 {
-ms-flex-order: 4;
order: 4;
}
.order-5 {
-ms-flex-order: 5;
order: 5;
}
.order-6 {
-ms-flex-order: 6;
order: 6;
}
.order-7 {
-ms-flex-order: 7;
order: 7;
}
.order-8 {
-ms-flex-order: 8;
order: 8;
}
.order-9 {
-ms-flex-order: 9;
order: 9;
}
.order-10 {
-ms-flex-order: 10;
order: 10;
}
.order-11 {
-ms-flex-order: 11;
order: 11;
}
.order-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-1 {
margin-left: 8.333333%;
}
.offset-2 {
margin-left: 16.666667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.333333%;
}
.offset-5 {
margin-left: 41.666667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.333333%;
}
.offset-8 {
margin-left: 66.666667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.333333%;
}
.offset-11 {
margin-left: 91.666667%;
}
@media (min-width: 576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-sm-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-sm-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-sm-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-sm-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-sm-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-sm-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-sm-first {
-ms-flex-order: -1;
order: -1;
}
.order-sm-last {
-ms-flex-order: 13;
order: 13;
}
.order-sm-0 {
-ms-flex-order: 0;
order: 0;
}
.order-sm-1 {
-ms-flex-order: 1;
order: 1;
}
.order-sm-2 {
-ms-flex-order: 2;
order: 2;
}
.order-sm-3 {
-ms-flex-order: 3;
order: 3;
}
.order-sm-4 {
-ms-flex-order: 4;
order: 4;
}
.order-sm-5 {
-ms-flex-order: 5;
order: 5;
}
.order-sm-6 {
-ms-flex-order: 6;
order: 6;
}
.order-sm-7 {
-ms-flex-order: 7;
order: 7;
}
.order-sm-8 {
-ms-flex-order: 8;
order: 8;
}
.order-sm-9 {
-ms-flex-order: 9;
order: 9;
}
.order-sm-10 {
-ms-flex-order: 10;
order: 10;
}
.order-sm-11 {
-ms-flex-order: 11;
order: 11;
}
.order-sm-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.333333%;
}
.offset-sm-2 {
margin-left: 16.666667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.333333%;
}
.offset-sm-5 {
margin-left: 41.666667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.333333%;
}
.offset-sm-8 {
margin-left: 66.666667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.333333%;
}
.offset-sm-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 768px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-md-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-md-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-md-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-md-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-md-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-md-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-md-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-md-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-md-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-md-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-md-first {
-ms-flex-order: -1;
order: -1;
}
.order-md-last {
-ms-flex-order: 13;
order: 13;
}
.order-md-0 {
-ms-flex-order: 0;
order: 0;
}
.order-md-1 {
-ms-flex-order: 1;
order: 1;
}
.order-md-2 {
-ms-flex-order: 2;
order: 2;
}
.order-md-3 {
-ms-flex-order: 3;
order: 3;
}
.order-md-4 {
-ms-flex-order: 4;
order: 4;
}
.order-md-5 {
-ms-flex-order: 5;
order: 5;
}
.order-md-6 {
-ms-flex-order: 6;
order: 6;
}
.order-md-7 {
-ms-flex-order: 7;
order: 7;
}
.order-md-8 {
-ms-flex-order: 8;
order: 8;
}
.order-md-9 {
-ms-flex-order: 9;
order: 9;
}
.order-md-10 {
-ms-flex-order: 10;
order: 10;
}
.order-md-11 {
-ms-flex-order: 11;
order: 11;
}
.order-md-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.333333%;
}
.offset-md-2 {
margin-left: 16.666667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.333333%;
}
.offset-md-5 {
margin-left: 41.666667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.333333%;
}
.offset-md-8 {
margin-left: 66.666667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.333333%;
}
.offset-md-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 992px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-lg-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-lg-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-lg-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-lg-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-lg-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-lg-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-lg-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-lg-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-lg-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-lg-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-lg-first {
-ms-flex-order: -1;
order: -1;
}
.order-lg-last {
-ms-flex-order: 13;
order: 13;
}
.order-lg-0 {
-ms-flex-order: 0;
order: 0;
}
.order-lg-1 {
-ms-flex-order: 1;
order: 1;
}
.order-lg-2 {
-ms-flex-order: 2;
order: 2;
}
.order-lg-3 {
-ms-flex-order: 3;
order: 3;
}
.order-lg-4 {
-ms-flex-order: 4;
order: 4;
}
.order-lg-5 {
-ms-flex-order: 5;
order: 5;
}
.order-lg-6 {
-ms-flex-order: 6;
order: 6;
}
.order-lg-7 {
-ms-flex-order: 7;
order: 7;
}
.order-lg-8 {
-ms-flex-order: 8;
order: 8;
}
.order-lg-9 {
-ms-flex-order: 9;
order: 9;
}
.order-lg-10 {
-ms-flex-order: 10;
order: 10;
}
.order-lg-11 {
-ms-flex-order: 11;
order: 11;
}
.order-lg-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.333333%;
}
.offset-lg-2 {
margin-left: 16.666667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.333333%;
}
.offset-lg-5 {
margin-left: 41.666667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.333333%;
}
.offset-lg-8 {
margin-left: 66.666667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.333333%;
}
.offset-lg-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-xl-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-xl-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-xl-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-xl-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-xl-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-xl-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-xl-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-xl-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-xl-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-xl-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-xl-first {
-ms-flex-order: -1;
order: -1;
}
.order-xl-last {
-ms-flex-order: 13;
order: 13;
}
.order-xl-0 {
-ms-flex-order: 0;
order: 0;
}
.order-xl-1 {
-ms-flex-order: 1;
order: 1;
}
.order-xl-2 {
-ms-flex-order: 2;
order: 2;
}
.order-xl-3 {
-ms-flex-order: 3;
order: 3;
}
.order-xl-4 {
-ms-flex-order: 4;
order: 4;
}
.order-xl-5 {
-ms-flex-order: 5;
order: 5;
}
.order-xl-6 {
-ms-flex-order: 6;
order: 6;
}
.order-xl-7 {
-ms-flex-order: 7;
order: 7;
}
.order-xl-8 {
-ms-flex-order: 8;
order: 8;
}
.order-xl-9 {
-ms-flex-order: 9;
order: 9;
}
.order-xl-10 {
-ms-flex-order: 10;
order: 10;
}
.order-xl-11 {
-ms-flex-order: 11;
order: 11;
}
.order-xl-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.333333%;
}
.offset-xl-2 {
margin-left: 16.666667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.333333%;
}
.offset-xl-5 {
margin-left: 41.666667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.333333%;
}
.offset-xl-8 {
margin-left: 66.666667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.333333%;
}
.offset-xl-11 {
margin-left: 91.666667%;
}
}
.table {
width: 100%;
margin-bottom: 1rem;
background-color: transparent;
}
.table th,
.table td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e6;
}
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
border-top: 2px solid #dee2e6;
}
.table .table {
background-color: #fff;
}
.table-sm th,
.table-sm td {
padding: 0.3rem;
}
.table-bordered {
border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
background-color: #b8daff;
}
.table-hover .table-primary:hover {
background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
background-color: #9fcdff;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
background-color: #d6d8db;
}
.table-hover .table-secondary:hover {
background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
background-color: #c3e6cb;
}
.table-hover .table-success:hover {
background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
background-color: #bee5eb;
}
.table-hover .table-info:hover {
background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
background-color: #ffeeba;
}
.table-hover .table-warning:hover {
background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
background-color: #f5c6cb;
}
.table-hover .table-danger:hover {
background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
background-color: #fdfdfe;
}
.table-hover .table-light:hover {
background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
color: #fff;
background-color: #212529;
border-color: #32383e;
}
.table .thead-light th {
color: #495057;
background-color: #e9ecef;
border-color: #dee2e6;
}
.table-dark {
color: #fff;
background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
border-color: #32383e;
}
.table-dark.table-bordered {
border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
.table-responsive-sm {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive-sm > .table-bordered {
border: 0;
}
}
@media (max-width: 767.98px) {
.table-responsive-md {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive-md > .table-bordered {
border: 0;
}
}
@media (max-width: 991.98px) {
.table-responsive-lg {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive-lg > .table-bordered {
border: 0;
}
}
@media (max-width: 1199.98px) {
.table-responsive-xl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive-xl > .table-bordered {
border: 0;
}
}
.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
border: 0;
}
.form-control {
display: block;
width: 100%;
height: calc(2.25rem + 2px);
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
.form-control {
transition: none;
}
}
.form-control::-ms-expand {
background-color: transparent;
border: 0;
}
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::-moz-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
background-color: #e9ecef;
opacity: 1;
}
select.form-control:focus::-ms-value {
color: #495057;
background-color: #fff;
}
.form-control-file,
.form-control-range {
display: block;
width: 100%;
}
.col-form-label {
padding-top: calc(0.375rem + 1px);
padding-bottom: calc(0.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5;
}
.col-form-label-lg {
padding-top: calc(0.5rem + 1px);
padding-bottom: calc(0.5rem + 1px);
font-size: 1.25rem;
line-height: 1.5;
}
.col-form-label-sm {
padding-top: calc(0.25rem + 1px);
padding-bottom: calc(0.25rem + 1px);
font-size: 0.875rem;
line-height: 1.5;
}
.form-control-plaintext {
display: block;
width: 100%;
padding-top: 0.375rem;
padding-bottom: 0.375rem;
margin-bottom: 0;
line-height: 1.5;
color: #212529;
background-color: transparent;
border: solid transparent;
border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
padding-right: 0;
padding-left: 0;
}
.form-control-sm {
height: calc(1.8125rem + 2px);
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}
.form-control-lg {
height: calc(2.875rem + 2px);
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem;
}
select.form-control[size], select.form-control[multiple] {
height: auto;
}
textarea.form-control {
height: auto;
}
.form-group {
margin-bottom: 1rem;
}
.form-text {
display: block;
margin-top: 0.25rem;
}
.form-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
padding-right: 5px;
padding-left: 5px;
}
.form-check {
position: relative;
display: block;
padding-left: 1.25rem;
}
.form-check-input {
position: absolute;
margin-top: 0.3rem;
margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
color: #6c757d;
}
.form-check-label {
margin-bottom: 0;
}
.form-check-inline {
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: center;
align-items: center;
padding-left: 0;
margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
position: static;
margin-top: 0;
margin-right: 0.3125rem;
margin-left: 0;
}
.valid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
color: #28a745;
}
.valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: .1rem;
font-size: 0.875rem;
line-height: 1.5;
color: #fff;
background-color: rgba(40, 167, 69, 0.9);
border-radius: 0.25rem;
}
.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
border-color: #28a745;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
display: block;
}
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
color: #dc3545;
}
.invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: .1rem;
font-size: 0.875rem;
line-height: 1.5;
color: #fff;
background-color: rgba(220, 53, 69, 0.9);
border-radius: 0.25rem;
}
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
display: block;
}
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-align: center;
align-items: center;
}
.form-inline .form-check {
width: 100%;
}
@media (min-width: 576px) {
.form-inline label {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 0;
}
.form-inline .form-group {
display: -ms-flexbox;
display: flex;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-align: center;
align-items: center;
margin-bottom: 0;
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .form-control-plaintext {
display: inline-block;
}
.form-inline .input-group,
.form-inline .custom-select {
width: auto;
}
.form-inline .form-check {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
width: auto;
padding-left: 0;
}
.form-inline .form-check-input {
position: relative;
margin-top: 0;
margin-right: 0.25rem;
margin-left: 0;
}
.form-inline .custom-control {
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
}
.form-inline .custom-control-label {
margin-bottom: 0;
}
}
.btn {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
.btn {
transition: none;
}
}
.btn:hover, .btn:focus {
text-decoration: none;
}
.btn:focus, .btn.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
pointer-events: none;
}
.btn-primary {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-primary:hover {
color: #fff;
background-color: #0069d9;
border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #0062cc;
border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-secondary:hover {
color: #fff;
background-color: #5a6268;
border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
color: #fff;
background-color: #545b62;
border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-success {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-success:hover {
color: #fff;
background-color: #218838;
border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
color: #fff;
background-color: #1e7e34;
border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-info {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-info:hover {
color: #fff;
background-color: #138496;
border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
color: #fff;
background-color: #117a8b;
border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-warning {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-warning:hover {
color: #212529;
background-color: #e0a800;
border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
color: #212529;
background-color: #d39e00;
border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-danger:hover {
color: #fff;
background-color: #c82333;
border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #bd2130;
border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-light {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-light:hover {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
color: #212529;
background-color: #dae0e5;
border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-dark:hover {
color: #fff;
background-color: #23272b;
border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
color: #fff;
background-color: #1d2124;
border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-primary {
color: #007bff;
background-color: transparent;
background-image: none;
border-color: #007bff;
}
.btn-outline-primary:hover {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
color: #007bff;
background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
color: #6c757d;
background-color: transparent;
background-image: none;
border-color: #6c757d;
}
.btn-outline-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
color: #6c757d;
background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
color: #28a745;
background-color: transparent;
background-image: none;
border-color: #28a745;
}
.btn-outline-success:hover {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
color: #28a745;
background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
color: #17a2b8;
background-color: transparent;
background-image: none;
border-color: #17a2b8;
}
.btn-outline-info:hover {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
color: #17a2b8;
background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
color: #ffc107;
background-color: transparent;
background-image: none;
border-color: #ffc107;
}
.btn-outline-warning:hover {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
color: #ffc107;
background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
color: #dc3545;
background-color: transparent;
background-image: none;
border-color: #dc3545;
}
.btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
color: #dc3545;
background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
color: #f8f9fa;
background-color: transparent;
background-image: none;
border-color: #f8f9fa;
}
.btn-outline-light:hover {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
color: #f8f9fa;
background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
color: #343a40;
background-color: transparent;
background-image: none;
border-color: #343a40;
}
.btn-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
color: #343a40;
background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
font-weight: 400;
color: #007bff;
background-color: transparent;
}
.btn-link:hover {
color: #0056b3;
text-decoration: underline;
background-color: transparent;
border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
text-decoration: underline;
border-color: transparent;
box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
color: #6c757d;
pointer-events: none;
}
.btn-lg, .btn-group-lg > .btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}
.btn-block {
display: block;
width: 100%;
}
.btn-block + .btn-block {
margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
.fade {
transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
.fade {
transition: none;
}
}
.fade:not(.show) {
opacity: 0;
}
.collapse:not(.show) {
display: none;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
.collapsing {
transition: none;
}
}
.dropup,
.dropright,
.dropdown,
.dropleft {
position: relative;
}
.dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
margin-left: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: 0.5rem 0;
margin: 0.125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
}
.dropdown-menu-right {
right: 0;
left: auto;
}
.dropup .dropdown-menu {
top: auto;
bottom: 100%;
margin-top: 0;
margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0;
border-right: 0.3em solid transparent;
border-bottom: 0.3em solid;
border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
margin-left: 0;
}
.dropright .dropdown-menu {
top: 0;
right: auto;
left: 100%;
margin-top: 0;
margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0;
border-bottom: 0.3em solid transparent;
border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
margin-left: 0;
}
.dropright .dropdown-toggle::after {
vertical-align: 0;
}
.dropleft .dropdown-menu {
top: 0;
right: 100%;
left: auto;
margin-top: 0;
margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
}
.dropleft .dropdown-toggle::after {
display: none;
}
.dropleft .dropdown-toggle::before {
display: inline-block;
width: 0;
height: 0;
margin-right: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0.3em solid;
border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
margin-left: 0;
}
.dropleft .dropdown-toggle::before {
vertical-align: 0;
}
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
right: auto;
bottom: auto;
}
.dropdown-divider {
height: 0;
margin: 0.5rem 0;
overflow: hidden;
border-top: 1px solid #e9ecef;
}
.dropdown-item {
display: block;
width: 100%;
padding: 0.25rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
color: #16181b;
text-decoration: none;
background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
color: #6c757d;
background-color: transparent;
}
.dropdown-menu.show {
display: block;
}
.dropdown-header {
display: block;
padding: 0.5rem 1.5rem;
margin-bottom: 0;
font-size: 0.875rem;
color: #6c757d;
white-space: nowrap;
}
.dropdown-item-text {
display: block;
padding: 0.25rem 1.5rem;
color: #212529;
}
.btn-group,
.btn-group-vertical {
position: relative;
display: -ms-inline-flexbox;
display: inline-flex;
vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
margin-left: -1px;
}
.btn-toolbar {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.btn-toolbar .input-group {
width: auto;
}
.btn-group > .btn:first-child {
margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
padding-right: 0.5625rem;
padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
padding-right: 0.375rem;
padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
padding-right: 0.75rem;
padding-left: 0.75rem;
}
.btn-group-vertical {
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: center;
justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.input-group {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1%;
margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group > .custom-file {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
display: -ms-flexbox;
display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
position: relative;
z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
margin-left: -1px;
}
.input-group-prepend {
margin-right: -1px;
}
.input-group-append {
margin-left: -1px;
}
.input-group-text {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: 0.375rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
text-align: center;
white-space: nowrap;
background-color: #e9ecef;
border: 1px solid #ced4da;
border-radius: 0.25rem;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
margin-top: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
height: calc(2.875rem + 2px);
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
height: calc(1.8125rem + 2px);
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.custom-control {
position: relative;
display: block;
min-height: 1.5rem;
padding-left: 1.5rem;
}
.custom-control-inline {
display: -ms-inline-flexbox;
display: inline-flex;
margin-right: 1rem;
}
.custom-control-input {
position: absolute;
z-index: -1;
opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
color: #fff;
background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
color: #fff;
background-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
background-color: #e9ecef;
}
.custom-control-label {
position: relative;
margin-bottom: 0;
}
.custom-control-label::before {
position: absolute;
top: 0.25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
pointer-events: none;
content: "";
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #dee2e6;
}
.custom-control-label::after {
position: absolute;
top: 0.25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
content: "";
background-repeat: no-repeat;
background-position: center center;
background-size: 50% 50%;
}
.custom-checkbox .custom-control-label::before {
border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
background-color: #007bff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
background-color: #007bff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
display: inline-block;
width: 100%;
height: calc(2.25rem + 2px);
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
line-height: 1.5;
color: #495057;
vertical-align: middle;
background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
background-size: 8px 10px;
border: 1px solid #ced4da;
border-radius: 0.25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.custom-select:focus {
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}
.custom-select:focus::-ms-value {
color: #495057;
background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
height: auto;
padding-right: 0.75rem;
background-image: none;
}
.custom-select:disabled {
color: #6c757d;
background-color: #e9ecef;
}
.custom-select::-ms-expand {
opacity: 0;
}
.custom-select-sm {
height: calc(1.8125rem + 2px);
padding-top: 0.375rem;
padding-bottom: 0.375rem;
font-size: 75%;
}
.custom-select-lg {
height: calc(2.875rem + 2px);
padding-top: 0.375rem;
padding-bottom: 0.375rem;
font-size: 125%;
}
.custom-file {
position: relative;
display: inline-block;
width: 100%;
height: calc(2.25rem + 2px);
margin-bottom: 0;
}
.custom-file-input {
position: relative;
z-index: 2;
width: 100%;
height: calc(2.25rem + 2px);
margin: 0;
opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
border-color: #80bdff;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
border-color: #80bdff;
}
.custom-file-input:disabled ~ .custom-file-label {
background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
content: "Browse";
}
.custom-file-label {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 1;
height: calc(2.25rem + 2px);
padding: 0.375rem 0.75rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
border: 1px solid #ced4da;
border-radius: 0.25rem;
}
.custom-file-label::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 3;
display: block;
height: 2.25rem;
padding: 0.375rem 0.75rem;
line-height: 1.5;
color: #495057;
content: "Browse";
background-color: #e9ecef;
border-left: 1px solid #ced4da;
border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
width: 100%;
padding-left: 0;
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.custom-range:focus {
outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
border: 0;
}
.custom-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
-webkit-appearance: none;
appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
.custom-range::-webkit-slider-thumb {
transition: none;
}
}
.custom-range::-webkit-slider-thumb:active {
background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
-moz-appearance: none;
appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
.custom-range::-moz-range-thumb {
transition: none;
}
}
.custom-range::-moz-range-thumb:active {
background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem;
}
.custom-range::-ms-thumb {
width: 1rem;
height: 1rem;
margin-top: 0;
margin-right: 0.2rem;
margin-left: 0.2rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
.custom-range::-ms-thumb {
transition: none;
}
}
.custom-range::-ms-thumb:active {
background-color: #b3d7ff;
}
.custom-range::-ms-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: transparent;
border-color: transparent;
border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
background-color: #dee2e6;
border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
margin-right: 15px;
background-color: #dee2e6;
border-radius: 1rem;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
.custom-control-label::before,
.custom-file-label,
.custom-select {
transition: none;
}
}
.nav {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav-link {
display: block;
padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
text-decoration: none;
}
.nav-link.disabled {
color: #6c757d;
}
.nav-tabs {
border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
margin-bottom: -1px;
}
.nav-tabs .nav-link {
border: 1px solid transparent;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.nav-pills .nav-link {
border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #fff;
background-color: #007bff;
}
.nav-fill .nav-item {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center;
}
.nav-justified .nav-item {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center;
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.navbar {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
}
.navbar-brand {
display: inline-block;
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
text-decoration: none;
}
.navbar-nav {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0;
}
.navbar-nav .dropdown-menu {
position: static;
float: none;
}
.navbar-text {
display: inline-block;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.navbar-collapse {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-align: center;
align-items: center;
}
.navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
cursor: pointer;
}
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
content: "";
background: no-repeat center center;
background-size: 100% 100%;
}
@media (max-width: 575.98px) {
.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 576px) {
.navbar-expand-sm {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-sm .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.navbar-expand-sm .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-sm .navbar-toggler {
display: none;
}
}
@media (max-width: 767.98px) {
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 768px) {
.navbar-expand-md {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-md .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.navbar-expand-md .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-md .navbar-toggler {
display: none;
}
}
@media (max-width: 991.98px) {
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 992px) {
.navbar-expand-lg {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.navbar-expand-lg .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-lg .navbar-toggler {
display: none;
}
}
@media (max-width: 1199.98px) {
.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 1200px) {
.navbar-expand-xl {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-xl .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.navbar-expand-xl .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-xl .navbar-toggler {
display: none;
}
}
.navbar-expand {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
padding-right: 0;
padding-left: 0;
}
.navbar-expand .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand .navbar-toggler {
display: none;
}
.navbar-light .navbar-brand {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, 0.5);
border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
color: #fff;
}
.navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
color: #fff;
}
.card {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, 0.125);
border-radius: 0.25rem;
}
.card > hr {
margin-right: 0;
margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.card-body {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1.25rem;
}
.card-title {
margin-bottom: 0.75rem;
}
.card-subtitle {
margin-top: -0.375rem;
margin-bottom: 0;
}
.card-text:last-child {
margin-bottom: 0;
}
.card-link:hover {
text-decoration: none;
}
.card-link + .card-link {
margin-left: 1.25rem;
}
.card-header {
padding: 0.75rem 1.25rem;
margin-bottom: 0;
background-color: rgba(0, 0, 0, 0.03);
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
border-top: 0;
}
.card-footer {
padding: 0.75rem 1.25rem;
background-color: rgba(0, 0, 0, 0.03);
border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
margin-right: -0.625rem;
margin-bottom: -0.75rem;
margin-left: -0.625rem;
border-bottom: 0;
}
.card-header-pills {
margin-right: -0.625rem;
margin-left: -0.625rem;
}
.card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1.25rem;
}
.card-img {
width: 100%;
border-radius: calc(0.25rem - 1px);
}
.card-img-top {
width: 100%;
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
width: 100%;
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
}
.card-deck .card {
margin-bottom: 15px;
}
@media (min-width: 576px) {
.card-deck {
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin-right: -15px;
margin-left: -15px;
}
.card-deck .card {
display: -ms-flexbox;
display: flex;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
-ms-flex-direction: column;
flex-direction: column;
margin-right: 15px;
margin-bottom: 0;
margin-left: 15px;
}
}
.card-group {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
}
.card-group > .card {
margin-bottom: 15px;
}
@media (min-width: 576px) {
.card-group {
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.card-group > .card {
-ms-flex: 1 0 0%;
flex: 1 0 0%;
margin-bottom: 0;
}
.card-group > .card + .card {
margin-left: 0;
border-left: 0;
}
.card-group > .card:first-child {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.card-group > .card:first-child .card-img-top,
.card-group > .card:first-child .card-header {
border-top-right-radius: 0;
}
.card-group > .card:first-child .card-img-bottom,
.card-group > .card:first-child .card-footer {
border-bottom-right-radius: 0;
}
.card-group > .card:last-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.card-group > .card:last-child .card-img-top,
.card-group > .card:last-child .card-header {
border-top-left-radius: 0;
}
.card-group > .card:last-child .card-img-bottom,
.card-group > .card:last-child .card-footer {
border-bottom-left-radius: 0;
}
.card-group > .card:only-child {
border-radius: 0.25rem;
}
.card-group > .card:only-child .card-img-top,
.card-group > .card:only-child .card-header {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.card-group > .card:only-child .card-img-bottom,
.card-group > .card:only-child .card-footer {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
border-radius: 0;
}
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
border-radius: 0;
}
}
.card-columns .card {
margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
.card-columns {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 1.25rem;
-moz-column-gap: 1.25rem;
column-gap: 1.25rem;
orphans: 1;
widows: 1;
}
.card-columns .card {
display: inline-block;
width: 100%;
}
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
border-bottom: 0;
border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
border-radius: 0;
}
.accordion .card:first-of-type {
border-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.breadcrumb {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0.75rem 1rem;
margin-bottom: 1rem;
list-style: none;
background-color: #e9ecef;
border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
display: inline-block;
padding-right: 0.5rem;
color: #6c757d;
content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: none;
}
.breadcrumb-item.active {
color: #6c757d;
}
.pagination {
display: -ms-flexbox;
display: flex;
padding-left: 0;
list-style: none;
border-radius: 0.25rem;
}
.page-link {
position: relative;
display: block;
padding: 0.5rem 0.75rem;
margin-left: -1px;
line-height: 1.25;
color: #007bff;
background-color: #fff;
border: 1px solid #dee2e6;
}
.page-link:hover {
z-index: 2;
color: #0056b3;
text-decoration: none;
background-color: #e9ecef;
border-color: #dee2e6;
}
.page-link:focus {
z-index: 2;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
cursor: pointer;
}
.page-item:first-child .page-link {
margin-left: 0;
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
z-index: 1;
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.page-item.disabled .page-link {
color: #6c757d;
pointer-events: none;
cursor: auto;
background-color: #fff;
border-color: #dee2e6;
}
.pagination-lg .page-link {
padding: 0.75rem 1.5rem;
font-size: 1.25rem;
line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
border-top-left-radius: 0.3rem;
border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
border-top-right-radius: 0.3rem;
border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
border-top-left-radius: 0.2rem;
border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
border-top-right-radius: 0.2rem;
border-bottom-right-radius: 0.2rem;
}
.badge {
display: inline-block;
padding: 0.25em 0.4em;
font-size: 75%;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25rem;
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
.badge-pill {
padding-right: 0.6em;
padding-left: 0.6em;
border-radius: 10rem;
}
.badge-primary {
color: #fff;
background-color: #007bff;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
color: #fff;
text-decoration: none;
background-color: #0062cc;
}
.badge-secondary {
color: #fff;
background-color: #6c757d;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
color: #fff;
text-decoration: none;
background-color: #545b62;
}
.badge-success {
color: #fff;
background-color: #28a745;
}
.badge-success[href]:hover, .badge-success[href]:focus {
color: #fff;
text-decoration: none;
background-color: #1e7e34;
}
.badge-info {
color: #fff;
background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
color: #fff;
text-decoration: none;
background-color: #117a8b;
}
.badge-warning {
color: #212529;
background-color: #ffc107;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
color: #212529;
text-decoration: none;
background-color: #d39e00;
}
.badge-danger {
color: #fff;
background-color: #dc3545;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
color: #fff;
text-decoration: none;
background-color: #bd2130;
}
.badge-light {
color: #212529;
background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
color: #212529;
text-decoration: none;
background-color: #dae0e5;
}
.badge-dark {
color: #fff;
background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
color: #fff;
text-decoration: none;
background-color: #1d2124;
}
.jumbotron {
padding: 2rem 1rem;
margin-bottom: 2rem;
background-color: #e9ecef;
border-radius: 0.3rem;
}
@media (min-width: 576px) {
.jumbotron {
padding: 4rem 2rem;
}
}
.jumbotron-fluid {
padding-right: 0;
padding-left: 0;
border-radius: 0;
}
.alert {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.alert-heading {
color: inherit;
}
.alert-link {
font-weight: 700;
}
.alert-dismissible {
padding-right: 4rem;
}
.alert-dismissible .close {
position: absolute;
top: 0;
right: 0;
padding: 0.75rem 1.25rem;
color: inherit;
}
.alert-primary {
color: #004085;
background-color: #cce5ff;
border-color: #b8daff;
}
.alert-primary hr {
border-top-color: #9fcdff;
}
.alert-primary .alert-link {
color: #002752;
}
.alert-secondary {
color: #383d41;
background-color: #e2e3e5;
border-color: #d6d8db;
}
.alert-secondary hr {
border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
color: #202326;
}
.alert-success {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
}
.alert-success hr {
border-top-color: #b1dfbb;
}
.alert-success .alert-link {
color: #0b2e13;
}
.alert-info {
color: #0c5460;
background-color: #d1ecf1;
border-color: #bee5eb;
}
.alert-info hr {
border-top-color: #abdde5;
}
.alert-info .alert-link {
color: #062c33;
}
.alert-warning {
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba;
}
.alert-warning hr {
border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
color: #533f03;
}
.alert-danger {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
}
.alert-danger hr {
border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
color: #491217;
}
.alert-light {
color: #818182;
background-color: #fefefe;
border-color: #fdfdfe;
}
.alert-light hr {
border-top-color: #ececf6;
}
.alert-light .alert-link {
color: #686868;
}
.alert-dark {
color: #1b1e21;
background-color: #d6d8d9;
border-color: #c6c8ca;
}
.alert-dark hr {
border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 1rem 0;
}
to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 1rem 0;
}
to {
background-position: 0 0;
}
}
.progress {
display: -ms-flexbox;
display: flex;
height: 1rem;
overflow: hidden;
font-size: 0.75rem;
background-color: #e9ecef;
border-radius: 0.25rem;
}
.progress-bar {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #007bff;
transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
.progress-bar {
transition: none;
}
}
.progress-bar-striped {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 1rem 1rem;
}
.progress-bar-animated {
-webkit-animation: progress-bar-stripes 1s linear infinite;
animation: progress-bar-stripes 1s linear infinite;
}
.media {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
}
.media-body {
-ms-flex: 1;
flex: 1;
}
.list-group {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
}
.list-group-item-action {
width: 100%;
color: #495057;
text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
color: #495057;
text-decoration: none;
background-color: #f8f9fa;
}
.list-group-item-action:active {
color: #212529;
background-color: #e9ecef;
}
.list-group-item {
position: relative;
display: block;
padding: 0.75rem 1.25rem;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover, .list-group-item:focus {
z-index: 1;
text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
color: #6c757d;
background-color: #fff;
}
.list-group-item.active {
z-index: 2;
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.list-group-flush .list-group-item {
border-right: 0;
border-left: 0;
border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
border-bottom: 0;
}
.list-group-item-primary {
color: #004085;
background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
color: #004085;
background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
color: #fff;
background-color: #004085;
border-color: #004085;
}
.list-group-item-secondary {
color: #383d41;
background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
color: #383d41;
background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
color: #fff;
background-color: #383d41;
border-color: #383d41;
}
.list-group-item-success {
color: #155724;
background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
color: #155724;
background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
color: #fff;
background-color: #155724;
border-color: #155724;
}
.list-group-item-info {
color: #0c5460;
background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
color: #0c5460;
background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
color: #fff;
background-color: #0c5460;
border-color: #0c5460;
}
.list-group-item-warning {
color: #856404;
background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
color: #856404;
background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
color: #fff;
background-color: #856404;
border-color: #856404;
}
.list-group-item-danger {
color: #721c24;
background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
color: #721c24;
background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
color: #fff;
background-color: #721c24;
border-color: #721c24;
}
.list-group-item-light {
color: #818182;
background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
color: #818182;
background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
color: #fff;
background-color: #818182;
border-color: #818182;
}
.list-group-item-dark {
color: #1b1e21;
background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
color: #1b1e21;
background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
color: #fff;
background-color: #1b1e21;
border-color: #1b1e21;
}
.close {
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .5;
}
.close:not(:disabled):not(.disabled) {
cursor: pointer;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
color: #000;
text-decoration: none;
opacity: .75;
}
button.close {
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
}
.modal-open {
overflow: hidden;
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0;
}
.modal-dialog {
position: relative;
width: auto;
margin: 0.5rem;
pointer-events: none;
}
.modal.fade .modal-dialog {
transition: -webkit-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
-webkit-transform: translate(0, -25%);
transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
transition: none;
}
}
.modal.show .modal-dialog {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
.modal-dialog-centered {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
display: block;
height: calc(100vh - (0.5rem * 2));
content: "";
}
.modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
outline: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
}
.modal-backdrop.fade {
opacity: 0;
}
.modal-backdrop.show {
opacity: 0.5;
}
.modal-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1rem;
border-bottom: 1px solid #e9ecef;
border-top-left-radius: 0.3rem;
border-top-right-radius: 0.3rem;
}
.modal-header .close {
padding: 1rem;
margin: -1rem -1rem -1rem auto;
}
.modal-title {
margin-bottom: 0;
line-height: 1.5;
}
.modal-body {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem;
}
.modal-footer {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 1rem;
border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
margin-left: .25rem;
}
.modal-footer > :not(:last-child) {
margin-right: .25rem;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 576px) {
.modal-dialog {
max-width: 500px;
margin: 1.75rem auto;
}
.modal-dialog-centered {
min-height: calc(100% - (1.75rem * 2));
}
.modal-dialog-centered::before {
height: calc(100vh - (1.75rem * 2));
}
.modal-sm {
max-width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
max-width: 800px;
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
opacity: 0;
}
.tooltip.show {
opacity: 0.9;
}
.tooltip .arrow {
position: absolute;
display: block;
width: 0.8rem;
height: 0.4rem;
}
.tooltip .arrow::before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
top: 0;
border-width: 0.4rem 0.4rem 0;
border-top-color: #000;
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
left: 0;
width: 0.4rem;
height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
right: 0;
border-width: 0.4rem 0.4rem 0.4rem 0;
border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
bottom: 0;
border-width: 0 0.4rem 0.4rem;
border-bottom-color: #000;
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
right: 0;
width: 0.4rem;
height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
left: 0;
border-width: 0.4rem 0 0.4rem 0.4rem;
border-left-color: #000;
}
.tooltip-inner {
max-width: 200px;
padding: 0.25rem 0.5rem;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 0.25rem;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: block;
max-width: 276px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
}
.popover .arrow {
position: absolute;
display: block;
width: 1rem;
height: 0.5rem;
margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
position: absolute;
display: block;
content: "";
border-color: transparent;
border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
margin-bottom: 0.5rem;
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
bottom: 0;
border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
bottom: 1px;
border-top-color: #fff;
}
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
margin-left: 0.5rem;
}
.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
left: calc((0.5rem + 1px) * -1);
width: 0.5rem;
height: 1rem;
margin: 0.3rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
left: 0;
border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
left: 1px;
border-right-color: #fff;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
margin-top: 0.5rem;
}
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
top: 0;
border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
top: 1px;
border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 1rem;
margin-left: -0.5rem;
content: "";
border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
margin-right: 0.5rem;
}
.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
right: calc((0.5rem + 1px) * -1);
width: 0.5rem;
height: 1rem;
margin: 0.3rem 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
right: 0;
border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
right: 1px;
border-left-color: #fff;
}
.popover-header {
padding: 0.5rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
color: inherit;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-top-left-radius: calc(0.3rem - 1px);
border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
display: none;
}
.popover-body {
padding: 0.5rem 0.75rem;
color: #212529;
}
.carousel {
position: relative;
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.carousel-item {
position: relative;
display: none;
-ms-flex-align: center;
align-items: center;
width: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
display: block;
transition: -webkit-transform 0.6s ease;
transition: transform 0.6s ease;
transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
transition: none;
}
}
.carousel-item-next,
.carousel-item-prev {
position: absolute;
top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
-webkit-transform: translateX(0);
transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.carousel-item-next,
.active.carousel-item-right {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
.carousel-item-next,
.active.carousel-item-right {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.carousel-item-prev,
.active.carousel-item-left {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
.carousel-item-prev,
.active.carousel-item-left {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.carousel-fade .carousel-item {
opacity: 0;
transition-duration: .6s;
transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
-webkit-transform: translateX(0);
transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.carousel-control-prev,
.carousel-control-next {
position: absolute;
top: 0;
bottom: 0;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
width: 15%;
color: #fff;
text-align: center;
opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
color: #fff;
text-decoration: none;
outline: 0;
opacity: .9;
}
.carousel-control-prev {
left: 0;
}
.carousel-control-next {
right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
display: inline-block;
width: 20px;
height: 20px;
background: transparent no-repeat center center;
background-size: 100% 100%;
}
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
position: absolute;
right: 0;
bottom: 10px;
left: 0;
z-index: 15;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
padding-left: 0;
margin-right: 15%;
margin-left: 15%;
list-style: none;
}
.carousel-indicators li {
position: relative;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
width: 30px;
height: 3px;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
position: absolute;
top: -10px;
left: 0;
display: inline-block;
width: 100%;
height: 10px;
content: "";
}
.carousel-indicators li::after {
position: absolute;
bottom: -10px;
left: 0;
display: inline-block;
width: 100%;
height: 10px;
content: "";
}
.carousel-indicators .active {
background-color: #fff;
}
.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
}
.align-baseline {
vertical-align: baseline !important;
}
.align-top {
vertical-align: top !important;
}
.align-middle {
vertical-align: middle !important;
}
.align-bottom {
vertical-align: bottom !important;
}
.align-text-bottom {
vertical-align: text-bottom !important;
}
.align-text-top {
vertical-align: text-top !important;
}
.bg-primary {
background-color: #007bff !important;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
background-color: #0062cc !important;
}
.bg-secondary {
background-color: #6c757d !important;
}
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
background-color: #545b62 !important;
}
.bg-success {
background-color: #28a745 !important;
}
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
background-color: #1e7e34 !important;
}
.bg-info {
background-color: #17a2b8 !important;
}
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
background-color: #117a8b !important;
}
.bg-warning {
background-color: #ffc107 !important;
}
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
background-color: #d39e00 !important;
}
.bg-danger {
background-color: #dc3545 !important;
}
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
background-color: #bd2130 !important;
}
.bg-light {
background-color: #f8f9fa !important;
}
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
background-color: #dae0e5 !important;
}
.bg-dark {
background-color: #343a40 !important;
}
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
background-color: #1d2124 !important;
}
.bg-white {
background-color: #fff !important;
}
.bg-transparent {
background-color: transparent !important;
}
.border {
border: 1px solid #dee2e6 !important;
}
.border-top {
border-top: 1px solid #dee2e6 !important;
}
.border-right {
border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
border-left: 1px solid #dee2e6 !important;
}
.border-0 {
border: 0 !important;
}
.border-top-0 {
border-top: 0 !important;
}
.border-right-0 {
border-right: 0 !important;
}
.border-bottom-0 {
border-bottom: 0 !important;
}
.border-left-0 {
border-left: 0 !important;
}
.border-primary {
border-color: #007bff !important;
}
.border-secondary {
border-color: #6c757d !important;
}
.border-success {
border-color: #28a745 !important;
}
.border-info {
border-color: #17a2b8 !important;
}
.border-warning {
border-color: #ffc107 !important;
}
.border-danger {
border-color: #dc3545 !important;
}
.border-light {
border-color: #f8f9fa !important;
}
.border-dark {
border-color: #343a40 !important;
}
.border-white {
border-color: #fff !important;
}
.rounded {
border-radius: 0.25rem !important;
}
.rounded-top {
border-top-left-radius: 0.25rem !important;
border-top-right-radius: 0.25rem !important;
}
.rounded-right {
border-top-right-radius: 0.25rem !important;
border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
border-bottom-right-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
border-top-left-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important;
}
.rounded-circle {
border-radius: 50% !important;
}
.rounded-0 {
border-radius: 0 !important;
}
.clearfix::after {
display: block;
clear: both;
content: "";
}
.d-none {
display: none !important;
}
.d-inline {
display: inline !important;
}
.d-inline-block {
display: inline-block !important;
}
.d-block {
display: block !important;
}
.d-table {
display: table !important;
}
.d-table-row {
display: table-row !important;
}
.d-table-cell {
display: table-cell !important;
}
.d-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
@media (min-width: 576px) {
.d-sm-none {
display: none !important;
}
.d-sm-inline {
display: inline !important;
}
.d-sm-inline-block {
display: inline-block !important;
}
.d-sm-block {
display: block !important;
}
.d-sm-table {
display: table !important;
}
.d-sm-table-row {
display: table-row !important;
}
.d-sm-table-cell {
display: table-cell !important;
}
.d-sm-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-sm-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 768px) {
.d-md-none {
display: none !important;
}
.d-md-inline {
display: inline !important;
}
.d-md-inline-block {
display: inline-block !important;
}
.d-md-block {
display: block !important;
}
.d-md-table {
display: table !important;
}
.d-md-table-row {
display: table-row !important;
}
.d-md-table-cell {
display: table-cell !important;
}
.d-md-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-md-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 992px) {
.d-lg-none {
display: none !important;
}
.d-lg-inline {
display: inline !important;
}
.d-lg-inline-block {
display: inline-block !important;
}
.d-lg-block {
display: block !important;
}
.d-lg-table {
display: table !important;
}
.d-lg-table-row {
display: table-row !important;
}
.d-lg-table-cell {
display: table-cell !important;
}
.d-lg-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-lg-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 1200px) {
.d-xl-none {
display: none !important;
}
.d-xl-inline {
display: inline !important;
}
.d-xl-inline-block {
display: inline-block !important;
}
.d-xl-block {
display: block !important;
}
.d-xl-table {
display: table !important;
}
.d-xl-table-row {
display: table-row !important;
}
.d-xl-table-cell {
display: table-cell !important;
}
.d-xl-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-xl-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media print {
.d-print-none {
display: none !important;
}
.d-print-inline {
display: inline !important;
}
.d-print-inline-block {
display: inline-block !important;
}
.d-print-block {
display: block !important;
}
.d-print-table {
display: table !important;
}
.d-print-table-row {
display: table-row !important;
}
.d-print-table-cell {
display: table-cell !important;
}
.d-print-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-print-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
.embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden;
}
.embed-responsive::before {
display: block;
content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.embed-responsive-21by9::before {
padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
padding-top: 56.25%;
}
.embed-responsive-4by3::before {
padding-top: 75%;
}
.embed-responsive-1by1::before {
padding-top: 100%;
}
.flex-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
@media (min-width: 576px) {
.flex-sm-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-sm-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-sm-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-sm-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-sm-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-sm-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-sm-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-sm-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-sm-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-sm-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-sm-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-sm-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-sm-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-sm-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-sm-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-sm-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-sm-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-sm-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-sm-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-sm-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-sm-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-sm-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-sm-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-sm-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-sm-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-sm-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-sm-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-sm-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-sm-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-sm-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 768px) {
.flex-md-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-md-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-md-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-md-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-md-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-md-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-md-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-md-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-md-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-md-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-md-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-md-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-md-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-md-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-md-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-md-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-md-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-md-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-md-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-md-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-md-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-md-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-md-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-md-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-md-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-md-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-md-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-md-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-md-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-md-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-md-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 992px) {
.flex-lg-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-lg-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-lg-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-lg-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-lg-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-lg-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-lg-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-lg-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-lg-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-lg-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-lg-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-lg-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-lg-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-lg-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-lg-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-lg-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-lg-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-lg-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-lg-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-lg-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-lg-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-lg-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-lg-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-lg-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-lg-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-lg-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-lg-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-lg-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-lg-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-lg-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 1200px) {
.flex-xl-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-xl-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-xl-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-xl-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-xl-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-xl-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-xl-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-xl-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-xl-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-xl-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-xl-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-xl-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-xl-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-xl-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-xl-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-xl-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-xl-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-xl-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-xl-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-xl-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-xl-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-xl-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-xl-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-xl-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-xl-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-xl-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-xl-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-xl-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-xl-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-xl-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
.float-left {
float: left !important;
}
.float-right {
float: right !important;
}
.float-none {
float: none !important;
}
@media (min-width: 576px) {
.float-sm-left {
float: left !important;
}
.float-sm-right {
float: right !important;
}
.float-sm-none {
float: none !important;
}
}
@media (min-width: 768px) {
.float-md-left {
float: left !important;
}
.float-md-right {
float: right !important;
}
.float-md-none {
float: none !important;
}
}
@media (min-width: 992px) {
.float-lg-left {
float: left !important;
}
.float-lg-right {
float: right !important;
}
.float-lg-none {
float: none !important;
}
}
@media (min-width: 1200px) {
.float-xl-left {
float: left !important;
}
.float-xl-right {
float: right !important;
}
.float-xl-none {
float: none !important;
}
}
.position-static {
position: static !important;
}
.position-relative {
position: relative !important;
}
.position-absolute {
position: absolute !important;
}
.position-fixed {
position: fixed !important;
}
.position-sticky {
position: -webkit-sticky !important;
position: sticky !important;
}
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}
.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
.sticky-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal;
}
.shadow-sm {
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
box-shadow: none !important;
}
.w-25 {
width: 25% !important;
}
.w-50 {
width: 50% !important;
}
.w-75 {
width: 75% !important;
}
.w-100 {
width: 100% !important;
}
.w-auto {
width: auto !important;
}
.h-25 {
height: 25% !important;
}
.h-50 {
height: 50% !important;
}
.h-75 {
height: 75% !important;
}
.h-100 {
height: 100% !important;
}
.h-auto {
height: auto !important;
}
.mw-100 {
max-width: 100% !important;
}
.mh-100 {
max-height: 100% !important;
}
.m-0 {
margin: 0 !important;
}
.mt-0,
.my-0 {
margin-top: 0 !important;
}
.mr-0,
.mx-0 {
margin-right: 0 !important;
}
.mb-0,
.my-0 {
margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
margin-left: 0 !important;
}
.m-1 {
margin: 0.25rem !important;
}
.mt-1,
.my-1 {
margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
margin-left: 0.25rem !important;
}
.m-2 {
margin: 0.5rem !important;
}
.mt-2,
.my-2 {
margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
margin-left: 0.5rem !important;
}
.m-3 {
margin: 1rem !important;
}
.mt-3,
.my-3 {
margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
margin-right: 1rem !important;
}
.mb-3,
.my-3 {
margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
margin-left: 1rem !important;
}
.m-4 {
margin: 1.5rem !important;
}
.mt-4,
.my-4 {
margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
margin-left: 1.5rem !important;
}
.m-5 {
margin: 3rem !important;
}
.mt-5,
.my-5 {
margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
margin-right: 3rem !important;
}
.mb-5,
.my-5 {
margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
margin-left: 3rem !important;
}
.p-0 {
padding: 0 !important;
}
.pt-0,
.py-0 {
padding-top: 0 !important;
}
.pr-0,
.px-0 {
padding-right: 0 !important;
}
.pb-0,
.py-0 {
padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
padding-left: 0 !important;
}
.p-1 {
padding: 0.25rem !important;
}
.pt-1,
.py-1 {
padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
padding-left: 0.25rem !important;
}
.p-2 {
padding: 0.5rem !important;
}
.pt-2,
.py-2 {
padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
padding-left: 0.5rem !important;
}
.p-3 {
padding: 1rem !important;
}
.pt-3,
.py-3 {
padding-top: 1rem !important;
}
.pr-3,
.px-3 {
padding-right: 1rem !important;
}
.pb-3,
.py-3 {
padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
padding-left: 1rem !important;
}
.p-4 {
padding: 1.5rem !important;
}
.pt-4,
.py-4 {
padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
padding-left: 1.5rem !important;
}
.p-5 {
padding: 3rem !important;
}
.pt-5,
.py-5 {
padding-top: 3rem !important;
}
.pr-5,
.px-5 {
padding-right: 3rem !important;
}
.pb-5,
.py-5 {
padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
padding-left: 3rem !important;
}
.m-auto {
margin: auto !important;
}
.mt-auto,
.my-auto {
margin-top: auto !important;
}
.mr-auto,
.mx-auto {
margin-right: auto !important;
}
.mb-auto,
.my-auto {
margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
margin-left: auto !important;
}
@media (min-width: 576px) {
.m-sm-0 {
margin: 0 !important;
}
.mt-sm-0,
.my-sm-0 {
margin-top: 0 !important;
}
.mr-sm-0,
.mx-sm-0 {
margin-right: 0 !important;
}
.mb-sm-0,
.my-sm-0 {
margin-bottom: 0 !important;
}
.ml-sm-0,
.mx-sm-0 {
margin-left: 0 !important;
}
.m-sm-1 {
margin: 0.25rem !important;
}
.mt-sm-1,
.my-sm-1 {
margin-top: 0.25rem !important;
}
.mr-sm-1,
.mx-sm-1 {
margin-right: 0.25rem !important;
}
.mb-sm-1,
.my-sm-1 {
margin-bottom: 0.25rem !important;
}
.ml-sm-1,
.mx-sm-1 {
margin-left: 0.25rem !important;
}
.m-sm-2 {
margin: 0.5rem !important;
}
.mt-sm-2,
.my-sm-2 {
margin-top: 0.5rem !important;
}
.mr-sm-2,
.mx-sm-2 {
margin-right: 0.5rem !important;
}
.mb-sm-2,
.my-sm-2 {
margin-bottom: 0.5rem !important;
}
.ml-sm-2,
.mx-sm-2 {
margin-left: 0.5rem !important;
}
.m-sm-3 {
margin: 1rem !important;
}
.mt-sm-3,
.my-sm-3 {
margin-top: 1rem !important;
}
.mr-sm-3,
.mx-sm-3 {
margin-right: 1rem !important;
}
.mb-sm-3,
.my-sm-3 {
margin-bottom: 1rem !important;
}
.ml-sm-3,
.mx-sm-3 {
margin-left: 1rem !important;
}
.m-sm-4 {
margin: 1.5rem !important;
}
.mt-sm-4,
.my-sm-4 {
margin-top: 1.5rem !important;
}
.mr-sm-4,
.mx-sm-4 {
margin-right: 1.5rem !important;
}
.mb-sm-4,
.my-sm-4 {
margin-bottom: 1.5rem !important;
}
.ml-sm-4,
.mx-sm-4 {
margin-left: 1.5rem !important;
}
.m-sm-5 {
margin: 3rem !important;
}
.mt-sm-5,
.my-sm-5 {
margin-top: 3rem !important;
}
.mr-sm-5,
.mx-sm-5 {
margin-right: 3rem !important;
}
.mb-sm-5,
.my-sm-5 {
margin-bottom: 3rem !important;
}
.ml-sm-5,
.mx-sm-5 {
margin-left: 3rem !important;
}
.p-sm-0 {
padding: 0 !important;
}
.pt-sm-0,
.py-sm-0 {
padding-top: 0 !important;
}
.pr-sm-0,
.px-sm-0 {
padding-right: 0 !important;
}
.pb-sm-0,
.py-sm-0 {
padding-bottom: 0 !important;
}
.pl-sm-0,
.px-sm-0 {
padding-left: 0 !important;
}
.p-sm-1 {
padding: 0.25rem !important;
}
.pt-sm-1,
.py-sm-1 {
padding-top: 0.25rem !important;
}
.pr-sm-1,
.px-sm-1 {
padding-right: 0.25rem !important;
}
.pb-sm-1,
.py-sm-1 {
padding-bottom: 0.25rem !important;
}
.pl-sm-1,
.px-sm-1 {
padding-left: 0.25rem !important;
}
.p-sm-2 {
padding: 0.5rem !important;
}
.pt-sm-2,
.py-sm-2 {
padding-top: 0.5rem !important;
}
.pr-sm-2,
.px-sm-2 {
padding-right: 0.5rem !important;
}
.pb-sm-2,
.py-sm-2 {
padding-bottom: 0.5rem !important;
}
.pl-sm-2,
.px-sm-2 {
padding-left: 0.5rem !important;
}
.p-sm-3 {
padding: 1rem !important;
}
.pt-sm-3,
.py-sm-3 {
padding-top: 1rem !important;
}
.pr-sm-3,
.px-sm-3 {
padding-right: 1rem !important;
}
.pb-sm-3,
.py-sm-3 {
padding-bottom: 1rem !important;
}
.pl-sm-3,
.px-sm-3 {
padding-left: 1rem !important;
}
.p-sm-4 {
padding: 1.5rem !important;
}
.pt-sm-4,
.py-sm-4 {
padding-top: 1.5rem !important;
}
.pr-sm-4,
.px-sm-4 {
padding-right: 1.5rem !important;
}
.pb-sm-4,
.py-sm-4 {
padding-bottom: 1.5rem !important;
}
.pl-sm-4,
.px-sm-4 {
padding-left: 1.5rem !important;
}
.p-sm-5 {
padding: 3rem !important;
}
.pt-sm-5,
.py-sm-5 {
padding-top: 3rem !important;
}
.pr-sm-5,
.px-sm-5 {
padding-right: 3rem !important;
}
.pb-sm-5,
.py-sm-5 {
padding-bottom: 3rem !important;
}
.pl-sm-5,
.px-sm-5 {
padding-left: 3rem !important;
}
.m-sm-auto {
margin: auto !important;
}
.mt-sm-auto,
.my-sm-auto {
margin-top: auto !important;
}
.mr-sm-auto,
.mx-sm-auto {
margin-right: auto !important;
}
.mb-sm-auto,
.my-sm-auto {
margin-bottom: auto !important;
}
.ml-sm-auto,
.mx-sm-auto {
margin-left: auto !important;
}
}
@media (min-width: 768px) {
.m-md-0 {
margin: 0 !important;
}
.mt-md-0,
.my-md-0 {
margin-top: 0 !important;
}
.mr-md-0,
.mx-md-0 {
margin-right: 0 !important;
}
.mb-md-0,
.my-md-0 {
margin-bottom: 0 !important;
}
.ml-md-0,
.mx-md-0 {
margin-left: 0 !important;
}
.m-md-1 {
margin: 0.25rem !important;
}
.mt-md-1,
.my-md-1 {
margin-top: 0.25rem !important;
}
.mr-md-1,
.mx-md-1 {
margin-right: 0.25rem !important;
}
.mb-md-1,
.my-md-1 {
margin-bottom: 0.25rem !important;
}
.ml-md-1,
.mx-md-1 {
margin-left: 0.25rem !important;
}
.m-md-2 {
margin: 0.5rem !important;
}
.mt-md-2,
.my-md-2 {
margin-top: 0.5rem !important;
}
.mr-md-2,
.mx-md-2 {
margin-right: 0.5rem !important;
}
.mb-md-2,
.my-md-2 {
margin-bottom: 0.5rem !important;
}
.ml-md-2,
.mx-md-2 {
margin-left: 0.5rem !important;
}
.m-md-3 {
margin: 1rem !important;
}
.mt-md-3,
.my-md-3 {
margin-top: 1rem !important;
}
.mr-md-3,
.mx-md-3 {
margin-right: 1rem !important;
}
.mb-md-3,
.my-md-3 {
margin-bottom: 1rem !important;
}
.ml-md-3,
.mx-md-3 {
margin-left: 1rem !important;
}
.m-md-4 {
margin: 1.5rem !important;
}
.mt-md-4,
.my-md-4 {
margin-top: 1.5rem !important;
}
.mr-md-4,
.mx-md-4 {
margin-right: 1.5rem !important;
}
.mb-md-4,
.my-md-4 {
margin-bottom: 1.5rem !important;
}
.ml-md-4,
.mx-md-4 {
margin-left: 1.5rem !important;
}
.m-md-5 {
margin: 3rem !important;
}
.mt-md-5,
.my-md-5 {
margin-top: 3rem !important;
}
.mr-md-5,
.mx-md-5 {
margin-right: 3rem !important;
}
.mb-md-5,
.my-md-5 {
margin-bottom: 3rem !important;
}
.ml-md-5,
.mx-md-5 {
margin-left: 3rem !important;
}
.p-md-0 {
padding: 0 !important;
}
.pt-md-0,
.py-md-0 {
padding-top: 0 !important;
}
.pr-md-0,
.px-md-0 {
padding-right: 0 !important;
}
.pb-md-0,
.py-md-0 {
padding-bottom: 0 !important;
}
.pl-md-0,
.px-md-0 {
padding-left: 0 !important;
}
.p-md-1 {
padding: 0.25rem !important;
}
.pt-md-1,
.py-md-1 {
padding-top: 0.25rem !important;
}
.pr-md-1,
.px-md-1 {
padding-right: 0.25rem !important;
}
.pb-md-1,
.py-md-1 {
padding-bottom: 0.25rem !important;
}
.pl-md-1,
.px-md-1 {
padding-left: 0.25rem !important;
}
.p-md-2 {
padding: 0.5rem !important;
}
.pt-md-2,
.py-md-2 {
padding-top: 0.5rem !important;
}
.pr-md-2,
.px-md-2 {
padding-right: 0.5rem !important;
}
.pb-md-2,
.py-md-2 {
padding-bottom: 0.5rem !important;
}
.pl-md-2,
.px-md-2 {
padding-left: 0.5rem !important;
}
.p-md-3 {
padding: 1rem !important;
}
.pt-md-3,
.py-md-3 {
padding-top: 1rem !important;
}
.pr-md-3,
.px-md-3 {
padding-right: 1rem !important;
}
.pb-md-3,
.py-md-3 {
padding-bottom: 1rem !important;
}
.pl-md-3,
.px-md-3 {
padding-left: 1rem !important;
}
.p-md-4 {
padding: 1.5rem !important;
}
.pt-md-4,
.py-md-4 {
padding-top: 1.5rem !important;
}
.pr-md-4,
.px-md-4 {
padding-right: 1.5rem !important;
}
.pb-md-4,
.py-md-4 {
padding-bottom: 1.5rem !important;
}
.pl-md-4,
.px-md-4 {
padding-left: 1.5rem !important;
}
.p-md-5 {
padding: 3rem !important;
}
.pt-md-5,
.py-md-5 {
padding-top: 3rem !important;
}
.pr-md-5,
.px-md-5 {
padding-right: 3rem !important;
}
.pb-md-5,
.py-md-5 {
padding-bottom: 3rem !important;
}
.pl-md-5,
.px-md-5 {
padding-left: 3rem !important;
}
.m-md-auto {
margin: auto !important;
}
.mt-md-auto,
.my-md-auto {
margin-top: auto !important;
}
.mr-md-auto,
.mx-md-auto {
margin-right: auto !important;
}
.mb-md-auto,
.my-md-auto {
margin-bottom: auto !important;
}
.ml-md-auto,
.mx-md-auto {
margin-left: auto !important;
}
}
@media (min-width: 992px) {
.m-lg-0 {
margin: 0 !important;
}
.mt-lg-0,
.my-lg-0 {
margin-top: 0 !important;
}
.mr-lg-0,
.mx-lg-0 {
margin-right: 0 !important;
}
.mb-lg-0,
.my-lg-0 {
margin-bottom: 0 !important;
}
.ml-lg-0,
.mx-lg-0 {
margin-left: 0 !important;
}
.m-lg-1 {
margin: 0.25rem !important;
}
.mt-lg-1,
.my-lg-1 {
margin-top: 0.25rem !important;
}
.mr-lg-1,
.mx-lg-1 {
margin-right: 0.25rem !important;
}
.mb-lg-1,
.my-lg-1 {
margin-bottom: 0.25rem !important;
}
.ml-lg-1,
.mx-lg-1 {
margin-left: 0.25rem !important;
}
.m-lg-2 {
margin: 0.5rem !important;
}
.mt-lg-2,
.my-lg-2 {
margin-top: 0.5rem !important;
}
.mr-lg-2,
.mx-lg-2 {
margin-right: 0.5rem !important;
}
.mb-lg-2,
.my-lg-2 {
margin-bottom: 0.5rem !important;
}
.ml-lg-2,
.mx-lg-2 {
margin-left: 0.5rem !important;
}
.m-lg-3 {
margin: 1rem !important;
}
.mt-lg-3,
.my-lg-3 {
margin-top: 1rem !important;
}
.mr-lg-3,
.mx-lg-3 {
margin-right: 1rem !important;
}
.mb-lg-3,
.my-lg-3 {
margin-bottom: 1rem !important;
}
.ml-lg-3,
.mx-lg-3 {
margin-left: 1rem !important;
}
.m-lg-4 {
margin: 1.5rem !important;
}
.mt-lg-4,
.my-lg-4 {
margin-top: 1.5rem !important;
}
.mr-lg-4,
.mx-lg-4 {
margin-right: 1.5rem !important;
}
.mb-lg-4,
.my-lg-4 {
margin-bottom: 1.5rem !important;
}
.ml-lg-4,
.mx-lg-4 {
margin-left: 1.5rem !important;
}
.m-lg-5 {
margin: 3rem !important;
}
.mt-lg-5,
.my-lg-5 {
margin-top: 3rem !important;
}
.mr-lg-5,
.mx-lg-5 {
margin-right: 3rem !important;
}
.mb-lg-5,
.my-lg-5 {
margin-bottom: 3rem !important;
}
.ml-lg-5,
.mx-lg-5 {
margin-left: 3rem !important;
}
.p-lg-0 {
padding: 0 !important;
}
.pt-lg-0,
.py-lg-0 {
padding-top: 0 !important;
}
.pr-lg-0,
.px-lg-0 {
padding-right: 0 !important;
}
.pb-lg-0,
.py-lg-0 {
padding-bottom: 0 !important;
}
.pl-lg-0,
.px-lg-0 {
padding-left: 0 !important;
}
.p-lg-1 {
padding: 0.25rem !important;
}
.pt-lg-1,
.py-lg-1 {
padding-top: 0.25rem !important;
}
.pr-lg-1,
.px-lg-1 {
padding-right: 0.25rem !important;
}
.pb-lg-1,
.py-lg-1 {
padding-bottom: 0.25rem !important;
}
.pl-lg-1,
.px-lg-1 {
padding-left: 0.25rem !important;
}
.p-lg-2 {
padding: 0.5rem !important;
}
.pt-lg-2,
.py-lg-2 {
padding-top: 0.5rem !important;
}
.pr-lg-2,
.px-lg-2 {
padding-right: 0.5rem !important;
}
.pb-lg-2,
.py-lg-2 {
padding-bottom: 0.5rem !important;
}
.pl-lg-2,
.px-lg-2 {
padding-left: 0.5rem !important;
}
.p-lg-3 {
padding: 1rem !important;
}
.pt-lg-3,
.py-lg-3 {
padding-top: 1rem !important;
}
.pr-lg-3,
.px-lg-3 {
padding-right: 1rem !important;
}
.pb-lg-3,
.py-lg-3 {
padding-bottom: 1rem !important;
}
.pl-lg-3,
.px-lg-3 {
padding-left: 1rem !important;
}
.p-lg-4 {
padding: 1.5rem !important;
}
.pt-lg-4,
.py-lg-4 {
padding-top: 1.5rem !important;
}
.pr-lg-4,
.px-lg-4 {
padding-right: 1.5rem !important;
}
.pb-lg-4,
.py-lg-4 {
padding-bottom: 1.5rem !important;
}
.pl-lg-4,
.px-lg-4 {
padding-left: 1.5rem !important;
}
.p-lg-5 {
padding: 3rem !important;
}
.pt-lg-5,
.py-lg-5 {
padding-top: 3rem !important;
}
.pr-lg-5,
.px-lg-5 {
padding-right: 3rem !important;
}
.pb-lg-5,
.py-lg-5 {
padding-bottom: 3rem !important;
}
.pl-lg-5,
.px-lg-5 {
padding-left: 3rem !important;
}
.m-lg-auto {
margin: auto !important;
}
.mt-lg-auto,
.my-lg-auto {
margin-top: auto !important;
}
.mr-lg-auto,
.mx-lg-auto {
margin-right: auto !important;
}
.mb-lg-auto,
.my-lg-auto {
margin-bottom: auto !important;
}
.ml-lg-auto,
.mx-lg-auto {
margin-left: auto !important;
}
}
@media (min-width: 1200px) {
.m-xl-0 {
margin: 0 !important;
}
.mt-xl-0,
.my-xl-0 {
margin-top: 0 !important;
}
.mr-xl-0,
.mx-xl-0 {
margin-right: 0 !important;
}
.mb-xl-0,
.my-xl-0 {
margin-bottom: 0 !important;
}
.ml-xl-0,
.mx-xl-0 {
margin-left: 0 !important;
}
.m-xl-1 {
margin: 0.25rem !important;
}
.mt-xl-1,
.my-xl-1 {
margin-top: 0.25rem !important;
}
.mr-xl-1,
.mx-xl-1 {
margin-right: 0.25rem !important;
}
.mb-xl-1,
.my-xl-1 {
margin-bottom: 0.25rem !important;
}
.ml-xl-1,
.mx-xl-1 {
margin-left: 0.25rem !important;
}
.m-xl-2 {
margin: 0.5rem !important;
}
.mt-xl-2,
.my-xl-2 {
margin-top: 0.5rem !important;
}
.mr-xl-2,
.mx-xl-2 {
margin-right: 0.5rem !important;
}
.mb-xl-2,
.my-xl-2 {
margin-bottom: 0.5rem !important;
}
.ml-xl-2,
.mx-xl-2 {
margin-left: 0.5rem !important;
}
.m-xl-3 {
margin: 1rem !important;
}
.mt-xl-3,
.my-xl-3 {
margin-top: 1rem !important;
}
.mr-xl-3,
.mx-xl-3 {
margin-right: 1rem !important;
}
.mb-xl-3,
.my-xl-3 {
margin-bottom: 1rem !important;
}
.ml-xl-3,
.mx-xl-3 {
margin-left: 1rem !important;
}
.m-xl-4 {
margin: 1.5rem !important;
}
.mt-xl-4,
.my-xl-4 {
margin-top: 1.5rem !important;
}
.mr-xl-4,
.mx-xl-4 {
margin-right: 1.5rem !important;
}
.mb-xl-4,
.my-xl-4 {
margin-bottom: 1.5rem !important;
}
.ml-xl-4,
.mx-xl-4 {
margin-left: 1.5rem !important;
}
.m-xl-5 {
margin: 3rem !important;
}
.mt-xl-5,
.my-xl-5 {
margin-top: 3rem !important;
}
.mr-xl-5,
.mx-xl-5 {
margin-right: 3rem !important;
}
.mb-xl-5,
.my-xl-5 {
margin-bottom: 3rem !important;
}
.ml-xl-5,
.mx-xl-5 {
margin-left: 3rem !important;
}
.p-xl-0 {
padding: 0 !important;
}
.pt-xl-0,
.py-xl-0 {
padding-top: 0 !important;
}
.pr-xl-0,
.px-xl-0 {
padding-right: 0 !important;
}
.pb-xl-0,
.py-xl-0 {
padding-bottom: 0 !important;
}
.pl-xl-0,
.px-xl-0 {
padding-left: 0 !important;
}
.p-xl-1 {
padding: 0.25rem !important;
}
.pt-xl-1,
.py-xl-1 {
padding-top: 0.25rem !important;
}
.pr-xl-1,
.px-xl-1 {
padding-right: 0.25rem !important;
}
.pb-xl-1,
.py-xl-1 {
padding-bottom: 0.25rem !important;
}
.pl-xl-1,
.px-xl-1 {
padding-left: 0.25rem !important;
}
.p-xl-2 {
padding: 0.5rem !important;
}
.pt-xl-2,
.py-xl-2 {
padding-top: 0.5rem !important;
}
.pr-xl-2,
.px-xl-2 {
padding-right: 0.5rem !important;
}
.pb-xl-2,
.py-xl-2 {
padding-bottom: 0.5rem !important;
}
.pl-xl-2,
.px-xl-2 {
padding-left: 0.5rem !important;
}
.p-xl-3 {
padding: 1rem !important;
}
.pt-xl-3,
.py-xl-3 {
padding-top: 1rem !important;
}
.pr-xl-3,
.px-xl-3 {
padding-right: 1rem !important;
}
.pb-xl-3,
.py-xl-3 {
padding-bottom: 1rem !important;
}
.pl-xl-3,
.px-xl-3 {
padding-left: 1rem !important;
}
.p-xl-4 {
padding: 1.5rem !important;
}
.pt-xl-4,
.py-xl-4 {
padding-top: 1.5rem !important;
}
.pr-xl-4,
.px-xl-4 {
padding-right: 1.5rem !important;
}
.pb-xl-4,
.py-xl-4 {
padding-bottom: 1.5rem !important;
}
.pl-xl-4,
.px-xl-4 {
padding-left: 1.5rem !important;
}
.p-xl-5 {
padding: 3rem !important;
}
.pt-xl-5,
.py-xl-5 {
padding-top: 3rem !important;
}
.pr-xl-5,
.px-xl-5 {
padding-right: 3rem !important;
}
.pb-xl-5,
.py-xl-5 {
padding-bottom: 3rem !important;
}
.pl-xl-5,
.px-xl-5 {
padding-left: 3rem !important;
}
.m-xl-auto {
margin: auto !important;
}
.mt-xl-auto,
.my-xl-auto {
margin-top: auto !important;
}
.mr-xl-auto,
.mx-xl-auto {
margin-right: auto !important;
}
.mb-xl-auto,
.my-xl-auto {
margin-bottom: auto !important;
}
.ml-xl-auto,
.mx-xl-auto {
margin-left: auto !important;
}
}
.text-monospace {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-justify {
text-align: justify !important;
}
.text-nowrap {
white-space: nowrap !important;
}
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.text-left {
text-align: left !important;
}
.text-right {
text-align: right !important;
}
.text-center {
text-align: center !important;
}
@media (min-width: 576px) {
.text-sm-left {
text-align: left !important;
}
.text-sm-right {
text-align: right !important;
}
.text-sm-center {
text-align: center !important;
}
}
@media (min-width: 768px) {
.text-md-left {
text-align: left !important;
}
.text-md-right {
text-align: right !important;
}
.text-md-center {
text-align: center !important;
}
}
@media (min-width: 992px) {
.text-lg-left {
text-align: left !important;
}
.text-lg-right {
text-align: right !important;
}
.text-lg-center {
text-align: center !important;
}
}
@media (min-width: 1200px) {
.text-xl-left {
text-align: left !important;
}
.text-xl-right {
text-align: right !important;
}
.text-xl-center {
text-align: center !important;
}
}
.text-lowercase {
text-transform: lowercase !important;
}
.text-uppercase {
text-transform: uppercase !important;
}
.text-capitalize {
text-transform: capitalize !important;
}
.font-weight-light {
font-weight: 300 !important;
}
.font-weight-normal {
font-weight: 400 !important;
}
.font-weight-bold {
font-weight: 700 !important;
}
.font-italic {
font-style: italic !important;
}
.text-white {
color: #fff !important;
}
.text-primary {
color: #007bff !important;
}
a.text-primary:hover, a.text-primary:focus {
color: #0062cc !important;
}
.text-secondary {
color: #6c757d !important;
}
a.text-secondary:hover, a.text-secondary:focus {
color: #545b62 !important;
}
.text-success {
color: #28a745 !important;
}
a.text-success:hover, a.text-success:focus {
color: #1e7e34 !important;
}
.text-info {
color: #17a2b8 !important;
}
a.text-info:hover, a.text-info:focus {
color: #117a8b !important;
}
.text-warning {
color: #ffc107 !important;
}
a.text-warning:hover, a.text-warning:focus {
color: #d39e00 !important;
}
.text-danger {
color: #dc3545 !important;
}
a.text-danger:hover, a.text-danger:focus {
color: #bd2130 !important;
}
.text-light {
color: #f8f9fa !important;
}
a.text-light:hover, a.text-light:focus {
color: #dae0e5 !important;
}
.text-dark {
color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
color: #1d2124 !important;
}
.text-body {
color: #212529 !important;
}
.text-muted {
color: #6c757d !important;
}
.text-black-50 {
color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.visible {
visibility: visible !important;
}
.invisible {
visibility: hidden !important;
}
@media print {
*,
*::before,
*::after {
text-shadow: none !important;
box-shadow: none !important;
}
a:not(.btn) {
text-decoration: underline;
}
abbr[title]::after {
content: " (" attr(title) ")";
}
pre {
white-space: pre-wrap !important;
}
pre,
blockquote {
border: 1px solid #adb5bd;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
@page {
size: a3;
}
body {
min-width: 992px !important;
}
.container {
min-width: 992px !important;
}
.navbar {
display: none;
}
.badge {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table td,
.table th {
background-color: #fff !important;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #dee2e6 !important;
}
.table-dark {
color: inherit;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
border-color: #dee2e6;
}
.table .thead-dark th {
color: inherit;
border-color: #dee2e6;
}
}@font-face {
font-family: 'Circular Std Black';
font-style: normal;
font-weight: normal;
src: local('Circular Std Black'), url(//fvs-verkehr.de/wp-content/themes/quanto/fonts/circular-std/CircularStd-Black.woff) format('woff');
}
@font-face {
font-family: 'Circular Std Book';
font-style: normal;
font-weight: normal;
src: local('Circular Std Book'), url(//fvs-verkehr.de/wp-content/themes/quanto/fonts/circular-std/CircularStd-Book.woff) format('woff');
}
@font-face {
font-family: 'Circular Std Medium';
font-style: normal;
font-weight: normal;
src: local('Circular Std Medium'), url(//fvs-verkehr.de/wp-content/themes/quanto/fonts/circular-std/CircularStd-Medium.woff) format('woff');
}
@font-face {
font-family: 'Circular Std Black Italic';
font-style: normal;
font-weight: normal;
src: local('Circular Std Black Italic'), url(//fvs-verkehr.de/wp-content/themes/quanto/fonts/circular-std/CircularStd-BlackItalic.woff) format('woff');
}
@font-face {
font-family: 'Circular Std Bold';
font-style: normal;
font-weight: normal;
src: local('Circular Std Bold'), url(//fvs-verkehr.de/wp-content/themes/quanto/fonts/circular-std/CircularStd-Bold.woff) format('woff');
}
@font-face {
font-family: 'Circular Std Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Circular Std Bold Italic'), url(//fvs-verkehr.de/wp-content/themes/quanto/fonts/circular-std/CircularStd-BoldItalic.woff) format('woff');
}
@font-face {
font-family: 'Circular Std Book Italic';
font-style: normal;
font-weight: normal;
src: local('Circular Std Book Italic'), url(//fvs-verkehr.de/wp-content/themes/quanto/fonts/circular-std/CircularStd-BookItalic.woff) format('woff');
}
@font-face {
font-family: 'Circular Std Medium Italic';
font-style: normal;
font-weight: normal;
src: local('Circular Std Medium Italic'), url(//fvs-verkehr.de/wp-content/themes/quanto/fonts/circular-std/CircularStd-MediumItalic.woff) format('woff');
}@font-face{font-family:'FontAwesome';src:url(//fvs-verkehr.de/wp-content/themes/quanto/css/fontawesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//fvs-verkehr.de/wp-content/themes/quanto/css/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//fvs-verkehr.de/wp-content/themes/quanto/css/fontawesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//fvs-verkehr.de/wp-content/themes/quanto/css/fontawesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//fvs-verkehr.de/wp-content/themes/quanto/css/fontawesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//fvs-verkehr.de/wp-content/themes/quanto/css/fontawesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}@font-face { font-family: "Ionicons";
src: url(//fvs-verkehr.de/wp-content/themes/quanto/fonts/ionicons-font/ionicons.eot);
src: url(//fvs-verkehr.de/wp-content/themes/quanto/fonts/ionicons-font/ionicons.eot) 
format("embedded-opentype"), url(//fvs-verkehr.de/wp-content/themes/quanto/fonts/ionicons-font/ionicons.ttf) format("truetype"), url(//fvs-verkehr.de/wp-content/themes/quanto/fonts/ionicons-font/ionicons.woff) format("woff"),
url(//fvs-verkehr.de/wp-content/themes/quanto/fonts/ionicons-font/ionicons.svg) format("svg"); font-weight: normal; font-style: normal; }
.ion, .ion-loading-a, .ion-loading-b, .ion-loading-c, .ion-loading-d, .ion-looping, .ion-refreshing, .ion-ios7-reloading, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-contact:before, .ion-android-alarm:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down-left:before, .ion-android-arrow-down-right:before, .ion-android-arrow-forward:before, .ion-android-arrow-up-left:before, .ion-android-arrow-up-right:before, .ion-android-battery:before, .ion-android-book:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-chat:before, .ion-android-checkmark:before, .ion-android-clock:before, .ion-android-close:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-data:before, .ion-android-developer:before, .ion-android-display:before, .ion-android-download:before, .ion-android-drawer:before, .ion-android-dropdown:before, .ion-android-earth:before, .ion-android-folder:before, .ion-android-forums:before, .ion-android-friends:before, .ion-android-hand:before, .ion-android-image:before, .ion-android-inbox:before, .ion-android-information:before, .ion-android-keypad:before, .ion-android-lightbulb:before, .ion-android-locate:before, .ion-android-location:before, .ion-android-mail:before, .ion-android-microphone:before, .ion-android-mixer:before, .ion-android-more:before, .ion-android-note:before, .ion-android-playstore:before, .ion-android-printer:before, .ion-android-promotion:before, .ion-android-reminder:before, .ion-android-remove:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-social:before, .ion-android-social-user:before, .ion-android-sort:before, .ion-android-stair-drawer:before, .ion-android-star:before, .ion-android-stopwatch:before, .ion-android-storage:before, .ion-android-system-back:before, .ion-android-system-home:before, .ion-android-system-windows:before, .ion-android-timer:before, .ion-android-trash:before, .ion-android-user-menu:before, .ion-android-volume:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-flask:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-game-controller-a:before, .ion-game-controller-b:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-icon-social-google-plus:before, .ion-icon-social-google-plus-outline:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios7-alarm:before, .ion-ios7-alarm-outline:before, .ion-ios7-albums:before, .ion-ios7-albums-outline:before, .ion-ios7-americanfootball:before, .ion-ios7-americanfootball-outline:before, .ion-ios7-analytics:before, .ion-ios7-analytics-outline:before, .ion-ios7-arrow-back:before, .ion-ios7-arrow-down:before, .ion-ios7-arrow-forward:before, .ion-ios7-arrow-left:before, .ion-ios7-arrow-right:before, .ion-ios7-arrow-thin-down:before, .ion-ios7-arrow-thin-left:before, .ion-ios7-arrow-thin-right:before, .ion-ios7-arrow-thin-up:before, .ion-ios7-arrow-up:before, .ion-ios7-at:before, .ion-ios7-at-outline:before, .ion-ios7-barcode:before, .ion-ios7-barcode-outline:before, .ion-ios7-baseball:before, .ion-ios7-baseball-outline:before, .ion-ios7-basketball:before, .ion-ios7-basketball-outline:before, .ion-ios7-bell:before, .ion-ios7-bell-outline:before, .ion-ios7-bolt:before, .ion-ios7-bolt-outline:before, .ion-ios7-bookmarks:before, .ion-ios7-bookmarks-outline:before, .ion-ios7-box:before, .ion-ios7-box-outline:before, .ion-ios7-briefcase:before, .ion-ios7-briefcase-outline:before, .ion-ios7-browsers:before, .ion-ios7-browsers-outline:before, .ion-ios7-calculator:before, .ion-ios7-calculator-outline:before, .ion-ios7-calendar:before, .ion-ios7-calendar-outline:before, .ion-ios7-camera:before, .ion-ios7-camera-outline:before, .ion-ios7-cart:before, .ion-ios7-cart-outline:before, .ion-ios7-chatboxes:before, .ion-ios7-chatboxes-outline:before, .ion-ios7-chatbubble:before, .ion-ios7-chatbubble-outline:before, .ion-ios7-checkmark:before, .ion-ios7-checkmark-empty:before, .ion-ios7-checkmark-outline:before, .ion-ios7-circle-filled:before, .ion-ios7-circle-outline:before, .ion-ios7-clock:before, .ion-ios7-clock-outline:before, .ion-ios7-close:before, .ion-ios7-close-empty:before, .ion-ios7-close-outline:before, .ion-ios7-cloud:before, .ion-ios7-cloud-download:before, .ion-ios7-cloud-download-outline:before, .ion-ios7-cloud-outline:before, .ion-ios7-cloud-upload:before, .ion-ios7-cloud-upload-outline:before, .ion-ios7-cloudy:before, .ion-ios7-cloudy-night:before, .ion-ios7-cloudy-night-outline:before, .ion-ios7-cloudy-outline:before, .ion-ios7-cog:before, .ion-ios7-cog-outline:before, .ion-ios7-compose:before, .ion-ios7-compose-outline:before, .ion-ios7-contact:before, .ion-ios7-contact-outline:before, .ion-ios7-copy:before, .ion-ios7-copy-outline:before, .ion-ios7-download:before, .ion-ios7-download-outline:before, .ion-ios7-drag:before, .ion-ios7-email:before, .ion-ios7-email-outline:before, .ion-ios7-expand:before, .ion-ios7-eye:before, .ion-ios7-eye-outline:before, .ion-ios7-fastforward:before, .ion-ios7-fastforward-outline:before, .ion-ios7-filing:before, .ion-ios7-filing-outline:before, .ion-ios7-film:before, .ion-ios7-film-outline:before, .ion-ios7-flag:before, .ion-ios7-flag-outline:before, .ion-ios7-folder:before, .ion-ios7-folder-outline:before, .ion-ios7-football:before, .ion-ios7-football-outline:before, .ion-ios7-gear:before, .ion-ios7-gear-outline:before, .ion-ios7-glasses:before, .ion-ios7-glasses-outline:before, .ion-ios7-heart:before, .ion-ios7-heart-outline:before, .ion-ios7-help:before, .ion-ios7-help-empty:before, .ion-ios7-help-outline:before, .ion-ios7-home:before, .ion-ios7-home-outline:before, .ion-ios7-infinite:before, .ion-ios7-infinite-outline:before, .ion-ios7-information:before, .ion-ios7-information-empty:before, .ion-ios7-information-outline:before, .ion-ios7-ionic-outline:before, .ion-ios7-keypad:before, .ion-ios7-keypad-outline:before, .ion-ios7-lightbulb:before, .ion-ios7-lightbulb-outline:before, .ion-ios7-location:before, .ion-ios7-location-outline:before, .ion-ios7-locked:before, .ion-ios7-locked-outline:before, .ion-ios7-loop:before, .ion-ios7-loop-strong:before, .ion-ios7-medkit:before, .ion-ios7-medkit-outline:before, .ion-ios7-mic:before, .ion-ios7-mic-off:before, .ion-ios7-mic-outline:before, .ion-ios7-minus:before, .ion-ios7-minus-empty:before, .ion-ios7-minus-outline:before, .ion-ios7-monitor:before, .ion-ios7-monitor-outline:before, .ion-ios7-moon:before, .ion-ios7-moon-outline:before, .ion-ios7-more:before, .ion-ios7-more-outline:before, .ion-ios7-musical-note:before, .ion-ios7-musical-notes:before, .ion-ios7-navigate:before, .ion-ios7-navigate-outline:before, .ion-ios7-paper:before, .ion-ios7-paper-outline:before, .ion-ios7-paperplane:before, .ion-ios7-paperplane-outline:before, .ion-ios7-partlysunny:before, .ion-ios7-partlysunny-outline:before, .ion-ios7-pause:before, .ion-ios7-pause-outline:before, .ion-ios7-paw:before, .ion-ios7-paw-outline:before, .ion-ios7-people:before, .ion-ios7-people-outline:before, .ion-ios7-person:before, .ion-ios7-person-outline:before, .ion-ios7-personadd:before, .ion-ios7-personadd-outline:before, .ion-ios7-photos:before, .ion-ios7-photos-outline:before, .ion-ios7-pie:before, .ion-ios7-pie-outline:before, .ion-ios7-play:before, .ion-ios7-play-outline:before, .ion-ios7-plus:before, .ion-ios7-plus-empty:before, .ion-ios7-plus-outline:before, .ion-ios7-pricetag:before, .ion-ios7-pricetag-outline:before, .ion-ios7-pricetags:before, .ion-ios7-pricetags-outline:before, .ion-ios7-printer:before, .ion-ios7-printer-outline:before, .ion-ios7-pulse:before, .ion-ios7-pulse-strong:before, .ion-ios7-rainy:before, .ion-ios7-rainy-outline:before, .ion-ios7-recording:before, .ion-ios7-recording-outline:before, .ion-ios7-redo:before, .ion-ios7-redo-outline:before, .ion-ios7-refresh:before, .ion-ios7-refresh-empty:before, .ion-ios7-refresh-outline:before, .ion-ios7-reload:before, .ion-ios7-reloading:before, .ion-ios7-reverse-camera:before, .ion-ios7-reverse-camera-outline:before, .ion-ios7-rewind:before, .ion-ios7-rewind-outline:before, .ion-ios7-search:before, .ion-ios7-search-strong:before, .ion-ios7-settings:before, .ion-ios7-settings-strong:before, .ion-ios7-shrink:before, .ion-ios7-skipbackward:before, .ion-ios7-skipbackward-outline:before, .ion-ios7-skipforward:before, .ion-ios7-skipforward-outline:before, .ion-ios7-snowy:before, .ion-ios7-speedometer:before, .ion-ios7-speedometer-outline:before, .ion-ios7-star:before, .ion-ios7-star-half:before, .ion-ios7-star-outline:before, .ion-ios7-stopwatch:before, .ion-ios7-stopwatch-outline:before, .ion-ios7-sunny:before, .ion-ios7-sunny-outline:before, .ion-ios7-telephone:before, .ion-ios7-telephone-outline:before, .ion-ios7-tennisball:before, .ion-ios7-tennisball-outline:before, .ion-ios7-thunderstorm:before, .ion-ios7-thunderstorm-outline:before, .ion-ios7-time:before, .ion-ios7-time-outline:before, .ion-ios7-timer:before, .ion-ios7-timer-outline:before, .ion-ios7-toggle:before, .ion-ios7-toggle-outline:before, .ion-ios7-trash:before, .ion-ios7-trash-outline:before, .ion-ios7-undo:before, .ion-ios7-undo-outline:before, .ion-ios7-unlocked:before, .ion-ios7-unlocked-outline:before, .ion-ios7-upload:before, .ion-ios7-upload-outline:before, .ion-ios7-videocam:before, .ion-ios7-videocam-outline:before, .ion-ios7-volume-high:before, .ion-ios7-volume-low:before, .ion-ios7-wineglass:before, .ion-ios7-wineglass-outline:before, .ion-ios7-world:before, .ion-ios7-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-loading-a:before, .ion-load-b:before, .ion-loading-b:before, .ion-load-c:before, .ion-loading-c:before, .ion-load-d:before, .ion-loading-d:before, .ion-location:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-looping:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-refreshing:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before { display: inline-block; font-family: "Ionicons"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.ion-spin, .ion-loading-a, .ion-loading-b, .ion-loading-c, .ion-loading-d, .ion-looping, .ion-refreshing, .ion-ios7-reloading { -webkit-animation: spin 1s infinite linear; -moz-animation: spin 1s infinite linear; -o-animation: spin 1s infinite linear; animation: spin 1s 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); } }
.ion-loading-a { -webkit-animation-timing-function: steps(8, start); -moz-animation-timing-function: steps(8, start); animation-timing-function: steps(8, start); }
.ion-alert:before { content: "\f101"; }
.ion-alert-circled:before { content: "\f100"; }
.ion-android-add:before { content: "\f2c7"; }
.ion-android-add-contact:before { content: "\f2c6"; }
.ion-android-alarm:before { content: "\f2c8"; }
.ion-android-archive:before { content: "\f2c9"; }
.ion-android-arrow-back:before { content: "\f2ca"; }
.ion-android-arrow-down-left:before { content: "\f2cb"; }
.ion-android-arrow-down-right:before { content: "\f2cc"; }
.ion-android-arrow-forward:before { content: "\f30f"; }
.ion-android-arrow-up-left:before { content: "\f2cd"; }
.ion-android-arrow-up-right:before { content: "\f2ce"; }
.ion-android-battery:before { content: "\f2cf"; }
.ion-android-book:before { content: "\f2d0"; }
.ion-android-calendar:before { content: "\f2d1"; }
.ion-android-call:before { content: "\f2d2"; }
.ion-android-camera:before { content: "\f2d3"; }
.ion-android-chat:before { content: "\f2d4"; }
.ion-android-checkmark:before { content: "\f2d5"; }
.ion-android-clock:before { content: "\f2d6"; }
.ion-android-close:before { content: "\f2d7"; }
.ion-android-contact:before { content: "\f2d8"; }
.ion-android-contacts:before { content: "\f2d9"; }
.ion-android-data:before { content: "\f2da"; }
.ion-android-developer:before { content: "\f2db"; }
.ion-android-display:before { content: "\f2dc"; }
.ion-android-download:before { content: "\f2dd"; }
.ion-android-drawer:before { content: "\f310"; }
.ion-android-dropdown:before { content: "\f2de"; }
.ion-android-earth:before { content: "\f2df"; }
.ion-android-folder:before { content: "\f2e0"; }
.ion-android-forums:before { content: "\f2e1"; }
.ion-android-friends:before { content: "\f2e2"; }
.ion-android-hand:before { content: "\f2e3"; }
.ion-android-image:before { content: "\f2e4"; }
.ion-android-inbox:before { content: "\f2e5"; }
.ion-android-information:before { content: "\f2e6"; }
.ion-android-keypad:before { content: "\f2e7"; }
.ion-android-lightbulb:before { content: "\f2e8"; }
.ion-android-locate:before { content: "\f2e9"; }
.ion-android-location:before { content: "\f2ea"; }
.ion-android-mail:before { content: "\f2eb"; }
.ion-android-microphone:before { content: "\f2ec"; }
.ion-android-mixer:before { content: "\f2ed"; }
.ion-android-more:before { content: "\f2ee"; }
.ion-android-note:before { content: "\f2ef"; }
.ion-android-playstore:before { content: "\f2f0"; }
.ion-android-printer:before { content: "\f2f1"; }
.ion-android-promotion:before { content: "\f2f2"; }
.ion-android-reminder:before { content: "\f2f3"; }
.ion-android-remove:before { content: "\f2f4"; }
.ion-android-search:before { content: "\f2f5"; }
.ion-android-send:before { content: "\f2f6"; }
.ion-android-settings:before { content: "\f2f7"; }
.ion-android-share:before { content: "\f2f8"; }
.ion-android-social:before { content: "\f2fa"; }
.ion-android-social-user:before { content: "\f2f9"; }
.ion-android-sort:before { content: "\f2fb"; }
.ion-android-stair-drawer:before { content: "\f311"; }
.ion-android-star:before { content: "\f2fc"; }
.ion-android-stopwatch:before { content: "\f2fd"; }
.ion-android-storage:before { content: "\f2fe"; }
.ion-android-system-back:before { content: "\f2ff"; }
.ion-android-system-home:before { content: "\f300"; }
.ion-android-system-windows:before { content: "\f301"; }
.ion-android-timer:before { content: "\f302"; }
.ion-android-trash:before { content: "\f303"; }
.ion-android-user-menu:before { content: "\f312"; }
.ion-android-volume:before { content: "\f304"; }
.ion-android-wifi:before { content: "\f305"; }
.ion-aperture:before { content: "\f313"; }
.ion-archive:before { content: "\f102"; }
.ion-arrow-down-a:before { content: "\f103"; }
.ion-arrow-down-b:before { content: "\f104"; }
.ion-arrow-down-c:before { content: "\f105"; }
.ion-arrow-expand:before { content: "\f25e"; }
.ion-arrow-graph-down-left:before { content: "\f25f"; }
.ion-arrow-graph-down-right:before { content: "\f260"; }
.ion-arrow-graph-up-left:before { content: "\f261"; }
.ion-arrow-graph-up-right:before { content: "\f262"; }
.ion-arrow-left-a:before { content: "\f106"; }
.ion-arrow-left-b:before { content: "\f107"; }
.ion-arrow-left-c:before { content: "\f108"; }
.ion-arrow-move:before { content: "\f263"; }
.ion-arrow-resize:before { content: "\f264"; }
.ion-arrow-return-left:before { content: "\f265"; }
.ion-arrow-return-right:before { content: "\f266"; }
.ion-arrow-right-a:before { content: "\f109"; }
.ion-arrow-right-b:before { content: "\f10a"; }
.ion-arrow-right-c:before { content: "\f10b"; }
.ion-arrow-shrink:before { content: "\f267"; }
.ion-arrow-swap:before { content: "\f268"; }
.ion-arrow-up-a:before { content: "\f10c"; }
.ion-arrow-up-b:before { content: "\f10d"; }
.ion-arrow-up-c:before { content: "\f10e"; }
.ion-asterisk:before { content: "\f314"; }
.ion-at:before { content: "\f10f"; }
.ion-bag:before { content: "\f110"; }
.ion-battery-charging:before { content: "\f111"; }
.ion-battery-empty:before { content: "\f112"; }
.ion-battery-full:before { content: "\f113"; }
.ion-battery-half:before { content: "\f114"; }
.ion-battery-low:before { content: "\f115"; }
.ion-beaker:before { content: "\f269"; }
.ion-beer:before { content: "\f26a"; }
.ion-bluetooth:before { content: "\f116"; }
.ion-bonfire:before { content: "\f315"; }
.ion-bookmark:before { content: "\f26b"; }
.ion-briefcase:before { content: "\f26c"; }
.ion-bug:before { content: "\f2be"; }
.ion-calculator:before { content: "\f26d"; }
.ion-calendar:before { content: "\f117"; }
.ion-camera:before { content: "\f118"; }
.ion-card:before { content: "\f119"; }
.ion-cash:before { content: "\f316"; }
.ion-chatbox:before { content: "\f11b"; }
.ion-chatbox-working:before { content: "\f11a"; }
.ion-chatboxes:before { content: "\f11c"; }
.ion-chatbubble:before { content: "\f11e"; }
.ion-chatbubble-working:before { content: "\f11d"; }
.ion-chatbubbles:before { content: "\f11f"; }
.ion-checkmark:before { content: "\f122"; }
.ion-checkmark-circled:before { content: "\f120"; }
.ion-checkmark-round:before { content: "\f121"; }
.ion-chevron-down:before { content: "\f123"; }
.ion-chevron-left:before { content: "\f124"; }
.ion-chevron-right:before { content: "\f125"; }
.ion-chevron-up:before { content: "\f126"; }
.ion-clipboard:before { content: "\f127"; }
.ion-clock:before { content: "\f26e"; }
.ion-close:before { content: "\f12a"; }
.ion-close-circled:before { content: "\f128"; }
.ion-close-round:before { content: "\f129"; }
.ion-closed-captioning:before { content: "\f317"; }
.ion-cloud:before { content: "\f12b"; }
.ion-code:before { content: "\f271"; }
.ion-code-download:before { content: "\f26f"; }
.ion-code-working:before { content: "\f270"; }
.ion-coffee:before { content: "\f272"; }
.ion-compass:before { content: "\f273"; }
.ion-compose:before { content: "\f12c"; }
.ion-connection-bars:before { content: "\f274"; }
.ion-contrast:before { content: "\f275"; }
.ion-cube:before { content: "\f318"; }
.ion-disc:before { content: "\f12d"; }
.ion-document:before { content: "\f12f"; }
.ion-document-text:before { content: "\f12e"; }
.ion-drag:before { content: "\f130"; }
.ion-earth:before { content: "\f276"; }
.ion-edit:before { content: "\f2bf"; }
.ion-egg:before { content: "\f277"; }
.ion-eject:before { content: "\f131"; }
.ion-email:before { content: "\f132"; }
.ion-eye:before { content: "\f133"; }
.ion-eye-disabled:before { content: "\f306"; }
.ion-female:before { content: "\f278"; }
.ion-filing:before { content: "\f134"; }
.ion-film-marker:before { content: "\f135"; }
.ion-fireball:before { content: "\f319"; }
.ion-flag:before { content: "\f279"; }
.ion-flame:before { content: "\f31a"; }
.ion-flash:before { content: "\f137"; }
.ion-flash-off:before { content: "\f136"; }
.ion-flask:before { content: "\f138"; }
.ion-folder:before { content: "\f139"; }
.ion-fork:before { content: "\f27a"; }
.ion-fork-repo:before { content: "\f2c0"; }
.ion-forward:before { content: "\f13a"; }
.ion-funnel:before { content: "\f31b"; }
.ion-game-controller-a:before { content: "\f13b"; }
.ion-game-controller-b:before { content: "\f13c"; }
.ion-gear-a:before { content: "\f13d"; }
.ion-gear-b:before { content: "\f13e"; }
.ion-grid:before { content: "\f13f"; }
.ion-hammer:before { content: "\f27b"; }
.ion-happy:before { content: "\f31c"; }
.ion-headphone:before { content: "\f140"; }
.ion-heart:before { content: "\f141"; }
.ion-heart-broken:before { content: "\f31d"; }
.ion-help:before { content: "\f143"; }
.ion-help-buoy:before { content: "\f27c"; }
.ion-help-circled:before { content: "\f142"; }
.ion-home:before { content: "\f144"; }
.ion-icecream:before { content: "\f27d"; }
.ion-icon-social-google-plus:before { content: "\f146"; }
.ion-icon-social-google-plus-outline:before { content: "\f145"; }
.ion-image:before { content: "\f147"; }
.ion-images:before { content: "\f148"; }
.ion-information:before { content: "\f14a"; }
.ion-information-circled:before { content: "\f149"; }
.ion-ionic:before { content: "\f14b"; }
.ion-ios7-alarm:before { content: "\f14d"; }
.ion-ios7-alarm-outline:before { content: "\f14c"; }
.ion-ios7-albums:before { content: "\f14f"; }
.ion-ios7-albums-outline:before { content: "\f14e"; }
.ion-ios7-americanfootball:before { content: "\f31f"; }
.ion-ios7-americanfootball-outline:before { content: "\f31e"; }
.ion-ios7-analytics:before { content: "\f321"; }
.ion-ios7-analytics-outline:before { content: "\f320"; }
.ion-ios7-arrow-back:before { content: "\f150"; }
.ion-ios7-arrow-down:before { content: "\f151"; }
.ion-ios7-arrow-forward:before { content: "\f152"; }
.ion-ios7-arrow-left:before { content: "\f153"; }
.ion-ios7-arrow-right:before { content: "\f154"; }
.ion-ios7-arrow-thin-down:before { content: "\f27e"; }
.ion-ios7-arrow-thin-left:before { content: "\f27f"; }
.ion-ios7-arrow-thin-right:before { content: "\f280"; }
.ion-ios7-arrow-thin-up:before { content: "\f281"; }
.ion-ios7-arrow-up:before { content: "\f155"; }
.ion-ios7-at:before { content: "\f157"; }
.ion-ios7-at-outline:before { content: "\f156"; }
.ion-ios7-barcode:before { content: "\f323"; }
.ion-ios7-barcode-outline:before { content: "\f322"; }
.ion-ios7-baseball:before { content: "\f325"; }
.ion-ios7-baseball-outline:before { content: "\f324"; }
.ion-ios7-basketball:before { content: "\f327"; }
.ion-ios7-basketball-outline:before { content: "\f326"; }
.ion-ios7-bell:before { content: "\f159"; }
.ion-ios7-bell-outline:before { content: "\f158"; }
.ion-ios7-bolt:before { content: "\f15b"; }
.ion-ios7-bolt-outline:before { content: "\f15a"; }
.ion-ios7-bookmarks:before { content: "\f15d"; }
.ion-ios7-bookmarks-outline:before { content: "\f15c"; }
.ion-ios7-box:before { content: "\f15f"; }
.ion-ios7-box-outline:before { content: "\f15e"; }
.ion-ios7-briefcase:before { content: "\f283"; }
.ion-ios7-briefcase-outline:before { content: "\f282"; }
.ion-ios7-browsers:before { content: "\f161"; }
.ion-ios7-browsers-outline:before { content: "\f160"; }
.ion-ios7-calculator:before { content: "\f285"; }
.ion-ios7-calculator-outline:before { content: "\f284"; }
.ion-ios7-calendar:before { content: "\f163"; }
.ion-ios7-calendar-outline:before { content: "\f162"; }
.ion-ios7-camera:before { content: "\f165"; }
.ion-ios7-camera-outline:before { content: "\f164"; }
.ion-ios7-cart:before { content: "\f167"; }
.ion-ios7-cart-outline:before { content: "\f166"; }
.ion-ios7-chatboxes:before { content: "\f169"; }
.ion-ios7-chatboxes-outline:before { content: "\f168"; }
.ion-ios7-chatbubble:before { content: "\f16b"; }
.ion-ios7-chatbubble-outline:before { content: "\f16a"; }
.ion-ios7-checkmark:before { content: "\f16e"; }
.ion-ios7-checkmark-empty:before { content: "\f16c"; }
.ion-ios7-checkmark-outline:before { content: "\f16d"; }
.ion-ios7-circle-filled:before { content: "\f16f"; }
.ion-ios7-circle-outline:before { content: "\f170"; }
.ion-ios7-clock:before { content: "\f172"; }
.ion-ios7-clock-outline:before { content: "\f171"; }
.ion-ios7-close:before { content: "\f2bc"; }
.ion-ios7-close-empty:before { content: "\f2bd"; }
.ion-ios7-close-outline:before { content: "\f2bb"; }
.ion-ios7-cloud:before { content: "\f178"; }
.ion-ios7-cloud-download:before { content: "\f174"; }
.ion-ios7-cloud-download-outline:before { content: "\f173"; }
.ion-ios7-cloud-outline:before { content: "\f175"; }
.ion-ios7-cloud-upload:before { content: "\f177"; }
.ion-ios7-cloud-upload-outline:before { content: "\f176"; }
.ion-ios7-cloudy:before { content: "\f17a"; }
.ion-ios7-cloudy-night:before { content: "\f308"; }
.ion-ios7-cloudy-night-outline:before { content: "\f307"; }
.ion-ios7-cloudy-outline:before { content: "\f179"; }
.ion-ios7-cog:before { content: "\f17c"; }
.ion-ios7-cog-outline:before { content: "\f17b"; }
.ion-ios7-compose:before { content: "\f17e"; }
.ion-ios7-compose-outline:before { content: "\f17d"; }
.ion-ios7-contact:before { content: "\f180"; }
.ion-ios7-contact-outline:before { content: "\f17f"; }
.ion-ios7-copy:before { content: "\f182"; }
.ion-ios7-copy-outline:before { content: "\f181"; }
.ion-ios7-download:before { content: "\f184"; }
.ion-ios7-download-outline:before { content: "\f183"; }
.ion-ios7-drag:before { content: "\f185"; }
.ion-ios7-email:before { content: "\f187"; }
.ion-ios7-email-outline:before { content: "\f186"; }
.ion-ios7-expand:before { content: "\f30d"; }
.ion-ios7-eye:before { content: "\f189"; }
.ion-ios7-eye-outline:before { content: "\f188"; }
.ion-ios7-fastforward:before { content: "\f18b"; }
.ion-ios7-fastforward-outline:before { content: "\f18a"; }
.ion-ios7-filing:before { content: "\f18d"; }
.ion-ios7-filing-outline:before { content: "\f18c"; }
.ion-ios7-film:before { content: "\f18f"; }
.ion-ios7-film-outline:before { content: "\f18e"; }
.ion-ios7-flag:before { content: "\f191"; }
.ion-ios7-flag-outline:before { content: "\f190"; }
.ion-ios7-folder:before { content: "\f193"; }
.ion-ios7-folder-outline:before { content: "\f192"; }
.ion-ios7-football:before { content: "\f329"; }
.ion-ios7-football-outline:before { content: "\f328"; }
.ion-ios7-gear:before { content: "\f195"; }
.ion-ios7-gear-outline:before { content: "\f194"; }
.ion-ios7-glasses:before { content: "\f197"; }
.ion-ios7-glasses-outline:before { content: "\f196"; }
.ion-ios7-heart:before { content: "\f199"; }
.ion-ios7-heart-outline:before { content: "\f198"; }
.ion-ios7-help:before { content: "\f19c"; }
.ion-ios7-help-empty:before { content: "\f19a"; }
.ion-ios7-help-outline:before { content: "\f19b"; }
.ion-ios7-home:before { content: "\f32b"; }
.ion-ios7-home-outline:before { content: "\f32a"; }
.ion-ios7-infinite:before { content: "\f19e"; }
.ion-ios7-infinite-outline:before { content: "\f19d"; }
.ion-ios7-information:before { content: "\f1a1"; }
.ion-ios7-information-empty:before { content: "\f19f"; }
.ion-ios7-information-outline:before { content: "\f1a0"; }
.ion-ios7-ionic-outline:before { content: "\f1a2"; }
.ion-ios7-keypad:before { content: "\f1a4"; }
.ion-ios7-keypad-outline:before { content: "\f1a3"; }
.ion-ios7-lightbulb:before { content: "\f287"; }
.ion-ios7-lightbulb-outline:before { content: "\f286"; }
.ion-ios7-location:before { content: "\f1a6"; }
.ion-ios7-location-outline:before { content: "\f1a5"; }
.ion-ios7-locked:before { content: "\f1a8"; }
.ion-ios7-locked-outline:before { content: "\f1a7"; }
.ion-ios7-loop:before { content: "\f32d"; }
.ion-ios7-loop-strong:before { content: "\f32c"; }
.ion-ios7-medkit:before { content: "\f289"; }
.ion-ios7-medkit-outline:before { content: "\f288"; }
.ion-ios7-mic:before { content: "\f1ab"; }
.ion-ios7-mic-off:before { content: "\f1a9"; }
.ion-ios7-mic-outline:before { content: "\f1aa"; }
.ion-ios7-minus:before { content: "\f1ae"; }
.ion-ios7-minus-empty:before { content: "\f1ac"; }
.ion-ios7-minus-outline:before { content: "\f1ad"; }
.ion-ios7-monitor:before { content: "\f1b0"; }
.ion-ios7-monitor-outline:before { content: "\f1af"; }
.ion-ios7-moon:before { content: "\f1b2"; }
.ion-ios7-moon-outline:before { content: "\f1b1"; }
.ion-ios7-more:before { content: "\f1b4"; }
.ion-ios7-more-outline:before { content: "\f1b3"; }
.ion-ios7-musical-note:before { content: "\f1b5"; }
.ion-ios7-musical-notes:before { content: "\f1b6"; }
.ion-ios7-navigate:before { content: "\f1b8"; }
.ion-ios7-navigate-outline:before { content: "\f1b7"; }
.ion-ios7-paper:before { content: "\f32f"; }
.ion-ios7-paper-outline:before { content: "\f32e"; }
.ion-ios7-paperplane:before { content: "\f1ba"; }
.ion-ios7-paperplane-outline:before { content: "\f1b9"; }
.ion-ios7-partlysunny:before { content: "\f1bc"; }
.ion-ios7-partlysunny-outline:before { content: "\f1bb"; }
.ion-ios7-pause:before { content: "\f1be"; }
.ion-ios7-pause-outline:before { content: "\f1bd"; }
.ion-ios7-paw:before { content: "\f331"; }
.ion-ios7-paw-outline:before { content: "\f330"; }
.ion-ios7-people:before { content: "\f1c0"; }
.ion-ios7-people-outline:before { content: "\f1bf"; }
.ion-ios7-person:before { content: "\f1c2"; }
.ion-ios7-person-outline:before { content: "\f1c1"; }
.ion-ios7-personadd:before { content: "\f1c4"; }
.ion-ios7-personadd-outline:before { content: "\f1c3"; }
.ion-ios7-photos:before { content: "\f1c6"; }
.ion-ios7-photos-outline:before { content: "\f1c5"; }
.ion-ios7-pie:before { content: "\f28b"; }
.ion-ios7-pie-outline:before { content: "\f28a"; }
.ion-ios7-play:before { content: "\f1c8"; }
.ion-ios7-play-outline:before { content: "\f1c7"; }
.ion-ios7-plus:before { content: "\f1cb"; }
.ion-ios7-plus-empty:before { content: "\f1c9"; }
.ion-ios7-plus-outline:before { content: "\f1ca"; }
.ion-ios7-pricetag:before { content: "\f28d"; }
.ion-ios7-pricetag-outline:before { content: "\f28c"; }
.ion-ios7-pricetags:before { content: "\f333"; }
.ion-ios7-pricetags-outline:before { content: "\f332"; }
.ion-ios7-printer:before { content: "\f1cd"; }
.ion-ios7-printer-outline:before { content: "\f1cc"; }
.ion-ios7-pulse:before { content: "\f335"; }
.ion-ios7-pulse-strong:before { content: "\f334"; }
.ion-ios7-rainy:before { content: "\f1cf"; }
.ion-ios7-rainy-outline:before { content: "\f1ce"; }
.ion-ios7-recording:before { content: "\f1d1"; }
.ion-ios7-recording-outline:before { content: "\f1d0"; }
.ion-ios7-redo:before { content: "\f1d3"; }
.ion-ios7-redo-outline:before { content: "\f1d2"; }
.ion-ios7-refresh:before { content: "\f1d6"; }
.ion-ios7-refresh-empty:before { content: "\f1d4"; }
.ion-ios7-refresh-outline:before { content: "\f1d5"; }
.ion-ios7-reload:before, .ion-ios7-reloading:before { content: "\f28e"; }
.ion-ios7-reverse-camera:before { content: "\f337"; }
.ion-ios7-reverse-camera-outline:before { content: "\f336"; }
.ion-ios7-rewind:before { content: "\f1d8"; }
.ion-ios7-rewind-outline:before { content: "\f1d7"; }
.ion-ios7-search:before { content: "\f1da"; }
.ion-ios7-search-strong:before { content: "\f1d9"; }
.ion-ios7-settings:before { content: "\f339"; }
.ion-ios7-settings-strong:before { content: "\f338"; }
.ion-ios7-shrink:before { content: "\f30e"; }
.ion-ios7-skipbackward:before { content: "\f1dc"; }
.ion-ios7-skipbackward-outline:before { content: "\f1db"; }
.ion-ios7-skipforward:before { content: "\f1de"; }
.ion-ios7-skipforward-outline:before { content: "\f1dd"; }
.ion-ios7-snowy:before { content: "\f309"; }
.ion-ios7-speedometer:before { content: "\f290"; }
.ion-ios7-speedometer-outline:before { content: "\f28f"; }
.ion-ios7-star:before { content: "\f1e0"; }
.ion-ios7-star-half:before { content: "\f33a"; }
.ion-ios7-star-outline:before { content: "\f1df"; }
.ion-ios7-stopwatch:before { content: "\f1e2"; }
.ion-ios7-stopwatch-outline:before { content: "\f1e1"; }
.ion-ios7-sunny:before { content: "\f1e4"; }
.ion-ios7-sunny-outline:before { content: "\f1e3"; }
.ion-ios7-telephone:before { content: "\f1e6"; }
.ion-ios7-telephone-outline:before { content: "\f1e5"; }
.ion-ios7-tennisball:before { content: "\f33c"; }
.ion-ios7-tennisball-outline:before { content: "\f33b"; }
.ion-ios7-thunderstorm:before { content: "\f1e8"; }
.ion-ios7-thunderstorm-outline:before { content: "\f1e7"; }
.ion-ios7-time:before { content: "\f292"; }
.ion-ios7-time-outline:before { content: "\f291"; }
.ion-ios7-timer:before { content: "\f1ea"; }
.ion-ios7-timer-outline:before { content: "\f1e9"; }
.ion-ios7-toggle:before { content: "\f33e"; }
.ion-ios7-toggle-outline:before { content: "\f33d"; }
.ion-ios7-trash:before { content: "\f1ec"; }
.ion-ios7-trash-outline:before { content: "\f1eb"; }
.ion-ios7-undo:before { content: "\f1ee"; }
.ion-ios7-undo-outline:before { content: "\f1ed"; }
.ion-ios7-unlocked:before { content: "\f1f0"; }
.ion-ios7-unlocked-outline:before { content: "\f1ef"; }
.ion-ios7-upload:before { content: "\f1f2"; }
.ion-ios7-upload-outline:before { content: "\f1f1"; }
.ion-ios7-videocam:before { content: "\f1f4"; }
.ion-ios7-videocam-outline:before { content: "\f1f3"; }
.ion-ios7-volume-high:before { content: "\f1f5"; }
.ion-ios7-volume-low:before { content: "\f1f6"; }
.ion-ios7-wineglass:before { content: "\f294"; }
.ion-ios7-wineglass-outline:before { content: "\f293"; }
.ion-ios7-world:before { content: "\f1f8"; }
.ion-ios7-world-outline:before { content: "\f1f7"; }
.ion-ipad:before { content: "\f1f9"; }
.ion-iphone:before { content: "\f1fa"; }
.ion-ipod:before { content: "\f1fb"; }
.ion-jet:before { content: "\f295"; }
.ion-key:before { content: "\f296"; }
.ion-knife:before { content: "\f297"; }
.ion-laptop:before { content: "\f1fc"; }
.ion-leaf:before { content: "\f1fd"; }
.ion-levels:before { content: "\f298"; }
.ion-lightbulb:before { content: "\f299"; }
.ion-link:before { content: "\f1fe"; }
.ion-load-a:before, .ion-loading-a:before { content: "\f29a"; }
.ion-load-b:before, .ion-loading-b:before { content: "\f29b"; }
.ion-load-c:before, .ion-loading-c:before { content: "\f29c"; }
.ion-load-d:before, .ion-loading-d:before { content: "\f29d"; }
.ion-location:before { content: "\f1ff"; }
.ion-locked:before { content: "\f200"; }
.ion-log-in:before { content: "\f29e"; }
.ion-log-out:before { content: "\f29f"; }
.ion-loop:before, .ion-looping:before { content: "\f201"; }
.ion-magnet:before { content: "\f2a0"; }
.ion-male:before { content: "\f2a1"; }
.ion-man:before { content: "\f202"; }
.ion-map:before { content: "\f203"; }
.ion-medkit:before { content: "\f2a2"; }
.ion-merge:before { content: "\f33f"; }
.ion-mic-a:before { content: "\f204"; }
.ion-mic-b:before { content: "\f205"; }
.ion-mic-c:before { content: "\f206"; }
.ion-minus:before { content: "\f209"; }
.ion-minus-circled:before { content: "\f207"; }
.ion-minus-round:before { content: "\f208"; }
.ion-model-s:before { content: "\f2c1"; }
.ion-monitor:before { content: "\f20a"; }
.ion-more:before { content: "\f20b"; }
.ion-mouse:before { content: "\f340"; }
.ion-music-note:before { content: "\f20c"; }
.ion-navicon:before { content: "\f20e"; }
.ion-navicon-round:before { content: "\f20d"; }
.ion-navigate:before { content: "\f2a3"; }
.ion-network:before { content: "\f341"; }
.ion-no-smoking:before { content: "\f2c2"; }
.ion-nuclear:before { content: "\f2a4"; }
.ion-outlet:before { content: "\f342"; }
.ion-paper-airplane:before { content: "\f2c3"; }
.ion-paperclip:before { content: "\f20f"; }
.ion-pause:before { content: "\f210"; }
.ion-person:before { content: "\f213"; }
.ion-person-add:before { content: "\f211"; }
.ion-person-stalker:before { content: "\f212"; }
.ion-pie-graph:before { content: "\f2a5"; }
.ion-pin:before { content: "\f2a6"; }
.ion-pinpoint:before { content: "\f2a7"; }
.ion-pizza:before { content: "\f2a8"; }
.ion-plane:before { content: "\f214"; }
.ion-planet:before { content: "\f343"; }
.ion-play:before { content: "\f215"; }
.ion-playstation:before { content: "\f30a"; }
.ion-plus:before { content: "\f218"; }
.ion-plus-circled:before { content: "\f216"; }
.ion-plus-round:before { content: "\f217"; }
.ion-podium:before { content: "\f344"; }
.ion-pound:before { content: "\f219"; }
.ion-power:before { content: "\f2a9"; }
.ion-pricetag:before { content: "\f2aa"; }
.ion-pricetags:before { content: "\f2ab"; }
.ion-printer:before { content: "\f21a"; }
.ion-pull-request:before { content: "\f345"; }
.ion-qr-scanner:before { content: "\f346"; }
.ion-quote:before { content: "\f347"; }
.ion-radio-waves:before { content: "\f2ac"; }
.ion-record:before { content: "\f21b"; }
.ion-refresh:before, .ion-refreshing:before { content: "\f21c"; }
.ion-reply:before { content: "\f21e"; }
.ion-reply-all:before { content: "\f21d"; }
.ion-ribbon-a:before { content: "\f348"; }
.ion-ribbon-b:before { content: "\f349"; }
.ion-sad:before { content: "\f34a"; }
.ion-scissors:before { content: "\f34b"; }
.ion-search:before { content: "\f21f"; }
.ion-settings:before { content: "\f2ad"; }
.ion-share:before { content: "\f220"; }
.ion-shuffle:before { content: "\f221"; }
.ion-skip-backward:before { content: "\f222"; }
.ion-skip-forward:before { content: "\f223"; }
.ion-social-android:before { content: "\f225"; }
.ion-social-android-outline:before { content: "\f224"; }
.ion-social-apple:before { content: "\f227"; }
.ion-social-apple-outline:before { content: "\f226"; }
.ion-social-bitcoin:before { content: "\f2af"; }
.ion-social-bitcoin-outline:before { content: "\f2ae"; }
.ion-social-buffer:before { content: "\f229"; }
.ion-social-buffer-outline:before { content: "\f228"; }
.ion-social-designernews:before { content: "\f22b"; }
.ion-social-designernews-outline:before { content: "\f22a"; }
.ion-social-dribbble:before { content: "\f22d"; }
.ion-social-dribbble-outline:before { content: "\f22c"; }
.ion-social-dropbox:before { content: "\f22f"; }
.ion-social-dropbox-outline:before { content: "\f22e"; }
.ion-social-facebook:before { content: "\f231"; }
.ion-social-facebook-outline:before { content: "\f230"; }
.ion-social-foursquare:before { content: "\f34d"; }
.ion-social-foursquare-outline:before { content: "\f34c"; }
.ion-social-freebsd-devil:before { content: "\f2c4"; }
.ion-social-github:before { content: "\f233"; }
.ion-social-github-outline:before { content: "\f232"; }
.ion-social-google:before { content: "\f34f"; }
.ion-social-google-outline:before { content: "\f34e"; }
.ion-social-googleplus:before { content: "\f235"; }
.ion-social-googleplus-outline:before { content: "\f234"; }
.ion-social-hackernews:before { content: "\f237"; }
.ion-social-hackernews-outline:before { content: "\f236"; }
.ion-social-instagram:before { content: "\f351"; }
.ion-social-instagram-outline:before { content: "\f350"; }
.ion-social-linkedin:before { content: "\f239"; }
.ion-social-linkedin-outline:before { content: "\f238"; }
.ion-social-pinterest:before { content: "\f2b1"; }
.ion-social-pinterest-outline:before { content: "\f2b0"; }
.ion-social-reddit:before { content: "\f23b"; }
.ion-social-reddit-outline:before { content: "\f23a"; }
.ion-social-rss:before { content: "\f23d"; }
.ion-social-rss-outline:before { content: "\f23c"; }
.ion-social-skype:before { content: "\f23f"; }
.ion-social-skype-outline:before { content: "\f23e"; }
.ion-social-tumblr:before { content: "\f241"; }
.ion-social-tumblr-outline:before { content: "\f240"; }
.ion-social-tux:before { content: "\f2c5"; }
.ion-social-twitter:before { content: "\f243"; }
.ion-social-twitter-outline:before { content: "\f242"; }
.ion-social-usd:before { content: "\f353"; }
.ion-social-usd-outline:before { content: "\f352"; }
.ion-social-vimeo:before { content: "\f245"; }
.ion-social-vimeo-outline:before { content: "\f244"; }
.ion-social-windows:before { content: "\f247"; }
.ion-social-windows-outline:before { content: "\f246"; }
.ion-social-wordpress:before { content: "\f249"; }
.ion-social-wordpress-outline:before { content: "\f248"; }
.ion-social-yahoo:before { content: "\f24b"; }
.ion-social-yahoo-outline:before { content: "\f24a"; }
.ion-social-youtube:before { content: "\f24d"; }
.ion-social-youtube-outline:before { content: "\f24c"; }
.ion-speakerphone:before { content: "\f2b2"; }
.ion-speedometer:before { content: "\f2b3"; }
.ion-spoon:before { content: "\f2b4"; }
.ion-star:before { content: "\f24e"; }
.ion-stats-bars:before { content: "\f2b5"; }
.ion-steam:before { content: "\f30b"; }
.ion-stop:before { content: "\f24f"; }
.ion-thermometer:before { content: "\f2b6"; }
.ion-thumbsdown:before { content: "\f250"; }
.ion-thumbsup:before { content: "\f251"; }
.ion-toggle:before { content: "\f355"; }
.ion-toggle-filled:before { content: "\f354"; }
.ion-trash-a:before { content: "\f252"; }
.ion-trash-b:before { content: "\f253"; }
.ion-trophy:before { content: "\f356"; }
.ion-umbrella:before { content: "\f2b7"; }
.ion-university:before { content: "\f357"; }
.ion-unlocked:before { content: "\f254"; }
.ion-upload:before { content: "\f255"; }
.ion-usb:before { content: "\f2b8"; }
.ion-videocamera:before { content: "\f256"; }
.ion-volume-high:before { content: "\f257"; }
.ion-volume-low:before { content: "\f258"; }
.ion-volume-medium:before { content: "\f259"; }
.ion-volume-mute:before { content: "\f25a"; }
.ion-wand:before { content: "\f358"; }
.ion-waterdrop:before { content: "\f25b"; }
.ion-wifi:before { content: "\f25c"; }
.ion-wineglass:before { content: "\f2b9"; }
.ion-woman:before { content: "\f25d"; }
.ion-wrench:before { content: "\f2ba"; }
.ion-xbox:before { content: "\f30c"; }@font-face {
font-family: "Flaticon";
src: url(https://fvs-verkehr.de/wp-content/themes/quanto/fonts/office-font/Flaticon.eot);
src: url(https://fvs-verkehr.de/wp-content/themes/quanto/fonts/office-font/Flaticon.eot?#iefix) format("embedded-opentype"),
url(https://fvs-verkehr.de/wp-content/themes/quanto/fonts/office-font/Flaticon.woff) format("woff"),
url(https://fvs-verkehr.de/wp-content/themes/quanto/fonts/office-font/Flaticon.ttf) format("truetype"),
url(https://fvs-verkehr.de/wp-content/themes/quanto/fonts/office-font/Flaticon.svg#Flaticon) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url(https://fvs-verkehr.de/wp-content/themes/quanto/fonts/office-font/Flaticon.svg#Flaticon) format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
font-family: Flaticon;
font-style: normal;
}
.flaticon-001-analytics:before { content: "\f100"; }
.flaticon-002-web:before { content: "\f101"; }
.flaticon-003-trophy:before { content: "\f102"; }
.flaticon-004-trophy-1:before { content: "\f103"; }
.flaticon-005-shopping-bag:before { content: "\f104"; }
.flaticon-006-balance:before { content: "\f105"; }
.flaticon-007-working-hours:before { content: "\f106"; }
.flaticon-008-working-hours-1:before { content: "\f107"; }
.flaticon-009-conversation:before { content: "\f108"; }
.flaticon-010-conversation-1:before { content: "\f109"; }
.flaticon-011-working-hours-2:before { content: "\f10a"; }
.flaticon-012-waiting:before { content: "\f10b"; }
.flaticon-013-transfer:before { content: "\f10c"; }
.flaticon-014-transfer-1:before { content: "\f10d"; }
.flaticon-015-transfer-2:before { content: "\f10e"; }
.flaticon-016-transfer-3:before { content: "\f10f"; }
.flaticon-017-calendar:before { content: "\f110"; }
.flaticon-018-credit-card:before { content: "\f111"; }
.flaticon-019-clock:before { content: "\f112"; }
.flaticon-020-consumer:before { content: "\f113"; }
.flaticon-021-time:before { content: "\f114"; }
.flaticon-022-compass:before { content: "\f115"; }
.flaticon-023-consumer-1:before { content: "\f116"; }
.flaticon-024-consumer-2:before { content: "\f117"; }
.flaticon-025-agenda:before { content: "\f118"; }
.flaticon-026-conversation-2:before { content: "\f119"; }
.flaticon-027-file:before { content: "\f11a"; }
.flaticon-028-file-1:before { content: "\f11b"; }
.flaticon-029-file-2:before { content: "\f11c"; }
.flaticon-030-goal:before { content: "\f11d"; }
.flaticon-031-alarm-clock:before { content: "\f11e"; }
.flaticon-032-flask:before { content: "\f11f"; }
.flaticon-033-attraction:before { content: "\f120"; }
.flaticon-034-briefcase:before { content: "\f121"; }
.flaticon-035-conversation-3:before { content: "\f122"; }
.flaticon-036-cheque:before { content: "\f123"; }
.flaticon-037-file-3:before { content: "\f124"; }
.flaticon-038-clipboard:before { content: "\f125"; }
.flaticon-039-goal-1:before { content: "\f126"; }
.flaticon-040-line-chart:before { content: "\f127"; }
.flaticon-041-pin:before { content: "\f128"; }
.flaticon-042-conversation-4:before { content: "\f129"; }
.flaticon-043-invoice:before { content: "\f12a"; }
.flaticon-044-mind:before { content: "\f12b"; }
.flaticon-045-smartphone:before { content: "\f12c"; }
.flaticon-046-monitor:before { content: "\f12d"; }
.flaticon-047-notification:before { content: "\f12e"; }
.flaticon-048-umbrella:before { content: "\f12f"; }
.flaticon-049-reward:before { content: "\f130"; }
.flaticon-050-piggy-bank:before { content: "\f131"; }
.flaticon-051-settings:before { content: "\f132"; }
.flaticon-052-shield:before { content: "\f133"; }
.flaticon-053-dollar:before { content: "\f134"; }
.flaticon-054-strategy:before { content: "\f135"; }
.flaticon-055-stopwatch:before { content: "\f136"; }
.flaticon-056-time-is-money:before { content: "\f137"; }
.flaticon-057-glasses:before { content: "\f138"; }
.flaticon-058-wallet:before { content: "\f139"; }
.flaticon-059-woman:before { content: "\f13a"; }
.flaticon-060-conversation-5:before { content: "\f13b"; }
.flaticon-061-pendrive:before { content: "\f13c"; }
.flaticon-062-goal-2:before { content: "\f13d"; }
.flaticon-063-alarm-clock-1:before { content: "\f13e"; }
.flaticon-064-flask-1:before { content: "\f13f"; }
.flaticon-065-attract:before { content: "\f140"; }
.flaticon-066-briefcase-1:before { content: "\f141"; }
.flaticon-067-conversation-6:before { content: "\f142"; }
.flaticon-068-cheque-1:before { content: "\f143"; }
.flaticon-069-file-4:before { content: "\f144"; }
.flaticon-070-clipboard-1:before { content: "\f145"; }
.flaticon-071-goal-3:before { content: "\f146"; }
.flaticon-072-line-chart-1:before { content: "\f147"; }
.flaticon-073-location:before { content: "\f148"; }
.flaticon-074-conversation-7:before { content: "\f149"; }
.flaticon-075-euro:before { content: "\f14a"; }
.flaticon-076-euro-1:before { content: "\f14b"; }
.flaticon-077-smartphone-1:before { content: "\f14c"; }
.flaticon-078-invoice-1:before { content: "\f14d"; }
.flaticon-079-notification-1:before { content: "\f14e"; }
.flaticon-080-insurance:before { content: "\f14f"; }
.flaticon-081-reward-1:before { content: "\f150"; }
.flaticon-082-piggy-bank-1:before { content: "\f151"; }
.flaticon-083-settings-1:before { content: "\f152"; }
.flaticon-084-shield-1:before { content: "\f153"; }
.flaticon-085-euro-2:before { content: "\f154"; }
.flaticon-086-euro-3:before { content: "\f155"; }
.flaticon-087-time-is-money-1:before { content: "\f156"; }
.flaticon-088-time-is-money-2:before { content: "\f157"; }
.flaticon-089-glasses-1:before { content: "\f158"; }
.flaticon-090-wallet-1:before { content: "\f159"; }
.flaticon-091-conversation-8:before { content: "\f15a"; }
.flaticon-092-conversation-9:before { content: "\f15b"; }
.flaticon-093-idea:before { content: "\f15c"; }
.flaticon-094-goal-4:before { content: "\f15d"; }
.flaticon-095-bar-chart:before { content: "\f15e"; }
.flaticon-096-line-chart-2:before { content: "\f15f"; }
.flaticon-097-bar-chart-1:before { content: "\f160"; }
.flaticon-098-line-chart-3:before { content: "\f161"; }
.flaticon-099-analytics-1:before { content: "\f162"; }
.flaticon-100-link:before { content: "\f163"; }
.flaticon-101-padlock:before { content: "\f164"; }
.flaticon-102-email:before { content: "\f165"; }
.flaticon-103-businessman:before { content: "\f166"; }
.flaticon-104-megaphone:before { content: "\f167"; }
.flaticon-105-microphone:before { content: "\f168"; }
.flaticon-106-smartphone-2:before { content: "\f169"; }
.flaticon-107-bar-chart-2:before { content: "\f16a"; }
.flaticon-108-monitor-1:before { content: "\f16b"; }
.flaticon-109-network:before { content: "\f16c"; }
.flaticon-110-network-1:before { content: "\f16d"; }
.flaticon-111-award:before { content: "\f16e"; }
.flaticon-112-contract:before { content: "\f16f"; }
.flaticon-113-clipboard-2:before { content: "\f170"; }
.flaticon-114-portfolio:before { content: "\f171"; }
.flaticon-115-goal-5:before { content: "\f172"; }
.flaticon-116-alarm-clock-2:before { content: "\f173"; }
.flaticon-117-flask-2:before { content: "\f174"; }
.flaticon-118-attraction-1:before { content: "\f175"; }
.flaticon-119-briefcase-2:before { content: "\f176"; }
.flaticon-120-conversation-10:before { content: "\f177"; }
.flaticon-121-cheque-2:before { content: "\f178"; }
.flaticon-122-file-5:before { content: "\f179"; }
.flaticon-123-clipboard-3:before { content: "\f17a"; }
.flaticon-124-goal-6:before { content: "\f17b"; }
.flaticon-125-line-chart-4:before { content: "\f17c"; }
.flaticon-126-pin-1:before { content: "\f17d"; }
.flaticon-127-conversation-11:before { content: "\f17e"; }
.flaticon-128-invoice-2:before { content: "\f17f"; }
.flaticon-129-pound-sterling:before { content: "\f180"; }
.flaticon-130-smartphone-3:before { content: "\f181"; }
.flaticon-131-monitor-2:before { content: "\f182"; }
.flaticon-132-notification-2:before { content: "\f183"; }
.flaticon-133-insurance-1:before { content: "\f184"; }
.flaticon-134-award-1:before { content: "\f185"; }
.flaticon-135-piggy-bank-2:before { content: "\f186"; }
.flaticon-136-settings-2:before { content: "\f187"; }
.flaticon-137-pound-sterling-1:before { content: "\f188"; }
.flaticon-138-pound-sterling-2:before { content: "\f189"; }
.flaticon-139-pound-sterling-3:before { content: "\f18a"; }
.flaticon-140-time-is-money-3:before { content: "\f18b"; }
.flaticon-141-hourglass:before { content: "\f18c"; }
.flaticon-142-sunglasses:before { content: "\f18d"; }
.flaticon-143-wallet-2:before { content: "\f18e"; }
.flaticon-144-conversation-12:before { content: "\f18f"; }
.flaticon-145-conversation-13:before { content: "\f190"; }
.flaticon-146-presentation:before { content: "\f191"; }
.flaticon-147-settings-3:before { content: "\f192"; }
.flaticon-148-puzzle:before { content: "\f193"; }
.flaticon-149-reward-2:before { content: "\f194"; }
.flaticon-150-startup:before { content: "\f195"; }
.flaticon-151-goal-7:before { content: "\f196"; }
.flaticon-152-alarm-clock-3:before { content: "\f197"; }
.flaticon-153-flask-3:before { content: "\f198"; }
.flaticon-154-attraction-2:before { content: "\f199"; }
.flaticon-155-briefcase-3:before { content: "\f19a"; }
.flaticon-156-conversation-14:before { content: "\f19b"; }
.flaticon-157-cheque-3:before { content: "\f19c"; }
.flaticon-158-file-6:before { content: "\f19d"; }
.flaticon-159-clipboard-4:before { content: "\f19e"; }
.flaticon-160-goal-8:before { content: "\f19f"; }
.flaticon-161-line-graph:before { content: "\f1a0"; }
.flaticon-162-pin-2:before { content: "\f1a1"; }
.flaticon-163-conversation-15:before { content: "\f1a2"; }
.flaticon-164-invoice-3:before { content: "\f1a3"; }
.flaticon-165-rupees:before { content: "\f1a4"; }
.flaticon-166-smartphone-4:before { content: "\f1a5"; }
.flaticon-167-file-7:before { content: "\f1a6"; }
.flaticon-168-notification-3:before { content: "\f1a7"; }
.flaticon-169-protection:before { content: "\f1a8"; }
.flaticon-170-award-2:before { content: "\f1a9"; }
.flaticon-171-piggy-bank-3:before { content: "\f1aa"; }
.flaticon-172-settings-4:before { content: "\f1ab"; }
.flaticon-173-shield-2:before { content: "\f1ac"; }
.flaticon-174-rupee:before { content: "\f1ad"; }
.flaticon-175-rupee-1:before { content: "\f1ae"; }
.flaticon-176-time-is-money-4:before { content: "\f1af"; }
.flaticon-177-time-is-money-5:before { content: "\f1b0"; }
.flaticon-178-vision:before { content: "\f1b1"; }
.flaticon-179-wallet-3:before { content: "\f1b2"; }
.flaticon-180-conversation-16:before { content: "\f1b3"; }
.flaticon-181-conversation-17:before { content: "\f1b4"; }
.flaticon-182-settings-5:before { content: "\f1b5"; }
.flaticon-183-share:before { content: "\f1b6"; }
.flaticon-184-shield-3:before { content: "\f1b7"; }
.flaticon-185-shield-4:before { content: "\f1b8"; }
.flaticon-186-consumer-3:before { content: "\f1b9"; }
.flaticon-187-consumer-4:before { content: "\f1ba"; }
.flaticon-188-note:before { content: "\f1bb"; }
.flaticon-189-note-1:before { content: "\f1bc"; }
.flaticon-190-diagram:before { content: "\f1bd"; }
.flaticon-191-aim:before { content: "\f1be"; }
.flaticon-192-time-is-money-6:before { content: "\f1bf"; }
.flaticon-193-time-is-money-7:before { content: "\f1c0"; }
.flaticon-194-tie:before { content: "\f1c1"; }
.flaticon-195-time-management:before { content: "\f1c2"; }
.flaticon-196-time-management-1:before { content: "\f1c3"; }
.flaticon-197-hourglass-1:before { content: "\f1c4"; }
.flaticon-198-video-camera:before { content: "\f1c5"; }
.flaticon-199-wallet-4:before { content: "\f1c6"; }
.flaticon-200-browser:before { content: "\f1c7"; }
.flaticon-201-user:before { content: "\f1c8"; }
.flaticon-202-write:before { content: "\f1c9"; }
.flaticon-203-goal-9:before { content: "\f1ca"; }
.flaticon-204-time-is-money-8:before { content: "\f1cb"; }
.flaticon-205-flask-4:before { content: "\f1cc"; }
.flaticon-206-attraction-3:before { content: "\f1cd"; }
.flaticon-207-briefcase-4:before { content: "\f1ce"; }
.flaticon-208-conversation-18:before { content: "\f1cf"; }
.flaticon-209-cheque-4:before { content: "\f1d0"; }
.flaticon-210-invoice-4:before { content: "\f1d1"; }
.flaticon-211-clipboard-5:before { content: "\f1d2"; }
.flaticon-212-flag:before { content: "\f1d3"; }
.flaticon-213-line-chart-5:before { content: "\f1d4"; }
.flaticon-214-location-1:before { content: "\f1d5"; }
.flaticon-215-conversation-19:before { content: "\f1d6"; }
.flaticon-216-invoice-5:before { content: "\f1d7"; }
.flaticon-217-yen:before { content: "\f1d8"; }
.flaticon-218-payment-method:before { content: "\f1d9"; }
.flaticon-219-yen-1:before { content: "\f1da"; }
.flaticon-220-notification-4:before { content: "\f1db"; }
.flaticon-221-protection-1:before { content: "\f1dc"; }
.flaticon-222-yen-2:before { content: "\f1dd"; }
.flaticon-223-piggy-bank-4:before { content: "\f1de"; }
.flaticon-224-settings-6:before { content: "\f1df"; }
.flaticon-225-yen-3:before { content: "\f1e0"; }
.flaticon-226-yen-4:before { content: "\f1e1"; }
.flaticon-227-yen-5:before { content: "\f1e2"; }
.flaticon-228-time-is-money-9:before { content: "\f1e3"; }
.flaticon-229-time-is-money-10:before { content: "\f1e4"; }
.flaticon-230-vision-1:before { content: "\f1e5"; }
.flaticon-231-wallet-5:before { content: "\f1e6"; }
.flaticon-232-conversation-20:before { content: "\f1e7"; }
.flaticon-233-conversation-21:before { content: "\f1e8"; }

@font-face {
font-family: "untitled-font-3";
src:url(//fvs-verkehr.de/wp-content/themes/quanto/fonts/icon-font/untitled-font-3.eot);
src:url(//fvs-verkehr.de/wp-content/themes/quanto/fonts/icon-font/untitled-font-3.eot?#iefix) format("embedded-opentype"),
url(//fvs-verkehr.de/wp-content/themes/quanto/fonts/icon-font/untitled-font-3.woff) format("woff"),
url(//fvs-verkehr.de/wp-content/themes/quanto/fonts/icon-font/untitled-font-3.ttf) format("truetype"),
url(//fvs-verkehr.de/wp-content/themes/quanto/fonts/icon-font/untitled-font-3.svg#untitled-font-3) format("svg");
font-weight: normal;
font-style: normal;
}
[data-icon]:before {
font-family: "untitled-font-3" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
font-family: "untitled-font-3" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-009-safe-box:before {
content: "\72";
}
.icon-010-magnifying-glass:before {
content: "\73";
}
.icon-010-money-1:before {
content: "\74";
}
.icon-011-money:before {
content: "\75";
}
.icon-011-stopwatch:before {
content: "\76";
}
.icon-012-browser:before {
content: "\77";
}
.icon-012-transaction:before {
content: "\78";
}
.icon-013-budget:before {
content: "\79";
}
.icon-013-mobile:before {
content: "\7a";
}
.icon-014-loan-1:before {
content: "\41";
}
.icon-014-smartphone:before {
content: "\42";
}
.icon-015-bank-1:before {
content: "\43";
}
.icon-015-strategy:before {
content: "\44";
}
.icon-016-investment:before {
content: "\45";
}
.icon-016-presentation:before {
content: "\46";
}
.icon-017-money-4:before {
content: "\47";
}
.icon-017-payment:before {
content: "\48";
}
.icon-018-coin-1:before {
content: "\49";
}
.icon-018-settings:before {
content: "\4a";
}
.icon-019-banking-1:before {
content: "\4b";
}
.icon-019-loan:before {
content: "\4c";
}
.icon-020-growth-1:before {
content: "\4d";
}
.icon-020-hourglass:before {
content: "\4e";
}
.icon-021-eye:before {
content: "\4f";
}
.icon-021-global:before {
content: "\50";
}
.icon-022-growth:before {
content: "\51";
}
.icon-022-security-1:before {
content: "\52";
}
.icon-023-currency:before {
content: "\53";
}
.icon-023-wallet:before {
content: "\54";
}
.icon-024-credit-card-1:before {
content: "\55";
}
.icon-024-purse:before {
content: "\56";
}
.icon-025-credit-card:before {
content: "\57";
}
.icon-025-economy:before {
content: "\58";
}
.icon-026-coin:before {
content: "\59";
}
.icon-026-investment:before {
content: "\5a";
}
.icon-027-cheque:before {
content: "\30";
}
.icon-027-laptop:before {
content: "\31";
}
.icon-028-cash:before {
content: "\32";
}
.icon-028-piggy-bank:before {
content: "\33";
}
.icon-029-card:before {
content: "\34";
}
.icon-029-mortgage:before {
content: "\35";
}
.icon-030-business:before {
content: "\36";
}
.icon-030-folder:before {
content: "\37";
}
.icon-031-bank:before {
content: "\38";
}
.icon-031-pie-chart:before {
content: "\39";
}
.icon-032-auction:before {
content: "\21";
}
.icon-032-balance:before {
content: "\22";
}
.icon-033-bar-chart:before {
content: "\23";
}
.icon-033-document-1:before {
content: "\24";
}
.icon-034-auction:before {
content: "\25";
}
.icon-034-loan:before {
content: "\26";
}
.icon-035-document:before {
content: "\27";
}
.icon-035-truck:before {
content: "\28";
}
.icon-036-calculator:before {
content: "\29";
}
.icon-036-security:before {
content: "\2a";
}
.icon-037-safebox:before {
content: "\2b";
}
.icon-038-money-3:before {
content: "\2c";
}
.icon-039-gold:before {
content: "\2d";
}
.icon-040-card:before {
content: "\2e";
}
.icon-041-money-2:before {
content: "\2f";
}
.icon-042-money-1:before {
content: "\3a";
}
.icon-043-stamp:before {
content: "\3b";
}
.icon-044-bank:before {
content: "\3c";
}
.icon-045-money:before {
content: "\3d";
}
.icon-046-law:before {
content: "\3e";
}
.icon-047-atm:before {
content: "\3f";
}
.icon-048-banking:before {
content: "\40";
}
.icon-049-cheque:before {
content: "\5b";
}
.icon-050-currency:before {
content: "\5d";
}
.icon-001-car:before {
content: "\61";
}
.icon-002-piggy-bank:before {
content: "\62";
}
.icon-003-online-banking-6:before {
content: "\63";
}
.icon-004-online-banking-5:before {
content: "\64";
}
.icon-005-analytics-2:before {
content: "\65";
}
.icon-006-online-banking-4:before {
content: "\66";
}
.icon-007-analytics-1:before {
content: "\67";
}
.icon-008-startup:before {
content: "\68";
}
.icon-009-invoice-1:before {
content: "\69";
}
.icon-001-credit-card-1:before {
content: "\6a";
}
.icon-001-website:before {
content: "\6b";
}
.icon-002-labyrinth:before {
content: "\6c";
}
.icon-002-wallet:before {
content: "\6d";
}
.icon-003-id-card:before {
content: "\6e";
}
.icon-003-list:before {
content: "\6f";
}
.icon-004-credit-card:before {
content: "\70";
}
.icon-004-safe-box-1:before {
content: "\71";
}
.icon-005-plant:before {
content: "\5e";
}
.icon-005-report:before {
content: "\5f";
}
.icon-006-growth-2:before {
content: "\60";
}
.icon-006-printer:before {
content: "\7b";
}
.icon-007-contract:before {
content: "\7c";
}
.icon-007-piggy-bank:before {
content: "\7d";
}
.icon-008-cashier:before {
content: "\7e";
}
.icon-008-mortgage:before {
content: "\5c";
}
.icon-013-target:before {
content: "\e000";
}
.icon-010-gold-ingot:before {
content: "\e001";
}
.icon-014-online-banking-3:before {
content: "\e002";
}
.icon-011-unicorn:before {
content: "\e003";
}
.icon-015-online-banking-2:before {
content: "\e004";
}
.icon-016-analytics:before {
content: "\e005";
}
.icon-017-invoice:before {
content: "\e006";
}
.icon-012-credit-card:before {
content: "\e007";
}
.icon-009-analytics:before {
content: "\e008";
}
.icon-018-atm:before {
content: "\e009";
}
.icon-022-calculator:before {
content: "\e00a";
}
.icon-021-cloud-computing:before {
content: "\e00b";
}
.icon-020-growth-2:before {
content: "\e00c";
}
.icon-019-laptop:before {
content: "\e00d";
}
.icon-023-presentation:before {
content: "\e00e";
}
.icon-027-growth:before {
content: "\e00f";
}
.icon-024-idea-1:before {
content: "\e010";
}
.icon-025-key:before {
content: "\e011";
}
.icon-026-growth-1:before {
content: "\e012";
}
.icon-028-online-banking-1:before {
content: "\e013";
}
.icon-030-online-banking:before {
content: "\e014";
}
.icon-029-idea:before {
content: "\e015";
}@font-face {
font-family: "Flaticon";
src: url(https://fvs-verkehr.de/wp-content/themes/quanto/icons/insurance/font/Flaticon.eot);
src: url(https://fvs-verkehr.de/wp-content/themes/quanto/icons/insurance/font/Flaticon.eot?#iefix) format("embedded-opentype"),
url(https://fvs-verkehr.de/wp-content/themes/quanto/icons/insurance/font/Flaticon.woff) format("woff"),
url(https://fvs-verkehr.de/wp-content/themes/quanto/icons/insurance/font/Flaticon.ttf) format("truetype"),
url(https://fvs-verkehr.de/wp-content/themes/quanto/icons/insurance/font/Flaticon.svg#Flaticon) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url(https://fvs-verkehr.de/wp-content/themes/quanto/icons/insurance/font/Flaticon.svg#Flaticon) format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
font-family: Flaticon;
font-style: normal;
}
.flaticon-001-wounded:before { content: "\f100"; }
.flaticon-002-house-1:before { content: "\f101"; }
.flaticon-003-disaster:before { content: "\f102"; }
.flaticon-004-terrorist:before { content: "\f103"; }
.flaticon-005-travel:before { content: "\f104"; }
.flaticon-006-transport-2:before { content: "\f105"; }
.flaticon-007-transport-1:before { content: "\f106"; }
.flaticon-008-shield:before { content: "\f107"; }
.flaticon-009-locked:before { content: "\f108"; }
.flaticon-010-fire:before { content: "\f109"; }
.flaticon-011-robbery:before { content: "\f10a"; }
.flaticon-012-wheelchair:before { content: "\f10b"; }
.flaticon-013-broken-glass:before { content: "\f10c"; }
.flaticon-014-car-1:before { content: "\f10d"; }
.flaticon-015-travel-insurance:before { content: "\f10e"; }
.flaticon-016-bolt:before { content: "\f10f"; }
.flaticon-017-house:before { content: "\f110"; }
.flaticon-018-hospital-bed:before { content: "\f111"; }
.flaticon-019-real-estate:before { content: "\f112"; }
.flaticon-020-heart-rate:before { content: "\f113"; }
.flaticon-021-elderly:before { content: "\f114"; }
.flaticon-022-flooded-house:before { content: "\f115"; }
.flaticon-023-finances:before { content: "\f116"; }
.flaticon-024-insurance:before { content: "\f117"; }
.flaticon-025-earthquake:before { content: "\f118"; }
.flaticon-026-transfer:before { content: "\f119"; }
.flaticon-027-crash:before { content: "\f11a"; }
.flaticon-028-car:before { content: "\f11b"; }
.flaticon-029-firefighter:before { content: "\f11c"; }
.flaticon-030-transport:before { content: "\f11d"; }
.flaticon-031-call-center:before { content: "\f11e"; }
.flaticon-032-broken:before { content: "\f11f"; }
.flaticon-033-baby:before { content: "\f120"; }
.flaticon-034-ambulance:before { content: "\f121"; }
.flaticon-035-accident:before { content: "\f122"; }
.flaticon-036-tow-truck:before { content: "\f123"; }@font-face {
font-family: "Flaticon";
src: url(https://fvs-verkehr.de/wp-content/themes/quanto/icons/web-development/font/Flaticon.eot);
src: url(https://fvs-verkehr.de/wp-content/themes/quanto/icons/web-development/font/Flaticon.eot?#iefix) format("embedded-opentype"),
url(https://fvs-verkehr.de/wp-content/themes/quanto/icons/web-development/font/Flaticon.woff) format("woff"),
url(https://fvs-verkehr.de/wp-content/themes/quanto/icons/web-development/font/Flaticon.ttf) format("truetype"),
url(https://fvs-verkehr.de/wp-content/themes/quanto/icons/web-development/font/Flaticon.svg#Flaticon) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url(https://fvs-verkehr.de/wp-content/themes/quanto/icons/web-development/font/Flaticon.svg#Flaticon) format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
font-family: Flaticon;
font-style: normal;
}
.flaticon-001-website-2:before { content: "\f100"; }
.flaticon-002-idea:before { content: "\f101"; }
.flaticon-003-server:before { content: "\f102"; }
.flaticon-004-promotion:before { content: "\f103"; }
.flaticon-005-website-1:before { content: "\f104"; }
.flaticon-006-browser-5:before { content: "\f105"; }
.flaticon-007-coding-7:before { content: "\f106"; }
.flaticon-008-browser-4:before { content: "\f107"; }
.flaticon-009-analytics-1:before { content: "\f108"; }
.flaticon-010-browser-3:before { content: "\f109"; }
.flaticon-011-browser-2:before { content: "\f10a"; }
.flaticon-012-analytics:before { content: "\f10b"; }
.flaticon-013-filter:before { content: "\f10c"; }
.flaticon-014-optimization:before { content: "\f10d"; }
.flaticon-015-landing-page:before { content: "\f10e"; }
.flaticon-016-cloud-computing-1:before { content: "\f10f"; }
.flaticon-017-responsive:before { content: "\f110"; }
.flaticon-018-algorithm:before { content: "\f111"; }
.flaticon-019-browser-1:before { content: "\f112"; }
.flaticon-020-coding-6:before { content: "\f113"; }
.flaticon-021-coding-5:before { content: "\f114"; }
.flaticon-022-sitemap:before { content: "\f115"; }
.flaticon-023-coding-4:before { content: "\f116"; }
.flaticon-024-cloud-computing:before { content: "\f117"; }
.flaticon-025-coding-3:before { content: "\f118"; }
.flaticon-026-tools:before { content: "\f119"; }
.flaticon-027-api:before { content: "\f11a"; }
.flaticon-028-coding-2:before { content: "\f11b"; }
.flaticon-029-browser:before { content: "\f11c"; }
.flaticon-030-file:before { content: "\f11d"; }
.flaticon-031-error-404:before { content: "\f11e"; }
.flaticon-032-settings:before { content: "\f11f"; }
.flaticon-033-user-1:before { content: "\f120"; }
.flaticon-034-domain:before { content: "\f121"; }
.flaticon-035-user:before { content: "\f122"; }
.flaticon-036-bug:before { content: "\f123"; }
.flaticon-037-startup-1:before { content: "\f124"; }
.flaticon-038-login:before { content: "\f125"; }
.flaticon-039-wireframe:before { content: "\f126"; }
.flaticon-040-vector:before { content: "\f127"; }
.flaticon-041-startup:before { content: "\f128"; }
.flaticon-042-display:before { content: "\f129"; }
.flaticon-043-blueprint:before { content: "\f12a"; }
.flaticon-044-coding-1:before { content: "\f12b"; }
.flaticon-045-laptop:before { content: "\f12c"; }
.flaticon-046-tap:before { content: "\f12d"; }
.flaticon-047-image:before { content: "\f12e"; }
.flaticon-048-website:before { content: "\f12f"; }
.flaticon-049-coding:before { content: "\f130"; }
.flaticon-050-speedometer:before { content: "\f131"; }@font-face {
font-family: "Flaticon";
src: url(https://fvs-verkehr.de/wp-content/themes/quanto/icons/digital-marketing/font/Flaticon.eot);
src: url(https://fvs-verkehr.de/wp-content/themes/quanto/icons/digital-marketing/font/Flaticon.eot?#iefix) format("embedded-opentype"),
url(https://fvs-verkehr.de/wp-content/themes/quanto/icons/digital-marketing/font/Flaticon.woff) format("woff"),
url(https://fvs-verkehr.de/wp-content/themes/quanto/icons/digital-marketing/font/Flaticon.ttf) format("truetype"),
url(https://fvs-verkehr.de/wp-content/themes/quanto/icons/digital-marketing/font/Flaticon.svg#Flaticon) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url(https://fvs-verkehr.de/wp-content/themes/quanto/icons/digital-marketing/font/Flaticon.svg#Flaticon) format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
font-family: Flaticon;
font-style: normal;
}
.flaticon-001-laptop:before { content: "\f100"; }
.flaticon-002-adwords:before { content: "\f101"; }
.flaticon-003-analysis:before { content: "\f102"; }
.flaticon-004-negotiation:before { content: "\f103"; }
.flaticon-005-banners:before { content: "\f104"; }
.flaticon-006-rate:before { content: "\f105"; }
.flaticon-007-browsers:before { content: "\f106"; }
.flaticon-008-ecommerce:before { content: "\f107"; }
.flaticon-009-click:before { content: "\f108"; }
.flaticon-010-agenda:before { content: "\f109"; }
.flaticon-011-cookies:before { content: "\f10a"; }
.flaticon-012-ecommerce-1:before { content: "\f10b"; }
.flaticon-013-pay-per-click:before { content: "\f10c"; }
.flaticon-014-cost:before { content: "\f10d"; }
.flaticon-015-digital-marketing:before { content: "\f10e"; }
.flaticon-016-devices:before { content: "\f10f"; }
.flaticon-017-conversation:before { content: "\f110"; }
.flaticon-018-screen:before { content: "\f111"; }
.flaticon-019-indicator:before { content: "\f112"; }
.flaticon-020-search-engine:before { content: "\f113"; }
.flaticon-021-landing-page:before { content: "\f114"; }
.flaticon-022-email:before { content: "\f115"; }
.flaticon-023-optimization:before { content: "\f116"; }
.flaticon-024-smartphone:before { content: "\f117"; }
.flaticon-025-browser:before { content: "\f118"; }
.flaticon-026-target:before { content: "\f119"; }
.flaticon-027-target-1:before { content: "\f11a"; }
.flaticon-028-auction:before { content: "\f11b"; }
.flaticon-029-campaign:before { content: "\f11c"; }
.flaticon-030-score:before { content: "\f11d"; }
.flaticon-031-search:before { content: "\f11e"; }
.flaticon-032-seo:before { content: "\f11f"; }
.flaticon-033-social-media:before { content: "\f120"; }
.flaticon-034-network:before { content: "\f121"; }
.flaticon-035-optimization-1:before { content: "\f122"; }
.flaticon-036-website:before { content: "\f123"; }.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1; }
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
-moz-backface-visibility: hidden; }
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0; }
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;}
.owl-carousel .owl-item img {
display: block;
width: 100%; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-loaded {
display: block; }
.owl-carousel.owl-loading {
opacity: 0;
display: block; }
.owl-carousel.owl-hidden {
opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-grab {
cursor: move;
cursor: grab; }
.owl-carousel.owl-rtl {
direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
float: right; } .no-js .owl-carousel {
display: block; } .owl-carousel .animated {
animation-duration: 1000ms;
animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
z-index: 0; }
.owl-carousel .owl-animated-out {
z-index: 1; }
.owl-carousel .fadeOut {
animation-name: fadeOut; }
@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } } .owl-height {
transition: height 500ms ease-in-out; } .owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease; }
.owl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d; } .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000; }
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//fvs-verkehr.de/wp-content/themes/quanto/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none; }
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }.owl-theme .owl-nav {
margin-top: 10px;
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
color: #FFF;
font-size: 14px;
margin: 5px;
padding: 4px 7px;
background: #D6D6D6;
display: inline-block;
cursor: pointer;
border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
background: #869791;
color: #FFF;
text-decoration: none; }
.owl-theme .owl-nav .disabled {
opacity: 0.5;
cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 10px; }
.owl-theme .owl-dots {
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
*display: inline; }
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #869791; }.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
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;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
margin: 10px;
}
[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; width:  100%;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
 .slick-loading .slick-list
{ } @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal; } .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
z-index:    1;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color:black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: 10px;
}
[dir='rtl'] .slick-prev
{
right: 10px;
left: auto;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{
right: 30px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: 30px;
}
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 40px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: 1;
color: #e8e8f6;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: 1;
color: #01d486;
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
filter: alpha(opacity=80); }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close, button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
filter: alpha(opacity=65);
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
opacity: 1;
filter: alpha(opacity=100); }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
filter: alpha(opacity=65);
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus {
opacity: 1;
filter: alpha(opacity=100); }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after, .mfp-arrow .mfp-a {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
border-right: 17px solid #01d486;
margin-left: 31px;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
margin-left: 25px;
}
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
border-left: 17px solid #01d486;
margin-left: 39px;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; }
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; }
}
.mfp-ie7 .mfp-img {
padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 5px;
padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
padding: 0; }
.mfp-ie7 .mfp-content {
padding-top: 44px; }
.mfp-ie7 .mfp-close {
top: 0;
right: 0;
padding-top: 0; }table.dataTable{clear:both;margin-top:6px !important;margin-bottom:6px !important;max-width:none !important;border-collapse:separate !important;border-spacing:0}table.dataTable td,table.dataTable th{-webkit-box-sizing:content-box;box-sizing:content-box}table.dataTable td.dataTables_empty,table.dataTable th.dataTables_empty{text-align:center}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}div.dataTables_wrapper div.dataTables_length label{font-weight:normal;text-align:left;white-space:nowrap}div.dataTables_wrapper div.dataTables_length select{width:auto;display:inline-block}div.dataTables_wrapper div.dataTables_filter{text-align:right}div.dataTables_wrapper div.dataTables_filter label{font-weight:normal;white-space:nowrap;text-align:left}div.dataTables_wrapper div.dataTables_filter input{margin-left:0.5em;display:inline-block;width:auto}div.dataTables_wrapper div.dataTables_info{padding-top:0.85em;white-space:nowrap}div.dataTables_wrapper div.dataTables_paginate{margin:0;white-space:nowrap;text-align:right}div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin:2px 0;white-space:nowrap;justify-content:flex-end}div.dataTables_wrapper div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:1em 0}table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc,table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>td.sorting{padding-right:30px}table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{outline:none}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;position:relative}table.dataTable thead .sorting:before,table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:before,table.dataTable thead .sorting_desc_disabled:after{position:absolute;bottom:0.9em;display:block;opacity:0.3}table.dataTable thead .sorting:before,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc_disabled:before{right:1em;content:"\2191"}table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{right:0.5em;content:"\2193"}table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_desc:after{opacity:1}table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc_disabled:after{opacity:0}div.dataTables_scrollHead table.dataTable{margin-bottom:0 !important}div.dataTables_scrollBody table{border-top:none;margin-top:0 !important;margin-bottom:0 !important}div.dataTables_scrollBody table thead .sorting:before,div.dataTables_scrollBody table thead .sorting_asc:before,div.dataTables_scrollBody table thead .sorting_desc:before,div.dataTables_scrollBody table thead .sorting:after,div.dataTables_scrollBody table thead .sorting_asc:after,div.dataTables_scrollBody table thead .sorting_desc:after{display:none}div.dataTables_scrollBody table tbody tr:first-child th,div.dataTables_scrollBody table tbody tr:first-child td{border-top:none}div.dataTables_scrollFoot>.dataTables_scrollFootInner{box-sizing:content-box}div.dataTables_scrollFoot>.dataTables_scrollFootInner>table{margin-top:0 !important;border-top:none}@media screen and (max-width: 767px){div.dataTables_wrapper div.dataTables_length,div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_paginate{text-align:center}}table.dataTable.table-sm>thead>tr>th{padding-right:20px}table.dataTable.table-sm .sorting:before,table.dataTable.table-sm .sorting_asc:before,table.dataTable.table-sm .sorting_desc:before{top:5px;right:0.85em}table.dataTable.table-sm .sorting:after,table.dataTable.table-sm .sorting_asc:after,table.dataTable.table-sm .sorting_desc:after{top:5px}table.table-bordered.dataTable th,table.table-bordered.dataTable td{border-left-width:0}table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable td:last-child,table.table-bordered.dataTable td:last-child{border-right-width:0}table.table-bordered.dataTable tbody th,table.table-bordered.dataTable tbody td{border-bottom-width:0}div.dataTables_scrollHead table.table-bordered{border-bottom-width:0}div.table-responsive>div.dataTables_wrapper>div.row{margin:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child{padding-left:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child{padding-right:0}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: bold;
} 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;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
hr {
border-top: 1px solid rgb(235, 237, 252)
border: 0;
margin-bottom: 1.5em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
}
.none-style {
list-style: none;
padding-left: 0;
}
figure {
margin: 1em 0; }
caption {
padding: 0;
font-weight: normal;
text-align: left;
} textarea {
width: 100%;
}  a {
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
text-decoration: none;
}
a:hover, a:focus, a:active {
text-decoration: none;
}
a:focus {
outline: 0;
}
a:hover, a:active {
outline: 0;
}      .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.text-center {
text-align: center;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
}       .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery-caption {
display: block;
}
.gallery {
margin-bottom: 1.5em;
margin-left: -7px;
margin-right: -7px;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
margin: 0;
padding: 7px;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}  .vc_row-full-width .vc_row {
margin: 0;
}
.vc_row-no-padding .vc_row .vc_column-inner {
padding-left: 0;
padding-right: 0;
}
.container .container {
width: 100%;
padding: 0;
} @media only screen and (min-width: 768px) {
.wpb_row.vc_row-o-equal-height .vc_column_container {
display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
}
.wpb_row.vc_row-o-equal-height > .vc_row {
width: 100%;
margin: 0;
}
.wpb_row.vc_row-o-equal-height .vc_row {
box-sizing: border-box;
flex-wrap: wrap;
display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
}
_::-webkit-full-page-media, _:future, :root .wpb_row.vc_row-o-equal-height .vc_row {
display: -webkit-box;
display: -webkit-flex;
}
.wpb_row.vc_row-o-equal-height .vc_column_container {
-moz-box-align: stretch;
align-items: stretch;
}
.wpb_row.vc_row-o-content-middle .vc_column_container .vc_column-inner {
-moz-box-pack: center;
justify-content: center;
}
.wpb_row.vc_row-flex .vc_column_container:not(.bg-center) .vc_column-inner {
-moz-box-flex: 1;
display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
flex-direction: column;
flex-grow: 1;
background-position: top !important;
}
.wpb_row.vc_row-o-content-bottom .vc_column_container .vc_column-inner {
-moz-box-pack: end;
justify-content: flex-end;
}
.wpb_row.vc_row-o-content-top .vc_column_container .vc_column-inner {
-moz-box-pack: start;
justify-content: flex-start;
}
}   @media (min-width: 992px) {
.lg-hidden {
display: none;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.md-hidden {
display: none;
}
}
@media (min-width: 480px) and (max-width: 767px) {
.sm-hidden {
display: none;
}
}  body { font-family: 'Circular Std Book'; font-style: normal; font-weight: normal; font-size: 16px; line-height: 27px; color: #808294; -webkit-font-smoothing: antialiased; background: #f8f8fb; overflow-x: hidden;}
.body-bg { background-color: #fbfbfc; }
.boxed-layout-wrapper {
margin: 0px auto;
background-color: #fff;
max-width: 1360px;
position: relative;
z-index: 0;
}
h1, h2, h3, h4, h5, h6 { color: #181825; margin: 0px 0px 15px 0px; font-family: 'Circular Std Book'; }
h1 { font-size: 42px; line-height: 54px; letter-spacing: -1px; }
h2 { font-size: 34px; line-height: 44px; letter-spacing: -1px; }
h3 { font-size: 26px; line-height: 33px; letter-spacing: -1px; }
h4 { font-size: 20px; line-height: 31px; }
h5 { font-size: 16px; line-height: 21px; }
h6 { font-size: 13px; line-height: 21px; }
.h2 { font-size: 35px; line-height: 48px; letter-spacing: -1px; }
.h3, h3 {
font-size: 26px;
line-height: 38px;
}
p { margin: 0px 0px 24px 0px; }
p:last-child { margin: 0px; }
a { color: #3544ee; }
a:hover { color: #202db8; text-decoration: none; }
a:active, a:hover { outline: 0; text-decoration: none; }
a.text-primary:focus, a.text-primary:hover {
color: #202db8!important;
}
ol, ul { }
ol li, ul li { }
.lead { font-size: 21px; line-height: 32px; color: #181825; }
.z-index-0 { z-index: 0; }
::selection { background: rgba(255, 244, 147, .8); color: #272c30; } .fontweight-normal { font-family: 'Circular Std Book' !important; }
.fontweight-medium { font-family: 'Circular Std Medium' !important; }
.fontweight-bold { font-family: 'Circular Std Bold' !important; }
hr {margin-top: 1rem;margin-bottom: 1rem;border: 0;border-top: 1px solid rgb(235, 237, 252);}
small { font-size: 14px; }
html body .font-16 { font-size: 16px; }
html body .font-12 { font-size: 12px; }
html body .font-15 { font-size: 15px; }
html body .font-14 { font-size: 14px; }
html body .font-10 { font-size: 10px; }
html body .font-18 { font-size: 18px; }
html body .font-20 { font-size: 20px; }
html body .font-21 { font-size: 21px; }
html body .font-22 { font-size: 22px; }
html body .font-24 { font-size: 24px; }
html body .display-4 { font-size: 60px; line-height: 70px; }
html body .display-5 { font-size: 3rem; }
html body .display-6 { font-size: 2.5rem; }
html body .display-7 { font-size: 2rem; } label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-size: 16px; color: #181825; font-family: 'Circular Std Medium' !important; }
.form-control { display: block; width: 100%; font-size: 14px; line-height: 1.42857143; height: 50px; color: #303443; background-color: #ffffff; background-image: none; border: 1px solid #d5d6e3; border-radius: 4px; }
.form-control:focus { color: #9597a9; background-color: #fff; border-color: #7976fe; outline: 0; box-shadow: 0 0 0 0.2rem rgba(215, 218, 252, .5); }
input[type=file] { color: #808294; background-color: #fff; border-color: #a7a7f0; outline: 0; box-shadow: 0 0 0 0.1rem rgba(214, 214, 255, .75); }
.col-form-label { font-size: 15px; }
input { }
button { }
button:focus { outline: 0; }
input::-webkit-input-placeholder { color: #808294 !important; }
input:focus::-webkit-input-placeholder { color: #3544ee !important; }
textarea::-webkit-input-placeholder { color: #808294 !important; }
textarea:focus::-webkit-input-placeholder { color: #3544ee !important; }
button.btn { }
button.btn-default { }
button.btn-primary { }
address { }
.form-group { margin-bottom: 12px; }
.form-control-lg { padding: 12px; }
.custom-select { display: inline-block; width: 100%; height: 50px; padding: .375rem 1.75rem .375rem .75rem; line-height: 1.5; vertical-align: middle; border-radius: 2px; font-size: 14px; color: #9597a9; border: 1px solid #ceced8; background-color: #fbfbff; }
.custom-select:focus { color: #9597a9; border-color: #d0d1df; outline: 0; box-shadow: 0 0 0 0.1rem rgba(208, 209, 223, .5); background-color: #fff; }
.custom-control { position: relative; display: block; min-height: 1.5rem; padding-left: 1.5rem; }
.custom-radio .custom-control-input:checked~.custom-control-label::before { background-color: #01d486; border-color: #01d486; }
.custom-control-input:checked~.custom-control-label::before { color: #ffffff; background-color: #01d486; border-color: #01d486; }
.custom-control-label::before { position: absolute; top: .25rem; left: -1.5rem; display: block; width: 1rem; height: 1rem; pointer-events: none; content: ""; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: transparent; border: 2px solid #c6c6d1; }
.select-form-input { padding: 14px; background-color: #3544ee; border: transparent; border-bottom: 2px solid #fff; color: #fff; }  .dropcap-v1 { }
.dropcap-v1 p:first-letter { float: left; font-size: 75px; line-height: .7em; margin-top: .15em; margin-right: 25px; margin-bottom: 0px; font-weight: bold; text-transform: uppercase; color: #181825; }
.dropcap-v2 { }
.dropcap-v2 p:first-letter { float: left; font-size: 52px; line-height: .7em; margin-top: .15em; margin-right: 25px; margin-bottom: 0px; font-weight: bold; text-transform: uppercase; background-color: #181825; border: 5px solid #181825; color: #fff; padding: 16px; border-radius: 6px; }
.dropcap-v3 { }
.dropcap-v3 p:first-letter { float: left; font-size: 52px; line-height: .7em; margin-top: .15em; margin-right: 25px; margin-bottom: 0px; font-weight: bold; text-transform: uppercase; border: 5px solid #181825; background-color: transparent; color: #181825; padding: 16px; border-radius: 6px; }
.dropcap-v4 { }
.dropcap-v4 p:first-letter { float: left; font-size: 75px; line-height: .7em; margin-top: .15em; margin-right: 25px; margin-bottom: 0px; font-weight: bold; text-transform: uppercase; background-color: transparent; color: #3544ee; }
.dropcap-v5 { }
.dropcap-v5 p:first-letter { float: left; font-size: 52px; line-height: .7em; margin-top: .15em; margin-right: 25px; margin-bottom: 0px; font-weight: bold; text-transform: uppercase; background-color: #3544ee; border: 5px solid #3544ee; color: #fff; padding: 16px; border-radius: 6px; }
.dropcap-v6 { }
.dropcap-v6 p:first-letter { float: left; font-size: 52px; line-height: .7em; margin-top: .15em; margin-right: 25px; margin-bottom: 0px; font-weight: bold; text-transform: uppercase; border: 5px solid #3544ee; background-color: transparent; color: #3544ee; padding: 16px; border-radius: 6px; } .btn { font-size: 16px; padding: 11px 21px; border-radius: 4px; overflow: hidden; display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); overflow: hidden; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: color, background-color; transition-property: color, background-color; transition: .3s ease; font-family: 'Circular Std Medium' !important; } .btn-brand { color: #fff; background-color: #01d486; border-color: #01d486; }
.btn-brand:hover { color: #fff; background-color: #08b072; border-color: #08b072; }
.btn-brand.focus, .btn-brand:focus { color: #fff; background-color: #08b072; border-color: #08b072; box-shadow: none; } .btn-primary { color: #fff; background-color: #3544ee; border-color: #3544ee; }
.btn-primary:hover { color: #fff; background-color: #2834bd; border-color: #2834bd; }
.btn-primary.focus, .btn-primary:focus { color: #fff; background-color: #2834bd; border-color: #2834bd; box-shadow: 0 0 0 1px rgb(40, 52, 189); }
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus { box-shadow: 0 0 0 1px rgb(40, 52, 189); }
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle { color: #fff; background-color: #2834bd; border-color: #2834bd; } .btn-secondary { color: #fff; background-color: #ff5e3e; border-color: #ff5e3e; }
.btn-secondary:hover { color: #fff; background-color: #ea5132; border-color: #ea5132; }
.btn-secondary.focus, .btn-secondary:focus { color: #fff; background-color: #ea5132; border-color: #ea5132; box-shadow: 0 0 0 1px rgb(234, 81, 50); }
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle { color: #fff; background-color: #ea5132; border-color: #ea5132; }
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus { box-shadow: 0 0 0 0.1rem rgb(234, 81, 50); } .btn-success { color: #fff; background-color: #2ec551; border-color: #2ec551; }
.btn-success:hover { color: #fff; background-color: #21ae41; border-color: #21ae41; }
.btn-success.focus, .btn-success:focus { color: #fff; background-color: #21ae41; border-color: #21ae41; box-shadow: 0 0 0 1px rgb(18, 158, 50); }
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle { color: #fff; background-color: #21ae41; border-color: #21ae41; } .btn-danger { color: #fff; background-color: #ef172c; border-color: #ef172c; }
.btn-danger:hover { color: #fff; background-color: #da0419; border-color: #da0419; }
.btn-danger.focus, .btn-danger:focus { color: #fff; background-color: #da0419; border-color: #da0419; box-shadow: 0 0 0 1px rgb(218, 4, 25); }
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle { color: #fff; background-color: #da0419; border-color: #da0419; } .btn-warning { color: #2e2f39; background-color: #ffc108; border-color: #ffc108; }
.btn-warning:hover { color: #2e2f39; background-color: #f3b600; border-color: #f3b600; }
.btn-warning.focus, .btn-warning:focus { color: #2e2f39; background-color: #f3b600; border-color: #f3b600; box-shadow: 0 0 0 1px rgb(238, 182, 0); }
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle { color: #2e2f39; background-color: #f3b600; border-color: #f3b600; } .btn-info { color: #fff; background-color: #25d5f2; border-color: #25d5f2; }
.btn-info:hover { color: #fff; background-color: #17c0dc; border-color: #17c0dc; }
.btn-info.focus, .btn-info:focus { color: #fff; background-color: #17c0dc; border-color: #17c0dc; box-shadow: 0 0 0 1px rgb(238, 184, 22); }
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle { color: #fff; background-color: #17c0dc; border-color: #17c0dc; } .btn-light { color: #71738d; background-color: #f0f0f8; border-color: #f0f0f8; }
.btn-light:hover { color: #2e2f39; background-color: #d7d7df; border-color: #d7d7df; }
.btn-light.focus, .btn-light:focus { color: #2e2f39; background-color: #d7d7df; border-color: #d7d7df; box-shadow: 0 0 0 1px rgb(215, 215, 223); } .btn-dark { color: #fff; background-color: #2e2f39; border-color: #2e2f39; }
.btn-dark:hover { color: #2e2f39; background-color: #d7d7df; border-color: #d7d7df; }
.btn-dark.focus, .btn-dark:focus { color: #fff; background-color: #d7d7df; border-color: #d7d7df; box-shadow: 0 0 0 1px rgb(46, 47, 57); } .btn-outline-brand { color: #01d486; background-color: transparent; border-color: #01d486; }
.btn-outline-brand:hover { color: #fff; background-color: #01d486; border-color: #01d486; }
.btn-outline-brand.focus, .btn-outline-brand:focus { color: #01d486; background-color: transparent; border-color: #01d486; box-shadow: 0 0 0 1px rgb(1, 212, 134); } .btn-outline-primary { color: #3544ee; background-color: transparent; border-color: #3544ee; }
.btn-outline-primary:hover { color: #fff; background-color: #3544ee; border-color: #3544ee; }
.btn-outline-primary.focus, .btn-outline-primary:focus { color: #fff; background-color: #3544ee; border-color: #3544ee; box-shadow: 0 0 0 1px rgb(53, 68, 238); } .btn-outline-secondary { color: #ff5e3e; background-color: transparent; border-color: #ff5e3e; }
.btn-outline-secondary:hover { color: #fff; background-color: #ff5e3e; border-color: #ff5e3e; }
.btn-outline-secondary.focus, .btn-outline-secondary:focus { color: #fff; background-color: #ff5e3e; border-color: #ff5e3e; box-shadow: 0 0 0 1px rgb(255, 94, 62); }
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle { color: #fff; background-color: #ff5e3e; border-color: #ff5e3e; }
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus { box-shadow: 0 0 0 0.1rem rgb(255, 94, 62); } .btn-outline-success { color: #2ec551; background-color: transparent; border-color: #2ec551; }
.btn-outline-success:hover { color: #fff; background-color: #2ec551; border-color: #2ec551; }
.btn-outline-success.focus, .btn-outline-success:focus { color: #fff; background-color: #2ec551; border-color: #2ec551; box-shadow: 0 0 0 1px rgb(40, 167, 69); } .btn-outline-danger { color: #ef172c; background-color: transparent; border-color: #f03c4d; }
.btn-outline-danger:hover { color: #fff; background-color: #ef172c; border-color: #ef172c; }
.btn-outline-danger.focus, .btn-outline-danger:focus { color: #fff; background-color: #ef172c; border-color: #ef172c; box-shadow: 0 0 0 1px rgb(239, 23, 44); }
.btn-outline-danger-light { color: #ef172c; background-color: #ffecec; border-color: #fedddd; }
.btn-outline-danger-light:hover { color: #fff; background-color: #ef172c; border-color: #ef172c; }
.btn-outline-danger-light.focus, .btn-outline-danger-light:focus { color: #fff; background-color: #ef172c; border-color: #ef172c; box-shadow: 0 0 0 1px rgb(239, 23, 44); } .btn-outline-warning { color: #2e2f39; background-color: transparent; border-color: #ffc108; }
.btn-outline-warning:hover { color: #2e2f39; background-color: #ffc108; border-color: #ffc108; }
.btn-outline-warning.focus, .btn-outline-warning:focus { color: #2e2f39; background-color: #ffc108; border-color: #ffc108; box-shadow: 0 0 0 1px rgb(255, 193, 8); } .btn-outline-info { color: #25d5f2; background-color: transparent; border-color: #25d5f2; }
.btn-outline-info:hover { color: #fff; background-color: #25d5f2; border-color: #25d5f2; }
.btn-outline-info.focus, .btn-outline-info:focus { color: #fff; background-color: #25d5f2; border-color: #0998b0; box-shadow: 0 0 0 1px rgb(238, 184, 22); } .btn-outline-light { color: #7171a6; background-color: transparent; border-color: #e6e6f2; }
.btn-outline-light:hover { color: #808294 !important; background-color: #f0f0f8; border-color: #cacae0; }
.btn-outline-light.focus, .btn-outline-light:focus { color: #808294; background-color: #f0f0f8; border-color: #cacae0; box-shadow: 0 0 0 1px rgb(235, 235, 237); } .btn-outline-white { color: #fff; background-color: transparent; border-color: rgba(255, 255, 255, 0.5); }
.btn-outline-white:hover { color: #353851 !important; background-color: #fff; border-color: #cacae0; }
.btn-outline-white.focus, .btn-outline-white:focus { color: #353851; background-color: #fff; border-color: #fff; box-shadow: 0 0 0 1px rgb(255, 255, 255); } .btn-white { color: #353851; background-color: #fff; border-color: rgba(255, 255, 255, 1); }
.btn-white:hover { color: #fff !important; background-color: #04d16f; border-color: #04d16f; }
.btn-white.focus, .btn-outline-white:focus { color: #fff; background-color: #04d16f; border-color: #04d16f; box-shadow: 0 0 0 1px rgb(4, 209, 111, 1); } .btn-outline-dark { color: #2e2f39; background-color: transparent; border-color: #2e2f39; }
.btn-outline-dark:hover { color: #fff; background-color: #2e2f39; border-color: #2e2f39; }
.btn-outline-dark.focus, .btn-outline-dark:focus { color: #fff; background-color: #2e2f39; border-color: #2e2f39; box-shadow: 0 0 0 1px rgb(46, 47, 57); } .btn-xs { padding: 4px 10px; font-size: 12px; }
.btn-sm { padding: 8px 18px; font-size: 14px; }
.btn-lg { padding: 11px 36px; font-size: 17px; } .btn-brand-link { color: #181825; display: inline-block; line-height: 1.25; padding-bottom: 4px; position: relative; font-size: 16px; z-index: 2; text-decoration: none; }
.btn-brand-link:after { background-color: #01d486; bottom: 0; content: ''; height: 2px; left: 0; position: absolute; transition: 300ms ease-in-out; width: 100%; z-index: -1; }
.btn-brand-link:hover:after { background-color: #01d486; height: 13px; transition-duration: 160ms; text-decoration: none; color: #181825; }
.btn-brand-link:hover { text-decoration: none; color: #181825; } .btn-primary-link { color: #181825; display: inline-block; line-height: 1.25; padding-bottom: 4px; position: relative; font-size: 16px; z-index: 2; text-decoration: none; }
.btn-primary-link:after { background-color: #3544ee; bottom: 0; content: ''; height: 2px; left: 0; position: absolute; transition: 300ms ease-in-out; width: 100%; z-index: -1; }
.btn-primary-link:hover:after { background-color: #3544ee; height: 13px; transition-duration: 160ms; text-decoration: none; color: #181825; }
.btn-primary-link:hover { text-decoration: none; color: #181825; } .btn-secondary-link { color: #181825; display: inline-block; line-height: 1.25; padding-bottom: 4px; position: relative; font-size: 16px; z-index: 2; text-decoration: none; }
.btn-secondary-link:after { background-color: #fa5826; bottom: 0; content: ''; height: 2px; left: 0; position: absolute; transition: 300ms ease-in-out; width: 100%; z-index: -1; }
.btn-secondary-link:hover:after { background-color: #fa5826; height: 13px; transition-duration: 160ms; text-decoration: none; color: #181825; }
.btn-secondary-link:hover { text-decoration: none; color: #181825; } .btn-dark-link { color: #181825; display: inline-block; line-height: 1.25; padding-bottom: 4px; position: relative; font-size: 16px; z-index: 2; text-decoration: none; }
.btn-dark-link:after { background-color: #181825; bottom: 0; content: ''; height: 2px; left: 0; position: absolute; transition: 300ms ease-in-out; width: 100%; z-index: -1; }
.btn-dark-link:hover:after { background-color: #54545f; height: 13px; transition-duration: 160ms; text-decoration: none; color: #181825; }
.btn-dark-link:hover { text-decoration: none; color: #181825; } .btn-light-link { color: #181825; display: inline-block; line-height: 1.25; padding-bottom: 4px; position: relative; font-size: 16px; z-index: 2; text-decoration: none; }
.btn-light-link:after { background-color: #808294; bottom: 0; content: ''; height: 2px; left: 0; position: absolute; transition: 300ms ease-in-out; width: 100%; z-index: -1; }
.btn-light-link:hover:after { background-color: #808294; height: 13px; transition-duration: 160ms; text-decoration: none; color: #181825; }
.btn-light-link:hover { text-decoration: none; color: #181825; } .btn-primary-arrow-link { color: #3544ee; display: inline-block; line-height: 24px; font-size: 17px; text-decoration: none; }
.btn-primary-arrow-link:hover { color: #2834bd; display: inline-block; line-height: 24px; font-size: 17px; text-decoration: none; }
.btn-primary-arrow-link i { font-size: 10px; margin-left: 4px; } .btn-brand-arrow-link { color: #01d486; display: inline-block; line-height: 24px; font-size: 17px; text-decoration: none; }
.btn-brand-arrow-link:hover { color: #08b072; display: inline-block; line-height: 24px; font-size: 17px; text-decoration: none; }
.btn-brand-arrow-link i { font-size: 10px; margin-left: 4px; } .btn-secondary-arrow-link { color: #fa5826; display: inline-block; line-height: 24px; font-size: 17px; text-decoration: none; }
.btn-secondary-arrow-link:hover { color: #ea5132; display: inline-block; line-height: 24px; font-size: 17px; text-decoration: none; }
.btn-secondary-arrow-link i { font-size: 10px; margin-left: 4px; } .btn-dark-arrow-link { color: #181825; display: inline-block; line-height: 24px; font-size: 17px; text-decoration: none; }
.btn-dark-arrow-link:hover { color: #282833; display: inline-block; line-height: 24px; font-size: 17px; text-decoration: none; }
.btn-dark-arrow-link i { font-size: 10px; margin-left: 4px; } .btn-light-arrow-link { color: #808294; display: inline-block; line-height: 24px; font-size: 17px; text-decoration: none; }
.btn-light-arrow-link:hover { color: #5f606d; display: inline-block; line-height: 24px; font-size: 17px; text-decoration: none; }
.btn-light-arrow-link i { font-size: 10px; margin-left: 4px; } .btn-facebook { color: #fff; background-color: #3c73df; border-color: #3c73df; }
.btn-google-plus { color: #fff; background-color: #eb5e4c; border-color: #eb5e4c; }
.btn-twitter { color: #fff; background-color: #2caeff; border-color: #2caeff; }
.btn-instagram { color: #fff; background-color: #9361fa; border-color: #9361fa; }
.btn-pinterest { color: #fff; background-color: #c8232c; border-color: #c8232c; } .btn-rounded { border-radius: 100px; }
.btn-circle { border-radius: 50%; }
.btn.btn-icon { height: 60px; width: 60px; padding: 0px; line-height: 3.8; } .zoomimg { position: relative; overflow: hidden; }
.zoomimg img { max-width: 100%; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }
.zoomimg:hover img { -moz-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); } .gray-scale { -webkit-filter: grayscale(100%); filter: grayscale(100%); } .arrow { position: relative; }
.arrow li { padding-left: 20px; line-height: 35px; }
.arrow li:before { font-family: 'FontAwesome'; font-weight: 900; display: inline-block; position: absolute; left: 0; font-size: 12px; color: #22de99; content: '\f058'; font-style: initial; }
.angle-right { position: relative; }
.angle-right li { padding-left: 18px; line-height: 30px; }
.angle-right li:before { font-family: 'FontAwesome'; font-weight: 900; display: inline-block; position: absolute; left: 0; font-size: 12px; color: #01d486; content: '\f105'; font-style: initial; }
.check { position: relative; }
.check li { padding-left: 24px; line-height: 30px; }
.check li:before {font-family: 'FontAwesome';font-weight: 900;display: inline-block;position: absolute;left: 0;font-size: 12px;color: #80829a;content: '\f00c';font-style: initial;}
.close-icon { position: relative; }
.close-icon li { padding-left: 24px; line-height: 30px; }
.close-icon li:before { font-family: 'FontAwesome'; font-weight: 900; display: inline-block; position: absolute; left: 0; font-size: 12px; color: #ec3636; content: '\f00d'; font-style: initial; }
.angle { position: relative; }
.angle li { padding-left: 20px; line-height: 30px; }
.angle li:before { font-family: 'FontAwesome'; font-weight: 900; display: inline-block; position: absolute; left: 0; font-size: 13px; color: #d2d3d8; content: '\f061'; font-style: initial; }
.plus-circle { position: relative; }
.plus-circle li { padding-left: 20px; line-height: 35px; }
.plus-circle li:before { font-family: 'FontAwesome'; font-weight: 900; display: inline-block; position: absolute; left: 0; font-size: 13px; color: #3544ee; content: '\f055'; font-style: initial; } .bullet-list { }
.bullet-list ul { margin: 0px; padding: 0px; }
.bullet-list ul li { }
.divider-line { border: 1px solid transparent; }
.divider-dashed-line { border: 1px dashed transparent; }
.divider-primary { border-color: #032fdf; }
.divider-secondary { border-color: #fa5826; }
.divider-brand { border-color: #01d486; }
.divider-dark { border-color: #181825; }
.divider-light { border-color: #e0e0e6; } .card { margin-bottom: 30px; border: 1px solid #ebedfc; position: relative; }
.card-header { background-color: #fff; border-bottom: 1px solid #ebedfc; padding: 20px 30px; }
.card-title { }
.card-subtitle { font-size: 14px; }
.card-body { padding: 30px; }
.card-text { }
.card-footer { border-top: 1px solid #ebedfc; background: #f6f6ff; padding: 20px 30px; line-height: 1.8; }
.card-link { }
.card-outline { border: 1px solid #ebedfc; border-radius: 4px; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }
.card-outline .card-footer { border-top: 2px solid #ebedfc; padding: 18px 30px; }
.card-outline:hover { -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); }
.card-content-overlay { position: absolute; bottom: 10px; left: 10px; padding: 1.25rem; }
.thumbnail-small-block { }
.thumbnail-small-block .card-body { padding: 20px; } .card-block { margin-bottom: 30px; }
.card-block-img { margin-bottom: 20px; }
.card-block-content { }
.card-block-head { border-bottom: 1px solid #f3f3f6; margin-bottom: 10px; }
.card-block-head-title { font-size: 21px; line-height: 28px; margin-bottom: 10px; } .service-block { }
.service-block-header { }
.service-block-title { }
.service-block-subtitle { }
.service-block-icon { }
.service-block-content { }
.service-block-text { }
.service-block-footer { }
.service-block-link { }
.service-block-outline { } .service-block-v1 { }
.service-block-v1.service-block { margin-bottom: 30px; position: relative; display: flex; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid #ebedfc; border-radius: 4px; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }
.service-block-v1 .service-block-title { line-height: 38px; -moz-transition: all 0.3s; }
.service-block-v1 .service-block-content { padding: 30px; }
.service-block-v1 .service-block-icon { width: 167px; height: 167px; background-color: #f3f6ff; padding: 46px 44px; color: #3544ee; font-size: 70px; text-align: center; margin-top: 15px; margin-bottom: 35px; margin-left: auto; margin-right: auto; line-height: 1.1; }
.service-block-v1 .service-block-text { }
.service-block-v1 .service-block-footer { background-color: #fff; border-top: 1px solid #ebedfc; padding: 20px 30px; line-height: 1.8; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.service-block-v1.service-block:hover { -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); } .service-block-v2.service-block { -webkit-transition: all 0.3s; transition: all 0.3s; border-radius: 4px; margin-bottom: 30px; text-align: center; padding: 30px; border: 1px solid transparent }
.service-block-v2 .service-block-icon { width: 167px; height: 167px; background-color: #f3f6ff; padding: 46px 44px; color: #3544ee; font-size: 70px; text-align: center; margin-top: 15px; margin-bottom: 35px; margin-left: auto; margin-right: auto; line-height: 1.1; }
.service-block-v2 .service-block-content { }
.service-block-v2 .service-block-title { line-height: 38px; }
.service-block-v2 .service-block-text { }
.service-block-v2.service-block:hover { -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); border: 1px solid #ebedfc; } .service-block-v3 { }
.service-block-v3.service-block { margin-bottom: 30px; position: relative; display: flex; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid #ebedfc; border-radius: 4px; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; text-align: center; }
.service-block-v3 .service-block-title { margin-bottom: 10px; }
.service-block-v3 .service-block-content { padding: 40px; }
.service-block-v3 .service-block-icon { color: #3342e7; background-color: #f3f6ff; font-size: 32px; padding: 36px 30px; height: 103px; width: 103px; margin-left: auto; margin-right: auto; margin-bottom: 30px; text-align: center; }
.service-block-v3 .service-block-text { }
.service-block-v3.service-block:hover { -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); transition: all .4s ease; transform: translate3D(0, -12px, 0) scale(1); } .service-block-v4 { }
.service-block-v4.service-block { position: relative; display: flex; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid #ebedfc; border-radius: 4px; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; padding: 40px; }
.service-block-v4 .service-block-title { margin-bottom: 10px; }
.service-block-v4 .service-block-content { }
.service-block-v4 .service-block-img { position: relative; z-index: 1; }
.service-block-v4 .service-block-text { font-size: 21px; line-height: 32px; }
.service-block-v4.service-block:hover { -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); }
.service-block-v4 .service-content-list { display: table; margin-bottom: 10px; }
.service-block-v4 .service-content-list .service-first-list { float: left; padding-right: 20px; } .service-block-v6 { }
.service-block-v6.service-block { margin-bottom: 30px; position: relative; display: flex; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid #ebedfc; border-radius: 4px; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; text-align: center; }
.service-block-v6 .service-block-title { margin-bottom: 0px; }
.service-block-v6 .service-block-content { padding: 20px; }
.service-block-v6 .service-block-icon { font-size: 32px; padding: 36px 30px; height: 103px; width: 103px; text-align: center; margin-top: 15px; margin-bottom: 15px; margin-left: auto; margin-right: auto; line-height: 1.1; }
.service-block-v6.service-block:hover { -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); }
.card-content-overlay { position: absolute; bottom: 10px; left: 10px; padding: 1.25rem; } .service-space { padding-bottom: 250px !important; position: relative; text-align: center; }
.service-section-v5 { position: relative; z-index: 1; bottom: 254px; margin-bottom: -170px; }
.service-block-v5 { }
.service-block-v5.service-block { margin-bottom: 60px; -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); }
.service-block-v5 .service-block-title { margin-bottom: 5px; }
.service-block-v5 .service-block-content { background-color: #fff; padding: 30px; }
.service-block-v5 .service-block-img { position: relative; }
.service-block-v5 .service-block-icon { height: 72px; width: 72px; background-color: #acffd7; border-radius: 100%; font-size: 42px; padding: 21px 14px; color: #3847f1; position: absolute; right: 20px; bottom: -35px; }
.service-block-v5 .service-block-text { }
.service-block-v5 .service-block-footer { border-top: 1px solid #e7e7f2; background-color: #fff; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.service-block-v5 .service-block-footer-item { padding: 12px 23px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; text-align: center; display: inline-block; font-size: 16px; }
.service-block-v5.service-block:hover { -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); }
.service-footer-item a { color: #181825; }
.loan-service-footer-item a:hover { color: #3847f1; }
.service-footer-item-bordered:not(:last-child) { border-right: 1px solid #e7e7f2; }
/ .client-block { }
.client-block-title { }
.client-block-content { }
.client-block-img { }
.client-block-text { } .card-deck .client-block-v1 { display: -ms-flexbox; display: flex; -ms-flex: 1 0 0%; flex: 1 0 0%; -ms-flex-direction: column; flex-direction: column; margin-right: 15px; margin-bottom: 0; margin-left: 15px; }
.client-block-v1 { }
.client-block-v1.client-block { margin-bottom: 30px; position: relative; display: flex; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid #ebedfc; border-radius: 4px; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }
.client-block-v1 .client-block-title { }
.client-block-v1 .client-block-content { padding: 50px; }
.client-block-v1 .client-block-img { margin-bottom: 30px; }
.client-block-v1 .client-block-text { }
.client-block-v1.client-block:hover { -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); } .client-section-v2 { background-color: #fff; padding: 50px; }
.client-block-v2 { }
.client-block-v2.client-block { margin-bottom: 20px; position: relative; display: flex; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border-radius: 4px; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; padding: 50px; }
.client-block-v2 .client-block-img { margin-bottom: 0px; }
.client-block-v2.client-block:hover { -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); } .client-logo { padding: 15px; }
.client-logo-img { }
.client-logo-second { padding: 60px; background-color: #fff; text-align: center; border-radius: 6px; transition: .7s ease; margin-bottom: 30px; position: relative; cursor: pointer; }
.client-logo-second:hover { -webkit-box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.16); -moz-box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.16); box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.16); background-color: #fff; transition: .7s ease; }
.client-logo-second a { position: relative; display: inline-block; z-index: 1; }
.client-logo-second .main-img { position: relative; }
.client-logo-second .hover-img { position: absolute; top: 0; left: 0; opacity: 0; }
.client-logo-second:hover .hover-img { position: absolute; opacity: 1; transition: .7s ease; } .client-logo-third { padding: 60px; background-color: transparent; text-align: center; border-radius: 6px;
transition: .7s ease; margin-bottom: 30px; position: relative; cursor: pointer; border:1px solid #40424c;}
.client-logo-third:hover { -webkit-box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.16);
-moz-box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.16); box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.16);
background-color: #40424c; transition: .7s ease; border:1px solid #40424c; }
.client-logo-third a { position: relative; display: inline-block; z-index: 1; }
.client-logo-third .main-img { position: relative; }
.client-logo-third .hover-img { position: absolute; top: 0; left: 0; opacity: 0; }
.client-logo-third:hover .hover-img { position: absolute; opacity: 1; transition: .7s ease; } .client-block-v3 { }
.client-block-v3.client-block { -webkit-box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.05); box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.05); margin-bottom: 20px; background-color: #fff; text-align:center; margin-bottom: 50px;
border-radius: 4px; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s;  padding: 60px 30px 60px 30px;}
.client-block-v3 .client-block-content{}
.client-block-v3 .client-block-img { padding: 20px 60px 60px 60px;} .process-block { }
.process-block-icon { }
.process-block-content { }
.process-block-title { }
.process-block-text { } .process-block-v1 { }
.process-block-v1.process-block {margin-bottom: 30px;position: relative;background-color: #fff;border-radius: 4px;transition: .4s ease;border: 1px solid transparent;}
.process-block-v1.process-block:hover { background-color: #fff; -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); transition: .4s ease; border: 1px solid #ebecf7; }
.process-block-v1 .process-block-icon { width: 94px; height: 94px; padding: 27px; color: #fff; font-size: 46px; text-align: center; margin-top: 15px; margin-bottom: 35px; margin-left: auto; margin-right: auto; line-height: 1; }
.process-block-v1 .process-block-content { padding: 40px; }
.process-block-v1 .process-block-title { margin-bottom: 5px; }
.process-block-v1 .process-block-text { } .process-block-v2 { }
.process-block-v2.process-block { margin-bottom: 30px; border: 1px solid #ebedfc; position: relative; background-color: #fff; border-radius: 4px; }
.process-block-v2 .process-block-icon { width: 94px; height: 94px; padding: 27px; color: #fff; font-size: 46px; text-align: center; margin-bottom: 35px; margin-left: auto; margin-right: auto; line-height: 1; }
.process-block-v2 .process-block-content { padding: 40px; border-bottom: 1px solid #ebedfc; }
.process-block-v2 .process-block-title { margin-bottom: 5px; }
.process-block-v2 .process-block-text { }
.process-block-v2 .process-block-footer { border-top: 1px solid #ebedfc; background: #fff; padding: 20px; line-height: 1.8; margin-top: -1px; } .process-block-v3 { }
.process-block-v3.process-block { padding: 58px 28px; background-color: transparent; border-radius: 4px; transition: .5s ease; border: 1px solid #ebecf7; }
.process-block-v3.process-block:hover { background-color: #fff; -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); transition: .5s ease; border: 1px solid #ebecf7; }
.process-block-v3 .process-block-icon { width: 94px; height: 94px; padding: 20px; color: #fff; font-size: 46px; text-align: center; margin-bottom: 35px; margin-left: auto; margin-right: auto; line-height: 1.2; }
.process-block-v3 .process-block-content { }
.process-block-v3 .process-block-title { margin-bottom: 5px; font-size: 20px; }
.process-block-v3 .process-block-text { } .process-block-v4 { }
.process-block-v4.process-block {margin-bottom: 30px; padding: 40px; background-color: transparent;
border-radius: 4px; transition: .5s ease; border: 1px solid #ebecf7; }
.process-block-v4.process-block:hover { background-color: #fff; -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); transition: .5s ease; border: 1px solid #ebecf7; }
.process-block-v4 .process-block-icon { color: #3544ee; font-size: 72px;  margin-bottom: 30px;  line-height: 1; }
.process-block-v4 .process-block-content { }
.process-block-v4 .process-block-title { margin-bottom: 5px; font-size: 20px; }
.process-block-v4 .process-block-text { } .process-block-v5 { }
.process-block-v5.process-block {margin-bottom: 30px; }
.process-block-v5 .process-block-icon {  color: #3342e7; background-color: #f3f6ff; font-size: 26px;
padding: 23px 21px;
height: 73px;
width: 73px;
margin-bottom: 20px;
text-align: center;
line-height: 1.2; }
.process-block-v5 .process-block-content { }
.process-block-v5 .process-block-title { margin-bottom: 30px; font-size: 20px; }
.process-block-v5 .process-block-text { }
.process-block-v5 {}
.process-block-v5 .process-block-list{}
.process-block-v5 .process-block-list ul{}
.process-block-v5 .process-block-list ul li{border-top: 1px solid #ebecf7;
line-height: 2.5;
border-bottom: 1px solid #ebecf7;
margin-top: -1px;}
.process-block-v5 .angle li:before {
font-family: 'FontAwesome';
font-weight: 900;
display: inline-block;
position: absolute;
left: 0;
font-size: 13px;
color: #d2d3d8;
content: '\f061';
font-style: initial;
margin-top: 4px;
} .bg-primary { background-color: #3544ee !important;}
.bg-primary-dark{background-color: #1d2256 !important;}
.bg-brand { background-color: #01d486 !important; }
.bg-secondary { background-color: #fa5826 !important; color: #fff !important; }
.bg-success { background-color: #2ec551 !important; }
.bg-danger { background-color: #ef172c !important; }
.bg-warning { background-color: #ffc108 !important; }
.bg-info { background-color: #25d5f2 !important; }
.bg-light { background-color: #f9f9ff !important; }
.bg-dark { background-color: #2e2f39 !important; }
.bg-primary-light { background-color: #e4e6ff !important; color: #fff !important; }
.bg-primary-dark {background-color: #1d2256 !important;}
.bg-info-light { background-color: #dffaff !important; color: #fff; }
.bg-secondary-light { background-color: #ffd9d1 !important; }
.bg-danger-light { background-color: #fbd3d5 !important; }
.bg-brand-light { background-color: #ccf7f0 !important; }
.bg-success-light { background-color: #c5fad3 !important; }
.split-bg { background: linear-gradient(to right, #01d486 0%, #01d486 45%, #efeff3 40%, #efeff3 100%); height: 100%; width: 100%; }
.bg-gray { background-color: #ededf5 !important; }
.bg-brose-light { background-color: #fde9ff !important; }
.bg-brose-dark-light { background-color: #edc6ff !important; }
.bg-purple-light { background-color: #f0eaff !important; }
.bg-cyan-light { background-color: #e7f9fa !important; }
.bg-mehndi-light { background-color: #eaf9c4 !important; }
.bg-pink-light { background-color: #ffe1eb !important; }
.bg-warning-light { background-color: #fff8dd !important; }
.bg-orange-light { background-color: #ffede6 !important; }
.bg-blue-light { background-color: #d8fdff !important; } .text-primary { color: #3544ee !important; }
.text-brand { color: #01d486 !important; }
.text-secondary { color: #ea5132 !important; }
.text-success { color: #2ec551 !important; }
.text-danger { color: #ef172c !important; }
.text-warning { color: #ffc108 !important; }
.text-info { color: #25d5f2 !important; }
.text-light { color: #afafb6 !important; }
.text-dark { color: #181825 !important; }
.text-gray { color: #868aa5 !important; }
.text-muted { color: #7171a6 !important; }
.rating-color { color: #ffa811; }
.text-brose { color: #ee46ff !important; }
.text-purple { color: #7e48f6 !important; }
.text-cyan { color: #22ced0 !important; }
.text-mehndi { color: #94ca00 !important; }
.text-pink { color: #f6256b !important; }
.text-orange { color: #fd672d !important; }
.text-blue { color: #01e3ef !important; }
.text-primary-light { color: #b2b8f9; }
.text-brand-light { color: #e0fcf2; }
.text-secondary-light { color: #fdd5c8; } .border-boxes span { display: inline-block; width: 5rem; height: 5rem; margin: .25rem; background-color: #fbfbfd; }
.border { border: 1px solid #ebecf7 !important; }
.border-top { border-top: 1px solid #ebecf7 !important; }
.border-bottom { border-bottom: 1px solid #ebecf7 !important; }
.border-left { border-left: 1px solid #ebecf7 !important; }
.border-right { border-right: 1px solid #ebecf7 !important }
.border-top-primary { border-top-color: #3544ee !important; }
.border-2 { border-width: 2px !important; }
.border-secondary { border-color: #fa5826 !important; }
.border-brand { border-color: #01d486 !important; }
.border-info { border-color: #25d5f2 !important; }
.rounded { border-radius: 4px !important; }
.rounded-top { border-top-left-radius: 4px !important; border-top-right-radius: 4px !important; }
.rounded-bottom { border-bottom-left-radius: 4px !important; border-bottom-right-radius: 4px !important; }
.border-bottom-4 { border-bottom: 4px solid !important; }
.border-top-4 { border-top: 4px solid !important; }
.bb-brand-color { border-bottom-color: #01d486 !important; }
.bb-primary-color { border-bottom-color: #3544ee !important; }
.bb-danger-color { border-bottom-color: #ef172c !important; }
.bt-danger-color { border-top-color: #ef172c !important; }
.bb-orange-color { border-bottom-color: #ff9b5f !important; }
.bb-secondary-color { border-bottom-color: #ea5132 !important; }
.bb-info-color { border-bottom-color: #00cdec !important; }
.bb-success-color { border-bottom-color: #2ec551 !important; }
.bt-success-color { border-top-color: #2ec551 !important; }
.border-primary { border-color: #032fdf !important; }
.border-dark { border-color: #181825 !important; }
.border-light { border-color: #e0e0e6 !important; }
.border-dashed { border-style: dashed !important; } .border-boxes span { display: inline-block; width: 5rem; height: 5rem; margin: .25rem; background-color: #fbfbfd; }
.border { border: 1px solid #363686 !important; }
.border-top { border-top: 1px solid #363686 !important; }
.border-bottom { border-bottom: 1px solid #363686 !important; }
.border-left { border-left: 1px solid #363686 !important; }
.border-right { border-right: 1px solid #363686 !important; }
.border-top-primary { border-top-color: #4747ff !important; }
.border-2 { border-width: 2px !important; }
.border-secondary { border-color: #fa5826 !important; }
.border-brand { border-color: #01d486 !important; }
.border-info { border-color: #25d5f2 !important; }
.rounded { border-radius: 4px !important; }
.rounded-top { border-top-left-radius: 4px !important; border-top-right-radius: 4px !important; }
.rounded-bottom { border-bottom-left-radius: 4px !important; border-bottom-right-radius: 4px !important; }
.border-bottom-4 { border-bottom: 4px solid !important; }
.border-top-4 { border-top: 4px solid !important; }
.bb-brand-color { border-bottom-color: #01d486 !important; }
.bb-primary-color { border-bottom-color: #4747ff !important; }
.bb-danger-color { border-bottom-color: #ef172c !important; }
.bt-danger-color { border-top-color: #ef172c !important; }
.bb-orange-color { border-bottom-color: #ff9b5f !important; }
.bb-secondary-color { border-bottom-color: #e54918 !important; }
.bb-info-color { border-bottom-color: #00cdec !important; }
.bb-success-color { border-bottom-color: #2ec551 !important; }
.bt-success-color { border-top-color: #2ec551 !important; }
.border-primary { border-color: #032fdf !important; }
.border-dark { border-color: #ffffff !important; }
.border-light { border-color: #e0e0e6 !important; }
.border-dashed { border-style: dashed !important; } .split-container { height: 100%; }
.split-left-img { display: flex; justify-content: center; align-items: center; background: url(//fvs-verkehr.de/wp-content/themes/images/about-left-img-1.jpg)no-repeat; background-size: cover; min-height: 500px; color: #FFF; background-position-x: 50%; }
.split-right-img { display: flex; justify-content: center; align-items: center; background: url(//fvs-verkehr.de/wp-content/themes/images/about-right-img-1.jpg)no-repeat; background-size: cover; min-height: 500px; color: #fff; background-position-x: 50%; }
.split-left-img-second { display: flex; justify-content: center; align-items: center; background: url(//fvs-verkehr.de/wp-content/themes/images/about-left-img-2.jpg)no-repeat; background-size: cover; min-height: 500px; color: #FFF; background-position-x: 50%; }
.split-right-img-second { display: flex; justify-content: center; align-items: center; background: url(//fvs-verkehr.de/wp-content/themes/images/about-right-img-2.jpg)no-repeat; background-size: cover; min-height: 500px; color: #fff; background-position-x: 50%; } .facebook-color { color: #3c73df; }
.twitter-color { color: #1ea2f2; }
.instagram-color { color: #9361fa; }
.rss-color { color: #ee802f; }
.pinterest-color { color: #c8232c; }
.youtube-color { color: #ff0000; }
.medium-color { color: #00ab6c; }
.googleplus-color { color: #d34836; }
.snapchat-color { color: #FFFB00; } .facebook-bgcolor { background-color: #3b5898; color: #fff; }
.twitter-bgcolor { background-color: #1ea2f2; color: #fff; }
.instagram-bgcolor { background-color: #9361fa; color: #fff; }
.rss-bgcolor { background-color: #ee802f; color: #fff; }
.pinterest-bgcolor { background-color: #c8232c; color: #fff; }
.youtube-bgcolor { background-color: #ff0000; color: #fff; }
.googleplus-bgcolor { background-color: #d34836; color: #fff; } .progress-bar { background-color: #3544ee; }
.primary-progress-bar { background-color: #3544ee; }
.progress-sm { height: 5px; }
.progress-sm { height: 5px }
.progress-md { height: 8px }
.progress-lg { height: 12px }
.progress-xl { height: 15px } .badge { display: inline-block; padding: 3px 7px; font-size: 13px; font-weight: 400; line-height: 1; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25rem; }
.badge-primary { background-color: #3544ee; }
.badge-primary[href]:focus, .badge-primary[href]:hover { color: #fff; text-decoration: none; background-color: #4656e9; }
.badge-brand { background-color: #01d486; color: #fff; }
.badge-brand[href]:focus, .badge-brand[href]:hover { color: #2e2f39; background-color: #efb63e; text-decoration: none; }
.badge-secondary { background-color: #ea5132; }
.badge-secondary[href]:focus, .badge-secondary[href]:hover { color: #fff; background-color: #fa5826; text-decoration: none; }
.badge-success { background-color: #21ae41; }
.badge-success[href]:focus, .badge-success[href]:hover { color: #fff; background-color: #21ae41; text-decoration: none; }
.badge-danger { background-color: #da0419; }
.badge-danger[href]:focus, .badge-danger[href]:hover { color: #fff; background-color: #ef172c; text-decoration: none; }
.badge-warning { background-color: #f3b600; color: #2e2f39; }
.badge-warning[href]:focus, .badge-warning[href]:hover { color: #2e2f39; background-color: #f3b600; text-decoration: none; }
.badge-info { background-color: #0998b0; }
.badge-info[href]:focus, .badge-info[href]:hover { color: #fff; background-color: #17c0dc; text-decoration: none; }
.badge-light { background-color: #efeff6; color: #757691; }
.badge-light[href]:focus, .badge-light[href]:hover { color: #2e2f39; background-color: #d7d7df; text-decoration: none; }
.badge-dark { background-color: #1f202b; }
.badge-dark[href]:focus, .badge-light[href]:hover { color: #2e2f39; background-color: #d7d7df; text-decoration: none; }
.badge-dot { border-radius: 100%; padding: 4px; display: inline-block; margin-right: 3px; } .page-link { position: relative; display: block; padding: 13px 18px; margin-left: 0px; margin-right: 5px; line-height: 1.25; color: #626582; background-color: #fff; border: 1px solid #ebecf7; border-radius: 100%; line-height: 1; font-size: 15px; }
.page-link:hover { z-index: 2; color: #fff; text-decoration: none; background-color: #01d486; border-color: #08bd7a; }
.page-item.active .page-link { z-index: 1; color: #fff; background-color: #01d486; border-color: #08bd7a; }
.page-item:first-child .page-link { margin-left: auto; border-top-left-radius: 35px; border-bottom-left-radius: 35px; border-top-right-radius: 35px; border-bottom-right-radius: 35px; }
.page-item:last-child .page-link { border-top-left-radius: 35px; border-bottom-left-radius: 35px; border-top-right-radius: 35px; border-bottom-right-radius: 35px; } .spinner-xxl { width: 150px; height: 150px; }
.spinner-xl { width: 120px; height: 120px; }
.spinner-lg { width: 100px; height: 100px; }
.spinner-md { width: 80px; height: 80px; }
.spinner-sm { width: 60px; height: 60px; }
.spinner-xs { width: 30px; height: 30px; }
.dashboard-spinner { margin: 0px 8px; border-radius: 50%; background-color: transparent; border: 6px solid transparent; border-top: 6px solid #3544ee; border-left: 6px solid #3544ee; -webkit-animation: 1s spin linear infinite; animation: 1s spin linear infinite; display: inline-block; }
.spinner-primary { border-top-color: #3544ee; border-left-color: #3544ee; }
.spinner-secondary { border-top-color: #ff5e3e; border-left-color: #ff5e3e; }
.spinner-success { border-top-color: #2ec551; border-left-color: #2ec551; }
.spinner-danger { border-top-color: #dc3545; border-left-color: #dc3545; }
.spinner-warning { border-top-color: #ffc107; border-left-color: #ffc107; }
.spinner-info { border-top-color: #17a2b8; border-left-color: #17a2b8; }
@-webkit-keyframes spin {
from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes spin {
from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
} .card-pattern-left { position: relative; }
.card-pattern-left:after { content: ''; background: url(https://fvs-verkehr.de/wp-content/themes/quanto/images/dot-square.png)no-repeat; height: 120px; width: 120px; background-repeat: repeat; position: absolute; bottom: -23px; z-index: -1; left: -23px; }
.card-pattern-right { position: relative; }
.card-pattern-right:after { content: ''; background: url(https://fvs-verkehr.de/wp-content/themes/quanto/images/dot-square.png)no-repeat; height: 120px; width: 120px; background-repeat: repeat; position: absolute; bottom: -23px; z-index: -1; right: -23px; }
.card-pattern-right-top { position: relative; }
.card-pattern-right-top:before { content: ''; background: url(https://fvs-verkehr.de/wp-content/themes/quanto/images/dot-square.png)no-repeat; height: 120px; width: 120px; background-repeat: repeat; position: absolute; top: -24px; z-index: -1; right: -23px; }
.card-pattern-bottom { position: relative; }
.card-pattern-bottom:after { content: ''; background: url(https://fvs-verkehr.de/wp-content/themes/quanto/images/dot-square.png)no-repeat; height: 120px; width: 120px; background-repeat: repeat; position: absolute; bottom: -23px; z-index: -1; left: 110px; }
.card-pattern-full { position: relative; }
.card-pattern-full:after { content: ''; background: url(https://fvs-verkehr.de/wp-content/themes/quanto/images/dot-square.png)no-repeat; height: 200px; width: 392px; background-repeat: repeat; position: absolute; bottom: -23px; z-index: -1; right: 0; left: -23px; }
.card-pattern-box { position: relative; }
.card-pattern-box:after { content: ''; background: url(https://fvs-verkehr.de/wp-content/themes/quanto/images/dot-square.png)no-repeat; height: 200px; width: 583px; background-repeat: repeat; position: absolute; bottom: -23px; z-index: -1; right: 0; left: -21px; }
.card-pattern-full-box { position: relative; }
.card-pattern-full-box:after { content: ''; background: url(https://fvs-verkehr.de/wp-content/themes/quanto/images/dot-square.png)no-repeat; height: 187px; width: 960px; background-repeat: repeat; position: absolute; bottom: -21px; z-index: -1; right: 0; left: -21px; }
.card-pattern-circle { position: relative; }
.card-pattern-circle:after { content: ''; background: url(https://fvs-verkehr.de/wp-content/themes/quanto/images/dot-square.png)no-repeat; height: 120px; width: 120px; background-repeat: repeat; position: absolute; bottom: 3px; z-index: -1; left: -22px; border-radius: 100%; }
.pattern { position: relative; } .accordion-section { background-color: #fff; border: 1px solid #ebecf7; padding: 45px; margin-bottom: 30px; }
.accrodion-regular { }
.accrodion-regular .card { margin-bottom: -1px; border: 1px solid #ebedfc; }
.accrodion-regular .card-body { background-color: #f8f8fb; }
.accrodion-regular .card-header { padding: 14px 20px; background-color: transparent; }
.accrodion-regular .card-title { font-size: 16px; line-height: 20px; margin-bottom: 0px; }
.accrodion-regular .card-title span { padding-top: 3px; float: right; }
.accrodion-regular .card-header:first-child { border-radius: calc(4px - 1px) calc(4px - 1px) 0 0; }
.accrodion-regular .card-header a { color: #353851; }
.accrodion-regular .card-header a:hover { color: #3544ee; }
.accrodion-regular .card-header.active { color: #3544ee; }
.accordion-content { padding-bottom: 10px; padding-top: 10px; } .accrodion-regular .accrodion-block { border-bottom: 1px solid #ebecf7; margin-bottom: 20px; padding-bottom: 20px; }
.accrodion-regular .accordion-head { }
.accrodion-regular .accordion-title { margin-bottom: 0px; font-size: 18px; }
.accrodion-regular .accordion-text { }
.accrodion-regular .accordion-title span {padding-right: 23px;font-size: 14px;color: #3544ee;} .accrodion-second-regular { }
.accrodion-second-regular { }
.accrodion-second-regular .card { margin-bottom: -1px; border: 1px solid #ebedfc; }
.accrodion-second-regular .card-body { background-color: #f8f8fb; }
.accrodion-second-regular .card-header { padding: 14px 20px; background-color: transparent; }
.accrodion-second-regular .card-title { font-size: 16px; line-height: 20px; margin-bottom: 0px; }
.accrodion-second-regular .card-title span { padding-top: 3px; font-size: 14px; color: #3645f2; }
.accrodion-second-regular .card-header:first-child { border-radius: calc(4px - 1px) calc(4px - 1px) 0 0; }
.accrodion-second-regular .card-header .card-title a { color: #353851; }
.accrodion-second-regular .card-header .card-title a:hover { color: #3544ee !important; }
.accrodion-second-regular .card-header.active { color: #3544ee; }
.accordion-content { padding-bottom: 10px; padding-top: 10px; } .accrodion-third-regular { }
.accrodion-third-regular { }
.accrodion-third-regular .card { margin-bottom: -1px; border: 1px solid #ebedfc; }
.accrodion-third-regular .card-body {background-color: #ffffff;}
.accrodion-third-regular .card-header {padding: 36px 30px;background-color: transparent;}
.accrodion-third-regular .card-title {font-size: 20px;line-height: 30px;margin-bottom: 0px;}
.accrodion-third-regular .card-title span {padding-top: 3px;font-size: 26px;color: #3645f2;float: right;}
.accrodion-third-regular .card-header:first-child { border-radius: calc(4px - 1px) calc(4px - 1px) 0 0; }
.accrodion-third-regular .card-header .card-title a { color: #181825 !important; }
.accrodion-third-regular .card-header .card-title a:hover { color: #3544ee !important; }
.accrodion-third-regular .card-header.active { color: #3544ee; }
.accordion-content { padding-bottom: 10px; padding-top: 10px; } .tab-regular { }
.tab-regular .nav.nav-tabs { border-bottom: transparent; }
.tab-regular .nav.nav-tabs .nav-item { }
.tab-regular .nav.nav-tabs .nav-link { display: block; padding: 17px 44px; color: #808294; background-color: #ededf1; margin-right: 1px; border-color: #ededf1; }
.tab-regular .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { }
.tab-regular .nav-tabs .nav-link.active { background-color: #fff; border-color: #e6e6f2 #e6e6f2 #fff; color: #3544ee; }
.tab-regular .tab-content { background-color: #fff; padding: 30px; border: 1px solid #e6e6f2; border-radius: 4px; border-top-left-radius: 0px } .tab-vertical { }
.tab-vertical .nav.nav-tabs { float: left; display: block; margin-right: 0px; border-bottom: 0; }
.tab-vertical .nav.nav-tabs .nav-item { margin-bottom: 6px; }
.tab-vertical .nav-tabs .nav-link { border: 1px solid transparent; border-top-left-radius: .25rem; border-top-right-radius: .25rem; background: #fff; padding: 17px 49px; color: #808294; background-color: #ededf1; -webkit-border-radius: 4px 0px 0px 4px; -moz-border-radius: 4px 0px 0px 4px; border-radius: 4px 0px 0px 4px; }
.tab-vertical .nav-tabs .nav-link.active { color: #3544ee; background-color: #fff !important; border-color: transparent !important; }
.tab-vertical .nav-tabs .nav-link { border: 1px solid transparent; border-top-left-radius: 4px !important; border-top-right-radius: 0px !important; }
.tab-vertical .tab-content { overflow: auto; -webkit-border-radius: 0px 4px 4px 4px; -moz-border-radius: 0px 4px 4px 4px; border-radius: 0px 4px 4px 4px; background: #fff; padding: 30px; } .outline-tab { }
.outline-tab .nav .nav-tabs { }
.outline-tab .nav-tabs { border-bottom: 1px solid #ebedfc; }
.outline-tab .nav-tabs .nav-item { margin-bottom: -1px; margin-top: 30px; }
.outline-tab .nav-tabs .nav-link { padding: 10px 30px; border: 1px solid transparent; border-top-left-radius: .25rem; border-top-right-radius: .25rem; color: #626582; }
.outline-tab .nav-tabs .nav-item.show .nav-link, .outline-tab .nav-tabs .nav-link.active { color: #3341e7; background-color: transparent; border-color: #ebedfc #ebedfc #fff; }
.outline-tab .tab-content { padding: 35px; } .simple-card { background-color: #fff; border-radius: 4px; border: 1px solid #e9e9f2; }
.simple-card .nav.nav-tabs { border-bottom: 1px solid #e6e6f2; }
.simple-card .nav.nav-tabs .nav-item { }
.simple-card .nav.nav-tabs .nav-item .nav-link { padding: 17px 49px; color: #808294; background: #f8f8fb; border-color: #e9e9f2 #e9e9f2 #e9e9f2; margin-right: -1px; border-radius: 0px; border-top: transparent; }
.simple-card .nav-tabs .nav-link.active { color: #3544ee !important; background-color: transparent !important; border-color: #e9e9f2 #e9e9f2 #fff !important; }
.simple-card .tab-content { padding: 30px; } .pills-regular { }
.pills-regular .nav.nav-pills { }
.pills-regular .nav.nav-pills .nav-item { }
.pills-regular .nav.nav-pills .nav-item .nav-link { background-color: #ededf1; padding: 16px 52px; margin-right: 3px; color: #808294; }
.pills-regular .nav.nav-pills .nav-item .nav-link.active { background-color: #fff; color: #3544ee; }
.pills-regular .tab-content { background-color: #fff; padding: 30px; border-radius: 4px; } .pills-vertical { }
.pills-vertical .nav.nav-pills { }
.pills-vertical .nav.nav-pills .nav-link { background-color: #ededf1; padding: 16px; margin-bottom: 4px; color: #808294; text-align: center; }
.pills-vertical .nav.nav-pills .nav-link.active { background-color: #fff; color: #3544ee; }
.pills-vertical .tab-content { background-color: #fff; padding: 30px; border-radius: 4px; } .table { width: 100%; margin-bottom: 1rem; background-color: transparent; }
.table thead th { vertical-align: bottom; border-bottom: 2px solid #ebedfc; font-family: 'Circular Std Book'; }
.table-bordered thead td, .table-bordered thead th { border-bottom-width: 2px; }
.table-bordered td, .table-bordered th { border: 1px solid #ebedfc; }
table { font-size: 16px; }
table th { }
table td { }
.table th { color: #303443; font-family: 'Circular Std Book'; }
.table td, .table th { padding: .75rem; color: #626582; }
.table-striped tbody tr:nth-of-type(odd) { background-color: #fff; }
.table .thead-light th { color: #495057; background-color: #f3f6ff; border-color: #ebedfc; } div.dataTables_wrapper div.dataTables_filter input { margin-left: 0.5em; display: inline-block; width: auto; height: 42px; }
div.dataTables_wrapper div.dataTables_length select { width: auto; display: inline-block; height: 42px; } .alert-warning { color: #856404; background-color: #fffae7; border-color: #fee06e; }
.alert-primary { color: #004ebd; background-color: #d9eeff; border-color: #a2d5fe; } .counter { }
.counter-icon { }
.counter-block { }
.counter-block-content { }
.counter-block-icon { }
.counter-block-title { }
.counter-block-text { } .counter-v1.counter-block { padding: 20px 0px; color: #bac0ff; }
.counter-v1 .counter-block-content { }
.counter-v1 .counter-block-icon { font-size: 60px; color: #fff; margin-bottom: 40px; }
.counter-v1 .counter-block-title { margin-bottom: 10px; font-size: 28px; line-height: 35px; }
.counter-v1 .counter-block-text { } .counter-v2.counter-block { padding: 20px 0px; color: #bac0ff; }
.counter-v2 .counter-block-content { }
.counter-v2 .counter-block-icon { font-size: 60px; color: #fff; margin-bottom: 40px; }
.counter-v2 .counter-block-title { position: relative; margin-bottom: 10px; font-size: 52px; line-height: 48px; font-family: 'Circular Std Bold' !important; }
.counter-v2 .counter-block-text { }
.counter-v2 .plus-sign { position: absolute; font-size: 48px; color: #fff; top: 28px; right: 67px; font-family: 'Circular Std Bold' !important; } .counter-v3.counter-block { text-align: center; }
.counter-v3 .counter-block-content { }
.counter-v3 .counter-block-icon { }
.counter-v3 .counter { display: block; font-size: 50px; vertical-align: middle; font-family: 'Circular Std Bold' !important; color: #181825; margin-bottom: 12px; line-height: 52px; }
.counter-v3 .counter-block-text { }
.counter-section { background-color: #fff; border-radius: 4px; padding: 60px; border: 1px solid #ebecf7; margin-bottom: 60px; } .counter-v4.counter-block { text-align: center; background-color: #fff; border-radius: 4px; padding: 50px; border: 1px solid #ebecf7; margin-bottom: 60px; }
.counter-v4 .counter-block-content { }
.counter-v4 .counter-block-icon { background-color: #e1e4fd; height: 65px; width: 65px; line-height: 30px; padding: 20px; font-size: 21px; border-radius: 100%; display: inline-block; color: #3544ee; margin-bottom: 30px; }
.counter-v4 .counter { display: block; font-size: 50px; vertical-align: middle; font-family: 'Circular Std Bold' !important; color: #181825; margin-bottom: 12px; line-height: 52px; }
.counter-v4 .counter-block-text { }
.counter-section { background-color: #fff; border-radius: 4px; padding: 60px; border: 1px solid #ebecf7; }
.counter-container-primary {padding: 80px 60px;margin-bottom: 60px;color: #b4baff;}
.counter-section-img-bg { background: url(//fvs-verkehr.de/wp-content/themes/images/counter-section-img-1.jpg)no-repeat; position: relative; background-size: cover; padding: 250px 0px; min-height: 507px; }
.counter-section-img-bg:before { content: '0 0 30 30'; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-image: linear-gradient(to bottom right, #181825, #181825); opacity: 0.5; } .counter-v5.counter-block { padding: 20px 0px; }
.counter-v5 .counter-block-content { }
.counter-v5 .counter-block-title { position: relative; margin-bottom: 10px; font-size: 58px;
line-height: 68px;  color: #181825; font-family: 'Circular Std Bold' !important;}
.counter-v5 .counter-block-text { }
.counter-v5 .plus-sign { position: absolute;
font-size: 48px;
color: #181825;
top: 40px;
right: 60px;
font-family: 'Circular Std Bold' !important;} .rate-block { margin-bottom: 30px; border: 1px solid #ebedfc; position: relative; background-color: #fff; transition: .7s ease; }
.rate-block-header { border-bottom: 1px solid #ebedfc; padding: 12px; }
.rate-block-header-title { margin-bottom: 0px; }
.rate-block-small-text { margin-bottom: 0px; transition: .2s ease; }
.rate-block-content { padding: 28px 22px; }
.rate-block-heading { font-size: 42px; line-height: 52px; }
.rate-block:hover { -webkit-box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.16); -moz-box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.16); box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.16); background-color: #fff; transition: .7s ease; } .testimonial-block { }
.testimonial-content { }
.testimonail-text { }
.testimonial-meta-name { }
.testimonial-img { } .testimonial-block-v1 { }
.testimonial-block-v1 .testimonial-block { }
.testimonial-block-v1 .testimonial-content { padding-top: 30px; }
.testimonial-block-v1 .testimonail-text { font-size: 30px; letter-spacing: -1px; font-family: 'Circular Std Bold'; color: #353851; line-height: 45px; }
.testimonial-block-v1 .testimonial-meta-name { display: block; font-size: 18px; text-transform: uppercase; color: #353851; font-family: 'Circular Std Bold'; letter-spacing: -1px; }
.testimonial-block-v1 .testimonial-meta-text { line-height: 1.5; }
.testimonial-block-v1 .testimonial-meta-subtext { }
.testimonial-block-v1 .testimonial-img { z-index: 11; position: relative; }
.testimonial-block-v1 .testimonial-img img { border-radius: 4px; }
.dot-bg { left: 0; top: -0; width: 100%; background-image: url(//fvs-verkehr.de/wp-content/themes/images/small-dot.png); background-repeat: repeat; background-position: center; content: 'http://www.w3.org/2000/svg'; z-index: 1; }
.testimonial-second { }
.testimonial-second-text { font-size: 24px; color: #353851; letter-spacing: -1px; line-height: 36px; } .testimonial-block-v2 { }
.testimonial-block-v2.testimonial-block { position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; margin-bottom: 30px; border: 1px solid #ebedfc; border-radius: 4px; }
.testimonial-block-v2 .testimonial-content { padding: 30px; }
.testimonial-block-v2 .testimonial-text { font-family: 'PT Serif', serif; font-size: 19px; line-height: 32px; font-style: italic; }
.testimonial-block-v2 .testimonial-comment-icon { margin-bottom: 10px; }
.testimonial-block-v2 .testimonial-meta { margin-left: 18px; align-self: center; }
.testimonial-block-v2 .testimonial-meta-name { margin-bottom: 6px; }
.testimonial-block-v2 .testimonial-img { }
.testimonial-block-v2 .testimonial-footer { border-top: 1px solid #ebedfc; background: #fff; padding: 20px; line-height: 1.8; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .testimonial-block-v3 { }
.testimonial-block-v3.testimonial-block { position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; margin-bottom: 30px; border: 1px solid #ebedfc; border-radius: 4px; }
.testimonial-block-v3 .testimonial-content { padding: 30px; }
.testimonial-block-v3 .testimonial-text { font-family: 'PT Serif', serif; font-size: 19px; line-height: 32px; font-style: italic; }
.testimonial-block-v3 .testimonial-meta { }
.testimonial-block-v3 .testimonial-meta-name { margin-bottom: 15px; line-height: 1; font-family: 'Circular Std Medium' !important; } .testimonial-block-v4 { }
.testimonial-block-v4.testimonial-block { position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; margin-bottom: 30px; border-radius: 4px 4px 0px 0px; }
.testimonial-block-v4 .testimonial-content { padding: 45px; }
.testimonial-block-v4 .testimonial-text { font-size: 18px; color: #353851; line-height: 30px; }
.testimonial-block-v4 .testimonial-img { margin-bottom: 30px; }
.testimonial-block-v4 .testimonial-meta { }
.testimonial-block-v4 .testimonial-meta-name { margin-bottom: 0px; line-height: 26px; }
.testimonial-block-v4.testimonial-block:hover { -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); } .carousel-indicators { list-style: inherit; margin-right: 0px; margin-left: 0px; }
#testimonial-carousel-v2 { }
#testimonial-carousel-v2 .carousel-inner { position: relative; width: 100%; overflow: hidden; background: #f8f8fb; padding: 30px; border-radius: 10px; }
#testimonial-carousel-v2 .carousel-control { background: none; color: #CACACA; font-size: 2.3em; text-shadow: none; margin-top: 30px; }
#testimonial-carousel-v2 .carousel-indicators { position: relative; right: 50%; top: auto; bottom: 0px; margin-top: -20px; }
#testimonial-carousel-v2 .carousel-indicators li { width: 42px; height: 42px; cursor: pointer; border: 2px solid #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); border-radius: 50%; opacity: 0.6; overflow: hidden; transition: all .4s ease-in; vertical-align: middle; margin-right: 15px; }
#testimonial-carousel-v2 .carousel-indicators .active { width: 70px; height: 70px; opacity: 1; transition: all .2s; }
.testimonial-carousel-v2-content { font-size: 24px; margin-bottom: 30px; line-height: 32px; }
.testimonial-carousel-v2-content { }
.testimonial-carousel-v2-content .testimonials-name { line-height: 20px; }
.testimonial-carousel-v2-content .testimonial-meta { } .testimonial-carousel-v2 { }
.testimonial-carousel-v2 .owl-carousel .owl-item img { width: auto; }
.testimonial-carousel-v2 .owl-carousel .item { margin-left: 25px; }
.testimonial-carousel-v2 .owl-prev { position: absolute; }
.testimonial-carousel-v2 .owl-next { position: absolute; }
.testimonial-carousel-v2 .owl-prev, .testimonial-carousel .owl-next { background-color: #ff515b; padding: 10px 16px; border-radius: 100%; font-size: 18px; }
.testimonial-carousel-v2 .owl-prev:hover, .testimonial-carousel .owl-next:hover { background-color: #8e517d; color: #fff; }
.testimonial-carousel-v2 .owl-theme .owl-nav [class*='owl-'] { position: relative; color: #3544ee; font-size: 18px; margin: 5px; padding: 3px 9px; background: transparent; display: inline-block; cursor: pointer; border-radius: 100%; text-align: center; height: 35px; width: 35px; border: 2px solid #3544ee; }
.testimonial-carousel-v2 .owl-theme .owl-nav [class*='owl-']:hover { background: #3544ee; color: #FFF; text-decoration: none; }
.testimonial-carousel-v2 .owl-theme .owl-dots .owl-dot span { display: none; }
.testimonial-carousel { }
.testimonial-carousel .owl-carousel .owl-item img { width: auto; }
.testimonial-carousel .owl-prev { position: absolute; }
.testimonial-carousel .owl-next { position: absolute; }
.testimonial-carousel .owl-prev, .testimonial-carousel .owl-next { background-color: #ff515b; padding: 10px 16px; border-radius: 100%; font-size: 18px; }
.testimonial-carousel .owl-prev:hover, .testimonial-carousel .owl-next:hover { background-color: #8e517d; color: #fff; }
.testimonial-carousel .owl-theme .owl-nav [class*='owl-'] { position: relative; color: #3544ee; font-size: 18px; margin: 5px; padding: 3px 9px; background: transparent; display: inline-block; cursor: pointer; border-radius: 100%; text-align: center; height: 35px; width: 35px; border: 2px solid #3544ee; }
.testimonial-carousel .owl-theme .owl-nav [class*='owl-']:hover { background: #3544ee; color: #FFF; text-decoration: none; }
.testimonial-carousel .owl-theme .owl-dots .owl-dot span { display: none; } .testi-avatar { } .feature-block { }
.feature-content { }
.feature-title { }
.feature-icon { } .feature-blurb-block {margin-bottom: 30px; }
.feature-blurb-content { }
.feature-blurb-title {font-family: 'Circular Std Medium'; } .feature-block-v1.feature-block { margin-bottom: 30px; position: relative; display: flex; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid #ebedfc; border-radius: 4px; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; text-align: center; }
.feature-block-v1 .feature-content { padding: 30px; }
.feature-block-v1 .feature-title { margin-bottom: 5px; }
.feature-block-v1 .feature-text { }
.feature-block-v1 .feature-icon { display: block; height: 106px; width: 106px; font-size: 48px; line-height: 2.2; margin-left: auto; margin-right: auto; margin-bottom: 25px; text-align: center; }
.feature-block-v1.feature-block:hover { transition: all .4s ease; transform: translate3D(0, -12px, 0) scale(1); } .feature-block-v2 { }
.feature-block-v2.feature-block { }
.feature-block-v2.feature-block:not(:last-child) { margin-bottom: 30px; }
.feature-block-v2 .feature-content { padding-left: 30px; }
.feature-block-v2 .feature-title { margin-bottom: 5px; font-size: 17px; line-height: 28px; }
.feature-block-v2 .feature-text { }
.feature-block-v2 .feature-icon { color: #3342e7; background-color: #e4e6ff; font-size: 28px; padding: 33px 30px; display: block; text-align: center; width: 94px; height: 94px; } .feature-block-v3 { }
.feature-block-v3.feature-block { background-color: #fff; border: 1px solid #ebecf7; margin-bottom: 30px; }
.feature-block-v3 .feature-content { padding: 30px; }
.feature-block-v3 .feature-title { margin-bottom: 10px; font-size: 21px; }
.feature-block-v3 .feature-text { }
.feature-block-v3 .feature-icon {color: #3544ee;background-color: #e4e6ff;font-size: 32px;padding: 39px 30px;display: block;text-align: center;width: 110px;height: 110px;margin-bottom: 30px;line-height: 1;}
.feature-block-section { background-color: #fff; padding: 30px 40px; -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.08); -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.08); box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.08); } .feature-block-v4 { }
.feature-block-v4.feature-block { margin-bottom: 30px; text-align: center; }
.feature-block-v4 .feature-content { text-align: center; }
.feature-block-v4 .feature-title { margin-bottom: 5px; font-size: 21px; }
.feature-block-v4 .feature-text { }
.feature-block-v4 .feature-icon { background-color: #3544ee !important; color: #fff !important; padding: 27px; font-size: 40px; display: block; text-align: center; width: 94px; height: 94px; margin-bottom: 30px; line-height: 1; margin-right: auto; margin-left: auto; } .feature-block-v5 { }
.feature-block-v5.feature-block { margin-bottom: 30px; }
.feature-block-v5 .feature-content { text-align: center; }
.feature-block-v4 .feature-title { margin-bottom: 5px; font-size: 21px; }
.feature-block-v5 .feature-text { }
.feature-block-v5 .feature-icon { background-color: #e1e4fd !important; color: #3544ee !important; padding: 27px; font-size: 30px; display: block; text-align: center; width: 84px; height: 84px; margin-bottom: 30px; line-height: 1; margin-right: auto; margin-left: auto; } .social-media { }
.social-media ul { padding: 0; margin: 0; }
.social-media ul li { list-style: none; float: left; }
.social-icon { height: 55px; width: 55px; color: #fff; padding: 15px 14px; margin-right: 6px; border-radius: 5px; display: inline-block; line-height: 1.2; font-size: 20px; -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; border: 2px solid transparent; background-color: #a9aab6; }
.social-icon-small { font-size: 14px; height: 40px; width: 40px; padding: 8px 9px; line-height: 1.8; }
.social-rounded { border-radius: 100% !important; }
.social-icon:hover { color: #fff; background-color: #8e8f9c; }
.social-icon-outline { border: 2px solid #8e8f9c; background-color: transparent; color: #8e8f9c; } .social-facebook { background-color: #3b5898; color: #fff; }
.social-facebook:hover { background-color: #385186; color: #fff; -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
.social-twitter { background-color: #1ea2f2; color: #fff; }
.social-twitter:hover { background-color: #1c99e5; color: #fff; }
.social-google { background-color: #f4422c; color: #fff; }
.social-google:hover { background-color: #C20806; color: #fff; }
.social-linkedin { background-color: #0179bd; color: #fff; }
.social-linkedin:hover { background-color: #0571ae; color: #fff; }
.social-instagram { background-color: #7a2276; color: #fff; }
.social-instagram:hover { background-color: #8b2a86; color: #fff; }
.social-rss { background-color: #ee802f; color: #fff; }
.social-pinterest { background-color: #c8232c; color: #fff; }
.social-pinterest:hover { background-color: #ba1f27; color: #fff; }
.social-youtube { background-color: #d30000; color: #fff; }
.social-youtube:hover { background-color: #ff0000; }
.social-snapchat-ghost { background-color: #fffc00; color: #fff; }
.social-snapchat-ghost:hover { background-color: #fffc00; color: #fff; }
.social-skype { background-color: #01baff; color: #fff; }
.social-skype:hover { background-color: #06aeed; color: #fff; }
.social-dribbble { background-color: #ff4f93; color: #fff; }
.social-dribbble:hover { background-color: #ef4788; color: #fff; }
.social-vimeo { background-color: #4bbdff; color: #fff; }
.social-vimeo:hover { background-color: #40aceb; color: #fff; }
.social-tumblr { background-color: #2c4862; color: #fff; }
.social-tumblr:hover { background-color: #2c4862; color: #fff; }
.social-vine { background-color: #00b489; color: #fff; }
.social-vine:hover { background-color: #049774; color: #fff; }
.social-foursquare { background-color: #3060df; color: #fff; }
.social-foursquare:hover { background-color: #2e5ad1; color: #fff; }
.social-stumbleupon { background-color: #eb4923; color: #fff; }
.social-stumbleupon:hover { background-color: #d7421f; color: #fff; }
.social-flickr { background-color: #f40083; color: #fff; }
.social-flickr:hover { background-color: #df077b; color: #fff; }
.social-rss { background-color: #ff6702; color: #fff; }
.social-rss:hover { background-color: #ff6702; color: #fff; } .social-outline-facebook { border-color: #3b5898; color: #3b5898; background-color: transparent; }
.social-outline-facebook:hover { background-color: #385186; color: #fff; -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
.social-outline-twitter { border-color: #1ea2f2; color: #1ea2f2; background-color: transparent; }
.social-outline-twitter:hover { background-color: #1c99e5; color: #fff; }
.social-outline-google { border-color: #f4422c; color: #f4422c; background-color: transparent; }
.social-outline-google:hover { background-color: #C20806; color: #fff; }
.social-outline-linkedin { border-color: #0179bd; color: #0179bd; background-color: transparent; }
.social-outline-linkedin:hover { background-color: #0571ae; color: #fff; }
.social-outline-instagram { border-color: #7a2276; color: #7a2276; background-color: transparent; }
.social-outline-instagram:hover { background-color: #8b2a86; color: #fff; }
.social-outline-rss { border-color: #ee802f; color: #ee802f; background-color: transparent; }
.social-outline-pinterest { border-color: #c8232c; color: #c8232c; background-color: transparent; }
.social-outline-pinterest:hover { background-color: #ba1f27; color: #fff; }
.social-outline-youtube { border-color: #d30000; color: #d30000; background-color: transparent; }
.social-outline-youtube:hover { background-color: #ff0000; }
.social-outline-snapchat-ghost { border-color: #fffc00; color: #181825; background-color: transparent; }
.social-outline-snapchat-ghost:hover { background-color: #fffc00; color: #fff; }
.social-outline-skype { border-color: #01baff; color: #01baff; background-color: transparent; }
.social-outline-skype:hover { background-color: #06aeed; color: #fff; }
.social-outline-dribbble { border-color: #ff4f93; color: #ff4f93; background-color: transparent; }
.social-outline-dribbble:hover { background-color: #ef4788; color: #fff; }
.social-outline-vimeo { border-color: #4bbdff; color: #4bbdff; background-color: transparent; }
.social-outline-vimeo:hover { background-color: #40aceb; color: #fff; }
.social-outline-tumblr { border-color: #2c4862; color: #2c4862; background-color: transparent; }
.social-outline-tumblr:hover { background-color: #2c4862; color: #fff; }
.social-outline-vine { border-color: #00b489; color: #00b489; background-color: transparent; }
.social-outline-vine:hover { background-color: #049774; color: #fff; }
.social-outline-foursquare { border-color: #3060df; color: #3060df; background-color: transparent; }
.social-outline-foursquare:hover { background-color: #2e5ad1; color: #fff; }
.social-outline-stumbleupon { border-color: #eb4923; color: #eb4923; background-color: transparent; }
.social-outline-stumbleupon:hover { background-color: #d7421f; color: #fff; }
.social-outline-flickr { border-color: #f40083; color: #f40083; background-color: transparent; }
.social-outline-flickr:hover { background-color: #df077b; color: #fff; }
.social-outline-rss { border-color: #ff6702; color: #ff6702; background-color: transparent; }
.social-outline-rss:hover { background-color: #ff6702; color: #fff; } .cta { }
.cta-content { color: #c3c3fd; }
.cta-btn { } .cta-v1-section{position: relative;margin-bottom: -120px;z-index: 1;}
.cta-v1 { }
.cta-v1.cta {background-color: #3544ee;padding: 40px;border-radius: 5px;
}
.cta-v1 .cta-content { }
.cta-v1 .cta-title { color: #fff; line-height: 1; margin-bottom: 14px; }
.cta-v1 .cta-text { line-height: 1; }
.cta-v1 .cta-btn { text-align: right; } .cta-v2 { }
.cta-v2.cta {background-color: #3544ee;color: #fff;position: relative;}
.cta-v2 .cta-content { padding: 79px 0px; }
.cta-v2 .cta-title { color: #fff; line-height: 52px; margin-bottom: 5px; }
.cta-v2 .cta-text { color: #b0bffe; }
.cta-v2 .cta-btn { text-align: center; }
.cta-v2 .cta-img { position: absolute; bottom: -10px; } .cta-v3 { }
.cta-v3.cta {background-color: #3544ee;padding-top: 95px;padding-bottom: 95px;position: relative;min-height: 500px;}
.cta-v3.cta:before{position: absolute;
left: 0;
top: -0;
height: 100%;
width: 100%;
background-image: url(https://fvs-verkehr.de/wp-content/themes/quanto/images/page-header-pattern.png);
background-repeat: repeat;
background-position: center;
content: '';
opacity: .09;}
.cta-v3 .cta-img { transform: rotate(-22deg); position: absolute; bottom: 50px; }
.cta-v3 .cta-content { }
.cta-v3 .cta-title { color: #fff; margin-bottom: 15px; line-height: 62px; font-size: 52px; }
.cta-v3 .cta-text { margin-bottom: 15px; font-size: 18px; line-height: 30px; } .cta-v4 { }
.cta-v4.cta { padding: 50px 0px; position: relative; background-color: #3544ee; color: #fff; }
.cta-v4 .cta-icon { height: 110px; width: 110px; font-size: 47px; background-color: #1f2ed5; border-radius: 100%; padding: 32px; }
.cta-v4 .cta-content { }
.cta-v4 .cta-title { margin-bottom: 10px; } .cta-boxed { padding: 70px 90px; text-align: center; border: 1px solid #ebecf7; background-color: #fff; }
.cta-boxed-content { }
.cta-boxed-title { font-size: 35px; line-height: 45px; }
.cta-boxed-text { } .cta-block { border: 1px solid #ebedfc; border-radius: 4px; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; background-color: #fff; position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-clip: border-box; }
.cta-block-content { padding: 30px; }
.cta-block-icon { background-color: #f3f6ff; padding: 47px 50px; color: #3544ee; font-size: 70px; width: 167px; height: 167px; text-align: center; margin-left: auto; margin-right: auto; margin-bottom: 20px; line-height: 1.2; }
.cta-block-title { margin-bottom: 10px; }
.cta-block-text { } .cta-gradient{padding: 120px 0px;background: rgba(104,113,238,1); position: relative;
background: -moz-linear-gradient(top, rgba(104,113,238,1) 0%, rgba(28,43,205,1) 77%, rgba(42,57,222,1) 89%, rgba(8,20,156,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(104,113,238,1)), color-stop(77%, rgba(28,43,205,1)), color-stop(89%, rgba(42,57,222,1)), color-stop(100%, rgba(8,20,156,1)));
background: -webkit-linear-gradient(top, rgba(104,113,238,1) 0%, rgba(28,43,205,1) 77%, rgba(42,57,222,1) 89%, rgba(8,20,156,1) 100%);
background: -o-linear-gradient(top, rgba(104,113,238,1) 0%, rgba(28,43,205,1) 77%, rgba(42,57,222,1) 89%, rgba(8,20,156,1) 100%);
background: -ms-linear-gradient(top, rgba(104,113,238,1) 0%, rgba(28,43,205,1) 77%, rgba(42,57,222,1) 89%, rgba(8,20,156,1) 100%);
background: linear-gradient(to bottom, rgba(104,113,238,1) 0%, rgba(28,43,205,1) 77%, rgba(42,57,222,1) 89%, rgba(8,20,156,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6871ee', endColorstr='#08149c', GradientType=0 );
}
.cta-gradient:before{    position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background-image: url(https://fvs-verkehr.de/wp-content/themes/quanto/images/line-pattern.png);
background-repeat: repeat;
background-position: center;
content: '';
opacity: .06;}
.cta-gradient-content{color: #a4abfd;}
.cta-gradient-content .cta-title { font-size: 42px; line-height: 52px;}
.cta-gradient-content .cta-text { margin-bottom: 50px;} .team-block { }
.team-block .card { border-top: 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; }
.team-block .card-body { }
.team-block .card-footer { padding: 16px 30px; }
.team-img img { border-top-left-radius: 4px !important; border-top-right-radius: 4px !important; width: 100%; } .team-block-v1 { }
.team-block-v1.team-block { margin-bottom: 30px; }
.team-block-v1 .team-content { padding: 30px; background-color: #fff; border: 1px solid #ebecf7; }
.team-block-v1 .team-footer { padding: 16px 30px; margin-top: -1px; background-color: #fff; border: 1px solid #ebedfc; }
.team-block-v1 .team-img img { border-top-left-radius: 4px !important; border-top-right-radius: 4px !important; width: 100%; }
.team-block-v1 .team-member-name { margin-bottom: 0px; }
.team-block-v1 .team-member-designation { display: block; color: #808294; margin-bottom: 14px; font-size: 14px; }
.team-block-v1 .team-text { }
.team-block-v1 .team-member-info { }
.team-block-fullwidth { margin-bottom: 40px; background-color: #fff; border: 1px solid #ebecf7; padding: 50px; }
.team-block-fullwidth-content { padding: 5px 60px; position: relative; }
.team-block-fullwidth .card { border-radius: 0px; border: 0px; }
.team-block-fullwidth .team-img img { width: 100%; border-radius: 4px; }
.review-details { font-size: 16px; line-height: 26px; margin-left: 20px; } .team-block-v2 { }
.team-block-v2.team-block { margin-bottom: 30px; background-color: #fff; border: 1px solid #ebecf7; border-radius: 4px; transition: .50s ease; cursor: pointer; }
.team-block-v2.team-block:hover { border: 1px solid #3544ee; transition: .50s ease; }
.team-block-v2 .team-img { }
.team-block-v2 .team-img img { padding: 5px; }
.team-block-v2 .team-content { padding: 20px; }
.team-block-v2 .team-member-designation { }
.team-block-v2 .team-member-name { font-size: 20px; margin-bottom: 0px; line-height: 28px; } .team-block-v3 { }
.team-block-v3.team-block { margin-bottom: 30px; background-color: #fff; border-radius: 4px; transition: .50s ease; cursor: pointer; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }
.team-block-v3.team-block:hover { -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; -webkit-box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.06); box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.06); }
.team-block-v3 .team-img { padding: 45px; }
.team-block-v3 .team-img img { border-radius: 100% !important; }
.team-block-v3 .team-content { padding: 0px 20px 25px 20px; }
.team-block-v3 .team-plus-icon { float: right; font-size: 14px; color: #fff; background-color: blue; border-radius: 100%; line-height: 1.2; padding: 10px; display: inline-block; height: 35px; width: 35px; text-align: center; }
.team-block-v3 .team-member-name { font-size: 16px; margin-bottom: 0px; line-height: 35px; }
.team-block-v3 .team-member-designation { float: right; padding: 20px; margin-bottom: 0px; color: #afb1be; font-size: 13px; } .email-subscriber-v1 { background-color: #fff; border-radius: 4px; margin-bottom: 60px; }
.email-subscriber-v1-img { }
.email-subscriber-v1-img img { border-top-right-radius: 4px; border-top-left-radius: 4px; width: 100%; }
.email-subscriber-v1-content { padding: 50px; }
.email-subscriber-v2 { border-radius: 4px; margin-bottom: 60px; }
.email-subscriber-v2-img { }
.email-subscriber-v2-img img { border-top-left-radius: 4px; border-bottom-left-radius: 4px; width: 100%; }
.email-subscriber-v2-content { background-color: #fff; padding: 25px 40px; }
.email-subscriber-v3 { border-radius: 4px; margin-bottom: 60px; }
.email-subscriber-v3-img { }
.email-subscriber-v3-img img { border-top-right-radius: 4px; border-bottom-right-radius: 4px; width: 100%; }
.email-subscriber-v3-content { background-color: #fff; padding: 25px 40px; } #return-to-top { z-index: 9999; position: fixed; bottom: 20px; right: 20px; background: #3644ef; width: 50px; height: 50px; display: block; text-decoration: none; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; display: none; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; border-radius: 100%; }
#return-to-top i { color: #fff; margin: 0; position: relative; left: 16px; top: 9px; font-size: 28px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
#return-to-top:hover { background: #1225fe; }
#return-to-top:hover i { color: #fff; top: 8px; }
.returntotop {display: none; } .modal-content { position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; width: 100%; pointer-events: auto; background-color: #2c2c7c; background-clip: padding-box; border: 1px solid rgb(49, 49, 129); border-radius: .3rem; outline: 0; }
.modal-header { display: -ms-flexbox; display: flex; -ms-flex-align: start; align-items: flex-start; -ms-flex-pack: justify; justify-content: space-between; padding: 1rem; border-bottom: 1px solid #363686; border-top-left-radius: .3rem; border-top-right-radius: .3rem; }
.modal-footer { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: end; justify-content: flex-end; padding: 1rem; border-top: 1px solid #363686; }
.close { float: right; font-size: 1.5rem; font-weight: 700; line-height: 1; color: #fff; text-shadow: 0 1px 0 #fff; opacity: .5; }
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover { color: #01d486; text-decoration: none; opacity: 1; } .portfolio-block { margin-bottom: 40px; }
.portfolio-img { margin-bottom: 30px; }
.portfolio-img img { border-radius: 6px; }
.portfolio-content { }
.portfolio-content-title { margin-bottom: 0px; font-size: 24px; line-height: }
.portfolio-content-text { }
[class^='imghvr-'], [class*=' imghvr-'], [class^='imghvr-']:before, [class^='imghvr-']:after, [class*=' imghvr-']:before, [class*=' imghvr-']:after, [class^='imghvr-'] *, [class*=' imghvr-'] *, [class^='imghvr-'] *:before, [class^='imghvr-'] *:after, [class*=' imghvr-'] *:before, [class*=' imghvr-'] *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.75s ease; -moz-transition: all 0.75s ease; transition: all 0.75s ease; }
[class^='imghvr-'], [class*=' imghvr-'] { position: relative; display: inline-block; margin: 0px; max-width: 100%; background-color: #181825; color: #fff; overflow: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); border-radius: 6px; }
.imghvr-shutter-out-vert:before { top: 50%; bottom: 50%; left: 0; right: 0; }
[class^='imghvr-shutter-out-']:before, [class*=' imghvr-shutter-out-']:before 
{ background: rgba(53, 68, 238, .4); position: absolute; content: ''; -webkit-transition-delay: 0.105s; -moz-transition-delay: 0.105s; transition-delay: 0.105s; border-radius: 6px; }
.imghvr-shutter-out-vert:hover:before { top: 0; bottom: 0; }
[class^='imghvr-shutter-out-']:hover:before, [class*=' imghvr-shutter-out-']:hover:before 
{ -webkit-transition-delay: 0s; -moz-transition-delay: 0s; transition-delay: 0s; border-radius: 6px; }
.filter-gallery {
}
.portfolio .filters {
text-align: center;
}
.portfolio .filters ul {
padding: 0;
}
.portfolio .filters ul li {
list-style: none;
display: inline-block;
padding: 20px 30px;
cursor: pointer;
position: relative;
color: #181825;
}
.portfolio .filters ul li:after {
content: "";
display: block;
width: calc(0% - 60px);
position: absolute;
height: 2px;
background: #3544ee;
transition: width 350ms ease-out;
}
.portfolio .filters ul li:hover:after {
width: calc(100% - 60px);
transition: width 350ms ease-out;
}
.portfolio .filters ul li.active:after {
width: calc(100% - 60px);
}
.portfolio .filters-content {
margin-top: 50px;
}
.portfolio .filters-content .show {
opacity: 1;
visibility: visible;
transition: all 350ms;
}
.portfolio .filters-content .hide {
opacity: 0;
visibility: hidden;
transition: all 350ms;
}
.portfolio .filters-content .item {
text-align: center;
cursor: pointer;
margin-bottom: 30px;
}
.portfolio .filters-content .item .p-inner {
padding: 20px 30px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.portfolio .filters-content .item .p-inner h5 {
font-size: 15px;
}
.portfolio .filters-content .item .p-inner .cat {
font-size: 13px;
}
.portfolio .filters-content .item img {
width: 100%;
}
.gallery-img{margin-bottom: 30px;} .header-boxed { }
.navbar-boxed { background-color: #fff; padding: 20px; border-radius: 5px; margin-top: 15px; }
.navbar-boxed .navbar-nav .nav-link { font-size: 15px; color: #181825; font-family: 'Circular Std Medium' !important; padding: 12px 16px; }
.navbar-boxed .dropdown-toggle::after { display: inline-block; width: 0; height: 0;
margin-left: 2px; vertical-align: -2px; content: '\f107'; border-top: none; border-right: none;
border-bottom: none; border-left: none; color: #808294; font-family: 'FontAwesome';
font-weight: 900; margin-right: 15px; font-size: 13px; margin-top: 1px; }
.navbar-boxed .navbar-nav .nav-item .nav-link:hover {
color: #3544ee;
}
.navbar-boxed .navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after  {
color: #3544ee;
} .header-transparent { position: fixed; width: 100%; z-index: 1030; }
.navbar-transparent { padding: 20px 0px;}
.header-transparent .navbar-toggler { padding: 11px 13px; font-size: 1.25rem; line-height: 1; background-color: transparent; border: 1px solid #eaeaf0; border-radius: .25rem; position: relative; background-color: #fff; }
.navbar-transparent.navbar-light .navbar-nav .nav-link { color: #fff; font-family: 'Circular Std Medium' !important; padding: 9px 16px; }
.navbar-transparent .navbar-nav .nav-item .nav-link { font-size: 16px; color: #f9f9ff; }
.navbar-transparent .dropdown-toggle::after { margin-top: 1px;  display: inline-block; width: 0; height: 0; margin-left: 6px; vertical-align: -2px; content: "\f107"; border-top: none; border-right: none; border-bottom: none; border-left: none; color: #bdbebf; font-family: 'FontAwesome'; font-weight: 900; margin-right: 15px; font-size: 13px; float: right; }
.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu .dropdown-item {
border-bottom: 1px solid #f1f1f6; border-radius: 0px;
}
.header-collapse {background: #3544ee !important;border-color: #3544ee;}
.header-boxed-collapse { background: #fff; border-color: #edeef5; border-bottom: 1px solid #edeef5; }
.header-boxed-collapse .navbar-boxed {background-color: #fff;padding: 16px 0px;border-radius: 5px;margin-top: 0px;transition: 0.5s ease;border-color: #edeef5;}
.hero-slide { position: relative; background-color: #3544ee; padding-top: 200px; padding-bottom: 200px; color: #b0bffe; background-size: cover; }
.hero-slide:before{position: absolute;
left: 0;
top: -0;
height: 100%;
width: 100%;
background-image: url(//fvs-verkehr.de/wp-content/themes/images/page-header-pattern.png);
background-repeat: repeat;
background-position: center;
content: '';
opacity: .09;   }
.hero-slide-caption { margin-bottom: 30px;}
.hero-slide-title { font-size: 52px; letter-spacing: -2px; line-height: 62px; }
.hero-slide-img { }
.pattern-bottom { position: relative; z-index: 1; }
.pattern-slide { -webkit-clip-path: polygon(0 100%, 100% 83%, 100% 100%); clip-path: polygon(0 100%, 100% 80%, 100% 100%); background-color: #f8f8fb; position: absolute; bottom: -1px; width: 100%; height: 370px; }
.pattern-slide-second {-webkit-clip-path: polygon(0 100%, 100% 70%, 100% 100%);clip-path: polygon(0 100%, 100% 70%, 100% 100%);background-color: #2937d8;position: absolute;bottom: 0px;width: 100%;height: 370px;} .credit-card-balance { }
.credit-card-balance-img { margin-bottom: 30px; }
.credit-card-balance-review { border-bottom: 1px solid #ebecf7; margin-bottom: 20px; }
.credit-card-balance-review-title { font-size: 18px; line-height: 28px; margin-bottom: 8px; }
.credit-card-balance-value { }
.credit-card-balance-footer { background-color: #fff; padding: 0px; }
.credit-card-balance .card-header { padding: 15px 30px; }
.credit-card-balance .card-body { padding: 30px; }
.credit-card-balance-list { }
.credit-card-balance-list ul { }
.credit-card-balance-list .arrow li:before { color: #3544ee; }
.credit-card-balance-list li { line-height: 1.8; font-size: 14px; margin-bottom: 12px; }
.card-footer-item { padding: 18px 30px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: inline-block; }
.card-footer-item-bordered:not(:last-child) { border-right: 1px solid rgb(233, 233, 248); }
.compare-card { border-right: 1px solid #e9e9f8; padding-right: 25px; } .compare-table { color: #626582; }
.compare-table.table td { width: 33%; }
.credit-score { }
.great-for { }
.great-for .list-group-item { background-color: transparent; border: 1px solid rgb(235, 236, 247); }
.great-for .list-group-flush .list-group-item { border-right: 0; border-left: 0; border-radius: 0; }
.annual-fee { }
.bouns-offer { }
.apr { }
.ongoing-apr { }
.earning-reward { }
.pros { }
.cons ul { }
.cons ul li { }
.cons .arrow li:before { color: #e71d02; } .pageheader-rating { position: absolute; bottom: -50px; }
.credit-card-pricing { }
.credit-card-pricing .table th, .credit-card-fees .table td { padding: 20px; }
.credit-card-fees .table th { width: 35%; }
.credit-card-fees .table th, .credit-card-fees .table td { padding: 15px 20px; } .bank-compare-table { background: #fff; }
.bank-compare-table.table thead th { font-size: 23px; text-align: center; padding: 40px; line-height: 33px; } .about-section { background-color: #fff; border: 1px solid #ebedfc; border-radius: 4px; }
.about-half { padding: 50px; }
.custom-list { }
.custom-list .list-group-item { border-radius: 0px; padding: 24px 44px; border-left: 1px solid #ebedfc; border-top: 1px solid #ebedfc; border-bottom: 0px; border-right: 0px; transition: .2s ease; }
.custom-list .list-group-item:first-child { border-top: transparent; }
.custom-list .list-group-item:hover { -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2); background-color: #fff; }
.custom-list .list-group-item-action { width: 100%; color: #626582; text-align: inherit; }
.custom-list-title { margin-bottom: 10px; line-height: 1; }
.custom-list-text { }
.about-section .list-group-item:hover .custom-list-title { color: #3847f1; }
.support-block { background-color: #fdfdff; padding: 50px 35px; text-align: center; }
.support-block-title { margin-bottom: 60px; }
.support-img { margin-bottom: 50px; }
.support-form { padding: 50px 35px; background-color: #fff; } .loan-features-tab { }
.loan-features-tab ul { }
.loan-features-tab ul li { float: left; }
.loan-features-tab ul li a { padding: 12px 37px; font-size: 16px; color: #626582; margin-right: 8px; display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); position: relative; overflow: hidden; }
.loan-features-tab ul li a:before { content: 'round'; position: absolute; z-index: -1; left: 0; right: 100%; bottom: 0; background: #3644ef; height: 2px; -webkit-transition-property: right; transition-property: right; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.loan-features-tab ul li a:hover:before { right: 0; }
.loan-features-tab ul li a:hover { color: #3644ef; } .pricing-block{}
.pricing-head {}
.pricing-head-title{}
.pricing-head-text{}
.pricing-head-price{}
.pricing-content{}
.pricing-content-list{}
.pricing-block-selected{} .pricing-block-v1{}
.pricing-block-v1.pricing-block { background-color: #ffffff; border-radius: 4px; --webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition: .5s; -o-transition: .5s; -moz-transition: .5s; transition: .5s; -webkit-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15); -moz-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15); box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15); }
.pricing-block-v1.pricing-block:hover { webkit-transform: translateY(-20px); -moz-transform: translateY(-20px); -ms-transform: translateY(-20px); -o-transform: translateY(-20px); transform: translateY(-20px); }
.pricing-block-v1 .pricing-head { padding: 40px 48px; border-bottom: 1px solid #dfdfe9; }
.pricing-block-v1 .pricing-head-title { font-size: 28px; line-height: 34px; margin-bottom: 5px; }
.pricing-block-v1 .pricing-head-text { font-size: 14px; }
.pricing-block-v1 .pricing-head-price { font-size: 42px; font-weight: 900; color: #181825; line-height: 56px; }
.pricing-block-v1 .pricing-content { padding: 60px 48px; }
.pricing-block-v1 .pricing-content-list { margin-bottom: 40px; }
.pricing-block-v1 .pricing-content-list ul { margin: 0px; padding: 0px; }
.pricing-block-v1 .pricing-content-list ul li { list-style: none; }
.pricing-block-v1 .pricing-content-list ul li:before { color: #808294; }
.pricing-block-v1.pricing-block-selected { -webkit-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15); -moz-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15); box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background-color: #3544ee; color: #c4c8f3; }
.pricing-block-v1.pricing-block-selected .pricing-head-price { color: #ffffff; }
.pricing-block-v1.pricing-block-selected .pricing-head { border-bottom: 1px solid #717cfc; }
.pricing-block-v1.pricing-block-selected .pricing-content-list ul li:before { color: #c4c8f3; } .pricing-block-v2{}
.pricing-block-v2.pricing-block {border:1px solid #ebedfc; background-color: #ffffff; border-radius: 4px; 
}
.pricing-block-v2 .pricing-head { padding: 40px 48px; border-bottom: 1px solid #ebedfc; text-align: center; }
.pricing-block-v2 .pricing-head-title { font-size: 28px; line-height: 34px; margin-bottom: 5px; }
.pricing-block-v2 .pricing-head-text { font-size: 14px; }
.pricing-block-v2 .pricing-head-price { font-size: 60px;
font-weight: 900;
color: #181825;
line-height: 70px;
margin-bottom: 0px; }
.pricing-block-v2 .pricing-content { padding: 60px 90px; }
.pricing-block-v2 .pricing-content-list { margin-bottom: 40px; }
.pricing-block-v2 .pricing-content-list ul { margin: 0px; padding: 0px; }
.pricing-block-v2 .pricing-content-list ul li { list-style: none; }
.pricing-block-v2 .pricing-content-list .check:before { color: #01d486; }
.pricing-block-v2 .pricing-content-list .close-icon:before{ color: #ff2a07; }
.pricing-block-v2.pricing-block-selected { border-radius: 4px; border-color:#01d486; }
.pricing-block-v2.pricing-block-selected .pricing-head {border-top-left-radius: 4px; border-top-right-radius: 4px; background-color: #01d486; color: #fff; border-bottom: 1px solid #01d486; }
.pricing-block-v2.pricing-block-selected .pricing-head-title{color: #fff;}
.pricing-block-v2.pricing-block-selected .pricing-head-price{color: #fff;} .pricing-compare-table { background: #fff; font-family: 'Circular Std Book'; }
.pricing-compare-table.table thead th { padding: 28px 14px;}
.pricing-compare-table.table thead th p{font-weight: normal !important; font-size: 14px; line-height: 24px; position: relative; }
.compare-plan{width: 359px !important;}
.compare-plan-text{}
.base-plan{width: 194px;}
.pricing-compare-table.table tbody td { font-size: 14px; line-height: 24px;} .pricing-block-v3{}
.pricing-block-v3.pricing-block {border:1px solid #ebedfc; background-color: #ffffff; border-radius: 4px; 
padding: 20px;}
.pricing-block-v3 .pricing-head {padding: 26px;border-bottom: 1px solid #e2e2eb;  }
.pricing-block-v3 .pricing-head-title {font-size: 24px;line-height: 34px;margin-bottom: 0px;}
.pricing-block-v3 .pricing-head-text { font-size: 14px; }
.pricing-block-v3 .pricing-bottom-price {
font-size: 48px;
font-weight: 900;
color: #181825;
line-height: 50px;
margin-bottom: 20px;
border-top: 1px solid #e2e2eb;
padding: 28px;
}
.pricing-block-v3 .pricing-bottom-price sub{font-size: 12px; color: #a2a2ab; font-weight: 400;} 
.pricing-block-v3 .pricing-content { border-radius: 4px;background-color: #ededf5;}
.pricing-block-v3 .pricing-content-list {padding: 28px;
min-height: 210px;}
.pricing-block-v3 .pricing-content-list ul { margin: 0px; padding: 0px; }
.pricing-block-v3 .pricing-content-list ul li { list-style: none; }
.pricing-block-v3 .pricing-content-list .check:before { color: #01d486; }
.pricing-block-v3 .pricing-content-list .close-icon:before{ color: #ff2a07; }
.pricing-block-v3.pricing-block-selected {-webkit-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
-moz-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15); }
.pricing-block-v3.pricing-block-selected .pricing-bottom-price{color: #3544ee;} .pricing-section{background-color: #fff; padding: 30px;-webkit-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
-moz-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15); border-radius: 4px;}
.pricing-block-v4{}
.pricing-block-v4.pricing-block {background-color: #ffffff;  
padding: 40px;}
.pricing-block-v4.pricing-block .pricing-icon{margin-left:auto; margin-right: auto; text-align:center; margin-bottom: 50px; }
.pricing-block-v4 .pricing-head {}
.pricing-block-v4 .pricing-head-title {font-size: 24px;line-height: 34px;margin-bottom: 0px;}
.pricing-block-v4 .pricing-bottom-price {
font-size: 48px;
font-weight: 900;
color: #181825;
line-height: 50px;
margin-top: 20px;  
}
.pricing-block-v4 .pricing-content {text-align: center;}
.pricing-block-v4 .pricing-content-list {padding: 28px;
min-height: 210px;}
.pricing-block-v4 .pricing-content-list ul { margin: 0px; padding: 0px; }
.pricing-block-v4 .pricing-content-list ul li {line-height: 50px; margin-top: -1px; list-style: none; border-top:1px solid #ebedfc; border-bottom:1px solid #ebedfc;   } .pricing-block-v5{}
.pricing-block-v5.pricing-block { background-color: #ffffff;  
}
.pricing-block-v5.pricing-block .pricing-icon{margin-left: auto;
margin-right: auto;
text-align: center;
margin-bottom: 50px;
height: 157px;
width: 157px;
background-color: #eff2f9;
border-radius: 100%;
padding: 37px;
line-height: 4.8; }
.pricing-block-v5 .pricing-head {margin-bottom: 30px;}
.pricing-block-v5 .pricing-head-title {font-size: 24px;line-height: 34px;margin-bottom: 0px;}
.pricing-block-v5 .pricing-head-text { font-size: 14px; }
.pricing-block-v5 .pricing-bottom-price {
font-size: 48px;
font-weight: 900;
color: #181825;
line-height: 50px;
margin-top: 20px;  
}
.pricing-block-v5 .pricing-content {text-align: center; padding: 33px;border:1px solid #ebedfc;}
.pricing-block-v5 .pricing-content-list {}
.pricing-block-v5 .pricing-content-list ul { margin: 0px; padding: 0px; }
.pricing-block-v5 .pricing-content-list ul li {line-height: 50px;
margin-top: -1px;
list-style: none;
border-top: 1px solid #f8f8fb;
border-bottom: 1px solid #f8f8fb;
background-color: #f1f1f5;
padding-left: 30px;    } .pricing-block-v6{}
.pricing-block-v6.pricing-block { background-color: #ffffff; border-radius: 4px; 
}
.pricing-block-v6.pricing-block .pricing-icon{margin-left: auto;
margin-right: auto;
text-align: center;
margin-bottom: 50px;
height: 157px;
width: 157px;
background-color: #eff2f9;
border-radius: 100%;
padding: 37px;
line-height: 4.8; }
.pricing-block-v6 .pricing-head { border-bottom: 1px solid #ebecf7; padding: 30px; text-align: center;}
.pricing-block-v6 .pricing-head-title {font-size: 28px;line-height: 40px;margin-bottom: 0px;}
.pricing-block-v6 .pricing-head-text { font-size: 14px; }
.pricing-block-v6 .pricing-bottom-price {
font-size: 100px;
font-weight: 900;
color: #3544ee;
line-height: 86px;
margin-top: 50px;
margin-bottom: 50px;
}
.pricing-block-v6 .pricing-bottom-price sup{font-size: 58px;
font-weight: 400;}    
.pricing-block-v6 .pricing-content {padding: 30px; text-align: center;}
.pricing-block-v6 .pricing-month-text{font-size: 20px; line-height: 28px;} .pricing-list-section{ font-size: 14px; line-height: 26px; }
.pricing-block-v7{}
.pricing-block-v7.pricing-block { background-color: #ffffff; border-radius: 4px;    padding: 25px; 
}
.pricing-block-v7.pricing-block .pricing-icon{margin-left: auto;
margin-right: auto;
text-align: center;
margin-bottom: 50px;
height: 157px;
width: 157px;
background-color: #eff2f9;
border-radius: 100%;
padding: 37px;
line-height: 4.8; }
.pricing-block-v7 .pricing-head { }
.pricing-block-v7 .pricing-head-title {font-size: 24px;line-height: 40px;margin-bottom: 0px;}
.pricing-block-v7 .pricing-head-text { font-size: 14px; }
.pricing-block-v7 .pricing-top-price {
font-size: 38px;
font-weight: 900;
color: #181825;
line-height: 50px;
display: inline-block;
}
.pricing-block-v7 .pricing-bottom-price sup{font-size: 58px;
font-weight: 400;}    
.pricing-block-v7 .pricing-content {padding: 30px; text-align: center;}
.pricing-list-section .list-group-item {
position: relative;
display: block;
padding: 0px;
margin-bottom: 20px;
background-color: #fff;
border: 2px solid #ebecf7;
transition: .5s ease;
}
.pricing-list-section .list-group-item:hover {
transition: .5s ease;
border: 2px solid #01d486;
}
.pricing-list-section .list-group-item.active {
transition: .5s ease;
border: 2px solid #01d486;
color: initial;
}
.pricing-feature-block{ background-color: #fff; border:1px solid #ebecf7; border-radius: 4px; padding: 40px; margin-bottom: 30px; }
.pricing-feature-icon{ font-size: 60px;
color: #3544ee;
display: inline-block;
line-height: 64px;
margin-bottom: 20px;}
.pricing-feature-content{}
.pricing-feature-content-title{margin-bottom: 10px;}
.pricing-feature-content-text{}
.pricing-feature-content-meta-price{ color: #181825; font-size: 20px; margin-left: 15px; }
.pricing-feature-block-selected{-webkit-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
-moz-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15); border-radius: 4px;}
.pricing-sidebar-widget{border:1px solid #e6e6ed; padding: 30px; background-color: #fff; border-radius: 4px;}
.selected-pkg{background-color: #f8f8fb; padding: 15px; border-radius: 4px; margin-bottom: 10px;}
.pricing-total{margin-top: 50px;}
.pricing-total-price{font-size: 52px;
line-height: 58px;
color: #3544ee;
font-family: 'Circular Std Bold';
margin-bottom: -14px;} .hero-slideshape { position: relative; min-height: 780px; }
.hero-slideshape-center {background-color: #3544ee;background-size: cover;-webkit-clip-path: polygon(0 0, 100% 0, 78% 100%, 0% 100%);clip-path: polygon(0 0, 100% 0, 78% 100%, 0% 100%);height: 780px;position: relative;}
.hero-slideshape-right { -webkit-clip-path: polygon(44% 0, 100% 0, 100% 100%, 71% 100%); clip-path: polygon(44% 0, 100% 0, 100% 100%, 71% 100%); background: rgba(248, 80, 50, 0); background: -moz-linear-gradient(left, rgba(248, 80, 50, 0) 0%, rgba(171, 121, 76, 0) 31%, rgba(1, 212, 135, 0.61) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(248, 80, 50, 0)), color-stop(31%, rgba(171, 121, 76, 0)), color-stop(100%, rgba(1, 212, 135, 0.61))); background: -webkit-linear-gradient(left, rgba(248, 80, 50, 0) 0%, rgba(171, 121, 76, 0) 31%, rgba(1, 212, 135, 0.61) 100%); background: -o-linear-gradient(left, rgba(248, 80, 50, 0) 0%, rgba(171, 121, 76, 0) 31%, rgba(1, 212, 135, 0.61) 100%); background: -ms-linear-gradient(left, rgba(248, 80, 50, 0) 0%, rgba(171, 121, 76, 0) 31%, rgba(1, 212, 135, 0.61) 100%); background: linear-gradient(to right, rgba(248, 80, 50, 0) 0%, rgba(171, 121, 76, 0) 31%, rgba(1, 212, 135, 0.61) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#01d487', GradientType=1); height: 780px; width: 76%; position: absolute; top: 0; right: 0; }
.hero-slideshape-left { -webkit-clip-path: polygon(0 0, 50% 0, 14% 100%, 0% 100%); clip-path: polygon(0 0, 50% 0, 14% 100%, 0% 100%); background: rgba(248, 80, 50, 0); background: -moz-linear-gradient(left, rgba(248, 80, 50, 0) 0%, rgba(1, 212, 135, 0.7) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(248, 80, 50, 0)), color-stop(100%, rgba(1, 212, 135, 0.7))); background: -webkit-linear-gradient(left, rgba(248, 80, 50, 0) 0%, rgba(1, 212, 135, 0.7) 100%); background: -o-linear-gradient(left, rgba(248, 80, 50, 0) 0%, rgba(1, 212, 135, 0.7) 100%); background: -ms-linear-gradient(left, rgba(248, 80, 50, 0) 0%, rgba(1, 212, 135, 0.7) 100%); background: linear-gradient(to right, rgba(248, 80, 50, 0) 0%, rgba(1, 212, 135, 0.7) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#01d487', GradientType=1); height: 780px; width: 76%; position: absolute; top: 0; left: 0; }
.hero-slideshape-caption { color: #b0bffe; margin-bottom: 30px; position: absolute; bottom: -130px; width: 100%; text-align: center; }
.hero-slideshape-caption-title { font-size: 42px; line-height: 52px; }
.hero-slideshape-img { margin-top: 70px; }
.sassdata-left-img { margin-bottom: 60px; position: relative; }
.sassdata-left-content { padding: 30px 80px; margin-bottom: 60px; }
.sassdata-right-img { margin-bottom: 60px; position: relative; }
.sassdata-right-content { padding: 30px 80px; margin-bottom: 60px; }
.sassdata-character-right-img { position: absolute; bottom: 80px; right: 0px; }
.sassdata-character-left-img { position: absolute; bottom: 80px; left: -36px; }
.tab-regular-justify { }
.tab-regular-justify .nav.nav-tabs { border-bottom: transparent; margin-bottom: 60px; }
.tab-regular-justify .nav.nav-tabs .nav-item { }
.tab-regular-justify .nav.nav-tabs .nav-link {display: block;padding: 17px 44px;color: #9b9bdf;background-color: #ffffff;margin-right: 1px;border-color: #ebedfe;}
.tab-regular-justify .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { }
.tab-regular-justify .nav-tabs .nav-link.active {background-color: #f7f8ff;border-color: #ebedfe #ebedfe #ebedfe;color: #3544ee;border-radius: 4px;}
.tab-regular-justify .tab-content { background-color: transparent; }
.tab-regular-justify hr { margin-bottom: 40px; margin-top: 40px; }
.tab-regular-justify .tab-feature-content { padding: 60px 0px; }
.tab-regular-justify .tab-feature-content .arrow li { padding-left: 30px; line-height: 28px; margin-bottom: 23px; }
.tab-regular-justify .character-img { position: absolute; bottom: 0px; left: 54px; }
.feature-left { }
.feature-left.feature-block { display: -ms-flexbox; display: flex; -ms-flex-align: start; align-items: flex-start; margin-bottom: 30px; }
.feature-left .feature-icon {margin-right: 20px;height: 68px;width: 68px;background-color: #e5e9ff;border-radius: 100%;display: block;text-align: center;padding: 21px;font-size: 28px;line-height: 1;color: #3544ee;}
.feature-left .feature-content { }
.feature-left .feature-title { font-size: 24px; line-height: 36px; margin-bottom: 8px; } .client-block-v4 { }
.client-block-v4.client-block { background-color: #fff; display: inline-block; margin-bottom: 50px; border-radius: 4px; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; padding: 35px; height: 150px; width: 150px; border-radius: 100%; }
.client-block-v4.client-block:hover { -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; -webkit-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.06); box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.06); }
.client-block-v4 .client-block-content { }
.client-block-v4 .client-block-img { }
.footer-second {background-color: #f8f8fb;color: #808294;font-size: 15px;line-height: 28px;position: relative;padding-top: 110px;}
.footer-second-widget { margin-bottom: 60px; }
.footer-second-widget-title { color: #181825; font-size: 18px; margin-bottom: 24px; border-bottom: 0px; padding: 0px; letter-spacing: 0px; }
.footer-second-widget ul { }
.footer-second-widget ul li { margin-bottom: 0px; }
.footer-second-widget ul li a {color: #808294;line-height: 28px;}
.footer-second-widget ul li a:hover { color: #01d486; text-decoration: none; }
.social-media-block { background-color: #39363d; padding-top: 18px; padding-bottom: 18px; }
.social-icons { margin-top: 2px; }
.icon-square { text-align: center; background-color: #302d34; width: 40px; height: 40px; border-radius: 2px; display: inline-block; color: #7f7c7c; padding: 11px 12px; line-height: 1.3; font-size: 14px; }
.icon-square:hover { background-color: #ff4d4d; color: #fff; }
.icon-square-outline { text-align: center; background-color: transparent; width: 40px; height: 40px; border-radius: 2px; display: inline-block; color: #6f6d72; padding: 11px 12px; line-height: 1.3; font-size: 14px; border: 1px solid #6f6f72; }
.icon-square-outline:hover { background-color: transparent; color: #ff4d4d; border-color: #ff4d4d; }
.facebook-outline { border-color: #3b5898; color: #3b5898; }
.twitter-outline { border-color: #1ea2f2; color: #1ea2f2; }
.googleplus-outline { border-color: #f75439; color: #f75439; }
.instagram-outline { border-color: #9361fa; color: #9361fa; }
.linkedin-outline { border-color: #0077b7; color: #0077b7; }
.pinterest-outline { border-color: #c8232c; color: #c8232c; }
.footer-second .tiny-footer {background-color: transparent;border-top: 1px solid #ebecf7;padding-top: 25px;padding-bottom: 45px;line-height: 1.5;color: #8082a8;} .hero-shape-one {background-image: url(//fvs-verkehr.de/wp-content/themes/images/herocurve-transparent.png);background-color: #3544ee;background-repeat: no-repeat;background-position: 7% 100%;background-size: cover;-webkit-background-size: auto;-moz-background-size: auto;-o-background-size: auto;width: auto;border-width: 0;border-top-width: 0px;border-bottom-width: 0px;height: 780px;margin-bottom: -1px;}
.hero-shape-one-caption { color: #b0bffe; margin-bottom: 30px; }
.hero-shape-one-caption-text { padding-top: 260px; }
.hero-shape-one-caption-title { font-size: 52px; line-height: 62px; font-weight: 900; }
.hero-shape-one-caption-img { padding-top: 220px; } .feature-block-v6 { }
.feature-block-v6.feature-block { margin-bottom: 30px; padding: 40px 16px; border: 1px solid transparent; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }
.feature-block-v6.feature-block:hover {-moz-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;-webkit-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.06);-moz-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.06);box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.06);background-color: #ffffff;border-radius: 4px;border: 1px solid #ebedfc;}
.feature-block-v6 .feature-content { text-align: center; }
.feature-block-v6 .feature-title { margin-bottom: 5px; font-size: 21px; }
.feature-block-v6 .feature-text { }
.feature-block-v6 .feature-icon { background-color: #e1e4fd; color: #3544ee; padding: 25px; font-size: 26px; display: block; text-align: center; width: 81px; height: 81px; margin-bottom: 30px; line-height: 1.3; margin-right: auto; margin-left: auto; border-radius: 100%; }
.analysisdata-right-img { margin-bottom: 60px; position: relative; }
.analysisdata-right-content { padding: 30px 80px; margin-bottom: 60px; }
.analysisdata-character-right-img { position: absolute; bottom: 68px; right: -120px; }
.peromance-img { position: absolute; top: 225px; right: 0; }
.peromance-character-img { position: absolute; right: 580px; bottom: 0px; }
.client-block-v5 { }
.client-block-v5.client-block {background-color: #ffffff;border: 1px solid #ffffff;padding: 50px 30px;margin-bottom: 30px;}
.client-block-v5.client-block:hover { -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; -webkit-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.06); box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.06); }
.client-block-v5 .client-block-content { text-align: center; }
.client-block-v5 .client-block-img { background-color: #f7f8ff; text-align: center; margin-bottom: 30px; border-radius: 4px; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; padding: 35px; height: 128px; width: 128px; border-radius: 100%; margin-left: auto; margin-right: auto; } .testimonial-block-v5 { }
.testimonial-block-v5.testimonial-block {position: relative;display: -ms-flexbox;display: flex;-ms-flex-direction: column;flex-direction: column;min-width: 0;word-wrap: break-word;background-color: #ffffff;background-clip: border-box;margin-bottom: 30px;border-radius: 4px;border: 1px solid #ebedfc;text-align: center;}
.testimonial-block-v5 .testimonial-content { padding: 50px 35px; }
.testimonial-block-v5 .testimonial-text {font-size: 18px;color: #181825;font-weight: 600;line-height: 30px;font-style: italic;}
.testimonial-block-v5 .testimonial-img { margin-bottom: 30px; }
.testimonial-block-v5 .testimonial-img img { margin-left: auto; margin-right: auto; height: 78px; width: 78px; }
.testimonial-block-v5 .testimonial-meta { }
.testimonial-block-v5 .testimonial-meta-name { margin-bottom: 0px; line-height: 26px; color: #01d486; font-size: 16px; font-weight: 900; }
.testimonial-block-v5.testimonial-block:hover { -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); border: 1px solid transparent; }
.testimonial-carousel-v3 { }
.testimonial-carousel-v3 .owl-carousel .owl-item img { width: auto; }
.testimonial-carousel-v3 .owl-carousel .item { }
.testimonial-carousel-v3 .owl-prev { position: absolute; }
.testimonial-carousel-v3 .owl-next { position: absolute; }
.testimonial-carousel-v3 .owl-prev, .testimonial-carousel .owl-next { background-color: #ff515b; padding: 10px 16px; border-radius: 100%; font-size: 18px; }
.testimonial-carousel-v3 .owl-prev:hover, .testimonial-carousel .owl-next:hover { background-color: #8e517d; color: #fff; }
.testimonial-carousel-v3 .owl-theme .owl-nav [class*='owl-'] { position: relative; color: #3544ee; font-size: 18px; margin: 5px; padding: 3px 9px; background: transparent; display: inline-block; cursor: pointer; border-radius: 100%; text-align: center; height: 35px; width: 35px; border: 2px solid #3544ee; }
.testimonial-carousel-v3 .owl-theme .owl-nav [class*='owl-']:hover { background: #3544ee; color: #FFF; text-decoration: none; }
.testimonial-carousel-v3 .owl-theme .owl-dots .owl-dot span { display: none; } .hero-shape-second {background-image: url(//fvs-verkehr.de/wp-content/themes/images/bottom-curve.png);background-color: #3544ee;background-repeat: no-repeat;background-position: 70% 100%;background-size: cover;-webkit-background-size: auto;-moz-background-size: auto;-o-background-size: auto;width: auto;border-width: 0;border-top-width: 0px;border-bottom-width: 0px;max-height: 750px;margin-bottom: -1px;}
.hero-shape-second-caption { color: #b0bffe; margin-bottom: 30px; }
.hero-shape-second-caption-text { padding-top: 260px; }
.hero-shape-second-caption-title { font-size: 52px; line-height: 62px; font-weight: 900; }
.hero-shape-second-caption-img { padding-top: 160px; padding-left: 150px; } .feature-block-v7 { }
.feature-block-v7.feature-block { margin-bottom: 30px; }
.feature-block-v7 .feature-content { }
.feature-block-v7 .feature-title { margin-bottom: 5px; font-size: 21px; }
.feature-block-v7 .feature-text { }
.feature-block-v7 .feature-icon { background-color: #e1e4fd; color: #3544ee; padding: 18px; font-size: 20px; display: block; text-align: center; width: 60px; height: 60px; margin-bottom: 30px; line-height: 1.5; border-radius: 100%; }
.feature-app-img { position: relative; text-align: center; }
.circle-1 { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 390px; height: 390px; background-color: #3be1a4; color: white; text-align: center; line-height: 100px; border-radius: 50%; font-size: 1.3rem; }
.circle-1:hover { cursor: pointer; }
.circle-1::after, .circle-1::before { content: ""; display: block; position: absolute; top: 0; left: 0; width: 390px; height: 390px; background: #3be1a4; border-radius: 50%; z-index: -1; -webkit-animation: grow 3s ease-in-out infinite; animation: grow 3s ease-in-out infinite; }
.circle-1::after { background: rgb(59, 225, 164); }
.circle-1::after::before { content: ""; display: block; position: absolute; top: 0; left: 0; width: 390px; height: 390px; background: #3be1a4; border-radius: 50%; z-index: -1; -webkit-animation: grow 3s ease-in-out infinite; animation: grow 3s ease-in-out infinite; }
.circle-1::before { background: rgb(59, 225, 164); -webkit-animation-delay: -0.5s; animation-delay: -0.5s; }
.circle-2 { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 390px; height: 390px; background-color: #9c4efb; color: white; text-align: center; line-height: 100px; border-radius: 50%; font-size: 1.3rem; }
.circle-2:hover { cursor: pointer; }
.circle-2::after, .circle-2::before { content: ""; display: block; position: absolute; top: 0; left: 0; width: 390px; height: 390px; background: #9c4efb; border-radius: 50%; z-index: -1; -webkit-animation: grow 3s ease-in-out infinite; animation: grow 3s ease-in-out infinite; }
.circle-2::after { background: rgba(156, 78, 251, .5); }
.circle-2::after::before { content: ""; display: block; position: absolute; top: 0; left: 0; width: 390px; height: 390px; background: #3be1a4; border-radius: 50%; z-index: -1; -webkit-animation: grow 3s ease-in-out infinite; animation: grow 3s ease-in-out infinite; }
.circle-2::before { background: rgba(156, 78, 251, .5); -webkit-animation-delay: -0.5s; animation-delay: -0.5s; }
.circle-3 { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 390px; height: 390px; background-color: #fb8645; color: white; text-align: center; line-height: 100px; border-radius: 50%; font-size: 1.3rem; }
.circle-3:hover { cursor: pointer; }
.circle-3::after, .circle-3::before { content: ""; display: block; position: absolute; top: 0; left: 0; width: 390px; height: 390px; background: #fb8645; border-radius: 50%; z-index: -1; -webkit-animation: grow 3s ease-in-out infinite; animation: grow 3s ease-in-out infinite; }
.circle-3::after { background: rgba(251, 134, 69, .5); }
.circle-3::after::before { content: ""; display: block; position: absolute; top: 0; left: 0; width: 390px; height: 390px; background: #3be1a4; border-radius: 50%; z-index: -1; -webkit-animation: grow 3s ease-in-out infinite; animation: grow 3s ease-in-out infinite; }
.circle-3::before { background: rgba(251, 134, 69, .5); -webkit-animation-delay: -0.5s; animation-delay: -0.5s; }
@-webkit-keyframes grow {
0% { -webkit-transform: scale(1, 1); transform: scale(1, 1); opacity: 1; }
100% { -webkit-transform: scale(1.8, 1.8); transform: scale(1.8, 1.8); opacity: 0; }
}
@keyframes grow {
0% { -webkit-transform: scale(1, 1); transform: scale(1, 1); opacity: 1; }
100% { -webkit-transform: scale(1.8, 1.8); transform: scale(1.8, 1.8); opacity: 0; }
} .counter-v6.counter-block { padding: 20px 0px; }
.counter-v6 .counter-block-content { }
.counter-v6 .counter-block-number {margin-bottom: 10px;font-size: 72px;line-height: 80px;color: #181825;margin-bottom: 30px;}
.counter-v6 .counter-block-title { font-size: 20px; line-height: 30px; }
.counter-v6 .counter-block-text { }
.counter-v6 .plus-sign { position: absolute; font-size: 48px; color: #181825; top: 40px; right: 60px; font-family: 'Circular Std Bold' !important; } .cta-curveshape {background-image: url(https://fvs-verkehr.de/wp-content/themes/quanto/images/bottom-curve.png);background-color: #313fdd;background-repeat: no-repeat;background-position: 70% 100%;background-size: cover;-webkit-background-size: auto;-moz-background-size: auto;-o-background-size: auto;width: auto;border-width: 0;border-top-width: 0px;border-bottom-width: 0px;max-height: 780px;margin-bottom: -1px;}
.cta-curveshape-caption { color: #b0bffe; margin-bottom: 30px; }
.cta-curveshape-caption-text { padding-top: 260px; }
.cta-curveshape-title { font-size: 42px; line-height: 52px; }
.cta-curveshape-img { padding-top: 80px; padding-left: 90px; }
.cta-curveshape a { margin-bottom: 10px; display: inline-block; } .hero-shape-third {background-image: url(//fvs-verkehr.de/wp-content/themes/images/hero-side-shape.png);background-color: #ffffff;background-repeat: no-repeat;background-position: 100% 100%;background-size: cover;-webkit-background-size: auto;-moz-background-size: auto;-o-background-size: auto;width: auto;border-width: 0;border-top-width: 0px;border-bottom-width: 0px;height: 793px;margin-bottom: -1px;position: relative;}
.hero-shape-third-caption { margin-bottom: 30px; }
.hero-shape-third-caption-text { padding-top: 230px; }
.hero-shape-third-caption-title { font-size: 66px; line-height: 76px; font-weight: 900; }
.hero-shape-third-caption-img { padding-top: 100px; }
.header-transparent-second { position: fixed; width: 100%; z-index: 1030; }
.navbar-transparent-second { padding: 16px 0px; }
.header-transparent-second .navbar-toggler { padding: 11px 13px; font-size: 1.25rem; line-height: 1; background-color: transparent; border: 1px solid #eaeaf0; border-radius: .25rem; position: relative; background-color: #fff; }
.header-transparent-second.header-collapse {background: #ffffff !important;border-color: #ffffff;border-bottom: 1px solid #f0f0f0;transition: .3s ease-out;}
.navbar-transparent-second .navbar-nav .nav-link { color: #fff; font-family: 'Circular Std Medium' !important; padding: 9px 16px; }
.navbar-transparent-second .navbar-nav .nav-item .nav-link {font-size: 16px;color: #181825;}
.navbar-transparent-second .dropdown-toggle::after {margin-top: 1px;display: inline-block;width: 0;height: 0;margin-left: 6px;vertical-align: -2px;content: "\f107";border-top: none;border-right: none;border-bottom: none;border-left: none;color: #bdbebf;font-family: 'FontAwesome';font-weight: 900;margin-right: 15px;font-size: 13px;float: right;}
.navbar-transparent-second .navbar-collapse.show .dropdown .dropdown-menu .dropdown-item { border-bottom: 1px solid #f1f1f6; border-radius: 0px; }
.quote-form {position: relative;background-color: #ffffff;padding: 60px;bottom: 100px;border: 1px solid #ffffff;border-radius: 4px;-webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06);-moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06);box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06);}
.quote-form i {position: absolute;right: 20px;bottom: 18px;font-size: 12px;color: #2c2c7a;} .feature-block-v8 { }
.feature-block-v8.feature-block {transition: all .4s ease;margin-bottom: 80px;border: 1px solid #ebecf7;padding: 50px;background-color: #ffffff;}
.feature-block-v8.feature-block:hover { -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); transition: all .4s ease; transform: translate3D(0, -20px, 0) scale(1); }
.feature-block-v8 .feature-content { }
.feature-block-v8 .feature-title { margin-bottom: 5px; font-size: 21px; }
.feature-block-v8 .feature-text { }
.feature-block-v8 .feature-icon {background-color: #e9ebfc;color: #3644ef;padding: 12px;font-size: 20px;display: inline-block;text-align: center;width: 52px;height: 52px;margin-bottom: 30px;line-height: 1.5;border-radius: 100%;} .ins-product-carousel-v4 { }
.ins-product-carousel-v4 .owl-carousel .owl-item img { width: auto; }
.ins-product-carousel-v4 .owl-carousel .item { }
.ins-product-carousel-v4 .owl-prev { position: absolute; }
.ins-product-carousel-v4 .owl-next { position: absolute; }
.ins-product-carousel-v4 .owl-theme .owl-nav { margin-top: 60px; text-align: center; -webkit-tap-highlight-color: transparent; }
.ins-product-carousel-v4 .owl-prev, .ins-product-carousel .owl-next { background-color: #ff515b; padding: 10px 16px; border-radius: 100%; font-size: 18px; }
.ins-product-carousel-v4 .owl-prev:hover, .ins-product-carousel .owl-next:hover { background-color: #8e517d; color: #fff; }
.ins-product-carousel-v4 .owl-theme .owl-nav [class*='owl-'] { position: relative; color: #ffffff; font-size: 28px; margin: 5px; padding: 11px 9px; background: #5a67fb; display: inline-block; cursor: pointer; border-radius: 100%; text-align: center; height: 55px; width: 55px; border: 2px solid #5a67fb; }
.ins-product-carousel-v4 .owl-theme .owl-nav [class*='owl-']:hover { background: #01d486; color: #FFF; text-decoration: none; border-color: #01d486; }
.ins-product-carousel-v4 .owl-theme .owl-dots .owl-dot span { display: none; } .product-card { }
.product-head { }
.product-icon { }
.product-content { }
.product-title { }
.product-text {color: #000;} .product-card-v1 { }
.product-card-v1.product-card {background-color: #ffffff;border-radius: 8px;}
.product-card-v1 .product-head { padding: 55px; background-color: #fffaf1; border-top-left-radius: 8px; border-top-right-radius: 8px; }
.product-card-v1 .product-icon { height: 120px; width: 120px; font-size: 55px; color: #000; background-color: #ffecc8; border-radius: 100%; line-height: 63px; padding: 28px 30px; display: inline-block; }
.product-card-v1 .product-content { padding: 55px; }
.product-card-v1 .product-title { }
.product-card-v1 .product-text { } .process-block-v6 { }
.process-block-v6.process-block { text-align: center; margin-bottom: 50px; }
.process-block-v6 .process-block-img { margin-bottom: 50px; }
.process-block-v6 .process-block-content { padding: 0px 20px; }
.process-block-v6 .process-block-title { font-size: 22px; line-height: 30px; }
.process-block-v6 .process-block-text { }
.image-section-v3 { }
.image-section-v3-content { padding: 80px; } .testimonial-block-v6 { }
.testimonial-block-v6.testimonial-block { }
.testimonial-block-v6 .testimonial-content { }
.testimonial-block-v6 .testimonial-text { font-size: 26px; line-height: 42px; font-style: italic; color: #fff; }
.testimonial-block-v6 .testimonial-comment-icon { margin-bottom: 32px; display: block; }
.testimonial-block-v6 .testimonial-meta { margin-left: 18px; align-self: center; }
.testimonial-block-v6 .testimonial-meta-name { margin-bottom: 6px; color: #fff; font-size: 18px; }
.testimonial-block-v6 .testimonial-img { }
.testimonial-carousel-v4 { }
.testimonial-carousel-v4 .owl-carousel .owl-item img { width: auto; }
.testimonial-carousel-v4 .owl-prev { position: absolute; top: 45%; left: 10px; }
.testimonial-carousel-v4 .owl-next { position: absolute; top: 45%; right: 10px; }
.testimonial-carousel-v4 .owl-theme .owl-nav [class*='owl-'] { color: #ffffff; font-size: 18px; margin: 5px; padding: 3px 10px; background: transparent; display: none; cursor: pointer; border-radius: 100%; text-align: center; height: 35px; width: 35px; border: 2px solid #ffffff; }
.testimonial-carousel-v4 .owl-theme .owl-nav [class*='owl-']:hover { background: #01d486; color: #FFF; text-decoration: none; border-color: #01d486; }
.testimonial-carousel-v4 .owl-theme .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 4px 2px; background: #fff; border: 2px solid #fff; border-radius: 100%; display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; }
.testimonial-carousel-v4 .owl-theme .owl-dots { text-align: center; -webkit-tap-highlight-color: transparent; bottom: 0px; position: relative; }
.testimonial-carousel-v4 .owl-theme .owl-dots .owl-dot.active span, .testimonial-carousel-v4 .owl-theme .owl-dots .owl-dot:hover span { background: #01d486 !important; border-color: #01d486; } .partner-block-content { padding: 120px 40px; }
.client-block-v6 { }
.client-block-v6.client-logos { width: 587px; height: 556px; list-style: none; padding: 0; margin: 0; background-color: transparent; border-radius: 100%; position: relative; }
.client-block-v6.client-logos li {position: absolute;background-color: transparent;border: 1px solid #ebecf7;padding: 32px 31px;margin-bottom: 30px;border-radius: 100%;display: inline-block;height: 145px;width: 145px;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
.client-block-v6.client-logos li:hover { -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; -webkit-box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.06); box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.06); background-color: #fff; border-color: #fff; }
.client-block-v6.client-logos li:nth-child(1) { top: 72px; left: 53px; }
.client-block-v6.client-logos li:nth-child(2) { top: 205px; left: 222px; }
.client-block-v6.client-logos li:nth-child(3) { top: 285px; left: 18px; }
.client-block-v6.client-logos li:nth-child(4) { left: 194px; bottom: -29px; }
.client-block-v6.client-logos li:nth-child(5) { top: 337px; right: 51px; }
.client-block-v6.client-logos li:nth-child(6) { top: 136px; right: 13px; }
.client-block-v6.client-logos li:nth-child(7) { top: 2px; right: 176px; } .cta-v5 { }
.cta-v5.cta { border-bottom: 1px solid #353a76; padding-bottom: 60px; margin-bottom: 60px; }
.cta-v5 .cta-content { }
.cta-v5 .cta-title { margin-bottom: 10px; font-size: 42px; line-height: 53px; color: #a7ade4; } .hero-shape-fourth {background-image: url(//fvs-verkehr.de/wp-content/themes/images/section-wave-pattern-1.png);
background-color: #032fdf;background-repeat: no-repeat;background-position: 7% 100%;background-size: cover;-webkit-background-size: auto;-moz-background-size: auto;-o-background-size: auto;width: auto;border-width: 0;border-top-width: 0px;border-bottom-width: 0px;height: 903px;margin-bottom: -1px;}
.hero-shape-fourth-caption { color: #b0bffe; margin-bottom: 30px; }
.hero-shape-fourth-caption-text { padding-top: 230px; }
.hero-shape-fourth-caption-title { font-size: 86px; line-height: 96px; font-weight: 900; }
.hero-shape-fourth-caption-img { padding-top: 100px; } .service-block-v7 { }
.service-block-v7.service-block {padding: 40px 40px 60px 40px;background-image: url(//fvs-verkehr.de/wp-content/themes/images/wave-pattern.png);background-color: #ffffff;background-repeat: no-repeat;background-position: 7% 100%;background-size: cover;-webkit-background-size: auto;-moz-background-size: auto;-o-background-size: auto;width: auto;margin-bottom: -1px;border-top-left-radius: 6px;border-top-right-radius: 6px;}
.service-block-v7 .service-block-title { margin-bottom: 10px; font-size: 22px; line-height: 34px; }
.service-block-v7 .service-block-content { }
.service-block-v7 .service-block-icon { font-size: 35px; padding: 16px 18px; height: 70px; width: 70px; line-height: 1.1; background-color: #f8f8fb; border-radius: 12px; display: inline-block; margin-bottom: 30px; }
.service-block-v7.service-block:hover { -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }
.section-pattern-first {background-image: url(https://fvs-verkehr.de/wp-content/themes/quanto/images/section-wave-pattern-2.png);background-color: #ffffff;background-repeat: no-repeat;background-position: 7% 0%;background-size: cover;-webkit-background-size: auto;-moz-background-size: auto;-o-background-size: auto;width: auto;padding-top: 200px;padding-bottom: 10px;}
.section-pattern-second {background-image: url(https://fvs-verkehr.de/wp-content/themes/quanto/images/section-wave-pattern-3.png);background-color: #f9f9ff;background-repeat: no-repeat;background-position: 7% 0%;background-size: cover;-webkit-background-size: auto;-moz-background-size: auto;-o-background-size: auto;width: auto;padding-top: 220px;padding-bottom: 120px;position: relative;z-index: 1;}
.counter-v7.counter-block { background-color: #fff; border-radius: 8px; padding: 57px 30px; position: relative; margin-bottom: 30px; }
.counter-v7 .counter-block-content { }
.counter-v7 .counter-block-number { margin-bottom: 10px; font-size: 82px; line-height: 80px; color: #181825; margin-bottom: 30px; }
.counter-v7 .counter-block-title { font-size: 20px; line-height: 30px; }
.counter-v7 .counter-block-text { }
.counter-v7 .plus-sign { position: absolute; font-size: 48px; color: #181825; top: 62px; left: 140px; font-family: 'Circular Std Bold' !important; }
.case-study-block { }
.case-study-block-img { }
.case-study-block-content { }
.case-study-block-title { }
.case-study-block-text { }
.case-study-block-subtext { }
.case-study-block-v1 { }
.case-study-block-v1.case-study-block { transition: all .4s ease; margin-bottom: 30px; }
.case-study-block-v1 .case-study-block-img { }
.case-study-block-v1 .case-study-block-content {padding: 60px;background-color: #ffffff;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;}
.case-study-block-v1 .case-study-block-title {font-weight: 900;color: #181825;}
.case-study-block-v1 .case-study-block-text { }
.case-study-block-v1 .case-study-block-subtext { font-size: 20px; margin-bottom: 40px; }
.case-study-block-v1.case-study-block:hover { -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); transition: all .4s ease; transform: translate3D(0, -20px, 0) scale(1); }
.section-pattern-third {background-image: url(https://fvs-verkehr.de/wp-content/themes/quanto/images/section-wave-pattern-2.png);background-color: #ffffff;background-repeat: no-repeat;background-position: 7% 0%;background-size: cover;-webkit-background-size: auto;-moz-background-size: auto;-o-background-size: auto;width: auto;padding-top: 220px;padding-bottom: 120px;position: relative;z-index: 1;}
.section-pattern-fourth {background-image: url(https://fvs-verkehr.de/wp-content/themes/quanto/images/section-wave-pattern-4.png);background-color: #f8f8fb;background-repeat: no-repeat;background-position: 7% 0%;background-size: cover;-webkit-background-size: auto;-moz-background-size: auto;-o-background-size: auto;width: auto;padding-top: 220px;padding-bottom: 120px;position: relative;z-index: 1;} .lender-filter-form { }
.lender-block .arrow li:before { color: #2d3ad2; }
.lender-block-v1 { }
.lender-block-v1.lender-block { margin-bottom: 30px; position: relative; display: flex; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid #ebedfc; border-radius: 4px; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }
.lender-block-v1 .lender-header { padding: 30px; background-color: #fff; border-bottom: 1px solid #ebedfc; }
.lender-block-v1 .lender-title { line-height: 38px; }
.lender-block-v1 .lender-content { padding: 30px; }
.lender-block-v1 .lender-img { }
.lender-block-v1 .lender-text { }
.lender-block-v1 .lender-footer { background-color: #fff; border-top: 1px solid #ebedfc; padding: 16px 30px; line-height: 1.8; }
.lender-block-v1.lender-block:hover { -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); }
.lender-content-list { }
.rating { font-size: 12px; color: #ffb607; line-height: 15px; }
.rating-number { color: #181825; margin-left: 4px; }
.rating-text { color: #01d486; margin-left: 12px; }
.rating-text i { margin-right: 5px; } .review-section { background-color: #fff; border: 1px solid #ebedfc; }
.review-section-title { padding: 34px 0px 0px 34px; margin-bottom: 0px; }
.review-block { }
.review-content { border-bottom: 1px solid #ebedfc; padding: 18px 34px 34px 34px; margin-bottom: 20px; }
.review-date { margin-bottom: 10px; font-size: 14px; }
.review-sub-content { }
.review-title { margin-bottom: 8px; }
.review-text { }
.reviewer-name { color: #181825; font-family: 'Circular Std Bold'; }
.review-meta-text { margin-left: 8px; }
.review-meta { font-size: 15px; margin-bottom: 5px; }
.review-location { margin-left: 15px; color: #01d486; }
.review-location i { margin-right: 6px; color: #01d486; } .simple-para { } .slider-gallery { overflow: hidden; }
.slider-gallery .slider-captions { position: absolute; bottom: 230px; color: #fff; }
.slick-list img { width: 100%; min-height: 100%; }
.slider-gallery-nav { }
.slider-gallery .slick-slide { margin: 0px; }
.slick-list { }
.slider-gallery-nav .slick-track {  -webkit-transform: none !important; transform: none !important; left: 40% !important; }
.slider-gallery .slick-arrow { position: absolute; top: 53%;}
.slider-gallery .slick-prev {left: 18px;
color: #fff;
background-color: #3644ef;
border-radius: 100%;
text-align: center;
height: 40px;
width: 40px; }
.slider-gallery .slick-prev:before, .slider-gallery .slick-next:before {
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: #f8f8fb;
-webkit-font-smoothing: antialiased;}    
.slider-gallery .slick-next { right: 18px; color: #fff;
background-color: #3644ef;
border-radius: 100%;
text-align: center;
height: 40px;
width: 40px; }
.slider-gallery-nav .item { width: 20px !important; }
.slider-gallery-nav .item.slick-slide.slick-current {color: #01d486;} .split-section{background-color: #fff; position: relative; z-index: -1;}
.split-img-right-content{display: flex;
min-height: 500px;
width: 70%;
padding: 90px; }
.split-img-right-content-text{}
.split-img-left-content{display: flex;
min-height: 500px;
width: 70%;
padding: 90px;margin-left: 200px; }
.split-img-left-content-text{} .lender-compare-block { }
.lender-compare-block .card-body { padding: 20px; }
.lender-compare-table { }
.lender-data { }
.lender-data-img { margin-bottom: 15px; }
.lender-rate-value { }
.lender-rate-meta { }
.lender-rate-meta-text { }
.lender-rate-meta-value { }
.lender-rate-meta-fees { }
.lender-rate-meta-amount { }
.lender-payment-amount { margin-bottom: 2px; }
.lender-payment-amount-meta { }
.lender-info-call-text { }
.lender-rate { padding: 18px; }
.lender-payment { padding: 18px; }
.lender-info { padding: 18px 11px; }
.lender-id { color: #bbbcc6; }
.lender-fee-year { font-family: 'Circular Std Medium'; line-height: 1.2; }
.lender-compare-table.table th, .lender-compare-table.table td { width: 25%; border-top: 1px solid #ebedfc; }
.lender-compare-table th { background-color: #fafaff; padding-left: 30px; }
.btn-popover { color: #b0b2c0; }
.btn-popover:hover { color: #3544ee; }
.modal-body { padding: 0px; }
.lender-popup-content { overflow-y: scroll; max-height: 450px; }
.lender-data-rating { line-height: 1.6; margin-bottom: 12px; }
.lender-rate-data { line-height: 1.4; } .error-section { background: url(//fvs-verkehr.de/wp-content/themes/images/error-img.png); background-repeat: no-repeat; height: 935px; background-size: cover; }
.error-block { padding-top: 320px; }
.error-title { font-size: 170px; }
.error-sub-title { font-size: 52px; line-height: 60px; color: #808294; } .contact-section { background-color: #fff; padding: 70px; border: 1px solid #ebecf7; border-radius: 4px; }
.contact-info-block { margin-bottom: 30px; border: 1px solid #ebedfc; position: relative; text-align: center; border-radius: 4px; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }
.contact-info-icon {height: 86px;width: 86px;color: #3544ee;background-color: #f3f6ff;font-size: 28px;padding: 29px 30px;display: block;margin-right: auto;margin-left: auto;margin-bottom: 30px;line-height: 28px;}
.contact-info-content { padding: 60px 50px; }
.contact-info-title { font-size: 18px; line-height: 26px; margin-bottom: 10px; }
.contact-info-text { }
.contact-info-block:hover { -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); }
.location-block { margin-bottom: -1px; border: 1px solid #ebedfc; position: relative; border-radius: 4px; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; margin-right: -1px; }
.location-block:hover { -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); }
.location-content { padding: 35px; }
.location-title { font-size: 20px; line-height: 20px; margin-bottom: 15px; }
.location-text { margin-bottom: 10px; }
.location-number { color: #181825; margin-bottom: 14px; } .calculator .calculator-amortization { }
.calculator input[type=text], .calculator-amortization input[type=text] { display: block; width: 100%; font-size: 16px; line-height: 1.42857143; height: 50px; color: #303443; background-color: #fbfbff; background-image: none; border: 1px solid #ceced8; border-radius: 2px; padding: 18px; }
.results { overflow: auto; }
.results-data { padding: 34px 30px 0px 30px; margin-bottom: 0px; }
.results p:last-child { border-bottom: none; }
.calculator-form { width: 50% !important; float: left; }
.calculator-form-second { margin-bottom: 30px; }
.calculator-form-results { }
.calculator-form-results table { border-collapse: collapse; width: 100%; }
.calculator-form-results th, .calculator-form-results td { border-top: 2px solid #ebedfc; padding: 8px; color: #303443; }
.calculator-form-results th { color: #303443; }
.calculator-form-results td { color: #626582; }
.accrue-field-amount, .accrue-field-rate, .accrue-field-term { padding: 10px 30px; } .career-page-desc{}
.career-page-desc-list{}
.career-page-desc-list ul{}
.career-page-desc-list ul li{padding-left: 30px; margin-bottom: 16px;}
.career-page-desc-list li:before{font-size: 16px; color: #01d486;}
.career-page-img{text-align: center;}
.why-work-section{background-color: #fff; position: relative;
z-index: -2; padding: 150px 0px;}
.why-work{}
.why-work ul{}
.why-work ul li{}
.why-work ul li:before{color: #01d486;}
.why-work-image{position: relative;}
.why-work-img-1{
position: absolute;
left: 0;
top: 144px;
}
.why-work-img-2{
position: absolute;
right: 0;
top: 0px;
}
.why-work-img-1 img, .why-work-img-2 img{border-radius: 4px;}
.job-opening-list-head{
margin-bottom: 40px;
}
.job-opening-list{}
.job-opening-list-designation{
font-size: 24px;
line-height: 32px;
margin-bottom: 5px;
}
.job-opening-list-locator{
font-size: 14px;
line-height: 26px;
}
.job-opening-list-desc{margin-bottom: 30px;}
.job-opening-list-desc-name{font-size: 18px; line-height: 24px; }
.job-opening-list-key{margin-bottom: 30px;}
.job-opening-list-key-name{font-size: 18px; line-height: 24px;}
.job-opening-list-key ul{}
.job-opening-list-key ul li{}
.job-opening-list-key li:before{color: #01d486;}
.job-opening-list-skill{margin-bottom: 30px;}
.job-opening-list-skill-name{font-size: 18px; line-height: 24px;}
.job-opening-list-skill ul{}
.job-opening-list-skill ul li{}
.job-opening-list-skill li:before{color: #01d486;}
.job-opening-list-location{margin-bottom: 30px;}
.job-opening-list-location-name{font-size: 18px; line-height: 24px;}
.job-opening-list-work{margin-bottom: 30px;}
.job-opening-list-work-name{font-size: 18px; line-height: 24px;}
.job-opening-list-position{margin-bottom: 30px;}
.job-opening-list-position-name{font-size: 18px; line-height: 24px;}
.job-opening-list-benefits{margin-bottom: 30px;}
.job-opening-list-benefits-name{font-size: 18px; line-height: 24px;}
.job-opening-list-benefits ul{}
.job-opening-list-benefits li{}
.job-opening-list-benefits li:before{color: #01d486;} .helpcenter-search-section{text-align: center;}
.helpcenter-search-section-title{}
.helpcenter-search-section h1{margin-bottom: 30px;}
.hc-categrory-block {  -webkit-transition: all 0.3s;
transition: all 0.3s; border: 1px solid #ebecf7; background-color: #fff; padding: 45px; text-align: center; border-radius: 4px; margin-bottom: 30px; }
.hc-categrory-block:hover{-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
-webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06);
-moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06);
box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06);
}
.hc-categrory-icon { background-color: #ebedfe; height: 115px; width: 115px; margin-right: auto; margin-left: auto; margin-bottom: 30px; line-height: 1.2;
padding: 30px;
border-radius: 100%; }
.hc-categrory-icon img{height: 46px; }
.hc-categrory-content{}
.hc-categrory-content-title{ font-size: 22px; line-height:42px; }
.hc-featured-article-block{ background-color: #fff; border-radius: 4px; padding: 60px 80px; }
.hc-featured-artical-block-list{}
.hc-featured-artical-block-list ul{}
.hc-featured-artical-block-list ul li{}
.hc-featured-artical-block-list ul li a{font-size: 18px; line-height:32px; color: #181825;
background-color: #fff;
border-bottom:  1px solid rgb(235, 236, 247); padding: 21px 24px; display: block; transition: .5s ease; }
.hc-featured-artical-block-list ul li a:hover{ color: #01d486;  transition: .5s ease;}
.hc-featured-artical-block-list .angle li {
padding-left: 13px;
line-height: 73px;
}
.hc-featured-artical-block-list .angle li:before{ color: #01d486 !important; left: 14px;}
.hc-support-section{background-color: #fff; border-radius: 4px; padding: 42px; border:1px solid #ebecf7;}
.hc-support-block{display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;}
.hc-support-block-content{ }
.hc-support-block-icon{ background-color: #ebedfe; height: 115px; width: 115px;  line-height: 1.2;
padding: 30px;
border-radius: 100%;  margin-bottom: 40px; margin-right: 20px;}
.hc-support-block-icon img{width: 55px;}
.hc-video .video-container, .hc-video .video-container-2 {
}
.hc-support-block-call-info{font-size: 18px;} .hc-category-page-section{border:1px solid #ebecf7; padding:50px; background-color: #fff; border-radius: 4px; }
.hc-category-page-block{margin-bottom: 50px; }
.hc-category-page-block-heading{border-bottom: 1px solid #ebecf7; padding:0px 0px 20px 0px; margin-bottom: 30px;}
.hc-category-page-block-heading h3{font-size: 24px; line-height: 32px;}
.hc-category-page-block-content{}
.hc-category-page-block-content ul{}
.hc-category-page-block-content ul li{line-height: 2.6;}
.hc-category-page-block-content ul li a{font-size: 18px; line-height: 34px; color: #181825; margin-bottom: 0px;}
.hc-category-page-block-content ul li a:hover{color: #3544ee; text-decoration: underline;}
.hc-sidebar{}
.hc-sidebar-widget{background-color: #fff; border:1px solid #ebecf7;}
.hc-sidebar-widget-title{background-color: #fff; border-bottom:1px solid #ebecf7; padding: 20px 25px; margin-bottom: 0px;}
.hc-sidebar-widget-content{padding: 25px;}
.hc-sidebar-widget-content ul{}
.hc-sidebar-widget-content ul li{line-height: 2.5;}
.hc-sidebar-widget-content ul li a{ color: #181825;}
.hc-sidebar-widget-content ul li a:hover{ color: #3544ee;}
.hc-category-single {
background-color: #fff;
padding: 40px;
border-radius: 4px;
border: 1px solid #ebecf7;
}  .user-avatar-xxl { height: 128px; width: 128px; }
.user-avatar-xl { height: 90px; width: 90px; }
.user-avatar-lg { height: 48px; width: 48px; }
.user-avatar-md { height: 32px; width: 32px; }
.user-avatar-sm { height: 24px; width: 24px; }
.user-avatar-xs { height: 18px; width: 18px; }
.icon-circle { border-radius: 100% !important; }
.outline-label { border: 2px solid #eeeeff; color: #8484f8; padding: 8px 20px; line-height: 1; font-size: 14px; border-radius: 20px; background-color: transparent; display: inline-block; } .fa-xl { }
.fa-lg { }
.fa-md { }
.fa-sm { font-size: 24px !important; }
.fa-xs { font-size: 11px !important; }  .w-35 { width: 35% !important; }
.w-40 { width: 40% !important; }
.custom-width { max-width: 1466px !important; }
.custom-container { max-width: 1200px !important; } .section-block { margin: 16px 0px; }
.section-title { font-weight: 500; margin-bottom: 0px; }
.section-heading-single { margin-bottom: 30px; }
.section-heading { margin-bottom: 60px; }
.section-heading-title { }
.section-heading-text { }
.section-heading-btn { }
.title {color: #181825;} .nopadding { padding: 0px; } .p-4 { padding: 30px !important; }
.p-5 { padding: 45px !important; }
.p-6 { padding: 65px !important; }
.p-8 { padding: 80px !important; } .p-r-0 { padding-right: 0px; }
.p-r-10 { padding-right: 10px; }
.p-r-15 { padding-right: 15px; }
.p-r-20 { padding-right: 20px; }
.p-r-25 { padding-right: 25px; }
.p-r-140 { padding-right: 140px; } .p-l-0 { padding-left: 0px; }
.p-l-10 { padding-left: 10px; }
.p-l-15 { padding-left: 15px; }
.p-l-20 { padding-left: 20px; }
.p-l-25 { padding-left: 25px; }
.p-l-40 { padding-left: 40px; }
.p-l-140 { padding-left: 140px; } .p-t-0 { padding-top: 0px; }
.p-t-10 { padding-top: 10px; }
.p-t-20 { padding-top: 20px; }
.p-t-30 { padding-top: 30px; }
.p-t-40 { padding-top: 40px; }
.p-t-60 { padding-top: 60px; }
.p-t-80 { padding-top: 80px; }
.p-t-100 { padding-top: 100px; }
.p-t-120 { padding-top: 120px; }
.p-t-140 { padding-top: 140px !important; }
.p-t-200 { padding-top: 200px; } .p-b-0 { padding-bottom: 0px; }
.p-b-10 { padding-bottom: 10px; }
.p-b-20 { padding-bottom: 20px; }
.p-b-30 { padding-bottom: 30px; }
.p-b-40 { padding-bottom: 40px; }
.p-b-60 { padding-bottom: 60px; }
.p-b-80 { padding-bottom: 80px; }
.p-b-100 { padding-bottom: 100px; }
.p-b-120 { padding-bottom: 120px; }
.p-b-140 { padding-bottom: 140px; }
.m-r-0 { margin-right: 0px; }
.m-r-10 { margin-right: 10px; }
.m-r-15 { margin-right: 15px; }
.m-r-20 { margin-right: 20px; }
.m-r-25 { margin-right: 25px; }
.m-r-60 { margin-right: 60px; }
.m-l-0 { margin-left: 0px; }
.m-l-10 { margin-left: 10px; }
.m-l-15 { margin-left: 15px; }
.m-l-20 { margin-left: 20px; }
.m-l-25 { margin-left: 25px; }
.m-l-100 { margin-left: 100px; }
.m-t-0 { margin-top: 0px; }
.m-t-10 { margin-top: 10px; }
.m-t-20 { margin-top: 20px; }
.m-t-30 { margin-top: 30px; }
.m-t-40 { margin-top: 40px; }
.m-t-60 { margin-top: 60px; }
.m-t-80 { margin-top: 80px; }
.m-t-100 { margin-top: 100px; }
.m-t-120 { margin-top: 120px; }
.m-t-140 { margin-top: 140px; }
.m-b-0 { margin-bottom: 0px; }
.m-b-10 { margin-bottom: 10px; }
.m-b-20 { margin-bottom: 20px; }
.m-b-30 { margin-bottom: 30px; }
.m-b-40 { margin-bottom: 40px; }
.m-b-60 { margin-bottom: 60px; }
.m-b-80 { margin-bottom: 80px; }
.m-b-100 { margin-bottom: 100px !important; }
.m-b-120 { margin-bottom: 120px; }
.ml-minus-1 { margin-left: -1px !important; }
.ml-minus-2 { margin-left: -2px !important; }
.ml-minus-3 { margin-left: -3px !important; }
.mr-minus-1 { margin-right: -1px !important; }
.mr-minus-2 { margin-right: -2px !important; }
.mr-minus-3 { margin-right: -3px !important; }
.mb-minus-1 { margin-bottom: -1px !important; }
.mb-minus-2 { margin-bottom: -2px !important; }
.mb-minus-3 { margin-bottom: -3px !important; } .pageheader-bg {background-color:#3544ee;background-size: cover;position: relative; min-height: 340px;
margin-bottom: 65px; position: relative;}
.pageheader-bg::before {
position: absolute;
left: 0;
top: -0;
height: 100%;
width: 100%;
background-image: url(//fvs-verkehr.de/wp-content/themes/images/page-header-pattern.png);
background-repeat: repeat;
background-position: center;
content: '';
opacity: .09;
}
.pageheader-img-bg { background: url(//fvs-verkehr.de/wp-content/themes/images/pageheader-img-4.jpg)no-repeat; background-size: cover; position: relative; min-height: 500px; margin-bottom: 60px; }
.pageheader-img-bg:before { content: '2'; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-image: linear-gradient(to bottom right, #878896, #191a1c); opacity: 0.4; }
.pageheader-img-bg .page-caption { top: 258px; }
.pageheader-second-bg {background-color: #3544ee;min-height: 500px;padding: 120px 0px;position: relative;}
.pageheader-second-bg:before{position: absolute;
left: 0;
top: -0;
height: 100%;
width: 100%;
background-image: url(//fvs-verkehr.de/wp-content/themes/images/page-header-pattern.png);
background-repeat: repeat;
background-position: center;
content: '';
opacity: .09;}
.pageheader-second-img { position: relative; }
.pageheader-second-caption { }
.pageheader .post-meta { border-top: 1px solid #ebecf7 !important; border: 0px; }
.page-caption {position: relative;border-radius: 4px;-webkit-box-shadow: 0px 5px 29px -11px rgba(0, 0, 0, 0.75);-moz-box-shadow: 0px 5px 29px -11px rgba(0, 0, 0, 0.75);box-shadow: 0px 3px 21px -13px rgba(0, 0, 0, 0.75);top: 98px;}
.pageheader-img { }
.pageheader-img img { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.page-caption-text { padding: 55px; min-height: 242px; }
.page-caption-title { font-size: 42px; line-height: 48px; margin-bottom: 20px; }
.page-caption-para-text { font-size: 21px; line-height: 32px; }
.pageheader-third-bg {background-color: #3544ee;padding: 120px 0px;position: relative;}
.pageheader-third-bg:before{position: absolute;
left: 0;
top: -0;
height: 100%;
width: 100%;
background-image: url(//fvs-verkehr.de/wp-content/themes/images/page-header-pattern.png);
background-repeat: repeat;
background-position: center;
content: '';
opacity: .09;}
.pageheader-third-img { position: relative; }
.pageheader-third-caption { } .page-breadcrumb { position: relative; }
.page-breadcrumb .breadcrumb { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 10px 30px; margin-bottom: 5px; list-style: none; background-color: #fff; line-height: 3; border-top: 1px solid #e7e7ef; border-radius: 0px 0px 5px 5px; }
.page-breadcrumb .breadcrumb .breadcrumb-item { font-size: 14px; }
.page-breadcrumb .breadcrumb .breadcrumb-item.active { color: #808294; }
.page-breadcrumb .breadcrumb .breadcrumb-item+.breadcrumb-item::before { display: inline-block; padding-right: .5rem; color: #d2d3d8; content: '\f061'; font-family: 'FontAwesome'; font-weight: 900; font-size: 12px; }
.page-breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link { color: #3544ee; z-index: 10; position: relative; }
.pageheader-btn { text-align: right; padding-bottom: 20px; }
.page-breadcrumb-bg{background-color: #eeeef6;}
.page-breadcrumb-bg .page-breadcrumb .breadcrumb{display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0px;
margin-bottom: 0px;
list-style: none;
background-color: transparent;
line-height: 3;} .sidebar-nav-fixed { position: sticky; top: 5rem; }
.sidebar-nav-fixed ul { }
.sidebar-nav-fixed ul li { }
.sidebar-nav-fixed ul li a { font-size: 14px; color: #7171c2; display: block; padding: 5px 15px; background: transparent; border-radius: 4px; line-height: 1.8; }
.sidebar-nav-fixed ul li a:hover { color: #4747ff; }
.sidebar-nav-fixed ul li a.active { display: block; color: #9b9bdf; background: #39398e; }  .space-xs-small { padding-top: 40px; padding-bottom: 40px; }
.space-small { padding-top: 60px; padding-bottom: 60px; }
.space-medium { padding-top: 100px; padding-bottom: 100px; }
.space-large { padding-top: 120px; padding-bottom: 120px; }
.space-ex-large { padding-top: 140px; padding-bottom: 140px; }
.content { padding-top: 80px; padding-bottom: 80px; } .footer-pattern-top { position: relative; z-index: 0; }
.footer-pattern-slide { -webkit-clip-path: polygon(0 100%, 100% 83%, 100% 100%); clip-path: polygon(0 100%, 100% 80%, 100% 100%); background-color: #040446; position: absolute; bottom: -81px; width: 100%; height: 370px; }
.footer { background-color: #040446; padding-bottom: 80px; color: #a7ade4; font-size: 15px; line-height: 28px; position: relative; margin-top: 80px; padding-top: 110px; }
.footer-widget { margin-bottom: 40px; }
.footer-widget-title { color: #fff; font-size: 18px; margin-bottom: 24px; border-bottom: 0px; padding: 0px; letter-spacing: 0px; }
.footer-widget ul { }
.footer-widget ul li { margin-bottom: 0px; }
.footer-widget ul li a { color: #a7ade4; line-height: 28px; }
.footer-widget ul li a:hover { color: #01d486; text-decoration: none; }
.social-media-block { background-color: #39363d; padding-top: 18px; padding-bottom: 18px; }
.social-icons { margin-top: 2px; }
.icon-square { text-align: center; background-color: #302d34; width: 40px; height: 40px; border-radius: 2px; display: inline-block; color: #7f7c7c; padding: 11px 12px; line-height: 1.3; font-size: 14px; }
.icon-square:hover { background-color: #ff4d4d; color: #fff; }
.icon-square-outline { text-align: center; background-color: transparent; width: 40px; height: 40px; border-radius: 2px; display: inline-block; color: #6f6d72; padding: 11px 12px; line-height: 1.3; font-size: 14px; border: 1px solid #6f6f72; }
.icon-square-outline:hover { background-color: transparent; color: #ff4d4d; border-color: #ff4d4d; }
.facebook-outline { border-color: #3b5898; color: #3b5898; }
.twitter-outline { border-color: #1ea2f2; color: #1ea2f2; }
.googleplus-outline { border-color: #f75439; color: #f75439; }
.instagram-outline { border-color: #9361fa; color: #9361fa; }
.linkedin-outline { border-color: #0077b7; color: #0077b7; }
.pinterest-outline { border-color: #c8232c; color: #c8232c; }
.tiny-footer { background-color: #04043a; color: #a7ade4; font-size: 13px; padding-top: 15px; padding-bottom: 15px; line-height: 1.5; }
.tiny-footer ul { }
.tiny-footer ul li { float: left; }
.tiny-footer ul li a { color: #a7ade4; font-size: 13px; margin-right: 10px; }
.tiny-footer ul li a:hover { color: #01d486; text-decoration: none; } .header-classic { background-color: #2c2c7a; } .sidebar-nav-fixed { position: sticky; top: 5rem; }
.sidebar-nav-fixed ul { }
.sidebar-nav-fixed ul li { }
.sidebar-nav-fixed ul li a { font-size: 14px; color: #71728e; display: block; padding: 5px 15px; background: transparent; border-radius: 4px; line-height: 1.8; }
.sidebar-nav-fixed ul li a:hover { color: #3544ee; }
.sidebar-nav-fixed ul li a.active { display: block; color: #3544ee; background: #e0e0fd; }  .space-xs-small { padding-top: 40px; padding-bottom: 40px; }
.space-small { padding-top: 60px; padding-bottom: 60px; }
.space-medium { padding-top: 100px; padding-bottom: 100px; }
.space-large { padding-top: 120px; padding-bottom: 120px; }
.space-ex-large { padding-top: 140px; padding-bottom: 140px; }
.content { padding-top: 80px; padding-bottom: 80px; } .footer-pattern-top { position: relative;
z-index: 0; }
.footer-pattern-slide {
-webkit-clip-path: polygon(0 100%, 100% 83%, 100% 100%);
clip-path: polygon(0 100%, 100% 80%, 100% 100%);
background-color: #1d2256;
position: absolute;
bottom: -81px;
width: 100%;
height: 370px;
}
.footer {
background-color: #1d2256;
padding-bottom: 80px;
color: #a7ade4;
font-size: 15px;
line-height: 28px;
position: relative;
margin-top: 80px;
padding-top: 110px;
}
.footer-widget { margin-bottom: 40px; }
.footer-widget-title { color: #fff; font-size: 18px; margin-bottom: 24px; border-bottom: 0px; padding: 0px; letter-spacing: 0px; }
.footer-widget ul { }
.footer-widget ul li { margin-bottom: 0px; }
.footer-widget ul li a { color: #a7ade4; line-height: 28px; }
.footer-widget ul li a:hover { color: #01d486; text-decoration: none; }
.social-media-block { background-color: #39363d; padding-top: 18px; padding-bottom: 18px; }
.social-icons { margin-top: 2px; }
.icon-square { text-align: center; background-color: #302d34; width: 40px; height: 40px; border-radius: 2px; display: inline-block; color: #7f7c7c; padding: 11px 12px; line-height: 1.3; font-size: 14px; }
.icon-square:hover { background-color: #ff4d4d; color: #fff; }
.icon-square-outline { text-align: center; background-color: transparent; width: 40px; height: 40px; border-radius: 2px; display: inline-block; color: #6f6d72; padding: 11px 12px; line-height: 1.3; font-size: 14px; border: 1px solid #6f6f72; }
.icon-square-outline:hover { background-color: transparent; color: #ff4d4d; border-color: #ff4d4d; }
.facebook-outline { border-color: #3b5898; color: #3b5898; }
.twitter-outline { border-color: #1ea2f2; color: #1ea2f2; }
.googleplus-outline { border-color: #f75439; color: #f75439; }
.instagram-outline { border-color: #9361fa; color: #9361fa; }
.linkedin-outline { border-color: #0077b7; color: #0077b7; }
.pinterest-outline { border-color: #c8232c; color: #c8232c; }
.tiny-footer { background-color: #151947; color: #a7ade4; font-size: 13px; padding-top: 15px; padding-bottom: 15px; line-height: 1.5; }
.tiny-footer ul { }
.tiny-footer ul li { float: left; }
.tiny-footer ul li a { color: #a7ade4; font-size: 13px; margin-right: 10px; }
.tiny-footer ul li a:hover { color: #01d486; text-decoration: none; } .header-classic { background-color: #fff; } .top-header { background-color: #fff; font-size: 14px; color: #626582; line-height: 30px; border-bottom: 1px solid #f0f1f9; border-top: 3px solid #3544ee; padding-bottom: 4px; padding-top: 4px; }
.top-header ul { margin-bottom: 0px; }
.top-header ul li { float: left; margin-left: 18px; }
.top-header ul li a { color: #626582; }
.top-header i { font-size: 10px; }
.top-header-social { }
.top-header-social i { font-size: 14px; }
.top-header-social ul { margin-left: 10px; }
.top-header-social ul li { float: left; margin-left: 8px; }
.top-header-social ul li a { color: #9d9ea7; }
.top-header-social ul li a:hover { color: #01d486; }  .navbar-classic { }
.navbar-classic.navbar-light .navbar-nav .nav-link { color: #181825; font-family: 'Circular Std Medium' !important; padding: 12px 16px; }
.navbar-classic .navbar-nav .nav-item { }
.navbar-classic .navbar-nav .nav-item .nav-link { font-size: 15px; color: #181825; padding: 12px 10px; line-height: 20px; border-bottom: 1px solid #fff; }
.navbar-classic .navbar-nav .nav-item .nav-link:hover { color: #3544ee; }
.navbar-classic .navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after  {
color: #3544ee;
}
.navbar-classic.navbar { padding: 18px 0px; }
.navbar-classic .dropdown-toggle::after {margin-top: 1px; display: inline-block; width: 0; height: 0; margin-left: 6px; vertical-align: -2px; content: "\f107"; border-top: none; border-right: none; border-bottom: none; border-left: none; color: #bdbebf; font-family: 'FontAwesome'; font-weight: 900; margin-right: 15px; font-size: 13px; float: right; }
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-item {
border-bottom: 1px solid #f1f1f6;
border-radius: 0px;
}
.navbar-brand { display: inline-block; padding-top: 5px; padding-bottom: 8px; margin-right: initial; line-height: inherit; white-space: nowrap; }
.dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 16rem; padding: 12px; margin: 18px 0px; font-size: 1rem; color: #808294; text-align: left; list-style: none; background-color: #fff; background-clip: padding-box; border: 1px solid rgb(255, 255, 255); border-radius: 2px; -webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09); -moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09); box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09); }
.dropdown-item { display: block; width: 100%; padding: 15px 15px; clear: both; font-weight: 400; color: #181825; text-align: inherit; white-space: nowrap; background-color: transparent; border: 0; font-size: 15px; font-family: 'Circular Std Book' !important; line-height: 15px; }
.dropdown-item:focus, .dropdown-item:hover { color: #4955ef; text-decoration: none; background-color: #eeeffd; border-radius: 4px; }
.dropdown-item:focus .dropdown-toggle::after, .dropdown-item:hover.dropdown-toggle::after { color: #4955ef; }
@media(min-width:992px) {
.dropdown .dropdown-menu {
display: block;
visibility: hidden; 
opacity: 0; 
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
-webkit-transition: all .3s ease-in;
-o-transition: all .3s ease-in;
transition: all .3s ease-in 
}
.dropdown:hover>.dropdown-menu { 
visibility: visible; 
opacity: 1;
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
opacity: 1;
visibility: visible; 
}
.dropdown-submenu:hover .dropdown-menu { 
visibility: visible; 
opacity: 1; 
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
opacity: 1;
visibility: visible; 
}
}
.dropdown-submenu { position: relative; }
.dropdown-submenu a::after { transform: rotate(-90deg); position: absolute; right: 17px; top: 25px; }
.dropdown-submenu .dropdown-menu { top: 0px; left: 100%; margin-left: 13px; margin-right: .1rem; }
.caret-up { width: 0; height: 0; border-left: 4px solid rgba(0, 0, 0, 0); border-right: 4px solid rgba(0, 0, 0, 0); border-bottom: 4px solid; display: inline-block; margin-left: 2px; vertical-align: middle; }
.mega-dropdown { position: unset; }
.mega-dropdown-menu { width: 100%; position: absolute; top: 63px; margin: 15px 0px; }
.mega-dropdown-menu ul { list-style: none; }
.nav-dropitem-arrow { position: relative; font-size: 12px; opacity: 0; padding-right: 10px; }
.nav-dropitem-arrow i { position: absolute; }
.dropdown-item:focus, .dropdown-item:hover {color: #3544ee;text-decoration: none;background-color: #eeeffd;border-radius: 4px;}
.dropdown-item:hover .nav-dropitem-arrow { color: #4955ef; opacity: 1; margin-right: 5px; }
.navbar-classic .navbar-toggler, .navbar-boxed .navbar-toggler { padding: 17px 15px; font-size: 1.25rem; line-height: 1; background-color: transparent; border: 1px solid #eaeaf0; border-radius: .25rem; position: relative; } .navbar-classic .navbar-collapse.show .dropdown .dropdown-menu { background: #fff; box-shadow: none; margin: 7px 0px; }
.navbar-classic .navbar-collapse.show .navbar-nav .nav-item .nav-link { border-bottom: 1px solid #f1f1f6; }
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu 
.dropdown-item { border-bottom: 1px solid #f1f1f6; }
.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu { background: #fff; box-shadow: none; margin: 7px 0px; }
.navbar-boxed .navbar-collapse.show .navbar-nav .nav-item .nav-link { border-bottom: 1px solid #f1f1f6; }
.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu 
.dropdown-item { border-bottom: 1px solid #f1f1f6; }
.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu { background: #fff; box-shadow: none; margin: 7px 0px; }
.navbar-transparent .navbar-collapse.show .navbar-nav .nav-item .nav-link {border-bottom: 1px solid #495bfb;}
.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu 
.dropdown-item { border-bottom: 1px solid #f1f1f6; }
.icon-bar { width: 21px; height: 3px; background-color: #3544ee; display: block; -webkit-transition: all 0.2s; transition: all 0.2s; margin-top: 4px }
.navbar-toggler:focus { outline: 0px; }
.navbar-toggler .top-bar { transform: rotate(45deg); transform-origin: 10% 190%; background-color: #3544ee; }
.navbar-toggler .middle-bar { opacity: 0; }
.navbar-toggler .bottom-bar { transform: rotate(-45deg); transform-origin: 10% -80%; background-color: #3544ee; }
.navbar-toggler.collapsed .top-bar { transform: rotate(0); background-color: #3544ee; }
.navbar-toggler.collapsed .middle-bar { opacity: 1; }
.navbar-toggler.collapsed .bottom-bar { transform: rotate(0); background-color: #3544ee; }  .slider { position: relative; margin-bottom: -40px; }
.slider-img img { position: relative; z-index: -1; width: 100%; }
.slider-img { background: -moz-linear-gradient(top, rgba(29, 29, 36, 0.5) 0%, rgba(29, 29, 36, 0.5) 100%); background: -webkit-linear-gradient(top, rgba(29, 29, 36, 0.5) 0%, rgba(29, 29, 36, 0.5) 100%); background: linear-gradient(to bottom, rgba(29, 29, 36, 0.5) 0%, rgba(29, 29, 36, 0.5) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='10', endColorstr='M4 8h24M4 16h24M4 24h24', GradientType=0); position: relative; }
.slider-captions { position: absolute; bottom: 190px; color: #fff; }
.slider-title { font-size: 52px; letter-spacing: -1px; line-height: 58px; color: #ffffff; font-family: 'Circular Std Bold'; margin-bottom: 20px; }
.slider-text { font-size: 18px; line-height: 26px; margin-bottom: 40px; }
.slider .owl-prev { position: absolute; top: 45%; left: 10px; }
.slider .owl-next { position: absolute; top: 45%; right: 10px; }
.slider .owl-theme .owl-nav [class*='owl-'] { color: #ffffff; font-size: 18px; margin: 5px; padding: 3px 10px; background: transparent; display: inline-block; cursor: pointer; border-radius: 100%; text-align: center; height: 35px; width: 35px; border: 2px solid #ffffff; }
.slider .owl-theme .owl-nav [class*='owl-']:hover { background: #01d486; color: #FFF; text-decoration: none; border-color: #01d486; }
.slider .owl-theme .owl-dots .owl-dot span { width: 12px; height: 12px; margin: 4px 2px; background: transparent; border: 2px solid #fff; border-radius: 100%; display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; }
.slider .owl-theme .owl-dots { text-align: center; -webkit-tap-highlight-color: transparent; bottom: 50px; position: relative; }
.slider .owl-theme .owl-dots .owl-dot.active span, .slider .owl-theme .owl-dots .owl-dot:hover span { background: #fff !important; border-color: #fff; } .slider-second { }
.slider-second .slider-captions { position: absolute; bottom: 250px; color: #fff; text-align: center; }
.slider-second .slider-title { font-size: 42px; letter-spacing: -1px; line-height: 56px; color: #ffffff; font-family: 'Circular Std Bold'; margin-bottom: 10px; }
.slider-second .slider-text { font-size: 18px; line-height: 26px; } .video-slide { position: relative; background: url(//fvs-verkehr.de/wp-content/themes/images/video-slide-img-1.jpg)no-repeat; background-size: cover; min-height: 642px; padding: 150px 0px; }
.video-slide-caption { padding-top: 35px; }
.video-slide-caption-title { font-size: 46px; line-height: 54px; color: #fff; }
.video-slide-caption-text { color: #fff; font-size: 18px; }
.video-slide:before {content: '';position: absolute;top: 0;right: 0;bottom: 0;left: 0;background-image: linear-gradient(to bottom right, #3544ee, #3544ee);opacity: 0.9;}
.video-container, .video-container-2 { min-height: 356px; max-width: 100%; overflow: hidden; padding-bottom: 56.25%; position: relative; }
.video-container img, .video-container-2 img { border: 2px solid #a6adff; border-radius: 4px; }
.video-container a, .video-container-2 a { position: absolute; top: 39%; left: 43%; background-color: #fff; height: 84px; width: 84px; border-radius: 100%; }
.video-container a:after, .video-container-2 a:after { font-family: 'FontAwesome'; font-weight: 900; display: inline-block; position: absolute; left: 38px; font-size: 16px; color: #181825; content: '\f04b'; font-style: initial; top: 29px; }
.video-container a:hover, .video-container-2 a:hover { border-left-color: #f00; }
.video-container img, .video-container-2 img { display: block; }
.video-container iframe, .video-container object, .video-container embed, .video-container img { max-height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.video-container-2 iframe, .video-container-2 object, .video-container-2 embed, .video-container-2 img { max-height: 100%; left: 0; position: absolute; top: 0; width: 100%; } .slider-for { overflow: hidden; }
.slider-for .slider-captions { position: absolute; bottom: 230px; color: #fff; }
.slick-list img { width: 100%; min-height: 100%; }
.slider-nav { bottom: 130px; margin-bottom: -111px; }
.slider-for .slick-slide:before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-image: linear-gradient(to bottom right, #181825, #181825); opacity: 0.5; }
.slider-for .slick-slide { margin: 0px; }
.slick-list { }
.slider-nav .slick-track { height: 90px; -webkit-transform: none !important; transform: none !important; left: 0 !important; }
.slick-arrow { position: absolute; top: 50%; z-index: 50; margin-top: -12px; }
.slick-prev { left: 0; }
.slick-next { right: 0; }
.slider-nav .item { width: 220px !important; }
.slider-nav .item.slick-slide.slick-current { border: 3px solid #fff; border-radius: 4px; } .single-post-pageheader { position: relative; width: 100%; height: 100%; background: url(//fvs-verkehr.de/wp-content/themes/images/post-pageheader-img-1.jpg) center center no-repeat; background-size: cover; }
.single-post-pageheader:before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-image: linear-gradient(to bottom right, #878896, #191a1c); opacity: 0.6; }
.post-pagecaption { text-align: center; padding-bottom: 170px; padding-top: 170px; }
.single-post-pageheader .post-meta { border-radius: 0px 0px 4px 4px; background-color: transparent; border-top: 1px solid #96969b; padding: 16px 0px 16px; margin-top: 0; line-height: 1; color: #fff; text-align: center; }
.single-post-pageheader .post-meta .meta-posted-by:before, .single-post-pageheader .post-meta .meta-comments:before { color: #fff; }
.single-post-pageheader .meta { color: #fff; }
.single-post-pageheader.meta-posted-by:before, .post-pagecaption .meta-comments:before { color: #fff; }
.post-pagecaption .post-title { padding: 0px 180px; line-height: 52px; margin-bottom: 0px; }
.post-block-v2 { }
.post-block-v2.post-block { margin-bottom: 30px; border: 1px solid #ebedfc; position: relative; background-color: #fff; border-radius: 4px; }
.post-block-v2 .post-img { padding: 10px; }
.post-block-v2 .post-content { padding: 20px; border: 0px; }
.post-block-v2 .post-title { }
.post-block-v2 .post-footer { border-top: 1px solid #ebedfc; background: #fff; padding: 16px 20px; line-height: 1.8; border-radius: 0px 0px 4px 4px; }
.post-block-v2 .post-author-img { }
.post-block-v2 .post-author-name { margin-left: 14px; }
.post-block-v2 .post-author-name .post-author-name-text{color: #181825;}
.post-carousel { margin-bottom: -29px; }
.post-carousel .owl-theme .owl-nav { line-height: 1; text-align: center; -webkit-tap-highlight-color: transparent; display: none; }
.post-carousel .owl-theme .owl-dots { text-align: center; -webkit-tap-highlight-color: transparent; bottom: 30px; position: relative; }
.post-carousel .owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1; }
.post-carousel .owl-theme .owl-dots .owl-dot span { width: 12px; height: 12px; margin: 4px 2px; background: transparent; border: 2px solid #fff; border-radius: 100%; display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; }
.post-carousel .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #fff !important; border-color: #fff; }
.post-block { margin-bottom: 30px; transition: .7s ease; border-radius: 4px; }
.post-block:hover { -webkit-box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.16); -moz-box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.16); box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.16); background-color: #fff; transition: .7s ease; }
.post-img { position: relative; border-top-left-radius: 4px; border-top-right-radius: 4px; }
.post-img img { width: 100%; }
.post-fullwidth { position: relative; margin-bottom: 80px; }
.post-fullwidth .post-img { border-top-right-radius: 0px; }
.post-fullwidth .post-content { border-left: transparent; padding: 53px; border-bottom-left-radius: 0px; }
.post-small-thumb { }
.post-small-thumb .card-body { padding: 22px; }
.post-small-thumb img { height: 182px; width: 206px !important; border-radius: 12px; }
.post-content-innerspace { padding: 70px !important; }
.post-content { padding: 34px; border: 1px solid #ebecf7; background-color: #fff; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.post-meta { background-color: #fff; border-top: 1px solid #ebecf7; padding: 16px 0px 0px; line-height: 1; }
.post-content .icon-circle-outline { height: 30px; width: 30px; padding: 7px; }
.post-content-single { background-color: #fff; padding: 40px; border-radius: 4px; border: 1px solid #ebecf7; }
.post-title { color: #181825; }
.post-heading { font-size: 24px; line-height: 34px; margin-bottom: 20px; }
.meta { font-size: 13px; font-family: 'Circular Std book'; color: #9496ac; display: inline-block; position: relative; line-height: 15px; }
.meta-link { }
.meta-posted-by { }
.meta-posted-by:before, .meta-comments:before { content: ''; font-size: 6px; color: #979fbb; font-family: 'FontAwesome'; font-weight: 900; margin-right: 8px; vertical-align: middle; }
.meta-category, .meta-date, .meta-comments, .meta-tags, .meta-posted-by { margin-right: 8px; }
.meta-category { color: #fd851b; text-transform: uppercase; }
.meta-category:hover { color: #fd851b; }
.meta-category-badge { background-color: #ebedfe; color: #3544ee; padding: 8px 10px; border-radius: 6px; transition: .7s ease; font-size: 14px; display: inline-block; line-height: 1; }
.meta-category-badge:hover { background-color: #3544ee; color: #fff; text-decoration: none !important; transition: .3s ease; }
.meta-date { }
.meta-comments { }
.meta-tags { background-color: transparent; padding: 6px 10px; border-radius: 2px; font-size: 14px; line-height: 1; display: inline-block; margin-bottom: 4px; margin-right: 4px; color: #626582; border: 1px solid #ebecf7; }
.meta-tags:hover { background-color: #01d486; color: #fff; }
.align-left { float: left; margin-right: 20px; margin-bottom: 10px; }
.align-right { float: right; margin-left: 20px; margin-bottom: 10px; }
.firstcharacter { float: left; font-size: 75px; line-height: 54px; padding-top: 4px; padding-right: 8px; padding-left: 3px; }
blockquote { position: relative; padding: 18px 40px; color: #353851; font-size: 24px; line-height: 34px; display: block; }
.post-blockquote-author { font-size: 16px; margin-top: 20px; color: #808294; }
.blockquote-fancy::before { font-size: 20px; color: #3544ee; position: absolute; top: 17px; content: "\f10d"; font-family: 'FontAwesome'; font-weight: 900; left: 0; }
.blockquote-left-border { border-left: 3px solid #3544ee; }
.blockquote-right-border { border-right: 3px solid #3544ee; }
.blockquote-box { padding: 45px; }
.blockquote-left { max-width: 400px; }
.blockquote-right { max-width: 400px; float: right; } .next-prev-post { margin-bottom: 30px; margin-top: 30px; }
.prev-post { padding: 30px; border: 1px solid #e6e5e7; background-color: #fff; border-radius: 4px; }
.next-post { text-align: right; padding: 30px; border: 1px solid #e6e5e7; background-color: #fff; border-radius: 4px; }
.prev-link-title, .next-link-title { margin-bottom: 0px; font-size: 18px; line-height: 28px; }
.prev-link { }
.next-link, .prev-link { text-transform: uppercase; font-size: 12px; margin-bottom: 10px; display: inline-block; line-height: 12px; }
.related-post-block { padding: 40px; border: 1px solid #ebecf7; background-color: #fff; border-radius: 0px 0px 4px 4px; margin-bottom: 30px; }
.related-post { }
.realted-title { font-size: 18px; line-height: 26px; }
.related-category { color: #3544ee; }
.related-post-meta { font-size: 14px; }
.related-post .title { font-size: 15px; }
.related-img { margin-bottom: 20px; border-radius: 4px; }
.related-img img { width: 100%; }
.post-author-block { position: relative; }
.author-box { background-color: #f9f9fd; border: 1px solid #ebecf7; margin-bottom: 30px; border-radius: 4px; }
.author-img { position: relative; text-align: center; top: 55px; }
.author-img img { border: 3px solid #fff; }
.author-title { font-size: 20px; }
.author-meta { color: #ff4d4d; margin-bottom: 20px; display: block; line-height: 1; font-size: 11px; font-weight: 600; text-transform: uppercase; }
.author-content { text-align: center; padding: 80px 30px 30px 30px; background-color: #fff; } .comments-block { margin-bottom: 30px; }
.comments-area { }
.comments-title { margin-bottom: 40px; }
.comment-list { border-bottom: 1px solid #ebebeb; margin-bottom: 0px; }
ul.comment-list:last-child { margin-bottom: 0px; border-bottom: transparent; padding-bottom: 0px; }
.comment { background-color: #fff; padding: 10px 0px; }
.comment-block-header { border-bottom: 1px solid #ebedfc; background-color: #fff; padding: 15px 20px; margin-bottom: 0px; }
.comment-body { padding: 30px; background-color: #fff; }
.comment-author { margin-bottom: 20px; }
.comment-info { }
.comment-header { margin-bottom: 6px; }
.user-title { margin-bottom: 0px; font-size: 16px; }
.comment-meta { font-size: 13px; color: #808294; display: inline-block; float: right; }
.comment-meta-date { }
.comment-content { }
.reply-link { color: #353851; border-bottom: 2px solid #01d486; font-family: 'Circular Std Medium'; padding-bottom: 3px; font-size: 14px }
.reply-link:hover { color: #01d486; border-bottom: 2px solid #01d486; text-decoration: none; }
.children { padding: 0px 40px 0px 100px; margin-bottom: 0px; }
.children .comment { }
.children .comment-body { background-color: #f9f9fd; padding: 30px; border: 1px solid #f9f9fd; border-radius: 4px; margin-bottom: 30px; }
.comments-reply { }
.leave-comments { background-color: #f3f5f5; }
.leave-reply { }
.form-remark { color: red; } .sidebar { }
.widget { margin-bottom: 30px; border: 1px solid #ebecf7; background-color: #fff; padding: 40px; border-radius: 4px; position: relative; }
.widget:before {border-top: 10px solid #3544ee;border-right: 10px solid transparent;content: "";position: absolute;top: 0;left: 0;}
.widget ul { margin-bottom: 0px; list-style: none; padding: 0px; }
.widget ul li { margin-bottom: 8px; line-height: 20px; }
.widget ul li:last-child { margin-bottom: 0px; }
.widget-categories ul li a, .widget-archive ul li a { color: #626582; }
.widget-categories ul li a:hover, .widget-archive ul li a:hover { color: #3544ee; text-decoration: none; }
.widget-title { font-size: 20px; color: #181825; line-height: 28px; letter-spacing: 0px; margin-bottom: 20px; font-family: 'Circular Std Medium' !important; }
.widget-search { }
.widget-category { font-size: 14px; }
.widget-archives { font-size: 14px; }
.widget-recent-post { }
.widget-recent-post ul { }
.widget_recent_entries ul li { margin-bottom: 20px; }
.recent-post-img { }
.recent-post-img img { height: 90px; width: 90px; }
.recent-title { font-size: 17px; line-height: 24px; }
.recent-post-content { }
.widget-tags { }
.tagcloud a { background-color: transparent; padding: 6px 10px; border-radius: 2px; font-size: 14px; line-height: 1; display: inline-block; margin-bottom: 8px; margin-right: 4px; color: #808294; border: 1px solid #ebecf7; transition: .5s ease; }
.tagcloud a:hover { background-color: #3544ee; color: #fff !important; border-color: #3544ee; text-decoration: none; transition: .5s ease; }
.categories-filter { }
.categories-filter a { background-color: #ebebf2; padding: 10px 18px; border-radius: 50px; color: #fff; font-size: 14px; line-height: 1; display: inline-block; margin-bottom: 4px; margin-right: 4px; font-weight: 400; color: #626582; border: 1px solid #ebebf2; transition: .7s ease; }
.categories-filter a:hover, .categories-filter a.active { background-color: #3544ee; color: #fff !important; border-color: #3544ee; text-decoration: none; transition: .7s ease; } .navbar-classic .menu-main-menu-container, .navbar-boxed .menu-main-menu-container, nav .menu-main-menu-container {
margin-left: auto;
}
.navbar-bank .menu-main-menu-container {
margin-left: inherit;
}
@media (min-width: 992px){
.dropdown:hover>.grid-container2>.dropdown-menu {
visibility: visible;
opacity: 1;
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
opacity: 1;
visibility: visible;
}
}
.navbar-bank .btn {
margin-left: auto;
}
.navbar-boxed .dropdown-toggle::after {
margin-left: 5px;
}
.footer .wpb_content_element  {
margin-bottom: 0;
}
.meta-cat a {
background-color: #ebedfe;
color: #3544ee;
padding: 8px 10px;
margin-bottom: 16px;
border-radius: 6px;
transition: .7s ease;
font-size: 14px;
display: inline-block;
line-height: 1;
font-family: 'Circular Std book';
position: relative;
}
.meta-cat a:hover {
background-color: #3544ee;
color: #fff;
text-decoration: none !important;
transition: .3s ease;
}
.page-numbers {
position: relative;
display: block;
padding: 13px 18px;
margin-left: 0px;
margin-right: 5px;
line-height: 1.25;
color: #626582;
background-color: #fff;
border: 1px solid #ebecf7;
border-radius: 100%;
line-height: 1;
font-size: 15px;
}
.prev.page-numbers {
margin-left: auto;
border-top-left-radius: 35px;
border-bottom-left-radius: 35px;
border-top-right-radius: 35px;
border-bottom-right-radius: 35px;
}
.next.page-numbers {
border-top-left-radius: 35px;
border-bottom-left-radius: 35px;
border-top-right-radius: 35px;
border-bottom-right-radius: 35px;
}
.page-numbers.current {
z-index: 1;
color: #fff;
background-color: #01d486;
border-color: #08bd7a;
}
.page-numbers:hover {
z-index: 2;
color: #fff;
text-decoration: none;
background-color: #01d486;
border-color: #08bd7a;
}
.widget ul {
margin-bottom: 0px;
list-style: none;
padding: 0px;
position: relative;
}
.widget_categories ul li a, .widget_archive ul li a {
color: #626582;
}
.widget_categories ul li, .widget_archive ul li {
padding-left: 20px;
}
.widget_categories ul li a:hover, .widget_archive ul li a:hover {
color: #3544ee;
text-decoration: none;
}
.widget_categories li:before, .widget_archive li:before {
font-family: 'FontAwesome';
font-weight: 900;
display: inline-block;
position: absolute;
left: 0;
font-size: 13px;
color: #d2d3d8;
content: '\f061';
font-style: initial;
}
.tagcloud a {
font-size: 14px!important;
}
.post-author-block .author-img img, .comment-author img {
border-radius: 50%!important;
}
.comment-reply-title {
font-size: 20px;
line-height: 31px;
margin-bottom: 4px;
letter-spacing: 0;
}
.comment-notes, .comment-form-cookies-consent, p.form-submit, .logged-in-as {
padding-left: 5px;
padding-right: 5px;
}
.comment-notes span {
font-size: 14px;
}
.comment-form-cookies-consent input[type="checkbox"]{
margin-right: 5px;
}
.comments-block .children {
background-color: #fff;
}
.comment-reply-link {
overflow: hidden;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color, background-color;
transition-property: color, background-color;
transition: .3s ease;
font-family: 'Circular Std Medium' !important;
}
.comment-list li .comment-reply-link {
color: #71738d;
font-weight: 500;
font-size: 14px;
line-height: 1.5;
display: inline-block;
vertical-align: middle;
padding: 8px 18px;
border-radius: 100px;
background-color: #f0f0f8;
border-color: #f0f0f8;
}
.comment-list li .comment-reply-link:hover {
color: #2e2f39;
background-color: #d7d7df;
border-color: #d7d7df;
}
.cat-meta a {
background-color: #ebedfe;
color: #3544ee;
padding: 8px 10px;
border-radius: 6px;
transition: .7s ease;
font-size: 14px;
display: inline-block;
line-height: 1;
}
.cat-meta a:hover {
background-color: #3544ee;
color: #fff;
text-decoration: none !important;
transition: .3s ease;
}
.single-post-pageheader .meta-posted-by a {
color: #fff;
}
.num-brand .process-number {
color: #01d486;
background-color: #ccf7f0;
}
.num-secondary .process-number {
color: #ea5132;
background-color: #ffd9d1;
}
.num-primary .process-number {
color: #3544ee;
background-color: #e4e6ff;
}
@media (min-width: 992px){
.col-lg-1\/5 {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
}
.section-box-white > .vc_column-inner > .wpb_wrapper {
background-color: #fff;
border: 1px solid #ebecf7;
padding: 45px;
margin-bottom: 30px;
}
.section-box-contact > .vc_column-inner > .wpb_wrapper {
background-color: #fff;
padding: 70px;
border: 1px solid #ebecf7;
border-radius: 4px;
}
.section-card-pattern-right-top > .vc_column-inner > .wpb_wrapper:before {
content: '';
background: url(https://fvs-verkehr.de/wp-content/themes/quanto/images/dot-square.png)no-repeat;
height: 120px;
width: 120px;
background-repeat: repeat;
position: absolute;
top: -24px;
z-index: -1;
right: -8px;
}
.section-card-pattern-left > .vc_column-inner > .wpb_wrapper:after {
content: '';
background: url(https://fvs-verkehr.de/wp-content/themes/quanto/images/dot-square.png)no-repeat;
height: 120px;
width: 120px;
background-repeat: repeat;
position: absolute;
bottom: -23px;
z-index: -1;
left: -8px;
}
.container-fluid .container {
max-width: 100%;
}
.vc_row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.big-zindex {
z-index: 10;
}
.wpb_content_element.card-pattern-left:after {
left: -8px;
}
.wpb_content_element.card-pattern-right-top:before {
right: -8px;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
padding: 36px 30px;
border-radius: 3px;
border-bottom: 1px solid #ebedfc;
color: #181825;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a:hover span {
color: #3544ee;
}
.wpb-js-composer div.vc_tta-container {
margin-bottom: 0;
}
.pricing-block-v1.pricing-block-selected .pricing-head-title {
color: #fff;
}
.pricing-block-selected .btn-dark {
color: #353851;
background-color: #fff;
border-color: rgba(255, 255, 255, 1);
}
.pricing-block-selected .btn-dark:hover {
color: #fff !important;
background-color: #04d16f;
border-color: #04d16f;
}
.pricing-block-selected .btn-primary {
color: #fff;
background-color: #01d486;
border-color: #01d486;
}
.pricing-block-selected .btn-primary:hover {
color: #fff;
background-color: #08b072;
border-color: #08b072;
}
.pricing-list-section.active .list-group-item {
transition: .5s ease;
border: 2px solid #01d486;
color: initial;
}
.active .pricing-block-v7 .pricing-top-price {
color: #01d486;
}
.col-width-auto.vc_column_container>.vc_column-inner{
width: auto;
}
.vc_column_container.split-left-img .vc_column-inner, .vc_column_container.split-right-img .vc_column-inner {
min-height: 500px;
}
@media only screen and (max-width:993px) {
.lg-order-last {
-ms-flex-order: 13;
order: 13;
}
.lg-pb-0 {
padding-bottom: 0!important;
}
}
.over-hide {
overflow: hidden;
}
.card-pattern-left-top { position: relative; }
.card-pattern-left-top:before { content: ''; background: url(https://fvs-verkehr.de/wp-content/themes/quanto/images/dot-square.png)no-repeat; height: 120px; width: 120px; background-repeat: repeat; position: absolute; top: -24px; z-index: -1; left: -23px; }
.card-pattern-top { position: relative; }
.card-pattern-top:before { content: ''; background: url(https://fvs-verkehr.de/wp-content/themes/quanto/images/dot-square.png)no-repeat; height: 120px; width: 120px; background-repeat: repeat; position: absolute; top: -23px; z-index: -1; left: 110px; }
.client-hv {
position: relative;
display: inline-block;
z-index: 1;
}
.m-l--15 {
position: relative;
margin-left: 15%;
}
.portfolio-content-no-mt .filters-content {
margin-top: 0;
} 
.shadow-hover>.vc_column-inner:hover {
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
-webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06);
-moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06);
box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06);
}
.vc_tta-color-white.lender-custom {
margin-top: 30px;
}
.vc_tta-color-white.lender-custom .vc_tta-tabs-list li a {
padding: 10px 30px !important;
background-color: #fff!important;
border: none!important;
border-right: 1px solid #ebedfc!important;
}
.vc_tta-color-white.lender-custom .vc_tta-tabs-list li.vc_active a {
color: #3341e7!important;
}
.vc_tta-color-white.lender-custom .vc_tta-panel-body {
background-color: #fff!important;
padding: 35px 5px!important;
border: none!important;
padding-bottom: 5px!important;
}
.vc_tta-color-white.lender-custom .vc_tta-tabs-container {
left: -30px;
margin-right: 0!important;
}
.shadow-box.vc_column_container>.vc_column-inner{
-webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.08);
box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.08);
}
.shadow-box-2.vc_column_container>.vc_column-inner {
-webkit-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
-moz-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
}
.icon-font-vv {
line-height: 42px;
}
.icon-font-vv i{
font-size: 32px;
display: inline-block;
padding: 21px 14px;
color: #3847f1;
position: relative;
}
.feature-block-v2 .feature-icon i {
text-align: center;
width: 1.25em;
}
.top-header i {
font-size: 16px;
}
.tiny-footer ul li a i {
font-size: 16px;
}
.pricing-block-v3.pricing-block-selected-2 .pricing-bottom-price, .pricing-block-v4.pricing-block-selected .pricing-bottom-price,
.pricing-block-v5.pricing-block-selected .pricing-bottom-price {
color: #3544ee;
}
.pricing-block-v3.pricing-block-selected-2 .btn, .pricing-block-v4.pricing-block-selected .btn, .pricing-block-v5.pricing-block-selected .btn {
color: #fff;
background-color: #3544ee;
border-color: #3544ee;
}
.pricing-block-v3.pricing-block-selected-2 .btn:hover, .pricing-block-v4.pricing-block-selected .btn:hover,.pricing-block-v5.pricing-block-selected .btn:hover {
color: #fff;
background-color: #2834bd;
border-color: #2834bd;
}
.pricing-block-v3.pricing-block-selected-2 .btn:not(:disabled):not(.disabled).active, 
.pricing-block-v3.pricing-block-selected-2 .btn:not(:disabled):not(.disabled):active, 
.show>.pricing-block-v3.pricing-block-selected-2 .btn.dropdown-toggle {
color: #fff;
background-color: #2834bd;
border-color: #2834bd;
}
.no-border-right {
border-right: none!important;
}
.btn-rounded-left {
border-top-left-radius: 100px;
border-bottom-left-radius: 100px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-rounded-right {
border-top-right-radius: 100px;
border-bottom-right-radius: 100px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.btn.btn-rounded-left {
border-top-left-radius: 100px;
border-bottom-left-radius: 100px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn.btn-rounded-right {
border-top-right-radius: 100px;
border-bottom-right-radius: 100px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.btn-square {
border-radius: 0;
}
.m-l--3 {
margin-left: -3px;
}
.m-l--5 {
margin-left: -5px;
}
.pageheader-second-bg-overlay {
position: absolute;
left: 0;
top: -0;
height: 100%;
width: 100%;
background-image: url(https://fvs-verkehr.de/wp-content/themes/quanto/images/page-header-pattern.png);
background-repeat: repeat;
background-position: center;
content: '';
opacity: .09;
}
.credit-card-pricing tr td:first-child {
width: 40%;
color: #626582;
font-weight: bold;
padding: 20px;
}
.compare-table tbody tr td:last-child {
border-right: none!important;
}
.thead-dark th {
color: #fff;
background-color: #212529;
border-color: #32383e;
}
.thead-light th {
color: #495057;
background-color: #f3f6ff;
border-color: #ebedfc;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: #fff;
}
.pricing-compare-table thead th{
width: 194px !important;
}
.pricing-compare-table thead th:first-child {
width: 359px !important;
}
.pricing-compare-table {
text-align: center;
}
.pricing-compare-table thead th:first-child, .pricing-compare-table tbody td:first-child, .bank-compare-table tbody td:first-child {
text-align: left;
}
.pricing-compare-table {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.bank-compare-table thead th {
width: 25%;
}
.bank-compare-table tbody td:first-child:last-child {
background-color: #f9f9ff;
}
.mortgage-rates-custom .mr-minus-2:last-child {
margin-right: 0!important;
}
.btn > i {
margin-left: 4px;
}
.btn.btn-circle > i {
margin-left: 0;
}
.text-default .rate-block-small-text {
color: #808294!important;
}
.lender-info .modal-body section {
padding: 30px;
padding-top: 0;
}
.lender-info .modal-body section .vc_col-has-fill>.vc_column-inner{
padding-top: 0px;
}
.lender-info .modal-body .vc_tta-color-white.lender-custom .vc_tta-tabs-container {
left: 0;
}
.pageheader-second-bg.hero-slide {
position: relative;
background-color: #3544ee;
padding-top: 200px;
padding-bottom: 200px;
color: #b0bffe;
background-size: cover;
}
.slider-second .slider-captions .slider-title span, .slider-for .slider-captions .slider-title span {
border-bottom: 1px solid #363686 !important;
padding-bottom: .25rem!important;
border-width: 2px !important;
border-bottom-color: #01d486 !important;
}
.footer-widget .footer-second-widget ul li a {
color: #808294;
line-height: 28px;
}
.footer-widget .footer-second-widget ul li a:hover {
color: #01d486;
text-decoration: none;
}
.footer-second .tiny-footer ul li {
float: none;
}
.footer-second .tiny-footer ul li {
display: inline-block;
}
.footer-second .tiny-footer p {
margin-bottom: 0;
}
.wpb_single_image.analysisdata-right-img img, .wpb_single_image.no-max-width img {
max-width: none;
}
.peromance-img {
position: absolute;
right: -380px;
top: auto;
bottom: -100px;
}
.peromance-character-img {
position: absolute;
right: 200px;
bottom: -100px;
}
.categories-filter a {
cursor: pointer;
}
.categories-filter {
margin-bottom: 50px;
}
.mortgage .col-12:nth-of-type(2) .bg-primary-light {
background-color: #ccf7f0 !important;
color: #01d486 !important;
}
.boxed-layout-wrapper .header-transparent {
margin: 0 auto;
max-width: 1360px;
}
.boxed-layout-wrapper section {
width: 100%!important;
left: auto!important;
}
a.dropdown-toggle {
cursor: pointer;
}
.mega-dropdown-menu.dropdown-menu {
padding-left: 0;
padding-right: 0;
}
li.mega-sub-menu ul{
margin-left: 0;
padding-left: 0;
}
.custom-list .list-group-item:hover .custom-list-title {
color: #3847f1;
}
.team-block-v2 p {
color: #808294;
}
.product-card-v1 .product-icon {
position: relative;
}
.product-card-v1 i {
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
position: absolute;
}
.boxed-layout-wrapper .slider-second .slider-captions {
bottom: 150px;
}
.boxed-layout-wrapper .slider-for .slider-captions {
position: absolute;
bottom: 150px;
color: #fff;
}
.boxed-layout-wrapper .slider-title {
font-size: 46px;
}
.boxed-layout-wrapper .peromance-character-img {
right: 440px;
}
.boxed-layout-wrapper .peromance-img {
right: -110px;
}
.boxed-layout-wrapper .hero-shape-second {
background-position: 87% 100%;
}
.boxed-layout-wrapper .hero-shape-second-caption-img {
padding-left: 180px;
}
.boxed-layout-wrapper .cta-curveshape {
background-position: 86% 100%;
}
.all-post .post-fullwidth {
margin-top: 0;
}
@media only screen and (max-width: 768px){
.header-transparent {
background-color: #1d2256;
}
.wpb_single_image.analysisdata-right-img img, .wpb_single_image.no-max-width img {
max-width: 100%;
}
}
@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .mega-dropdown-menu.dropdown-menu {
display: flex;
flex-wrap: wrap;
}
}
@media only screen and (max-width: 1200px) {
.wpb_single_image.analysisdata-right-img img, .wpb_single_image.no-max-width img {
max-width: 100%;
}
.wpb_single_image.peromance-img, .wpb_single_image .vc_single_image-wrapper, .wpb_single_image .vc_figure {
width: 100%;
}
}
@media only screen and (max-width: 1400px) {
.wpb_single_image.peromance-img, .wpb_single_image .vc_single_image-wrapper, .wpb_single_image .vc_figure {
width: 100%;
}
}
@media only screen and (max-width: 992px){
.hero-shape-one-caption-text {
padding-top: 100px;
}
.hero-shape-one-caption-img {
padding-top: 60px;
}
}   @media only screen and (max-width:1400px) {
.slider-captions { position: absolute; bottom: 70px; }
.slider-second .slider-captions { position: absolute; bottom: 120px; color: #fff; } .split-img-right-content-text { position: absolute; left: 90px; right: 15%; top: 30px; }
.split-img-left-content-text { position: absolute; left: 17%; right: 18%; top: 80px; } .hero-shape-one-caption-img img { max-width: 100%; }
.analysisdata-right-img img { max-width: 100%; }
.analysisdata-character-right-img { right: 0px; }
.peromance-img { position: initial; }
.peromance-img img { width: 100%; }
.peromance-character-img { display: none; } .hero-shape-second { background-position: 86% 100% }
}
@media only screen and (max-width:1200px) {
.pageheader-bg { padding-top: 60px; }
.slider .owl-theme .owl-nav [class*='owl-'] { position: absolute; top: 120px; right: 35px; }
.slider-captions { bottom: 80px; }
.slider-title { font-size: 30px; letter-spacing: 0px; line-height: 42px; }
.slider .owl-theme .owl-dots { bottom: 50px; }
.counter-v2 .plus-sign { right: 40px; }
.post-fullwidth .post-content { border-left: transparent; padding: 21px; border-bottom-left-radius: 0px; margin-left: -15px; }
.card-deck { -ms-flex-flow: column; flex-flow: column; margin-right: -15px; margin-left: -15px; }
.slider-second .slider-title { font-size: 42px; line-height: 52px; }
.slider-second .slider-captions { bottom: 80px; }
.slider .owl-theme .owl-nav [class*='owl-'] { position: absolute; top: 210px; right: 35px; }
.slider-for .slider-captions { bottom: 140px; text-align: center; }
.card-pattern-full:after { display: none; }
.loan-features-tab ul li a { padding: 12px 13px; }
.space-medium { padding-top: 80px; padding-bottom: 80px; } .split-img-right-content { padding: 20px; }
.split-img-left-content { padding: 20px; margin-left: 0px; }
.why-work-image { display: none; } .sassdata-left-img img { max-width: 100%; }
.sassdata-right-img img { max-width: 100%; }
.hero-slideshape-img img { max-width: 100%; }
.sassdata-left-content { padding: 30px 20px; }
.sassdata-right-content { padding: 30px 20px; } .hero-shape-one-caption-img img { max-width: 100%; }
.analysisdata-right-img img { max-width: 100%; }
.analysisdata-character-right-img { right: 0px; }
.peromance-img { position: initial; }
.peromance-img img { width: 100%; }
.peromance-character-img { display: none; } .hero-shape-second { background-position: 94% 100%; }
.hero-shape-second-caption-img { padding-top: 110px; padding-left: 70px; }
.hero-shape-second-caption-text { padding-top: 200px; }
.cta-curveshape-img img { max-width: 100%; }
.cta-curveshape-img { padding-top: 70px; padding-left: 0px; }
.cta-curveshape-caption-text { padding-top: 140px; }
.cta-curveshape { background-position: 100% 100%; } .hero-shape-third { background-position: 0px 100%; }
.hero-shape-third-caption-title { font-size: 53px; line-height: 59px; }
.quote-form { bottom: 200px; margin-bottom: -100px; }
.client-block-v6.client-logos { -webkit-transform: scale(0.6) translateX(-84%); transform: scale(0.6) translateX(-84%); -webkit-transform-origin: top center; transform-origin: top center; position: relative; left: 50%; margin-bottom: -150px; }
.image-section-v3-content { padding: 40px; }
.header-transparent-second { position: relative; background-color: #ffffff; }
.partner-block-content { padding: 0px; } .hero-shape-fourth-caption-img img { max-width: 100%; }
.hero-shape-fourth-caption-img { padding-top: 200px; }
.m-l-100 { margin-left: 0px; }
.hero-shape-fourth-caption-title { font-size: 66px; line-height: 76px; }
.hero-shape-fourth-caption-text { padding-top: 260px; }
.client-block-v4 .client-block-img img { max-width: 100%; }
} @media only screen and (max-width:992px) { 
.hero-shape-fourth-caption-text {
padding-top: 100px;
}
.hero-shape-fourth-caption-img {
padding-top: 60px;
}} @media only screen and (max-width:768px) {
.pageheader-bg { padding-top: 30px; }
.slider .owl-theme .owl-nav [class*='owl-'] { position: absolute; top: 150px; }
.slider-captions { bottom: 40px; }
.slider-title { font-size: 30px; letter-spacing: 0px; line-height: 42px; }
.slider .owl-theme .owl-dots { bottom: 50px; }
.slider .btn { display: none; }
.card-deck .card { flex: 50%; }
.post-fullwidth .post-content { border: 1px solid #ebecf7; }
.header-transparent { position: relative; }
.hero-slide { min-height: initial; padding-top: 60px; padding-bottom: 80px; }
.counter-v2 .plus-sign { right: 97px; }
.card-pattern-left:after { display: none; }
.card-pattern-right:after { display: none; }
.slider-second .slider-title { font-size: 30px; line-height: 42px; }
.slider-second .slider-captions { bottom: 50px; }
.card-deck { -ms-flex-flow: column; flex-flow: column; margin-right: -15px; margin-left: -15px; }
.video-slide { padding: 20px 0px; }
.cta-v2 .cta-img { position: absolute; bottom: 50px; }
.video-slide-caption { margin-bottom: 50px; }
.slider-nav { bottom: 106px; margin-bottom: -111px; }
.slider-for .btn { display: none; }
.slider-nav .item { width: 80px !important; height: 60px; }
.slider-for .slider-captions { bottom: 110px; text-align: center; }
.card-footer-item { padding: 18px 9px; }
.pills-vertical .flex-column { -ms-flex-direction: row !important; flex-direction: row !important; }
.navbar-transparent .navbar-collapse.show .navbar-nav .nav-item .nav-link:last-child { margin-bottom: 10px; }
.navbar-classic .navbar-collapse.show .navbar-nav .nav-item .nav-link:last-child { margin-bottom: 10px; } .space-medium { padding-top: 60px; padding-bottom: 60px; } .split-img-right-content { padding: 20px; }
.split-img-left-content { padding: 20px; margin-left: 0px; }
.why-work-image { display: none; } .hero-slideshape-caption { bottom: 70px; }
.sassdata-left-img img { max-width: 100%; }
.sassdata-right-img img { max-width: 100%; }
.hero-slideshape-img img { max-width: 100%; } .hero-shape-one-caption-img img { max-width: 100%; }
.analysisdata-right-img img { max-width: 100%; }
.analysisdata-character-right-img { right: 0px; }
.hero-shape-one-caption-text { padding-top: 70px; }
.hero-shape-one-caption-img { padding-top: 70px; }
.hero-shape-one-caption-title { font-size: 42px; line-height: 52px; font-weight: 900; }
.peromance-img { position: initial; } .hero-shape-second-caption-img { padding-top: 50px; padding-left: 0px; }
.hero-shape-second-caption-text { padding-top: 150px; }
.cta-curveshape-img { display: none; }
.cta-curveshape-caption-text { padding-top: 110px; padding-bottom: 110px; }
.cta-curveshape { background-image: none; }
.cta-curveshape-img { padding-top: 80px; padding-left: 0px; } .hero-shape-third-caption-img { padding-top: 0px; }
.hero-shape-third-caption-text { padding-top: 50px; }
.hero-shape-third-caption-title { font-size: 53px; line-height: 59px; }
.quote-form { bottom: 200px; margin-bottom: -100px; }
.client-block-v6.client-logos { -webkit-transform: scale(0.6) translateX(-84%); transform: scale(0.6) translateX(-84%); -webkit-transform-origin: top center; transform-origin: top center; position: relative; left: 50%; margin-bottom: -150px; }
.image-section-v3-content { padding: 40px; }
.header-transparent-second { position: relative; background-color: #ffffff; }
.partner-block-content { padding: 0px; } .hero-shape-fourth-caption-img img { max-width: 100%; }
.hero-shape-fourth-caption-img { padding-top: 0px; }
.m-l-100 { margin-left: 0px; }
.hero-shape-fourth-caption-title { font-size: 66px; line-height: 76px; }
.hero-shape-fourth-caption-text { padding-top: 90px; }
.client-block-v4 .client-block-img img { max-width: 100%; }
} @media only screen and (max-width:480px) {
.pageheader-bg { padding-top: 0px; min-height: initial; }
.footer { padding-top: 180px; padding-bottom: 0px; color: #a7ade4; font-size: 14px; position: relative; }
.children { padding-left: 0px; }
.pageheader-btn { display: grid; }
.slider .owl-theme .owl-nav [class*='owl-'] { display: none; }
.slider-captions { bottom: 20px; }
.slider-title { font-size: 24px; letter-spacing: 0px; line-height: 26px; }
.slider .owl-theme .owl-dots { bottom: 30px; }
.slider .btn { display: none; }
.card-img-overlay { position: absolute; top: 10%; }
.post-small-thumb img { display: none; }
.calculator-form { float: initial; width: 100% !important; }
.outline-tab .nav-tabs .nav-link { padding: 10px 6px; font-size: 14px; }
.post-fullwidth .post-img { border-top-right-radius: 0px; height: auto; }
.post-fullwidth .post-content { border: 1px solid #ebecf7; }
.header-transparent {position: relative;background-color: #2c3ae2;}
.hero-slide { padding-top: 50px; }
.header-boxed {position: relative !important;background-color: #fff;}
.header-boxed .navbar-boxed {background-color: #ffffff;padding: 10px;border-radius: 0px;margin-top: 0px;}
.counter-v2 .plus-sign { right: 107px; }
.card-pattern-left:after { display: none; }
.card-pattern-right:after { display: none; }
.post-pagecaption .post-title { padding: 0px 0px; line-height: 52px; margin-bottom: 0px; }
.post-pagecaption { text-align: center; padding-bottom: 60px; padding-top: 60px; }
.pageheader-second-caption { margin-bottom: 50px; }
.hero-slide-title { font-size: 38px; letter-spacing: -2px; line-height: 50px; }
.page-caption-title { font-size: 25px; line-height: 36px; margin-bottom: 20px; }
.page-caption-text { padding: 26px; min-height: 0px; }
.slider-second .slider-title { font-size: 22px; line-height: 28px; }
.slider-second .slider-captions { bottom: 30px; }
.video-slide { padding: 20px 0px; }
.cta-v2 .cta-img { display: none; }
.video-slide-caption { margin-bottom: 40px; }
.slider-nav { display: none; }
.slider-for .slider-captions { bottom: 10px; text-align: center; }
.slider-for .btn { display: none; }
.card-pattern-full:after { display: none; }
.card-pattern-right-top:before { display: none; }
.team-block-fullwidth-content { padding: 5px 0px; position: relative; }
.split-bg { background: linear-gradient(to right, #01d486 0%, #01d486 45%, #01d285 40%, #01d486 100%); height: 100%; width: 100%; }
.card-footer-item-bordered:not(:last-child) { border-right: 0px; }
.card-footer-item { padding: 18px 40px; }
.tab-regular .nav.nav-tabs .nav-link { padding: 12px 13px; }
.tab-vertical .tab-content { display: inline-block; }
.tab-vertical .nav-tabs .nav-link { padding: 17px 116px; }
.simple-card .nav.nav-tabs .nav-item .nav-link { padding: 17px 34px; }
.pills-regular .nav.nav-pills .nav-item .nav-link { background-color: #ededf1; padding: 16px 33px; }
.page-caption-para-text { font-size: 16px; line-height: 27px; }
.post-content-innerspace { padding: 40px !important; }
.cta-v1 .cta-content { margin-bottom: 20px; }
.navbar-transparent .navbar-collapse.show .navbar-nav .nav-item .nav-link:last-child { margin-bottom: 10px; }
.navbar-classic .navbar-collapse.show .navbar-nav .nav-item .nav-link:last-child { margin-bottom: 10px; }
.slider-for .slider-title { font-size: 20px; letter-spacing: 0px; line-height: 26px; } .space-medium { padding-top: 60px; padding-bottom: 60px; } .slider-gallery .slick-arrow { display: none !important; }
.slider-gallery-nav .slick-track { left: 24% !important; } .split-img-right-content { padding: 20px; }
.split-img-left-content { padding: 20px; margin-left: 0px; }
.why-work-image { display: none; } .hc-featured-article-block { background-color: #fff; border-radius: 4px; padding: 30px 30px; }
.video-container a, .video-container-2 a { position: absolute; top: 31%; left: 36%; }
.hc-support-block { display: -ms-flexbox; display: inline-block; -ms-flex-align: start; align-items: flex-start; margin-bottom: 20px; } .hero-slideshape-caption { bottom: 70px; }
.sassdata-left-img img { max-width: 100%; }
.sassdata-right-img img { max-width: 100%; }
.character-img { display: none; }
.sassdata-character-right-img { display: none; }
.sassdata-character-left-img { display: none; }
.hero-slideshape-img img { max-width: 100%; } .hero-shape-one-caption-img img { max-width: 100%; }
.analysisdata-right-img img { max-width: 100%; }
.analysisdata-character-right-img { display: none; }
.hero-shape-one-caption-text { padding-top: 70px; }
.hero-shape-one-caption-img { padding-top: 70px; }
.hero-shape-one-caption-title { font-size: 42px; line-height: 52px; font-weight: 900; }
.peromance-img { display: none; } .hero-shape-second { background-image: none; }
.hero-shape-second-caption-img { display: none; }
.cta-curveshape-img img { max-width: 100%; }
.hero-shape-second-caption-text { padding-top: 110px; padding-bottom: 130px; }
.circle-1 { display: none; }
.circle-2 { display: none; }
.circle-3 { display: none; }
.feature-app-img img { max-width: 100%; } .hero-shape-third-caption-img { padding-top: 100px; display: none; }
.hero-shape-third-caption-text { padding-top: 50px; }
.hero-shape-third-caption-title { font-size: 53px; line-height: 59px; }
.quote-form { bottom: 390px; padding: 30px; margin-bottom: -320px; }
.client-block-v6.client-logos { -webkit-transform: scale(0.6) translateX(-84%); transform: scale(0.6) translateX(-84%); -webkit-transform-origin: top center; transform-origin: top center; position: relative; left: 50%; margin-bottom: -150px; }
.image-section-v3-content { padding: 40px; }
.header-transparent-second { position: relative; background-color: #ffffff; } .hero-shape-fourth-caption-img { display: none; }
.m-l-100 { margin-left: 0px; }
.hero-shape-fourth-caption-title { font-size: 66px; line-height: 76px; }
.hero-shape-fourth-caption-text { padding-top: 90px; }
.hero-shape-fourth { height: 593px; }
}
} @media only screen and (max-width:320px) {
.pageheader-bg { padding-top: 30px; }
.footer { padding-top: 180px; padding-bottom: 0px; color: #a7ade4; font-size: 14px; position: relative; }
.children { padding-left: 0px; }
.pageheader-btn { display: grid; }
.slider .owl-theme .owl-nav [class*='owl-'] { display: none; }
.slider-captions { bottom: 20px; }
.slider-title { font-size: 24px; letter-spacing: 0px; line-height: 26px; }
.slider .owl-theme .owl-dots { bottom: 30px; }
.slider .btn { display: none; }
.card-img-overlay { position: absolute; top: 10%; }
.post-small-thumb img { display: none; }
.calculator-form { float: initial; width: 100% !important; }
.outline-tab .nav-tabs .nav-link { padding: 10px 6px; font-size: 14px; }
.post-fullwidth .post-img { border-top-right-radius: 0px; height: auto; }
.post-fullwidth .post-content { border: 1px solid #ebecf7; }
.header-transparent { position: relative; background-color: #3240dd; }
.hero-slide { padding-top: 50px; }
.header-boxed { position: relative !important; }
.header-boxed .navbar-boxed { background-color: #fff; padding: 10px; border-radius: 0px; margin-top: 0px; }
.counter-v2 .plus-sign { right: 107px; }
.card-pattern-left:after { display: none; }
.card-pattern-right:after { display: none; }
.post-pagecaption .post-title { padding: 0px 0px; line-height: 52px; margin-bottom: 0px; }
.post-pagecaption { text-align: center; padding-bottom: 60px; padding-top: 60px; }
.pageheader-second-caption { margin-bottom: 50px; }
.hero-slide-title { font-size: 38px; letter-spacing: -2px; line-height: 50px; }
.page-caption-title { font-size: 25px; line-height: 36px; margin-bottom: 20px; }
.page-caption-text { padding: 26px; min-height: 242px; }
.slider-second .slider-title { font-size: 22px; line-height: 28px; }
.slider-second .slider-captions { bottom: 30px; }
.video-slide { padding: 20px 0px; }
.cta-v2 .cta-img { display: none; }
.video-slide-caption { margin-bottom: 40px; }
.slider-nav { display: none; }
.slider-for .slider-captions { bottom: 10px; text-align: center; }
.slider-for .btn { display: none; }
.card-pattern-full:after { display: none; }
.card-pattern-right-top:before { display: none; }
.team-block-fullwidth-content { padding: 5px 0px; position: relative; }
.split-bg { background: linear-gradient(to right, #01d486 0%, #01d486 45%, #01d285 40%, #01d486 100%); height: 100%; width: 100%; }
.card-footer-item-bordered:not(:last-child) { border-right: 0px; }
.card-footer-item { padding: 18px 40px; }
}@keyframes wacu-sk-bounce {
0%, 100% {
transform: scale(0);
}
50% {
transform: scale(1);
}
}
@keyframes wacu-sk-shake {
0%, 100% {
transform: translateX(0);
}
25% {
transform: translateX(-12px);
}
50% {
transform: translateX(12px);
}
}
@keyframes wacu-sk-ripple {
from {
opacity: 1;
transform: scale3d(0.75, 0.75, 1);
}
to {
opacity: 0;
transform: scale3d(1.5, 1.5, 1);
}
}
@keyframes wacu-sk-bouncedelay {
0%, 80%, 100% {
transform: scale(0);
}
40% {
transform: scale(1);
}
}
.wacu-widget *,
.wacu-widget *:before,
.wacu-widget *:after {
box-sizing: border-box;
}
.wacu-widget ul {
list-style: none !important;
margin: 0 !important;
padding: 0 !important;
}
.wacu-widget form {
margin: 0 !important;
padding: 0 !important;
}
.wacu-hide {
display: none;
}
.wacu-show {
display: block;
}
.wacu-trigger--ripple::after {
opacity: 0;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: '';
height: 100%;
width: 100%;
border-radius: 100%;
animation-name: wacu-sk-ripple;
animation-duration: 3s;
animation-delay: 0s;
animation-iteration-count: infinite;
animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
z-index: -1;
}
.wacu-trigger--ripple::before {
opacity: 0;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: '';
height: 100%;
width: 100%;
border-radius: 100%;
animation-name: wacu-sk-ripple;
animation-duration: 3s;
animation-delay: 0.5s;
animation-iteration-count: infinite;
animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
z-index: -1;
}
.wacu-trigger-animate {
opacity: 0;
visibility: hidden;
transition: all 200ms ease-in-out;
}
.wacu-trigger-animate.active {
visibility: visible;
opacity: 1;
}
.wacu-spinner {
width: 40px;
height: 40px;
position: relative;
margin: 100px auto;
}
.wacu-spinner .double-bounce1,
.wacu-spinner .double-bounce2 {
background-color: #24303f;
width: 100%;
height: 100%;
border-radius: 50%;
opacity: 0.6;
position: absolute;
top: 0;
left: 0;
animation: wacu-sk-bounce 2s infinite ease-in-out;
}
.wacu-spinner .double-bounce2 {
animation-delay: -1s;
}
.wacu-typing {
margin: 100px auto 0;
width: 70px;
text-align: center;
}
.wacu-typing > div {
width: 18px;
height: 18px;
background-color: #333;
border-radius: 100%;
display: inline-block;
animation: wacu-sk-bouncedelay 1.4s infinite ease-in-out both;
}
.wacu-typing .wacu-typing-bounce1 {
animation-delay: -0.32s;
}
.wacu-typing .wacu-typing-bounce2 {
animation-delay: -0.16s;
}
.wacu-widget {
position: fixed;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: end;
justify-content: flex-end;
z-index: 9999999;
width: auto;
height: auto;
}
.wacu-widget.wacu-br {
-ms-flex-align: end;
align-items: flex-end;
}
.wacu-widget.wacu-bl {
-ms-flex-align: start;
align-items: flex-start;
}
.wacu-widget__footer {
position: relative;
z-index: -1;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: end;
justify-content: flex-end;
}
.wacu-popup {
width: 320px;
box-shadow: 0 0 60px rgba(0, 0, 0, 0.15);
border-radius: 6px;
background-color: #fff;
transition: all 200ms ease-in-out;
position: relative;
margin-bottom: 4px;
}
.wacu-popup::after {
content: "";
width: 8px;
height: 8px;
background-color: white;
display: block;
position: absolute;
bottom: -4px;
transform: rotate(45deg);
}
.wacu-popup__header {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
padding: 15px;
border-radius: 6px 6px 0 0;
position: relative;
}
.wacu-popup__header-text {
font-size: 16px;
}
.wacu-popup__header-cta {
cursor: pointer;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: end;
justify-content: flex-end;
-ms-flex-align: center;
align-items: center;
}
.wacu-popup__header-cta svg {
width: 16px;
}
.wacu-popup__body {
padding: 15px;
min-height: 80px;
max-height: 400px;
overflow-x: hidden;
overflow-y: auto;
position: relative;
}
.wacu-sub-popup {
width: 320px;
box-shadow: 0 0 60px rgba(0, 0, 0, 0.15);
border-radius: 6px;
background-color: #fff;
transition: all 200ms ease-in-out;
margin-bottom: 4px;
position: relative;
}
.wacu-sub-popup::after {
content: "";
width: 8px;
height: 8px;
background-color: white;
display: block;
position: absolute;
bottom: -4px;
transform: rotate(45deg);
}
.wacu-sub-popup__header {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
padding: 15px;
border-radius: 6px 6px 0 0;
position: relative;
}
.wacu-sub-popup__header-text {
font-size: 16px;
}
.wacu-sub-popup__header-cta {
cursor: pointer;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: end;
justify-content: flex-end;
-ms-flex-align: center;
align-items: center;
}
.wacu-sub-popup__header-cta svg {
width: 16px;
}
.wacu-sub-popup__body {
padding: 15px;
min-height: 30px;
max-height: 500px;
overflow-x: hidden;
overflow-y: auto;
}
.wacu-social-contact {
cursor: pointer;
margin: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-bottom: 1px dashed #eee;
}
.wacu-social-contact a {
color: inherit !important;
text-decoration: none !important;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: 5px 0;
border-radius: 4px;
transition: background-color, padding 200ms ease-in-out;
outline: none !important;
}
.wacu-social-contact a:hover {
background-color: #f1f1f1;
padding: 5px 0 5px 10px;
}
.wacu-social-contact__icon {
width: 40px;
height: 40px;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
margin-right: 10px;
overflow: hidden;
}
.wacu-social-contact__icon * {
width: 24px;
font-size: 24px;
}
.wacu-social-contact__name {
line-height: 16px;
font-size: 15px;
color: #2b2e4a;
font-weight: 600;
}
.wacu-social-contact__desc {
font-size: 13px;
color: #999999;
line-height: 16px;
}
.wacu-social-contact li:last-child {
border-bottom: 1px dashed transparent;
}
.wacu-smart-popup {
display: none;
width: 300px;
height: auto;
background-color: #ffffff;
padding: 20px 15px;
border-radius: 6px;
line-height: 20px;
font-size: 15px;
box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
position: relative;
margin-bottom: 4px;
}
.wacu-smart-popup::after {
content: "";
width: 8px;
height: 8px;
background-color: white;
display: block;
position: absolute;
bottom: -4px;
transform: rotate(45deg);
}
.wacu-smart-popup p {
margin: 0;
}
.wacu-smart-popup-messages .wacu-typing {
margin: 4px auto;
padding: 0;
}
.wacu-smart-popup-messages .wacu-typing-bounce1,
.wacu-smart-popup-messages .wacu-typing-bounce2,
.wacu-smart-popup-messages .wacu-typing-bounce3 {
background-color: #90a4ae;
width: 14px;
height: 14px;
}
.wacu-smart-popup-message_item {
font-size: 15px;
color: #333;
}
.wacu-smart-popup-cta {
position: absolute;
top: -34px;
right: 0px;
width: 30px;
height: 30px;
padding: 8px;
cursor: pointer;
color: #999;
}
.wacu-schedule-call input[type="text"],
.wacu-schedule-call input[type="number"],
.wacu-schedule-call input[type="submit"],
.wacu-schedule-call select,
.wacu-schedule-call textarea {
width: 100% !important;
transition: none !important;
padding: 6px 10px !important;
}
.wacu-schedule-call input[type="submit"] {
margin-top: 5px !important;
}
.wacu-schedule-call textarea {
resize: none !important;
height: 100px !important;
}
.wacu-schedule-call__item {
margin-bottom: 5px;
}
.wacu-schedule-call__label label {
font-size: 14px;
margin-bottom: 2px;
color: #555555;
}
.wacu-schedule-call-time-selector {
display: -ms-flexbox;
display: flex;
}
.wacu-schedule-call-required {
border: 1px solid red !important;
}
.wacu-email-us input[type="text"],
.wacu-email-us input[type="number"],
.wacu-email-us input[type="email"],
.wacu-email-us input[type="submit"],
.wacu-email-us select,
.wacu-email-us textarea {
width: 100% !important;
transition: none !important;
padding: 6px 10px !important;
}
.wacu-email-us input[type="submit"] {
margin-top: 5px !important;
}
.wacu-email-us textarea {
resize: none !important;
height: 100px !important;
}
.wacu-email-us__item {
margin-bottom: 5px;
}
.wacu-email-us__label label {
font-size: 14px;
margin-bottom: 2px;
color: #555555;
}
.wacu-email-us-required {
border: 1px solid red !important;
}
.wacu-gdpr .wacu-popup__body {
padding: 15px 15px 5px 15px;
}
.wacu-gdpr-wrapper {
display: block;
border: 1px solid transparent;
margin-top: 5px;
margin-bottom: 5px;
padding: 5px 10px;
border-radius: 4px;
font-size: 14px;
border: 1px solid transparent;
transition: border 200ms ease-in-out;
position: sticky;
bottom: -6px;
left: 0;
right: 0;
background-color: #ffffff;
}
.wacu-gdpr-wrapper.wacu-gdpr-wrapper--error {
border: 1px solid #d50000;
transition: border 300ms ease-in-out;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.wacu-gdpr-wrapper input {
margin: 0px 5px 0px 5px;
vertical-align: middle;
}
a.wacu-button {
font-size: 16px;
text-decoration: none !important;
border-radius: 4px;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
transition: 300ms all ease-in-out;
margin: 0 5px 15px 0;
border-width: 2px;
border-style: solid;
}
a.wacu-button:hover {
box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.2);
}
a.wacu-button.wacu-button--small {
padding: 2px 6px;
}
a.wacu-button.wacu-button--medium {
padding: 8px 20px;
}
a.wacu-button.wacu-button--large {
padding: 15px 30px;
}
a.wacu-button.wacu-button--hero {
padding: 20px 50px;
font-size: 24px;
}
a.wacu-button > img,
a.wacu-button > svg {
width: 20px;
height: 20px;
margin-right: 5px;
display: inline-block;
}
.wacu-trigger {
margin-top: 10px;
line-height: 1;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
box-shadow: 0 0 60px rgba(0, 0, 0, 0.15);
outline: none;
transition: all 200ms ease-in-out;
position: relative;
}
.wacu-trigger--open .wacu-trigger__icon--close {
display: block;
}
.wacu-trigger--open .wacu-trigger__icon--open {
display: none;
}
.wacu-trigger--close .wacu-trigger__icon--close {
display: none;
}
.wacu-trigger--close .wacu-trigger__icon--open {
display: block;
}
.wacu-trigger--only-icon {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 50%;
}
.wacu-trigger--only-icon .wacu-trigger-animate {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(0.3);
}
.wacu-trigger--only-icon .wacu-trigger-animate.active {
transform: translate(-50%, -50%) scale(1);
}
.wacu-trigger--icon-with-text {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
padding: 10px 20px;
border-radius: 4px;
}
.wacu-trigger--icon-with-text .wacu-trigger__icon svg {
width: 100%;
height: 100%;
}
.wacu-trigger--icon-with-text .wacu-trigger__icon {
width: 22px;
height: 22px;
margin-right: 10px;
position: relative;
}
.wacu-trigger--icon-with-text .wacu-trigger-animate {
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
transform: scale(0.3);
}
.wacu-trigger--icon-with-text .wacu-trigger-animate.active {
transform: scale(1);
}
.wacu-shortcode-trigger-btn {
display: inline-block;
padding: 5px 30px;
border-radius: 4px;
text-decoration: none !important;
}
body.rtl .wacu-widget.wacu-bl {
-ms-flex-align: end;
align-items: flex-end;
}
body.rtl .wacu-widget.wacu-br {
-ms-flex-align: start;
align-items: flex-start;
}
body.rtl .wacu-social-contact a:hover {
background-color: #f1f1f1;
padding: 5px 10px 5px 0;
}
body.rtl .wacu-trigger--icon-with-text .wacu-trigger__icon {
margin-left: 10px;
margin-right: 0;
}
@media (max-width: 426px) {
.wacu-widget {
width: 100%;
}
.wacu-popup,
.wacu-sub-popup {
width: 100%;
position: fixed;
bottom: 0;
left: 0;
margin-bottom: 0;
box-shadow: 0 -20px 45px rgba(0, 0, 0, 0.2);
}
.wacu-popup__header,
.wacu-sub-popup__header {
border-radius: 0;
padding: 40px 15px 15px 15px;
}
.wacu-popup__header-cta,
.wacu-sub-popup__header-cta {
position: absolute;
top: -28px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
width: 52px;
height: 52px;
box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
border: 2px solid #fff;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-radius: 50%;
-ms-flex-pack: center;
justify-content: center;
}
}