.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}: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";
--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: transparent;
}
@-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";
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:not(:root) {
overflow: hidden;
}
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%;
max-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%;
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:not([size]):not([multiple]) {
height: calc(2.25rem + 2px);
}
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, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
padding-right: 0;
padding-left: 0;
}
.form-control-sm, .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 {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
height: calc(1.8125rem + 2px);
}
.form-control-lg, .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 {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem;
}
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
height: calc(2.875rem + 2px);
}
.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: .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1;
color: #fff;
background-color: rgba(40, 167, 69, 0.8);
border-radius: .2rem;
}
.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::before, .custom-file-input.is-valid ~ .custom-file-label::before {
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: .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1;
color: #fff;
background-color: rgba(220, 53, 69, 0.8);
border-radius: .2rem;
}
.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::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
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;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
background-image: none;
}
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:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
z-index: 3;
}
.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: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 > .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: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px 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: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::-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;
-webkit-appearance: none;
appearance: none;
}
.custom-range::-webkit-slider-thumb:focus {
outline: none;
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.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;
-moz-appearance: none;
appearance: none;
}
.custom-range::-moz-range-thumb:focus {
outline: none;
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.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;
background-color: #007bff;
border: 0;
border-radius: 1rem;
appearance: none;
}
.custom-range::-ms-thumb:focus {
outline: none;
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.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;
}
.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:hover, .close:focus {
color: #000;
text-decoration: none;
opacity: .75;
}
.close:not(:disabled):not(.disabled) {
cursor: pointer;
}
button.close {
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
}
.modal-open {
overflow: hidden;
}
.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0;
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.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-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-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";
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";
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%;
transition: -webkit-transform 0.6s ease;
transition: transform 0.6s ease;
transition: transform 0.6s ease, -webkit-transform 0.6s ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px;
}
@media screen and (prefers-reduced-motion: reduce) {
.carousel-item {
transition: none;
}
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
display: block;
}
.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;
}
}.mfp-container *{transition-timing-function:none;-moz-transition-timing-function:none;-webkit-transition-timing-function:none;-o-transition-timing-function:none;transition-duration:0s;-moz-transition-duration:0s;-webkit-transition-duration:0s;-o-transition-duration:0s;}
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:0.8;}
.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;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;box-shadow:none;touch-action:manipulation;}
.admin-bar .mfp-close {top: 50px;right: 20px;}
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.85;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:38px;font-family:Arial, Baskerville, monospace;}
.mfp-close:hover, .mfp-close:focus{opacity:1;}
.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;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent;}
.mfp-arrow:active{margin-top:-54px;}
.mfp-arrow:hover, .mfp-arrow:focus{opacity:1;}
.mfp-arrow:before, .mfp-arrow:after{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{border-top-width:13px;border-bottom-width:13px;top:8px;}
.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:0.7;}
.mfp-arrow-left{left:0;}
.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px;}
.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F;}
.mfp-arrow-right{right:0;}
.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px;}
.mfp-arrow-right:before{border-left:27px solid #3F3F3F;}
.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;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;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;}
}html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
} article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
}
ul {
list-style: none;
}
.wpb_wrapper > ul {
list-style: disc;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
:focus {
outline: 0;
}
[hidden] {
display: none;
}
.noshow {
display: none;
}
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
hr.shadow_line {
background: transparent url(//null-schwitzen.de/wp-content/themes/nimva/images/divider-bar.png) no-repeat center 0;
background-size: 100% 100%;
border: 0;
height: 6px;
}
hr.double_solid {
border: 0;
border-bottom: 3px double #e5e5e5;
margin: 0;
}
hr.solid {
border: 0;
border-bottom: 1px solid #e5e5e5;
margin: 0;
}
hr.dotted {
border: 0;
border-bottom: 1px dotted #e5e5e5;
margin: 0;
}
hr.double_dotted {
border: 0;
padding-top: 1px;
border-bottom: 1px dotted #e5e5e5;
border-top: 1px dotted #e5e5e5;
margin: 0;
}
hr.dashed {
border: 0;
border-bottom: 1px dashed #e5e5e5;
margin: 0;
}
hr.double_dashed {
border: 0;
padding-top: 1px;
border-bottom: 1px dashed #e5e5e5;
border-top: 1px dashed #e5e5e5;
margin: 0;
}
hr.blank_divider {
border: 0;
height: 1px;
margin: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
vertical-align: top;
}
input[type="text"],
input[type="password"],
textarea {
-webkit-appearance: none;
-webkit-border-radius: 0;
border-radius: 0;
}
input[type="submit"],
input[type="reset"] {
-webkit-appearance: none;
} body {
color: #777;
font: 12px/20px "Open Sans", Helvetica, Arial, sans-serif;
line-height: 1.3;
}
input,
select,
textarea {
font: 12px/20px "Open Sans", Helvetica, Arial, sans-serif;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-block;
*zoom: 1;
}
* html .clearfix {
height: 1%;
}/*\*/.clearfix {
display: block;
}
.clear {
clear: both;
display: block;
font-size: 0px;
height: 0px;
line-height: 0;
width: 100%;
overflow: hidden;
}
::selection {
background: #34495e;
color: #fff;
}
::-moz-selection {
background: #34495e;/**/color: #fff;
}
::-webkit-selection {
background: #34495e; color: #fff;
}
.page-template-page-blank #wrapper {
border-top: none;
}
.page-template-page-blank .blank_page_template {
margin-bottom: -20px;
} a {
text-decoration: none;
color: #34495e;
}
a:hover,
.selected {
color: #222;
text-decoration: none;
}
a img {
border: none;
}
p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 300;
padding: 0 0 20px 0;
color: #444;
font-family: "Open Sans", sans-serif;
}
p.featured,
.featured-qbox {
font-size: 19px;
line-height: 28px;
margin-bottom: 20px;
font-weight: 300;
}
.featured-qbox p:last-child {
margin-bottom: 0;
}
span.custom_span_color,
span.custom_span_color2 {
float: none !important;
margin: 0 !important;
}
.red_bar_left {
height: 4px;
width: 100px;
float: left;
background-color: #34495e;
}
.black_bar_right {
height: 4px;
width: 160px;
float: right;
background-color: #222325;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
color: #34495e;
}
h3,
h4,
h5,
h6 {
padding-bottom: 15px;
}
h1 {
font-size: 28px;
line-height: 34px;
}
h2 {
font-size: 22px;
line-height: 28px;
}
h2.info-box {
font-size: 31px;
line-height: 44px;
font-weight: 300;
}
h3 {
font-weight: 400;
font-size: 18px;
line-height: 24px;
}
.gmap h3 {
font-size: 24px;
}
.gmap p {
line-height: 1.4;
}
h3.featured {
color: #333;
font-size: 20px;
font-weight: 400;
letter-spacing: normal;
line-height: 27px;
}
h3.featuredinverse {
color: #34495e;
font-size: 20px;
font-weight: 400;
letter-spacing: normal;
line-height: 27px;
}
h4 {
font-weight: 600;
font-size: 16px;
line-height: 22px;
}
h5 {
font-weight: 600;
font-size: 14px;
line-height: 20px;
}
h6 {
font-weight: 600;
font-size: 12px;
line-height: 18px;
}
address {
font-style: italic;
}
abbr[title],
acronym[title],
dfn[title] {
cursor: help;
border-bottom: 1px dotted #555;
}
blockquote {
border-left: 3px solid #777;
font-style: italic;
padding: 5px 0 5px 20px;
margin-left: 20px;
}
blockquote p {
margin: 20px 0 0 0 !important;
}
blockquote p:first-child {
margin: 0 !important;
}
strong {
font-weight: bold;
}
#footer.footer-dark strong,
#copyrights.copyrights-dark strong {
color: inherit;
}
em,
dfn,
cite {
font-style: italic;
}
dfn {
font-weight: bold;
}
sup {
font-size: 11px;
vertical-align: top;
}
sub {
font-size: 11px;
vertical-align: bottom;
}
small {
font-size: 11px;
font-style: italic;
}
del {
text-decoration: line-through;
}
ins {
text-decoration: underline;
}
pre {
font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
white-space: pre;
overflow: auto;
padding: 0 10px;
clear: both;
color: #666;
line-height: 19px;
}
code {
padding: 5px;
background: #f9f9f9;
}
var,
kbd,
samp,
code {
font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
background: #f9f9f9;
}
kbd {
font-weight: bold;
}
samp,
var {
font-style: italic;
}
ul,
ol,
dl {
margin-left: 20px;
}
caption {
text-align: left;
}
img {
max-width: 100%;
height: auto;
}
.img-polaroid {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.fullheight_column {
min-height: 100vh !important;
}
.allow_overflow {
overflow: visible !important;
}
.grow_column {
transition: transform 0.2s ease-in;
}
.grow_column:hover {
transform: scale(1.03);
} .font_weight_300 {
font-weight: 300 !important;
}
.font_weight_400 {
font-weight: 400 !important;
}
.font_weight_500 {
font-weight: 500 !important;
}
.font_weight_600 {
font-weight: 600 !important;
}
.font_weight_700 {
font-weight: 700 !important;
} #fixed_video {
min-width: 100%;
min-height: 100%;
top: 0;
left: 0;
position: fixed;
background-color: black;
z-index: 0 !important;
}
.video_bg,
.video_bg_row {
position: relative;
}
.video_bg .mbYTP_wrapper,
.video_bg_row .mbYTP_wrapper {
z-index: 0 !important;
}
.video_overlay {
position: absolute;
min-width: 100%;
min-height: 100%;
top: 0;
left: 0;
}
.compose-mode .video-bg {
display: none;
}
.compose-mode .video-bg:nth-child(2) {
display: block;
}
.compose-mode .video-bg.self_video:nth-child(2) {
display: none;
}
.compose-mode .video-bg.self_video:nth-child(1) {
display: block;
}
.video-sidebar .wpb_video_widget .wpb_wrapper iframe {
min-height: 143px;
} .video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 0px;
height: 0;
overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.vc_video-bg .inner {
border: none;
}
.video-bg {
position: absolute;
overflow: hidden;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.video-bg video {
position: absolute;
z-index: 0;
top: 0;
left: 0;
min-width: 100%;
min-height: 100%;
}
.video-placeholder {
display: none;
background-size: cover;
background-attachment: scroll;
background-position: center center;
width: 100%;
height: 100%;
position: absolute;
} .tright {
text-align: right !important;
}
.tleft {
text-align: left !important;
}
.fright {
float: right !important;
}
.fleft {
float: left !important;
}
#wrapper {
width: 1220px; margin: 50px auto 0 auto;
position: relative;
overflow: hidden;  }
body[data-sticky-footer="true"][data-layout="boxed"] #wrapper {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.container {
max-width: 960px;
margin: 0 auto;
padding: 0;
position: relative;
}
.full_width,
.container.full_width {
max-width: 100%;
}
.bg_cover_size {
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
}
.parallax_section {
background-attachment: fixed !important;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.line,
.double-line {
clear: both;
position: relative;
width: 100%;
margin: 30px 0;
border-top: 1px solid #eee;
}
.double-line {
border-top: 3px double #e5e5e5;
}
.single-line {
clear: both;
position: relative;
width: 100%;
margin: 30px 0;
border-top: 1px solid #eee;
}
.line a {
position: absolute;
left: auto;
right: 0;
padding-left: 5px;
color: #272727;
background: #f9f9f9;
margin-top: -11px;
border: none;
}
.line a:hover {
color: #575757;
background: none;
}
.emptydiv {
display: block !important;
position: relative !important;
}
.allmargin {
margin: 30px !important;
}
.leftmargin {
margin-left: 30px !important;
}
.rightmargin {
margin-right: 30px !important;
}
.topmargin {
margin-top: 30px !important;
}
.topmargin2 {
margin-top: 20px !important;
}
.topmargin3 {
margin-top: 30px;
}
.bottommargin {
margin-bottom: 30px !important;
}
.nomargin {
margin: 0 !important;
}
.noleftmargin {
margin-left: 0 !important;
}
.norightmargin {
margin-right: 0 !important;
}
.notopmargin {
margin-top: 0 !important;
}
.nobottommargin {
margin-bottom: 0 !important;
}
.noborder {
border: none !important;
}
.noleftborder {
border-left: none !important;
}
.norightborder {
border-right: none !important;
}
.notopborder {
border-top: none !important;
}
.nobottomborder {
border-bottom: none !important;
}
.nopadding {
padding: 0 !important;
}
.noleftpadding {
padding-left: 0 !important;
}
.norightpadding {
padding-right: 0 !important;
}
.notoppadding {
padding-top: 0 !important;
}
.nobottompadding {
padding-bottom: 0 !important;
}
.noabsolute {
position: relative !important;
}
.hidden {
display: none !important;
}
.nothidden {
display: block !important;
}
.center {
text-align: center !important;
}
.right {
text-align: right !important;
}
.left {
text-align: left !important;
}
.divcenter {
position: relative !important;
margin-left: auto !important;
margin-right: auto !important;
}
span.page-divider {
display: block;
}
span.page-divider span {
display: block;
width: 15%;
border-bottom: 2px solid #34495e;
}
.dotted-divider {
clear: both;
margin: 30px 0;
height: 5px;
}
.blank-divider {
clear: both;
margin: 30px 0;
height: 5px;
}
.double-divider {
clear: both;
height: 10px;
margin: 30px 0;
}
.preloader,
.preloader2 {
display: block;
width: 100%;
height: 100%;
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/preloader.gif) center center no-repeat #fff;
}
.preloader2 {
background-color: transparent;
}
.postcontent {
width: 720px;
}
.landing-offer-media {
width: 650px;
}
.sidebar {
width: 210px;
}
.landing-offer-text {
width: 280px;
}
.col_full {
width: 100%;
}
.col_half,
.landing-offer-half {
width: 48%;
}
.col_one_third {
width: 30.63%;
}
.col_two_third {
width: 65.33%;
}
.col_one_fourth {
width: 22%;
}
.col_three_fourth {
width: 74%;
}
.col_one_fifth {
width: 16.8%;
}
.col_two_fifth {
width: 37.6%;
}
.col_three_fifth {
width: 58.4%;
}
.col_four_fifth {
width: 79.2%;
}
.col_one_sixth {
width: 13.33%;
}
.col_five_sixth {
width: 82.67%;
}
.postcontent,
.landing-offer-media,
.sidebar,
.landing-offer-text,
.col_full,
.col_half,
.landing-offer-half,
.col_one_third,
.col_two_third,
.col_three_fourth,
.col_one_fourth,
.col_one_fifth,
.col_two_fifth,
.col_three_fifth,
.col_four_fifth,
.col_one_sixth,
.col_five_sixth {
display: block;
position: relative;
margin-right: 4%;
margin-bottom: 30px;
float: left;
}
.postcontent,
.sidebar,
.landing-offer-media,
.landing-offer-text {
margin-right: 40px;
}
.col_full {
clear: both;
float: none;
margin-right: 0;
}
.postcontent.col_last,
.sidebar.col_last {
float: right;
}
.col_last {
margin-right: 0 !important;
clear: right;
}
.entry_content ul,
.postcontent.half_sidebar ul,
.container .no_sidebar ul {
clear: left; list-style-type: disc; padding-left: 20px;
}
.entry_content ol,
.postcontent.half_sidebar ol,
.container .no_sidebar ol {
clear: left;
padding-left: 20px;
}
label {
display: inline-block;
font-size: 12px;
color: #444;
margin-bottom: 5px;
cursor: pointer;
}
select {
min-height: inherit !important;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
select,
textarea {
display: block;
background: #fff;
padding: 7px;
margin-bottom: 10px;
border: 1px solid #ddd;
outline: 0;
font: normal 11px/100%;
color: #666;
}
form.wpcf7-form {
color: #888;
font-size: 13px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input,
.wpcf7 textarea {
width: 100%;
margin-bottom: 20px;
border-color: #ededed;
padding: 10px;
color: #999999;
}
.wpcf7 input:focus {
color: #333;
border-color: #ccc;
}
#wrapper .wpcf7 input[type="submit"] {
width: auto;
padding-left: 40px;
padding-right: 40px;
margin-left: 0;
margin-right: 0;
}
.trans_light .wpcf7 input[type="text"],
.trans_light .wpcf7 input[type="password"],
.trans_light .wpcf7 input,
.trans_light .wpcf7 textarea {
border-color: rgba(255, 255, 255, 0.5);
background: rgba(255, 255, 255, 0.1);
color: #ffffff;
}
.trans_light .wpcf7 input:focus,
.trans_light .wpcf7 input[type="text"]:focus,
.trans_light .wpcf7 input[type="password"]:focus,
.trans_light .wpcf7 textarea:focus {
color: #ffffff;
border-color: #ffffff;
}
#wrapper .trans_light .wpcf7 input[type="submit"] {
background-color: transparent;
border: 1px solid rgba(255, 255, 255, 0.5);
}
.wpcf7 br {
display: none;
}
.wpcf7 .col_full,
.wpcf7 .col_half,
.wpcf7 .col_one_third,
.wpcf7 .col_two_third,
.wpcf7 .col_three_fourth,
.wpcf7 .col_one_fourth,
.wpcf7 .col_one_fifth,
.wpcf7 .col_two_fifth,
.wpcf7 .col_three_fifth,
.wpcf7 .col_four_fifth,
.wpcf7 .col_one_sixth,
.wpcf7 .col_five_sixth {
margin-bottom: 0;
}
.wpcf7-form-control-wrap {
display: block;
}
#wrapper .wpcf7 .style1 input[type="submit"] {
display: block;
float: none;
width: 100%;
} .wpcf7 .style2 > .wpcf7-form-control-wrap:nth-of-type(1),
.wpcf7 .style2 > .wpcf7-form-control-wrap:nth-of-type(2) {
width: 48.5%;
display: inline-block;
}
.wpcf7 .style2 > .wpcf7-form-control-wrap:nth-of-type(1) {
margin-right: 1.5%;
}
#wrapper .wpcf7 .style2 input[type="submit"] {
display: block;
float: none;
width: auto;
margin: 0 auto;
} .wpcf7 .style3 > .wpcf7-form-control-wrap:nth-of-type(1),
.wpcf7 .style3 > .wpcf7-form-control-wrap:nth-of-type(2),
.wpcf7 .style3 > .wpcf7-form-control-wrap:nth-of-type(3),
.wpcf7 .style3 > .wpcf7-form-control-wrap:nth-of-type(4) {
width: 48%;
display: inline-block;
}
.wpcf7 .style3 > .wpcf7-form-control-wrap:nth-of-type(1),
.wpcf7 .style3 > .wpcf7-form-control-wrap:nth-of-type(3) {
margin-right: 3%;
} .wpcf7 .style4 > .wpcf7-form-control-wrap:nth-of-type(1),
.wpcf7 .style4 > .wpcf7-form-control-wrap:nth-of-type(2),
.wpcf7 .style4 > .wpcf7-form-control-wrap:nth-of-type(3),
.wpcf7 .style4 > .wpcf7-form-control-wrap:nth-of-type(4) {
width: 23.9%;
display: inline-block;
margin-right: 1%;
}
.wpcf7 .style4 > .wpcf7-form-control-wrap:nth-of-type(4) {
margin-right: 0;
}
#wrapper .wpcf7 .style4 input[type="submit"] {
width: 100%;
} .wpcf7 .style5 > .wpcf7-form-control-wrap:nth-of-type(1),
.wpcf7 .style5 > .wpcf7-form-control-wrap:nth-of-type(2),
.wpcf7 .style5 > .wpcf7-form-control-wrap:nth-of-type(3) {
width: 24%;
display: inline-block;
margin-right: 1%;
}
#wrapper .wpcf7 .style5 input[type="submit"] {
width: 24%;
border-radius: 0;
-webkit-border-radius: 0;
margin: 0;
padding: 0 40px;
line-height: 40px;
}
#footer.footer-dark input[type="text"],
#footer.footer-dark input[type="password"],
#footer.footer-dark select,
#footer.footer-dark textarea {
background: #282a2b;
border-color: #444;
color: #ccc;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
input[type="text"],
input[type="password"] {
width: 45%;
}
input[type="checkbox"],
input[type="radio"] {
display: inline-block;
position: relative;
top: 2px;
}
textarea {
width: 90%;
height: 150px;
line-height: 150%;
}
textarea.short-textarea {
height: 80px;
}
input[type="text"]:active,
input[type="password"]:active,
textarea:active,
select:active,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
border-color: #ccc;
}
#footer.footer-dark input[type="text"]:active,
#footer.footer-dark input[type="password"]:active,
#footer.footer-dark textarea:active,
#footer.footer-dark select:active,
#footer.footer-dark input[type="text"]:focus,
#footer.footer-dark input[type="password"]:focus,
#footer.footer-dark textarea:focus,
#footer.footer-dark select:focus {
border-color: #666;
}
label.error {
display: block;
font-style: italic;
font-weight: normal;
font-size: 11px;
color: #bd091b;
margin-bottom: 15px;
}
input.error,
textarea.error,
select.error {
border-color: #bd091b !important;
}
#footer.footer-dark input.error,
#footer.footer-dark textarea.error,
#footer.footer-dark select.error {
border-color: #cf4545 !important;
}
.quick-contact-form label.error {
margin: 0;
}
form p {
margin-top: 15px;
margin-bottom: 0;
}
form p:first-child {
margin-top: 0;
}
form small {
font-weight: normal;
font-size: 10px;
color: #999;
} #page_loading_effect {
background-color: #fff;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
display: none;
z-index: 1000000000;
}
#page_loading_effect .reveal-1,
#page_loading_effect .reveal-2 {
position: absolute;
left: 100%;
top: 0;
width: 100%;
height: 100%;
}
#page_loading_effect[data-effect*="horizontal_swipe"] {
background-color: transparent !important;
left: -100%;
} body[data-loading-effect="true"] #page_loading_effect[data-method="standard"], body[data-loading-effect="true"] #page_loading_effect[data-method="standard"] .load_symbol {
display: block;
opacity: 1;
}
#page_loading_effect .load_symbol {
background-repeat: no-repeat;
background-position: center center;
display: block;
position: absolute;
opacity: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
} .load_symbol .minimal_icon .spinner {
width: 60px;
height: 60px;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}
.load_symbol .minimal_icon .spinner {
-webkit-animation: material-rotate-all 1s linear infinite;
animation: material-rotate-all 1s linear infinite;
}
.load_symbol .minimal_icon .spinner .right-side,
.load_symbol .minimal_icon .spinner .left-side {
-webkit-animation: material-fade-in-first 1.2s linear infinite alternate;
animation: material-fade-in-first 1.2s linear infinite alternate;
}
.load_symbol .minimal_icon .spinner.color-2 .right-side,
.load_symbol .minimal_icon .spinner.color-2 .left-side {
-webkit-animation: material-fade-in-second 1.2s linear infinite alternate;
animation: material-fade-in-second 1.2s linear infinite alternate;
}
.load_symbol .minimal_icon .right-side,
.load_symbol .minimal_icon .left-side {
width: 50%;
height: 100%;
position: absolute;
top: 0;
overflow: hidden;
}
.load_symbol .minimal_icon .left-side {
left: 0;
}
.load_symbol .minimal_icon .right-side {
right: 0;
}
.load_symbol .minimal_icon .bar {
width: 100%;
height: 100%;
-moz-border-radius: 200px 0 0 200px;
-webkit-border-radius: 200px;
border-radius: 200px 0 0 200px;
border: 5px solid #e82525;
position: relative;
} .load_symbol .minimal_icon .right-side .bar {
-moz-border-radius: 0 200px 200px 0;
-webkit-border-radius: 0;
border-radius: 0 200px 200px 0;
border-left: none;
-webkit-transform: rotate(-10deg);
-webkit-transform-origin: left center;
transform: rotate(-10deg);
transform-origin: left center;
-webkit-animation: material-rotate-right 0.75s linear infinite alternate;
animation: material-rotate-right 0.75s linear infinite alternate;
}
.load_symbol .minimal_icon .right-side .bar:after {
bottom: -6px;
left: -3px;
}
.load_symbol .minimal_icon .left-side .bar {
border-right: none;
-webkit-transform: rotate(10deg);
transform: rotate(10deg);
-webkit-transform-origin: right center;
transform-origin: right center;
-webkit-animation: material-rotate-left 0.75s linear infinite alternate;
animation: material-rotate-left 0.75s linear infinite alternate;
}
.load_symbol .minimal_icon .left-side .bar:after {
bottom: -6px;
right: -3px;
}
@keyframes material-rotate-left {
to {
transform: rotate(-30deg);
}
from {
transform: rotate(-175deg);
}
}
@keyframes material-rotate-right {
from {
transform: rotate(175deg);
}
to {
transform: rotate(30deg);
}
}
@keyframes material-rotate-all {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes material-fade-in-first {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes material-fade-in-second {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.load_symbol .minimal_icon {
top: 50%;
height: 65px;
width: 65px;
position: relative;
margin: -32px auto 0 auto;
display: block;
} .sk-cube-grid {
width: 40px;
height: 40px;
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}
.sk-cube-grid .sk-cube {
width: 33%;
height: 33%;
background-color: #961a34;
float: left;
-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.sk-cube-grid .sk-cube8 {
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
0%,
70%,
100% {
-webkit-transform: scale3D(1, 1, 1);
transform: scale3D(1, 1, 1);
}
35% {
-webkit-transform: scale3D(0, 0, 1);
transform: scale3D(0, 0, 1);
}
}
@keyframes sk-cubeGridScaleDelay {
0%,
70%,
100% {
-webkit-transform: scale3D(1, 1, 1);
transform: scale3D(1, 1, 1);
}
35% {
-webkit-transform: scale3D(0, 0, 1);
transform: scale3D(0, 0, 1);
}
} .leftalign {
float: left;
}
.rightalign {
float: right;
}
#top-bar {
position: relative;
background-color: #f7f7f7;
height: 40px;
border-bottom: 1px solid #e8e8e8;
}
#top-menu,
#top-menus {
position: relative; }
#top-menu li,
#top-menus li {
float: left;
padding-left: 20px;
height: 40px;
position: relative;
}
#top-menu li {
padding-left: 0;
}
#top-menu li i {
font-size: 14px;
position: relative;
top: 1px;
}
#top-menu li:first-child,
#top-menus li:first-child {
padding-left: 0;
}
#top-menu li a,
#top-menu li span {
color: #777;
}
#top-menus li a {
display: inline-block;
position: relative;
line-height: 20px;
margin-top: 10px;
color: #777;
margin-left: 0;
}
#top-menus li:first-child:before {
content: "";
}
#top-menus li:before {
content: "/ ";
position: absolute;
top: 50%;
left: 8px;
transform: translateY(-50%);
}
#top-menu ul li div {
display: inline-block;
position: relative;
line-height: 20px;
margin-top: 10px;
color: #777;
}
#top-menu .mail {
padding: 0 15px 0 0;
margin-right: 10px;
border-right: 1px solid #e8e8e8;
padding-left: 0;
}
#top-menu .contact_address {
border-left: 1px solid #e8e8e8;
padding-left: 10px;
margin-left: 15px;
}
#top-menu .phone {
padding-left: 0;
}
#top-menu li span {
color: #999;
}
#top-menu li a:hover,
#top-menus li a:hover {
color: #34495e;
border-bottom: 1px dotted #34495e;
}
#top-menu li span {
margin-right: 10px;
}
#top-menu li span.split {
font-size: 16px;
color: #e8e8e8;
font-weight: 100;
}
#top-menu li:first-child span {
display: none;
}
#top-menu li.top-menu-em a {
position: relative;
top: -1px;
padding: 1px 6px;
background-color: #34495e;
color: #fff;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
#top-menu li.top-menu-em a:hover {
color: #fff;
border-bottom: none;
}
#top-menus li ul.sub-menu li:before {
content: initial;
}
#top-menus ul.sub-menu { opacity: 0;
visibility: hidden;
background: #fff;
z-index: 2000;
position: absolute;
min-width: 170px;
padding: 0;
top: 55px;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
transition: all 0.2s ease-in-out;
-wekit-transition: opacity 0.2s ease-in-out;
}
#top-menus ul li:hover > ul.sub-menu {
opacity: 1;
top: 40px;
visibility: visible;
}
#top-menus ul.sub-menu li {
float: none;
padding: 0;
display: block;
box-sizing: content-box;
height: auto;
}
#top-menus ul.sub-menu li a {
color: #333333;
display: block;
margin: 0;
padding: 10px 15px;
transition: color 0.2s ease-in-out;
-webkit-transition: color 0.2s ease-in-out;
}
#top-menus ul.sub-menu li a:hover {
text-decoration: none;
border-bottom: none;
background-color: #333333;
color: #ffffff;
z-index: 10;
}
#top-menus ul li ul.sub-menu ul.sub-menu {
top: 0;
left: 170px;
z-index: 9;
box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.1);
} #header #toggle-nav {
position: absolute;
right: 0px;
top: 35px;
display: none;
text-align: center;
margin-bottom: 10px;
}
#header #toggle-nav span {
font-size: 28px;
margin-left: 10px;
}
#header #toggle-nav i { line-height: 34px;
font-size: 28px;
}
#header #toggle-nav i:hover {
color: #34495e;
}
#header nav > ul { overflow: visible !important;
}
#header nav ul li { }
#header nav > ul > li {
display: inline-block;
margin-left: 15px;
}
#header nav > ul > li:first-child {
margin-left: 0;
}
#header nav > ul > li > a {
padding: 0px 10px 0px 10px;
display: block;
color: #555;
font-size: 13px;
line-height: 20px;
-webkit-transition: color 0.1s linear;
-moz-transition: color 0.1s linear;
-o-transition: color 0.1s linear;
transition: color 0.1s linear;
}
html:not(.js) #header nav > ul > li > a { line-height: 97px; transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
html:not(.js)
#header[data-header-version="header_v1"].reduced
nav
> ul
> li
> a,
html:not(.js)
#header[data-header-version="header_v4"].reduced
nav
> ul
> li
> a,
html:not(.js)
#header[data-header-version="header_v5"].reduced
nav
> ul
> li
> a,
html:not(.js)
#header[data-header-version="header_v6"].reduced
nav
> ul
> li
> a,
html:not(.js)
#header[data-header-version="header_v7"].reduced
nav
> ul
> li
> a,
#header[data-header-version="header_v1"].reduced
.header_extra_icons
.main_menu_search
a,
#header[data-header-version="header_v1"].reduced .header_extra_icons .cart a,
#header[data-header-version="header_v4"].reduced
.header_extra_icons
.main_menu_search
a,
#header[data-header-version="header_v4"].reduced .header_extra_icons .cart a,
#header[data-header-version="header_v5"].reduced
.header_extra_icons
.main_menu_search
a,
#header[data-header-version="header_v5"].reduced .header_extra_icons .cart a,
#header[data-header-version="header_v6"].reduced
.header_extra_icons
.main_menu_search
a,
#header[data-header-version="header_v6"].reduced .header_extra_icons .cart a,
#header[data-header-version="header_v7"].reduced
.header_extra_icons
.main_menu_search
a,
#header[data-header-version="header_v7"].reduced .header_extra_icons .cart a {
line-height: 60px;
}
html:not(.js) #header nav > ul > li > a:hover {
border-color: #34495e;
}
#header nav ul li a:hover,
#header nav .sf-menu li.sfHover > a {
color: #666;
border-color: #34495e;
} #header .span_9 {
position: static !important;
}
#header nav > ul > li.megamenu {
position: inherit !important;
}
#header nav > ul > li.megamenu > ul.sub-menu {
width: 100%;
left: 0px; background-color: #34495e;
}
#header nav > ul > li.megamenu > ul > li {
display: block !important;
float: none !important;
padding: 0;
vertical-align: top;
}
#header nav > ul > li.megamenu > ul > li:last-child {
border-right: none !important;
}
#header nav > ul > li.megamenu > ul > li > ul > li.columns-2 {
width: 50%;
}
#header nav > ul > li.megamenu > ul > li > ul > li.columns-3 {
width: 33.33%;
}
#header nav > ul > li.megamenu > ul > li > ul > li.columns-4 {
width: 25%;
}
#header nav > ul > li.megamenu > ul > li > ul > li.columns-5,
#header nav > ul > li.megamenu.columns-5 > ul > li {
width: 20%;
}
#header nav > ul > li.megamenu > ul > li > ul > li.columns-6,
#header nav > ul > li.megamenu.columns-6 > ul > li {
width: 16.66%;
}
#header nav > ul > li.megamenu > ul > li > ul > li:last-child {
border: none;
}
#header nav > ul > li.megamenu > ul > li ul {
display: block !important;
top: 0px !important;
width: 100%;
opacity: 1 !important;
left: 0px !important;
position: relative !important;
box-shadow: none;
}
#header nav > ul > li.megamenu > ul > li > ul {
display: table !important;
width: 960px;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
border-bottom: 1px solid #e4e4e4;
}
#header nav > ul > li.megamenu > ul > li > ul > li {
display: table-cell !important;
float: none !important;
padding: 25px 0;
border-right: 1px solid #e4e4e4;
vertical-align: top;
}
#header #nav h3.megamenu-title,
#header #nav h3.megamenu-title a {
padding: 0 25px 15px 25px;
font-weight: 400;
font-size: 16px;
line-height: 22px;
}
#header #nav h3.megamenu-title .sf-sub-indicator {
display: none;
}
#header #nav > ul.sf-menu > li > a > span.megamenu-icon {
line-height: 30px;
height: 30px;
font-size: 20px;
display: inline-block;
vertical-align: middle;
margin-top: -2px;
}
#header #nav ul.sf-menu li ul li a .megamenu-icon {
line-height: 43px;
height: 43px;
font-size: 13px;
position: absolute;
left: 20px;
top: 0;
}
.sf-menu ul.megamenu .megamenu-icon {
line-height: 14px;
font-size: 13px;
height: auto;
margin-right: 5px;
}
#header #nav h3.megamenu-title .megamenu-icon {
font-size: 16px;
}
#header #nav > ul.sf-menu > li > a > span.megamenu-icon i {
width: 30px;
height: 30px;
}
.sf-menu ul.megamenu .megamenu-icon i {
width: 14px;
height: auto;
}
#header #nav h3.megamenu-title .megamenu-icon {
width: 16px;
margin-right: 10px;
}
.sf-menu .megamenu-bullet {
display: block;
float: left;
margin-top: 4px;
margin-right: 10px;
border-top: 3px solid transparent;
border-bottom: 3px solid transparent;
border-left: 3px solid #333;
height: 0;
width: 0;
}
.sf-menu li.megamenu ul li.sfHover > a {
background-color: transparent !important;
}
.megamenu .megamenu-widgets-container {
padding: 0 25px 10px 25px;
line-height: 20px;
}
#header #nav h3.megamenu-title a {
padding: 0;
}
#header #nav h3.megamenu-title a:hover {
background-color: transparent !important;
color: #34495e;
}
#header nav > ul > li.megamenu > ul > li > ul > li.columns-4:nth-child(4n),
#header nav > ul > li.megamenu > ul > li > ul > li.columns-3:nth-child(3n) {
border-right: none;
}
#header nav > ul > li.megamenu > ul > li {
border-right: 1px solid #f2f2f2;
}
#header nav > ul > li.megamenu ul li a {
border-bottom: none !important;
padding: 10px 25px;
padding-left: 50px;
}
#header #nav .deep-level a {
padding-left: 45px;
}
#header nav > ul > li.megamenu > ul > li > a {
font-size: 12px;
text-transform: uppercase;
margin-bottom: 5px;
letter-spacing: 2px;
font-weight: bold;
}
#header nav > ul > li.megamenu > ul ul li a:hover,
#header nav > ul > li.megamenu > ul ul li.current-menu-item a {
color: #fff;
background-color: #313233;
}
#header nav > ul > li.megamenu > ul > li > a:hover,
#header nav > ul > li.megamenu > ul > li.sfHover > a {
background-color: transparent !important;
color: #fff;
}
#header .sf-menu li.megamenu ul li.hide a {
display: none;
}
#header .sf-menu li.megamenu ul li.hide ul li a {
display: block;
}
#header ul#recentcomments li {
float: none;
}
#header .sf-menu ul#recentcomments li a {
color: #777;
}
#header .sf-menu .megamenu-widgets-container a:hover {
background: none !important;
}
.megamenu .portfolio-widget {
width: 210px;
height: 236px;
} #mobile-menu {
position: relative;
top: 0px;
display: none;
background-color: #1f1f1f;
padding: 0px;
z-index: 100000;
}
#mobile-menu .container > ul {
margin-left: 0;
margin-bottom: 0;
}
#mobile-menu .container > ul > li:first-child {
padding-top: 10px;
}
#mobile-menu .container > ul > li:last-child {
padding-bottom: 10px;
}
#mobile-menu .container > ul > li:last-child a {
border-bottom: 0px;
}
#mobile-menu ul li a,
#mobile-menu .container > ul > li:last-child ul li a {
border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
color: rgba(255, 255, 255, 0.6);
font-size: 12px;
display: block;
position: relative;
padding: 16px 0 !important;
}
#mobile-menu ul li ul {
display: none;
margin-left: 20px;
}
#mobile-menu ul li a:hover,
#mobile-menu ul li a:hover [class^="fa-"],
#mobile-menu li.open > a,
#mobile-menu ul li.current-menu-item > a,
#mobile-menu ul li.current-menu-ancestor > a {
color: #fff;
}
body #mobile-menu li.open > a [class^="fa-"] {
color: #fff;
}
#mobile-menu .shopping-cart span {
left: 15px; } .sf-menu {
line-height: 1;
}
.sf-menu ul {
position: absolute;
top: -999em;
width: 10em;
}
.sf-menu ul li {
width: 100%;
}
.sf-menu li:hover {
visibility: inherit;
}
.sf-menu li {
float: left;
position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
left: 0;
top: 2.5em;
z-index: 99;
}
#header .sf-menu > li:hover > ul,
#header .sf-menu > li.sfHover > ul {
top: 97px;
transition: top 0.2s ease-in-out;
}
#header.reduced .sf-menu > li:hover > ul,
#header.reduced .sf-menu > li.sfHover > ul {
top: 60px;
}
#header[data-header-version="header_v2"].reduced .sf-menu > li:hover > ul,
#header[data-header-version="header_v2"].reduced .sf-menu > li.sfHover > ul,
#header[data-header-version="header_v3"].reduced .sf-menu > li:hover > ul,
#header[data-header-version="header_v3"].reduced .sf-menu > li.sfHover > ul {
top: 50px;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
left: 10.8em;
top: -10px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
left: 10em;
top: 0;
}
.sub-menu {
z-index: 3;
} .sf-menu {
float: left;
margin-bottom: 30px;
}
.sf-menu li li a,
.sf-menu li li a:visited {
padding-left: 1.25em;
}
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
outline: 0 none;
}
.sf-menu ul li a,
.sf-menu ul li ul li a {
margin: 0;
padding: 15px 20px;
border-bottom: none;
}
.sf-menu ul li:last-child a {
}
.sf-sub-indicator { width: 15px;
position: relative;
left: 4px;
height: 16px;
}
.sf-sub-indicator [class^="fa-"],
.sf-sub-indicator [class*=" fa-"] {
color: #444;
font-size: 12px;
line-height: 16px;
height: auto;
background-color: transparent !important;
}
#mobile-menu .sf-sub-indicator [class^="fa-"],
#mobile-menu .sf-sub-indicator [class*=" fa-"] {
font-size: 14px;
color: rgba(255, 255, 255, 0.6);
}
.sf-menu ul a:focus,
.sf-menu ul a:hover,
.sf-menu ul a:active,
.sf-menu ul li:hover > a,
.sf-menu ul li.sfHover > a {
color: #27cfc3;
}
.sf-shadow ul.sf-shadow-off {
background: none repeat scroll 0 0 transparent;
}
.sf-vertical,
.sf-vertical li {
width: 100%;
}
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
left: 100%;
top: 0;
}
.sf-menu,
.sf-menu * {
list-style: none outside none;
margin: 0;
padding: 0;
}
.sf-menu {
line-height: 1;
}
.sf-menu ul {
position: absolute;
top: -999em;
width: 200px;
}
.sf-menu ul li,
.sf-menu ul li li {
font-size: 12px;
width: 100%;
}
.sf-menu ul li:last-child a {
border-bottom: medium none;
}
.sf-menu li:hover {
visibility: inherit;
}
.sf-menu li {
float: none; font-size: 12px;
position: relative;
}
.sf-menu a {
display: block;
position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
left: 1px;
top: 33px;
z-index: 999;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
left: 200px;
top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
left: 15em;
top: -3px;
}
.sf-menu .sf-with-ul a {
min-width: 1px;
padding-right: 16px !important;
}
#header .sf-menu li ul li a {
font-size: 12px;
line-height: 23px;
color: #fff;
transition: none;
background-color: #34495e;
}
#header .sf-menu li.sfHover ul li.sfHover a {
color: #fff;
}
#header .sf-menu li ul li a:hover {
color: #fff;
}
.sf-menu li ul li a:hover,
.sf-menu li ul li.sfHover > a {
color: #27cfc3;
background-color: #313233;
}
.sf-menu li ul li > a .sf-sub-indicator [class^="fa-"] {
color: #fff;
}
.sf-menu li ul li.sfHover > a .sf-sub-indicator [class^="fa-"] {
color: #fff;
}
.sf-menu li ul li .sf-sub-indicator {
right: 14px;
left: auto;
top: 14px;
display: block;
position: absolute;
}
.sf-menu li.megamenu ul li .sf-sub-indicator {
right: auto;
left: 21px;
top: 8px;
}
.sf-menu li.megamenu ul li .sf-sub-indicator i {
font-size: 11px;
}
.sf-menu li ul {
box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1); }
#nav > .sf-menu > li > ul {
border-top: 3px solid transparent;
}
.sf-menu li.megamenu ul li ul {
border-top: none;
}
.sf-menu li li ul {
left: 17em;
}
.sf-menu {
float: none;
}
.sf-menu a {
margin: 0 1px;
padding: 0.75em 1em 32px;
text-decoration: none;
}
.sf-menu ul li {
font-weight: normal;
}
.sf-menu .sfHover ul li a,
.sf-menu .sfHover ul li li a {
box-shadow: none;
}
.sf-menu ul li a:focus,
.sf-menu ul li a:hover,
.sf-menu ul li a:active,
.sf-menu ul li li a:focus,
.sf-menu ul li li a:hover,
.sf-menu ul li li a:active {
border-radius: 0 0 0 0;
box-shadow: none;
text-shadow: none;
} .mfp-bg,
.my-mfp-zoom-in.mfp-ready.mfp-bg,
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
background: #000;
opacity: 0.93;
}
.mfp-bg,
.mfp-wrap {
z-index: 10007;
}
#popup-form {
cursor: default;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #fff;
background: transparent;
}
.mfp-iframe-scaler iframe {
box-shadow: none;
}
.mfp-close,
.mfp-close:active {
opacity: 1;
background-color: transparent;
color: #fff;
right: 30px;
top: 30px;
}
.admin-bar .mfp-close,
.admin-bar .mfp-close:active {
top: 50px;
right: 20px;
}
.mfp-figure .mfp-close,
.mfp-figure .mfp-close:active {
top: 0;
right: 0;
}
.mfp-iframe-scaler .mfp-close,
.mfp-iframe-scaler .mfp-close:active {
top: -40px;
right: 0;
}
.mfp-iframe-holder {
cursor: zoom-out;
}
.modal-popup-main .mfp-close,
.modal-popup-main .mfp-close:active {
right: 0;
top: 0;
}
.lightbox-gallery a {
position: relative;
display: block;
}
.lightbox-gallery .gallary-over-layer {
position: absolute;
top: 0;
left: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-left:after {
display: none;
}
.mfp-arrow-right:before,
.mfp-arrow-left:before {
font-family: 'Font Awesome 6 Free';
font-weight: 900;
}
.mfp-arrow-right:before {
border-left: none;
content: "\f105";
font-size: 5em;	
color: #fff;
}
.mfp-arrow-left:before {
border-right: none;
content: "\f104";
font-size: 5em;	
color: #fff;
}
.mfp-bottom-bar {
margin-top: -24px;
font-size: 12px;
}
.mfp-close {
font-size: 36px;
font-family: "Montserrat", sans-serif;
font-weight: 500;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-o-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.mfp-figure {
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
-ms-animation-name: fadeIn;
animation-name: fadeIn;
-webkit-animation-duration: 0.4s;
-moz-animation-duration: 0.4s;
-ms-animation-duration: 0.4s;
-o-animation-duration: 0.4s;
animation-duration: 0.4s;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
} .my-mfp-zoom-in .zoom-anim-dialog {
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
} .my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
} .my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
opacity: 0;
} .my-mfp-zoom-in.mfp-bg {
opacity: 0;
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
} .my-mfp-zoom-in.mfp-removing.mfp-bg {
opacity: 0;
} .my-mfp-slide-bottom .zoom-anim-dialog {
opacity: 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
-webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
-moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
-ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
-o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
-ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
transform: translateY(-20px) perspective(600px) rotateX(10deg);
} .my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
opacity: 1;
-webkit-transform: translateY(0) perspective(600px) rotateX(0);
-moz-transform: translateY(0) perspective(600px) rotateX(0);
-ms-transform: translateY(0) perspective(600px) rotateX(0);
-o-transform: translateY(0) perspective(600px) rotateX(0);
transform: translateY(0) perspective(600px) rotateX(0);
} .my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
opacity: 0;
-webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
-moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
-ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
-o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
transform: translateY(-10px) perspective(600px) rotateX(10deg);
} .my-mfp-slide-bottom.mfp-bg {
opacity: 0;
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
} .my-mfp-slide-bottom.mfp-removing.mfp-bg {
opacity: 0;
} .mfp-fade.mfp-bg {
opacity: 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
opacity: 0.97;
}
.mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
-webkit-transition: all 1s ease-out;
-moz-transition: all 1s ease-out;
-ms-transition: all 1s ease-out;
transition: all 1s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
} .show-grid [class^="col-"] {
background-color: #f5f5f5;
border: 1px solid rgba(0, 0, 0, 0.2);
margin-bottom: 15px;
padding: 10px 0;
text-align: center;
} .alert-dismissable .close,
.alert-dismissible .close {
top: 0;
} #header .main_menu_search {
display: inline-block;
}
#search-main-menu {
height: 100%;
width: 45%;
margin: 0 auto;
}
.search-form .search-button {
font-size: 21px;
color: #fff;
top: 31px;
right: 10px;
outline: none;
}
.close-search {
color: #373737;
position: absolute;
right: 0;
top: 23px;
z-index: 998;
cursor: pointer;
}
.search-button {
cursor: pointer;
z-index: 0;
margin-right: 0;
border: none;
background: none;
}
.search-form .search-input {
border: none;
border-radius: 0;
border: 2px solid rgba(255, 255, 255, 0.3) !important;
font-size: 30px;
font-weight: 100;
padding: 20px 48px 20px 20px;
text-transform: capitalize;
background: transparent;
line-height: 40px;
color: #fff;
-webkit-appearance: none;
outline: none;
width: 100%;
} #header[data-header-version="header_v1"] .header_extra_icons,
#header[data-header-version="header_v3"] .header_extra_icons {
margin-left: 15px;
}
.header_extra_icons ul {
margin-left: 0;
margin-bottom: 0;
position: relative;
padding-left: 0;
}
.header_extra_icons ul li {
display: inline-block;
position: relative;
font-size: 16px;
}
.header_extra_icons .main_menu_search a,
.header_extra_icons .cart a {
display: block;
padding: 0 10px;
line-height: 70px;
transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
}
.header_extra_icons .cart {
margin-right: 10px;
} #top-social {
position: relative;  margin: 0;
}
#top-social ul,
#top-menu ul,
#top-menus ul {
margin: 0;
padding-left: 0;
}
#top-social li,
#top-social li a,
#top-social li .ts-icon,
#top-social li .ts-text {
display: block;
position: relative;
width: 40px;
height: 40px;
}
#top-social li,
#top-social li a,
#top-social li .ts-text {
float: left;
width: auto;
overflow: hidden;
}
#top-social li a {
width: 40px;
line-height: 40px;
color: #4a4a4a;
font-size: 12px;
}
#top-social li a i {
width: 40px;
font-size: 15px;
text-align: center;
}
#top-social li a:hover {
background-color: #34495e;
color: #fff;
}  #header {
position: relative;
z-index: 205;
border-bottom: 1px solid #e8e8e8;
}
#header[data-header-version="header_v1"] .container,
#header[data-header-version="header_v4"] .container,
#header[data-header-version="header_v5"] .container,
#header[data-header-version="header_v7"] .container {
display: flex;
align-items: center;
justify-content: space-between;
}
#header[data-header-version="header_v3"] .menu-wrapper-inside,
#header[data-header-version="header_v2"] .menu-wrapper-inside {
display: flex;
align-items: center;
}
#header[data-header-version="header_v2"] .menu-wrapper-inside {
justify-content: center;
}
.container {
}
.shadow {
box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1) !important;
-webki-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1) !important;
}
.f-nav {
z-index: 9999 !important;
position: fixed !important;
top: 0px;
left: 0;
width: 100%;
background-color: #fff;
}
.f-nav2 {
z-index: 9999 !important;
position: fixed !important;
top: 28px;
left: 0;
width: 100%;
background-color: #fff;
} body #header.sticky-header {
margin: 0;
top: 0;
left: 0;
z-index: 1001;
padding: 0;
width: 100%;
}
body #header.sticky-header.sticky {
position: fixed;
}
body.admin-bar #header.sticky-header.sticky,
body.admin-bar #header.sticky-header.transparent {
top: 32px;
}
#header[data-header-version="header_v1"] #logo,
#header[data-header-version="header_v7"] #logo {
flex-grow: 1;
}
#header.sticky #logo img,
#header .header_middle_logo img {
transition: height 0.2s ease-in-out;
-webkit-transition: height 0.2s ease-in-out;
-moz-transition: height 0.2s ease-in-out;
-o-transition: height 0.2s ease-in-out;
-ms-transition: height 0.2s ease-in-out;
}
#header.sticky-header.sticky.reduced #logo img,
#header.sticky-header.sticky.reduced .header_middle_logo img {
height: 60px;
} #header .header_middle_logo img {
display: block;
}
#header[data-header-version="header_v6"] nav ul {
display: flex;
justify-content: center;
align-items: center;
padding-left: 30px;
padding-right: 30px;
}
#header[data-header-version="header_v6"] .header_left_extra_icons,
#header[data-header-version="header_v6"] .header_right_extra_icons {
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
width: 30px;
}
#header[data-header-version="header_v6"] .header_right_extra_icons {
right: 10px;
left: auto;
}
#header[data-header-version="header_v6"] nav {
text-align: center;
}
#header[data-header-version="header_v6"] .header_left_extra_icons ul,
#header[data-header-version="header_v6"] .header_right_extra_icons ul {
margin-left: 0;
margin-bottom: 0;
position: relative;
height: 50px;
line-height: 50px;
display: flex;
justify-content: space-between;
padding-left: 0;
}
#header[data-header-version="header_v6"] .header_left_extra_icons ul li a {
display: block;
width: 30px;
text-align: center;
}
#header[data-header-version="header_v6"]
.header_right_extra_icons
ul
li
a.shopping-cart {
display: block;
width: 30px;
text-align: center;
}
#header[data-header-version="header_v6"] .shopping-cart span {
left: 20px;
} #logo {
position: relative;
margin-right: 20px;
font-family: "Open Sans", sans-serif;
font-size: 36px;
}
#header[data-header-version="header_v5"] #logo {
margin-right: 60px;
}
#logo.hide_desktop {
display: none !important;
}
#logo a {
display: block;
color: #000;
}
#logo img {
display: block;
max-width: 100%;
}
#logo a.standard_logo,
#header nav > ul > li.header_middle_logo > a.standard_logo {
display: block;
}
#logo a.retina_logo,
#header nav > ul > li.header_middle_logo > a.retina_logo {
display: none;
}
.tagline {
float: right;
}
#header.transparent #logo img.init_logo,
#header #logo img.transparent_logo,
#header.transparent .header_middle_logo img.init_logo,
#header .header_middle_logo img.transparent_logo {
display: none;
opacity: 0;
}
#header.transparent #logo img.transparent_logo,
#header #logo img.init_logo,
#header.transparent .header_middle_logo img.transparent_logo,
#header .header_middle_logo img.init_logo {
display: block;
opacity: 1;
} .h3_banner {
max-width: 750px;
height: auto;
padding: 15px 0;
float: none;
}
.h3_banner img {
display: block;
} #nav .open_hamburger_navigation {
display: block;
margin-left: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
#nav .open_hamburger_navigation:before,
#nav .open_hamburger_navigation:hover:before {
content: initial !important;
}
#nav .open_hamburger_navigation.hamburger_extra_padding {
padding-top: 30px;
padding-bottom: 30px;
}
.open_hamburger_navigation span {
transition: background-color 0.2s ease-in-out;
-webkit-transition: background-color 0.2s ease-in-out;
-moz-transition: background-color 0.2s ease-in-out;
}
.open_hamburger_navigation span {
display: block;
width: 22px;
height: 2px;
margin-bottom: 5px;
background-color: #fff;
}
.open_hamburger_navigation span:last-child {
margin-bottom: 0;
}
.hamburger_content_wrap {
transition-timing-function: ease-in-out;
-ms-transition-timing-function: ease-in-out;
-moz-transition-timing-function: ease-in-out;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-duration: 0.2s;
-ms-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
}
.hamburger_content_wrap {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
z-index: -10005;
padding: 55px 80px;
display: table;
opacity: 0;
visibility: collapse;
}
.hamburger_content_wrap.show_content {
z-index: 10004;
opacity: 1;
visibility: visible;
}
.hamburger_menu_links {
text-align: center;
position: absolute;
top: 50%;
width: 100%;
left: 50%;
max-width: 700px;
transform: translateX(-50%) translateY(-50%);
}
.hamburger_menu_links ul {
margin: 0;
padding-left: 0;
}
.hamburger_menu_links ul li {
opacity: 0;
transition: opacity 0.8s ease-in-out;
margin-bottom: 10px;
}
.show_content .hamburger_menu_links ul li {
opacity: 1;
transition: opacity 0.5s ease-in-out;
-webkit-transition: opacity 0.5s ease-in-out;
transition-delay: 0.4s;
}
.hamburger_menu_links a {
opacity: 0.5;
color: #f2f2f2;
font-size: 34px;
line-height: 1.6;
padding: 0 20px;
display: inline-block;
position: relative;
font-weight: 300;
transition: opacity 0.2s ease-in-out;
-webkit-transition: opacity 0.2s ease-in-out;
}
.hamburger_menu_links a:hover {
opacity: 1;
}
.hamburger_menu_links a:after {
content: "";
height: 3px;
width: 0;
background-color: #fff;
display: block;
position: absolute;
bottom: 0;
left: 0;
transition: width 0.2s ease-in-out;
-webkit-transition: width 0.2s ease-in-out;
}
.hamburger_menu_links a:hover:after {
width: 100%;
}
.hamburger_menu_links p.menu-item-description {
font-size: 14px;
margin-bottom: 10px;
line-height: 20px;
} .hamburger_logo {
max-width: 700px;
margin: 0 auto;
text-align: center;
}
.hamburger_logo img.standard_logo {
display: block;
margin: 0 auto;
}
.hamburger_logo img.retina_logo {
margin: 0 auto;
display: none;
}
.hamburger_logo img {
opacity: 0;
transition: opacity 0.5s ease-in-out;
-webkit-transition: opacity 0.5s ease-in-out;
}
.show_content .hamburger_logo img {
opacity: 1;
} .hamburger_footer {
position: absolute;
max-width: 700px;
display: block;
width: 100%;
bottom: 50px;
left: 50%;
transform: translateX(-50%);
opacity: 0;
transition: opacity 0.3s ease-in-out;
-webkit-transition: opacity 0.3s ease-in-out;
transition-delay: 0.8s;
}
.show_content .hamburger_footer {
opacity: 1;
} .hamburger_social #top-social ul {
text-align: center;
}
.hamburger_social #top-social li {
float: none;
display: inline-block;
}
.hamburger_copyright {
text-align: center;
} #primary-menu,
#lp-contacts {
position: relative;
float: right; }
.rs-menu,
.select-menu {
display: none;
}
#primary-menu ul {
position: relative;
margin: 0;
}
#primary-menu ul li {
position: relative;
float: left;
margin-left: 20px;
}
#primary-menu ul li:first-child {
padding-left: 0;
background-image: none;
margin-left: 0;
}
#primary-menu ul li:first-child span {
display: none;
}
#primary-menu li a {
display: inline-block;
border-top: 4px solid transparent;
padding: 36px 7px;
font-size: 13px;
font-family: "Open Sans", sans-serif;
color: #444;
transition: border-color 0.2s linear;
-moz-transition: border-color 0.2s linear;
-webkit-transition: border-color 0.2s linear;
-ms-transition: border-color 0.2s linear;
-o-transition: border-color 0.2s linear;
}
#primary-menu li a span {
display: block;
margin-top: 2px;
top: 0;
color: #777;
font-family: "Open Sans", serif;
font-size: 11px;
font-weight: 400 !important;
text-transform: capitalize;
}
#primary-menu li i {
margin-right: 2px;
}
#primary-menu li:first-child a span {
display: block;
top: 0;
}
#primary-menu > ul > li:hover,
#primary-menu ul li.current {
background: #fff;
}
#primary-menu ul li.current a {
border-top-color: #34495e;
}
#primary-menu > ul > li:hover a {
border-top-color: #34495e;
}
#primary-menu ul > li > ul > li a,
#primary-menu > ul > li > ul > li:hover a {
color: #fff;
}
#primary-menu > ul > li:hover a span,
#primary-menu ul li.current a span {
color: #eee;
}
#primary-menu ul li:hover > ul {
display: block;
}
#primary-menu ul ul {
visibility: hidden;
z-index: 200;
width: 200px;
margin: 0;
position: absolute;
top: 96px;
left: 0;
}
#primary-menu ul ul li {
display: block;
float: none;
margin: 0;
padding: 0;
height: auto;
border: none;
background-image: none;
background-color: #34495e;
}
#primary-menu ul ul li:first-child {
border-top: 0;
margin-top: 0;
}
#primary-menu ul ul ul {
margin: 0;
left: 200px !important;
top: 0px;
*top: 1px;
}
#primary-menu ul ul a {
display: block;
height: 40px;
line-height: 40px;
padding: 0 15px;
border: none;
text-transform: capitalize;
color: #fff;
font-weight: normal;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#primary-menu ul ul a:hover,
#primary-menu ul ul li:hover > a {
background-color: rgba(0, 0, 0, 0.1);
}
#primary-menu ul ul a span {
display: none !important;
}
#primary-menu ul ul ul li:first-child a {
border-top: none;
}
#primary-menu ul > li.sub-menu > a > div {
background-image: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/mainsubmenu.png);
background-position: right top;
background-repeat: no-repeat;
padding-right: 16px;
}
#primary-menu ul > li.sub-menu:hover > a > div,
#primary-menu ul li.current.sub-menu > a > div {
background-image: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/mainsubmenu.png);
}
#primary-menu ul ul > li.sub-menu > a,
#primary-menu ul ul > li.sub-menu:hover > a {
background-image: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/submenu.png);
background-position: right center;
background-repeat: no-repeat;
color: #fff;
}
#primary-menu ul ul > li.sub-menu > a > div,
#primary-menu ul ul > li.sub-menu:hover > a > div {
background-image: none;
padding-right: 0;
}
#primary-menu ul:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
} .vc_pie_chart canvas {
margin-bottom: 20px;
} #ascrail2000 {
background-color: #666;
width: 8px !important;
z-index: 100000 !important;
} #slider {
position: relative;
height: 400px;
}
.fallback-image,
.fallback-image a,
.fallback-image img {
display: none;
width: 100%;
height: 100%;
}
#slider .container {
width: 100%;
}
#slider.thumb-slider,
#slider.piecemaker-slider {
height: auto;
}
.slider-wrap {
position: relative;
width: 100%;
height: 400px;
}
.slider-wrap .slide,
.slider-wrap .slide a,
.slider-wrap .slide img {
display: block;
position: relative;
width: 100%;
height: 100%;
}
.slider-line {
position: absolute;
border-top: 2px solid rgba(0, 0, 0, 0.2);
height: 0;
width: 100%;
top: 0;
left: 0;
z-index: 30;
}
.fslider,
.fslider .flexslider,
.fslider .slider-wrap,
.fslider .slide,
.fslider .slide a,
.fslider .slide img {
position: relative;
width: 100%;
height: auto;
overflow: hidden;
}
.fslider {
min-height: 32px;
} .slider-3d {
position: relative;
}
#piecemaker {
margin: -25px 0 0 -90px;
} #slider.camera-slideshow {
height: auto;
} #slider.revolution-slider,
#slider.layerslider-wrap {
overflow: hidden;
} .flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
outline: none;
border: none;
}
.slider-wrap,
.flex-control-nav,
.flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
border: none;
}
.flexslider {
position: relative;
margin: 0;
padding: 0;
}
.flexslider .slider-wrap > .slide {
display: none;
-webkit-backface-visibility: hidden;
}
.flexslider .slider-wrap img {
width: 100%;
display: block;
}
.flex-pauseplay span {
text-transform: capitalize;
} .flexslider {
margin: 0 auto;
padding: 0;
max-width: 980px;
}
.flexslider .slides > li {
display: none;
-webkit-backface-visibility: hidden;
}  .flexslider .slides img {
max-width: 100%;
display: block;
height: auto;
width: 100%;
}
.slider-wrap:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
html[xmlns] .slider-wrap {
display: block;
}
* html .slider-wrap {
height: 1%;
}
.no-js .slider-wrap > .slide:first-child {
display: block;
}
.flex-control-nav {
display: none;
}
.flex-control-thumbs {
display: none;
}
.flex-viewport {
max-height: 2000px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
transition: all 1s ease;
} #slider.thumb-slider .flex-control-thumbs {
display: block;
}
#slider.thumb-slider .flex-control-thumbs,
#slider.thumb-slider .rs-thumb-wrap {
display: block;
position: relative;
background: #fff;
height: 55px;
text-align: center !important;
}
.flex-control-thumbs li,
.rs-thumb-wrap a {
display: inline-block !important;
width: 102px !important;
height: 55px !important;
cursor: pointer;
margin: 0 !important;
}
.rs-thumb-wrap a {
height: 50px !important;
border-top: 5px solid #ccc;
}
.flex-control-thumbs li img,
.rs-thumb-wrap a img {
display: block !important;
width: 102px !important;
height: 50px !important;
border-top: 5px solid #ccc;
}
.rs-thumb-wrap a img {
border: none;
}
.flex-control-thumbs li img.flex-active,
.rs-thumb-wrap a.active {
border-top-color: #34495e;
} .flex-prev,
.flex-next,
.rs-prev,
.rs-next,
.nivo-prevNav,
.nivo-nextNav,
.camera_prev,
.camera_next,
.camera_commands,
.tp-leftarrow.large,
.tp-rightarrow.large,
.ls-noskin .ls-nav-prev,
.ls-noskin .ls-nav-next {
display: block;
position: absolute !important;
z-index: 10;
cursor: pointer;
top: auto;
left: auto;
bottom: 50px;
right: 38px;
width: 36px !important;
height: 36px !important; background: rgba(11, 11, 11, 0.8) ;
transition: background-color 0.2s linear;
-moz-transition: background-color 0.2s linear;
-webkit-transition: background-color 0.2s linear;
-ms-transition: background-color 0.2s linear;
-o-transition: background-color 0.2s linear;
font-size: 35px;
line-height: 32px;
}
.flex-prev i,
.flex-next i {
position: relative;
left: auto;
font-size:20px;	
color: #fff;
line-height:36px;
}
.tp-leftarrow.large,
.tp-rightarrow.large {
background: rgba(11, 11, 11, 0.8) url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/slider-nav.png) no-repeat
0 0 !important;
}
.ls-noskin .ls-nav-prev,
.ls-noskin .ls-nav-next {
top: 50%;
margin-top: -18px;
left: 20px;
right: auto;
}
#slider.thumb-slider .flex-prev,
#slider.thumb-slider .flex-next {
bottom: 105px;
}
.flex-next,
.rs-next,
.nivo-nextNav,
.camera_next,
.ls-noskin .ls-nav-next {
right: 0;
background-position: -36px 0;
}
.ls-noskin .ls-nav-next {
right: 20px;
left: auto;
}
.tp-rightarrow.large {
background-position: -36px 0 !important;
}
.portfolio-image .flex-prev,
.portfolio-image .flex-next {
position: absolute !important;
top: auto;
left: 0;
bottom: 0;
width: 28px !important;
height: 28px !important;
background-image: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/portfolio-slider-nav.png);
transition: background-color 0.2s linear;
-moz-transition: background-color 0.2s linear;
-webkit-transition: background-color 0.2s linear;
-ms-transition: background-color 0.2s linear;
-o-transition: background-color 0.2s linear;
}
.portfolio-image .flex-next {
left: 30px;
background-position: -28px 0;
}
.flex-prev:hover,
.flex-next:hover,
.rs-prev:hover,
.rs-next:hover,
.nivo-prevNav:hover,
.nivo-nextNav:hover,
.camera_prev:hover,
.camera_next:hover,
.camera_commands:hover,
.tp-leftarrow.large:hover,
.tp-rightarrow.large:hover,
.ls-noskin .ls-nav-prev:hover,
.ls-noskin .ls-nav-next:hover {
background-color: #34495e !important;
} .slide-caption,
.rs-caption,
.nivo-caption {
display: block;
position: absolute;
z-index: 8;
top: auto;
left: auto;
bottom: 50px;
right: 76px;
line-height: 24px;
padding: 6px 15px;
font-size: 14px;
width: auto !important;
max-width: 500px;
background-color: rgba(11, 11, 11, 0.8);
border-left: 3px solid #34495e;
color: #fff;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.slide-caption2 {
line-height: 20px;
padding: 15px;
font-size: 12px;
font-family: "Open Sans", sans-serif;
max-width: 200px;
background-color: rgba(11, 11, 11, 0.8);
}
.slide-caption2 h3 {
font-size: 15px;
line-height: 20px;
font-weight: bold;
padding-bottom: 10px;
color: #eee;
}
.slide-caption2 p {
margin: 0;
}
.slide-caption-left {
left: 50px;
right: auto;
} #content {
position: relative;
}
.content-wrap {
position: relative;
padding: 40px 0;
} #page-title,
#countdown-wrap {
position: relative;
background-color: #f7f7f7;
padding: 5px 0;
border-bottom: 1px solid #e8e8e8;
}
#page-title ul.breadcrumbs {
list-style: none;
margin: 0;
margin-left: 3px;
margin-top: 5px;
padding: 0;
}
#page-title ul.breadcrumbs li {
margin: 0;
padding: 0;
display: inline;
color: #888;
font-size: 12px;
margin-right: 5px;
}
#page-title ul.breadcrumbs li a {
color: #888;
padding-right: 5px;
}
#page-title ul.breadcrumbs li a:hover {
color: #34495e;
}
#page-title ul.breadcrumbs li:after {
content: "/";
}
#page-title ul.breadcrumbs li:last-child:after {
content: "";
}
#page-title h1,
#page-title h2 {
font-size: 24px;
line-height: 28px;
padding-bottom: 0;
color: #555;
}
#page-title h1 span,
#page-title h2 span {
display: inline-block;
position: relative;
font-size: 16px;
line-height: 22px;
margin-left: 10px;
color: #aaa;
}
.page_title_inner {
padding: 15px 0;
}
#top-search {
position: absolute;
width: 180px;
top: 50%;
left: auto;
right: 0;
margin-top: -20px;
}
#top-search form {
margin: 0;
}
#top-search input {
width: 131px;
background-image: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/search.png);
background-repeat: no-repeat;
background-position: left;
padding-left: 38px;
color: #999;
} #lp-contacts {
margin: 0;
}
#lp-contacts li {
float: left;
position: relative;
height: 40px;
overflow: hidden;
margin: 40px 0 0 40px;
padding-left: 48px;
font-family: "Open Sans", sans-serif;
font-weight: 600;
font-size: 17px;
line-height: 22px;
color: #555;
}
#lp-contacts li:first-child {
margin-left: 0;
}
#lp-contacts li i {
display: block;
position: absolute;
font-size: 40px;
line-height: 40px;
width: 40px;
height: 40px;
text-align: center;
top: 0;
left: 0;
overflow: hidden;
}
#lp-contacts li span {
display: block;
font-size: 13px;
line-height: 18px;
color: #34495e;
font-weight: normal;
}
#landing-area {
position: relative;
background-color: #eee;
padding: 40px 0;
}
#landing-area h1 {
font-weight: 600;
font-size: 26px;
line-height: 32px;
text-shadow: 1px 1px 1px #fff;
}
#landing-area p.landing-desc {
font-size: 14px;
color: #333;
text-shadow: 1px 1px 1px #fff;
}
#landing-area ul.landing-features {
list-style: none;
margin: 0;
font-size: 16px;
line-height: 22px;
color: #555;
text-shadow: 1px 1px 1px #fff;
}
ul.landing-features li {
margin-top: 7px;
}
ul.landing-features li:first-child {
margin-top: 0;
}
ul.landing-features li:hover {
font-weight: bold;
}
.landing-offer-media,
.landing-offer-text,
.landing-offer-half {
margin-bottom: 0;
}
.landing-action {
position: relative;
margin-top: 20px;
text-align: center;
}
.landing-action > span {
display: block;
margin-top: 10px;
font-size: 14px;
text-shadow: 1px 1px 1px #fff;
} #countdown-wrap {
padding: 50px 0;
}
#countdown-wrap h1 {
font-size: 28px;
line-height: 36px;
padding-bottom: 50px;
text-shadow: 1px 1px 1px #fff;
font-weight: 400;
color: #555;
text-align: center;
}
.countdown_row {
display: block;
position: relative;
text-align: center;
text-shadow: 1px 1px 1px #fff;
}
.countdown_section {
display: inline-block;
font-size: 17px;
line-height: 22px;
text-align: center;
width: 180px;
color: #999;
text-transform: lowercase;
}
.countdown_amount {
font-size: 96px;
line-height: 100px;
color: #444;
}
.countdown_descr {
display: block;
width: 100%;
}
.lp-subscribe {
position: relative;
text-align: center;
}
.lp-subscribe form {
display: inline-block;
position: relative;
margin: 5px auto 0;
max-width: 600px;
}
.lp-subscribe input[type="text"] {
display: block;
float: left;
width: 360px;
padding: 13px 12px 11px 46px;
font-size: 16px;
color: #999;
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/subscribe.png) left no-repeat;
margin: 0 !important;
}
.lp-subscribe input[type="submit"] {
position: relative;
cursor: pointer;
display: block;
float: left;
border: none;
font-size: 13px;
font-weight: bold;
color: #fff;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
padding: 0 15px;
height: 49px;
line-height: 49px;
background: #34495e;
text-align: center;
text-transform: uppercase;
margin: 0 !important;
-webkit-border-radius: 0;
border-radius: 0;
}
.lp-subscribe input[type="submit"]:hover {
background-color: #444;
} #portfolio-filter,
#faq-filter,
ul[id*="faq-filter"] {
position: relative;
margin: 0 0 30px 0;
border-bottom: 1px solid #eee;
}
#portfolio-filter.portfolio-center {
text-align: center;
}
#portfolio-filter.portfolio-right {
text-align: right;
}
#portfolio-filter li,
#faq-filter li,
ul[id*="faq-filter"] li {
float: left;
position: relative;
padding: 0 0 12px;
bottom: -1px;
}
#portfolio-filter.portfolio-center li {
float: none;
display: inline-block;
}
#portfolio-filter.portfolio-right li {
float: none;
display: inline-block;
}
#portfolio-filter li a,
#faq-filter li a,
ul[id*="faq-filter"] li a {
display: block;
position: relative;
padding: 0 15px;
font-size: 12px;
line-height: 15px;
color: #888;
border-left: 1px dotted #ddd;
}
#portfolio-filter li:first-child a,
#faq-filter li:first-child a,
ul[id*="faq-filter"] li:first-child a {
border-left: none;
}
#portfolio-filter li a:hover,
#faq-filter li a:hover,
#portfolio-filter li.activeFilter a,
#faq-filter li.activeFilter a,
ul[id*="faq-filter"] li.activeFilter a {
color: #34495e;
}
#faq-filter li.activeFilter,
ul[id*="faq-filter"] li.activeFilter {
border-bottom: 1px solid #34495e;
} #portfolio,
#portfolio-shortcode {
position: relative;
margin: 0 -12px -12px 0;
}
.portfolio-item {
position: relative;
float: left;
margin: 0 12px 12px 0;
}
.portfolio-item .portfolio-image,
.portfolio-item .portfolio-image a,
.portfolio-item .portfolio-image img {
display: block;
position: relative;
overflow: hidden;
}
.hexagon_portfolio .portfolio-item {
width: 231px !important;
}
.portfolio-item .portfolio-image-round,
.portfolio-item .portfolio-image-round img {
display: block;
position: relative;
width: 230px;
height: 230px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
overflow: hidden;
}
.portfolio-item .portfolio-image-round.hexagonal,
.portfolio-item .portfolio-image-round.hexagonal img {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
.portfolio-image-round .item-mask {
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/image-mask.png) no-repeat 0 0 transparent;
background-size: 100%;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.portfolio-image-round .item-mask-hexa {
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/image-mask-hex.png) no-repeat 0 0 transparent;
background-size: 100%;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.postcontent #portfolio {
margin: 0 -8px -8px 0;
}
.postcontent .portfolio-item {
margin: 0 13px 13px 0;
width: 174px;
}
.postcontent.columns .portfolio-item {
margin: 0 7px 7px 0;
width: 174px;
}
#portfolio.portfolio-2 {
margin: 0 -20px -20px 0;
}
.portfolio-2 .portfolio-item {
margin: 0 20px 20px 0;
}
.portfolio-2 .portfolio-item .portfolio-image,
.portfolio-2 .portfolio-item .portfolio-image a,
.portfolio-2 .portfolio-item .portfolio-image img {
}
.postcontent .portfolio-2 .portfolio-item {
width: 350px;
}
.postcontent .portfolio-2 .portfolio-image,
.postcontent .portfolio-2 .portfolio-image a,
.postcontent .portfolio-2 .portfolio-image img {
}
.postcontent.columns .portfolio-2 .portfolio-image,
.postcontent.columns .portfolio-2 .portfolio-image a,
.postcontent.columns .portfolio-2 .portfolio-image img {
}
.title-outer {
border-bottom: 1px solid #e5e5e5;
margin-bottom: 20px;
position: relative;
}
.title-outer.pos_right {
text-align: right;
}
.title-outer.pos_center {
text-align: center;
}
.title-outer h3 {
border-bottom: 1px solid #34495e;
line-height: 1.7;
margin-bottom: 0;
display: inline-block;
padding-bottom: 5px;
position: relative;
bottom: -1px;
font-size: 11px;
color: #888;
text-transform: uppercase;
}
.title-outer i {
position: absolute;
right: 0;
border-bottom: 1px solid #34495e;
font-size: 16px;
bottom: -1px;
padding-bottom: 5px;
line-height: 1.4; }
.title-outer.pos_right i {
right: auto;
left: 0;
}
.title-outer.pos_center i {
position: relative;
bottom: -2px;
padding-bottom: 5px;
padding-left: 15px;
display: inline-block;
line-height: 1.7;
}
.portfolio-title {
position: relative;
text-align: center;
padding: 20px 0;
border-bottom: 1px solid #e6e6e6;
background-color: #ffffff;
transition: background-color 0.2s linear;
-moz-transition: background-color 0.2s linear;
-webkit-transition: background-color 0.2s linear;
-ms-transition: background-color 0.2s linear;
-o-transition: background-color 0.2s linear;
}
.postcontent .portfolio-title h3 {
font-size: 13px;
}
.portfolio-title h3 {
padding-bottom: 0;
font-size: 14px;
font-weight: 600;
line-height: 1.6;
margin-bottom: 5px;
padding: 5px 10px;
}
.portfolio-3 .portfolio-title h3 {
font-size: 14px;
}
.portfolio-2 .portfolio-title h3 {
font-size: 18px;
}
.portfolio-title h3 a {
color: #555;
text-transform: uppercase;
}
.portfolio-item:hover h3 a {
color: #fff;
}
.portfolio-item:hover .portfolio-title {
border-bottom-color: #ddd;
background-color: #34495e;
}
#portfolio .slider-wrap,
.postcontent #portfolio.portfolio-3 .slider-wrap {
height: 180px;
}
.postcontent #portfolio .slider-wrap {
height: 136px;
}
#portfolio.portfolio-3 .slider-wrap {
height: 210px;
}
#portfolio.portfolio-2 .slider-wrap {
height: 300px;
}
.postcontent #portfolio.portfolio-2 .slider-wrap {
height: 223px;
} .scroll-portfolio {
margin-bottom: 15px !important;
}
.scroll-portfolio .portfolio-item {
width: 100%;
}
.scroll-portfolio .portfolio-item .portfolio-image,
.scroll-portfolio .portfolio-item .portfolio-image a,
.scroll-portfolio .portfolio-item .portfolio-image img {
width: 100%;
height: auto;
}
.scroll-portfolio .portfolio-item .portfolio-image a {
height: 100%;
display: block;
} .title_enabled .scroll-portfolio .widget-scroll-prev,
.title_enabled .scroll-portfolio .widget-scroll-next {
top: -50px;
}
.owl-theme .owl-dots .owl-dot {
outline: none !important;
}
#wrapper .owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 20px;
}
#wrapper .owl-theme .owl-dots .owl-dot.active span,
#wrapper .owl-theme .owl-dots .owl-dot:hover span {
background: #415882;
} .portfolio-overlay {
display: none;
position: absolute;
background-color: rgba(0, 0, 0, 0.6);
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 5;
opacity: 1;
text-align: center;
}
.portfolio-overlay-inside {
position: absolute;
z-index: 15;
opacity: 1;
text-align: center;
color: #fff;
height: 100%;
width: 100%;
}
.portfolio-overlay-inside span {
padding: 5px;
background-color: #34495e;
opacity: 1;
display: block !important;
float: left;
width: 45px !important;
height: 45px !important;
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
font-size: 25px;
line-height: 35px;
padding: 5px;
border-radius: 35px;
-moz-border-radius: 35px;
-webkit-border-radius: 35px;
z-index: 100;
} .portfolio-overlay-inside > div {
font-size: 13px;
text-transform: uppercase;
color: #fff;
position: relative; display: block !important;
width: 200px;
text-align: center;
}
.portfolio-overlay-round {
display: none;
position: absolute; background-size: 100%;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 5;
text-align: center;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
overflow: hidden;
}
.portfolio-overlay-round.hexagonal {
border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
.change-hexa {
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/image-mask-hex.png) no-repeat 0 0 #34495e;
border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
.portfolio-overlay-round div {
padding: 9%;
}
.portfolio-overlay-round div h3 {
padding: 9% 7% 2% 7%;
font-size: 16px;
font-weight: 300;
color: #fff;
line-height: 1.3;
margin-top: 10%;
}
.portfolio-overlay-round div h4 {
padding-bottom: 0;
color: #ffffff;
margin-bottom: 20px;
}
.portfolio-overlay-round div a {
font-size: 10px;
line-height: 14px;
color: #ffffff;
margin-bottom: 0;
font-weight: 300;
padding-bottom: 0;
text-transform: uppercase;
}
.portfolio-overlay-round div a:hover {
border-bottom: 1px dotted #444;
}
.portfolio-overlay-round div a.linkage {
font-size: 14px;
color: #fff;
background-color: #333;
padding: 0;
line-height: 14px;
border-radius: 50px;
-moz-border-radius: 50px;
border-bottom: none;
width:34px;
height:34px;
line-height: 34px;;
display: inline-block;
}
.portfolio-overlay-round div a.linkage:hover {
background-color: #555;
}
.portfolio-overlay-round div p {
margin-top: 5px;
padding-top: 5px;
color: #fff;
font-size: 11px;
}
.port-gallery .portfolio-overlay {
background: transparent;
}
.portfolio-overlay-wrap {
position: relative;
padding: 15px;
color: #fff;
text-align: center;
top: 40%;
}
.portfolio-overlay-wrap p {
color: #fff;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
margin-bottom: 15px;
}
.portfolio-overlay-wrap span {
display: block;
margin-bottom: 15px;
}
.portfolio-overlay-wrap span span {
margin: 0;
width: 15%;
border-bottom: 1px solid #fff;
}
.portfolio-overlay-wrap a {
display: inline !important;
width: auto !important;
height: auto !important;
color: #fff;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
border-bottom: 1px dotted #fff;
font-style: italic;
}
.portfolio-overlay-wrap a:hover {
border-style: solid;
}
.portfolio-2 .portfolio-overlay-wrap {
font-size: 16px;
line-height: 24px;
}
.p-overlay-icons,
.postcontent #portfolio.portfolio-3 .p-overlay-icons,
.postcontent #portfolio.portfolio-2 .p-overlay-icons {
width: 60px;
height: 28px;
margin: 0 auto;
}
.p-overlay-icons a {
display: block;
float: left;
margin-left: 2px;
width: 28px !important;
height: 28px !important;
text-indent: -9999px;
background-color: #222;
background-repeat: no-repeat;
background-image: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/portfolio-overlay.png);
}
.p-overlay-icons a:first-child {
margin-left: 0;
}
.p-overlay-icons a.p-o-image {
background-position: -28px 0;
}
.p-overlay-icons a.p-o-video {
background-position: 0 0;
}
.p-overlay-icons a.p-o-gallery {
background-position: -56px 0;
}
.p-overlay-icons a.p-o-link {
background-position: -84px 0;
}
.portfolio-5 .p-overlay-icons,
.portfolio-widget .p-overlay-icons,
.postcontent #portfolio .p-overlay-icons {
top: 50%;
margin-top: -14px;
width: 58px;
left: 50%;
margin-left: -29px;
}
.portfolio_tags {
margin: 2px 0;
font-size: 12px;
}
.portfolio_tags a {
color: #555;
font-size: 12px;
text-transform: uppercase;
}
.portfolio-item:hover .portfolio_tags a,
.portfolio-item:hover .portfolio_tags {
color: #fff;
}
.portfolio-item:hover .portfolio_tags a:hover {
border-bottom: 1px dotted #fff;
} #portfolio-single-wrap {
position: relative;
} #portfolio-single-wrap #slider {
float: left;
}
#portfolio-single-wrap.portfolio-single-left #slider,
#portfolio-single-wrap.portfolio-single-left .portfolio_images_list {
float: right;
}
#portfolio-single-wrap.portfolio-single-right #slider,
#portfolio-single-wrap.portfolio-single-right .portfolio_images_list {
float: left;
}
#portfolio-single-wrap.portfolio-single-full #slider,
.postcontent #portfolio-single-wrap #slider {
float: none;
margin-bottom: 30px;
}
#portfolio-single-wrap #slider {
width: 680px;
height: auto;
}
#portfolio-single-wrap.portfolio-single-full-slider #slider {
width: 960px;
height: auto;
}
.postcontent #portfolio-single-wrap #slider {
width: 100%;
}
#portfolio-single-wrap .slider-wrap,
#portfolio-single-wrap .slide,
#portfolio-single-wrap #slider a,
#portfolio-single-wrap #slider img {
z-index: 0;
width: 100%;
height: auto;
}
#portfolio-single-wrap #slider iframe {
display: block;
}
#portfolio-single-wrap.portfolio-single-full #slider {
width: 960px;
height: auto;
}
#portfolio-single-wrap.portfolio-single-full .slider-wrap,
#portfolio-single-wrap.portfolio-single-full .slide,
#portfolio-single-wrap.portfolio-single-full .slide a,
#portfolio-single-wrap.portfolio-single-full .slide img {
width: 100%;
height: auto;
}
#portfolio-single-wrap .flex-prev,
#portfolio-single-wrap .flex-next,
.entry_image .flex-prev,
.entry_image .flex-next,
.fslider .flex-prev,
.fslider .flex-next {
top: 50%;
left: 0;
bottom: auto;
right: auto;
transform:translateY(-50%);
display:flex;
justify-content: center;
}
#portfolio-single-wrap .flex-next,
.entry_image .flex-next,
.fslider .flex-next {
left: auto;
right: 0;
}
.portfolio-item .portfolio-image .flex-prev,
.portfolio-item .portfolio-image .flex-next {
margin-top: -14px;
} #portfolio-single-wrap .portfolio_images_list {
float: none;
width: 100%;
margin-bottom: 30px;
}
#portfolio-single-wrap.default .portfolio_images_list {
float: left;
}
#portfolio-single-wrap.modern .portfolio_images_list {
float: left;
}
#portfolio-single-wrap .portfolio-single-full.portfolio_images_list {
width: 100%;
}
.image_listing {
margin-bottom: 20px;
}
.image_listing a {
display: block;
text-align: center;
} #portfolio-details-wrap {
float: right;
width: 250px;
margin-left: 30px;
}
#portfolio-single-wrap.portfolio-single-left #portfolio-details-wrap {
float: left;
margin: 0 30px 0 0;
}
#portfolio-single-wrap.modern.portfolio-single-left .portfolio_images_list {
float: right;
}
#portfolio-single-wrap.portfolio-single-full #portfolio-details-wrap,
.postcontent #portfolio-single-wrap #portfolio-details-wrap,
#portfolio-single-wrap.portfolio-single-full .portfolio_images_list {
float: none;
margin: 0;
width: auto;
}
#portfolio-single-wrap.portfolio-single-full .portfolio_images_list {
margin-bottom: 30px;
} #portfolio-details-wrap span.page-divider {
margin-top: 10px;
}
#portfolio-details-wrap .port-details {
margin-top: 0px;
}
#portfolio-single-wrap.portfolio-single-full .port-desc,
#portfolio-single-wrap.portfolio-single-full.portfolio-single-full-left
.port-desc,
.postcontent #portfolio-single-wrap .port-desc {
float: right;
margin: 0;
width: 680px;
}
#portfolio-single-wrap.portfolio-single-full .port-desc.port-full {
width: 100%;
float: none;
}
.postcontent #portfolio-single-wrap .port-desc {
width: 440px;
}
#portfolio-single-wrap.portfolio-single-full .port-details,
#portfolio-single-wrap.portfolio-single-full.portfolio-single-full-left
.port-details,
.postcontent #portfolio-single-wrap .port-details {
float: left;
margin: 0 30px 0 0;
width: 250px;
}
#portfolio-single-wrap.portfolio-single-full.portfolio-single-full-left
.port-desc,
.postcontent #portfolio-single-wrap.portfolio-single-left .port-desc {
float: left;
}
#portfolio-single-wrap.portfolio-single-full.portfolio-single-full-left
.port-details,
.postcontent #portfolio-single-wrap.portfolio-single-left .port-details {
float: right;
margin: 0 0 0 30px;
}
#portfolio-details-wrap .port-details h4 {
font-size: 14px;
line-height: 20px;
font-weight: bold;
}
#portfolio-details-wrap .port-terms {
position: relative;
border-bottom: 1px dotted #ddd;
margin-bottom: 15px;
padding-bottom: 15px;
}
#portfolio-details-wrap .port-terms h5 {
color: #333;
margin: 0 !important;
float: left;
width: 110px;
font-size: 12px;
line-height: 20px;
padding: 0;
}
#portfolio-details-wrap .port-terms span {
display: block;
position: relative;
overflow: hidden;
}
.word-wrap {
white-space: -moz-pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
white-space: pre-wrap;
white-space: pre-line;
} #portfolio-navigation {
position: absolute;
top: 50%;
left: auto;
right: 0;
max-width: 96px;
height: 40px;
margin-top: -25px;
}
#portfolio-navigation .port-nav-next,
#portfolio-navigation .port-nav-prev {
float: left;
}
#portfolio-navigation .port-nav-next {
margin-right: 5px;
}
#portfolio-navigation .port-nav-next a,
#portfolio-navigation .port-nav-prev a {
display: block;
float: left; width: 32px;
height: 32px; transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
#portfolio-navigation .port-nav-next a i,
#portfolio-navigation .port-nav-prev a i {
position: relative;
top: 4px;
left: 8px;
font-size: 40px;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease; }
#portfolio-navigation .port-nav-next a:hover i {
transform: translate(-10px);
-ms-transform: translate(-10px); -webkit-transform: translate(-10px);
}
#portfolio-navigation .port-nav-prev a:hover i {
transform: translate(10px);
-ms-transform: translate(10px); -webkit-transform: translate(10px);
}
#portfolio-navigation a:first-child {
margin-left: 0;
} .pagination {
margin-top: 30px !important;
align-items: center;
}
.pagination .page-links-title {
margin-right: 10px;
}
.pagination span.current,
.pagination a,
.pagination_pages span.navigation {
margin-right: 10px;
padding: 7px 12px;
border-radius: 3px;
}
.posts-page-break span.current,
.posts-page-break a {
padding: 2px 8px;
}
.pagination_pages span:nth-child(2) {
margin-left: 10px;
}
.pagination span.current,
.pagination_pages span.navigation {
text-decoration: none;
background-color: #34495e;
border: 1px solid #34495e;
color: #fff;
}
.pagination a,
.pagination_pages a span.navigation {
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
}
.pagination_pages a span.navigation {
color: #333;
}
.pagination a:hover {
background-color: #f5f5f5;
}
.pagination_pages a:hover span.navigation {
background-color: #34495e;
border-color: #34495e;
color: #fff;
} .load_more_posts {
margin-top: 30px;
text-align: center;
} #portfolio-related {
position: relative;
margin: 30px 0 0 0;
}
#portfolio-related .owl-theme .owl-nav,
#related-posts-scroller .owl-theme .owl-nav {
position: absolute;
top: -70px;
right: 0;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
color: inherit !important;
}
#portfolio-related-items {
position: relative;
margin: 0 -5px 0 0;
}
#portfolio-related-items .related_portfolio_items {
position: relative;
float: left;
margin: 0 0.5%;
overflow: hidden;
}
#portfolio-related-items .related_portfolio_items > a,
#portfolio-related-items .related_portfolio_items > img {
display: block;
width: 100%;
height: auto;
overflow: hidden;
}
.postcontent #portfolio-related-items li,
.postcontent #portfolio-related-items li > a,
.postcontent #portfolio-related-items li > img {
width: 176px !important;
height: 137px;
}
#portfolio-related-items li .p-overlay-icons {
top: 50%;
margin-top: -14px;
width: 28px;
left: 50%;
margin-left: -14px;
} .isotope,
.isotope .isotope-item { -webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-ms-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.isotope {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
-ms-transition-property: height, width;
-o-transition-property: height, width;
transition-property: height, width;
}
.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
-ms-transition-property: -ms-transform, opacity;
-o-transition-property: top, left, opacity;
transition-property: transform, opacity;
} .isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
-webkit-transition-duration: 0s;
-moz-transition-duration: 0s;
-ms-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s;
} #posts {
position: relative;
}
.entry {
position: relative;
margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: 3px double #e5e5e5;
}
.post_right {
margin-right: 0;
float: right;
margin-left: 40px;
clear: right;
}
.postcontent.post_left {
float: left;
margin-left: 0;
margin-right: 40px;
}
.sidebar_left {
float: right;
clear: none;
}
.sidebar.col_last.sidebar_right {
float: right;
clear: right;
}
.entry_image {
position: relative;
width: 100%;
margin-bottom: 20px;
}
.featured_image_above .entry_image {
margin-bottom: 40px;
}
.small-posts .entry_image {
float: left;
width: 300px;
margin: 0;
}
.small-posts .entry_image_sh {
float: left;
width: 150px;
margin: 0 20px 0 0;
position: relative;
height: 102px;
overflow: hidden;
}
.entry_image a,
.entry_image img {
display: block;
position: relative;
width: 100%;
}
.recent_posts_sh h5 {
padding-bottom: 3px;
}
.date_sh {
margin-bottom: 10px;
font-size: 10px;
}
.date_sh i {
margin-right: 5px;
line-height: 20px;
font-size: 14px;
}
.entry_image iframe,
.ipost-image iframe {
display: block;
}
.entry_image .slider-wrap,
.entry_image .slide,
.entry_image .slide a,
.entry_image .slide img {
display: block;
position: relative;
width: 100%;
height: auto;
z-index: 1;
}
.entry_date {
float: left;
width: 62px;
text-align: center;
}
.entry_date_thin {
float: left;
width: 40px;
text-align: center;
position: absolute;
top: 0px;
}
.postcontent .small-posts .entry_date {
width: 50px;
margin-right: 10px;
}
.col_full .small-posts .entry_date {
margin-right: 15px;
}
.entry_date div.month,
.entry_date div.day,
.entry_date div.year {
background-color: #34495e;
color: #fff;
font-size: 14px;
line-height: 1;
font-weight: 600;
padding: 4px 0;
text-transform: uppercase;
}
.entry_date div.day {
padding: 0;
font-size: 26px;
font-weight: 600;
}
.entry_date_thin div.month,
.entry_date_thin div.day {
background-color: #34495e;
color: #fff;
font-size: 16px;
line-height: 1;
font-weight: 300;
padding: 0 0 10px;
}
.entry_date_thin div.day {
font-weight: normal;
padding: 10px 0 0;
font-size: 24px;
font-weight: 600;
}
.postcontent .small-posts .entry_date div.month,
.postcontent .small-posts .entry_date div.day {
font-size: 14px;
padding: 2px 0;
}
.postcontent .small-posts .entry_date div.day {
font-size: 20px;
padding: 0;
}
.entry_date div.post-icon {
position: relative;
color: #999;
font-size: 42px;
line-height: 42px;
margin: 0;
padding: 20px 0;
}
.entry_date div.post-icon.post-icon-solo {
padding-top: 5px;
}
.entry_date div.post-icon.post-icon-solo-alt {
padding-top: 0px;
}
.entry_date_thin div.post-icon {
position: relative;
color: #fff;
background-color: #34495e;
font-size: 16px;
margin: 0;
padding: 5px 0 10px 0;
}
div.post-icon i {
display: block;
padding: 0;
margin: 0;
}
.entry_c {
float: left;
margin-left: 20px;
width: 628px;
}
.entry_c_solo {
width: 100%;
margin-left: 0px;
}
.col_full .entry_c {
width: 868px;
}
.postcontent .small-posts .entry_c {
width: 400px;
}
.col_full .small-posts .entry_c {
width: 640px;
}
.col_full .small-posts .entry_c_sh {
max-width: 300px;
float: left;
margin-left: 20px;
}
.entry_title {
margin-bottom: 5px;
}
.default_page .entry_title {
margin-bottom: 25px;
}
.entry_title h2 {
padding: 0;
color: #444;
font-weight: 500;
font-size: 26px;
line-height: 36px;
}
.postcontent .small-posts .entry_title h2,
.vertical_related_posts .entry_title h2 {
font-size: 16px;
line-height: 20px;
}
.entry_title h2 a {
color: #555;
}
.entry_title h2 a:hover {
color: #888;
}
.entry_meta {
position: relative;
margin: 10px 0;
}
.post-single .entry_meta {
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #e5e5e5;
}
.entry_meta li {
margin: 0 7px 3px 0;
float: left;
font-size: 12px;
color: #888;
text-transform: uppercase;
}
.entry_meta li a {
color: #888;
font-family: "Open Sans", sans-serif;
}
.entry_meta li a:hover {
color: #34495e;
}
.entry_meta li i {
display: inline-block;
position: relative;
top: 1px;
margin-right: 5px;
font-size: 14px;
}
.entry_meta li span {
display: inline-block;
margin-left: 7px;
font-size: 13px;
}
.entry span.page-divider {
margin: 12px 0;
}
.entry span.page-divider span {
}
.small-posts span.page-divider {
margin: 20px 0 12px;
}
.postcontent .small-posts span.page-divider span {
width: 20%;
}
.entry_content {
position: relative;
font-size: 13px;
padding-top: 10px;
}
.entry_share {
position: relative;
margin: 30px 0 0 0;
padding: 10px 0;
line-height: 32px;
}
.entry_share span {
display: block;
float: left;
margin-right: 15px;
}
.entry_share a {
display: block;
float: left;
width: 32px;
height: 32px;
margin-left: 15px;
color: #ffffff;
background-color: #222222;
border-radius: 50%;
-webkit-border-radius: 50%;
margin-left: 15px;
text-align: center;
font-size: 18px;
}
.entry_share.square a {
border-radius: 0;
-webkit-border-radius: 0;
}
.entry_share a:hover {
color: #ffffff;
}
.entry_share a:first-of-type {
margin-left: 0;
}
.entry_share a.facebook {
background-color: #3b5998;
}
.entry_share a.twitter {
background-color: #00acee;
}
.entry_share a.pinterest {
background-color: #cb2027;
}
.entry_share a.google_plus {
background-color: #b63324;
}
.entry_share a.stumble_upon {
background-color: #eb4823;
}
.entry_share a.reddit {
background-color: #4e4e4e;
}
.entry_share a.mailto {
background-color: #f89a1e;
}
.entry_share a img {
display: block;
margin: 0;
width: 32px;
height: 32px;
}
.ipost {
position: relative;
}
.ipost .ipost-image {
position: relative;
overflow: hidden;
}
.ipost .ipost-image a,
.ipost .ipost-image img {
display: block;
width: 100%;
height: auto;
}
.ipost .ipost-title h5 {
font-size: 18px;
line-height: 25px;
padding: 15px 0 5px;
font-weight: 400;
}
.no_image_class.ipost .ipost-title h5 {
padding-top: 0;
}
.no_image_class .ipost-title {
padding-left: 50px;
}
.ipost .ipost-title a {
color: #555;
}
.ipost .ipost-title a:hover {
color: #34495e;
}
.ipost .ipost-meta {
position: relative;
margin: 0 -10px 0 0;
}
.ipost-meta li {
float: left;
font-size: 13px;
margin: 0 10px 0 0;
color: #aaa;
}
.ipost-meta li span {
margin-right: 10px;
}
.ipost-meta li a {
color: #888;
}
.ipost-meta li a:hover {
color: #000;
}
.ipost-content {
margin-top: 10px;
margin-bottom: 15px;
}
.no_image_class .ipost-content,
.no_image_class p {
padding-left: 50px;
}
.related-posts {
position: relative;
margin: 0 -20px 0 0;
}
.related-posts li {
position: relative;
float: left;
margin: 0 20px 0 0;
width: 165px !important;
list-style: none;
}
.related-posts li .rpost-image {
position: relative;
margin-bottom: 10px;
}
.related-posts li .rpost-image .post-overlay {
width: 36px;
height: 36px;
padding: 0;
line-height: 36px;
}
.vertical_related_posts .entry_image {
float: left;
width: 250px;
margin: 0;
} .rpost-image {
position: relative;
overflow: hidden;
}
.rpost-title {
text-align: center;
font-size: 16px;
text-transform: none;
margin-top: 10px;
} .post-overlay {
display: block;
position: absolute;
top: 0;
left: 0; padding: 6px;
line-height: 24px;
text-align: center;
background-color: #34495e;
font-size: 20px;
color: #fff;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
z-index: 200;
} .sp_featured_images_wrap {
margin-bottom: 40px;
position: relative;
height: 550px;
}
.sp_featured_image_output {
background-size: cover;
position: absolute;
width: 100%;
height: 100%;
}
.sp_featured_image_output:after {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.7);
}
.sp_title_meta {
display: block;
width: 100%;
max-width: 1170px;
margin: 0 auto;
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}
.sp_title_meta .entry_meta li {
display: inline-block;
float: none;
color: #eeeeee;
font-size: 14px;
text-transform: none;
}
.sp_title_meta .entry_meta li a,
.sp_title_meta .entry_meta li a:hover {
color: #eeeeee;
}
.sp_title_meta .entry_title h2 {
color: #ffffff;
font-size: 36px;
line-height: 1.2;
margin-bottom: 20px;
} img.alignleft,
div.alignleft {
float: left;
margin: 5px 20px 13px 0;
max-width: 100%;
}
div.alignleft > img,
div.alignnone > img,
div.aligncenter > img,
div.alignright > img {
display: block;
float: none;
}
img.alignnone,
img.aligncenter,
div.alignnone,
div.aligncenter {
display: block;
margin: 10px 0;
float: none;
}
img.aligncenter,
div.aligncenter,
div.aligncenter img {
margin-left: auto;
margin-right: auto;
clear: both;
}
img.alignright,
div.alignright {
float: right;
margin: 5px 0 13px 20px;
}
.wp-caption {
text-align: center;
margin: 10px 20px 13px 20px;
font-style: italic;
}
.wp-caption img,
.wp-caption img a {
display: block;
margin: 0;
}
p.wp-caption-text {
display: inline-block;
margin: 10px 0 0 0;
padding: 5px 10px;
background-color: #eee;
border-radius: 50px;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
}
.wp-smiley {
max-height: 13px;
margin: 0 !important;
} #comments {
position: relative;
margin-top: 30px;
}
.commentlist {
list-style-type: none;
border-bottom: 1px solid #e5e5e5;
padding-bottom: 30px;
margin: 0 0 30px;
}
.commentlist li,
.commentlist li ul,
.commentlist li ul li {
margin: 10px 0 0 0;
}
.commentlist ul:first-child {
margin-top: 0;
}
.commentlist li {
position: relative;
padding-top: 10px;
margin-top: 10px;
border-top: 1px solid #eee;
}
.commentlist ul .comment-wrap {
margin-left: 30px;
}
.commentlist > li {
}
.commentlist > li:first-child {
padding-top: 0;
border-top: 0;
margin-top: 0;
}
.commentlist li .children {
margin-top: 0;
}
.commentlist li li .children {
margin-left: 30px;
}
.commentlist li .comment-content,
.pingback {
position: relative;
overflow: hidden;
}
.commentlist li .comment-content p,
.pingback p {
margin: 20px 0 0 0;
}
.commentlist li .comment-content {
padding: 0 0 0 15px;
}
.commentlist li .comment-meta {
float: left;
margin-right: 0;
line-height: 1;
}
.comment-avatar img {
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.comment-content .comment-author {
margin-bottom: -10px;
font-size: 13px;
color: #555;
text-transform: uppercase;
}
.comment-content .comment-author a {
border: none;
color: #333;
}
.comment-content .comment-author a:hover {
color: #34495e;
border-color: #34495e;
}
.comment-content .comment-author span {
display: block;
}
.comment-content .comment-author span,
.comment-content .comment-author span a {
font-size: 11px;
font-weight: normal;
color: #aaa;
}
.comment-content .comment-author span a {
border-bottom: 1px dotted #aaa;
}
.comment-content .comment-author span a:hover {
color: #888;
background: none;
border-bottom: 1px solid #aaa;
}
.comment-wrap {
padding: 10px;
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.comment-wrap .comment-avatar img {
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.comment-wrap:hover {
background-color: #f4f4f4;
}
.comment-wrap:hover .comment-avatar img {
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.comment-wrap:hover a {
color: #34495e;
} #respond,
#respond form {
margin-bottom: 0;
}
#respond input[type="text"],
#respond input[type="password"],
#respond textarea {
width: 100%;
}
.commentlist li #respond {
margin: 30px 0 0;
}
.commentlist li li #respond {
margin-left: 30px;
}
#respond p {
margin: 10px 0 0 0;
}
#respond p:first-child {
margin-top: 0;
}
p.form-submit:before {
content: "";
clear: both;
display: block;
}
p.form-submit .simple-button {
margin-left: 0;
}
#respond label small {
color: #999;
font-weight: normal;
}
#respond input[type="text"],
#respond textarea {
margin-bottom: 0;
}
#respond .col_one_third,
#respond .col_full {
margin-bottom: 15px;
}
#disqus_thread button,
#disqus_thread input[type="submit"] {
margin: 0 !important;
}
#disqus_thread h3 {
padding-bottom: 0;
}
#disqus_thread a {
border: none;
}
#disqus_thread a:hover {
color: #888;
background-color: transparent;
} .sidenav {
width: 100%;
padding: 0;
background-color: #fff;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.sidenav > li > a {
display: block;
margin: 0 0 -1px;
padding: 9px 14px;
font-size: 13px;
border: 1px solid #e5e5e5;
border-right-width: 2px;
color: #777;
}
.sidenav > li:first-child > a {
-webkit-border-radius: 6px 6px 0 0;
-moz-border-radius: 6px 6px 0 0;
border-radius: 6px 6px 0 0;
}
.sidenav > li:last-child > a {
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
}
.sidenav > .active > a,
.sidenav > .active > a:hover {
position: relative;
z-index: 2;
padding: 10px 15px;
border: 0;
color: #fff;
font-weight: bold;
background-color: #34495e;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
-webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1),
inset -2px 0 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1),
inset -2px 0 0 rgba(0, 0, 0, 0.1);
box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1),
inset -2px 0 0 rgba(0, 0, 0, 0.1);
}
.sidenav li i {
font-size: 14px;
} .sidenav .icon-chevron-right {
float: right;
margin-top: 1px;
margin-right: -6px;
opacity: 0.4;
font-size: 13px !important;
}
.sidenav > li > a:hover {
background-color: #f5f5f5;
color: #222;
}
.sidenav a:hover .icon-chevron-right {
opacity: 0.5;
}
.sidenav .active .icon-chevron-right,
.sidenav .active a:hover .icon-chevron-right {
opacity: 1;
} .sitemap {
position: relative;
list-style-type: square;
font-size: 14px;
font-weight: bold;
margin-bottom: 0;
}
.sitemap ul {
list-style-type: circle;
font-size: 13px;
font-weight: normal;
margin: 5px 0 5px 20px;
}
.sitemap span {
display: block;
margin: 2px 0 5px;
font-size: 12px;
font-weight: normal;
color: #999;
}
.sitemap span a {
color: #777;
}
.sitemap span a:hover {
color: #000;
}
.sitemap ul ul {
list-style-type: disc;
} .promo-box-wrap {
position: relative;
z-index: 1;
}
.promo-box {
padding: 5px;
background-color: #f7f7f7; border: 1px solid #e8e8e8;
}
.promo {
position: relative;
background-color: #f9f9f9;
padding: 15px 18px;
}
.promo-desc {
position: relative;
}
.promo h3 {
font-size: 19px;
font-weight: 300;
line-height: 24px;
padding-bottom: 0;
margin-bottom: 10px;
}
.promo h3 > span {
color: #34495e;
}
.promo-desc > span {
display: block;
margin-top: 3px;
font-size: 15px;
line-height: 22px;
color: #777;
}
.promo-action {
position: absolute;
right: 20px;
top: 48%;
margin-top: -20px; }
.center .promo-action {
position: relative;
right: auto;
top: auto;
margin-top: 10px;
}
.promo-shadow:before,
.promo-shadow:after {
bottom: 15px;
left: 10px;
width: 50%;
height: 20%;
max-width: 300px;
max-height: 100px;
position: absolute;
content: "";
z-index: -1;
-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
transform: rotate(-3deg);
}
.promo-shadow:after {
right: 10px;
left: auto;
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-ms-transform: rotate(3deg);
-o-transform: rotate(3deg);
transform: rotate(3deg);
} .well.callout h2 {
font-size: 24px;
line-height: 28px;
font-weight: 600;
padding-bottom: 15px;
}
.well.callout p {
font-size: 13px;
color: #999;
} .error404-page {
position: relative;
text-align: center;
font-size: 216px;
line-height: 1;
color: #34495e;
font-family: "Open Sans", sans-serif;
}
.error404-page span {
display: block;
font-size: 32px;
color: #444;
margin-bottom: 20px;
font-weight: 200;
}
.searchtop-meta {
position: absolute;
margin-top: -20px;
top: 50%;
left: auto;
right: 0;
}
.error404-page-meta {
position: relative;
margin: 40px 0 20px;
}
.error404-page-meta form,
.searchtop-meta form {
position: relative;
margin: 0 auto;
width: 236px;
}
.error404-page-meta form {
width: 436px;
}
.error404-page-meta input[type="text"],
.searchtop-meta input[type="text"],
.searchtop-meta input[type="search"],
.widget_product_search input[type="text"] {
display: block;
width: 200px;
border-radius: 18px;
-moz-border-radius: 18px;
-webkit-border-radius: 18px;
padding: 7px 17px;
}
.widget_product_search input[type="text"] {
width: 170px;
}
.error404-page-meta input[type="text"] {
width: 400px;
}
.error404-page-meta input[type="submit"],
.searchtop-meta input[type="submit"],
.widget_product_search input[type="submit"] {
position: absolute;
cursor: pointer;
top: 0;
left: auto;
right: 0;
display: block;
border: none;
width: 36px;
height: 36px;
background: #444 url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/search-404.png) no-repeat center center;
text-indent: -9999px;
border-radius: 24px;
-moz-border-radius: 24px;
-webkit-border-radius: 24px;
}
.widget_product_search input[type="submit"] {
top: auto;
bottom: 20px;
}
.error404-page-meta input[type="submit"]:hover,
.searchtop-meta input[type="submit"]:hover {
background-color: #34495e;
} .tab_widget,
.side-tabs {
display: block;
position: relative;
margin: 0 0 30px 0;
}
.tab_widget ul.tabs {
display: block;
position: relative;
list-style: none;
height: 40px;
border-bottom: 1px solid #ddd;
margin: 0;
padding: 0;
}
#footer.footer-dark .tab_widget ul.tabs {
border-bottom-color: #282828;
}
.side-tabs ul.tabs {
float: left;
width: 250px;
height: auto;
border-bottom: none;
padding: 20px 0; }
.tab_widget ul.tabs li {
float: left;
margin: 0;
padding: 0;
height: 40px;
line-height: 39px;
border: 1px solid #e6e6e6;
overflow: hidden;
position: relative;
background-color: #f4f4f4;
margin-left: -1px; }
.side-tabs ul.tabs li {
transition: none;
}
.side-tabs ul.tabs li {
float: none;
border: 1px solid #ddd;
border-top: none;
border-right: none;
height: 40px;
line-height: 40px;
margin-top: 0;
margin-left: 0;
}
.tab_widget ul.tabs li:first-child {
border-left: 1px solid #ddd;
margin-left: 0;
}
.tab_widget ul.tabs li a {
text-decoration: none;
color: #888;
font-size: 13px;
display: block;
padding: 0 10px;
outline: none;
font-weight: 500;
font-family: "Open Sans", sans-serif;
border: none; }
.tabbed-widget .tab_widget ul.tabs a {
padding: 0 13px;
}
.side-tabs ul.tabs li a {
border-left: 0;
}
.tab_widget ul.tabs li a i {
float: left;
font-size: 15px;
width: 25px;
height: 39px;
margin-right: 5px;
}
.side-tabs ul.tabs li a i {
position: relative;
top: -1px;
margin-right: 12px;
}
.tab_widget ul.tabs li:first-child a {
border-left: none;
}
.tab_widget ul.tabs li a:hover {
background: none;
}
.tab_widget ul.tabs li.active,
.tab_widget ul.tabs li.ui-tabs-active,
.tab_widget ul.tabs li.active a:hover {
background: #fff;
border-bottom: 1px solid transparent;
}
.tab_widget ul.tabs li.active {
border-top: 1px solid #34495e;
}
.tab_widget ul.tabs li.active a {
color: #34495e;
}
.side-tabs ul.tabs li.active,
.side-tabs ul.tabs li.active a:hover,
.side-tabs ul.tabs li.ui-tabs-active {
border-bottom: 1px solid #ddd;
border-right: 1px solid #fff;
}
.side-tabs ul.tabs li.active,
.side-tabs ul.tabs li.ui-tabs-active {
border-top: none;
border-left: 1px solid #34495e;
margin-right: 0;
z-index: 200;
}
.side-tabs ul.tabs li:first-child {
border-top: 1px solid #ddd;
}
.tab_widget .tab_container {
display: block; position: relative;
clear: both;
background: #fff;
border: 1px solid #e6e6e6;
border-top: none;
} .tab_widget.tab_style2 .tab_container {
border-left: none;
border-right: none;
}
.tab_widget.tab_style2 ul.tabs li {
float: none;
display: inline-block;
background-color: transparent;
border: none;
}
.tab_widget.tab_style2 ul.tabs li a {
font-size: 16px;
font-weight: 400;
}
.tab_widget.tab_style2 ul.tabs li.active,
.tab_widget.tab_style2 ul.tabs li.ui-tabs-active {
border: none;
border-bottom: 2px solid #34495e;
}
.tab_widget.tab_style2 ul.tabs li.active a,
.tab_widget.tab_style2 ul.tabs li.active a:hover,
.tab_widget.tab_style2 ul.tabs li.ui-tabs-active a {
border: none;
}
.side-tabs .tab_container {
clear: none;
border: none; box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.2);
-o-box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.2);
}
.tab_widget .tab_content {
display: block;
position: relative;
padding: 15px;
}
.side-tabs .tab_content {
padding: 20px;
}
#footer.footer-dark .tab_widget ul.tabs li {
border-color: #282828;
background-image: linear-gradient(
bottom,
rgb(51, 51, 51) 9%,
rgb(59, 59, 59) 55%
);
background-image: -o-linear-gradient(
bottom,
rgb(51, 51, 51) 9%,
rgb(59, 59, 59) 55%
);
background-image: -moz-linear-gradient(
bottom,
rgb(51, 51, 51) 9%,
rgb(59, 59, 59) 55%
);
background-image: -webkit-linear-gradient(
bottom,
rgb(51, 51, 51) 9%,
rgb(59, 59, 59) 55%
);
background-image: -ms-linear-gradient(
bottom,
rgb(51, 51, 51) 9%,
rgb(59, 59, 59) 55%
);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.09, rgb(51, 51, 51)),
color-stop(0.55, rgb(59, 59, 59))
);
}
#footer.footer-dark .tab_widget ul.tabs li:first-child {
border-color: #282828;
}
#footer.footer-dark .tab_widget ul.tabs li a {
color: #eee;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
border: 0;
}
#footer.footer-dark .tab_widget ul.tabs li.active,
#footer.footer-dark .tab_widget ul.tabs li.active a:hover {
background: #555;
border-bottom: 1px solid #555;
}
#footer.footer-dark .tab_widget .tab_container {
background: #555;
border-color: #282828;
} .toggle {
display: block;
position: relative;
margin: 0 0 10px 0;
border-bottom: 1px dotted #e5e5e5;
padding-bottom: 10px;
}
.toggle .togglet,
.toggle .toggleta {
display: block;
position: relative;
line-height: 24px;
padding-left: 32px;
cursor: pointer;
margin: 0;
font-size: 15px;
font-family: "Open Sans", sans-serif;
color: #333;
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/toggle-plus2.png) no-repeat left;
}
.toggle .toggleta,
.toggle .toggleta.open {
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/toggle-minus2.png) no-repeat left;
}
.toggle .togglec,
.toggle .togglec.open {
display: block;
position: relative;
padding: 10px 0 0 32px;
} .style-msg,
.style-msg2 {
display: block;
border-left: 4px solid rgba(0, 0, 0, 0.1);
}
.style-msg2 {
border-left: 4px solid rgba(0, 0, 0, 0.2);
}
.successmsg {
background: #c1ffcc;
color: #184b21;
}
.errormsg {
background: #f9bbb9;
color: #740d0a;
}
.infomsg {
background: #b9dff4;
color: #124f70;
}
.alertmsg {
background: #fce0b6;
color: #975e06;
}
.style-msg .sb_msg,
.style-msg2 .msgtitle,
.style-msg2 .sb_msg {
display: block;
padding: 10px 15px;
border-left: 1px solid rgba(255, 255, 255, 0.5);
font-size: 13px;
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
}
.style-msg2 .msgtitle {
background: rgba(0, 0, 0, 0.1);
border-top: none;
border-bottom: none;
font-size: 13px;
border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.style-msg2 .sb_msg {
font-weight: normal;
}
.style-msg2 ol,
.style-msg2 ul {
margin: 0 0 0 30px;
}
.style-msg2 ol {
list-style-type: decimal;
}
.style-msg2 ul {
list-style-type: disc;
}
.alert {
position: relative;
}
.alert span {
display: block;
position: absolute;
left: 0;
top: 0;
margin: 0;
padding: 10px;
width: 30px;
height: 36px;
font-size: 29px;
line-height: 30px;
} .quote {
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/quote.png) left top no-repeat;
margin: 10px 0;
padding: 0 0 0 15px;
font-size: 15px;
font-style: italic;
color: #777;
text-shadow: 1px 1px 1px #fff;
border: 0;
}
blockquote.quote-left,
blockquote.quote-right {
font-size: 15px;
line-height: 20px;
padding-left: 15px;
}
.quote-left {
float: left;
width: 150px;
margin-right: 20px;
margin-left: 0;
margin-bottom: 5px;
}
.quote-right {
float: right;
width: 150px;
margin-left: 20px;
margin-bottom: 5px;
} .category_description {
background-color: #f8f8f8;
padding: 10px;
margin-bottom: 40px;
border: 1px solid #f2f2f2;
}
.category_description p {
margin-bottom: 0;
} .gallery {
margin: 20px auto;
float: left;
width: 100%;
line-height: 1;
}
.gallery .gallery-item {
float: left;
text-align: center;
margin-left: 0;
width: auto !important;
margin: 10px 10px 0 0 !important;
}
.gallery-item img {
margin: 0 !important;
padding: 0 !important;
width: auto !important;
height: auto !important;
}
.gallery-item a {
float: left;
border: none !important;
margin: 0 !important;
padding: 0 !important;
}
.gallery .gallery-caption {
margin-left: 0;
}
.gallery br {
clear: both;
}
.col-0 {
width: 100%;
}
.col-1 {
width: 100%;
}
.col-2 {
width: 50%;
}
.col-3 {
width: 33.333%;
}
.col-4 {
width: 25%;
}
.col-5 {
width: 20%;
}
.col-6 {
width: 16.666%;
}
.col-7 {
width: 14.285%;
}
.col-8 {
width: 12.5%;
}
.col-9 {
width: 11.111%;
} .product-feature {
position: relative;
margin-bottom: 30px;
}
.product-feature .product-feature-wrap {
position: relative;
padding-left: 50px; }
.product-feature.style2 .product-feature-wrap {
padding-left: 0;
}
.product-feature.toright {
padding-left: 0;
text-align: right;
}
.product-feature.style2 {
padding-left: 0;
text-align: center;
}
.product-feature.style2.toleft {
text-align: left;
}
.product-feature.style2.toright {
text-align: right;
}
.product-feature.style2.toleft img,
.product-feature.style2.toleft span.pf_icon {
margin: 0;
}
.product-feature.style2.toright img,
.product-feature.style2.toright span.pf_icon {
margin: 0 0 0 auto;
}
.product-feature:first-child {
margin-top: 0;
}
.product-feature .featured {
padding-bottom: 5px;
}
.product-feature.style2 .featured {
padding: 20px 10px;
}
.product-feature.style2.toleft .featured,
.product-feature.style2.toright .featured {
padding-left: 0;
padding-right: 0;
}
.product-feature p {
margin: 0;
}
.product-feature img,
.product-feature span.pf_icon {
display: block;
position: absolute;
left: 0;
top: 0;
margin: 0;
width: 24px;
height: 24px;
background-color: #333;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
transition: background-color 0.2s linear;
-moz-transition: background-color 0.2s linear;
-webkit-transition: background-color 0.2s linear;
-ms-transition: background-color 0.2s linear;
-o-transition: background-color 0.2s linear;
box-sizing: content-box;
}
.product-feature.style2 img,
.product-feature.style2 span.pf_icon {
position: relative;
margin: 0 auto;
}
.product-feature .pf_icon.round {
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
.product-feature .pf_icon.square {
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
}
.product-feature.style2 img {
width: auto;
height: auto; }
.product-feature.toright span.pf_icon {
left: auto;
right: 0;
}
.product-feature img {
background: none;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
width: 32px;
height: 32px;
}
.product-feature .style_1.img_medium {
padding-left: 68px;
}
.product-feature .style_1.img_big {
padding-left: 84px;
}
.product-feature .style_1.img_xbig {
padding-left: 116px;
}
.product-feature .style_1.img_biggest {
padding-left: 148px;
}
.product-feature .style_1.img_medium img {
width: auto;
height: auto;
max-width: 48px;
}
.product-feature .style_1.img_big img {
width: auto;
height: auto;
max-width: 64px;
}
.product-feature .style_1.img_xbig img {
width: auto;
height: auto;
max-width: 96px;
}
.product-feature .style_1.img_biggest img {
width: auto;
height: auto;
max-width: 128px;
}
.product-feature.toright .style_1.img_medium {
padding-right: 68px;
padding-left: 0;
}
.product-feature.toright .style_1.img_big {
padding-right: 84px;
padding-left: 0;
}
.product-feature.toright .style_1.img_xbig {
padding-right: 116px;
padding-left: 0;
}
.product-feature.toright .style_1.img_bigges {
padding-right: 148px;
padding-left: 0;
}
.product-feature.toright .style_1 img {
left: auto;
right: 0;
}
.product-feature.style2 img {
position: relative;
margin: 0 auto;
}
.product-feature span.pf_icon.inverse {
display: block;
position: absolute;
left: 0;
top: 0;
margin: 0;
padding: 6px;
width: 24px;
height: 24px;
background-color: #34495e;
border-radius: 24px;
-moz-border-radius: 24px;
-webkit-border-radius: 24px;
}
.product-feature span.pf_icon {
font-size: 20px;
color: #fff;
text-align: center;
line-height: 23px;
} .product-feature2 {
padding-left: 52px;
}
.product-feature2 img,
.product-feature2 > span,
.product-feature3 img,
.product-feature3 > span {
padding: 0;
width: 40px;
height: 40px;
background-color: transparent !important;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
font-size: 40px;
color: #333;
text-align: center;
line-height: 1;
}
.product-feature3 {
padding: 15px;
background-color: #f5f5f5;
text-align: center;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1);
}
.product-feature3 img,
.product-feature3 > span {
position: relative;
margin: 0 auto 5px;
width: 96px;
height: 96px;
font-size: 95px;
}
.product-feature3:hover span {
color: #34495e;
}
.product-feature.has_shadow_always {
box-shadow: 0 10px 80px rgba(0, 0, 0, 0.08);
-webkit-box-shadow: 0 10px 80px rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0 10px 80px rgba(0, 0, 0, 0.08);
padding: 20px;
}
.product-feature.has_shadow_hover {
box-shadow: 0 10px 80px rgba(0, 0, 0, 0);
-webkit-box-shadow: 0 10px 80px rgba(0, 0, 0, 0);
-moz-box-shadow: 0 10px 80px rgba(0, 0, 0, 0);
transition: box-shadow 0.3s ease-in-out;
-webkit-transition: box-shadow 0.3s ease-in-out;
-moz-transition: box-shadow 0.3s ease-in-out;
padding: 20px;
}
.product-feature.has_shadow_hover:hover {
box-shadow: 0 10px 80px rgba(0, 0, 0, 0.08);
-webkit-box-shadow: 0 10px 80px rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0 10px 80px rgba(0, 0, 0, 0.08);
} .clients_wrapper {
padding: 30px 0;
position: relative;
}
.clients_wrapper .owl-nav {
margin: 0;
height: 0;
}
.clients_wrapper.extra_class {
padding: 30px 0;
}
.portfolio-wrapper .caroufredsel_wrapper {
min-height: 100px !important; }
.caroufredsel_wrapper {
min-height: 90px;
position: relative;
}
.our-clients {
position: relative;
margin: 0 -12px 0 0;
}
.our-clients li,
.our-clients .item {
margin: 0 12px 0 0;
position: relative;
float: left;
border: 5px solid #f5f5f5;
transition: border-color 0.2s linear;
-moz-transition: border-color 0.2s linear;
-webkit-transition: border-color 0.2s linear;
-ms-transition: border-color 0.2s linear;
-o-transition: border-color 0.2s linear; }
.our-clients li:hover,
.our-clients .item:hover {
border-color: #34495e;
}  .our-team {
position: relative;
margin: 0 -30px 0 0;
}
.our-team.team-4 {
margin: 0 -28px 0 0;
}
.team-member {
position: relative;
margin: 0 0 30px 0; }
.team-4 .team-member {
margin: 0 28px 28px 0;
width: 219px;
}
.team-member .team-image {
position: relative;
margin-bottom: 15px;
}
.team-image,
.team-image img {
display: block; }
.team-4 .team-image,
.team-4 .team-image img {
width: 209px;
height: 209px;
border-radius: 105px;
-moz-border-radius: 105px;
-webkit-border-radius: 105px;
}
.team-4 .team-image {
border: 5px solid #eee;
text-align: center;
border-radius: 110px;
-moz-border-radius: 110px;
-webkit-border-radius: 110px;
}
.team-image span {
display: block;
position: absolute;
background-color: #34495e;
color: #fff;
top: auto;
bottom: 0;
left: 0;
padding: 0 10px;
line-height: 22px;
font-size: 12px;
text-transform: uppercase;
}
.team-4 .team-image span {
display: inline-block;
position: relative;
top: -35px;
bottom: auto;
left: auto;
z-index: 2;
}
.team-member .team-desc {
position: relative;
}
.team-desc h4 {
font-size: 14px;
line-height: 22px;
font-weight: bold;
padding-bottom: 5px;
margin-bottom: 5px;
}
.team-desc p {
margin-bottom: 0;
}
.team-social {
position: absolute;
top: 5px;
left: auto;
right: 0;
}
.team-social a {
float: left;
margin-left: 10px;
}
.team-social a:first-child {
margin-left: 0;
}
.team-social a,
.team-social img,
.team-skills li a,
.team-skills li img,
.team-social i {
display: block;
width: 16px;
height: 16px;
text-align: center;
line-height: 1;
}
.team-social i {
position: relative;
color: #666;
font-size: 14px;
}
.team-social i:hover {
color: #888;
}
.team-skills {
margin: 10px 0 0;
padding: 7px 0 2px;
border-top: 1px dotted #ddd;
border-bottom: 1px dotted #ddd;
}
.changed {
border: none;
margin: 0;
padding: 0;
}
.team-skills li {
display: inline-block;
margin: 0;
line-height: 22px;
font-size: 12px;
text-transform: uppercase;
font-family: "Open Sans";
}
.team-skills li span {
display: inline-block;
position: relative;
top: 1px;
font-size: 14px;
color: #34495e;
margin-right: 2px;
text-shadow: 0px 0px 0px #fff;
}
.social_links .team-skills li span {
margin-right: 0px;
} .social_links .team-skills li span a {
background-color: #fff;
}
.team-skills li a {
display: block;
width: 39px;
height: 39px;
line-height: 39px;
}
.team-skills.size_medium li a {
width: 55px;
height: 55px;
line-height: 55px;
}
.team-skills.size_large li a {
width: 65px;
height: 65px;
line-height: 65px;
}
.team-skills li a i {
font-size: 15px;
}
.team-skills.size_medium li a i {
font-size: 25px;
}
.team-skills.size_large li a i {
font-size: 35px;
}  #faqs {
margin: 0 0 -15px;
}
.faq {
border-bottom: 1px dotted #ddd;
}
.faq .togglet,
.faq .toggleta {
background-image: none !important;
line-height: 24px;
padding-left: 32px;
}
.faq .togglet i,
.faq .toggleta i {
display: block;
position: absolute;
font-size: 18px;
width: 18px;
text-align: center;
top: 0;
left: 0;
}
.faq .togglec,
.faq .togglec.open {
padding: 10px 0 0 32px;
} .skills {
margin: 0;
}
.skills li {
position: relative;
margin-top: 15px;
}
.skills li:first-child {
margin-top: 0;
}
.skills li .progress {
height: 30px;
margin: 0;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.skills li span {
position: absolute;
top: 0;
left: 0;
padding-left: 10px;
height: 30px;
line-height: 30px;
font-family: "Open Sans", sans-serif;
font-size: 13px;
color: #fff;
} .icon-rounded,
.icon-plain,
.icon-circled {
display: block !important;
float: left !important;
margin: 12px 12px 12px 0;
text-align: center !important;
font-size: 28px;
line-height: 30px;
color: #fff;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
cursor: pointer;
}
.icon-rounded,
.icon-circled {
width: 32px;
height: 32px;
padding: 8px;
background-color: #444;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.icon-plain {
width: 48px;
height: 48px;
font-size: 47px;
line-height: 50px;
color: #444;
text-shadow: 1px 1px 1px #fff;
}
.icon-plain:hover {
color: #777;
}
.icon-circled {
border-radius: 24px;
-moz-border-radius: 24px;
-webkit-border-radius: 24px;
}
.icon-light {
background-color: #f5f5f5;
color: #444;
text-shadow: 1px 1px 1px #fff;
box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
}
.icon-rounded:hover,
.icon-circled:hover {
background-color: #34495e;
color: #fff;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
} .dropcap {
font-size: 62px;
margin-right: 6px;
padding-top: 11px;
text-transform: uppercase;
float: left;
position: relative;
top: 5px;
color: #34495e;
padding-bottom: 11px;
} .highlight1 {
display: inline;
padding: 0 2px;
color: #fff;
background-color: #34495e;
}
.highlight2 {
display: inline;
padding: 0 2px;
color: #fff;
} ul.checklist {
list-style: none;
margin-left: 0;
}
ul.checklist li.nv3-checklist {
display: block;
font: inherit;
}
ul.checklist li.nv3-checklist i {
margin-right:5px;
}
.default {
list-style: disc;
}  .button {
display: inline-block;
position: relative;
cursor: pointer;
outline: none;
white-space: nowrap;
margin: 5px;
padding: 0;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
box-shadow: 0 1px 0px rgba(114, 114, 114, 0.3);
-moz-box-shadow: 0 1px 0px rgba(114, 114, 114, 0.3);
-webkit-box-shadow: 0 1px 0px rgba(114, 114, 114, 0.3);
}
.button:hover {
background-color: #666;
text-decoration: none;
}
.button:active {
top: 1px;
}
.button span {
display: inline-block;
padding: 0 18px;
height: 29px;
line-height: 29px;
color: #fff;
font-size: 13px;
font-weight: 400;
border-top: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.button span i {
padding-right: 5px;
}
.red_btn {
background-color: #34495e !important;
}
.green_btn {
background-color: #2ecc71 !important;
}
.blue_btn {
background-color: #3498db !important;
}
.brown_btn {
background-color: #de8e36 !important;
}
.white_btn,
.white_btn:hover {
background-color: #f6f6f6 !important;
}
.white_btn span {
color: #444 !important;
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}
.orange_btn {
background-color: #f39c12 !important;
}
.purple_btn {
background-color: #9b59b6 !important;
}
.black_btn,
.black_btn:hover {
background-color: #494949 !important;
}
.black_btn span {
color: #fff;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
button.button {
margin: 5px 0;
background-color: #f6f6f6;
}
button.button:hover {
background-color: #f6f6f6;
}
button.button span {
color: #555 !important;
text-shadow: 1px 0 1px rgba(255, 255, 255, 0.8) !important;
}
.simple-button,
.simple-button-3d,
.woocommerce #content button.button,
#content .return-to-shop a.button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
#content .woocommerce input.button,
#content .woocommerce a.button,
#content .woocommerce #respond input#submit,
#content .woocommerce a.button,
#content .woocommerce button.button,
#content .woocommerce input.button,
.wpcf7 input[type="submit"] {
display: inline-block;
position: relative;
cursor: pointer;
outline: none; margin: 5px;
color: #fff;
font-size: 14px;
padding: 9px 15px;
font-weight: 400;
line-height: normal; background: #34495e;
border: none;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.simple-button-3d {
transition: none;
-moz-transition: none;
-webkit-transition: none;
-ms-transition: none;
-o-transition: none;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.smaller {
font-size: 11px;
text-transform: uppercase;
line-height: 26px;
min-height: 26px;
}
.simple-button-3d:hover {
color: #fff;
}
.simple-button-3d {
box-shadow: 0px 3px 0px 0px #c14e3f;
}
.simple-button-3d:active,
.simple-button-3d:active.red,
.simple-button-3d:active.dark_red,
.simple-button-3d:active.blue,
.simple-button-3d:active.orange,
.simple-button-3d:active.emerald,
.simple-button-3d:active.turquoise,
.simple-button-3d:active.amethyst,
.simple-button-3d:active.wet_asphalt,
.simple-button-3d:active.light,
.simple-button-3d:active.dark {
box-shadow: 0px 0px 0px 0px #c14e3f;
top: 2px;
}
.simple-button.square,
.simple-button-3d.square {
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.simple-button.pill,
.simple-button-3d.pill {
border-radius: 40px;
-moz-border-radius: 40px;
-webkit-border-radius: 40px;
}
.simple-button.large,
.simple-button-3d.large { font-size: 16px;
padding: 15px 25px;
}
.simple-button.medium,
.simple-button-3d.medium {
padding: 12px 20px;
font-size: 15px;
}
.simple-button.extra_large,
.simple-button-3d.extra_large {
padding: 20px 35px;
font-size: 17px;
}
.simple-button.pill {
padding: 9px 20px;
}
.simple-button.medium.pill,
.simple-button-3d.medium.pill {
padding: 12px 25px;
}
.simple-button.large.pill,
.simple-button-3d.large.pill {
padding: 15px 30px;
}
.simple-button.extra_large.pill,
.simple-button-3d.extra_large.pill {
padding: 20px 40px;
}
.simple-button i,
.simple-button-3d i { font-size: 14px;
height: 16px;
width: 18px;
padding: 0;
line-height: 16px;
margin-right: 10px;
}
.simple-button.extra_large i,
.simple-button-3d.extra_large i {
font-size: 20px;
height: 20px;
width: 20px;
line-height: 20px;
}
.simple-button.large i,
.simple-button-3d.large i {
font-size: 16px;
width: 18px;
height: 20px;
padding: 0;
line-height: 18px;
margin-right: 10px;
}
.letter_1 {
letter-spacing: 1px;
}
.letter_2 {
letter-spacing: 2px;
}
.letter_1_neg {
letter-spacing: -1px;
}
.letter_2_neg {
letter-spacing: -2px;
}
.border_width_2px {
border-width: 2px !important;
}
.border_width_3px {
border-width: 3px !important;
}
.border_width_4px {
border-width: 4px !important;
}
.simple-button:hover {
background: #34495e;
color: #fff;
}
.simple-button.inverse:hover {
background: #333;
}
.round {
border-radius: 3px;
}
.taptocall {
display: none;
margin-bottom: 10px;
}
.taptocall i {
float: none;
} .pricing {
display: block;
position: relative;
margin: 40px 0;
}
.pricing .pricing-wrap {
float: left;
width: 24.8%;
position: relative;
background-color: #fff;
}
.pricing3 .pricing-wrap {
width: 33%;
}
.pricing5 .pricing-wrap {
width: 20%;
}
.pricing .pricing-wrap.best-price {
margin-left: -1px;
margin-top: -20px;
box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.3);
z-index: 99;
}
.pricing-wrap .pricing-inner {
position: relative;
border: 1px solid #e5e5e5;
margin-left: -1px;
text-align: center;
}
.pricing-wrap:first-child {
margin-left: 1px;
}
.pricing-wrap:first-child .pricing-inner {
border-left: 1px solid #e5e5e5;
}
.best-price .pricing-inner {
border-left: 1px solid #e5e5e5;
}
.pricing-inner .pricing-title {
position: relative;
padding: 20px 0;
}
.pricing-title h4 {
font-size: 17px;
line-height: 24px;
text-transform: uppercase;
padding-bottom: 0;
color: #444;
}
.best-price .pricing-inner .pricing-title {
padding-top: 30px;
}
.best-price .pricing-action {
padding-bottom: 25px;
}
.best-price .pricing-title h4 {
color: #34495e;
font-size: 22px;
line-height: 34px;
}
.pricing-title h4 span {
display: block;
font-size: 13px;
font-weight: normal;
color: #bbb;
}
.pricing-inner .pricing-price {
padding: 15px 0;
font-size: 36px;
line-height: 40px;
color: #444;
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
}
.best-price .pricing-price {
color: #34495e;
}
.pricing-price .price-sub {
display: inline-block;
position: relative;
font-size: 16px;
vertical-align: top;
top: -7px;
margin-left: 2px;
}
.pricing-price .price-tenure {
display: block;
font-size: 13px;
line-height: 20px;
font-family: "Open Sans", sans-serif;
color: #aaa;
text-transform: uppercase;
}
.pricing-inner .pricing-features { padding-bottom: 0;
}
.pricing-features ul {
margin: 0;
}
.pricing-inner .pricing-features ul {
padding-left: 0;
list-style: none;
}
.pricing-features li {
position: relative;
padding: 6px 0;
border-top: 1px solid #eee;
}
.pricing-features li:nth-child(odd) {
background-color: #f8f8f8;
}
.pricing-features li span {
font-weight: bold;
color: #333;
}
.pricing-features li:first-child {
border-top: 0;
}
.pricing-action {
padding: 15px 0;
border-top: 1px solid #e5e5e5;
}
.pricing-action a {
margin: 0 !important;
}
.pricing-style2 .pricing-price {
padding: 15px 0;
font-size: 36px;
line-height: 40px;
color: #444;
}
.pricing-style2 .best-price .pricing-price {
background-color: #34495e;
margin: 0 -1px;
}
.pricing-style2 .best-price .price-tenure {
color: #eee;
}
.pricing-wrap.pricing-defines .pricing-inner {
border-color: transparent;
border-right: 1px solid #e5e5e5;
text-align: left;
}
.best-price .pricing-inner .pricing-price {
color: #fff;
}
.pricing-wrap.pricing-defines .pricing-title,
.pricing-wrap.pricing-defines .pricing-price,
.pricing-wrap.pricing-defines .pricing-action {
visibility: hidden;
}
.pricing-wrap.pricing-defines .pricing-features {
padding: 10px 15px;
border: 1px solid #e5e5e5;
border-right: none;
background-color: #eee;
}
.pricing-wrap.pricing-defines .pricing-features li {
border-top: 1px solid #e5e5e5;
font-weight: bold;
color: #aaa;
}
.pricing-wrap.pricing-defines .pricing-features li a.icon-question-sign {
display: block;
position: absolute;
width: 17px;
height: 17px;
text-align: center;
top: 6px;
left: auto;
right: 0;
font-size: 17px;
color: #aaa;
}
.pricing-wrap.pricing-defines .pricing-features li a.icon-question-sign:hover {
color: #666;
}
.pricing-wrap.pricing-defines .pricing-features li:first-child {
border-top: 0;
}
.pricing3.spacing .pricing-wrap {
margin-right: 2%;
width: 31%;
}
.pricing4.spacing .pricing-wrap {
margin-right: 1%;
width: 23.8%;
}
.pricing5.spacing .pricing-wrap {
margin-right: 1%;
width: 19%;
}
.pricing3.spacing .pricing-wrap:last-child,
.pricing4.spacing .pricing-wrap:last-child,
.pricing5.spacing .pricing-wrap:last-child {
margin-right: 0;
} .acctitle,
.acctitlec {
display: block;
position: relative;
cursor: pointer;
border-top: 1px dotted #ddd;
line-height: 24px;
padding: 12px 0 12px 32px;
margin: 0;
font-size: 15px;
font-family: "Open Sans", sans-serif;
color: #333;
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/toggle-plus2.png) no-repeat left;
}
.wpb_accordion_section {
border-bottom: 1px dotted #ddd;
}
.wpb_accordion_section:last-child {
border-bottom: none;
}
.acctitlec,
.ui-state-active {
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/toggle-minus2.png) no-repeat left;
cursor: auto;
}
.acctitle.render-icon {
background: none;
transition: color 0.3s linear;
}
.acctitle.render-icon i {
position: absolute;
left: 0;
display: block;
font-size: 18px;
width: 18px;
}
.acctitle.render-icon.acctitlec,
.acctitle.acctitlec {
color: #34495e;
}
.acctitle:first-child {
border-top: none;
}
.acc_content {
position: relative;
padding: 0 0 15px 32px;
} #google-map {
position: relative;
width: 100%;
height: 100%;
}
#google-map h3 {
padding-bottom: 12px;
}
#google-map h3,
#google-map h3 span {
font-size: 18px;
font-weight: 600;
}
.gmap img {
max-width: none !important;
}
.google_map_render.contact_map {
height: 400px;
} .recaptcha_widget {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 10px;
background-color: #eee;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
margin: 10px 0;
}
#recaptcha_image {
width: 100% !important;
height: auto !important;
}
#recaptcha_image img {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: auto;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
border: 15px solid #fff;
}
.recaptcha_is_showing_audio embed {
height: 0;
width: 0;
overflow: hidden;
}
.recaptcha_is_showing_audio #recaptcha_image {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: 60px;
background: #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
border: 10px solid #fff;
}
.recaptcha_is_showing_audio #recaptcha_image br {
display: none;
}
.recaptcha_is_showing_audio #recaptcha_image #recaptcha_audio_download {
display: block;
}
.recaptcha_input label {
margin: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.recaptcha_input input {
width: 100%;
}
.recaptcha_options {
list-style: none;
margin: 4px 0 0;
height: 14px;
}
.recaptcha_options li {
float: left;
margin: 0 6px 0 0;
}
.recaptcha_options li a {
text-decoration: none;
text-shadow: 0 1px 1px #fff;
font-size: 14px;
color: #777;
display: block;
width: 14px;
height: 14px;
text-align: center;
}
.recaptcha_options li a:active {
position: relative;
top: 1px;
text-shadow: none;
}
.captcha_hide {
display: none;
}
body > iframe {
display: none;
} .testimonials_outer {
position: relative;
}
.testimonial-scroller {
position: relative;
padding-top: 40px;
padding-bottom: 20px;
}
.testimonial-scroller.extra_class {
padding-top: 0;
}  .testimonial-item .testi-content {
background-color: #eee;
padding: 15px;
font-size: 13px;
margin-bottom: 10px;
position: relative;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#wrapper .test_size_med .testimonial-item .testi-content {
font-size: 20px;
font-weight: 300;
line-height: 1.5;
}
#wrapper .test_size_lrg .testimonial-item .testi-content {
font-size: 25px;
font-weight: 300;
line-height: 1.5;
}
.slide_css .testimonial-item .testi-content {
width: 100%;
margin: 0 auto 10px;
}
.testimonial-item .testi-content.right,
.testimonial-item .testi-author.right {
text-align: right;
}
.testimonial-item .testi-author.right {
padding-right: 30px;
padding-left: 0;
}
.testimonial-item .testi-content.center,
.testimonial-item .testi-author.center {
text-align: center;
}
.testimonial-item .testi-author.center {
padding-left: 0;
}
.testimonial-item .testi-content.left,
.testimonial-item .testi-author.left {
text-align: left;
}
.testimonial-item .testi-author-img {
max-width: 50px;
float: left;
margin-right: 10px;
margin-left: 17px;
}
.testimonial-item .right .testi-author-img {
float: right;
margin-right: -10px;
margin-left: 10px;
}
.testimonial-item .center .testi-author-img {
float: none;
margin: 0 auto;
}
.test_size_med .testimonial-item .center .testi-author-img {
max-width: 80px;
margin-bottom: 20px;
}
.test_size_lrg .testimonial-item .center .testi-author-img {
max-width: 110px;
margin-bottom: 20px;
}
.testimonial-item .testi-author {
padding-top: 5px;
margin-left: 30px;
}
.testimonial-item .center.testi-author {
margin-left: 0;
}
.testimonial-item .testi-author.display_image {
margin-left: 0;
}
.testimonial-item .testi-author.display_image .author_info {
margin-top: 5px;
display: inline-block;
}
.testimonial-item .testi-author-img img {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
#footer .testimonial-item .testi-content {
background-color: #e2e2e2;
}
#footer.footer-dark .testimonial-item .testi-content {
background-color: #282a2b; }
.testimonial-item .testi-author {
text-align: center;
color: #222;
font-size: 13px;
font-weight: 600;
padding-left: 30px;
}
.test_size_med .testimonial-item .testi-author {
font-size: 16px;
}
.test_size_lrg .testimonial-item .testi-author {
font-size: 20px;
line-height: 30px;
}
.slide_css .testimonial-item .testi-author { margin: 0 auto;
}
.testimonial-item .testi-author span {
display: block;
color: #999;
font-size: 11px;
line-height: 16px;
font-style: italic;
font-weight: normal;
}
#footer.footer-dark .testimonial-item .testi-author {
color: #fff;
padding-left: 0;
}
#footer.footer-dark .testimonial-item .testi-author span {
color: #ccc;
} .testimonial-item .testi-content span,
.testimonial-item .testi-content span.left {
position: absolute;
bottom: -8px;
left: 35px;
display: block;
width: 14px;
height: 14px;
border: 1px solid #ededed;
border-top: 0;
border-left: 0;
background-color: #eee;
content: "";
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
.testimonial-item .testi-content span.right {
left: auto;
right: 35px;
}
.testimonial-item .testi-content span.center {
left: 50%;
margin-left: -7px;
}
#footer .testimonial-item .testi-content span {
border: 1px solid #fff;
border-top: 0;
border-left: 0;
background-color: #282a2b;
} #gotoTop {
display: none;
position: fixed;
width: 40px;
height: 40px;
background-color: #444;
font-size: 20px;
line-height: 40px;
text-align: center;
color: #fff;
top: auto;
left: auto;
right: 20px;
bottom: 20px;
cursor: pointer;
z-index: 2000;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
transition: background-color 0.2s linear;
-moz-transition: background-color 0.2s linear;
-webkit-transition: background-color 0.2s linear;
-ms-transition: background-color 0.2s linear;
-o-transition: background-color 0.2s linear;
}
#gotoTop:hover {
background-color: #34495e;
}
#imageBackground {
display: block;
position: fixed;
top: 0;
left: 0;
min-width: 100%;
min-height: 100%;
z-index: -99;
} #call_action {
padding: 60px 0;
background-color: #f2f2f2;
}
#call_action .promo-text {
padding: 0;
}
#call_action h3 {
font-size: 20px;
padding-bottom: 0;
}
#call_action .promo-action {
margin-top: -25px;
max-width: none;
}
#twitter_bar {
position: relative;
background-color: #34495e;
padding: 15px 0;
color: #fff;
}
#twitter_bar ul {
margin: 0;
}
#twitter_bar ul li { }
#twitter_bar ul li:before {
font-family: "Font Awesome 6 Free";
content: "\f099";
font-size: 22px;
position: relative;
top: 3px;
padding-right: 5px;
font-weight: 900;
}
#twitter_bar ul li a {
border-bottom: 1px dotted #fff;
color: #fff;
}
#twitter_bar ul li a:hover {
border-bottom: none;
}
#footer {
position: relative;
background-color: #eee;
padding: 60px 40px 40px 40px;
border-bottom: 1px solid #3f3f3f;
}
#footer .contact_info {
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/world_map.png) no-repeat center 65%;
}
#footer.footer-dark {
background-color: #363839;
color: #ddd;
}
#footer.footer-dark a {
color: #ccc; }
#footer.footer-dark a:hover {
color: #ccc;
border-bottom-style: solid;
}
.footer-widgets-wrap {
overflow: hidden;
margin-bottom: -40px;
}
#footer .col_one_fourth {
width: 210px;
margin: 0 40px 40px 0;
}
#footer .col-footer-4 .col_one_fourth {
width: 22.75%;
margin-right: 3%;
}
#footer .col-footer-3 .col_one_fourth {
width: 31.3%;
margin-right: 3%;
}
#footer .col-footer-3 .col_one_fourth:nth-child(3n + 1) {
clear: left;
}
#footer .col-footer-2 .col_one_fourth {
width: 48%;
margin-right: 4%;
}
#footer .col_one_fourth:nth-child(4n),
#footer .col-footer-4 .col_one_fourth:nth-child(4n),
#footer .col-footer-3 .col_one_fourth:nth-child(3n),
#footer .col-footer-2 .col_one_fourth:nth-child(2n) {
margin-right: 0;
}
#copyrights ul {
margin: 0;
}
#copyrights-social a,
#copyrights-social a:hover {
border-bottom-style: none;
}
ul.footer-menu {
position: relative;
margin-bottom: 0;
}
ul.footer-menu li {
display: inline-block;
}
ul.footer-menu li a {
margin: 0 4px;
}
ul.footer-menu li:before {
content: "/ ";
}
ul.footer-menu li:first-child:before {
content: "";
} body[data-layout="boxed"] #footer_wrap {
max-width: 1220px;
margin: 0 auto;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
} .widget {
display: block;
position: relative;
padding-top: 30px;
margin-top: 20px;
width: 100%; }
.container .widget ul {
padding-left: 0;
margin-left: 0;
list-style: none;
}
.widget a {
}
.widget a:hover {
}
.widget h4 {
font-size: 11px;
font-weight: bold;
padding-bottom: 15px;
line-height: 24px;
}
#footer .widget h4 {
padding-bottom: 5px;
}
#footer .widget .comp {
margin-bottom: 30px;
border-bottom: 1px solid #4b4b4b;
}
#footer.footer-dark .widget h4 {
color: #eee;
text-transform: uppercase;
border-bottom: 1px solid #676767;
display: inline-block;
position: relative;
bottom: -1px;
font-weight: 400;
}
#footer .style2 .widget h4 {
bottom: 0px;
border-bottom-width: 2px;
text-transform: none;
}
#footer .style2 .widget .comp {
border-bottom: none;
}
#footer .widget {
padding: 0;
border: none;
margin: 40px 0 0 0;
}
#footer .contact_info i {
margin-right: 10px;
}
#footer .contact_info img {
display: block;
}
.widget:first-child {
margin-top: 0 !important;
padding-top: 0;
border-top: none;
}
.widget_search form {
margin: 0;
}
.widget_text input[type="text"] {
width: 192px;
}
.widget_search input[type="text"] {
margin: 0 !important;
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/search.png) no-repeat left center;
padding-left: 39px;
width: 100%;
}
.widget_search input[type="submit"],
.widget_search button {
display: none;
}
.widget .custom_recent_posts { } body[data-sticky-footer="true"] #wrapper { z-index: 2;
}
body[data-sticky-footer="true"] #footer_wrap { }
body[data-sticky-footer="true"] #footer_wrap {
position: fixed;
width: 100%;
bottom: 0;
z-index: 1;
}
body[data-sticky-footer="true"][data-layout="boxed"] #footer_wrap {
left: 50%;
transform: translateX(-50%);
} .twitter-widget ul,
.twitter-widget ul li {
margin: 0;
}
.twitter-widget ul li {
padding: 0 0 0 20px;
margin-top: 15px; }
.twitter-widget ul li:before {
content: "\f099";
font-family: 'Font Awesome 6 Brands';
font-size: 14px;
position: absolute;
left: 0;
}
#footer.footer-dark .twitter-widget ul li { }
.twitter-widget ul li:first-child {
margin-top: 0;
}
.twitter-widget ul li span {
display: block;
}
.twitter-widget ul li a {
color: #34495e;
}
.twitter-widget ul li a:hover {
color: #777 !important;
}
#footer.footer-dark .twitter-widget ul li a:hover {
color: #fff !important;
}
a.twitter-follow-me {
display: block;
position: relative;
float: right;
padding: 5px 10px;
font-size: 11px;
margin-top: 15px;
color: #888;
background-color: #e5e5e5;
border: none !important;
text-shadow: 1px 1px 1px #fff;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#footer.footer-dark a.twitter-follow-me {
background-color: #282a2b;
}
a.twitter-follow-me:hover,
#footer.footer-dark a.twitter-follow-me:hover {
background-color: #34495e;
color: #fff;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
} .sposts-list {
margin: 0;
}
.sposts-list li {
margin: 15px 0 0 0;
}
.sposts-list li:first-child {
margin-top: 0;
}
.sposts-list .spost-image {
float: left;
margin: 0 10px 0 0;
background-color: #ddd;
}
.sposts-list a {
border: none !important; }
.sposts-list a:hover {
color: #777 !important;
}
.sposts-list .spost-image,
.sposts-list .spost-image a {
display: block;
width: 46px;
height: 46px;
}
.sposts-list .spost-image img {
width: 42px;
height: 42px;
padding: 2px;
}
.sposts-list .spost-content {
position: relative;
overflow: hidden;
}
.sposts-list .spost-title {
font-size: 12px;
line-height: 20px;
font-weight: 600;
}
.tabbed-widget .spost-title {
font-size: 12px;
}
.sposts-list .spost-meta,
.sposts-list .spost-meta ul {
margin: 0 !important;
}
.sposts-list .spost-meta {
font-size: 11px;
}
.sposts-list .spost-meta li {
float: left;
margin: 0 0 0 4px;
color: #bbb;
}
.spost-meta li i {
font-size: 14px;
}
.sposts-list .spost-meta a {
color: #000;
}
.sposts-list .spost-meta a:hover {
color: #888;
}
.sposts-list .spost-meta span {
display: block;
float: left;
margin: 0 4px 0 0;
font-size: 15px;
height: 20px;
line-height: 18px;
}
.sposts-list .spost-meta li:first-child {
margin-left: 0;
}
#footer.footer-dark .spost-title a:hover {
color: #aaa;
}
#footer.footer-dark .sposts-list .spost-meta a:hover {
color: #fff;
}
#footer.footer-dark .sposts-list .spost-image {
background: #282a2b;
}
.sposts-list .spost-image:hover,
#footer.footer-dark .sposts-list .spost-image:hover {
background: #34495e;
} .flickr-widget .flickr-widget-wrap {
position: relative;
margin: 0 -1px -1px 0;
}
.flickr-widget .flickr_badge_image {
margin: 0 1px 1px 0;
}
.flickr-widget a {
border: none !important;
line-height: 1 !important;
}
.flickr-widget .flickr_badge_image,
.flickr-widget .flickr_badge_image a {
float: left;
}
.flickr-widget .flickr_badge_image,
.flickr-widget .flickr_badge_image a,
.flickr-widget .flickr_badge_image img {
display: block;
width: 69px;
height: 69px;
} .widget_nav_menu ul,
.widget_nav_menu li,
.widget_links ul,
.widget_links li,
.widget_meta ul,
.widget_meta li,
.widget_archive ul,
.widget_archive li,
.widget_recent_comments ul,
.widget_recent_comments li,
.widget_recent_entries ul,
.widget_recent_entries li,
.widget_categories ul,
.widget_categories li,
.widget_product_categories ul,
.widget_product_categories li,
.widget_pages ul,
.widget_pages li {
margin: 0;
}
.widget_nav_menu li,
.widget_links li,
.widget_meta li,
.widget_archive li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_categories li,
.widget_product_categories li,
.widget_pages li {
font-family: "Open Sans", sans-serif;
padding: 0;
margin-bottom: 8px;
position: relative;
} .widget_nav_menu li a,
.widget_links li a,
.widget_meta li a,
.widget_archive li a,
.widget_recent_entries li a,
.widget_categories li a,
.widget_product_categories li a,
.widget_pages li a,
.widget_recent_comments li {
display: inline-block;
padding: 0 0 0 20px;
}
.widget_recent_comments li {
display: block; padding: 0 0 0 20px;
}
.widget_recent_comments li:before {
content: "\f086";
font-family: 'Font Awesome 6 Free';
position: absolute;
left: 0;
font-weight: 900;
}
#footer.footer-dark .widget_recent_comments li {
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/footer-comment.png) left top no-repeat;
}
.widget_nav_menu li a,
.widget_links li a,
.widget_meta li a,
.widget_archive li a,
.widget_recent_entries li a,
.widget_categories li a,
.widget_product_categories li a,
.widget_pages li a,
.widget_recent_comments li a {
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/arrow.png) 0 50% no-repeat;
border: none !important;
font-size: 13px;
}
#footer.footer-dark .widget_nav_menu li a,
#footer.footer-dark .widget_links li a,
#footer.footer-dark .widget_meta li a,
#footer.footer-dark .widget_archive li a,
#footer.footer-dark .widget_recent_comments li a,
#footer.footer-dark .widget_recent_entries li a,
#footer.footer-dark .widget_categories li a,
#footer.footer-dark .widget_pages li a { }
.widget_recent_comments li a {
display: inline;
padding: 0;
background: none !important;
font-size: 12px;
}
.widget_nav_menu > ul > li:first-child,
.widget_links > ul > li:first-child,
.widget_meta > ul > li:first-child,
.widget_archive > ul > li:first-child,
.widget_recent_comments > ul > li:first-child,
.widget_recent_entries > ul > li:first-child,
.widget_categories > ul > li:first-child,
.widget_pages > ul > li:first-child {
border-top: 0 !important;
}
.widget_nav_menu > ul,
.widget_links > ul,
.widget_meta > ul,
.widget_archive > ul,
.widget_recent_comments > ul,
.widget_recent_entries > ul,
.widget_categories > ul,
.widget_pages > ul {
margin-top: -4px !important;
}
.widget_nav_menu ul ul,
.widget_links ul ul,
.widget_meta ul ul,
.widget_archive ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_categories ul ul,
.widget_pages ul ul {
margin-left: 15px;
}
#footer.footer-dark .widget_nav_menu li a:hover,
#footer.footer-dark .widget_links li a:hover,
#footer.footer-dark .widget_meta li a:hover,
#footer.footer-dark .widget_archive li a:hover,
#footer.footer-dark .widget_recent_comments li a:hover,
#footer.footer-dark .widget_recent_entries li a:hover,
#footer.footer-dark .widget_categories li a:hover,
#footer.footer-dark .widget_pages li a:hover {
color: #bbb;
} .tagcloud {
margin-bottom: -2px;
}
.tagcloud a {
display: block;
float: left; margin-bottom: 2px;
padding: 3px 6px;
background-color: #eee;
font-size: 11px !important;
color: #666;
text-shadow: 1px 1px 1px #fff;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
text-transform: uppercase;
margin: 2px;
}
#footer.footer-dark .tagcloud a {
border: none !important;
background-color: #282a2b;
}
.tagcloud a:hover,
.widget .tagcloud a:hover,
#footer.footer-dark .tagcloud a:hover {
background-color: #34495e;
color: #fff;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
} .portfolio-widget .portfolio-item {
position: relative;
float: left;
margin: 0;
width: 100%;
}
.portfolio-widget .portfolio-item .portfolio-image,
.portfolio-widget .portfolio-item .portfolio-image a,
.portfolio-widget .portfolio-item .portfolio-image img {
display: block;
position: relative; }
.portfolio-widget .portfolio-title {
padding: 10px 0;
}
.portfolio-widget a {
border: none !important;
}
.portfolio-widget .portfolio_tags a:hover {
color: #fff !important;
border-bottom: 1px dotted #fff !important;
}
#footer.footer-dark .portfolio-title {
background-color: #282a2b;
border-bottom-color: #222;
}
#footer.footer-dark .portfolio-item:hover .portfolio-title {
border-bottom-color: #34495e;
} .widget-scroll-prev,
.widget-scroll-next {
display: block;
position: absolute;
cursor: pointer;
width: 10px;
height: 20px;
top: -30px;
left: auto; right: 14px; font-size: 13px;
}
#portfolio-related .widget-scroll-prev,
#portfolio-related .widget-scroll-next {
top: 20px;
}
.extra_class .widget-scroll-prev,
.extra_class .widget-scroll-next {
top: -50px;
}
.widget-scroll-prev i,
.widget-scroll-next i {
transition: opacity 0.3s ease;
-moz-transition: opacity 0.3s ease;
-webkit-transition: opacity 0.3s ease;
-ms-transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
filter: alpha(opacity=40);
opacity: 0.4;
}
.widget-scroll-prev.disabled i,
.widget-scroll-next.disabled i,
.widget-scroll-prev.disabled:hover i,
.widget-scroll-next.disabled:hover i {
cursor: auto;
opacity: 0.2;
filter: alpha(opacity=20);
} .widget .widget-scroll-prev,
.widget .widget-scroll-next {
top: -30px;
}
.widget:first-child .widget-scroll-prev,
.widget:first-child .widget-scroll-next {
top: 0;
}
.widget-scroll-next {
right: 0; }
.widget-scroll-prev.disabled,
.widget-scroll-next.disabled {
cursor: auto; }
#footer.footer-dark .widget-scroll-prev.disabled,
#footer.footer-dark .widget-scroll-next.disabled {
opacity: 0.5;
} .widget-scroll-prev:hover i,
.widget-scroll-next:hover i {
filter: alpha(opacity=100);
opacity: 1;
}
.testimonial-scroller .widget-scroll-prev,
.testimonial-scroller .widget-scroll-next {
top: -30px;
}
.testimonial-scroller.extra_class .widget-scroll-prev,
.testimonial-scroller.extra_class .widget-scroll-next {
top: -50px;
}
.testimonial-scroller.slide_css .widget-scroll-prev,
.testimonial-scroller.slide_css .widget-scroll-next {
top: 40px;
left: -60px;
right: auto;
margin-top: -20px;
}
.testimonial-scroller.slide_css .test_size_lrg .widget-scroll-prev,
.testimonial-scroller.slide_css .test_size_lrg .widget-scroll-next {
top: 60px;
}
.slide_css .widget-scroll-prev,
.slide_css .widget-scroll-next {
height: 40px;
width: 40px;
}
.slide_css i {
font-size: 40px;
}
.testimonial-scroller.slide_css .widget-scroll-next {
left: auto;
right: -60px;
text-align: center;
}
#footer .testimonial-scroller .widget-scroll-prev,
#footer .testimonial-scroller .widget-scroll-next {
top: -60px;
}
.testimonial-scroller.extra_class { }
.testimonial-scroller .widget-scroll-prev.extra_position,
.testimonial-scroller .widget-scroll-next.extra_position {
top: -5px;
} #copyrights {
position: relative;
padding: 22px 30px;
line-height: 20px;
font-size: 12px;
background-color: #e5e5e5;
overflow: hidden;
color: #888;
border-top: 1px solid #1a1a1a;
}
#copyrights a {
display: inline-block;
margin-left: 0px;
color: #666;
}
#copyrights span.link-divider {
display: inline-block;
margin-left: 7px;
}
#copyrights a:hover {
color: #000;
}
#copyrights.copyrights-dark {
background-color: #282a2b;
color: #999;
}
#copyrights.copyrights-dark a {
color: #aaa;
}
#copyrights.copyrights-dark a:hover {
color: #ddd;
}
#copyrights .col_half {
margin-bottom: 0 !important;
}
#copyrights #copyrights-social {
text-align: right;
margin-top: 2px;
line-height: 1;
}
#copyrights-social a {
display: inline-block;
width: 16px;
height: 16px;
margin-left: 5px;
}
#copyrights-social img {
display: block;
width: 16px;
height: 16px;
} .stretched #wrapper {
margin: 0 auto;
width: 100%;
}
.stretched #top-social {
margin-right: 0;
}
.stretched #header,
.stretched .content-wrap {
}
.stretched #slider {
padding: 0;
}
.stretched #portfolio-single-wrap #slider {
padding: 0; }
#slider-output {
}
.stretched #slider .container {
width: 960px;
}
.stretched #slider.elastic-slideshow,
.stretched #slider.revolution-slider,
.stretched #slider.layerslider-wrap {
padding: 0;
}
.stretched #slider.camera-slideshow {
padding: 0;
height: auto;
}
.stretched #slider.slider-nivo {
height: auto;
}
.stretched #slider.elastic-slideshow .container,
.stretched #slider.camera-slideshow .container,
.stretched #slider.revolution-slider .container,
.stretched #slider.layerslider-wrap .container {
width: 100%;
}
.stretched #piecemaker {
margin-bottom: -35px;
}
.stretched .slider-3d {
margin-left: -30px;
}
.stretched #slider .kwicks .kwick-panel {
width: 192px;
}
.stretched #slider.thumb-slider .flex-control-thumbs,
.stretched #slider.thumb-slider .rs-thumb-wrap {
background: transparent;
}
.stretched .slider-line {
display: none;
}
.stretched .slider-shadow {
display: block;
}
.stretched #page-title {
padding: 5px 0;
}  .inner { -webkit-transition: all 300ms linear;
-moz-transition: all 300ms linear;
-o-transition: all 300ms linear;
-ms-transition: all 300ms linear;
transition: all 300ms linear;
overflow: hidden;
background-color: #f9f9f9;
border: 1px solid #f2f2f2;
} .inner:hover a,
.inner a:hover {
color: #fff;
}
.inner .ca-icon {
display: block;
font-size: 40px;
color: #777;
line-height: 120px;
height: 121px;
text-align: center;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-o-transition: all 200ms linear;
-ms-transition: all 200ms linear;
transition: all 200ms linear;
box-sizing: content-box;
}
.paddingtop {
padding-top: 30px;
}
.inner .ca-icon i {
}
.inner .ca-icon img { max-width: 100px;
max-height: 100px;
}
.inner .ca-main {
display: block;
font-size: 20px;
opacity: 0.8;
text-align: center;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-o-transition: all 200ms linear;
-ms-transition: all 200ms linear;
transition: all 200ms linear;
line-height: normal;
color: #34495e;
}
.inner .ca-sub {
display: block;
text-align: center;
font-size: 12px;
color: #777;
opacity: 0.8;
padding: 10px 10px 20px 10px;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-o-transition: all 200ms linear;
-ms-transition: all 200ms linear;
transition: all 200ms linear;
}
.inner:hover {
background: #34495e;
}
.inner:hover .ca-icon {
color: #fff;
height: 121px;
font-size: 60px; opacity: 0.9;
-webkit-animation: moveFromLeft 400ms ease;
-moz-animation: moveFromLeft 400ms ease;
-ms-animation: moveFromLeft 400ms ease;
}
.inner:hover .ca-main {
color: #fff;
-webkit-animation: moveFromRight 300ms ease;
-moz-animation: moveFromRight 300ms ease;
-ms-animation: moveFromRight 300ms ease; }
.inner:hover .ca-sub {
color: #fff;
-webkit-animation: moveFromBottom 400ms ease;
-moz-animation: moveFromBottom 400ms ease;
-ms-animation: moveFromBottom 400ms ease; }
@-webkit-keyframes moveFromLeft {
from {
-webkit-transform: translateX(-100%);
}
to {
-webkit-transform: translateX(0%);
}
}
@-moz-keyframes moveFromLeft {
from {
-moz-transform: translateX(-100%);
}
to {
-moz-transform: translateX(0%);
}
}
@-ms-keyframes moveFromLeft {
from {
-ms-transform: translateX(-100%);
}
to {
-ms-transform: translateX(0%);
}
}
@-webkit-keyframes moveFromRight {
from {
-webkit-transform: translateX(100%);
}
to {
-webkit-transform: translateX(0%);
}
}
@-moz-keyframes moveFromRight {
from {
-moz-transform: translateX(100%);
}
to {
-moz-transform: translateX(0%);
}
}
@-ms-keyframes moveFromRight {
from {
-ms-transform: translateX(100%);
}
to {
-ms-transform: translateX(0%);
}
}
@-webkit-keyframes moveFromBottom {
from {
-webkit-transform: translateY(100%);
}
to {
-webkit-transform: translateY(0%);
}
}
@-moz-keyframes moveFromBottom {
from {
-moz-transform: translateY(100%);
}
to {
-moz-transform: translateY(0%);
}
}
@-ms-keyframes moveFromBottom {
from {
-ms-transform: translateY(100%);
}
to {
-ms-transform: translateY(0%);
}
} .instagram-pics li {
max-width: 23%;
display: inline-block;
margin: 0 2% 2% 0;
}
.instagram-pics li a {
line-height: 0;
display: block;
}
.sidebar-widget ul.instagram-pics li {
margin: 0 2% 2% 0;
}
.instagram-pics.instagram-size-small li {
max-width: 31%;
}
#footer .instagram-pics.instagram-size-small li {
max-width: 23%;
}
.instagram-pics.instagram-size-large li {
max-width: 48%;
}
.instagram-pics.instagram-size-original li {
max-width: none;
margin-right: 0;
}
.footer .instagram-pics li {
max-width: 8.333%;
margin: 0;
}
#footer .instagram-pics li a {
border: none !important;
}
.footer .instagram-pics.instagram-size-small li {
max-width: 10%;
}
.footer .instagram-pics.instagram-size-large li {
max-width: 12.5%;
}
.footer .instagram-pics.instagram-size-original li {
max-width: 16.666%;
}
.instagram_footer_wrap {
position: relative;
}
.footer .instagram_footer_title {
padding: 10px;
font-size: 15px;
color: #fff;
text-align: center;
}
.footer .footer_widget_content .instagram-pics li {
max-width: 30.3%;
margin: 1%;
} .countdown-ul {
margin: 0;
padding: 0;
text-align: center;
list-style: none;
width: 100%;
}
.countdown-ul li {
display: inline-block;
margin: 10px;
padding: 20px 5px;
text-align: center;
width: 20%;
box-sizing: border-box;
border: 1px solid #ccc;
}
.count3 .countdown-ul li {
width: 30%;
}
.count2 .countdown-ul li {
width: 48%;
}
.count1 .countdown-ul li {
width: 98%;
}
.countdown-ul li .time_st {
position: relative;
display: block;
font-size: 60px;
font-weight: 400;
color: #555;
line-height: 1;
padding: 0 5px 10px;
}
.countdown-ul li .time_rf {
color: #888;
font-size: 13px;
letter-spacing: 2px;
padding-top: 20px;
text-transform: uppercase;
} .counter {
transition: border-color 0.3s ease-in-out;
-webkit-transition: border-color 0.3s ease-in-out;
-ms-transition: border-color 0.3s ease-in-out;
-o-transition: border-color 0.3s ease-in-out;
}
.counter .icon {
font-size: 30px;
line-height: 1.5;
}
.sep_align_center {
text-align: center;
}
.counter .count_el {
font-size: 35px;
line-height: 1.5;
font-weight: 700;
}
.counter .count_el span {
margin-right: 5px;
}
.counter .content_el {
line-height: 1.5;
color: #444;
padding-top: 10px;
}
.counter_separator {
width: 70px;
height: 1px;
background-color: #444;
margin: 15px 0 10px;
}
.sep_align_center .counter_separator {
margin-left: auto;
margin-right: auto;
} .counter {
transition: border-color 0.3s ease-in-out;
-webkit-transition: border-color 0.3s ease-in-out;
-ms-transition: border-color 0.3s ease-in-out;
-o-transition: border-color 0.3s ease-in-out;
}
.counter .icon {
font-size: 30px;
line-height: 1.5;
}
.sep_align_center {
text-align: center;
}
.counter .count_el {
font-size: 35px;
line-height: 1.5;
font-weight: 700;
}
.counter .content_el {
line-height: 1.5;
color: #444;
padding-top: 10px;
}
.counter_separator {
width: 70px;
height: 1px;
background-color: #444;
margin: 15px 0 10px;
}
.sep_align_center .counter_separator {
margin-left: auto;
margin-right: auto;
} .vc_row[data-vc-full-width]:not(.top_divider_visible),
.vc_row[data-vc-full-width]:not(.bottom_divider_visible) {
z-index: 12;
}
.compose-mode #container .vc_controls,
.compose-mode .vc_element.vc_vc_column {
z-index: 2000;
}
.compose-mode .content_behind .vc_vc_column {
z-index: initial;
}
.vc_column_container {
z-index: 10;
}
.compose-mode .vc_vc_row:hover .vc_controls {
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
}
.vc_shape-divider-wrap {
position: absolute;
top: auto;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 150px;
z-index: 2;
transform: translateZ(0);
display: none;
overflow: hidden;
}
.top_divider_visible .vc_shape-divider-wrap.position_top,
.bottom_divider_visible .vc_shape-divider-wrap.position_bottom {
display: block;
} .vc_row[data-vc-full-width].top_divider_visible,
.vc_row[data-vc-full-width].bottom_divider_visible {
overflow: visible;
} .vc_shape-divider-wrap[data-position="top"] {
top: -1px;
bottom: auto;
}
.vc_shape-divider-wrap[data-position="top"] {
transform: rotate(180deg);
}
.vc_shape-divider-wrap[data-front="true"] {
z-index: 50;
} .vc_shape-divider-wrap[data-style="curve"] .vc_shape-divider {
filter: blur(0.5px);
transform: scale(1.03);
}
.vc_shape-divider-wrap[data-style="waves_opacity"] svg path:first-child {
opacity: 0.6;
}
@media only screen and (min-width: 1000px) {
.vc_shape-divider-wrap[data-style="clouds"] .vc_shape-divider {
min-width: 1700px;
}
}
@media only screen and (max-width: 1000px) {
.vc_shape-divider-wrap[data-style="clouds"] .vc_shape-divider {
min-width: 800px;
}
}
@media only screen and (max-width: 690px) {
.vc_shape-divider-wrap[data-style="clouds"] .vc_shape-divider {
min-width: 690px;
}
}
.vc_shape-divider-wrap[data-style="fan"] svg {
width: 102%;
left: -1%;
}
.vc_shape-divider-wrap[data-style="fan"] svg polygon:nth-child(2) {
opacity: 0.15;
}
.vc_shape-divider-wrap[data-style="fan"] svg rect {
opacity: 0.3;
}
.vc_shape-divider-wrap[data-style="mountains"] svg path:first-child {
opacity: 0.1;
}
.vc_shape-divider-wrap[data-style="mountains"] svg path:nth-child(2) {
opacity: 0.12;
}
.vc_shape-divider-wrap[data-style="mountains"] svg path:nth-child(3) {
opacity: 0.18;
}
.vc_shape-divider-wrap[data-style="mountains"] svg path:nth-child(4) {
opacity: 0.33;
}
.vc_shape-divider-wrap[data-style="curve_opacity"] svg path:nth-child(1),
.vc_shape-divider-wrap[data-style="waves_opacity_alt"] svg path:nth-child(1) {
opacity: 0.15;
}
.vc_shape-divider-wrap[data-style="curve_opacity"] svg path:nth-child(2),
.vc_shape-divider-wrap[data-style="waves_opacity_alt"] svg path:nth-child(2) {
opacity: 0.3;
}
.vc_shape-divider {
width: 100%;
left: 0;
bottom: -1px;
height: 100%;
position: absolute;
}
.vc_shape-divider.horizontal_flip {
transform: rotateY(180deg);
}
.vc_shape-divider.vertical_flip {
transform: rotateZ(180deg);
}
.vc_shape-divider.horiz_vert_flip {
transform: rotateY(180deg) rotateZ(180deg);
}
.vc_shape-divider-wrap.no-color .vc_shape-divider {
fill: #fff;
}
@media only screen and (max-width: 1000px) {
.vc_shape-divider {
height: 75%;
}
.vc_shape-divider-wrap[data-style="clouds"] .vc_shape-divider {
height: 55%;
}
}
@media only screen and (max-width: 690px) {
.vc_shape-divider {
height: 33%;
}
.vc_shape-divider-wrap[data-style="clouds"] .vc_shape-divider {
height: 33%;
}
} .vc_row_gradient_bg {
display: none;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: transparent;
}
.enable_overlay .vc_row_gradient_bg {
display: block;
} #wrapper .wpb_posts_slider {
margin-bottom: 30px;
}
#wrapper .wpb_posts_slider .flexslider {
box-shadow: none;
border: none;
margin-bottom: 0;
height: auto;
}
#wrapper .wpb_posts_slider .flex-caption {
color: #777;
padding: 20px;
background-color: #f9f9f9;
}
#wrapper .wpb_posts_slider h2.post-title {
font-weight: 500;
}
#wrapper .wpb_posts_slider h2.post-title a {
color: #222222;
}
#wrapper .wpb_posts_slider .wpb_flexslider .flex-direction-nav a:before {
color: #ffffff;
}
#wrapper .wpb_posts_slider .wpb_flexslider .flex-direction-nav a {
opacity: 1;
text-align: center;
}
#wrapper .wpb_posts_slider .flex-direction-nav a:before,
#wrapper .wpb_posts_slider .flex-direction-nav a.flex-next:before {
content: initial;
}    #wrapper
.vc_grid-item-mini.vc_is-hover
.vc_gitem-animate-scaleRotateIn
.vc_gitem-zone-b {
background-color: rgba(0, 0, 0, 0.6);
}
#wrapper .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b:hover,
#wrapper .vc_gitem-animate-slideBottom .vc_gitem-zone-b {
background: rgba(0, 0, 0, 0.7) !important;
}
#wrapper .vc_gitem-animate-slideBottom .vc_gitem-zone-mini .vc_gitem-post-data {
margin-bottom: 0;
}
#wrapper .vc_gitem-zone-mini hr.dotted {
display: none;
}
#wrapper .vc_gitem-zone-mini .separator {
padding-top: 20px;
padding-bottom: 0;
border-top: 1px solid rgba(255, 255, 255, 0.2);
margin-top: 20px;
} .default_page .vc_row {
position: relative;
} .vc_progress_bar.style2 {
padding-top: 25px;
overflow: hidden;
}
.vc_progress_bar.style2 .vc_single_bar {
margin-bottom: 0;
margin-top: 40px;
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
overflow: visible;
}
.vc_progress_bar.style2 .vc_single_bar .vc_bar {
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
}
.vc_progress_bar.style2 .vc_single_bar:first-of-type {
margin-top: 0;
}
.vc_progress_bar.style2 .describe {
position: absolute;
top: -25px;
color: #333;
padding: 0;
line-height: 25px;
font-weight: 600;
}
.vc_progress_bar.style2 .vc_bar .vc_label_units {
top: -25px;
right: 0;
line-height: 25px;
font-weight: 600;
color: #333;
}.clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: table;
content: "";
}
.clearfix:after {
clear: both;
}
.hide-text {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.input-block-level {
display: block;
width: 100%;
min-height: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
:focus {
outline: none;
} .wpb_row {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
} .vc_row-fluid {
width: 100%;
*zoom: 1;
}
.vc_row-fluid .vc_row-fluid { 
padding:0 !important;
margin:0 !important;
}
.vc_row-fluid:before,
.vc_row-fluid:after {
display: table;
content: "";
}
.vc_row-fluid:after {
clear: both;
}
.vc_row-fluid [class*="vc_span"] {
display: block;
width: 100%;
min-height: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
float: left;
margin-left: 0;
margin-right: 2.5%
}
.vc_row-fluid [class*="vc_span"]:last-child {
margin-right: 0;
}
.vc_row-fluid .vc_span12,
.wpb_teaser_grid.wpb_carousel .vc_span12 {
width: 100%;
margin:0;
}
.vc_row-fluid .vc_span11 {
width: 91.45833333333334%;
}
.vc_row-fluid .vc_span10 {
width: 82.91666666666667%;
}
.vc_row-fluid .vc_span9 {
width: 74.375%;
}
.vc_row-fluid .vc_span8 {
width: 65.83333333333334%;
}
.vc_row-fluid .vc_span7 {
width: 57.29166666666667%;
}
.vc_row-fluid .vc_span6,
.wpb_teaser_grid.wpb_carousel .vc_span6 {
width: 48.75%;
}
.vc_row-fluid .vc_span5 {
width: 40.208333333333336%;
}
.vc_row-fluid .vc_span4,
.wpb_teaser_grid.wpb_carousel .vc_span4 {
width: 31.666666666666668%;
}
.vc_row-fluid .vc_span3,
.wpb_teaser_grid.wpb_carousel .vc_span3 {
width: 23.125%;
}
.vc_row-fluid .vc_span2 {
width: 14.583333333333334%;
}
.vc_row-fluid .vc_span1 {
width: 6.041666666666667%;
}
.vc_row-fluid .testimonials .vc_span6:nth-child(2n),
.vc_row-fluid .testimonials .vc_span4:nth-child(3n),
.vc_row-fluid .testimonials .vc_span3:nth-child(4n),
.vc_row-fluid .employee_wrap .vc_span6:nth-child(2n),
.vc_row-fluid .employee_wrap .vc_span4:nth-child(3n),
.vc_row-fluid .employee_wrap .vc_span3:nth-child(4n) {
margin-right: 0;
}
.wpb_row > .wpb_column > .wpb_wrapper .wpb_content_element:last-child {
margin-bottom: 0;
}  .hidden {
display: none;
visibility: hidden;
}
.visible-phone {
display: none !important;
}
.visible-tablet {
display: none !important;
}
.hidden-desktop {
display: none !important;
}
@media (max-width: 767px) {
.visible-phone {
display: inherit !important;
}
.hidden-phone {
display: none !important;
}
.hidden-desktop {
display: inherit !important;
}
.visible-desktop {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.visible-tablet {
display: inherit !important;
}
.hidden-tablet {
display: none !important;
}
.hidden-desktop {
display: inherit !important;
}
.visible-desktop {
display: none !important ;
}
}  .wpb_separator,
.vc_text_separator {
border-bottom: 1px solid #f7f7f7;
} .wpb_separator {
clear: both;
height: 1px;
} .vc_text_separator {
clear: both;
height: 1px;
}
.vc_text_separator div {
display: inline-block;
background-color: #ffffff;
padding: 1px 1em;
position: relative;
top: -9px;
}
.separator_align_center {
text-align: center;
}
.separator_align_left {
text-align: left;
}
.separator_align_right {
text-align: right;
} .fb_type_standard {
height: 25px;
}
.fb_type_standard iframe {
height: 25px;
}
.fb_type_button_count {
height: 20px;
}
.fb_type_button_count iframe {
height: 20px;
}
.fb_type_box_count {
height: 62px;
}
.fb_type_box_count iframe {
height: 62px;
} .wpb_googleplus_type_standard {
height: 25px;
}
.wpb_googleplus_type_small {
height: 19px;
}
.wpb_googleplus_type_medium {
height: 21px;
}
.wpb_googleplus_type_tall {
height: 21px;
} .wpb_pinterest_type_horizontal {
height: 21px;
}
.wpb_pinterest_type_vertical {
height: 60px;
}
.wpb_pinterest_type_none {
height: 21px;
} .wpb_toggle,
#content h4.wpb_toggle {
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/toggle_open.png) no-repeat left center;
padding-left: 25px;
clear: both;
margin-top: 0;
}
.wpb_toggle_title_active,
#content h4.wpb_toggle_title_active {
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/toggle_close.png) no-repeat left center;
}
.wpb_toggle:hover {
cursor: pointer;
}
.wpb_toggle_content {
display: none;
overflow: hidden;
padding: 0px 0px 0px 25px;
margin-top: 1em;
}
.wpb_toggle_open {
display: block;
} .wpb_widgetised_column .wpb_wrapper > ul {
margin: 0;
}
.wpb_widgetised_column .wpb_wrapper > ul > li {
margin-left: 0;
background-image: none;
list-style: none !important;
}
.wpb_widgetised_column .wpb_wrapper > ul > li:after,
.wpb_widgetised_column .wpb_wrapper > ul > li:before {
display: none !important;
} .wpb_button {
display: inline-block;
*display: inline; *zoom: 1;
padding: 4px 10px 4px;
margin-bottom: 0;
margin-top: 0;
font-size: 13px;
line-height: 18px;
*line-height: 20px;
color: #333333;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
cursor: pointer;
background-color: #f7f7f7;
border: 1px solid #cccccc;
*border: 0;
border-bottom-color: #b3b3b3;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
*margin-left: .3em;
}
.wpb_button:hover,
.wpb_button:active,
.wpb_button.active,
.wpb_button.disabled,
.wpb_button[disabled] {
background-color: #eaeaea;
}
.wpb_button:active,
.wpb_button.active {
background-color: #d1d1d1 \9;
}
.wpb_button:first-child {
*margin-left: 0;
}
.wpb_button:hover {
color: #333333;
text-decoration: none;
background-color: #e6e6e6;
*background-color: #d9d9d9; -webkit-transition: background-color 0.1s linear;
-moz-transition: background-color 0.1s linear;
-ms-transition: background-color 0.1s linear;
-o-transition: background-color 0.1s linear;
transition: background-color 0.1s linear;
}
.wpb_button:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.wpb_button.active,
.wpb_button:active {
background-color: #e6e6e6;
background-color: #d9d9d9 \9;
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
button.wpb_btn-large,
span.wpb_btn-large {
padding: 9px 14px;
font-size: 15px;
line-height: normal;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
button.wpb_btn-large [class^="icon-"],
span.wpb_btn-large [class^="icon-"] {
margin-top: 1px;
}
button.wpb_btn-small,
span.wpb_btn-small {
padding: 5px 9px;
font-size: 11px;
line-height: 16px;
}
button.wpb_btn-small [class^="icon-"],
span.wpb_btn-small [class^="icon-"] {
margin-top: -1px;
}
button.wpb_btn-mini,
span.wpb_btn-mini {
padding: 2px 6px;
font-size: 11px;
line-height: 14px;
}
.wpb_btn-primary,
.wpb_btn-primary:hover,
.wpb_btn-warning,
.wpb_btn-warning:hover,
.wpb_btn-danger,
.wpb_btn-danger:hover,
.wpb_btn-success,
.wpb_btn-success:hover,
.wpb_btn-info,
.wpb_btn-info:hover,
.wpb_btn-inverse,
.wpb_btn-inverse:hover {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.wpb_btn-primary.active,
.wpb_btn-warning.active,
.wpb_btn-danger.active,
.wpb_btn-success.active,
.wpb_btn-info.active,
.wpb_btn-inverse.active {
color: rgba(255, 255, 255, 0.75);
}
.wpb_button {
border-color: #ccc;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
}
.wpb_btn-primary {
background-color: #0088cc;
}
.wpb_btn-primary:hover,
.wpb_btn-primary:active,
.wpb_btn-primary.active,
.wpb_btn-primary.disabled,
.wpb_btn-primary[disabled] {
background-color: #0077b3;
}
.wpb_btn-primary:active,
.wpb_btn-primary.active {
background-color: #005580 \9;
}
.wpb_btn-warning {
background-color: #ff9900;
}
.wpb_btn-warning:hover,
.wpb_btn-warning:active,
.wpb_btn-warning.active,
.wpb_btn-warning.disabled,
.wpb_btn-warning[disabled] {
background-color: #e68a00;
}
.wpb_btn-warning:active,
.wpb_btn-warning.active {
background-color: #b36b00 \9;
}
.wpb_btn-danger {
background-color: #ff675b;
}
.wpb_btn-danger:hover,
.wpb_btn-danger:active,
.wpb_btn-danger.active,
.wpb_btn-danger.disabled,
.wpb_btn-danger[disabled] {
background-color: #ff4f42;
}
.wpb_btn-danger:active,
.wpb_btn-danger.active {
background-color: #ff200f \9;
}
.wpb_btn-success {
background-color: #6ab165;
}
.wpb_btn-success:hover,
.wpb_btn-success:active,
.wpb_btn-success.active,
.wpb_btn-success.disabled,
.wpb_btn-success[disabled] {
background-color: #5aa855;
}
.wpb_btn-success:active,
.wpb_btn-success.active {
background-color: #488644 \9;
}
.wpb_btn-info {
background-color: #58b9da;
}
.wpb_btn-info:hover,
.wpb_btn-info:active,
.wpb_btn-info.active,
.wpb_btn-info.disabled,
.wpb_btn-info[disabled] {
background-color: #43b0d5;
}
.wpb_btn-info:active,
.wpb_btn-info.active {
background-color: #2a97bc \9;
}
.wpb_btn-inverse {
background-color: #555555;
}
.wpb_btn-inverse:hover,
.wpb_btn-inverse:active,
.wpb_btn-inverse.active,
.wpb_btn-inverse.disabled,
.wpb_btn-inverse[disabled] {
background-color: #484848;
}
.wpb_btn-inverse:active,
.wpb_btn-inverse.active {
background-color: #2f2f2f \9;
}
button.wpb_button,
input[type="submit"].wpb_button {
*padding-top: 2px;
*padding-bottom: 2px;
}
button.wpb_button::-moz-focus-inner,
input[type="submit"].wpb_button::-moz-focus-inner {
padding: 0;
border: 0;
}
button.wpb_button.wpb_btn-large,
input[type="submit"].wpb_button.wpb_btn-large {
*padding-top: 7px;
*padding-bottom: 7px;
}
button.wpb_button.wpb_btn-small,
input[type="submit"].wpb_button.wpb_btn-small {
*padding-top: 3px;
*padding-bottom: 3px;
}
button.wpb_button.wpb_btn-mini,
input[type="submit"].wpb_button.wpb_btn-mini {
*padding-top: 1px;
*padding-bottom: 1px;
} a.wpb_button_a {
text-decoration: none;
border: none;
}
a.wpb_button_a:hover {
text-decoration: none;
}
.wpb_button:hover {
background-image: none;
}
i.icon {
display: inline-block;
width: 16px;
height: 16px;
line-height: 16px;
vertical-align: text-top;
margin-left: 5px;
}
.wpb_btn-large i.icon {
height: 19px;
margin-left: 9px;
}
.wpb_btn-small i.icon {
height: 15px;
}
.wpb_btn-mini i.icon {
display: none;
}
.wpb_address_book i.icon,
option.wpb_address_book {
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/address-book.png) no-repeat right center;
}
.wpb_alarm_clock i.icon,
option.wpb_alarm_clock {
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/alarm-clock.png) no-repeat right center;
}
.wpb_anchor i.icon,
option.wpb_anchor {
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/anchor.png) no-repeat right center;
}
.wpb_application_image i.icon,
option.wpb_application_image {
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/application-image.png) no-repeat right center;
}
.wpb_arrow i.icon,
option.wpb_arrow {
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/arrow.png) no-repeat right center;
}
.wpb_asterisk i.icon,
option.wpb_asterisk {
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/asterisk.png) no-repeat right center;
}
.wpb_hammer i.icon,
option.wpb_hammer {
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/auction-hammer.png) no-repeat right center;
}
.wpb_balloon i.icon,
option.wpb_balloon {
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/balloon.png) no-repeat right center;
}
.wpb_balloon_buzz i.icon,
option.wpb_balloon_buzz {
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/balloon-buzz.png) no-repeat right center;
}
.wpb_balloon_facebook i.icon,
option.wpb_balloon_facebook {
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/balloon-facebook.png) no-repeat right center;
}
.wpb_balloon_twitter i.icon,
option.wpb_balloon_twitter {
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/balloon-twitter.png) no-repeat right center;
}
.wpb_battery i.icon,
option.wpb_battery {
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/battery-full.png) no-repeat right center;
}
.wpb_binocular i.icon,
option.wpb_binocular {
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/binocular.png) no-repeat right center;
}
.wpb_document_excel i.icon,
option.wpb_document_excel {
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/blue-document-excel.png) no-repeat right center;
}
.wpb_document_image i.icon,
option.wpb_document_image {
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/blue-document-image.png) no-repeat right center;
}
.wpb_document_music i.icon,
option.wpb_document_music {
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/blue-document-music.png) no-repeat right center;
}
.wpb_document_office i.icon,
option.wpb_document_office {
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/blue-document-office.png) no-repeat right center;
}
.wpb_document_pdf i.icon,
option.wpb_document_pdf {
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/blue-document-pdf.png) no-repeat right center;
}
.wpb_document_powerpoint i.icon,
option.wpb_document_powerpoint {
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/blue-document-powerpoint.png) no-repeat right center;
}
.wpb_document_word i.icon,
option.wpb_document_word {
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/blue-document-word.png) no-repeat right center;
}
.wpb_bookmark i.icon,
option.wpb_bookmark {
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/bookmark.png) no-repeat right center;
}
.wpb_camcorder i.icon,
option.wpb_camcorder {
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/camcorder.png) no-repeat right center;
}
.wpb_camera i.icon,
option.wpb_camera {
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/camera.png) no-repeat right center;
}
.wpb_chart i.icon,
option.wpb_chart {
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/chart.png) no-repeat right center;
}
.wpb_chart_pie i.icon,
option.wpb_chart_pie {
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/chart-pie.png) no-repeat right center;
}
.wpb_clock i.icon,
option.wpb_clock {
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/clock.png) no-repeat right center;
}
.wpb_play i.icon,
option.wpb_play {
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/control.png) no-repeat right center;
}
.wpb_fire i.icon,
option.wpb_fire {
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/fire.png) no-repeat right center;
}
.wpb_heart i.icon,
option.wpb_heart {
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/heart.png) no-repeat right center;
}
.wpb_mail i.icon,
option.wpb_mail {
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/mail.png) no-repeat right center;
}
.wpb_shield i.icon,
option.wpb_shield {
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/plus-shield.png) no-repeat right center;
}
.wpb_video i.icon,
option.wpb_video {
background: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/video.png) no-repeat right center;
} .wpb_call_to_action {
position: relative;
background-color: #f7f7f7;
padding: 20px;
padding: 35px;
border: 1px solid #f0f0f0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.wpb_call_to_action .wpb_button {
margin: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.cta_align_left .wpb_button {
float: left;
}
.cta_align_right .wpb_button {
float: right;
}
.cta_align_left .wpb_button,
.cta_align_right .wpb_button {
max-width: 27.5%;
}
.cta_align_left .wpb_call_text,
.cta_align_right .wpb_call_text {
width: 70%;
float: left;
clear: none;
}
.cta_align_left .wpb_call_text {
float: right;
}
.wpb_call_to_action .wpb_call_text,
#content .wpb_call_to_action .wpb_call_text {
margin: 0;
padding-top: 0;
}
.cta_align_bottom {
text-align: center;
}
.cta_align_bottom .wpb_button {
position: static;
margin-top: 21.739130434782606px;
display: inline-block;
}
.cta_no_button .wpb_call_text {
width: auto;
float: none;
} @media (max-width: 600px) {
.vc_responsive .cta_align_left .wpb_button,
.vc_responsive .cta_align_right .wpb_button {
max-width: 70%;
width: 70%;
float: none;
display: block;
margin: 3% auto;
}
.vc_responsive .cta_align_left .wpb_call_text,
.vc_responsive .cta_align_right .wpb_call_text {
width: auto;
max-width: none;
text-align: center;
}
} .wpb_gmaps_widget .wpb_map_wraper {
background-color: #f7f7f7;
padding: 5px;
}
.wpb_gmaps_widget .wpb_map_wraper iframe {
margin-bottom: 0;
padding: 0;
display: block;
}
.wpb_content_element .wpb_tabs_nav li a:focus,
.wpb_accordion_section .wpb_accordion_header a:focus,
.wpb_tour_next_prev_nav a:focus {
outline: none;
} .wpb_content_element .wpb_tour_tabs_wrapper,
.wpb_content_element .wpb_tabs_nav {
padding: 0;
}
.wpb_content_element .wpb_tabs_nav {
margin: 0;
padding-left: 0 !important;
text-indent: inherit !important;
}
#content .wpb_content_element .wpb_tabs_nav {
margin: 0;
}
.wpb_content_element .wpb_tabs_nav li {
background-color: #f0f0f0;
white-space: nowrap;
padding: 0;
background-image: none;
list-style: none !important;
}
.wpb_content_element .wpb_tabs_nav li:after,
.wpb_content_element .wpb_tabs_nav li:before {
display: none !important;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active,
.wpb_content_element .wpb_tabs_nav li:hover {
background-color: #f7f7f7;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
cursor: default;
}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_ui-tabs-hide {
display: none;
} .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
.wpb_content_element .wpb_accordion_header a {
border-bottom: none;
text-decoration: none;
display: block;
padding: 0.5em 1em;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
background-color: #f7f7f7;
}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
padding: 1em;
}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab > .wpb_content_element:last-child,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content > .wpb_content_element:last-child,
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab .wpb_row:last-child > div > div.wpb_wrapper .wpb_content_element:last-child,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content .wpb_row:last-child > div > div.wpb_wrapper .wpb_content_element:last-child {
margin-bottom: 0;
} .wpb_tabs .wpb_tabs_nav li {
float: left;
margin: 0 1px 0 0;
} .wpb_tour .wpb_tabs_nav {
float: left;
width: 31.666666666666668%;
}
.wpb_tour .wpb_tabs_nav li {
margin: 0 0 1px 0;
}
.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: none;
float: left;
width: 68.33333333333333%;
padding: 0 0 0 21.739130434782606px;
}
.wpb_tour_next_prev_nav {
margin-left: 31.666666666666668%;
padding-left: 21.739130434782606px;
font-size: 80%;
}
.wpb_tour_next_prev_nav a {
border-bottom: 1px dotted;
text-decoration: none;
}
.wpb_tour_next_prev_nav a:hover {
text-decoration: none;
border-bottom: none;
}
.wpb_tour_next_prev_nav span {
width: 48%;
display: inline-block;
padding-top: 1em;
float: left;
}
.wpb_tour_next_prev_nav span.wpb_next_slide {
text-align: right;
float: right;
} .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
margin: 5px;
padding-top: 0;
position: relative;
text-transform: none;
font-weight: inherit;
font-size: inherit;
font-family: inherit;
line-height: inherit;
letter-spacing: inherit;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
padding:0px;
} @media (max-width: 480px) {
.vc_responsive .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav,
.vc_responsive .wpb_tour .wpb_tab,
.vc_responsive .wpb_tour_next_prev_nav {
width: 100%;
float: none;
margin-left: 0;
}
.vc_responsive .wpb_tour_next_prev_nav {
width: auto;
padding: 0 1em;
}
.vc_responsive #content .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav {
margin-bottom: 1em;
}
.vc_responsive .wpb_tour .wpb_tab {
padding-left: 1em;
padding-right: 1em;
}
} #content .wpb_twitter_widget ul.tweet_list,
.wpb_twitter_widget ul.tweet_list {
margin: 0;
padding: 0;
}
#content .wpb_twitter_widget ul.tweet_list li,
.wpb_twitter_widget ul.tweet_list li {
border-bottom: 1px solid #f7f7f7;
margin: 0 0 1em 0;
padding-bottom: 1em;
background-image: none;
list-style: none !important;
}
#content .wpb_twitter_widget ul.tweet_list li:after,
.wpb_twitter_widget ul.tweet_list li:after,
#content .wpb_twitter_widget ul.tweet_list li:before,
.wpb_twitter_widget ul.tweet_list li:before {
display: none !important;
}
.wpb_twitter_widget .tweet_time {
display: block;
color: #f7f7f7;
font-size: 80%;
}
.wpb_twitter_widget p.twitter_follow_button_wrap {
margin-bottom: 0;
font-size: 80%;
}
.wpb_twitter_widget .twitter_follow_button {
background-image: url(//null-schwitzen.de/wp-content/themes/nimva/images/twitter_bird.png);
background-position: left center;
background-repeat: no-repeat;
padding-left: 25px;
display: inline-block;
min-height: 16px;
} .wpb_column .wpb_wrapper .wpb_teaser_grid {
margin-left: 0;
margin-bottom: 0;
}
body ul.wpb_thumbnails-fluid li { padding: 0;
margin-left: 0;
background-image: none;
list-style: none !important;
}
body ul.wpb_thumbnails-fluid li:after,
body ul.wpb_thumbnails-fluid li:before {
display: none !important;
}
body ul.wpb_thumbnails-fluid li .entry-content *:last-child {
margin-bottom: 0;
}
.wpb_row .wpb_grid ul.wpb_thumbnails-fluid,
.wpb_row .wpb_filtered_grid ul.wpb_thumbnails-fluid {
margin: 0 0 0 -2.5%;
padding: 0;
width: 102.5%;
overflow: visible !important;
}
.wpb_row ul.wpb_thumbnails-fluid > [class*="vc_span"] {
margin-left: 2.5%;
} .wpb_grid .wpb_thumbnails-fluid > .vc_span2,
.wpb_filtered_grid .wpb_thumbnails-fluid > .vc_span2 {
width: 14.016666666666667%;
}
.wpb_grid .wpb_thumbnails-fluid > .vc_span3,
.wpb_filtered_grid .wpb_thumbnails-fluid > .vc_span3 {
width: 22.42%;
}
.wpb_grid .wpb_thumbnails-fluid > .vc_span4,
.wpb_filtered_grid .wpb_thumbnails-fluid > .vc_span4 {
width: 30.753333333333337%;
}
.wpb_grid .wpb_thumbnails-fluid > .vc_span6,
.wpb_filtered_grid .wpb_thumbnails-fluid > .vc_span6 {
width: 47.45%;
}
.wpb_grid .wpb_thumbnails-fluid > .vc_span12,
.wpb_filtered_grid .wpb_thumbnails-fluid > .vc_span12 {
width: 97.5%;
} .wpb_teaser_grid .entry-content {
margin: 0;
padding: 0;
width: 100%;
}
.grid_layout-thumbnail .post-thumb {
margin-bottom: 0;
}
.grid_layout-thumbnail .post-thumb img {
max-width: 100%;
} .wpb_carousel .wpb_wrapper {
position: relative;
}
.wpb_carousel .prev,
.wpb_carousel .next {
position: absolute;
top: 3px;
background-color: #f7f7f7;
padding: 0px 6px 0px 6px;
font-size: 12px;
z-index: 10;
text-decoration: none;
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.wpb_carousel .prev:hover,
.wpb_carousel .next:hover {
background-color: #f0f0f0;
}
.wpb_carousel .prev:focus,
.wpb_carousel .next:focus {
outline: none;
text-decoration: none;
}
.wpb_carousel .prev {
right: 30px;
}
.wpb_carousel .next {
right: 0px;
}
.wpb_carousel .wpb_thumbnails-fluid {
width: 100%;
}
.wpb_carousel .wpb_thumbnails-fluid > [class*="vc_span"] {
height: auto !important;
} .wpb_teaser_grid .categories_filter,
.wpb_categories_filter {
list-style: none;
list-style-type: none;
padding: 0;
margin: 0 0 10px 0;
}
.wpb_teaser_grid .categories_filter li,
.wpb_categories_filter li {
display: block;
float: left;
margin: 0 10px 10px 0;
background-image: none;
list-style: none !important;
}
.wpb_teaser_grid .categories_filter li:after,
.wpb_categories_filter li:after,
.wpb_teaser_grid .categories_filter li:before,
.wpb_categories_filter li:before {
display: none !important;
}
.wpb_teaser_grid .categories_filter li a,
.wpb_categories_filter li a {
border: none;
text-decoration: none;
}
.wpb_teaser_grid .categories_filter li a:hover,
.wpb_categories_filter li a:hover {
border-bottom: 1px dotted;
}
.wpb_teaser_grid .categories_filter li.active a,
.wpb_categories_filter li.active a {
border-bottom: 1px dotted;
}
@media (max-width: 480px) {
.vc_responsive .wpb_row ul.wpb_thumbnails-fluid {
margin-left: 0;
width: auto;
}
.vc_responsive .wpb_row .wpb_teaser_grid ul.wpb_thumbnails-fluid [class*="vc_span"] {
width: 100%;
float: none;
display: block;
margin-left: 0;
margin-right: 0;
}
} .wpb_image_grid .wpb_image_grid_ul {
margin: 0;
padding: 0;
}
.wpb_image_grid .wpb_image_grid_ul > li {
background-image: none;
list-style: none !important;
}
.wpb_image_grid .wpb_image_grid_ul > li:after,
.wpb_image_grid .wpb_image_grid_ul > li:before {
display: none !important;
}
.wpb_image_grid .wpb_image_grid_ul .isotope-item {
list-style: none;
margin: 0 5px 5px 0;
max-width: 100%;
float: left;
}
.wpb_image_grid .wpb_image_grid_ul a {
display: block;
}
.wpb_image_grid .wpb_image_grid_ul img {
display: block;
max-width: 100%;
height: auto;
} .wpb_gallery .theme-default .nivoSlider {
margin-bottom: 0;
}
.wpb_gallery .theme-default .nivo-controlNav {
padding: 10px 0 3px 0;
}
.wpb_gallery .wpb_flexslider .flex-control-nav {
bottom: -35px;
}
.wpb_gallery .wpb_flexslider .flex-caption {
cursor: default;
} #content .wpb_gallery_slides ul.slides,
.content .wpb_gallery_slides ul.slides,
.wpb_gallery_slides ul.slides,
#content .wpb_gallery_slides ul.flex-direction-nav,
.content .wpb_gallery_slides ul.flex-direction-nav,
.wpb_gallery_slides ul.flex-direction-nav,
body .wpb_gallery_slides ul li,
.wpb_content_element .wpb_gallery_slides ul li {
list-style: none;
padding: 0;
background-image: none;
margin: 0;
}
.wpb_alert {
padding: 1em 35px 1em 14px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #fcf8e3;
border: 1px solid #fbeed5;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
color: #c09853;
clear: both;
}
.wpb_alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #468847;
}
.wpb_alert-danger,
.wpb_alert-error {
background-color: #f2dede;
border-color: #eed3d7;
color: #b94a48;
}
.wpb_alert-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #3a87ad;
}
.wpb_alert .messagebox_text {
padding-left: 28px;
background: url(//null-schwitzen.de/wp-content/themes/nimva/vc/alert.png) no-repeat left center;
}
.wpb_alert-info .messagebox_text {
background: url(//null-schwitzen.de/wp-content/themes/nimva/vc/info.png) no-repeat left center;
}
.wpb_alert-success .messagebox_text {
background: url(//null-schwitzen.de/wp-content/themes/nimva/vc/tick.png) no-repeat left center;
}
.wpb_alert-error .messagebox_text {
background: url(//null-schwitzen.de/wp-content/themes/nimva/vc/exclamation.png) no-repeat left center;
} .flickr_badge_image {
margin: 0 10px 10px 0px;
width: 72px;
height: 72px;
float: left;
background: none;
padding: 0;
}
.flickr_badge_image a {
border: none;
}
.flickr_badge_image img {
margin: 0;
overflow: hidden;
position: relative;
width: 100%;
height: 100%;
max-width: 100%;
max-height: 100%;
}
.wpb_flickr_widget p.flickr_stream_wrap {
clear: both;
margin-bottom: 0;
font-size: 80%;
}
.wpb_flickr_widget p.flickr_stream_wrap a {
background-image: url(//null-schwitzen.de/wp-content/themes/nimva/images/flickr.png);
background-repeat: no-repeat;
background-position: left center;
padding-left: 25px;
display: inline-block;
} .wpb_video_widget .wpb_wrapper .wpb_video_wrapper {
padding-top: 56%;
position: relative;
}
.wpb_video_widget .wpb_wrapper .wpb_video_wrapper > div {
padding-top: 0 !important;
position: static;
}
.wpb_video_widget .wpb_wrapper iframe {
width: 100%;
height: 100%;
display: block;
position: absolute;
margin: 0;
top: 0;
left: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.wpb_video_wrapper .fluid-width-video-wrapper {
padding-top: 0 !important;
position: static;
} .wpb_posts_slider .flex-caption,
.wpb_posts_slider .nivo-caption {
background-color: #f7f7f7;
opacity: 1;
color: inherit;
padding: 10px 15px;
position: static;
}
.wpb_posts_slider .wpb_gallery_slides > ul > li {
background-image: none;
list-style: none !important;
}
.wpb_posts_slider .wpb_gallery_slides > ul > li:after,
.wpb_posts_slider .wpb_gallery_slides > ul > li:before {
display: none !important;
} .vc_progress_bar .vc_single_bar {
background: #f7f7f7;
position: relative;
margin-bottom: 11.666666666666666px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.vc_progress_bar .vc_single_bar:last-child {
margin-bottom: 0;
}
.vc_progress_bar .vc_single_bar .vc_label {
display: block;
padding: 0.5em 1em;
position: relative;
z-index: 1;
}
.vc_progress_bar .vc_single_bar.bar_blue .vc_bar {
background-color: #51C4ED;
}
.vc_progress_bar .vc_single_bar.bar_blue .vc_label {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_single_bar.bar_purple .vc_bar {
background-color: #D798D1;
}
.vc_progress_bar .vc_single_bar.bar_purple .vc_label {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_single_bar.bar_green .vc_bar {
background-color: #A5CB5E;
}
.vc_progress_bar .vc_single_bar.bar_green .vc_label {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_single_bar.bar_yellow .vc_bar {
background-color: #FEBF4D;
}
.vc_progress_bar .vc_single_bar.bar_yellow .vc_label {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_single_bar.bar_red .vc_bar {
background-color: #E4436C;
}
.vc_progress_bar .vc_single_bar.bar_red .vc_label {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_single_bar.bar_black .vc_bar {
background-color: #414141;
}
.vc_progress_bar .vc_single_bar.bar_black .vc_label {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_single_bar .vc_bar {
display: block;
position: absolute;
height: 100%;
background-color: #e0e0e0;
width: 0%;
top: 0;
left: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
transition: width 1s linear;
-moz-transition: width 1s linear;
-webkit-transition: width 1s linear;
-o-transition: width 1s linear;
}
.vc_progress_bar .vc_single_bar .vc_bar.striped {
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-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-image: -moz-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-image: -o-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-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);
-webkit-background-size: 40px 40px;
-moz-background-size: 40px 40px;
-o-background-size: 40px 40px;
background-size: 40px 40px;
}
.vc_progress_bar .vc_single_bar .vc_bar.animated {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-moz-animation: progress-bar-stripes 2s linear infinite;
-ms-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-moz-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-ms-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position: 0 0;
}
to {
background-position: 40px 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
.vc_icon {
display: inline-block;
text-align: center;
vertical-align: middle;
border: 4px double rgba(125, 125, 125, 0.1);
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
} .vc_icon_round {
border-radius: 999px;
border-radius: 50%;
}
.vc_icon_square {
border-radius: 4px;
} .vc_icon_light {
color: rgba(0, 0, 0, 0.8);
background: rgba(255, 255, 255, 0.8);
}
.vc_icon_dark {
color: rgba(255, 255, 255, 0.8);
background: rgba(0, 0, 0, 0.8);
}
.vc_icon_green {
color: #ffffff;
background: #b8d30b;
}
.vc_icon_turquoise {
color: #ffffff;
background: #1fb4da;
}
.vc_icon_purple {
color: #ffffff;
background: #4a4683;
}
.vc_icon_pink {
color: #ffffff;
background: #f64747;
}
.vc_icon_orange {
color: #ffffff;
background: #ffa432;
}
.vc_icon_light-grey {
color: #2d2d2d;
background: #ecebeb;
} .vc_promobox {
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.vc_promobox .vc_icon {
margin: 0 0 0.5em 0;
}
.vc_promobox .wpb_wrapper {
text-align: center;
}
.vc_promobox .wpb_wrapper p:last-child {
margin-bottom: 0;
} .vc_icon_left.vc_promobox .wpb_wrapper {
padding-left: 140px;
position: relative;
text-align: left;
}
.vc_icon_left.vc_promobox .vc_icon {
position: absolute;
left: 0;
top: 5px;
}
.vc_icon_right.vc_promobox .wpb_wrapper {
padding-right: 140px;
position: relative;
text-align: right;
}
.vc_icon_right.vc_promobox .vc_icon {
position: absolute;
right: 0;
top: 5px;
} .vc_icon_large.vc_icon { font-size: 40px;
height: 120px;
width: 120px;
}
.vc_icon_large.vc_icon [class^="icon-"],
.vc_icon_large.vc_icon [class*=" icon-"] {
line-height: 124px;
}
.vc_icon_medium.vc_icon { font-size: 25px;
height: 70px;
width: 70px;
}
.vc_icon_medium.vc_icon [class^="icon-"],
.vc_icon_medium.vc_icon [class*=" icon-"] {
line-height: 74px;
}
.vc_icon_small.vc_icon { font-size: 16px;
width: 45px;
height: 45px;
}
.vc_icon_small.vc_icon [class^="icon-"],
.vc_icon_small.vc_icon [class*=" icon-"] {
line-height: 46px;
font-size: 20px;
}
.vc_icon_small_size.vc_promobox.vc_icon_left .wpb_wrapper {
padding-left: 65px;
}
.vc_icon_small_size.vc_promobox.vc_icon_right .wpb_wrapper {
padding-right: 65px;
}
.vc_icon_medium_size.vc_promobox.vc_icon_left .wpb_wrapper {
padding-left: 90px;
}
.vc_icon_medium_size.vc_promobox.vc_icon_right .wpb_wrapper {
padding-right: 90px;
} .vc_promo_light,
.vc_promo_dark,
.vc_promo_green,
.vc_promo_turquoise,
.vc_promo_purple,
.vc_promo_pink,
.vc_promo_orange,
.vc_promo_light-grey {
padding: 21.739130434782606px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.vc_promo_light .vc_icon,
.vc_promo_dark .vc_icon,
.vc_promo_green .vc_icon,
.vc_promo_turquoise .vc_icon,
.vc_promo_purple .vc_icon,
.vc_promo_pink .vc_icon,
.vc_promo_orange .vc_icon,
.vc_promo_light-grey .vc_icon {
border-color: transparent;
}
.vc_promo_border {
border: 4px double rgba(125, 125, 125, 0.1);
padding: 21.739130434782606px;
}
.vc_promo_light {
background: #ffffff;
color: #2d2d2d;
}
.vc_promo_dark {
background: #2d2d2d;
color: #ffffff;
}
.vc_promo_green {
background: #b8d30b;
color: #ffffff;
}
.vc_promo_turquoise {
background: #1fb4da;
color: #ffffff;
}
.vc_promo_purple {
background: #4a4683;
color: #ffffff;
}
.vc_promo_pink {
background: #f64747;
color: #ffffff;
}
.vc_promo_orange {
background: #ffa432;
color: #ffffff;
}
.vc_promo_light-grey {
background: #ecebeb;
color: #2d2d2d;
} .vc_big_centered_heading {
margin-left: auto;
margin-right: auto;
}
.vc_big_centered_heading h1,
.vc_big_centered_heading h2,
.vc_big_centered_heading h3,
.vc_big_centered_heading h4,
.vc_big_centered_heading h5,
.vc_big_centered_heading h6 {
margin: 0;
}
.vc_big_centered_heading h1 {
font-size: 5em;
}
.vc_big_centered_heading h2 {
font-size: 4em;
}
.vc_big_centered_heading h3 {
font-size: 3em;
}
.vc_big_centered_heading h4 {
font-size: 2em;
}
.vc_big_centered_heading h5 {
font-size: 1.75em;
}
.vc_big_centered_heading h6 {
font-size: 1.55em;
} .vc_imgtext {
position: relative;
height: 150px;
overflow: hidden; }
.vc_imgtext.size-extra-large {
height: 375px;
}
.vc_imgtext.size-extra-large .wpb_heading {
font-size: 2em;
}
.vc_imgtext.size-large {
height: 300px;
}
.vc_imgtext.size-large .wpb_heading {
font-size: 1.5em;
}
.vc_imgtext.size-medium {
height: 225px;
}
.vc_imgtext.size-medium .wpb_heading {
font-size: 1.5em;
}
.vc_imgtext.size-small {
height: 100px;
}
.vc_imgtext.size-small .vc_imgtext_back p {
font-size: 90%;
line-height: 130%;
margin-bottom: 15px;
}
.vc_imgtext .wpb_heading {
font-size: 1.3em;
}
.vc_imgtext .wpb_heading,
.vc_imgtext .vc_imgtext_back *:last-child {
margin: 0;
}
.vc_imgtext table {
position: absolute;
height: 100%;
width: 100%;
}
.vc_imgtext table tbody,
.vc_imgtext table tr,
.vc_imgtext table td {
height: 100%;
width: 100%;
vertical-align: middle;
}
.vc_imgtext table td {
padding: 21.739130434782606px;
}
.vc_imgtext .vc_imgtext_front,
.vc_imgtext .vc_imgtext_back {
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
-webkit-backface-visibility: hidden;
}
.vc_imgtext .vc_imgtext_front {
z-index: 2;
}
.vc_imgtext .vc_imgtext_back {
z-index: 3;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: translate(0, 30px);
-moz-transform: translate(0, 30px);
-ms-transform: translate(0, 30px);
-o-transform: translate(0, 30px);
transform: translate(0, 30px);
}
.vc_imgtext:hover .vc_imgtext_front {
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: translate(0, -30px);
-moz-transform: translate(0, -30px);
-ms-transform: translate(0, -30px);
-o-transform: translate(0, -30px);
transform: translate(0, -30px);
}
.vc_imgtext:hover .vc_imgtext_back {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: translate(0, 0px);
-moz-transform: translate(0, 0px);
-ms-transform: translate(0, 0px);
-o-transform: translate(0, 0px);
transform: translate(0, 0px);
}
.vc_imgtext .wpb_wpb_button {
font-family: "Raleway", sans-serif;
border: none;
background: #ffffff;
letter-spacing: 0;
}
.vc_imgtext .wpb_wpb_button:hover {
background: #2d2d2d;
color: #ffffff;
} .vc_team_section .wpb_heading {
font-size: 200%;
}
.vc_team_section .vc_team_thumbs {
margin: 50px 0 0 0;
text-align: center;
}
.vc_team_section .vc_team_thumbs li {
list-style: none;
margin: 0 15px;
padding: 0;
display: inline-block;
width: 150px;
background: #33bee5;
position: relative;
-webkit-border-radius: 999px;
-moz-border-radius: 999px;
border-radius: 999px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.vc_team_section .vc_team_thumbs li:hover img {
opacity: 0.5;
filter: alpha(opacity=50);
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}
.vc_team_section .vc_team_thumbs li:hover i[class^="icon-"] {
opacity: 1;
filter: alpha(opacity=100);
}
.vc_team_section .vc_team_thumbs li a {
text-decoration: none;
color: #ffffff;
}
.vc_team_section .vc_team_thumbs li img {
max-width: 100%;
display: block;
-webkit-border-radius: 999px;
-moz-border-radius: 999px;
border-radius: 999px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.vc_team_section .vc_team_thumbs li i[class^="icon-"] {
position: absolute;
top: 50%;
left: 50%;
font-size: 25px;
margin: -11px 0 0 -11px;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.vc_team_section .vc_team_full {
display: none;
background: #222222;
position: absolute;
overflow: hidden;
max-height: 100%;
width: auto;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.vc_team_section .vc_team_full > ul {
margin: 0;
padding: 0;
display: block;
width: 100%;
height: 100%;
}
.vc_team_section .vc_team_full > ul li.vc_team_member {
list-style: none;
padding: 0;
margin: 0;
width: 100%;
height: 100%;
display: block;
background-repeat: no-repeat;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
}
.vc_team_section .vc_team_full > ul li.vc_team_member.vc_team_member_right {
background-position: top right;
}
.vc_team_section .vc_team_full > ul li.vc_team_member.vc_team_member_left {
background-position: top left;
}
.vc_team_section .vc_team_full .vc_team_memberrr {
position: absolute;
top: 0;
left: 0;
z-index: 1;
display: none;
} .vc_pricing_table {
margin: 65px 0 45px;
}
.vc_pricing_table .vc_pricing_table_row .span3 {
margin-left: 0;
width: 25%;
}
.vc_pricing_table .vc_pricing_table_row .span4 {
margin-left: 0;
width: 33.3333333%;
}
.vc_pricing_table .vc_pricing_column {
text-align: center;
position: relative;
padding-bottom: 15px;
}
.vc_pricing_table .vc_pricing_column > ul {
margin: 0;
padding: 0;
}
.vc_pricing_table .vc_pricing_column > ul li {
list-style: none;
padding: 7px 25px;
font-size: 12px;
border-bottom: 1px solid rgba(125, 125, 125, 0.1);
}
.vc_pricing_table .vc_pricing_column > ul li:nth-child(odd) {
background: #fbfbfb;
background: rgba(125, 125, 125, 0.1);
}
.vc_pricing_table .vc_pricing_column > ul li.vc_pricing_column_name {
background: #ffffff;
padding: 15px 25px;
}
.vc_pricing_table .vc_pricing_column > ul li.vc_pricing_column_name .wpb_heading {
color: #33bee5;
font-size: 25px;
margin: 0;
}
.vc_pricing_table .vc_pricing_column > ul li.vc_pricing_column_price {
padding-top: 20px;
padding-bottom: 13px;
}
.vc_pricing_table .vc_pricing_column > ul li.vc_pricing_column_price h4 {
font-size: 55px;
line-height: 40px;
letter-spacing: -3px;
margin: 0 0 -5px -7px;
}
.vc_pricing_table .vc_pricing_column > ul li.vc_pricing_column_price h4 span {
font-size: 20px;
position: relative;
top: -28px;
left: -6px;
color: #33bee5;
}
.vc_pricing_table .vc_pricing_column > ul li.vc_pricing_column_price .vc_price_column_sub_units {
opacity: 0.4;
filter: alpha(opacity=40);
position: relative;
}
.vc_pricing_table .vc_pricing_column .btn_wrapper {
width: 100%;
text-align: center;
}
.vc_pricing_table .vc_pricing_column .btn {
display: inline-block;
margin: 30px 0;
}
.vc_pricing_table div.vc_highlight {
margin: -25px 0 0 0;
padding-bottom: 30px;
position: relative;
z-index: 1;
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.vc_pricing_table div.vc_highlight li.vc_pricing_column_name {
background: #33bee5;
padding-top: 28px;
padding-bottom: 27px;
border-bottom: 0;
}
.vc_pricing_table div.vc_highlight li.vc_pricing_column_name .wpb_heading {
color: #ffffff;
} .vc_pie_chart {
z-index: 0;
text-align: center;
}
.vc_pie_chart .vc_pie_wrapper {
position: relative;
margin: 0 auto;
}
.vc_pie_chart canvas {
position: relative;
z-index: 1;
}
.vc_pie_chart .wpb_heading {
margin: 0.6em 0 0 0;
font-weight: 300;
}
.vc_pie_chart .vc_pie_chart_value {
font-size: 2.5em;
font-weight: 300;
letter-spacing: -1px;
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
text-align: center;
}
.vc_pie_chart .vc_pie_chart_value i {
font-size:50px;
}
.pie_description {
padding: 14px 0;
font-size: 16px;
}
.vc_pie_chart[data-pie-color="green"] .vc_pie_chart_back {
border-color: rgba(160, 206, 78, 0.1);
}
.vc_pie_chart[data-pie-color="blue"] .vc_pie_chart_back {
border-color: rgba(81, 196, 237, 0.1);
}
.vc_pie_chart[data-pie-color="red"] .vc_pie_chart_back {
border-color: rgba(228, 67, 108, 0.1);
}
.vc_pie_chart[data-pie-color="yellow"] .vc_pie_chart_back {
border-color: rgba(254, 191, 77, 0.1);
}
.vc_pie_chart[data-pie-color="purple"] .vc_pie_chart_back {
border-color: rgba(215, 192, 209, 0.1);
}
.vc_pie_chart[data-pie-color="black"] .vc_pie_chart_back {
border-color: rgba(68, 68, 68, 0.1);
}
.vc_pie_chart[data-pie-color="grey"] .vc_pie_chart_back {
border-color: rgba(204, 204, 204, 0.1);
}
.vc_pie_chart_back {
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
border: 4px double rgba(125, 125, 125, 0.1);
border-radius: 999px;
border-radius: 50%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
} .vc_recent_posts ul.vc_table {
margin: 15px 0 0 0;
padding: 0;
border: 1px solid rgba(125, 125, 125, 0.1);
background: rgba(125, 125, 125, 0.1);
}
.vc_recent_posts ul.vc_table li.vc_recent_post_line {
margin: 0;
list-style: none;
}
.vc_recent_posts ul.vc_table li.vc_recent_post_line:first-child .vc_td {
border-top: none;
}
.vc_recent_posts ul.vc_table li.vc_recent_post_line .vc_td {
padding: 21.739130434782606px;
border-top: 1px solid rgba(125, 125, 125, 0.1);
}
.vc_recent_posts .vc_recent_post_line_title {
font-weight: 700;
}
.vc_recent_posts .vc_recent_post_line_date {
font-size: 90%;
color: #33bee5;
white-space: nowrap;
}
.vc_recent_posts .vc_recent_post_line_date .vc_position_relative:before {
content: "";
display: block;
height: 30px;
width: 1px;
position: absolute;
top: -5px;
left: -21px;
border-left: 1px dotted #33bee5;
}
.vc_recent_posts .vc_recent_posts_more_link {
display: inline-block;
margin-top: 15px;
}    .wpb_alert p:last-child,
#content .wpb_alert p:last-child,
.wpb_text_column p:last-child,
.wpb_text_column *:last-child,
#content .wpb_text_column p:last-child,
#content .wpb_text_column *:last-child,
.wpb_toggle_content p:last-child {
margin-bottom: 0;
}
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button { }
.fb_like,
.twitter-share-button,
.entry-content .twitter-share-button,
.wpb_googleplus,
.wpb_pinterest,
.wpb_tab .wpb_content_element,
.wpb_toggle_content {
margin-bottom: 21.739130434782606px;
}  .wpb_content_element.wpb_single_image img {
height: auto;
max-width: 100%;
}
.wpb_single_image.vc_align_center {
text-align: center;
}
.wpb_single_image.vc_align_right {
text-align: right;
}
.wpb_heading,
.entry-content .wpb_heading {
margin-top: 0;
}
.pp_content iframe {
margin-bottom: 0;
}  .wpb_animate_when_almost_visible {
opacity: 0;
}
.wpb_start_animation.wpb_top-to-bottom {
-webkit-animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); -moz-animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); -o-animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); opacity: 1;
}
.wpb_start_animation.wpb_bottom-to-top {
-webkit-animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); -moz-animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); -o-animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); opacity: 1;
}
.wpb_start_animation.wpb_left-to-right {
-webkit-animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); -moz-animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); -o-animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); opacity: 1;
}
.wpb_start_animation.wpb_right-to-left {
-webkit-animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); -moz-animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); -o-animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); opacity: 1;
}
.wpb_start_animation.wpb_appear {
-webkit-animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); -moz-animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); -o-animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275); -webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
} @-webkit-keyframes wpb_ttb {
0% {
-webkit-transform: translate(0, -10%);
opacity: 0;
}
100% {
-webkit-transform: translate(0, 0);
opacity: 1;
}
}
@-moz-keyframes wpb_ttb {
0% {
-moz-transform: translate(0, -10%);
opacity: 0;
}
100% {
-moz-transform: translate(0, 0);
opacity: 1;
}
}
@-o-keyframes wpb_ttb {
0% {
-o-transform: translate(0, -10%);
opacity: 0;
}
100% {
-o-transform: translate(0, 0);
opacity: 1;
}
}
@keyframes wpb_ttb {
0% {
transform: translate(0, -10%);
opacity: 0;
}
100% {
transform: translate(0, 0);
opacity: 1;
}
} @-webkit-keyframes wpb_btt {
0% {
-webkit-transform: translate(0, 10%);
opacity: 0;
}
100% {
-webkit-transform: translate(0, 0);
opacity: 1;
}
}
@-moz-keyframes wpb_btt {
0% {
-moz-transform: translate(0, 10%);
opacity: 0;
}
100% {
-moz-transform: translate(0, 0);
opacity: 1;
}
}
@-o-keyframes wpb_btt {
0% {
-o-transform: translate(0, 10%);
opacity: 0;
}
100% {
-o-transform: translate(0, 0);
opacity: 1;
}
}
@keyframes wpb_btt {
0% {
transform: translate(0, 10%);
opacity: 0;
}
100% {
transform: translate(0, 0);
opacity: 1;
}
} @-webkit-keyframes wpb_ltr {
0% {
-webkit-transform: translate(-10%, 0);
opacity: 0;
}
100% {
-webkit-transform: translate(0, 0);
opacity: 1;
}
}
@-moz-keyframes wpb_ltr {
0% {
-moz-transform: translate(-10%, 0);
opacity: 0;
}
100% {
-moz-transform: translate(0, 0);
opacity: 1;
}
}
@-o-keyframes wpb_ltr {
0% {
-o-transform: translate(-10%, 0);
opacity: 0;
}
100% {
-o-transform: translate(0, 0);
opacity: 1;
}
}
@keyframes wpb_ltr {
0% {
transform: translate(-10%, 0);
opacity: 0;
}
100% {
transform: translate(0, 0);
opacity: 1;
}
} @-webkit-keyframes wpb_rtl {
0% {
-webkit-transform: translate(10%, 0);
opacity: 0;
}
100% {
-webkit-transform: translate(0, 0);
opacity: 1;
}
}
@-moz-keyframes wpb_rtl {
0% {
-moz-transform: translate(10%, 0);
opacity: 0;
}
100% {
-moz-transform: translate(0, 0);
opacity: 1;
}
}
@-o-keyframes wpb_rtl {
0% {
-o-transform: translate(10%, 0);
opacity: 0;
}
100% {
-o-transform: translate(0, 0);
opacity: 1;
}
}
@keyframes wpb_rtl {
0% {
transform: translate(10%, 0);
opacity: 0;
}
100% {
transform: translate(0, 0);
opacity: 1;
}
} @-webkit-keyframes wpb_appear {
0% {
-webkit-transform: scale(0.5);
opacity: 0.1;
}
100% {
-webkit-transform: scale(1);
opacity: 1;
}
}
@-moz-keyframes wpb_appear {
0% {
-moz-transform: scale(0.5);
opacity: 0.1;
}
100% {
-moz-transform: scale(1);
opacity: 1;
}
}
@-o-keyframes wpb_appear {
0% {
-o-transform: scale(0.5);
opacity: 0.1;
}
100% {
-o-transform: scale(1);
opacity: 1;
}
}
@keyframes wpb_appear {
0% {
transform: scale(0.5);
opacity: 0.1;
}
100% {
transform: scale(1);
opacity: 1;
}
}.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 1000000; opacity: 0.8; }
.tipsy-inner { background-color: #000; color: #FFF; max-width: 300px; padding: 5px 8px 4px 8px; text-align: center; } .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }  .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; } .tipsy-arrow-n { border-bottom-color: #000; }
.tipsy-arrow-s { border-top-color: #000; }
.tipsy-arrow-e { border-left-color: #000; }
.tipsy-arrow-w { border-right-color: #000; }
.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-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(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-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{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.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{-ms-touch-action:pan-y;touch-action:pan-y;-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}.owl-carousel .animated{animation-duration:1s;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 .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.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(//null-schwitzen.de/wp-content/themes/nimva/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s 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-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s 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; }@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
#logo a.standard_logo, .hamburger_logo img.standard_logo { display: none !important; }
#logo a.retina_logo { display: inline-block; }
.hamburger_logo img.retina_logo {display: block;} .preloader,
.preloader2 {
background-image: url(//null-schwitzen.de/wp-content/themes/nimva/images/preloader@2x.gif);
background-size: 24px 24px;
-moz-background-size: 24px 24px;
-webkit-background-size: 24px 24px;
-o-background-size: 24px 24px;
}
#top-search input,
.widget_search input[type="text"] {
background-image: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/search@2x.png);
background-size: 31px 16px;
-moz-background-size: 31px 16px;
-webkit-background-size: 31px 16px;
-o-background-size: 31px 16px;
} .toggle .togglet,
.toggle .toggleta,
.acctitle,
.acctitlec {
background-image: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/toggle-plus@2x.png);
background-size: 24px 24px;
-moz-background-size: 24px 24px;
-webkit-background-size: 24px 24px;
-o-background-size: 24px 24px;
}
.toggle .toggleta,
.acctitlec { background-image: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/toggle-minus@2x.png); }
.quote {
background-image: url(//null-schwitzen.de/wp-content/themes/nimva/images/icons/quote@2x.png);
background-size: 45px 29px;
-moz-background-size: 45px 29px;
-webkit-background-size: 45px 29px;
-o-background-size: 45px 29px;
} .widget_recent_comments li,
#footer.footer-dark .widget_recent_comments li { background-size: 15px 26px;
-moz-background-size: 15px 26px;
-webkit-background-size: 15px 26px;
-o-background-size: 15px 26px;
}
.team-skills.changed li .social-icons a { background-size: 512px 32px;
} }.fa {
font-family: var(--fa-style-family, "Font Awesome 6 Free");
font-weight: var(--fa-style, 900); }
.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: var(--fa-display, inline-block);
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto; }
.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
font-family: 'Font Awesome 6 Free'; }
.fab,
.fa-brands {
font-family: 'Font Awesome 6 Brands'; }
.fa-1x {
font-size: 1em; }
.fa-2x {
font-size: 2em; }
.fa-3x {
font-size: 3em; }
.fa-4x {
font-size: 4em; }
.fa-5x {
font-size: 5em; }
.fa-6x {
font-size: 6em; }
.fa-7x {
font-size: 7em; }
.fa-8x {
font-size: 8em; }
.fa-9x {
font-size: 9em; }
.fa-10x {
font-size: 10em; }
.fa-2xs {
font-size: 0.625em;
line-height: 0.1em;
vertical-align: 0.225em; }
.fa-xs {
font-size: 0.75em;
line-height: 0.08333em;
vertical-align: 0.125em; }
.fa-sm {
font-size: 0.875em;
line-height: 0.07143em;
vertical-align: 0.05357em; }
.fa-lg {
font-size: 1.25em;
line-height: 0.05em;
vertical-align: -0.075em; }
.fa-xl {
font-size: 1.5em;
line-height: 0.04167em;
vertical-align: -0.125em; }
.fa-2xl {
font-size: 2em;
line-height: 0.03125em;
vertical-align: -0.1875em; }
.fa-fw {
text-align: center;
width: 1.25em; }
.fa-ul {
list-style-type: none;
margin-left: var(--fa-li-margin, 2.5em);
padding-left: 0; }
.fa-ul > li {
position: relative; }
.fa-li {
left: calc(var(--fa-li-width, 2em) * -1);
position: absolute;
text-align: center;
width: var(--fa-li-width, 2em);
line-height: inherit; }
.fa-border {
border-color: var(--fa-border-color, #eee);
border-radius: var(--fa-border-radius, 0.1em);
border-style: var(--fa-border-style, solid);
border-width: var(--fa-border-width, 0.08em);
padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }
.fa-pull-left {
float: left;
margin-right: var(--fa-pull-margin, 0.3em); }
.fa-pull-right {
float: right;
margin-left: var(--fa-pull-margin, 0.3em); }
.fa-beat {
-webkit-animation-name: fa-beat;
animation-name: fa-beat;
-webkit-animation-delay: var(--fa-animation-delay, 0s);
animation-delay: var(--fa-animation-delay, 0s);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
.fa-bounce {
-webkit-animation-name: fa-bounce;
animation-name: fa-bounce;
-webkit-animation-delay: var(--fa-animation-delay, 0s);
animation-delay: var(--fa-animation-delay, 0s);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }
.fa-fade {
-webkit-animation-name: fa-fade;
animation-name: fa-fade;
-webkit-animation-delay: var(--fa-animation-delay, 0s);
animation-delay: var(--fa-animation-delay, 0s);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
.fa-beat-fade {
-webkit-animation-name: fa-beat-fade;
animation-name: fa-beat-fade;
-webkit-animation-delay: var(--fa-animation-delay, 0s);
animation-delay: var(--fa-animation-delay, 0s);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
.fa-flip {
-webkit-animation-name: fa-flip;
animation-name: fa-flip;
-webkit-animation-delay: var(--fa-animation-delay, 0s);
animation-delay: var(--fa-animation-delay, 0s);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
.fa-shake {
-webkit-animation-name: fa-shake;
animation-name: fa-shake;
-webkit-animation-delay: var(--fa-animation-delay, 0s);
animation-delay: var(--fa-animation-delay, 0s);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
animation-timing-function: var(--fa-animation-timing, linear); }
.fa-spin {
-webkit-animation-name: fa-spin;
animation-name: fa-spin;
-webkit-animation-delay: var(--fa-animation-delay, 0s);
animation-delay: var(--fa-animation-delay, 0s);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 2s);
animation-duration: var(--fa-animation-duration, 2s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
animation-timing-function: var(--fa-animation-timing, linear); }
.fa-spin-reverse {
--fa-animation-direction: reverse; }
.fa-pulse,
.fa-spin-pulse {
-webkit-animation-name: fa-spin;
animation-name: fa-spin;
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
animation-timing-function: var(--fa-animation-timing, steps(8)); }
@media (prefers-reduced-motion: reduce) {
.fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
-webkit-animation-delay: -1ms;
animation-delay: -1ms;
-webkit-animation-duration: 1ms;
animation-duration: 1ms;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transition-duration: 0s;
transition-duration: 0s; } }
@-webkit-keyframes fa-beat {
0%, 90% {
-webkit-transform: scale(1);
transform: scale(1); }
45% {
-webkit-transform: scale(var(--fa-beat-scale, 1.25));
transform: scale(var(--fa-beat-scale, 1.25)); } }
@keyframes fa-beat {
0%, 90% {
-webkit-transform: scale(1);
transform: scale(1); }
45% {
-webkit-transform: scale(var(--fa-beat-scale, 1.25));
transform: scale(var(--fa-beat-scale, 1.25)); } }
@-webkit-keyframes fa-bounce {
0% {
-webkit-transform: scale(1, 1) translateY(0);
transform: scale(1, 1) translateY(0); }
10% {
-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
30% {
-webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
50% {
-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
57% {
-webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
64% {
-webkit-transform: scale(1, 1) translateY(0);
transform: scale(1, 1) translateY(0); }
100% {
-webkit-transform: scale(1, 1) translateY(0);
transform: scale(1, 1) translateY(0); } }
@keyframes fa-bounce {
0% {
-webkit-transform: scale(1, 1) translateY(0);
transform: scale(1, 1) translateY(0); }
10% {
-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
30% {
-webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
50% {
-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
57% {
-webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
64% {
-webkit-transform: scale(1, 1) translateY(0);
transform: scale(1, 1) translateY(0); }
100% {
-webkit-transform: scale(1, 1) translateY(0);
transform: scale(1, 1) translateY(0); } }
@-webkit-keyframes fa-fade {
50% {
opacity: var(--fa-fade-opacity, 0.4); } }
@keyframes fa-fade {
50% {
opacity: var(--fa-fade-opacity, 0.4); } }
@-webkit-keyframes fa-beat-fade {
0%, 100% {
opacity: var(--fa-beat-fade-opacity, 0.4);
-webkit-transform: scale(1);
transform: scale(1); }
50% {
opacity: 1;
-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
@keyframes fa-beat-fade {
0%, 100% {
opacity: var(--fa-beat-fade-opacity, 0.4);
-webkit-transform: scale(1);
transform: scale(1); }
50% {
opacity: 1;
-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
@-webkit-keyframes fa-flip {
50% {
-webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
@keyframes fa-flip {
50% {
-webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
@-webkit-keyframes fa-shake {
0% {
-webkit-transform: rotate(-15deg);
transform: rotate(-15deg); }
4% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg); }
8%, 24% {
-webkit-transform: rotate(-18deg);
transform: rotate(-18deg); }
12%, 28% {
-webkit-transform: rotate(18deg);
transform: rotate(18deg); }
16% {
-webkit-transform: rotate(-22deg);
transform: rotate(-22deg); }
20% {
-webkit-transform: rotate(22deg);
transform: rotate(22deg); }
32% {
-webkit-transform: rotate(-12deg);
transform: rotate(-12deg); }
36% {
-webkit-transform: rotate(12deg);
transform: rotate(12deg); }
40%, 100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); } }
@keyframes fa-shake {
0% {
-webkit-transform: rotate(-15deg);
transform: rotate(-15deg); }
4% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg); }
8%, 24% {
-webkit-transform: rotate(-18deg);
transform: rotate(-18deg); }
12%, 28% {
-webkit-transform: rotate(18deg);
transform: rotate(18deg); }
16% {
-webkit-transform: rotate(-22deg);
transform: rotate(-22deg); }
20% {
-webkit-transform: rotate(22deg);
transform: rotate(22deg); }
32% {
-webkit-transform: rotate(-12deg);
transform: rotate(-12deg); }
36% {
-webkit-transform: rotate(12deg);
transform: rotate(12deg); }
40%, 100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); } }
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.fa-rotate-90 {
-webkit-transform: rotate(90deg);
transform: rotate(90deg); }
.fa-rotate-180 {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.fa-rotate-270 {
-webkit-transform: rotate(270deg);
transform: rotate(270deg); }
.fa-flip-horizontal {
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1); }
.fa-flip-vertical {
-webkit-transform: scale(1, -1);
transform: scale(1, -1); }
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
-webkit-transform: scale(-1, -1);
transform: scale(-1, -1); }
.fa-rotate-by {
-webkit-transform: rotate(var(--fa-rotate-angle, none));
transform: rotate(var(--fa-rotate-angle, none)); }
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em; }
.fa-stack-1x,
.fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%;
z-index: var(--fa-stack-z-index, auto); }
.fa-stack-1x {
line-height: inherit; }
.fa-stack-2x {
font-size: 2em; }
.fa-inverse {
color: var(--fa-inverse, #fff); } .fa-0::before {
content: "\30"; }
.fa-1::before {
content: "\31"; }
.fa-2::before {
content: "\32"; }
.fa-3::before {
content: "\33"; }
.fa-4::before {
content: "\34"; }
.fa-5::before {
content: "\35"; }
.fa-6::before {
content: "\36"; }
.fa-7::before {
content: "\37"; }
.fa-8::before {
content: "\38"; }
.fa-9::before {
content: "\39"; }
.fa-fill-drip::before {
content: "\f576"; }
.fa-arrows-to-circle::before {
content: "\e4bd"; }
.fa-circle-chevron-right::before {
content: "\f138"; }
.fa-chevron-circle-right::before {
content: "\f138"; }
.fa-at::before {
content: "\40"; }
.fa-trash-can::before {
content: "\f2ed"; }
.fa-trash-alt::before {
content: "\f2ed"; }
.fa-text-height::before {
content: "\f034"; }
.fa-user-xmark::before {
content: "\f235"; }
.fa-user-times::before {
content: "\f235"; }
.fa-stethoscope::before {
content: "\f0f1"; }
.fa-message::before {
content: "\f27a"; }
.fa-comment-alt::before {
content: "\f27a"; }
.fa-info::before {
content: "\f129"; }
.fa-down-left-and-up-right-to-center::before {
content: "\f422"; }
.fa-compress-alt::before {
content: "\f422"; }
.fa-explosion::before {
content: "\e4e9"; }
.fa-file-lines::before {
content: "\f15c"; }
.fa-file-alt::before {
content: "\f15c"; }
.fa-file-text::before {
content: "\f15c"; }
.fa-wave-square::before {
content: "\f83e"; }
.fa-ring::before {
content: "\f70b"; }
.fa-building-un::before {
content: "\e4d9"; }
.fa-dice-three::before {
content: "\f527"; }
.fa-calendar-days::before {
content: "\f073"; }
.fa-calendar-alt::before {
content: "\f073"; }
.fa-anchor-circle-check::before {
content: "\e4aa"; }
.fa-building-circle-arrow-right::before {
content: "\e4d1"; }
.fa-volleyball::before {
content: "\f45f"; }
.fa-volleyball-ball::before {
content: "\f45f"; }
.fa-arrows-up-to-line::before {
content: "\e4c2"; }
.fa-sort-down::before {
content: "\f0dd"; }
.fa-sort-desc::before {
content: "\f0dd"; }
.fa-circle-minus::before {
content: "\f056"; }
.fa-minus-circle::before {
content: "\f056"; }
.fa-door-open::before {
content: "\f52b"; }
.fa-right-from-bracket::before {
content: "\f2f5"; }
.fa-sign-out-alt::before {
content: "\f2f5"; }
.fa-atom::before {
content: "\f5d2"; }
.fa-soap::before {
content: "\e06e"; }
.fa-icons::before {
content: "\f86d"; }
.fa-heart-music-camera-bolt::before {
content: "\f86d"; }
.fa-microphone-lines-slash::before {
content: "\f539"; }
.fa-microphone-alt-slash::before {
content: "\f539"; }
.fa-bridge-circle-check::before {
content: "\e4c9"; }
.fa-pump-medical::before {
content: "\e06a"; }
.fa-fingerprint::before {
content: "\f577"; }
.fa-hand-point-right::before {
content: "\f0a4"; }
.fa-magnifying-glass-location::before {
content: "\f689"; }
.fa-search-location::before {
content: "\f689"; }
.fa-forward-step::before {
content: "\f051"; }
.fa-step-forward::before {
content: "\f051"; }
.fa-face-smile-beam::before {
content: "\f5b8"; }
.fa-smile-beam::before {
content: "\f5b8"; }
.fa-flag-checkered::before {
content: "\f11e"; }
.fa-football::before {
content: "\f44e"; }
.fa-football-ball::before {
content: "\f44e"; }
.fa-school-circle-exclamation::before {
content: "\e56c"; }
.fa-crop::before {
content: "\f125"; }
.fa-angles-down::before {
content: "\f103"; }
.fa-angle-double-down::before {
content: "\f103"; }
.fa-users-rectangle::before {
content: "\e594"; }
.fa-people-roof::before {
content: "\e537"; }
.fa-people-line::before {
content: "\e534"; }
.fa-beer-mug-empty::before {
content: "\f0fc"; }
.fa-beer::before {
content: "\f0fc"; }
.fa-diagram-predecessor::before {
content: "\e477"; }
.fa-arrow-up-long::before {
content: "\f176"; }
.fa-long-arrow-up::before {
content: "\f176"; }
.fa-fire-flame-simple::before {
content: "\f46a"; }
.fa-burn::before {
content: "\f46a"; }
.fa-person::before {
content: "\f183"; }
.fa-male::before {
content: "\f183"; }
.fa-laptop::before {
content: "\f109"; }
.fa-file-csv::before {
content: "\f6dd"; }
.fa-menorah::before {
content: "\f676"; }
.fa-truck-plane::before {
content: "\e58f"; }
.fa-record-vinyl::before {
content: "\f8d9"; }
.fa-face-grin-stars::before {
content: "\f587"; }
.fa-grin-stars::before {
content: "\f587"; }
.fa-bong::before {
content: "\f55c"; }
.fa-spaghetti-monster-flying::before {
content: "\f67b"; }
.fa-pastafarianism::before {
content: "\f67b"; }
.fa-arrow-down-up-across-line::before {
content: "\e4af"; }
.fa-spoon::before {
content: "\f2e5"; }
.fa-utensil-spoon::before {
content: "\f2e5"; }
.fa-jar-wheat::before {
content: "\e517"; }
.fa-envelopes-bulk::before {
content: "\f674"; }
.fa-mail-bulk::before {
content: "\f674"; }
.fa-file-circle-exclamation::before {
content: "\e4eb"; }
.fa-circle-h::before {
content: "\f47e"; }
.fa-hospital-symbol::before {
content: "\f47e"; }
.fa-pager::before {
content: "\f815"; }
.fa-address-book::before {
content: "\f2b9"; }
.fa-contact-book::before {
content: "\f2b9"; }
.fa-strikethrough::before {
content: "\f0cc"; }
.fa-k::before {
content: "\4b"; }
.fa-landmark-flag::before {
content: "\e51c"; }
.fa-pencil::before {
content: "\f303"; }
.fa-pencil-alt::before {
content: "\f303"; }
.fa-backward::before {
content: "\f04a"; }
.fa-caret-right::before {
content: "\f0da"; }
.fa-comments::before {
content: "\f086"; }
.fa-paste::before {
content: "\f0ea"; }
.fa-file-clipboard::before {
content: "\f0ea"; }
.fa-code-pull-request::before {
content: "\e13c"; }
.fa-clipboard-list::before {
content: "\f46d"; }
.fa-truck-ramp-box::before {
content: "\f4de"; }
.fa-truck-loading::before {
content: "\f4de"; }
.fa-user-check::before {
content: "\f4fc"; }
.fa-vial-virus::before {
content: "\e597"; }
.fa-sheet-plastic::before {
content: "\e571"; }
.fa-blog::before {
content: "\f781"; }
.fa-user-ninja::before {
content: "\f504"; }
.fa-person-arrow-up-from-line::before {
content: "\e539"; }
.fa-scroll-torah::before {
content: "\f6a0"; }
.fa-torah::before {
content: "\f6a0"; }
.fa-broom-ball::before {
content: "\f458"; }
.fa-quidditch::before {
content: "\f458"; }
.fa-quidditch-broom-ball::before {
content: "\f458"; }
.fa-toggle-off::before {
content: "\f204"; }
.fa-box-archive::before {
content: "\f187"; }
.fa-archive::before {
content: "\f187"; }
.fa-person-drowning::before {
content: "\e545"; }
.fa-arrow-down-9-1::before {
content: "\f886"; }
.fa-sort-numeric-desc::before {
content: "\f886"; }
.fa-sort-numeric-down-alt::before {
content: "\f886"; }
.fa-face-grin-tongue-squint::before {
content: "\f58a"; }
.fa-grin-tongue-squint::before {
content: "\f58a"; }
.fa-spray-can::before {
content: "\f5bd"; }
.fa-truck-monster::before {
content: "\f63b"; }
.fa-w::before {
content: "\57"; }
.fa-earth-africa::before {
content: "\f57c"; }
.fa-globe-africa::before {
content: "\f57c"; }
.fa-rainbow::before {
content: "\f75b"; }
.fa-circle-notch::before {
content: "\f1ce"; }
.fa-tablet-screen-button::before {
content: "\f3fa"; }
.fa-tablet-alt::before {
content: "\f3fa"; }
.fa-paw::before {
content: "\f1b0"; }
.fa-cloud::before {
content: "\f0c2"; }
.fa-trowel-bricks::before {
content: "\e58a"; }
.fa-face-flushed::before {
content: "\f579"; }
.fa-flushed::before {
content: "\f579"; }
.fa-hospital-user::before {
content: "\f80d"; }
.fa-tent-arrow-left-right::before {
content: "\e57f"; }
.fa-gavel::before {
content: "\f0e3"; }
.fa-legal::before {
content: "\f0e3"; }
.fa-binoculars::before {
content: "\f1e5"; }
.fa-microphone-slash::before {
content: "\f131"; }
.fa-box-tissue::before {
content: "\e05b"; }
.fa-motorcycle::before {
content: "\f21c"; }
.fa-bell-concierge::before {
content: "\f562"; }
.fa-concierge-bell::before {
content: "\f562"; }
.fa-pen-ruler::before {
content: "\f5ae"; }
.fa-pencil-ruler::before {
content: "\f5ae"; }
.fa-people-arrows::before {
content: "\e068"; }
.fa-people-arrows-left-right::before {
content: "\e068"; }
.fa-mars-and-venus-burst::before {
content: "\e523"; }
.fa-square-caret-right::before {
content: "\f152"; }
.fa-caret-square-right::before {
content: "\f152"; }
.fa-scissors::before {
content: "\f0c4"; }
.fa-cut::before {
content: "\f0c4"; }
.fa-sun-plant-wilt::before {
content: "\e57a"; }
.fa-toilets-portable::before {
content: "\e584"; }
.fa-hockey-puck::before {
content: "\f453"; }
.fa-table::before {
content: "\f0ce"; }
.fa-magnifying-glass-arrow-right::before {
content: "\e521"; }
.fa-tachograph-digital::before {
content: "\f566"; }
.fa-digital-tachograph::before {
content: "\f566"; }
.fa-users-slash::before {
content: "\e073"; }
.fa-clover::before {
content: "\e139"; }
.fa-reply::before {
content: "\f3e5"; }
.fa-mail-reply::before {
content: "\f3e5"; }
.fa-star-and-crescent::before {
content: "\f699"; }
.fa-house-fire::before {
content: "\e50c"; }
.fa-square-minus::before {
content: "\f146"; }
.fa-minus-square::before {
content: "\f146"; }
.fa-helicopter::before {
content: "\f533"; }
.fa-compass::before {
content: "\f14e"; }
.fa-square-caret-down::before {
content: "\f150"; }
.fa-caret-square-down::before {
content: "\f150"; }
.fa-file-circle-question::before {
content: "\e4ef"; }
.fa-laptop-code::before {
content: "\f5fc"; }
.fa-swatchbook::before {
content: "\f5c3"; }
.fa-prescription-bottle::before {
content: "\f485"; }
.fa-bars::before {
content: "\f0c9"; }
.fa-navicon::before {
content: "\f0c9"; }
.fa-people-group::before {
content: "\e533"; }
.fa-hourglass-end::before {
content: "\f253"; }
.fa-hourglass-3::before {
content: "\f253"; }
.fa-heart-crack::before {
content: "\f7a9"; }
.fa-heart-broken::before {
content: "\f7a9"; }
.fa-square-up-right::before {
content: "\f360"; }
.fa-external-link-square-alt::before {
content: "\f360"; }
.fa-face-kiss-beam::before {
content: "\f597"; }
.fa-kiss-beam::before {
content: "\f597"; }
.fa-film::before {
content: "\f008"; }
.fa-ruler-horizontal::before {
content: "\f547"; }
.fa-people-robbery::before {
content: "\e536"; }
.fa-lightbulb::before {
content: "\f0eb"; }
.fa-caret-left::before {
content: "\f0d9"; }
.fa-circle-exclamation::before {
content: "\f06a"; }
.fa-exclamation-circle::before {
content: "\f06a"; }
.fa-school-circle-xmark::before {
content: "\e56d"; }
.fa-arrow-right-from-bracket::before {
content: "\f08b"; }
.fa-sign-out::before {
content: "\f08b"; }
.fa-circle-chevron-down::before {
content: "\f13a"; }
.fa-chevron-circle-down::before {
content: "\f13a"; }
.fa-unlock-keyhole::before {
content: "\f13e"; }
.fa-unlock-alt::before {
content: "\f13e"; }
.fa-cloud-showers-heavy::before {
content: "\f740"; }
.fa-headphones-simple::before {
content: "\f58f"; }
.fa-headphones-alt::before {
content: "\f58f"; }
.fa-sitemap::before {
content: "\f0e8"; }
.fa-circle-dollar-to-slot::before {
content: "\f4b9"; }
.fa-donate::before {
content: "\f4b9"; }
.fa-memory::before {
content: "\f538"; }
.fa-road-spikes::before {
content: "\e568"; }
.fa-fire-burner::before {
content: "\e4f1"; }
.fa-flag::before {
content: "\f024"; }
.fa-hanukiah::before {
content: "\f6e6"; }
.fa-feather::before {
content: "\f52d"; }
.fa-volume-low::before {
content: "\f027"; }
.fa-volume-down::before {
content: "\f027"; }
.fa-comment-slash::before {
content: "\f4b3"; }
.fa-cloud-sun-rain::before {
content: "\f743"; }
.fa-compress::before {
content: "\f066"; }
.fa-wheat-awn::before {
content: "\e2cd"; }
.fa-wheat-alt::before {
content: "\e2cd"; }
.fa-ankh::before {
content: "\f644"; }
.fa-hands-holding-child::before {
content: "\e4fa"; }
.fa-asterisk::before {
content: "\2a"; }
.fa-square-check::before {
content: "\f14a"; }
.fa-check-square::before {
content: "\f14a"; }
.fa-peseta-sign::before {
content: "\e221"; }
.fa-heading::before {
content: "\f1dc"; }
.fa-header::before {
content: "\f1dc"; }
.fa-ghost::before {
content: "\f6e2"; }
.fa-list::before {
content: "\f03a"; }
.fa-list-squares::before {
content: "\f03a"; }
.fa-square-phone-flip::before {
content: "\f87b"; }
.fa-phone-square-alt::before {
content: "\f87b"; }
.fa-cart-plus::before {
content: "\f217"; }
.fa-gamepad::before {
content: "\f11b"; }
.fa-circle-dot::before {
content: "\f192"; }
.fa-dot-circle::before {
content: "\f192"; }
.fa-face-dizzy::before {
content: "\f567"; }
.fa-dizzy::before {
content: "\f567"; }
.fa-egg::before {
content: "\f7fb"; }
.fa-house-medical-circle-xmark::before {
content: "\e513"; }
.fa-campground::before {
content: "\f6bb"; }
.fa-folder-plus::before {
content: "\f65e"; }
.fa-futbol::before {
content: "\f1e3"; }
.fa-futbol-ball::before {
content: "\f1e3"; }
.fa-soccer-ball::before {
content: "\f1e3"; }
.fa-paintbrush::before {
content: "\f1fc"; }
.fa-paint-brush::before {
content: "\f1fc"; }
.fa-lock::before {
content: "\f023"; }
.fa-gas-pump::before {
content: "\f52f"; }
.fa-hot-tub-person::before {
content: "\f593"; }
.fa-hot-tub::before {
content: "\f593"; }
.fa-map-location::before {
content: "\f59f"; }
.fa-map-marked::before {
content: "\f59f"; }
.fa-house-flood-water::before {
content: "\e50e"; }
.fa-tree::before {
content: "\f1bb"; }
.fa-bridge-lock::before {
content: "\e4cc"; }
.fa-sack-dollar::before {
content: "\f81d"; }
.fa-pen-to-square::before {
content: "\f044"; }
.fa-edit::before {
content: "\f044"; }
.fa-car-side::before {
content: "\f5e4"; }
.fa-share-nodes::before {
content: "\f1e0"; }
.fa-share-alt::before {
content: "\f1e0"; }
.fa-heart-circle-minus::before {
content: "\e4ff"; }
.fa-hourglass-half::before {
content: "\f252"; }
.fa-hourglass-2::before {
content: "\f252"; }
.fa-microscope::before {
content: "\f610"; }
.fa-sink::before {
content: "\e06d"; }
.fa-bag-shopping::before {
content: "\f290"; }
.fa-shopping-bag::before {
content: "\f290"; }
.fa-arrow-down-z-a::before {
content: "\f881"; }
.fa-sort-alpha-desc::before {
content: "\f881"; }
.fa-sort-alpha-down-alt::before {
content: "\f881"; }
.fa-mitten::before {
content: "\f7b5"; }
.fa-person-rays::before {
content: "\e54d"; }
.fa-users::before {
content: "\f0c0"; }
.fa-eye-slash::before {
content: "\f070"; }
.fa-flask-vial::before {
content: "\e4f3"; }
.fa-hand::before {
content: "\f256"; }
.fa-hand-paper::before {
content: "\f256"; }
.fa-om::before {
content: "\f679"; }
.fa-worm::before {
content: "\e599"; }
.fa-house-circle-xmark::before {
content: "\e50b"; }
.fa-plug::before {
content: "\f1e6"; }
.fa-chevron-up::before {
content: "\f077"; }
.fa-hand-spock::before {
content: "\f259"; }
.fa-stopwatch::before {
content: "\f2f2"; }
.fa-face-kiss::before {
content: "\f596"; }
.fa-kiss::before {
content: "\f596"; }
.fa-bridge-circle-xmark::before {
content: "\e4cb"; }
.fa-face-grin-tongue::before {
content: "\f589"; }
.fa-grin-tongue::before {
content: "\f589"; }
.fa-chess-bishop::before {
content: "\f43a"; }
.fa-face-grin-wink::before {
content: "\f58c"; }
.fa-grin-wink::before {
content: "\f58c"; }
.fa-ear-deaf::before {
content: "\f2a4"; }
.fa-deaf::before {
content: "\f2a4"; }
.fa-deafness::before {
content: "\f2a4"; }
.fa-hard-of-hearing::before {
content: "\f2a4"; }
.fa-road-circle-check::before {
content: "\e564"; }
.fa-dice-five::before {
content: "\f523"; }
.fa-square-rss::before {
content: "\f143"; }
.fa-rss-square::before {
content: "\f143"; }
.fa-land-mine-on::before {
content: "\e51b"; }
.fa-i-cursor::before {
content: "\f246"; }
.fa-stamp::before {
content: "\f5bf"; }
.fa-stairs::before {
content: "\e289"; }
.fa-i::before {
content: "\49"; }
.fa-hryvnia-sign::before {
content: "\f6f2"; }
.fa-hryvnia::before {
content: "\f6f2"; }
.fa-pills::before {
content: "\f484"; }
.fa-face-grin-wide::before {
content: "\f581"; }
.fa-grin-alt::before {
content: "\f581"; }
.fa-tooth::before {
content: "\f5c9"; }
.fa-v::before {
content: "\56"; }
.fa-bangladeshi-taka-sign::before {
content: "\e2e6"; }
.fa-bicycle::before {
content: "\f206"; }
.fa-staff-snake::before {
content: "\e579"; }
.fa-rod-asclepius::before {
content: "\e579"; }
.fa-rod-snake::before {
content: "\e579"; }
.fa-staff-aesculapius::before {
content: "\e579"; }
.fa-head-side-cough-slash::before {
content: "\e062"; }
.fa-truck-medical::before {
content: "\f0f9"; }
.fa-ambulance::before {
content: "\f0f9"; }
.fa-wheat-awn-circle-exclamation::before {
content: "\e598"; }
.fa-snowman::before {
content: "\f7d0"; }
.fa-mortar-pestle::before {
content: "\f5a7"; }
.fa-road-barrier::before {
content: "\e562"; }
.fa-school::before {
content: "\f549"; }
.fa-igloo::before {
content: "\f7ae"; }
.fa-joint::before {
content: "\f595"; }
.fa-angle-right::before {
content: "\f105"; }
.fa-horse::before {
content: "\f6f0"; }
.fa-q::before {
content: "\51"; }
.fa-g::before {
content: "\47"; }
.fa-notes-medical::before {
content: "\f481"; }
.fa-temperature-half::before {
content: "\f2c9"; }
.fa-temperature-2::before {
content: "\f2c9"; }
.fa-thermometer-2::before {
content: "\f2c9"; }
.fa-thermometer-half::before {
content: "\f2c9"; }
.fa-dong-sign::before {
content: "\e169"; }
.fa-capsules::before {
content: "\f46b"; }
.fa-poo-storm::before {
content: "\f75a"; }
.fa-poo-bolt::before {
content: "\f75a"; }
.fa-face-frown-open::before {
content: "\f57a"; }
.fa-frown-open::before {
content: "\f57a"; }
.fa-hand-point-up::before {
content: "\f0a6"; }
.fa-money-bill::before {
content: "\f0d6"; }
.fa-bookmark::before {
content: "\f02e"; }
.fa-align-justify::before {
content: "\f039"; }
.fa-umbrella-beach::before {
content: "\f5ca"; }
.fa-helmet-un::before {
content: "\e503"; }
.fa-bullseye::before {
content: "\f140"; }
.fa-bacon::before {
content: "\f7e5"; }
.fa-hand-point-down::before {
content: "\f0a7"; }
.fa-arrow-up-from-bracket::before {
content: "\e09a"; }
.fa-folder::before {
content: "\f07b"; }
.fa-folder-blank::before {
content: "\f07b"; }
.fa-file-waveform::before {
content: "\f478"; }
.fa-file-medical-alt::before {
content: "\f478"; }
.fa-radiation::before {
content: "\f7b9"; }
.fa-chart-simple::before {
content: "\e473"; }
.fa-mars-stroke::before {
content: "\f229"; }
.fa-vial::before {
content: "\f492"; }
.fa-gauge::before {
content: "\f624"; }
.fa-dashboard::before {
content: "\f624"; }
.fa-gauge-med::before {
content: "\f624"; }
.fa-tachometer-alt-average::before {
content: "\f624"; }
.fa-wand-magic-sparkles::before {
content: "\e2ca"; }
.fa-magic-wand-sparkles::before {
content: "\e2ca"; }
.fa-e::before {
content: "\45"; }
.fa-pen-clip::before {
content: "\f305"; }
.fa-pen-alt::before {
content: "\f305"; }
.fa-bridge-circle-exclamation::before {
content: "\e4ca"; }
.fa-user::before {
content: "\f007"; }
.fa-school-circle-check::before {
content: "\e56b"; }
.fa-dumpster::before {
content: "\f793"; }
.fa-van-shuttle::before {
content: "\f5b6"; }
.fa-shuttle-van::before {
content: "\f5b6"; }
.fa-building-user::before {
content: "\e4da"; }
.fa-square-caret-left::before {
content: "\f191"; }
.fa-caret-square-left::before {
content: "\f191"; }
.fa-highlighter::before {
content: "\f591"; }
.fa-key::before {
content: "\f084"; }
.fa-bullhorn::before {
content: "\f0a1"; }
.fa-globe::before {
content: "\f0ac"; }
.fa-synagogue::before {
content: "\f69b"; }
.fa-person-half-dress::before {
content: "\e548"; }
.fa-road-bridge::before {
content: "\e563"; }
.fa-location-arrow::before {
content: "\f124"; }
.fa-c::before {
content: "\43"; }
.fa-tablet-button::before {
content: "\f10a"; }
.fa-building-lock::before {
content: "\e4d6"; }
.fa-pizza-slice::before {
content: "\f818"; }
.fa-money-bill-wave::before {
content: "\f53a"; }
.fa-chart-area::before {
content: "\f1fe"; }
.fa-area-chart::before {
content: "\f1fe"; }
.fa-house-flag::before {
content: "\e50d"; }
.fa-person-circle-minus::before {
content: "\e540"; }
.fa-ban::before {
content: "\f05e"; }
.fa-cancel::before {
content: "\f05e"; }
.fa-camera-rotate::before {
content: "\e0d8"; }
.fa-spray-can-sparkles::before {
content: "\f5d0"; }
.fa-air-freshener::before {
content: "\f5d0"; }
.fa-star::before {
content: "\f005"; }
.fa-repeat::before {
content: "\f363"; }
.fa-cross::before {
content: "\f654"; }
.fa-box::before {
content: "\f466"; }
.fa-venus-mars::before {
content: "\f228"; }
.fa-arrow-pointer::before {
content: "\f245"; }
.fa-mouse-pointer::before {
content: "\f245"; }
.fa-maximize::before {
content: "\f31e"; }
.fa-expand-arrows-alt::before {
content: "\f31e"; }
.fa-charging-station::before {
content: "\f5e7"; }
.fa-shapes::before {
content: "\f61f"; }
.fa-triangle-circle-square::before {
content: "\f61f"; }
.fa-shuffle::before {
content: "\f074"; }
.fa-random::before {
content: "\f074"; }
.fa-person-running::before {
content: "\f70c"; }
.fa-running::before {
content: "\f70c"; }
.fa-mobile-retro::before {
content: "\e527"; }
.fa-grip-lines-vertical::before {
content: "\f7a5"; }
.fa-spider::before {
content: "\f717"; }
.fa-hands-bound::before {
content: "\e4f9"; }
.fa-file-invoice-dollar::before {
content: "\f571"; }
.fa-plane-circle-exclamation::before {
content: "\e556"; }
.fa-x-ray::before {
content: "\f497"; }
.fa-spell-check::before {
content: "\f891"; }
.fa-slash::before {
content: "\f715"; }
.fa-computer-mouse::before {
content: "\f8cc"; }
.fa-mouse::before {
content: "\f8cc"; }
.fa-arrow-right-to-bracket::before {
content: "\f090"; }
.fa-sign-in::before {
content: "\f090"; }
.fa-shop-slash::before {
content: "\e070"; }
.fa-store-alt-slash::before {
content: "\e070"; }
.fa-server::before {
content: "\f233"; }
.fa-virus-covid-slash::before {
content: "\e4a9"; }
.fa-shop-lock::before {
content: "\e4a5"; }
.fa-hourglass-start::before {
content: "\f251"; }
.fa-hourglass-1::before {
content: "\f251"; }
.fa-blender-phone::before {
content: "\f6b6"; }
.fa-building-wheat::before {
content: "\e4db"; }
.fa-person-breastfeeding::before {
content: "\e53a"; }
.fa-right-to-bracket::before {
content: "\f2f6"; }
.fa-sign-in-alt::before {
content: "\f2f6"; }
.fa-venus::before {
content: "\f221"; }
.fa-passport::before {
content: "\f5ab"; }
.fa-heart-pulse::before {
content: "\f21e"; }
.fa-heartbeat::before {
content: "\f21e"; }
.fa-people-carry-box::before {
content: "\f4ce"; }
.fa-people-carry::before {
content: "\f4ce"; }
.fa-temperature-high::before {
content: "\f769"; }
.fa-microchip::before {
content: "\f2db"; }
.fa-crown::before {
content: "\f521"; }
.fa-weight-hanging::before {
content: "\f5cd"; }
.fa-xmarks-lines::before {
content: "\e59a"; }
.fa-file-prescription::before {
content: "\f572"; }
.fa-weight-scale::before {
content: "\f496"; }
.fa-weight::before {
content: "\f496"; }
.fa-user-group::before {
content: "\f500"; }
.fa-user-friends::before {
content: "\f500"; }
.fa-arrow-up-a-z::before {
content: "\f15e"; }
.fa-sort-alpha-up::before {
content: "\f15e"; }
.fa-chess-knight::before {
content: "\f441"; }
.fa-face-laugh-squint::before {
content: "\f59b"; }
.fa-laugh-squint::before {
content: "\f59b"; }
.fa-wheelchair::before {
content: "\f193"; }
.fa-circle-arrow-up::before {
content: "\f0aa"; }
.fa-arrow-circle-up::before {
content: "\f0aa"; }
.fa-toggle-on::before {
content: "\f205"; }
.fa-person-walking::before {
content: "\f554"; }
.fa-walking::before {
content: "\f554"; }
.fa-l::before {
content: "\4c"; }
.fa-fire::before {
content: "\f06d"; }
.fa-bed-pulse::before {
content: "\f487"; }
.fa-procedures::before {
content: "\f487"; }
.fa-shuttle-space::before {
content: "\f197"; }
.fa-space-shuttle::before {
content: "\f197"; }
.fa-face-laugh::before {
content: "\f599"; }
.fa-laugh::before {
content: "\f599"; }
.fa-folder-open::before {
content: "\f07c"; }
.fa-heart-circle-plus::before {
content: "\e500"; }
.fa-code-fork::before {
content: "\e13b"; }
.fa-city::before {
content: "\f64f"; }
.fa-microphone-lines::before {
content: "\f3c9"; }
.fa-microphone-alt::before {
content: "\f3c9"; }
.fa-pepper-hot::before {
content: "\f816"; }
.fa-unlock::before {
content: "\f09c"; }
.fa-colon-sign::before {
content: "\e140"; }
.fa-headset::before {
content: "\f590"; }
.fa-store-slash::before {
content: "\e071"; }
.fa-road-circle-xmark::before {
content: "\e566"; }
.fa-user-minus::before {
content: "\f503"; }
.fa-mars-stroke-up::before {
content: "\f22a"; }
.fa-mars-stroke-v::before {
content: "\f22a"; }
.fa-champagne-glasses::before {
content: "\f79f"; }
.fa-glass-cheers::before {
content: "\f79f"; }
.fa-clipboard::before {
content: "\f328"; }
.fa-house-circle-exclamation::before {
content: "\e50a"; }
.fa-file-arrow-up::before {
content: "\f574"; }
.fa-file-upload::before {
content: "\f574"; }
.fa-wifi::before {
content: "\f1eb"; }
.fa-wifi-3::before {
content: "\f1eb"; }
.fa-wifi-strong::before {
content: "\f1eb"; }
.fa-bath::before {
content: "\f2cd"; }
.fa-bathtub::before {
content: "\f2cd"; }
.fa-underline::before {
content: "\f0cd"; }
.fa-user-pen::before {
content: "\f4ff"; }
.fa-user-edit::before {
content: "\f4ff"; }
.fa-signature::before {
content: "\f5b7"; }
.fa-stroopwafel::before {
content: "\f551"; }
.fa-bold::before {
content: "\f032"; }
.fa-anchor-lock::before {
content: "\e4ad"; }
.fa-building-ngo::before {
content: "\e4d7"; }
.fa-manat-sign::before {
content: "\e1d5"; }
.fa-not-equal::before {
content: "\f53e"; }
.fa-border-top-left::before {
content: "\f853"; }
.fa-border-style::before {
content: "\f853"; }
.fa-map-location-dot::before {
content: "\f5a0"; }
.fa-map-marked-alt::before {
content: "\f5a0"; }
.fa-jedi::before {
content: "\f669"; }
.fa-square-poll-vertical::before {
content: "\f681"; }
.fa-poll::before {
content: "\f681"; }
.fa-mug-hot::before {
content: "\f7b6"; }
.fa-car-battery::before {
content: "\f5df"; }
.fa-battery-car::before {
content: "\f5df"; }
.fa-gift::before {
content: "\f06b"; }
.fa-dice-two::before {
content: "\f528"; }
.fa-chess-queen::before {
content: "\f445"; }
.fa-glasses::before {
content: "\f530"; }
.fa-chess-board::before {
content: "\f43c"; }
.fa-building-circle-check::before {
content: "\e4d2"; }
.fa-person-chalkboard::before {
content: "\e53d"; }
.fa-mars-stroke-right::before {
content: "\f22b"; }
.fa-mars-stroke-h::before {
content: "\f22b"; }
.fa-hand-back-fist::before {
content: "\f255"; }
.fa-hand-rock::before {
content: "\f255"; }
.fa-square-caret-up::before {
content: "\f151"; }
.fa-caret-square-up::before {
content: "\f151"; }
.fa-cloud-showers-water::before {
content: "\e4e4"; }
.fa-chart-bar::before {
content: "\f080"; }
.fa-bar-chart::before {
content: "\f080"; }
.fa-hands-bubbles::before {
content: "\e05e"; }
.fa-hands-wash::before {
content: "\e05e"; }
.fa-less-than-equal::before {
content: "\f537"; }
.fa-train::before {
content: "\f238"; }
.fa-eye-low-vision::before {
content: "\f2a8"; }
.fa-low-vision::before {
content: "\f2a8"; }
.fa-crow::before {
content: "\f520"; }
.fa-sailboat::before {
content: "\e445"; }
.fa-window-restore::before {
content: "\f2d2"; }
.fa-square-plus::before {
content: "\f0fe"; }
.fa-plus-square::before {
content: "\f0fe"; }
.fa-torii-gate::before {
content: "\f6a1"; }
.fa-frog::before {
content: "\f52e"; }
.fa-bucket::before {
content: "\e4cf"; }
.fa-image::before {
content: "\f03e"; }
.fa-microphone::before {
content: "\f130"; }
.fa-cow::before {
content: "\f6c8"; }
.fa-caret-up::before {
content: "\f0d8"; }
.fa-screwdriver::before {
content: "\f54a"; }
.fa-folder-closed::before {
content: "\e185"; }
.fa-house-tsunami::before {
content: "\e515"; }
.fa-square-nfi::before {
content: "\e576"; }
.fa-arrow-up-from-ground-water::before {
content: "\e4b5"; }
.fa-martini-glass::before {
content: "\f57b"; }
.fa-glass-martini-alt::before {
content: "\f57b"; }
.fa-rotate-left::before {
content: "\f2ea"; }
.fa-rotate-back::before {
content: "\f2ea"; }
.fa-rotate-backward::before {
content: "\f2ea"; }
.fa-undo-alt::before {
content: "\f2ea"; }
.fa-table-columns::before {
content: "\f0db"; }
.fa-columns::before {
content: "\f0db"; }
.fa-lemon::before {
content: "\f094"; }
.fa-head-side-mask::before {
content: "\e063"; }
.fa-handshake::before {
content: "\f2b5"; }
.fa-gem::before {
content: "\f3a5"; }
.fa-dolly::before {
content: "\f472"; }
.fa-dolly-box::before {
content: "\f472"; }
.fa-smoking::before {
content: "\f48d"; }
.fa-minimize::before {
content: "\f78c"; }
.fa-compress-arrows-alt::before {
content: "\f78c"; }
.fa-monument::before {
content: "\f5a6"; }
.fa-snowplow::before {
content: "\f7d2"; }
.fa-angles-right::before {
content: "\f101"; }
.fa-angle-double-right::before {
content: "\f101"; }
.fa-cannabis::before {
content: "\f55f"; }
.fa-circle-play::before {
content: "\f144"; }
.fa-play-circle::before {
content: "\f144"; }
.fa-tablets::before {
content: "\f490"; }
.fa-ethernet::before {
content: "\f796"; }
.fa-euro-sign::before {
content: "\f153"; }
.fa-eur::before {
content: "\f153"; }
.fa-euro::before {
content: "\f153"; }
.fa-chair::before {
content: "\f6c0"; }
.fa-circle-check::before {
content: "\f058"; }
.fa-check-circle::before {
content: "\f058"; }
.fa-circle-stop::before {
content: "\f28d"; }
.fa-stop-circle::before {
content: "\f28d"; }
.fa-compass-drafting::before {
content: "\f568"; }
.fa-drafting-compass::before {
content: "\f568"; }
.fa-plate-wheat::before {
content: "\e55a"; }
.fa-icicles::before {
content: "\f7ad"; }
.fa-person-shelter::before {
content: "\e54f"; }
.fa-neuter::before {
content: "\f22c"; }
.fa-id-badge::before {
content: "\f2c1"; }
.fa-marker::before {
content: "\f5a1"; }
.fa-face-laugh-beam::before {
content: "\f59a"; }
.fa-laugh-beam::before {
content: "\f59a"; }
.fa-helicopter-symbol::before {
content: "\e502"; }
.fa-universal-access::before {
content: "\f29a"; }
.fa-circle-chevron-up::before {
content: "\f139"; }
.fa-chevron-circle-up::before {
content: "\f139"; }
.fa-lari-sign::before {
content: "\e1c8"; }
.fa-volcano::before {
content: "\f770"; }
.fa-person-walking-dashed-line-arrow-right::before {
content: "\e553"; }
.fa-sterling-sign::before {
content: "\f154"; }
.fa-gbp::before {
content: "\f154"; }
.fa-pound-sign::before {
content: "\f154"; }
.fa-viruses::before {
content: "\e076"; }
.fa-square-person-confined::before {
content: "\e577"; }
.fa-user-tie::before {
content: "\f508"; }
.fa-arrow-down-long::before {
content: "\f175"; }
.fa-long-arrow-down::before {
content: "\f175"; }
.fa-tent-arrow-down-to-line::before {
content: "\e57e"; }
.fa-certificate::before {
content: "\f0a3"; }
.fa-reply-all::before {
content: "\f122"; }
.fa-mail-reply-all::before {
content: "\f122"; }
.fa-suitcase::before {
content: "\f0f2"; }
.fa-person-skating::before {
content: "\f7c5"; }
.fa-skating::before {
content: "\f7c5"; }
.fa-filter-circle-dollar::before {
content: "\f662"; }
.fa-funnel-dollar::before {
content: "\f662"; }
.fa-camera-retro::before {
content: "\f083"; }
.fa-circle-arrow-down::before {
content: "\f0ab"; }
.fa-arrow-circle-down::before {
content: "\f0ab"; }
.fa-file-import::before {
content: "\f56f"; }
.fa-arrow-right-to-file::before {
content: "\f56f"; }
.fa-square-arrow-up-right::before {
content: "\f14c"; }
.fa-external-link-square::before {
content: "\f14c"; }
.fa-box-open::before {
content: "\f49e"; }
.fa-scroll::before {
content: "\f70e"; }
.fa-spa::before {
content: "\f5bb"; }
.fa-location-pin-lock::before {
content: "\e51f"; }
.fa-pause::before {
content: "\f04c"; }
.fa-hill-avalanche::before {
content: "\e507"; }
.fa-temperature-empty::before {
content: "\f2cb"; }
.fa-temperature-0::before {
content: "\f2cb"; }
.fa-thermometer-0::before {
content: "\f2cb"; }
.fa-thermometer-empty::before {
content: "\f2cb"; }
.fa-bomb::before {
content: "\f1e2"; }
.fa-registered::before {
content: "\f25d"; }
.fa-address-card::before {
content: "\f2bb"; }
.fa-contact-card::before {
content: "\f2bb"; }
.fa-vcard::before {
content: "\f2bb"; }
.fa-scale-unbalanced-flip::before {
content: "\f516"; }
.fa-balance-scale-right::before {
content: "\f516"; }
.fa-subscript::before {
content: "\f12c"; }
.fa-diamond-turn-right::before {
content: "\f5eb"; }
.fa-directions::before {
content: "\f5eb"; }
.fa-burst::before {
content: "\e4dc"; }
.fa-house-laptop::before {
content: "\e066"; }
.fa-laptop-house::before {
content: "\e066"; }
.fa-face-tired::before {
content: "\f5c8"; }
.fa-tired::before {
content: "\f5c8"; }
.fa-money-bills::before {
content: "\e1f3"; }
.fa-smog::before {
content: "\f75f"; }
.fa-crutch::before {
content: "\f7f7"; }
.fa-cloud-arrow-up::before {
content: "\f0ee"; }
.fa-cloud-upload::before {
content: "\f0ee"; }
.fa-cloud-upload-alt::before {
content: "\f0ee"; }
.fa-palette::before {
content: "\f53f"; }
.fa-arrows-turn-right::before {
content: "\e4c0"; }
.fa-vest::before {
content: "\e085"; }
.fa-ferry::before {
content: "\e4ea"; }
.fa-arrows-down-to-people::before {
content: "\e4b9"; }
.fa-seedling::before {
content: "\f4d8"; }
.fa-sprout::before {
content: "\f4d8"; }
.fa-left-right::before {
content: "\f337"; }
.fa-arrows-alt-h::before {
content: "\f337"; }
.fa-boxes-packing::before {
content: "\e4c7"; }
.fa-circle-arrow-left::before {
content: "\f0a8"; }
.fa-arrow-circle-left::before {
content: "\f0a8"; }
.fa-group-arrows-rotate::before {
content: "\e4f6"; }
.fa-bowl-food::before {
content: "\e4c6"; }
.fa-candy-cane::before {
content: "\f786"; }
.fa-arrow-down-wide-short::before {
content: "\f160"; }
.fa-sort-amount-asc::before {
content: "\f160"; }
.fa-sort-amount-down::before {
content: "\f160"; }
.fa-cloud-bolt::before {
content: "\f76c"; }
.fa-thunderstorm::before {
content: "\f76c"; }
.fa-text-slash::before {
content: "\f87d"; }
.fa-remove-format::before {
content: "\f87d"; }
.fa-face-smile-wink::before {
content: "\f4da"; }
.fa-smile-wink::before {
content: "\f4da"; }
.fa-file-word::before {
content: "\f1c2"; }
.fa-file-powerpoint::before {
content: "\f1c4"; }
.fa-arrows-left-right::before {
content: "\f07e"; }
.fa-arrows-h::before {
content: "\f07e"; }
.fa-house-lock::before {
content: "\e510"; }
.fa-cloud-arrow-down::before {
content: "\f0ed"; }
.fa-cloud-download::before {
content: "\f0ed"; }
.fa-cloud-download-alt::before {
content: "\f0ed"; }
.fa-children::before {
content: "\e4e1"; }
.fa-chalkboard::before {
content: "\f51b"; }
.fa-blackboard::before {
content: "\f51b"; }
.fa-user-large-slash::before {
content: "\f4fa"; }
.fa-user-alt-slash::before {
content: "\f4fa"; }
.fa-envelope-open::before {
content: "\f2b6"; }
.fa-handshake-simple-slash::before {
content: "\e05f"; }
.fa-handshake-alt-slash::before {
content: "\e05f"; }
.fa-mattress-pillow::before {
content: "\e525"; }
.fa-guarani-sign::before {
content: "\e19a"; }
.fa-arrows-rotate::before {
content: "\f021"; }
.fa-refresh::before {
content: "\f021"; }
.fa-sync::before {
content: "\f021"; }
.fa-fire-extinguisher::before {
content: "\f134"; }
.fa-cruzeiro-sign::before {
content: "\e152"; }
.fa-greater-than-equal::before {
content: "\f532"; }
.fa-shield-halved::before {
content: "\f3ed"; }
.fa-shield-alt::before {
content: "\f3ed"; }
.fa-book-atlas::before {
content: "\f558"; }
.fa-atlas::before {
content: "\f558"; }
.fa-virus::before {
content: "\e074"; }
.fa-envelope-circle-check::before {
content: "\e4e8"; }
.fa-layer-group::before {
content: "\f5fd"; }
.fa-arrows-to-dot::before {
content: "\e4be"; }
.fa-archway::before {
content: "\f557"; }
.fa-heart-circle-check::before {
content: "\e4fd"; }
.fa-house-chimney-crack::before {
content: "\f6f1"; }
.fa-house-damage::before {
content: "\f6f1"; }
.fa-file-zipper::before {
content: "\f1c6"; }
.fa-file-archive::before {
content: "\f1c6"; }
.fa-square::before {
content: "\f0c8"; }
.fa-martini-glass-empty::before {
content: "\f000"; }
.fa-glass-martini::before {
content: "\f000"; }
.fa-couch::before {
content: "\f4b8"; }
.fa-cedi-sign::before {
content: "\e0df"; }
.fa-italic::before {
content: "\f033"; }
.fa-church::before {
content: "\f51d"; }
.fa-comments-dollar::before {
content: "\f653"; }
.fa-democrat::before {
content: "\f747"; }
.fa-z::before {
content: "\5a"; }
.fa-person-skiing::before {
content: "\f7c9"; }
.fa-skiing::before {
content: "\f7c9"; }
.fa-road-lock::before {
content: "\e567"; }
.fa-a::before {
content: "\41"; }
.fa-temperature-arrow-down::before {
content: "\e03f"; }
.fa-temperature-down::before {
content: "\e03f"; }
.fa-feather-pointed::before {
content: "\f56b"; }
.fa-feather-alt::before {
content: "\f56b"; }
.fa-p::before {
content: "\50"; }
.fa-snowflake::before {
content: "\f2dc"; }
.fa-newspaper::before {
content: "\f1ea"; }
.fa-rectangle-ad::before {
content: "\f641"; }
.fa-ad::before {
content: "\f641"; }
.fa-circle-arrow-right::before {
content: "\f0a9"; }
.fa-arrow-circle-right::before {
content: "\f0a9"; }
.fa-filter-circle-xmark::before {
content: "\e17b"; }
.fa-locust::before {
content: "\e520"; }
.fa-sort::before {
content: "\f0dc"; }
.fa-unsorted::before {
content: "\f0dc"; }
.fa-list-ol::before {
content: "\f0cb"; }
.fa-list-1-2::before {
content: "\f0cb"; }
.fa-list-numeric::before {
content: "\f0cb"; }
.fa-person-dress-burst::before {
content: "\e544"; }
.fa-money-check-dollar::before {
content: "\f53d"; }
.fa-money-check-alt::before {
content: "\f53d"; }
.fa-vector-square::before {
content: "\f5cb"; }
.fa-bread-slice::before {
content: "\f7ec"; }
.fa-language::before {
content: "\f1ab"; }
.fa-face-kiss-wink-heart::before {
content: "\f598"; }
.fa-kiss-wink-heart::before {
content: "\f598"; }
.fa-filter::before {
content: "\f0b0"; }
.fa-question::before {
content: "\3f"; }
.fa-file-signature::before {
content: "\f573"; }
.fa-up-down-left-right::before {
content: "\f0b2"; }
.fa-arrows-alt::before {
content: "\f0b2"; }
.fa-house-chimney-user::before {
content: "\e065"; }
.fa-hand-holding-heart::before {
content: "\f4be"; }
.fa-puzzle-piece::before {
content: "\f12e"; }
.fa-money-check::before {
content: "\f53c"; }
.fa-star-half-stroke::before {
content: "\f5c0"; }
.fa-star-half-alt::before {
content: "\f5c0"; }
.fa-code::before {
content: "\f121"; }
.fa-whiskey-glass::before {
content: "\f7a0"; }
.fa-glass-whiskey::before {
content: "\f7a0"; }
.fa-building-circle-exclamation::before {
content: "\e4d3"; }
.fa-magnifying-glass-chart::before {
content: "\e522"; }
.fa-arrow-up-right-from-square::before {
content: "\f08e"; }
.fa-external-link::before {
content: "\f08e"; }
.fa-cubes-stacked::before {
content: "\e4e6"; }
.fa-won-sign::before {
content: "\f159"; }
.fa-krw::before {
content: "\f159"; }
.fa-won::before {
content: "\f159"; }
.fa-virus-covid::before {
content: "\e4a8"; }
.fa-austral-sign::before {
content: "\e0a9"; }
.fa-f::before {
content: "\46"; }
.fa-leaf::before {
content: "\f06c"; }
.fa-road::before {
content: "\f018"; }
.fa-taxi::before {
content: "\f1ba"; }
.fa-cab::before {
content: "\f1ba"; }
.fa-person-circle-plus::before {
content: "\e541"; }
.fa-chart-pie::before {
content: "\f200"; }
.fa-pie-chart::before {
content: "\f200"; }
.fa-bolt-lightning::before {
content: "\e0b7"; }
.fa-sack-xmark::before {
content: "\e56a"; }
.fa-file-excel::before {
content: "\f1c3"; }
.fa-file-contract::before {
content: "\f56c"; }
.fa-fish-fins::before {
content: "\e4f2"; }
.fa-building-flag::before {
content: "\e4d5"; }
.fa-face-grin-beam::before {
content: "\f582"; }
.fa-grin-beam::before {
content: "\f582"; }
.fa-object-ungroup::before {
content: "\f248"; }
.fa-poop::before {
content: "\f619"; }
.fa-location-pin::before {
content: "\f041"; }
.fa-map-marker::before {
content: "\f041"; }
.fa-kaaba::before {
content: "\f66b"; }
.fa-toilet-paper::before {
content: "\f71e"; }
.fa-helmet-safety::before {
content: "\f807"; }
.fa-hard-hat::before {
content: "\f807"; }
.fa-hat-hard::before {
content: "\f807"; }
.fa-eject::before {
content: "\f052"; }
.fa-circle-right::before {
content: "\f35a"; }
.fa-arrow-alt-circle-right::before {
content: "\f35a"; }
.fa-plane-circle-check::before {
content: "\e555"; }
.fa-face-rolling-eyes::before {
content: "\f5a5"; }
.fa-meh-rolling-eyes::before {
content: "\f5a5"; }
.fa-object-group::before {
content: "\f247"; }
.fa-chart-line::before {
content: "\f201"; }
.fa-line-chart::before {
content: "\f201"; }
.fa-mask-ventilator::before {
content: "\e524"; }
.fa-arrow-right::before {
content: "\f061"; }
.fa-signs-post::before {
content: "\f277"; }
.fa-map-signs::before {
content: "\f277"; }
.fa-cash-register::before {
content: "\f788"; }
.fa-person-circle-question::before {
content: "\e542"; }
.fa-h::before {
content: "\48"; }
.fa-tarp::before {
content: "\e57b"; }
.fa-screwdriver-wrench::before {
content: "\f7d9"; }
.fa-tools::before {
content: "\f7d9"; }
.fa-arrows-to-eye::before {
content: "\e4bf"; }
.fa-plug-circle-bolt::before {
content: "\e55b"; }
.fa-heart::before {
content: "\f004"; }
.fa-mars-and-venus::before {
content: "\f224"; }
.fa-house-user::before {
content: "\e1b0"; }
.fa-home-user::before {
content: "\e1b0"; }
.fa-dumpster-fire::before {
content: "\f794"; }
.fa-house-crack::before {
content: "\e3b1"; }
.fa-martini-glass-citrus::before {
content: "\f561"; }
.fa-cocktail::before {
content: "\f561"; }
.fa-face-surprise::before {
content: "\f5c2"; }
.fa-surprise::before {
content: "\f5c2"; }
.fa-bottle-water::before {
content: "\e4c5"; }
.fa-circle-pause::before {
content: "\f28b"; }
.fa-pause-circle::before {
content: "\f28b"; }
.fa-toilet-paper-slash::before {
content: "\e072"; }
.fa-apple-whole::before {
content: "\f5d1"; }
.fa-apple-alt::before {
content: "\f5d1"; }
.fa-kitchen-set::before {
content: "\e51a"; }
.fa-r::before {
content: "\52"; }
.fa-temperature-quarter::before {
content: "\f2ca"; }
.fa-temperature-1::before {
content: "\f2ca"; }
.fa-thermometer-1::before {
content: "\f2ca"; }
.fa-thermometer-quarter::before {
content: "\f2ca"; }
.fa-cube::before {
content: "\f1b2"; }
.fa-bitcoin-sign::before {
content: "\e0b4"; }
.fa-shield-dog::before {
content: "\e573"; }
.fa-solar-panel::before {
content: "\f5ba"; }
.fa-lock-open::before {
content: "\f3c1"; }
.fa-elevator::before {
content: "\e16d"; }
.fa-money-bill-transfer::before {
content: "\e528"; }
.fa-money-bill-trend-up::before {
content: "\e529"; }
.fa-house-flood-water-circle-arrow-right::before {
content: "\e50f"; }
.fa-square-poll-horizontal::before {
content: "\f682"; }
.fa-poll-h::before {
content: "\f682"; }
.fa-circle::before {
content: "\f111"; }
.fa-backward-fast::before {
content: "\f049"; }
.fa-fast-backward::before {
content: "\f049"; }
.fa-recycle::before {
content: "\f1b8"; }
.fa-user-astronaut::before {
content: "\f4fb"; }
.fa-plane-slash::before {
content: "\e069"; }
.fa-trademark::before {
content: "\f25c"; }
.fa-basketball::before {
content: "\f434"; }
.fa-basketball-ball::before {
content: "\f434"; }
.fa-satellite-dish::before {
content: "\f7c0"; }
.fa-circle-up::before {
content: "\f35b"; }
.fa-arrow-alt-circle-up::before {
content: "\f35b"; }
.fa-mobile-screen-button::before {
content: "\f3cd"; }
.fa-mobile-alt::before {
content: "\f3cd"; }
.fa-volume-high::before {
content: "\f028"; }
.fa-volume-up::before {
content: "\f028"; }
.fa-users-rays::before {
content: "\e593"; }
.fa-wallet::before {
content: "\f555"; }
.fa-clipboard-check::before {
content: "\f46c"; }
.fa-file-audio::before {
content: "\f1c7"; }
.fa-burger::before {
content: "\f805"; }
.fa-hamburger::before {
content: "\f805"; }
.fa-wrench::before {
content: "\f0ad"; }
.fa-bugs::before {
content: "\e4d0"; }
.fa-rupee-sign::before {
content: "\f156"; }
.fa-rupee::before {
content: "\f156"; }
.fa-file-image::before {
content: "\f1c5"; }
.fa-circle-question::before {
content: "\f059"; }
.fa-question-circle::before {
content: "\f059"; }
.fa-plane-departure::before {
content: "\f5b0"; }
.fa-handshake-slash::before {
content: "\e060"; }
.fa-book-bookmark::before {
content: "\e0bb"; }
.fa-code-branch::before {
content: "\f126"; }
.fa-hat-cowboy::before {
content: "\f8c0"; }
.fa-bridge::before {
content: "\e4c8"; }
.fa-phone-flip::before {
content: "\f879"; }
.fa-phone-alt::before {
content: "\f879"; }
.fa-truck-front::before {
content: "\e2b7"; }
.fa-cat::before {
content: "\f6be"; }
.fa-anchor-circle-exclamation::before {
content: "\e4ab"; }
.fa-truck-field::before {
content: "\e58d"; }
.fa-route::before {
content: "\f4d7"; }
.fa-clipboard-question::before {
content: "\e4e3"; }
.fa-panorama::before {
content: "\e209"; }
.fa-comment-medical::before {
content: "\f7f5"; }
.fa-teeth-open::before {
content: "\f62f"; }
.fa-file-circle-minus::before {
content: "\e4ed"; }
.fa-tags::before {
content: "\f02c"; }
.fa-wine-glass::before {
content: "\f4e3"; }
.fa-forward-fast::before {
content: "\f050"; }
.fa-fast-forward::before {
content: "\f050"; }
.fa-face-meh-blank::before {
content: "\f5a4"; }
.fa-meh-blank::before {
content: "\f5a4"; }
.fa-square-parking::before {
content: "\f540"; }
.fa-parking::before {
content: "\f540"; }
.fa-house-signal::before {
content: "\e012"; }
.fa-bars-progress::before {
content: "\f828"; }
.fa-tasks-alt::before {
content: "\f828"; }
.fa-faucet-drip::before {
content: "\e006"; }
.fa-cart-flatbed::before {
content: "\f474"; }
.fa-dolly-flatbed::before {
content: "\f474"; }
.fa-ban-smoking::before {
content: "\f54d"; }
.fa-smoking-ban::before {
content: "\f54d"; }
.fa-terminal::before {
content: "\f120"; }
.fa-mobile-button::before {
content: "\f10b"; }
.fa-house-medical-flag::before {
content: "\e514"; }
.fa-basket-shopping::before {
content: "\f291"; }
.fa-shopping-basket::before {
content: "\f291"; }
.fa-tape::before {
content: "\f4db"; }
.fa-bus-simple::before {
content: "\f55e"; }
.fa-bus-alt::before {
content: "\f55e"; }
.fa-eye::before {
content: "\f06e"; }
.fa-face-sad-cry::before {
content: "\f5b3"; }
.fa-sad-cry::before {
content: "\f5b3"; }
.fa-audio-description::before {
content: "\f29e"; }
.fa-person-military-to-person::before {
content: "\e54c"; }
.fa-file-shield::before {
content: "\e4f0"; }
.fa-user-slash::before {
content: "\f506"; }
.fa-pen::before {
content: "\f304"; }
.fa-tower-observation::before {
content: "\e586"; }
.fa-file-code::before {
content: "\f1c9"; }
.fa-signal::before {
content: "\f012"; }
.fa-signal-5::before {
content: "\f012"; }
.fa-signal-perfect::before {
content: "\f012"; }
.fa-bus::before {
content: "\f207"; }
.fa-heart-circle-xmark::before {
content: "\e501"; }
.fa-house-chimney::before {
content: "\e3af"; }
.fa-home-lg::before {
content: "\e3af"; }
.fa-window-maximize::before {
content: "\f2d0"; }
.fa-face-frown::before {
content: "\f119"; }
.fa-frown::before {
content: "\f119"; }
.fa-prescription::before {
content: "\f5b1"; }
.fa-shop::before {
content: "\f54f"; }
.fa-store-alt::before {
content: "\f54f"; }
.fa-floppy-disk::before {
content: "\f0c7"; }
.fa-save::before {
content: "\f0c7"; }
.fa-vihara::before {
content: "\f6a7"; }
.fa-scale-unbalanced::before {
content: "\f515"; }
.fa-balance-scale-left::before {
content: "\f515"; }
.fa-sort-up::before {
content: "\f0de"; }
.fa-sort-asc::before {
content: "\f0de"; }
.fa-comment-dots::before {
content: "\f4ad"; }
.fa-commenting::before {
content: "\f4ad"; }
.fa-plant-wilt::before {
content: "\e5aa"; }
.fa-diamond::before {
content: "\f219"; }
.fa-face-grin-squint::before {
content: "\f585"; }
.fa-grin-squint::before {
content: "\f585"; }
.fa-hand-holding-dollar::before {
content: "\f4c0"; }
.fa-hand-holding-usd::before {
content: "\f4c0"; }
.fa-bacterium::before {
content: "\e05a"; }
.fa-hand-pointer::before {
content: "\f25a"; }
.fa-drum-steelpan::before {
content: "\f56a"; }
.fa-hand-scissors::before {
content: "\f257"; }
.fa-hands-praying::before {
content: "\f684"; }
.fa-praying-hands::before {
content: "\f684"; }
.fa-arrow-rotate-right::before {
content: "\f01e"; }
.fa-arrow-right-rotate::before {
content: "\f01e"; }
.fa-arrow-rotate-forward::before {
content: "\f01e"; }
.fa-redo::before {
content: "\f01e"; }
.fa-biohazard::before {
content: "\f780"; }
.fa-location-crosshairs::before {
content: "\f601"; }
.fa-location::before {
content: "\f601"; }
.fa-mars-double::before {
content: "\f227"; }
.fa-child-dress::before {
content: "\e59c"; }
.fa-users-between-lines::before {
content: "\e591"; }
.fa-lungs-virus::before {
content: "\e067"; }
.fa-face-grin-tears::before {
content: "\f588"; }
.fa-grin-tears::before {
content: "\f588"; }
.fa-phone::before {
content: "\f095"; }
.fa-calendar-xmark::before {
content: "\f273"; }
.fa-calendar-times::before {
content: "\f273"; }
.fa-child-reaching::before {
content: "\e59d"; }
.fa-head-side-virus::before {
content: "\e064"; }
.fa-user-gear::before {
content: "\f4fe"; }
.fa-user-cog::before {
content: "\f4fe"; }
.fa-arrow-up-1-9::before {
content: "\f163"; }
.fa-sort-numeric-up::before {
content: "\f163"; }
.fa-door-closed::before {
content: "\f52a"; }
.fa-shield-virus::before {
content: "\e06c"; }
.fa-dice-six::before {
content: "\f526"; }
.fa-mosquito-net::before {
content: "\e52c"; }
.fa-bridge-water::before {
content: "\e4ce"; }
.fa-person-booth::before {
content: "\f756"; }
.fa-text-width::before {
content: "\f035"; }
.fa-hat-wizard::before {
content: "\f6e8"; }
.fa-pen-fancy::before {
content: "\f5ac"; }
.fa-person-digging::before {
content: "\f85e"; }
.fa-digging::before {
content: "\f85e"; }
.fa-trash::before {
content: "\f1f8"; }
.fa-gauge-simple::before {
content: "\f629"; }
.fa-gauge-simple-med::before {
content: "\f629"; }
.fa-tachometer-average::before {
content: "\f629"; }
.fa-book-medical::before {
content: "\f7e6"; }
.fa-poo::before {
content: "\f2fe"; }
.fa-quote-right::before {
content: "\f10e"; }
.fa-quote-right-alt::before {
content: "\f10e"; }
.fa-shirt::before {
content: "\f553"; }
.fa-t-shirt::before {
content: "\f553"; }
.fa-tshirt::before {
content: "\f553"; }
.fa-cubes::before {
content: "\f1b3"; }
.fa-divide::before {
content: "\f529"; }
.fa-tenge-sign::before {
content: "\f7d7"; }
.fa-tenge::before {
content: "\f7d7"; }
.fa-headphones::before {
content: "\f025"; }
.fa-hands-holding::before {
content: "\f4c2"; }
.fa-hands-clapping::before {
content: "\e1a8"; }
.fa-republican::before {
content: "\f75e"; }
.fa-arrow-left::before {
content: "\f060"; }
.fa-person-circle-xmark::before {
content: "\e543"; }
.fa-ruler::before {
content: "\f545"; }
.fa-align-left::before {
content: "\f036"; }
.fa-dice-d6::before {
content: "\f6d1"; }
.fa-restroom::before {
content: "\f7bd"; }
.fa-j::before {
content: "\4a"; }
.fa-users-viewfinder::before {
content: "\e595"; }
.fa-file-video::before {
content: "\f1c8"; }
.fa-up-right-from-square::before {
content: "\f35d"; }
.fa-external-link-alt::before {
content: "\f35d"; }
.fa-table-cells::before {
content: "\f00a"; }
.fa-th::before {
content: "\f00a"; }
.fa-file-pdf::before {
content: "\f1c1"; }
.fa-book-bible::before {
content: "\f647"; }
.fa-bible::before {
content: "\f647"; }
.fa-o::before {
content: "\4f"; }
.fa-suitcase-medical::before {
content: "\f0fa"; }
.fa-medkit::before {
content: "\f0fa"; }
.fa-user-secret::before {
content: "\f21b"; }
.fa-otter::before {
content: "\f700"; }
.fa-person-dress::before {
content: "\f182"; }
.fa-female::before {
content: "\f182"; }
.fa-comment-dollar::before {
content: "\f651"; }
.fa-business-time::before {
content: "\f64a"; }
.fa-briefcase-clock::before {
content: "\f64a"; }
.fa-table-cells-large::before {
content: "\f009"; }
.fa-th-large::before {
content: "\f009"; }
.fa-book-tanakh::before {
content: "\f827"; }
.fa-tanakh::before {
content: "\f827"; }
.fa-phone-volume::before {
content: "\f2a0"; }
.fa-volume-control-phone::before {
content: "\f2a0"; }
.fa-hat-cowboy-side::before {
content: "\f8c1"; }
.fa-clipboard-user::before {
content: "\f7f3"; }
.fa-child::before {
content: "\f1ae"; }
.fa-lira-sign::before {
content: "\f195"; }
.fa-satellite::before {
content: "\f7bf"; }
.fa-plane-lock::before {
content: "\e558"; }
.fa-tag::before {
content: "\f02b"; }
.fa-comment::before {
content: "\f075"; }
.fa-cake-candles::before {
content: "\f1fd"; }
.fa-birthday-cake::before {
content: "\f1fd"; }
.fa-cake::before {
content: "\f1fd"; }
.fa-envelope::before {
content: "\f0e0"; }
.fa-angles-up::before {
content: "\f102"; }
.fa-angle-double-up::before {
content: "\f102"; }
.fa-paperclip::before {
content: "\f0c6"; }
.fa-arrow-right-to-city::before {
content: "\e4b3"; }
.fa-ribbon::before {
content: "\f4d6"; }
.fa-lungs::before {
content: "\f604"; }
.fa-arrow-up-9-1::before {
content: "\f887"; }
.fa-sort-numeric-up-alt::before {
content: "\f887"; }
.fa-litecoin-sign::before {
content: "\e1d3"; }
.fa-border-none::before {
content: "\f850"; }
.fa-circle-nodes::before {
content: "\e4e2"; }
.fa-parachute-box::before {
content: "\f4cd"; }
.fa-indent::before {
content: "\f03c"; }
.fa-truck-field-un::before {
content: "\e58e"; }
.fa-hourglass::before {
content: "\f254"; }
.fa-hourglass-empty::before {
content: "\f254"; }
.fa-mountain::before {
content: "\f6fc"; }
.fa-user-doctor::before {
content: "\f0f0"; }
.fa-user-md::before {
content: "\f0f0"; }
.fa-circle-info::before {
content: "\f05a"; }
.fa-info-circle::before {
content: "\f05a"; }
.fa-cloud-meatball::before {
content: "\f73b"; }
.fa-camera::before {
content: "\f030"; }
.fa-camera-alt::before {
content: "\f030"; }
.fa-square-virus::before {
content: "\e578"; }
.fa-meteor::before {
content: "\f753"; }
.fa-car-on::before {
content: "\e4dd"; }
.fa-sleigh::before {
content: "\f7cc"; }
.fa-arrow-down-1-9::before {
content: "\f162"; }
.fa-sort-numeric-asc::before {
content: "\f162"; }
.fa-sort-numeric-down::before {
content: "\f162"; }
.fa-hand-holding-droplet::before {
content: "\f4c1"; }
.fa-hand-holding-water::before {
content: "\f4c1"; }
.fa-water::before {
content: "\f773"; }
.fa-calendar-check::before {
content: "\f274"; }
.fa-braille::before {
content: "\f2a1"; }
.fa-prescription-bottle-medical::before {
content: "\f486"; }
.fa-prescription-bottle-alt::before {
content: "\f486"; }
.fa-landmark::before {
content: "\f66f"; }
.fa-truck::before {
content: "\f0d1"; }
.fa-crosshairs::before {
content: "\f05b"; }
.fa-person-cane::before {
content: "\e53c"; }
.fa-tent::before {
content: "\e57d"; }
.fa-vest-patches::before {
content: "\e086"; }
.fa-check-double::before {
content: "\f560"; }
.fa-arrow-down-a-z::before {
content: "\f15d"; }
.fa-sort-alpha-asc::before {
content: "\f15d"; }
.fa-sort-alpha-down::before {
content: "\f15d"; }
.fa-money-bill-wheat::before {
content: "\e52a"; }
.fa-cookie::before {
content: "\f563"; }
.fa-arrow-rotate-left::before {
content: "\f0e2"; }
.fa-arrow-left-rotate::before {
content: "\f0e2"; }
.fa-arrow-rotate-back::before {
content: "\f0e2"; }
.fa-arrow-rotate-backward::before {
content: "\f0e2"; }
.fa-undo::before {
content: "\f0e2"; }
.fa-hard-drive::before {
content: "\f0a0"; }
.fa-hdd::before {
content: "\f0a0"; }
.fa-face-grin-squint-tears::before {
content: "\f586"; }
.fa-grin-squint-tears::before {
content: "\f586"; }
.fa-dumbbell::before {
content: "\f44b"; }
.fa-rectangle-list::before {
content: "\f022"; }
.fa-list-alt::before {
content: "\f022"; }
.fa-tarp-droplet::before {
content: "\e57c"; }
.fa-house-medical-circle-check::before {
content: "\e511"; }
.fa-person-skiing-nordic::before {
content: "\f7ca"; }
.fa-skiing-nordic::before {
content: "\f7ca"; }
.fa-calendar-plus::before {
content: "\f271"; }
.fa-plane-arrival::before {
content: "\f5af"; }
.fa-circle-left::before {
content: "\f359"; }
.fa-arrow-alt-circle-left::before {
content: "\f359"; }
.fa-train-subway::before {
content: "\f239"; }
.fa-subway::before {
content: "\f239"; }
.fa-chart-gantt::before {
content: "\e0e4"; }
.fa-indian-rupee-sign::before {
content: "\e1bc"; }
.fa-indian-rupee::before {
content: "\e1bc"; }
.fa-inr::before {
content: "\e1bc"; }
.fa-crop-simple::before {
content: "\f565"; }
.fa-crop-alt::before {
content: "\f565"; }
.fa-money-bill-1::before {
content: "\f3d1"; }
.fa-money-bill-alt::before {
content: "\f3d1"; }
.fa-left-long::before {
content: "\f30a"; }
.fa-long-arrow-alt-left::before {
content: "\f30a"; }
.fa-dna::before {
content: "\f471"; }
.fa-virus-slash::before {
content: "\e075"; }
.fa-minus::before {
content: "\f068"; }
.fa-subtract::before {
content: "\f068"; }
.fa-chess::before {
content: "\f439"; }
.fa-arrow-left-long::before {
content: "\f177"; }
.fa-long-arrow-left::before {
content: "\f177"; }
.fa-plug-circle-check::before {
content: "\e55c"; }
.fa-street-view::before {
content: "\f21d"; }
.fa-franc-sign::before {
content: "\e18f"; }
.fa-volume-off::before {
content: "\f026"; }
.fa-hands-asl-interpreting::before {
content: "\f2a3"; }
.fa-american-sign-language-interpreting::before {
content: "\f2a3"; }
.fa-asl-interpreting::before {
content: "\f2a3"; }
.fa-hands-american-sign-language-interpreting::before {
content: "\f2a3"; }
.fa-gear::before {
content: "\f013"; }
.fa-cog::before {
content: "\f013"; }
.fa-droplet-slash::before {
content: "\f5c7"; }
.fa-tint-slash::before {
content: "\f5c7"; }
.fa-mosque::before {
content: "\f678"; }
.fa-mosquito::before {
content: "\e52b"; }
.fa-star-of-david::before {
content: "\f69a"; }
.fa-person-military-rifle::before {
content: "\e54b"; }
.fa-cart-shopping::before {
content: "\f07a"; }
.fa-shopping-cart::before {
content: "\f07a"; }
.fa-vials::before {
content: "\f493"; }
.fa-plug-circle-plus::before {
content: "\e55f"; }
.fa-place-of-worship::before {
content: "\f67f"; }
.fa-grip-vertical::before {
content: "\f58e"; }
.fa-arrow-turn-up::before {
content: "\f148"; }
.fa-level-up::before {
content: "\f148"; }
.fa-u::before {
content: "\55"; }
.fa-square-root-variable::before {
content: "\f698"; }
.fa-square-root-alt::before {
content: "\f698"; }
.fa-clock::before {
content: "\f017"; }
.fa-clock-four::before {
content: "\f017"; }
.fa-backward-step::before {
content: "\f048"; }
.fa-step-backward::before {
content: "\f048"; }
.fa-pallet::before {
content: "\f482"; }
.fa-faucet::before {
content: "\e005"; }
.fa-baseball-bat-ball::before {
content: "\f432"; }
.fa-s::before {
content: "\53"; }
.fa-timeline::before {
content: "\e29c"; }
.fa-keyboard::before {
content: "\f11c"; }
.fa-caret-down::before {
content: "\f0d7"; }
.fa-house-chimney-medical::before {
content: "\f7f2"; }
.fa-clinic-medical::before {
content: "\f7f2"; }
.fa-temperature-three-quarters::before {
content: "\f2c8"; }
.fa-temperature-3::before {
content: "\f2c8"; }
.fa-thermometer-3::before {
content: "\f2c8"; }
.fa-thermometer-three-quarters::before {
content: "\f2c8"; }
.fa-mobile-screen::before {
content: "\f3cf"; }
.fa-mobile-android-alt::before {
content: "\f3cf"; }
.fa-plane-up::before {
content: "\e22d"; }
.fa-piggy-bank::before {
content: "\f4d3"; }
.fa-battery-half::before {
content: "\f242"; }
.fa-battery-3::before {
content: "\f242"; }
.fa-mountain-city::before {
content: "\e52e"; }
.fa-coins::before {
content: "\f51e"; }
.fa-khanda::before {
content: "\f66d"; }
.fa-sliders::before {
content: "\f1de"; }
.fa-sliders-h::before {
content: "\f1de"; }
.fa-folder-tree::before {
content: "\f802"; }
.fa-network-wired::before {
content: "\f6ff"; }
.fa-map-pin::before {
content: "\f276"; }
.fa-hamsa::before {
content: "\f665"; }
.fa-cent-sign::before {
content: "\e3f5"; }
.fa-flask::before {
content: "\f0c3"; }
.fa-person-pregnant::before {
content: "\e31e"; }
.fa-wand-sparkles::before {
content: "\f72b"; }
.fa-ellipsis-vertical::before {
content: "\f142"; }
.fa-ellipsis-v::before {
content: "\f142"; }
.fa-ticket::before {
content: "\f145"; }
.fa-power-off::before {
content: "\f011"; }
.fa-right-long::before {
content: "\f30b"; }
.fa-long-arrow-alt-right::before {
content: "\f30b"; }
.fa-flag-usa::before {
content: "\f74d"; }
.fa-laptop-file::before {
content: "\e51d"; }
.fa-tty::before {
content: "\f1e4"; }
.fa-teletype::before {
content: "\f1e4"; }
.fa-diagram-next::before {
content: "\e476"; }
.fa-person-rifle::before {
content: "\e54e"; }
.fa-house-medical-circle-exclamation::before {
content: "\e512"; }
.fa-closed-captioning::before {
content: "\f20a"; }
.fa-person-hiking::before {
content: "\f6ec"; }
.fa-hiking::before {
content: "\f6ec"; }
.fa-venus-double::before {
content: "\f226"; }
.fa-images::before {
content: "\f302"; }
.fa-calculator::before {
content: "\f1ec"; }
.fa-people-pulling::before {
content: "\e535"; }
.fa-n::before {
content: "\4e"; }
.fa-cable-car::before {
content: "\f7da"; }
.fa-tram::before {
content: "\f7da"; }
.fa-cloud-rain::before {
content: "\f73d"; }
.fa-building-circle-xmark::before {
content: "\e4d4"; }
.fa-ship::before {
content: "\f21a"; }
.fa-arrows-down-to-line::before {
content: "\e4b8"; }
.fa-download::before {
content: "\f019"; }
.fa-face-grin::before {
content: "\f580"; }
.fa-grin::before {
content: "\f580"; }
.fa-delete-left::before {
content: "\f55a"; }
.fa-backspace::before {
content: "\f55a"; }
.fa-eye-dropper::before {
content: "\f1fb"; }
.fa-eye-dropper-empty::before {
content: "\f1fb"; }
.fa-eyedropper::before {
content: "\f1fb"; }
.fa-file-circle-check::before {
content: "\e5a0"; }
.fa-forward::before {
content: "\f04e"; }
.fa-mobile::before {
content: "\f3ce"; }
.fa-mobile-android::before {
content: "\f3ce"; }
.fa-mobile-phone::before {
content: "\f3ce"; }
.fa-face-meh::before {
content: "\f11a"; }
.fa-meh::before {
content: "\f11a"; }
.fa-align-center::before {
content: "\f037"; }
.fa-book-skull::before {
content: "\f6b7"; }
.fa-book-dead::before {
content: "\f6b7"; }
.fa-id-card::before {
content: "\f2c2"; }
.fa-drivers-license::before {
content: "\f2c2"; }
.fa-outdent::before {
content: "\f03b"; }
.fa-dedent::before {
content: "\f03b"; }
.fa-heart-circle-exclamation::before {
content: "\e4fe"; }
.fa-house::before {
content: "\f015"; }
.fa-home::before {
content: "\f015"; }
.fa-home-alt::before {
content: "\f015"; }
.fa-home-lg-alt::before {
content: "\f015"; }
.fa-calendar-week::before {
content: "\f784"; }
.fa-laptop-medical::before {
content: "\f812"; }
.fa-b::before {
content: "\42"; }
.fa-file-medical::before {
content: "\f477"; }
.fa-dice-one::before {
content: "\f525"; }
.fa-kiwi-bird::before {
content: "\f535"; }
.fa-arrow-right-arrow-left::before {
content: "\f0ec"; }
.fa-exchange::before {
content: "\f0ec"; }
.fa-rotate-right::before {
content: "\f2f9"; }
.fa-redo-alt::before {
content: "\f2f9"; }
.fa-rotate-forward::before {
content: "\f2f9"; }
.fa-utensils::before {
content: "\f2e7"; }
.fa-cutlery::before {
content: "\f2e7"; }
.fa-arrow-up-wide-short::before {
content: "\f161"; }
.fa-sort-amount-up::before {
content: "\f161"; }
.fa-mill-sign::before {
content: "\e1ed"; }
.fa-bowl-rice::before {
content: "\e2eb"; }
.fa-skull::before {
content: "\f54c"; }
.fa-tower-broadcast::before {
content: "\f519"; }
.fa-broadcast-tower::before {
content: "\f519"; }
.fa-truck-pickup::before {
content: "\f63c"; }
.fa-up-long::before {
content: "\f30c"; }
.fa-long-arrow-alt-up::before {
content: "\f30c"; }
.fa-stop::before {
content: "\f04d"; }
.fa-code-merge::before {
content: "\f387"; }
.fa-upload::before {
content: "\f093"; }
.fa-hurricane::before {
content: "\f751"; }
.fa-mound::before {
content: "\e52d"; }
.fa-toilet-portable::before {
content: "\e583"; }
.fa-compact-disc::before {
content: "\f51f"; }
.fa-file-arrow-down::before {
content: "\f56d"; }
.fa-file-download::before {
content: "\f56d"; }
.fa-caravan::before {
content: "\f8ff"; }
.fa-shield-cat::before {
content: "\e572"; }
.fa-bolt::before {
content: "\f0e7"; }
.fa-zap::before {
content: "\f0e7"; }
.fa-glass-water::before {
content: "\e4f4"; }
.fa-oil-well::before {
content: "\e532"; }
.fa-vault::before {
content: "\e2c5"; }
.fa-mars::before {
content: "\f222"; }
.fa-toilet::before {
content: "\f7d8"; }
.fa-plane-circle-xmark::before {
content: "\e557"; }
.fa-yen-sign::before {
content: "\f157"; }
.fa-cny::before {
content: "\f157"; }
.fa-jpy::before {
content: "\f157"; }
.fa-rmb::before {
content: "\f157"; }
.fa-yen::before {
content: "\f157"; }
.fa-ruble-sign::before {
content: "\f158"; }
.fa-rouble::before {
content: "\f158"; }
.fa-rub::before {
content: "\f158"; }
.fa-ruble::before {
content: "\f158"; }
.fa-sun::before {
content: "\f185"; }
.fa-guitar::before {
content: "\f7a6"; }
.fa-face-laugh-wink::before {
content: "\f59c"; }
.fa-laugh-wink::before {
content: "\f59c"; }
.fa-horse-head::before {
content: "\f7ab"; }
.fa-bore-hole::before {
content: "\e4c3"; }
.fa-industry::before {
content: "\f275"; }
.fa-circle-down::before {
content: "\f358"; }
.fa-arrow-alt-circle-down::before {
content: "\f358"; }
.fa-arrows-turn-to-dots::before {
content: "\e4c1"; }
.fa-florin-sign::before {
content: "\e184"; }
.fa-arrow-down-short-wide::before {
content: "\f884"; }
.fa-sort-amount-desc::before {
content: "\f884"; }
.fa-sort-amount-down-alt::before {
content: "\f884"; }
.fa-less-than::before {
content: "\3c"; }
.fa-angle-down::before {
content: "\f107"; }
.fa-car-tunnel::before {
content: "\e4de"; }
.fa-head-side-cough::before {
content: "\e061"; }
.fa-grip-lines::before {
content: "\f7a4"; }
.fa-thumbs-down::before {
content: "\f165"; }
.fa-user-lock::before {
content: "\f502"; }
.fa-arrow-right-long::before {
content: "\f178"; }
.fa-long-arrow-right::before {
content: "\f178"; }
.fa-anchor-circle-xmark::before {
content: "\e4ac"; }
.fa-ellipsis::before {
content: "\f141"; }
.fa-ellipsis-h::before {
content: "\f141"; }
.fa-chess-pawn::before {
content: "\f443"; }
.fa-kit-medical::before {
content: "\f479"; }
.fa-first-aid::before {
content: "\f479"; }
.fa-person-through-window::before {
content: "\e5a9"; }
.fa-toolbox::before {
content: "\f552"; }
.fa-hands-holding-circle::before {
content: "\e4fb"; }
.fa-bug::before {
content: "\f188"; }
.fa-credit-card::before {
content: "\f09d"; }
.fa-credit-card-alt::before {
content: "\f09d"; }
.fa-car::before {
content: "\f1b9"; }
.fa-automobile::before {
content: "\f1b9"; }
.fa-hand-holding-hand::before {
content: "\e4f7"; }
.fa-book-open-reader::before {
content: "\f5da"; }
.fa-book-reader::before {
content: "\f5da"; }
.fa-mountain-sun::before {
content: "\e52f"; }
.fa-arrows-left-right-to-line::before {
content: "\e4ba"; }
.fa-dice-d20::before {
content: "\f6cf"; }
.fa-truck-droplet::before {
content: "\e58c"; }
.fa-file-circle-xmark::before {
content: "\e5a1"; }
.fa-temperature-arrow-up::before {
content: "\e040"; }
.fa-temperature-up::before {
content: "\e040"; }
.fa-medal::before {
content: "\f5a2"; }
.fa-bed::before {
content: "\f236"; }
.fa-square-h::before {
content: "\f0fd"; }
.fa-h-square::before {
content: "\f0fd"; }
.fa-podcast::before {
content: "\f2ce"; }
.fa-temperature-full::before {
content: "\f2c7"; }
.fa-temperature-4::before {
content: "\f2c7"; }
.fa-thermometer-4::before {
content: "\f2c7"; }
.fa-thermometer-full::before {
content: "\f2c7"; }
.fa-bell::before {
content: "\f0f3"; }
.fa-superscript::before {
content: "\f12b"; }
.fa-plug-circle-xmark::before {
content: "\e560"; }
.fa-star-of-life::before {
content: "\f621"; }
.fa-phone-slash::before {
content: "\f3dd"; }
.fa-paint-roller::before {
content: "\f5aa"; }
.fa-handshake-angle::before {
content: "\f4c4"; }
.fa-hands-helping::before {
content: "\f4c4"; }
.fa-location-dot::before {
content: "\f3c5"; }
.fa-map-marker-alt::before {
content: "\f3c5"; }
.fa-file::before {
content: "\f15b"; }
.fa-greater-than::before {
content: "\3e"; }
.fa-person-swimming::before {
content: "\f5c4"; }
.fa-swimmer::before {
content: "\f5c4"; }
.fa-arrow-down::before {
content: "\f063"; }
.fa-droplet::before {
content: "\f043"; }
.fa-tint::before {
content: "\f043"; }
.fa-eraser::before {
content: "\f12d"; }
.fa-earth-americas::before {
content: "\f57d"; }
.fa-earth::before {
content: "\f57d"; }
.fa-earth-america::before {
content: "\f57d"; }
.fa-globe-americas::before {
content: "\f57d"; }
.fa-person-burst::before {
content: "\e53b"; }
.fa-dove::before {
content: "\f4ba"; }
.fa-battery-empty::before {
content: "\f244"; }
.fa-battery-0::before {
content: "\f244"; }
.fa-socks::before {
content: "\f696"; }
.fa-inbox::before {
content: "\f01c"; }
.fa-section::before {
content: "\e447"; }
.fa-gauge-high::before {
content: "\f625"; }
.fa-tachometer-alt::before {
content: "\f625"; }
.fa-tachometer-alt-fast::before {
content: "\f625"; }
.fa-envelope-open-text::before {
content: "\f658"; }
.fa-hospital::before {
content: "\f0f8"; }
.fa-hospital-alt::before {
content: "\f0f8"; }
.fa-hospital-wide::before {
content: "\f0f8"; }
.fa-wine-bottle::before {
content: "\f72f"; }
.fa-chess-rook::before {
content: "\f447"; }
.fa-bars-staggered::before {
content: "\f550"; }
.fa-reorder::before {
content: "\f550"; }
.fa-stream::before {
content: "\f550"; }
.fa-dharmachakra::before {
content: "\f655"; }
.fa-hotdog::before {
content: "\f80f"; }
.fa-person-walking-with-cane::before {
content: "\f29d"; }
.fa-blind::before {
content: "\f29d"; }
.fa-drum::before {
content: "\f569"; }
.fa-ice-cream::before {
content: "\f810"; }
.fa-heart-circle-bolt::before {
content: "\e4fc"; }
.fa-fax::before {
content: "\f1ac"; }
.fa-paragraph::before {
content: "\f1dd"; }
.fa-check-to-slot::before {
content: "\f772"; }
.fa-vote-yea::before {
content: "\f772"; }
.fa-star-half::before {
content: "\f089"; }
.fa-boxes-stacked::before {
content: "\f468"; }
.fa-boxes::before {
content: "\f468"; }
.fa-boxes-alt::before {
content: "\f468"; }
.fa-link::before {
content: "\f0c1"; }
.fa-chain::before {
content: "\f0c1"; }
.fa-ear-listen::before {
content: "\f2a2"; }
.fa-assistive-listening-systems::before {
content: "\f2a2"; }
.fa-tree-city::before {
content: "\e587"; }
.fa-play::before {
content: "\f04b"; }
.fa-font::before {
content: "\f031"; }
.fa-rupiah-sign::before {
content: "\e23d"; }
.fa-magnifying-glass::before {
content: "\f002"; }
.fa-search::before {
content: "\f002"; }
.fa-table-tennis-paddle-ball::before {
content: "\f45d"; }
.fa-ping-pong-paddle-ball::before {
content: "\f45d"; }
.fa-table-tennis::before {
content: "\f45d"; }
.fa-person-dots-from-line::before {
content: "\f470"; }
.fa-diagnoses::before {
content: "\f470"; }
.fa-trash-can-arrow-up::before {
content: "\f82a"; }
.fa-trash-restore-alt::before {
content: "\f82a"; }
.fa-naira-sign::before {
content: "\e1f6"; }
.fa-cart-arrow-down::before {
content: "\f218"; }
.fa-walkie-talkie::before {
content: "\f8ef"; }
.fa-file-pen::before {
content: "\f31c"; }
.fa-file-edit::before {
content: "\f31c"; }
.fa-receipt::before {
content: "\f543"; }
.fa-square-pen::before {
content: "\f14b"; }
.fa-pen-square::before {
content: "\f14b"; }
.fa-pencil-square::before {
content: "\f14b"; }
.fa-suitcase-rolling::before {
content: "\f5c1"; }
.fa-person-circle-exclamation::before {
content: "\e53f"; }
.fa-chevron-down::before {
content: "\f078"; }
.fa-battery-full::before {
content: "\f240"; }
.fa-battery::before {
content: "\f240"; }
.fa-battery-5::before {
content: "\f240"; }
.fa-skull-crossbones::before {
content: "\f714"; }
.fa-code-compare::before {
content: "\e13a"; }
.fa-list-ul::before {
content: "\f0ca"; }
.fa-list-dots::before {
content: "\f0ca"; }
.fa-school-lock::before {
content: "\e56f"; }
.fa-tower-cell::before {
content: "\e585"; }
.fa-down-long::before {
content: "\f309"; }
.fa-long-arrow-alt-down::before {
content: "\f309"; }
.fa-ranking-star::before {
content: "\e561"; }
.fa-chess-king::before {
content: "\f43f"; }
.fa-person-harassing::before {
content: "\e549"; }
.fa-brazilian-real-sign::before {
content: "\e46c"; }
.fa-landmark-dome::before {
content: "\f752"; }
.fa-landmark-alt::before {
content: "\f752"; }
.fa-arrow-up::before {
content: "\f062"; }
.fa-tv::before {
content: "\f26c"; }
.fa-television::before {
content: "\f26c"; }
.fa-tv-alt::before {
content: "\f26c"; }
.fa-shrimp::before {
content: "\e448"; }
.fa-list-check::before {
content: "\f0ae"; }
.fa-tasks::before {
content: "\f0ae"; }
.fa-jug-detergent::before {
content: "\e519"; }
.fa-circle-user::before {
content: "\f2bd"; }
.fa-user-circle::before {
content: "\f2bd"; }
.fa-user-shield::before {
content: "\f505"; }
.fa-wind::before {
content: "\f72e"; }
.fa-car-burst::before {
content: "\f5e1"; }
.fa-car-crash::before {
content: "\f5e1"; }
.fa-y::before {
content: "\59"; }
.fa-person-snowboarding::before {
content: "\f7ce"; }
.fa-snowboarding::before {
content: "\f7ce"; }
.fa-truck-fast::before {
content: "\f48b"; }
.fa-shipping-fast::before {
content: "\f48b"; }
.fa-fish::before {
content: "\f578"; }
.fa-user-graduate::before {
content: "\f501"; }
.fa-circle-half-stroke::before {
content: "\f042"; }
.fa-adjust::before {
content: "\f042"; }
.fa-clapperboard::before {
content: "\e131"; }
.fa-circle-radiation::before {
content: "\f7ba"; }
.fa-radiation-alt::before {
content: "\f7ba"; }
.fa-baseball::before {
content: "\f433"; }
.fa-baseball-ball::before {
content: "\f433"; }
.fa-jet-fighter-up::before {
content: "\e518"; }
.fa-diagram-project::before {
content: "\f542"; }
.fa-project-diagram::before {
content: "\f542"; }
.fa-copy::before {
content: "\f0c5"; }
.fa-volume-xmark::before {
content: "\f6a9"; }
.fa-volume-mute::before {
content: "\f6a9"; }
.fa-volume-times::before {
content: "\f6a9"; }
.fa-hand-sparkles::before {
content: "\e05d"; }
.fa-grip::before {
content: "\f58d"; }
.fa-grip-horizontal::before {
content: "\f58d"; }
.fa-share-from-square::before {
content: "\f14d"; }
.fa-share-square::before {
content: "\f14d"; }
.fa-child-combatant::before {
content: "\e4e0"; }
.fa-child-rifle::before {
content: "\e4e0"; }
.fa-gun::before {
content: "\e19b"; }
.fa-square-phone::before {
content: "\f098"; }
.fa-phone-square::before {
content: "\f098"; }
.fa-plus::before {
content: "\2b"; }
.fa-add::before {
content: "\2b"; }
.fa-expand::before {
content: "\f065"; }
.fa-computer::before {
content: "\e4e5"; }
.fa-xmark::before {
content: "\f00d"; }
.fa-close::before {
content: "\f00d"; }
.fa-multiply::before {
content: "\f00d"; }
.fa-remove::before {
content: "\f00d"; }
.fa-times::before {
content: "\f00d"; }
.fa-arrows-up-down-left-right::before {
content: "\f047"; }
.fa-arrows::before {
content: "\f047"; }
.fa-chalkboard-user::before {
content: "\f51c"; }
.fa-chalkboard-teacher::before {
content: "\f51c"; }
.fa-peso-sign::before {
content: "\e222"; }
.fa-building-shield::before {
content: "\e4d8"; }
.fa-baby::before {
content: "\f77c"; }
.fa-users-line::before {
content: "\e592"; }
.fa-quote-left::before {
content: "\f10d"; }
.fa-quote-left-alt::before {
content: "\f10d"; }
.fa-tractor::before {
content: "\f722"; }
.fa-trash-arrow-up::before {
content: "\f829"; }
.fa-trash-restore::before {
content: "\f829"; }
.fa-arrow-down-up-lock::before {
content: "\e4b0"; }
.fa-lines-leaning::before {
content: "\e51e"; }
.fa-ruler-combined::before {
content: "\f546"; }
.fa-copyright::before {
content: "\f1f9"; }
.fa-equals::before {
content: "\3d"; }
.fa-blender::before {
content: "\f517"; }
.fa-teeth::before {
content: "\f62e"; }
.fa-shekel-sign::before {
content: "\f20b"; }
.fa-ils::before {
content: "\f20b"; }
.fa-shekel::before {
content: "\f20b"; }
.fa-sheqel::before {
content: "\f20b"; }
.fa-sheqel-sign::before {
content: "\f20b"; }
.fa-map::before {
content: "\f279"; }
.fa-rocket::before {
content: "\f135"; }
.fa-photo-film::before {
content: "\f87c"; }
.fa-photo-video::before {
content: "\f87c"; }
.fa-folder-minus::before {
content: "\f65d"; }
.fa-store::before {
content: "\f54e"; }
.fa-arrow-trend-up::before {
content: "\e098"; }
.fa-plug-circle-minus::before {
content: "\e55e"; }
.fa-sign-hanging::before {
content: "\f4d9"; }
.fa-sign::before {
content: "\f4d9"; }
.fa-bezier-curve::before {
content: "\f55b"; }
.fa-bell-slash::before {
content: "\f1f6"; }
.fa-tablet::before {
content: "\f3fb"; }
.fa-tablet-android::before {
content: "\f3fb"; }
.fa-school-flag::before {
content: "\e56e"; }
.fa-fill::before {
content: "\f575"; }
.fa-angle-up::before {
content: "\f106"; }
.fa-drumstick-bite::before {
content: "\f6d7"; }
.fa-holly-berry::before {
content: "\f7aa"; }
.fa-chevron-left::before {
content: "\f053"; }
.fa-bacteria::before {
content: "\e059"; }
.fa-hand-lizard::before {
content: "\f258"; }
.fa-notdef::before {
content: "\e1fe"; }
.fa-disease::before {
content: "\f7fa"; }
.fa-briefcase-medical::before {
content: "\f469"; }
.fa-genderless::before {
content: "\f22d"; }
.fa-chevron-right::before {
content: "\f054"; }
.fa-retweet::before {
content: "\f079"; }
.fa-car-rear::before {
content: "\f5de"; }
.fa-car-alt::before {
content: "\f5de"; }
.fa-pump-soap::before {
content: "\e06b"; }
.fa-video-slash::before {
content: "\f4e2"; }
.fa-battery-quarter::before {
content: "\f243"; }
.fa-battery-2::before {
content: "\f243"; }
.fa-radio::before {
content: "\f8d7"; }
.fa-baby-carriage::before {
content: "\f77d"; }
.fa-carriage-baby::before {
content: "\f77d"; }
.fa-traffic-light::before {
content: "\f637"; }
.fa-thermometer::before {
content: "\f491"; }
.fa-vr-cardboard::before {
content: "\f729"; }
.fa-hand-middle-finger::before {
content: "\f806"; }
.fa-percent::before {
content: "\25"; }
.fa-percentage::before {
content: "\25"; }
.fa-truck-moving::before {
content: "\f4df"; }
.fa-glass-water-droplet::before {
content: "\e4f5"; }
.fa-display::before {
content: "\e163"; }
.fa-face-smile::before {
content: "\f118"; }
.fa-smile::before {
content: "\f118"; }
.fa-thumbtack::before {
content: "\f08d"; }
.fa-thumb-tack::before {
content: "\f08d"; }
.fa-trophy::before {
content: "\f091"; }
.fa-person-praying::before {
content: "\f683"; }
.fa-pray::before {
content: "\f683"; }
.fa-hammer::before {
content: "\f6e3"; }
.fa-hand-peace::before {
content: "\f25b"; }
.fa-rotate::before {
content: "\f2f1"; }
.fa-sync-alt::before {
content: "\f2f1"; }
.fa-spinner::before {
content: "\f110"; }
.fa-robot::before {
content: "\f544"; }
.fa-peace::before {
content: "\f67c"; }
.fa-gears::before {
content: "\f085"; }
.fa-cogs::before {
content: "\f085"; }
.fa-warehouse::before {
content: "\f494"; }
.fa-arrow-up-right-dots::before {
content: "\e4b7"; }
.fa-splotch::before {
content: "\f5bc"; }
.fa-face-grin-hearts::before {
content: "\f584"; }
.fa-grin-hearts::before {
content: "\f584"; }
.fa-dice-four::before {
content: "\f524"; }
.fa-sim-card::before {
content: "\f7c4"; }
.fa-transgender::before {
content: "\f225"; }
.fa-transgender-alt::before {
content: "\f225"; }
.fa-mercury::before {
content: "\f223"; }
.fa-arrow-turn-down::before {
content: "\f149"; }
.fa-level-down::before {
content: "\f149"; }
.fa-person-falling-burst::before {
content: "\e547"; }
.fa-award::before {
content: "\f559"; }
.fa-ticket-simple::before {
content: "\f3ff"; }
.fa-ticket-alt::before {
content: "\f3ff"; }
.fa-building::before {
content: "\f1ad"; }
.fa-angles-left::before {
content: "\f100"; }
.fa-angle-double-left::before {
content: "\f100"; }
.fa-qrcode::before {
content: "\f029"; }
.fa-clock-rotate-left::before {
content: "\f1da"; }
.fa-history::before {
content: "\f1da"; }
.fa-face-grin-beam-sweat::before {
content: "\f583"; }
.fa-grin-beam-sweat::before {
content: "\f583"; }
.fa-file-export::before {
content: "\f56e"; }
.fa-arrow-right-from-file::before {
content: "\f56e"; }
.fa-shield::before {
content: "\f132"; }
.fa-shield-blank::before {
content: "\f132"; }
.fa-arrow-up-short-wide::before {
content: "\f885"; }
.fa-sort-amount-up-alt::before {
content: "\f885"; }
.fa-house-medical::before {
content: "\e3b2"; }
.fa-golf-ball-tee::before {
content: "\f450"; }
.fa-golf-ball::before {
content: "\f450"; }
.fa-circle-chevron-left::before {
content: "\f137"; }
.fa-chevron-circle-left::before {
content: "\f137"; }
.fa-house-chimney-window::before {
content: "\e00d"; }
.fa-pen-nib::before {
content: "\f5ad"; }
.fa-tent-arrow-turn-left::before {
content: "\e580"; }
.fa-tents::before {
content: "\e582"; }
.fa-wand-magic::before {
content: "\f0d0"; }
.fa-magic::before {
content: "\f0d0"; }
.fa-dog::before {
content: "\f6d3"; }
.fa-carrot::before {
content: "\f787"; }
.fa-moon::before {
content: "\f186"; }
.fa-wine-glass-empty::before {
content: "\f5ce"; }
.fa-wine-glass-alt::before {
content: "\f5ce"; }
.fa-cheese::before {
content: "\f7ef"; }
.fa-yin-yang::before {
content: "\f6ad"; }
.fa-music::before {
content: "\f001"; }
.fa-code-commit::before {
content: "\f386"; }
.fa-temperature-low::before {
content: "\f76b"; }
.fa-person-biking::before {
content: "\f84a"; }
.fa-biking::before {
content: "\f84a"; }
.fa-broom::before {
content: "\f51a"; }
.fa-shield-heart::before {
content: "\e574"; }
.fa-gopuram::before {
content: "\f664"; }
.fa-earth-oceania::before {
content: "\e47b"; }
.fa-globe-oceania::before {
content: "\e47b"; }
.fa-square-xmark::before {
content: "\f2d3"; }
.fa-times-square::before {
content: "\f2d3"; }
.fa-xmark-square::before {
content: "\f2d3"; }
.fa-hashtag::before {
content: "\23"; }
.fa-up-right-and-down-left-from-center::before {
content: "\f424"; }
.fa-expand-alt::before {
content: "\f424"; }
.fa-oil-can::before {
content: "\f613"; }
.fa-t::before {
content: "\54"; }
.fa-hippo::before {
content: "\f6ed"; }
.fa-chart-column::before {
content: "\e0e3"; }
.fa-infinity::before {
content: "\f534"; }
.fa-vial-circle-check::before {
content: "\e596"; }
.fa-person-arrow-down-to-line::before {
content: "\e538"; }
.fa-voicemail::before {
content: "\f897"; }
.fa-fan::before {
content: "\f863"; }
.fa-person-walking-luggage::before {
content: "\e554"; }
.fa-up-down::before {
content: "\f338"; }
.fa-arrows-alt-v::before {
content: "\f338"; }
.fa-cloud-moon-rain::before {
content: "\f73c"; }
.fa-calendar::before {
content: "\f133"; }
.fa-trailer::before {
content: "\e041"; }
.fa-bahai::before {
content: "\f666"; }
.fa-haykal::before {
content: "\f666"; }
.fa-sd-card::before {
content: "\f7c2"; }
.fa-dragon::before {
content: "\f6d5"; }
.fa-shoe-prints::before {
content: "\f54b"; }
.fa-circle-plus::before {
content: "\f055"; }
.fa-plus-circle::before {
content: "\f055"; }
.fa-face-grin-tongue-wink::before {
content: "\f58b"; }
.fa-grin-tongue-wink::before {
content: "\f58b"; }
.fa-hand-holding::before {
content: "\f4bd"; }
.fa-plug-circle-exclamation::before {
content: "\e55d"; }
.fa-link-slash::before {
content: "\f127"; }
.fa-chain-broken::before {
content: "\f127"; }
.fa-chain-slash::before {
content: "\f127"; }
.fa-unlink::before {
content: "\f127"; }
.fa-clone::before {
content: "\f24d"; }
.fa-person-walking-arrow-loop-left::before {
content: "\e551"; }
.fa-arrow-up-z-a::before {
content: "\f882"; }
.fa-sort-alpha-up-alt::before {
content: "\f882"; }
.fa-fire-flame-curved::before {
content: "\f7e4"; }
.fa-fire-alt::before {
content: "\f7e4"; }
.fa-tornado::before {
content: "\f76f"; }
.fa-file-circle-plus::before {
content: "\e494"; }
.fa-book-quran::before {
content: "\f687"; }
.fa-quran::before {
content: "\f687"; }
.fa-anchor::before {
content: "\f13d"; }
.fa-border-all::before {
content: "\f84c"; }
.fa-face-angry::before {
content: "\f556"; }
.fa-angry::before {
content: "\f556"; }
.fa-cookie-bite::before {
content: "\f564"; }
.fa-arrow-trend-down::before {
content: "\e097"; }
.fa-rss::before {
content: "\f09e"; }
.fa-feed::before {
content: "\f09e"; }
.fa-draw-polygon::before {
content: "\f5ee"; }
.fa-scale-balanced::before {
content: "\f24e"; }
.fa-balance-scale::before {
content: "\f24e"; }
.fa-gauge-simple-high::before {
content: "\f62a"; }
.fa-tachometer::before {
content: "\f62a"; }
.fa-tachometer-fast::before {
content: "\f62a"; }
.fa-shower::before {
content: "\f2cc"; }
.fa-desktop::before {
content: "\f390"; }
.fa-desktop-alt::before {
content: "\f390"; }
.fa-m::before {
content: "\4d"; }
.fa-table-list::before {
content: "\f00b"; }
.fa-th-list::before {
content: "\f00b"; }
.fa-comment-sms::before {
content: "\f7cd"; }
.fa-sms::before {
content: "\f7cd"; }
.fa-book::before {
content: "\f02d"; }
.fa-user-plus::before {
content: "\f234"; }
.fa-check::before {
content: "\f00c"; }
.fa-battery-three-quarters::before {
content: "\f241"; }
.fa-battery-4::before {
content: "\f241"; }
.fa-house-circle-check::before {
content: "\e509"; }
.fa-angle-left::before {
content: "\f104"; }
.fa-diagram-successor::before {
content: "\e47a"; }
.fa-truck-arrow-right::before {
content: "\e58b"; }
.fa-arrows-split-up-and-left::before {
content: "\e4bc"; }
.fa-hand-fist::before {
content: "\f6de"; }
.fa-fist-raised::before {
content: "\f6de"; }
.fa-cloud-moon::before {
content: "\f6c3"; }
.fa-briefcase::before {
content: "\f0b1"; }
.fa-person-falling::before {
content: "\e546"; }
.fa-image-portrait::before {
content: "\f3e0"; }
.fa-portrait::before {
content: "\f3e0"; }
.fa-user-tag::before {
content: "\f507"; }
.fa-rug::before {
content: "\e569"; }
.fa-earth-europe::before {
content: "\f7a2"; }
.fa-globe-europe::before {
content: "\f7a2"; }
.fa-cart-flatbed-suitcase::before {
content: "\f59d"; }
.fa-luggage-cart::before {
content: "\f59d"; }
.fa-rectangle-xmark::before {
content: "\f410"; }
.fa-rectangle-times::before {
content: "\f410"; }
.fa-times-rectangle::before {
content: "\f410"; }
.fa-window-close::before {
content: "\f410"; }
.fa-baht-sign::before {
content: "\e0ac"; }
.fa-book-open::before {
content: "\f518"; }
.fa-book-journal-whills::before {
content: "\f66a"; }
.fa-journal-whills::before {
content: "\f66a"; }
.fa-handcuffs::before {
content: "\e4f8"; }
.fa-triangle-exclamation::before {
content: "\f071"; }
.fa-exclamation-triangle::before {
content: "\f071"; }
.fa-warning::before {
content: "\f071"; }
.fa-database::before {
content: "\f1c0"; }
.fa-share::before {
content: "\f064"; }
.fa-arrow-turn-right::before {
content: "\f064"; }
.fa-mail-forward::before {
content: "\f064"; }
.fa-bottle-droplet::before {
content: "\e4c4"; }
.fa-mask-face::before {
content: "\e1d7"; }
.fa-hill-rockslide::before {
content: "\e508"; }
.fa-right-left::before {
content: "\f362"; }
.fa-exchange-alt::before {
content: "\f362"; }
.fa-paper-plane::before {
content: "\f1d8"; }
.fa-road-circle-exclamation::before {
content: "\e565"; }
.fa-dungeon::before {
content: "\f6d9"; }
.fa-align-right::before {
content: "\f038"; }
.fa-money-bill-1-wave::before {
content: "\f53b"; }
.fa-money-bill-wave-alt::before {
content: "\f53b"; }
.fa-life-ring::before {
content: "\f1cd"; }
.fa-hands::before {
content: "\f2a7"; }
.fa-sign-language::before {
content: "\f2a7"; }
.fa-signing::before {
content: "\f2a7"; }
.fa-calendar-day::before {
content: "\f783"; }
.fa-water-ladder::before {
content: "\f5c5"; }
.fa-ladder-water::before {
content: "\f5c5"; }
.fa-swimming-pool::before {
content: "\f5c5"; }
.fa-arrows-up-down::before {
content: "\f07d"; }
.fa-arrows-v::before {
content: "\f07d"; }
.fa-face-grimace::before {
content: "\f57f"; }
.fa-grimace::before {
content: "\f57f"; }
.fa-wheelchair-move::before {
content: "\e2ce"; }
.fa-wheelchair-alt::before {
content: "\e2ce"; }
.fa-turn-down::before {
content: "\f3be"; }
.fa-level-down-alt::before {
content: "\f3be"; }
.fa-person-walking-arrow-right::before {
content: "\e552"; }
.fa-square-envelope::before {
content: "\f199"; }
.fa-envelope-square::before {
content: "\f199"; }
.fa-dice::before {
content: "\f522"; }
.fa-bowling-ball::before {
content: "\f436"; }
.fa-brain::before {
content: "\f5dc"; }
.fa-bandage::before {
content: "\f462"; }
.fa-band-aid::before {
content: "\f462"; }
.fa-calendar-minus::before {
content: "\f272"; }
.fa-circle-xmark::before {
content: "\f057"; }
.fa-times-circle::before {
content: "\f057"; }
.fa-xmark-circle::before {
content: "\f057"; }
.fa-gifts::before {
content: "\f79c"; }
.fa-hotel::before {
content: "\f594"; }
.fa-earth-asia::before {
content: "\f57e"; }
.fa-globe-asia::before {
content: "\f57e"; }
.fa-id-card-clip::before {
content: "\f47f"; }
.fa-id-card-alt::before {
content: "\f47f"; }
.fa-magnifying-glass-plus::before {
content: "\f00e"; }
.fa-search-plus::before {
content: "\f00e"; }
.fa-thumbs-up::before {
content: "\f164"; }
.fa-user-clock::before {
content: "\f4fd"; }
.fa-hand-dots::before {
content: "\f461"; }
.fa-allergies::before {
content: "\f461"; }
.fa-file-invoice::before {
content: "\f570"; }
.fa-window-minimize::before {
content: "\f2d1"; }
.fa-mug-saucer::before {
content: "\f0f4"; }
.fa-coffee::before {
content: "\f0f4"; }
.fa-brush::before {
content: "\f55d"; }
.fa-mask::before {
content: "\f6fa"; }
.fa-magnifying-glass-minus::before {
content: "\f010"; }
.fa-search-minus::before {
content: "\f010"; }
.fa-ruler-vertical::before {
content: "\f548"; }
.fa-user-large::before {
content: "\f406"; }
.fa-user-alt::before {
content: "\f406"; }
.fa-train-tram::before {
content: "\e5b4"; }
.fa-user-nurse::before {
content: "\f82f"; }
.fa-syringe::before {
content: "\f48e"; }
.fa-cloud-sun::before {
content: "\f6c4"; }
.fa-stopwatch-20::before {
content: "\e06f"; }
.fa-square-full::before {
content: "\f45c"; }
.fa-magnet::before {
content: "\f076"; }
.fa-jar::before {
content: "\e516"; }
.fa-note-sticky::before {
content: "\f249"; }
.fa-sticky-note::before {
content: "\f249"; }
.fa-bug-slash::before {
content: "\e490"; }
.fa-arrow-up-from-water-pump::before {
content: "\e4b6"; }
.fa-bone::before {
content: "\f5d7"; }
.fa-user-injured::before {
content: "\f728"; }
.fa-face-sad-tear::before {
content: "\f5b4"; }
.fa-sad-tear::before {
content: "\f5b4"; }
.fa-plane::before {
content: "\f072"; }
.fa-tent-arrows-down::before {
content: "\e581"; }
.fa-exclamation::before {
content: "\21"; }
.fa-arrows-spin::before {
content: "\e4bb"; }
.fa-print::before {
content: "\f02f"; }
.fa-turkish-lira-sign::before {
content: "\e2bb"; }
.fa-try::before {
content: "\e2bb"; }
.fa-turkish-lira::before {
content: "\e2bb"; }
.fa-dollar-sign::before {
content: "\24"; }
.fa-dollar::before {
content: "\24"; }
.fa-usd::before {
content: "\24"; }
.fa-x::before {
content: "\58"; }
.fa-magnifying-glass-dollar::before {
content: "\f688"; }
.fa-search-dollar::before {
content: "\f688"; }
.fa-users-gear::before {
content: "\f509"; }
.fa-users-cog::before {
content: "\f509"; }
.fa-person-military-pointing::before {
content: "\e54a"; }
.fa-building-columns::before {
content: "\f19c"; }
.fa-bank::before {
content: "\f19c"; }
.fa-institution::before {
content: "\f19c"; }
.fa-museum::before {
content: "\f19c"; }
.fa-university::before {
content: "\f19c"; }
.fa-umbrella::before {
content: "\f0e9"; }
.fa-trowel::before {
content: "\e589"; }
.fa-d::before {
content: "\44"; }
.fa-stapler::before {
content: "\e5af"; }
.fa-masks-theater::before {
content: "\f630"; }
.fa-theater-masks::before {
content: "\f630"; }
.fa-kip-sign::before {
content: "\e1c4"; }
.fa-hand-point-left::before {
content: "\f0a5"; }
.fa-handshake-simple::before {
content: "\f4c6"; }
.fa-handshake-alt::before {
content: "\f4c6"; }
.fa-jet-fighter::before {
content: "\f0fb"; }
.fa-fighter-jet::before {
content: "\f0fb"; }
.fa-square-share-nodes::before {
content: "\f1e1"; }
.fa-share-alt-square::before {
content: "\f1e1"; }
.fa-barcode::before {
content: "\f02a"; }
.fa-plus-minus::before {
content: "\e43c"; }
.fa-video::before {
content: "\f03d"; }
.fa-video-camera::before {
content: "\f03d"; }
.fa-graduation-cap::before {
content: "\f19d"; }
.fa-mortar-board::before {
content: "\f19d"; }
.fa-hand-holding-medical::before {
content: "\e05c"; }
.fa-person-circle-check::before {
content: "\e53e"; }
.fa-turn-up::before {
content: "\f3bf"; }
.fa-level-up-alt::before {
content: "\f3bf"; }
.sr-only,
.fa-sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0; }
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0; }
:root, :host {
--fa-style-family-brands: 'Font Awesome 6 Brands';
--fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }
@font-face {
font-family: 'Font Awesome 6 Brands';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//null-schwitzen.de/wp-content/themes/nimva/css/font/fa-brands-400.woff2) format("woff2"), url(//null-schwitzen.de/wp-content/themes/nimva/css/font/fa-brands-400.ttf) format("truetype"); }
.fab,
.fa-brands {
font-weight: 400; }
.fa-monero:before {
content: "\f3d0"; }
.fa-hooli:before {
content: "\f427"; }
.fa-yelp:before {
content: "\f1e9"; }
.fa-cc-visa:before {
content: "\f1f0"; }
.fa-lastfm:before {
content: "\f202"; }
.fa-shopware:before {
content: "\f5b5"; }
.fa-creative-commons-nc:before {
content: "\f4e8"; }
.fa-aws:before {
content: "\f375"; }
.fa-redhat:before {
content: "\f7bc"; }
.fa-yoast:before {
content: "\f2b1"; }
.fa-cloudflare:before {
content: "\e07d"; }
.fa-ups:before {
content: "\f7e0"; }
.fa-wpexplorer:before {
content: "\f2de"; }
.fa-dyalog:before {
content: "\f399"; }
.fa-bity:before {
content: "\f37a"; }
.fa-stackpath:before {
content: "\f842"; }
.fa-buysellads:before {
content: "\f20d"; }
.fa-first-order:before {
content: "\f2b0"; }
.fa-modx:before {
content: "\f285"; }
.fa-guilded:before {
content: "\e07e"; }
.fa-vnv:before {
content: "\f40b"; }
.fa-square-js:before {
content: "\f3b9"; }
.fa-js-square:before {
content: "\f3b9"; }
.fa-microsoft:before {
content: "\f3ca"; }
.fa-qq:before {
content: "\f1d6"; }
.fa-orcid:before {
content: "\f8d2"; }
.fa-java:before {
content: "\f4e4"; }
.fa-invision:before {
content: "\f7b0"; }
.fa-creative-commons-pd-alt:before {
content: "\f4ed"; }
.fa-centercode:before {
content: "\f380"; }
.fa-glide-g:before {
content: "\f2a6"; }
.fa-drupal:before {
content: "\f1a9"; }
.fa-hire-a-helper:before {
content: "\f3b0"; }
.fa-creative-commons-by:before {
content: "\f4e7"; }
.fa-unity:before {
content: "\e049"; }
.fa-whmcs:before {
content: "\f40d"; }
.fa-rocketchat:before {
content: "\f3e8"; }
.fa-vk:before {
content: "\f189"; }
.fa-untappd:before {
content: "\f405"; }
.fa-mailchimp:before {
content: "\f59e"; }
.fa-css3-alt:before {
content: "\f38b"; }
.fa-square-reddit:before {
content: "\f1a2"; }
.fa-reddit-square:before {
content: "\f1a2"; }
.fa-vimeo-v:before {
content: "\f27d"; }
.fa-contao:before {
content: "\f26d"; }
.fa-square-font-awesome:before {
content: "\e5ad"; }
.fa-deskpro:before {
content: "\f38f"; }
.fa-sistrix:before {
content: "\f3ee"; }
.fa-square-instagram:before {
content: "\e055"; }
.fa-instagram-square:before {
content: "\e055"; }
.fa-battle-net:before {
content: "\f835"; }
.fa-the-red-yeti:before {
content: "\f69d"; }
.fa-square-hacker-news:before {
content: "\f3af"; }
.fa-hacker-news-square:before {
content: "\f3af"; }
.fa-edge:before {
content: "\f282"; }
.fa-napster:before {
content: "\f3d2"; }
.fa-square-snapchat:before {
content: "\f2ad"; }
.fa-snapchat-square:before {
content: "\f2ad"; }
.fa-google-plus-g:before {
content: "\f0d5"; }
.fa-artstation:before {
content: "\f77a"; }
.fa-markdown:before {
content: "\f60f"; }
.fa-sourcetree:before {
content: "\f7d3"; }
.fa-google-plus:before {
content: "\f2b3"; }
.fa-diaspora:before {
content: "\f791"; }
.fa-foursquare:before {
content: "\f180"; }
.fa-stack-overflow:before {
content: "\f16c"; }
.fa-github-alt:before {
content: "\f113"; }
.fa-phoenix-squadron:before {
content: "\f511"; }
.fa-pagelines:before {
content: "\f18c"; }
.fa-algolia:before {
content: "\f36c"; }
.fa-red-river:before {
content: "\f3e3"; }
.fa-creative-commons-sa:before {
content: "\f4ef"; }
.fa-safari:before {
content: "\f267"; }
.fa-google:before {
content: "\f1a0"; }
.fa-square-font-awesome-stroke:before {
content: "\f35c"; }
.fa-font-awesome-alt:before {
content: "\f35c"; }
.fa-atlassian:before {
content: "\f77b"; }
.fa-linkedin-in:before {
content: "\f0e1"; }
.fa-digital-ocean:before {
content: "\f391"; }
.fa-nimblr:before {
content: "\f5a8"; }
.fa-chromecast:before {
content: "\f838"; }
.fa-evernote:before {
content: "\f839"; }
.fa-hacker-news:before {
content: "\f1d4"; }
.fa-creative-commons-sampling:before {
content: "\f4f0"; }
.fa-adversal:before {
content: "\f36a"; }
.fa-creative-commons:before {
content: "\f25e"; }
.fa-watchman-monitoring:before {
content: "\e087"; }
.fa-fonticons:before {
content: "\f280"; }
.fa-weixin:before {
content: "\f1d7"; }
.fa-shirtsinbulk:before {
content: "\f214"; }
.fa-codepen:before {
content: "\f1cb"; }
.fa-git-alt:before {
content: "\f841"; }
.fa-lyft:before {
content: "\f3c3"; }
.fa-rev:before {
content: "\f5b2"; }
.fa-windows:before {
content: "\f17a"; }
.fa-wizards-of-the-coast:before {
content: "\f730"; }
.fa-square-viadeo:before {
content: "\f2aa"; }
.fa-viadeo-square:before {
content: "\f2aa"; }
.fa-meetup:before {
content: "\f2e0"; }
.fa-centos:before {
content: "\f789"; }
.fa-adn:before {
content: "\f170"; }
.fa-cloudsmith:before {
content: "\f384"; }
.fa-pied-piper-alt:before {
content: "\f1a8"; }
.fa-square-dribbble:before {
content: "\f397"; }
.fa-dribbble-square:before {
content: "\f397"; }
.fa-codiepie:before {
content: "\f284"; }
.fa-node:before {
content: "\f419"; }
.fa-mix:before {
content: "\f3cb"; }
.fa-steam:before {
content: "\f1b6"; }
.fa-cc-apple-pay:before {
content: "\f416"; }
.fa-scribd:before {
content: "\f28a"; }
.fa-openid:before {
content: "\f19b"; }
.fa-instalod:before {
content: "\e081"; }
.fa-expeditedssl:before {
content: "\f23e"; }
.fa-sellcast:before {
content: "\f2da"; }
.fa-square-twitter:before {
content: "\f081"; }
.fa-twitter-square:before {
content: "\f081"; }
.fa-r-project:before {
content: "\f4f7"; }
.fa-delicious:before {
content: "\f1a5"; }
.fa-freebsd:before {
content: "\f3a4"; }
.fa-vuejs:before {
content: "\f41f"; }
.fa-accusoft:before {
content: "\f369"; }
.fa-ioxhost:before {
content: "\f208"; }
.fa-fonticons-fi:before {
content: "\f3a2"; }
.fa-app-store:before {
content: "\f36f"; }
.fa-cc-mastercard:before {
content: "\f1f1"; }
.fa-itunes-note:before {
content: "\f3b5"; }
.fa-golang:before {
content: "\e40f"; }
.fa-kickstarter:before {
content: "\f3bb"; }
.fa-grav:before {
content: "\f2d6"; }
.fa-weibo:before {
content: "\f18a"; }
.fa-uncharted:before {
content: "\e084"; }
.fa-firstdraft:before {
content: "\f3a1"; }
.fa-square-youtube:before {
content: "\f431"; }
.fa-youtube-square:before {
content: "\f431"; }
.fa-wikipedia-w:before {
content: "\f266"; }
.fa-wpressr:before {
content: "\f3e4"; }
.fa-rendact:before {
content: "\f3e4"; }
.fa-angellist:before {
content: "\f209"; }
.fa-galactic-republic:before {
content: "\f50c"; }
.fa-nfc-directional:before {
content: "\e530"; }
.fa-skype:before {
content: "\f17e"; }
.fa-joget:before {
content: "\f3b7"; }
.fa-fedora:before {
content: "\f798"; }
.fa-stripe-s:before {
content: "\f42a"; }
.fa-meta:before {
content: "\e49b"; }
.fa-laravel:before {
content: "\f3bd"; }
.fa-hotjar:before {
content: "\f3b1"; }
.fa-bluetooth-b:before {
content: "\f294"; }
.fa-sticker-mule:before {
content: "\f3f7"; }
.fa-creative-commons-zero:before {
content: "\f4f3"; }
.fa-hips:before {
content: "\f452"; }
.fa-behance:before {
content: "\f1b4"; }
.fa-reddit:before {
content: "\f1a1"; }
.fa-discord:before {
content: "\f392"; }
.fa-chrome:before {
content: "\f268"; }
.fa-app-store-ios:before {
content: "\f370"; }
.fa-cc-discover:before {
content: "\f1f2"; }
.fa-wpbeginner:before {
content: "\f297"; }
.fa-confluence:before {
content: "\f78d"; }
.fa-mdb:before {
content: "\f8ca"; }
.fa-dochub:before {
content: "\f394"; }
.fa-accessible-icon:before {
content: "\f368"; }
.fa-ebay:before {
content: "\f4f4"; }
.fa-amazon:before {
content: "\f270"; }
.fa-unsplash:before {
content: "\e07c"; }
.fa-yarn:before {
content: "\f7e3"; }
.fa-square-steam:before {
content: "\f1b7"; }
.fa-steam-square:before {
content: "\f1b7"; }
.fa-500px:before {
content: "\f26e"; }
.fa-square-vimeo:before {
content: "\f194"; }
.fa-vimeo-square:before {
content: "\f194"; }
.fa-asymmetrik:before {
content: "\f372"; }
.fa-font-awesome:before {
content: "\f2b4"; }
.fa-font-awesome-flag:before {
content: "\f2b4"; }
.fa-font-awesome-logo-full:before {
content: "\f2b4"; }
.fa-gratipay:before {
content: "\f184"; }
.fa-apple:before {
content: "\f179"; }
.fa-hive:before {
content: "\e07f"; }
.fa-gitkraken:before {
content: "\f3a6"; }
.fa-keybase:before {
content: "\f4f5"; }
.fa-apple-pay:before {
content: "\f415"; }
.fa-padlet:before {
content: "\e4a0"; }
.fa-amazon-pay:before {
content: "\f42c"; }
.fa-square-github:before {
content: "\f092"; }
.fa-github-square:before {
content: "\f092"; }
.fa-stumbleupon:before {
content: "\f1a4"; }
.fa-fedex:before {
content: "\f797"; }
.fa-phoenix-framework:before {
content: "\f3dc"; }
.fa-shopify:before {
content: "\e057"; }
.fa-neos:before {
content: "\f612"; }
.fa-hackerrank:before {
content: "\f5f7"; }
.fa-researchgate:before {
content: "\f4f8"; }
.fa-swift:before {
content: "\f8e1"; }
.fa-angular:before {
content: "\f420"; }
.fa-speakap:before {
content: "\f3f3"; }
.fa-angrycreative:before {
content: "\f36e"; }
.fa-y-combinator:before {
content: "\f23b"; }
.fa-empire:before {
content: "\f1d1"; }
.fa-envira:before {
content: "\f299"; }
.fa-square-gitlab:before {
content: "\e5ae"; }
.fa-gitlab-square:before {
content: "\e5ae"; }
.fa-studiovinari:before {
content: "\f3f8"; }
.fa-pied-piper:before {
content: "\f2ae"; }
.fa-wordpress:before {
content: "\f19a"; }
.fa-product-hunt:before {
content: "\f288"; }
.fa-firefox:before {
content: "\f269"; }
.fa-linode:before {
content: "\f2b8"; }
.fa-goodreads:before {
content: "\f3a8"; }
.fa-square-odnoklassniki:before {
content: "\f264"; }
.fa-odnoklassniki-square:before {
content: "\f264"; }
.fa-jsfiddle:before {
content: "\f1cc"; }
.fa-sith:before {
content: "\f512"; }
.fa-themeisle:before {
content: "\f2b2"; }
.fa-page4:before {
content: "\f3d7"; }
.fa-hashnode:before {
content: "\e499"; }
.fa-react:before {
content: "\f41b"; }
.fa-cc-paypal:before {
content: "\f1f4"; }
.fa-squarespace:before {
content: "\f5be"; }
.fa-cc-stripe:before {
content: "\f1f5"; }
.fa-creative-commons-share:before {
content: "\f4f2"; }
.fa-bitcoin:before {
content: "\f379"; }
.fa-keycdn:before {
content: "\f3ba"; }
.fa-opera:before {
content: "\f26a"; }
.fa-itch-io:before {
content: "\f83a"; }
.fa-umbraco:before {
content: "\f8e8"; }
.fa-galactic-senate:before {
content: "\f50d"; }
.fa-ubuntu:before {
content: "\f7df"; }
.fa-draft2digital:before {
content: "\f396"; }
.fa-stripe:before {
content: "\f429"; }
.fa-houzz:before {
content: "\f27c"; }
.fa-gg:before {
content: "\f260"; }
.fa-dhl:before {
content: "\f790"; }
.fa-square-pinterest:before {
content: "\f0d3"; }
.fa-pinterest-square:before {
content: "\f0d3"; }
.fa-xing:before {
content: "\f168"; }
.fa-blackberry:before {
content: "\f37b"; }
.fa-creative-commons-pd:before {
content: "\f4ec"; }
.fa-playstation:before {
content: "\f3df"; }
.fa-quinscape:before {
content: "\f459"; }
.fa-less:before {
content: "\f41d"; }
.fa-blogger-b:before {
content: "\f37d"; }
.fa-opencart:before {
content: "\f23d"; }
.fa-vine:before {
content: "\f1ca"; }
.fa-paypal:before {
content: "\f1ed"; }
.fa-gitlab:before {
content: "\f296"; }
.fa-typo3:before {
content: "\f42b"; }
.fa-reddit-alien:before {
content: "\f281"; }
.fa-yahoo:before {
content: "\f19e"; }
.fa-dailymotion:before {
content: "\e052"; }
.fa-affiliatetheme:before {
content: "\f36b"; }
.fa-pied-piper-pp:before {
content: "\f1a7"; }
.fa-bootstrap:before {
content: "\f836"; }
.fa-odnoklassniki:before {
content: "\f263"; }
.fa-nfc-symbol:before {
content: "\e531"; }
.fa-ethereum:before {
content: "\f42e"; }
.fa-speaker-deck:before {
content: "\f83c"; }
.fa-creative-commons-nc-eu:before {
content: "\f4e9"; }
.fa-patreon:before {
content: "\f3d9"; }
.fa-avianex:before {
content: "\f374"; }
.fa-ello:before {
content: "\f5f1"; }
.fa-gofore:before {
content: "\f3a7"; }
.fa-bimobject:before {
content: "\f378"; }
.fa-facebook-f:before {
content: "\f39e"; }
.fa-square-google-plus:before {
content: "\f0d4"; }
.fa-google-plus-square:before {
content: "\f0d4"; }
.fa-mandalorian:before {
content: "\f50f"; }
.fa-first-order-alt:before {
content: "\f50a"; }
.fa-osi:before {
content: "\f41a"; }
.fa-google-wallet:before {
content: "\f1ee"; }
.fa-d-and-d-beyond:before {
content: "\f6ca"; }
.fa-periscope:before {
content: "\f3da"; }
.fa-fulcrum:before {
content: "\f50b"; }
.fa-cloudscale:before {
content: "\f383"; }
.fa-forumbee:before {
content: "\f211"; }
.fa-mizuni:before {
content: "\f3cc"; }
.fa-schlix:before {
content: "\f3ea"; }
.fa-square-xing:before {
content: "\f169"; }
.fa-xing-square:before {
content: "\f169"; }
.fa-bandcamp:before {
content: "\f2d5"; }
.fa-wpforms:before {
content: "\f298"; }
.fa-cloudversify:before {
content: "\f385"; }
.fa-usps:before {
content: "\f7e1"; }
.fa-megaport:before {
content: "\f5a3"; }
.fa-magento:before {
content: "\f3c4"; }
.fa-spotify:before {
content: "\f1bc"; }
.fa-optin-monster:before {
content: "\f23c"; }
.fa-fly:before {
content: "\f417"; }
.fa-aviato:before {
content: "\f421"; }
.fa-itunes:before {
content: "\f3b4"; }
.fa-cuttlefish:before {
content: "\f38c"; }
.fa-blogger:before {
content: "\f37c"; }
.fa-flickr:before {
content: "\f16e"; }
.fa-viber:before {
content: "\f409"; }
.fa-soundcloud:before {
content: "\f1be"; }
.fa-digg:before {
content: "\f1a6"; }
.fa-tencent-weibo:before {
content: "\f1d5"; }
.fa-symfony:before {
content: "\f83d"; }
.fa-maxcdn:before {
content: "\f136"; }
.fa-etsy:before {
content: "\f2d7"; }
.fa-facebook-messenger:before {
content: "\f39f"; }
.fa-audible:before {
content: "\f373"; }
.fa-think-peaks:before {
content: "\f731"; }
.fa-bilibili:before {
content: "\e3d9"; }
.fa-erlang:before {
content: "\f39d"; }
.fa-cotton-bureau:before {
content: "\f89e"; }
.fa-dashcube:before {
content: "\f210"; }
.fa-42-group:before {
content: "\e080"; }
.fa-innosoft:before {
content: "\e080"; }
.fa-stack-exchange:before {
content: "\f18d"; }
.fa-elementor:before {
content: "\f430"; }
.fa-square-pied-piper:before {
content: "\e01e"; }
.fa-pied-piper-square:before {
content: "\e01e"; }
.fa-creative-commons-nd:before {
content: "\f4eb"; }
.fa-palfed:before {
content: "\f3d8"; }
.fa-superpowers:before {
content: "\f2dd"; }
.fa-resolving:before {
content: "\f3e7"; }
.fa-xbox:before {
content: "\f412"; }
.fa-searchengin:before {
content: "\f3eb"; }
.fa-tiktok:before {
content: "\e07b"; }
.fa-square-facebook:before {
content: "\f082"; }
.fa-facebook-square:before {
content: "\f082"; }
.fa-renren:before {
content: "\f18b"; }
.fa-linux:before {
content: "\f17c"; }
.fa-glide:before {
content: "\f2a5"; }
.fa-linkedin:before {
content: "\f08c"; }
.fa-hubspot:before {
content: "\f3b2"; }
.fa-deploydog:before {
content: "\f38e"; }
.fa-twitch:before {
content: "\f1e8"; }
.fa-ravelry:before {
content: "\f2d9"; }
.fa-mixer:before {
content: "\e056"; }
.fa-square-lastfm:before {
content: "\f203"; }
.fa-lastfm-square:before {
content: "\f203"; }
.fa-vimeo:before {
content: "\f40a"; }
.fa-mendeley:before {
content: "\f7b3"; }
.fa-uniregistry:before {
content: "\f404"; }
.fa-figma:before {
content: "\f799"; }
.fa-creative-commons-remix:before {
content: "\f4ee"; }
.fa-cc-amazon-pay:before {
content: "\f42d"; }
.fa-dropbox:before {
content: "\f16b"; }
.fa-instagram:before {
content: "\f16d"; }
.fa-cmplid:before {
content: "\e360"; }
.fa-facebook:before {
content: "\f09a"; }
.fa-gripfire:before {
content: "\f3ac"; }
.fa-jedi-order:before {
content: "\f50e"; }
.fa-uikit:before {
content: "\f403"; }
.fa-fort-awesome-alt:before {
content: "\f3a3"; }
.fa-phabricator:before {
content: "\f3db"; }
.fa-ussunnah:before {
content: "\f407"; }
.fa-earlybirds:before {
content: "\f39a"; }
.fa-trade-federation:before {
content: "\f513"; }
.fa-autoprefixer:before {
content: "\f41c"; }
.fa-whatsapp:before {
content: "\f232"; }
.fa-slideshare:before {
content: "\f1e7"; }
.fa-google-play:before {
content: "\f3ab"; }
.fa-viadeo:before {
content: "\f2a9"; }
.fa-line:before {
content: "\f3c0"; }
.fa-google-drive:before {
content: "\f3aa"; }
.fa-servicestack:before {
content: "\f3ec"; }
.fa-simplybuilt:before {
content: "\f215"; }
.fa-bitbucket:before {
content: "\f171"; }
.fa-imdb:before {
content: "\f2d8"; }
.fa-deezer:before {
content: "\e077"; }
.fa-raspberry-pi:before {
content: "\f7bb"; }
.fa-jira:before {
content: "\f7b1"; }
.fa-docker:before {
content: "\f395"; }
.fa-screenpal:before {
content: "\e570"; }
.fa-bluetooth:before {
content: "\f293"; }
.fa-gitter:before {
content: "\f426"; }
.fa-d-and-d:before {
content: "\f38d"; }
.fa-microblog:before {
content: "\e01a"; }
.fa-cc-diners-club:before {
content: "\f24c"; }
.fa-gg-circle:before {
content: "\f261"; }
.fa-pied-piper-hat:before {
content: "\f4e5"; }
.fa-kickstarter-k:before {
content: "\f3bc"; }
.fa-yandex:before {
content: "\f413"; }
.fa-readme:before {
content: "\f4d5"; }
.fa-html5:before {
content: "\f13b"; }
.fa-sellsy:before {
content: "\f213"; }
.fa-sass:before {
content: "\f41e"; }
.fa-wirsindhandwerk:before {
content: "\e2d0"; }
.fa-wsh:before {
content: "\e2d0"; }
.fa-buromobelexperte:before {
content: "\f37f"; }
.fa-salesforce:before {
content: "\f83b"; }
.fa-octopus-deploy:before {
content: "\e082"; }
.fa-medapps:before {
content: "\f3c6"; }
.fa-ns8:before {
content: "\f3d5"; }
.fa-pinterest-p:before {
content: "\f231"; }
.fa-apper:before {
content: "\f371"; }
.fa-fort-awesome:before {
content: "\f286"; }
.fa-waze:before {
content: "\f83f"; }
.fa-cc-jcb:before {
content: "\f24b"; }
.fa-snapchat:before {
content: "\f2ab"; }
.fa-snapchat-ghost:before {
content: "\f2ab"; }
.fa-fantasy-flight-games:before {
content: "\f6dc"; }
.fa-rust:before {
content: "\e07a"; }
.fa-wix:before {
content: "\f5cf"; }
.fa-square-behance:before {
content: "\f1b5"; }
.fa-behance-square:before {
content: "\f1b5"; }
.fa-supple:before {
content: "\f3f9"; }
.fa-rebel:before {
content: "\f1d0"; }
.fa-css3:before {
content: "\f13c"; }
.fa-staylinked:before {
content: "\f3f5"; }
.fa-kaggle:before {
content: "\f5fa"; }
.fa-space-awesome:before {
content: "\e5ac"; }
.fa-deviantart:before {
content: "\f1bd"; }
.fa-cpanel:before {
content: "\f388"; }
.fa-goodreads-g:before {
content: "\f3a9"; }
.fa-square-git:before {
content: "\f1d2"; }
.fa-git-square:before {
content: "\f1d2"; }
.fa-square-tumblr:before {
content: "\f174"; }
.fa-tumblr-square:before {
content: "\f174"; }
.fa-trello:before {
content: "\f181"; }
.fa-creative-commons-nc-jp:before {
content: "\f4ea"; }
.fa-get-pocket:before {
content: "\f265"; }
.fa-perbyte:before {
content: "\e083"; }
.fa-grunt:before {
content: "\f3ad"; }
.fa-weebly:before {
content: "\f5cc"; }
.fa-connectdevelop:before {
content: "\f20e"; }
.fa-leanpub:before {
content: "\f212"; }
.fa-black-tie:before {
content: "\f27e"; }
.fa-themeco:before {
content: "\f5c6"; }
.fa-python:before {
content: "\f3e2"; }
.fa-android:before {
content: "\f17b"; }
.fa-bots:before {
content: "\e340"; }
.fa-free-code-camp:before {
content: "\f2c5"; }
.fa-hornbill:before {
content: "\f592"; }
.fa-js:before {
content: "\f3b8"; }
.fa-ideal:before {
content: "\e013"; }
.fa-git:before {
content: "\f1d3"; }
.fa-dev:before {
content: "\f6cc"; }
.fa-sketch:before {
content: "\f7c6"; }
.fa-yandex-international:before {
content: "\f414"; }
.fa-cc-amex:before {
content: "\f1f3"; }
.fa-uber:before {
content: "\f402"; }
.fa-github:before {
content: "\f09b"; }
.fa-php:before {
content: "\f457"; }
.fa-alipay:before {
content: "\f642"; }
.fa-youtube:before {
content: "\f167"; }
.fa-skyatlas:before {
content: "\f216"; }
.fa-firefox-browser:before {
content: "\e007"; }
.fa-replyd:before {
content: "\f3e6"; }
.fa-suse:before {
content: "\f7d6"; }
.fa-jenkins:before {
content: "\f3b6"; }
.fa-twitter:before {
content: "\f099"; }
.fa-rockrms:before {
content: "\f3e9"; }
.fa-pinterest:before {
content: "\f0d2"; }
.fa-buffer:before {
content: "\f837"; }
.fa-npm:before {
content: "\f3d4"; }
.fa-yammer:before {
content: "\f840"; }
.fa-btc:before {
content: "\f15a"; }
.fa-dribbble:before {
content: "\f17d"; }
.fa-stumbleupon-circle:before {
content: "\f1a3"; }
.fa-internet-explorer:before {
content: "\f26b"; }
.fa-stubber:before {
content: "\e5c7"; }
.fa-telegram:before {
content: "\f2c6"; }
.fa-telegram-plane:before {
content: "\f2c6"; }
.fa-old-republic:before {
content: "\f510"; }
.fa-odysee:before {
content: "\e5c6"; }
.fa-square-whatsapp:before {
content: "\f40c"; }
.fa-whatsapp-square:before {
content: "\f40c"; }
.fa-node-js:before {
content: "\f3d3"; }
.fa-edge-legacy:before {
content: "\e078"; }
.fa-slack:before {
content: "\f198"; }
.fa-slack-hash:before {
content: "\f198"; }
.fa-medrt:before {
content: "\f3c8"; }
.fa-usb:before {
content: "\f287"; }
.fa-tumblr:before {
content: "\f173"; }
.fa-vaadin:before {
content: "\f408"; }
.fa-quora:before {
content: "\f2c4"; }
.fa-reacteurope:before {
content: "\f75d"; }
.fa-medium:before {
content: "\f23a"; }
.fa-medium-m:before {
content: "\f23a"; }
.fa-amilia:before {
content: "\f36d"; }
.fa-mixcloud:before {
content: "\f289"; }
.fa-flipboard:before {
content: "\f44d"; }
.fa-viacoin:before {
content: "\f237"; }
.fa-critical-role:before {
content: "\f6c9"; }
.fa-sitrox:before {
content: "\e44a"; }
.fa-discourse:before {
content: "\f393"; }
.fa-joomla:before {
content: "\f1aa"; }
.fa-mastodon:before {
content: "\f4f6"; }
.fa-airbnb:before {
content: "\f834"; }
.fa-wolf-pack-battalion:before {
content: "\f514"; }
.fa-buy-n-large:before {
content: "\f8a6"; }
.fa-gulp:before {
content: "\f3ae"; }
.fa-creative-commons-sampling-plus:before {
content: "\f4f1"; }
.fa-strava:before {
content: "\f428"; }
.fa-ember:before {
content: "\f423"; }
.fa-canadian-maple-leaf:before {
content: "\f785"; }
.fa-teamspeak:before {
content: "\f4f9"; }
.fa-pushed:before {
content: "\f3e1"; }
.fa-wordpress-simple:before {
content: "\f411"; }
.fa-nutritionix:before {
content: "\f3d6"; }
.fa-wodu:before {
content: "\e088"; }
.fa-google-pay:before {
content: "\e079"; }
.fa-intercom:before {
content: "\f7af"; }
.fa-zhihu:before {
content: "\f63f"; }
.fa-korvue:before {
content: "\f42f"; }
.fa-pix:before {
content: "\e43a"; }
.fa-steam-symbol:before {
content: "\f3f6"; }
:root, :host {
--fa-style-family-classic: 'Font Awesome 6 Free';
--fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; }
@font-face {
font-family: 'Font Awesome 6 Free';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//null-schwitzen.de/wp-content/themes/nimva/css/font/fa-regular-400.woff2) format("woff2"), url(//null-schwitzen.de/wp-content/themes/nimva/css/font/fa-regular-400.ttf) format("truetype"); }
.far,
.fa-regular {
font-weight: 400; }
:root, :host {
--fa-style-family-classic: 'Font Awesome 6 Free';
--fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }
@font-face {
font-family: 'Font Awesome 6 Free';
font-style: normal;
font-weight: 900;
font-display: block;
src: url(//null-schwitzen.de/wp-content/themes/nimva/css/font/fa-solid-900.woff2) format("woff2"), url(//null-schwitzen.de/wp-content/themes/nimva/css/font/fa-solid-900.ttf) format("truetype"); }
.fas,
.fa-solid {
font-weight: 900; }
@font-face {
font-family: 'Font Awesome 5 Brands';
font-display: block;
font-weight: 400;
src: url(//null-schwitzen.de/wp-content/themes/nimva/css/font/fa-brands-400.woff2) format("woff2"), url(//null-schwitzen.de/wp-content/themes/nimva/css/font/fa-brands-400.ttf) format("truetype"); }
@font-face {
font-family: 'Font Awesome 5 Free';
font-display: block;
font-weight: 900;
src: url(//null-schwitzen.de/wp-content/themes/nimva/css/font/fa-solid-900.woff2) format("woff2"), url(//null-schwitzen.de/wp-content/themes/nimva/css/font/fa-solid-900.ttf) format("truetype"); }
@font-face {
font-family: 'Font Awesome 5 Free';
font-display: block;
font-weight: 400;
src: url(//null-schwitzen.de/wp-content/themes/nimva/css/font/fa-regular-400.woff2) format("woff2"), url(//null-schwitzen.de/wp-content/themes/nimva/css/font/fa-regular-400.ttf) format("truetype"); }
@font-face {
font-family: 'FontAwesome';
font-display: block;
src: url(//null-schwitzen.de/wp-content/themes/nimva/css/font/fa-solid-900.woff2) format("woff2"), url(//null-schwitzen.de/wp-content/themes/nimva/css/font/fa-solid-900.ttf) format("truetype"); }
@font-face {
font-family: 'FontAwesome';
font-display: block;
src: url(//null-schwitzen.de/wp-content/themes/nimva/css/font/fa-brands-400.woff2) format("woff2"), url(//null-schwitzen.de/wp-content/themes/nimva/css/font/fa-brands-400.ttf) format("truetype"); }
@font-face {
font-family: 'FontAwesome';
font-display: block;
src: url(//null-schwitzen.de/wp-content/themes/nimva/css/font/fa-regular-400.woff2) format("woff2"), url(//null-schwitzen.de/wp-content/themes/nimva/css/font/fa-regular-400.ttf) format("truetype");
unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC; }
@font-face {
font-family: 'FontAwesome';
font-display: block;
src: url(//null-schwitzen.de/wp-content/themes/nimva/css/font/fa-v4compatibility.woff2) format("woff2"), url(//null-schwitzen.de/wp-content/themes/nimva/css/font/fa-v4compatibility.ttf) format("truetype");
unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A; }#content .col-1, #content .col-2 {
max-width: none;
width:50%;
}
#content .woocommerce-input-wrapper {
width: 100%;
}
#content ul.products {
margin-bottom: 0px;
padding-bottom: 10px;
border-bottom:1px dotted #ccc;
}
#content .related.products ul.products {
border: none;
}
#content ul.products li.product {
margin: 0 2.5% 2.5% 0;
width: 23.08%;
}
#content .columns-5 ul.products li.product {
width:18%;
}
#content .columns-6 ul.products li.product {
width:15%;
margin:0 2% 2% 0;
}
#content .postcontent ul.products li.product {
width:31.6%;
}
#content .postcontent ul.products.columns-4 li.product {
margin: 0 2% 2% 0;
width: 23.5%;
}
#content .postcontent ul.products.columns-4 li.product.last,
#content  ul.products.columns-5 li.product.last,
#content  ul.products.columns-6 li.product.last{
margin-right: 0;
}
#content .columns-3 ul.products li.product {
width: 31.6%;
}
#content .columns-2 ul.products li.product {
width: 47.6%;
margin:0 4.5% 4.5% 0;
}
#content .columns-2 ul.products li.last {
margin-right: 0;
}
#content ul.products li.last {
margin-right: 0;
}
.woocommerce ul.products li.product .product_holder .product-loop-thumb a img, .woocommerce-page ul.products li.product .product_holder .product-loop-thumb a img {
box-shadow:none;
-webkit-box-shadow: none;
margin-bottom:0;
}
.woocommerce #content .container .product .images img {
box-shadow: none;
-webkist-box-shadow: none;	
}
.woocommerce #content .container .product .images .fslider, .woocommerce #content .container .product .images .thumbnails img {
border:1px solid #ededed;
} .searchtop-meta .screen-reader-text {
display:none;
}
form.woocommerce-product-search {
position: relative;
}
.woocommerce-product-search .search-field {
width: 100%;
}
.woocommerce-product-search button {
background: #333;
border: none;
padding: 0 10px;
color: #fff;
line-height: 36px;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
}
.searchtop-meta .woocommerce-product-search button {
border-radius: 20px;
}
#content a.added_to_cart {
padding: 0;
color: #f96e5b;
}
#content a.added_to_cart:hover {
color: #222;
}
#content a.added_to_cart:after {
display:none;
}
#content a.added_to_cart:before {
font-family: "Font Awesome 6 Free";
font-weight: 900;
content: "\f07a";
font-size:12px;
padding-right: 3px;
display: inline-block;
width: 1.25em;
text-align: center;
}
.product_holder {
border:1px solid #ebeaea;
transition:all .2s ease-in;
-moz-transition:all .2s ease-in;
-ms-transition:all .2s ease-in;
-o-transition:all .2s ease-in;
}
.product_holder:hover {
box-shadow: 0px 0px 35px rgba(0,0,0,0.1);
border-color:transparent;
transform:scale(1.05);
}
.product_holder .product_buttons_wrap a {
opacity:0.4;
filter:alpha(opacity=0);
transition: opacity ease-in .2s;
-moz-transition: opacity ease-in .2s;
-ms-transition: opacity ease-in .2s;
-o-transition: opacity ease-in .2s;
}
.product_holder:hover .product_buttons_wrap a {
opacity: 1;
filter:alpha(opacity=100);
}
.product_holder .product-loop-thumb { 
position:relative ; 
overflow: hidden;	
}
.product_holder .product-loop-thumb a { 
position:relative ;
display:block ; 
}
.product_holder .product-loop-thumb .product_buttons_wrap a {
display:inline-block;
}
.product_holder .product-loop-thumb a img{ 
width:100%; 
box-shadow: none;	
}
.product_holder .product-loop-thumb a .product-loop-image{
position:relative;
z-index:0; display: block;
}
.product_holder .product-loop-thumb a .product-hover-image{
position:absolute;
z-index:1;
left:0;
top:0;
filter:alpha(opacity=0);
opacity:0;
transition:opacity .5s ease-in-out !important;
-webkit-transition:opacity .5s ease-in-out !important;
-moz-transition:opacity .5s ease-in-out !important;
-ms-transition:opacity .5s ease-in-out !important;
-o-transition:opacity .5s ease-in-out !important;
-webkit-perspective: 1000;
}
.product_holder .product-loop-thumb a:hover .product-hover-image{ 	 
filter: alpha(opacity=100); 
opacity:100 ;
}
.woocommerce .product_holder .product-loop-thumb span.onsale, .woocommerce .product_holder .product-loop-thumb .wc-new-badge, .woocommerce .product_holder .product-loop-thumb .out-of-stock-badge, .woocommerce .product_holder .product-loop-thumb .free-badge, .single-product.woocommerce #content span.onsale {
background: #f96e5b;
color: #fff;
text-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
white-space: nowrap;
overflow: hidden;
position: absolute;
text-align: center;
padding: 4px 15px; min-width: auto!important;
height: 26px!important;
min-height: 26px!important;
max-height: 26px!important;
margin: 0!important;
border-radius: 0;
left: 4px !important;
top: 4px!important;
right: auto !important;	
z-index: 1;
text-transform: uppercase;
font-size: 11px;
line-height: 28px;
font-weight: bold;
letter-spacing: 0; -webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
-ms-box-sizing: content-box;
box-sizing: content-box;
z-index:15;		
}
.woocommerce .product_holder .product-loop-thumb .wc-new-badge {
background: #3498db;
}
.woocommerce .product_holder .product-loop-thumb .out-of-stock-badge {
background: #666;
font-size: 10px;
padding: 4px 8px;
}
.woocommerce .product_holder .product-loop-thumb .free-badge {
background: #222;
}
.product_details {
padding: 10px;
border-top:1px solid #ebeaea;
text-align: center;
}
.single_product {
padding-top:10px;
padding-bottom:5px;
}
.single_product_description {
padding-top:10px;
margin-top:1px;
border-top:1px dotted #ccc;
}
.single_product_description ul {
list-style:disc;
}
.product_holder .product_buttons_wrap {	
background-color:rgba(0,0,0,0.85);
position:absolute;
bottom:-60px;
z-index:1000;
width:100%;
transition: .2s ease-in-out;
-webkit-transition: .2s ease-in-out;
-moz-transition: .2s ease-in-out;
-o-transition: .2s ease-in-out;
}
.product_holder:hover .product_buttons_wrap {
bottom:0;
}
.product_buttons_wrap .product_buttons_wrap_inside {
padding: 10px 15px;
}
.product_buttons_wrap a {
color:#ffffff;
font-size: 12px;
text-transform:uppercase;
font-weight:500;
}
#wrapper .product_buttons_wrap a:hover {
color: #ffffff;
}
.product_buttons_wrap.extra_st a {
color:#444;
}
.product_buttons_wrap a [class^="fa-"], .product_buttons_wrap a [class^="fa fa-"] {
font-size:12px;
padding-right:3px;
}
.product_buttons_wrap a:hover {
color: #f96e5b;
}
.show_details_button {
float:right;
}
.woocommerce #content .container .quantity, .woocommerce-page #content .container .quantity {
border: 1px solid #ededed;
overflow: hidden;
width: 82px;
margin-top: 7px !important;
padding-right:0;
}
.woocommerce-page #content .container .quantity {
margin-left:0;
}
.woocommerce #content .container .quantity .minus, .woocommerce #content .container .quantity .plus,
.woocommerce-page #content .container .quantity .minus, .woocommerce-page #content .container .quantity .plus {
background: none ;
background-color: #fbfaf9;
border-radius: 0;
width: 26px;
cursor: pointer;
float: left;
border: 0;
margin: 0;
padding: 0;
height: 31px;
text-align: center;
vertical-align: middle;
font-size: 18px;
color: #333;
position:relative;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border-right:1px solid #ededed;
text-shadow: none;
transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
}
.woocommerce #content .container .quantity .plus, .woocommerce-page #content .container .quantity .plus {
border-left: 1px solid #ededed;
border-right: none;
}
.woocommerce #content .container .quantity .minus:hover, .woocommerce #content .container .quantity .plus:hover,
.woocommerce-page #content .container .quantity .minus:hover, .woocommerce-page #content .container .quantity .plus:hover {
background: none ;
background-color: #f96e5b;
color: #fff;
text-shadow: none;
}
.woocommerce #content .container .quantity input.qty, .woocommerce-page #content .container .quantity input.qty {
height:31px;
width: 43px;
border: none;	
box-shadow: none;
-webkit-box-shadow: none;
-webkit-border-top-left-radius: 0;
-webkit-border-bottom-left-radius: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
float: left;
padding:0;
margin-right:-15px;
} .product_meta {
margin-top: 0;
padding-top:15px;
border-top: 1px dotted #ccc;
padding-bottom: 15px;
border-bottom: 1px dotted #ccc;
margin-bottom: 1px;
}
.product_meta_inside {
float: left;
width:65%;
padding-top: 10px;
}
.product_share {
float: right;
width: 35%;
}
.product_share .team-skills {
text-align: right;
}
.product_meta a {
color: #444;
}
.product_meta a:hover {
color: #f96e5b;
}
.sku_wrapper, .posted_in, .tagged_as  {
padding-right: 10px;
}
.tagged_as {
display: block;
}
.woocommerce #content .container div.product div.summary, 
.woocommerce .container div.product div.summary, 
.woocommerce-page #content .container div.product div.summary, 
.woocommerce-page .container div.product div.summary {
width:56%;
}
.woocommerce #content .container div.product div.summary ul, 
.woocommerce .container div.product div.summary ul, 
.woocommerce-page #content .container div.product div.summary ul, 
.woocommerce-page .container div.product div.summary ul {
list-style: disc;
}
.woocommerce #content .container div.product div.images, 
.woocommerce .container div.product div.images, 
.woocommerce-page #content .container div.product div.images, 
.woocommerce-page .container div.product div.images {
width: 42%;
position: relative;
}
.entry-summary {
border-bottom: 1px dotted #ccc;
}
#content .woocommerce ul.products li.product .price, 
.woocommerce-page ul.products li.product .product_details .product_price .price,
.woocommerce-page #content ul.products li.product .product_details .product_price .price,
.woocommerce #content .product .product_price p.price {
color: #f96e5b;
font-size:18px;
line-height:20px;
font-weight:bold;
}
.woocommerce #content div.product .product_price.single_product p.price{
font-size:20px;
font-weight:600;
margin-bottom:10px;
} ul.small_thumbs {
margin: 0;
}
ul.small_thumbs li {
float: left;
width: 17.5%;
margin-right: 3%;
margin-bottom: 3%;
}
ul.small_thumbs li:nth-child(5n) {
margin-right:0;
}
.woocommerce .tab_container #reviews #comments h2, .woocommerce-page .tab_container #reviews #comments h2 {
font-size:12px; font-weight:600;
}
a.woocommerce-review-link {
font-size: 11px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text {
background-color: #fff;
}
.woocommerce .commentlist {
border-bottom: none;
padding-bottom:0;
}
.woocommerce .tab_container h2 {
font-size:12px;
font-weight:600;
padding-bottom:10px;
}
.woocommerce .tab_container h2:first-of-type {
display: none;
}
.woocommerce #reviews h3, .woocommerce-page #reviews h3 {
font-size: 14px;
font-weight:600;
padding-bottom:10px;
}
.woocommerce #wrapper div.product .woocommerce-product-rating {
margin-bottom: 0;
margin-top: 10px;
}
.woocommerce #reviews ol.commentlist {
padding-left:0;
}
.woocommerce #content button.button:disabled, .woocommerce #content button.button:disabled[disabled] {
cursor: not-allowed;
opacity:.3;
}
.woocommerce #content button.button:before {
content:"\f07a";
font-family:'Font Awesome 6 Free';
position:relative;
font-weight: 900;
font-size: 14px;
height: 16px;
width: 18px;
padding: 0 8px 0 0;
line-height: 16px;
display: inline-block;
} .woocommerce .tab_container #reviews input#submit {
background: none;
text-shadow: none;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
background-color: #333;
color: #fff;
margin: 5px;
font-size: 12px;
padding: 0 15px;
font-weight: 400;
line-height: 30px;
border: none;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
transition: all .2s linear;
-moz-transition: all .2s linear;
-webkit-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
}
.woocommerce .tab_container #reviews input#submit:hover {
background: none;
text-shadow: none;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
background-color: #f96e5b;
}
.tab_container #reviews #comments {
margin-top:0;
}
.woocommerce #content div.product div.thumbnails ul.small_thumbs li a {
float: none;
width: auto;
margin-right:0;
}
.woocommerce ul.products li.product .price del, 
.woocommerce-page ul.products li.product .product_details .product_price .price del,
#content ul.products li.product .price del {
font-size:12px;	
opacity: 1;
display:initial;
font-weight: 600;
}
.woocommerce ul.products li.product .product_details h3{
padding-top:0;
line-height:1.5;
font-size:14px;
}
.woocommerce ul.products li.product .product_details h3 a{
color: #222;
}
.woocommerce ul.products li.product .product_details h3 a:hover{
color: #f96e5b;
}
.cart-loading{
display:block;
height:40px;
width:40px;
line-height:40px;
font-size:25px;
color:#000;
position:absolute;
top:0;
left:0;
z-index:100;
display:none;
text-align:center;
}
.cart-loading{background-color:rgba(255,255,255,0.8) !important;}
.cart-loading .fa-refresh{
-webkit-animation: mask 1s infinite;
-moz-animation: mask 1s infinite ;
-ms-animation: mask 1s infinite ;
-o-animation: mask 1s infinite ;
animation: mask 1s infinite ;
display:inline-block;
}
@-webkit-keyframes mask {
0%  { -webkit-transform: rotate(0deg); }    
100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes mask {
0%  { -moz-transform: rotate(0deg); }    
100% { -moz-transform: rotate(360deg); }
}
@-ms-keyframes mask {
0%  { -ms-transform: rotate(0deg); }    
100% { -ms-transform: rotate(360deg); }
}
@-o-keyframes mask {
0%  { -o-transform: rotate(0deg); }    
100% { -o-transform: rotate(360deg); }
}
@keyframes mask {
0%  { transform: rotate(0deg); }    
100% { transform: rotate(360deg); }
}
.added_to_cart{display:none !important;}
.shopping-cart span {
position: absolute;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
padding: 2px 5px;
color: #fff;
font-size: 10px;
line-height: 12px;
font-weight: 700;
font-style: normal;
top: 50%;
margin-top:-20px;
left: 30px;
background-color: #f96e5b;
}
#header > div > nav > ul > li.cart > a.shopping-cart {
padding-left: 20px; padding-right:20px; 
border-top:none;
position: relative;
} #header > div > nav > ul > li.cart > a.shopping-cart:hover, #header > div > nav > ul > li.cart > a.shopping-cart.active {
color: #f96e5b;
}
#header .cart{
margin-left: 0;
}
#header .cart-contents {
display:block;
position:absolute;  left:auto;
right:0;
padding:10px;
padding-bottom:0;
z-index:100;
background-color: #ffffff;
display:none;
}
#header.reduced .cart-contents { }
#header .cart:hover .cart-contents {
}
#header .cart-contents { 
border:1px solid #e0dede; 
border-top-color: #f2f2f2;
}
#header .cart-content {
width:250px;
padding: 10px 0;
border-bottom: 1px solid #ededed !important;
}
#header .cart-content a {
display:block;
line-height:normal;
border-top: none;
padding:0;
line-height:normal !important;
height:auto !important;
}
#header .cart-contents .cart-content:last-child a {
border-bottom:0;
}
#header .cart-content img {
display:inline-block; 
max-width:50px;
margin-right:10px;
vertical-align: top;
}
#header .cart-content .cart-desc {
display:inline-block;
width:182px;
font-size:12px !important;
}
#header .cart-contents a span { 
line-height:normal;
}
#header .cart-content .cart-title,#header .cart-content.quantity {
display:block;font-size:12px !important;
}
#header .cart-content .cart-title {
margin-bottom:5px;
}
#header .cart-content .cart-desc .product-quantity {
color: #777;
font-size: 12px;
line-height: 20px;
font-weight: bold;
}
#header .cart-content .cart-desc .product-quantity span.amount {
color: #f96e5b;
}
#header .cart-content .cart-title a {
color: #222;
font-weight:600;
font-size:12px;
}
#header .cart-content .cart-title a:hover {
color: #f96e5b;
}
#header .cart-total { 
padding:15px 0;
border-bottom:1px dotted #ededed; 
font-size:12px;
font-weight:600;
text-align: center;
}
#header .cart-total .amount {
font-size: 16px;
color: #f96e5b; 
}
#header .cart-checkout { overflow:hidden; margin-top:1px; margin-left:-10px; margin-right:-10px; padding-bottom:10px; background-color:#444; }
#header .cart-checkout a { line-height: 15px !important;padding: 2px 0; padding-top:10px ; color:#fff;}
#header .cart-checkout .cart-link a:before { font-family:'Font Awesome 6 Free';content:"\f07a"; padding-right:5px; font-weight:900; }
#header .cart-checkout a:hover {
color: #f96e5b;
background-color:transparent;
}
#header .cart-checkout .checkout-link a:before{font-family:'Font Awesome 6 Free';content:"\f046"; padding-right:5px; font-weight: 900;}
#header .cart-checkout .cart-link a, #header .cart-checkout .checkout-link a{position:relative; font-size:14px;} .cart-checkout .checkout-link, .cart-checkout .cart-link {width:49% ; display:inline-block; float: none; vertical-align: top;}
.cart-checkout .cart-link a { width: 100% ; display: block ; float: none ; text-align: center !important;}
.cart-checkout .checkout-link a { width: 100% ; display: block ; float: none ; text-align: center !important;} .woocommerce #content .container nav.woocommerce-pagination , 
.woocommerce .container nav.woocommerce-pagination, 
.woocommerce-page #content .container nav.woocommerce-pagination, 
.woocommerce-page .container nav.woocommerce-pagination {
margin-top: 1px;
border-top: 1px dotted #ccc;
padding-top: 30px;
text-align: right;
}
.woocommerce #content .container nav.woocommerce-pagination ul, 
.woocommerce .container nav.woocommerce-pagination ul, 
.woocommerce-page #content .container nav.woocommerce-pagination ul, 
.woocommerce-page .container nav.woocommerce-pagination ul {
border:none;
}
.woocommerce #content .container nav.woocommerce-pagination ul li, 
.woocommerce .container nav.woocommerce-pagination ul li, 
.woocommerce-page #content .container nav.woocommerce-pagination ul li, 
.woocommerce-page .container nav.woocommerce-pagination ul li {
border-right: none;
font-size:12px;
line-height: 19px;
}
.woocommerce #content .container nav.woocommerce-pagination ul li a, 
.woocommerce .container nav.woocommerce-pagination ul li a, 
.woocommerce-page #content .container nav.woocommerce-pagination ul li a, 
.woocommerce-page .container nav.woocommerce-pagination ul li a {
padding:5px;
margin-right: 10px;
padding: 7px 12px;
border-radius: 3px;
border:1px solid #ddd;
background-color: #fff;
font-size:12px;
line-height: 17px;
min-width: initial;
}
.woocommerce #content .container nav.woocommerce-pagination ul li span.current, 
.woocommerce .container nav.woocommerce-pagination ul li span.current, 
.woocommerce-page #content .container nav.woocommerce-pagination ul li span.current, 
.woocommerce-page .container nav.woocommerce-pagination ul li span.current {
padding:5px;
margin-right: 10px;
padding: 7px 12px;
border-radius: 3px;
font-size:12px;
line-height: 17px;
min-width: initial;
border:1px solid #f96e5b;
background-color: #f96e5b;
color: #fff;
}
.woocommerce #content .alert a {
position: absolute;
right: 5px;
top: 5px;
text-shadow: none;
}
.woocommerce #content .alert a.button.wc-forward {
display: none;
}  .shopping_cart {
border-bottom: 1px dotted #ccc;
}
.woocommerce table.shop_table.nv_class, .woocommerce-page table.shop_table.nv_class {
border: none;
-webkit-border-radius: 0px;
border-radius: 0px;
margin-bottom:0;
}
.woocommerce #content .shopping_cart table.cart img, .woocommerce-page #content .shopping_cart table.cart img {
width:70px;
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions{
padding:20px 0;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
width: 200px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
margin-top:6px;
}
.woocommerce #content table.cart input.coupon_text, 
.woocommerce table.cart input.coupon_text, 
.woocommerce-page #content table.cart input.coupon_text, 
.woocommerce-page table.cart input.coupon_text {
float: left;
width:200px !important;
position:relative;
margin-right:10px;
line-height: 20px;
font-size: 12px;
}
#content .checkout-button.button.alt.wc-forward {
display: none;
}
.shopping_cart table.shop_table a{
font-weight: 600;
color: #444;
}
.shopping_cart table.shop_table a:hover{
color: #f96e5b;
}
.woocommerce table.cart th {
text-transform: uppercase;
color: #444;
}
.woocommerce #content table.cart input.simple-button, 
.woocommerce table.cart input.simple-button, 
.woocommerce-page #content table.cart input.simple-button, 
.woocommerce-page table.cart input.simple-button {
line-height: normal;
} .woocommerce #content .cart-collaterals, .woocommerce-page #content .cart-collaterals {
border-top:1px dotted #ccc;
margin-top:1px;
padding-top:20px;
}
.woocommerce #content .cart-collaterals .cart_totals, 
.woocommerce-page #content .cart-collaterals .cart_totals {
width: 100%;
text-align:left;
}
.woocommerce #content .cart-collaterals .cart_totals table, 
.woocommerce-page #content .cart-collaterals .cart_totals table {
width: 100%;	
}
.woocommerce #content .cart-collaterals .cart_totals table tr th, 
.woocommerce-page #content .cart-collaterals .cart_totals table tr th,
.woocommerce #content .cart-collaterals .cart_totals table tr td, 
.woocommerce-page #content .cart-collaterals .cart_totals table tr td {
width: 50%;	
padding: 12px 0;
border-bottom: 1px dotted #e5e5e5;
border-top: none;
}
.woocommerce #content .cart-collaterals .cart_totals table tr td, 
.woocommerce-page #content .cart-collaterals .cart_totals table tr td {
text-align: right;
text-transform: none;
}
.woocommerce #content .cart-collaterals .cart_totals table tr.order-total td span.amount, 
.woocommerce-page #content .cart-collaterals .cart_totals table tr.order-total td span.amount {
color: #f96e5b;
font-size: 16px;
}
#shipping_method input[type="checkbox"], #shipping_method input[type="radio"] {
vertical-align: top;
top:0;
}
.shipping-calculator-form { }
.woocommerce ul#shipping_method li {
text-indent:0;
padding-left:0;
}
.woocommerce-cart .cart-collaterals .cart_totals table small {
display:block;
}
.woocommerce #content .cart-collaterals .cart_totals table tr.order-total th, 
.woocommerce-page #content .cart-collaterals .cart_totals table tr.order-total th,
.woocommerce #content .cart-collaterals .cart_totals table tr.order-total td, 
.woocommerce-page #content .cart-collaterals .cart_totals table tr.order-total td {
text-transform: uppercase;
font-weight:600;
} .checkout_cpn {
margin-bottom:40px;
}
.checkout_log {
margin-bottom:20px;
}
.woocommerce .checkout_cpn form.checkout_coupon, .woocommerce-page .checkout_cpn form.checkout_coupon,
.woocommerce .checkout_log form.login, .woocommerce-page .checkout_log form.login {
margin-top:0;
}
.checkout_cpn .alert, .checkout_log .alert {
margin-bottom:-5px;
}
.checkout_cpn .simple-button, .checkout_cpn .simple-button-3d, .checkout_log .simple-button, .checkout_log .simple-button-3d {
margin-top:0;
margin-bottom: 0;
}
.woocommerce #content .checkout .col-2 h3#ship-to-different-address, .woocommerce-page #content .checkout .col-2 h3#ship-to-different-address {
float: none;
}
#ship-to-different-address label {
font-size: inherit;
color: inherit;
margin-bottom: 0;
}
#ship-to-different-address input[type="checkbox"] {
left:5px;
}
.woocommerce #content .col2-set, .woocommerce-page #content .col2-set {
margin-bottom:40px;
}
.woocommerce #content table.shop_table, .woocommerce-page #content table.shop_table {
border: none;
}
.woocommerce #content table.shop_table tfoot td.order_total,
.woocommerce-page #content table.shop_table tfoot td.order_total{ 
font-size:18px;
font-weight:600;
color: #f96e5b;
}
.woocommerce #content #payment, .woocommerce-page #content #payment {
background-color: transparent;
}
.woocommerce #content #payment div.payment_box, .woocommerce-page #content #payment div.payment_box {
background: none;
background-color: #f2f2f2;
box-shadow: none;
}
.woocommerce #content #payment div.payment_box:after, .woocommerce-page #content #payment div.payment_box:after {
border: 8px solid #f2f2f2;
border-right-color: transparent;
border-left-color: transparent;
border-top-color: transparent;
}
.checkout_details h2 {
font-size:22px;
padding-bottom:10px;
}
.woocommerce #content .order_details li, .woocommerce-page #content .order_details li {
font-size: 14px;
font-weight: 300;
}
.woocommerce #content  .order_details li strong, .woocommerce-page #content .order_details li strong {
font-size: 18px;
font-weight: 400;
color: #f96e5b;
}
.checkout_details dl {
margin-left: 0;
}
.checkout_details dt, .checkout_details dd {
display: inline-block;
}
.checkout_details dt {
font-weight:600;
}
.checkout_details dd {
margin-left:5px;
margin-bottom:0;
}
.woocommerce .checkout_details table.shop_table td, .woocommerce-page .checkout_details table.shop_table td,
.woocommerce .checkout_details table.shop_table th.product-total, .woocommerce-page .checkout_details table.shop_table th.product-total {
width: 50%;
text-align:right;
}
.woocommerce .checkout_details table.shop_table td.product-name, .woocommerce-page .checkout_details table.shop_table td.product-name {
text-align:left;
}
.woocommerce .checkout_details table.shop_table tfoot td span.amount, .woocommerce-page .checkout_details tfoot table.shop_table td span.amount {
font-size: 18px;
font-weight: 600;
color: #f96e5b;
}
.woocommerce #content table.my_account_orders, .woocommerce-page #content table.my_account_orders {
font-size: 12px;
}
.woocommerce-page #content .col2-set .title-outer {
position: relative
}
.woocommerce-page #content .col2-set .title-outer a.edit {
position: absolute;
top: 3px;
right: 0;
font-size:11px;
}
.label {
background-color: transparent;
text-shadow: none;
font-size:12px;
font-weight: 500;
line-height: 35px;
}
.product label {
margin-bottom: 0;
font-weight: 600 !important;
}
.woocommerce #content div.product p.price ins,
.woocommerce-page #content div.product p.price ins,
.woocommerce #content ul.products li.product .price ins, 
.woocommerce-page #content ul.products li.product .price ins,
.woocommerce ul.products li.product .price ins {
text-decoration: none;
}
.woocommerce #content td.product-name dl.variation dd, .woocommerce-page #content td.product-name dl.variation dd {
padding: 0;
margin-bottom: 0;
}
.woocommerce #content .cart-collaterals .cross-sells, .woocommerce-page #content .cart-collaterals .cross-sells {
width: 100%;
float: none;
} #content ul.cart_list li a, .woocommerce #content ul.product_list_widget li a, .woocommerce-page #contente ul.cart_list li a, .woocommerce-page #content ul.product_list_widget li a {
font-weight:400;
}
#content .container .widget_shopping_cart_content .quantity, .woocommerce-page #content .container .widget_shopping_cart_content .quantity {
border: none;
width: auto;
font-weight:700;
}
#content .container .widget_shopping_cart_content .quantity .amount, .woocommerce-page #content .container .widget_shopping_cart_content .quantity .amount {
color: #f96e5b;
}
#content .product_list_widget .amount {
font-weight:700;
}
#content .product_list_widget ins {
text-decoration: none;
}
.woocommerce .product_list_widget ins .amount {
color: #f96e5b;
}
.woocommerce .product_list_widget del {
font-size: 11px;
}
#content ul.cart_list li img, #content ul.product_list_widget li img {
margin-left:0;
margin-right:10px;
width: auto;
max-width:50px;
box-shadow:none;
-webkit-box-shadow: none;
}
#content ul.cart_list li dl,  #content ul.product_list_widget li dl {
padding-left: 0;
border-left: none;
}
#content ul.cart_list li, #content ul.product_list_widget li {
padding-bottom: 12px;
margin-bottom: 12px;	
border-bottom: 1px dotted #e2e2e2;
}
#content ul.cart_list li:last-child,  #content ul.product_list_widget li:last-child {
border: none;
margin-bottom: 0;
}
#content ul.cart_list li dl dt, #content ul.product_list_widget li dl dt {
font-weight: 400;
}
#content ul.cart_list li dl dd, #content ul.product_list_widget li dl dd {
margin-bottom:0;
}
#wrapper .widget_shopping_cart_content .total {
margin-bottom:20px;
margin-top:10px;
padding-top:10px;
}
.widget_shopping_cart_content .total .amount {
font-weight: 600;
font-size: 16px;
line-height: 30px;
color: #f96e5b;
}
.extra_st {
padding: 10px;
background-color: #f4f4f4;
}
.widget_product_search label {
display:none;
}
.woocommerce #content .star-rating, .woocommerce-page #content .star-rating {
margin: 5px 0;
}
.woocommerce #content .product_details .star-rating, .woocommerce-page #content .product_details .star-rating, .woocommerce .products .star-rating {
margin: 5px auto 10px auto;
} .woocommerce #content .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce-page #content .widget_price_filter .price_slider_wrapper .ui-widget-content {
background-color: #EBEBEB;
height: 7px;
background-image: none;
border-radius: 300px 300px 300px 300px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset; 
border-bottom: 1px solid #FFFFFF;
}
.woocommerce #content .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page #content .widget_price_filter .ui-slider .ui-slider-range {
height: 7px;
border: none!important;
box-shadow: none!important;
-moz-box-shadow: none!important;
-webkit-box-shadow: none!important;
background-image: none!important;
border-radius: 300px 300px 300px 300px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16) inset!important;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset!important;
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset!important;
-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset!important;
border-bottom: 1px solid #FFFFFF;
background-color: #f96e5b;
}
.woocommerce #content .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
background-color: #F5F5F5;
background-image: none;
height: 16px;
width: 16px;
top: -5px;
border: none;
box-shadow: 0px 1px 4px rgba(0,0,0,0.25), 0px 9px 8px rgba(0,0,0,0.035), 0px 1px 0px #fff inset;
-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.25), 0px 9px 8px rgba(0,0,0,0.035), 0px 1px 0px #fff inset;
-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.25), 0px 9px 8px rgba(0,0,0,0.035), 0px 1px 0px #fff inset;
-o-box-shadow: 0px 1px 4px rgba(0,0,0,0.25), 0px 9px 8px rgba(0,0,0,0.035), 0px 1px 0px #fff inset;
}
.woocommerce #content .widget_price_filter .price_slider_amount .button, .woocommerce-page #content .widget_price_filter .price_slider_amount .button {
display: inline-block;
position: relative;
cursor: pointer;
outline: none;
white-space: nowrap;
margin: 5px;
color: #555;
font-size: 13px;
padding: 0 15px;
font-weight: 400;
line-height: 26px;
min-height: 26px;
background: #f7f6f7 !important;
border: none;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
transition: all .2s linear;
-moz-transition: all .2s linear;
-webkit-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
}
.woocommerce #content .widget_price_filter .price_slider_amount .price_label {
display: block;
float: right;
margin-top: 5px;
}
#content .woocommerce ul.products li.product-category a img, #content ul.products li.product-category a:hover img {
box-shadow: none;
-webkit-box-shadow: none;
}
#content .woocommerce ul.products li.product-category a img {
border: 1px solid #ededed;
} .woocommerce div.product p.price del, #content .woocommerce div.product span.price del {
font-size: .67em;
opacity: 1;
color: rgba(145,145,145,.5);
display:initial;
}
.container .woocommerce .order_details {
list-style-type:none;
padding-left:0 ;
}
.woocommerce-checkout #payment div.payment_box:before {
top: -11px;
border-bottom-color:#f2f2f2;
}
.archive.woocommerce h1.page-title {
display: none;
} .woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content{
width: 100%;
float: none;
}
.container .woocommerce-MyAccount-navigation ul {
padding-left: 0;
margin-left: 0;
list-style-type: none;
border-bottom: 1px solid #ddd;
padding-left:0;
}
.woocommerce-MyAccount-navigation ul li {
display: inline-block;
}
.woocommerce-MyAccount-navigation ul li a {
line-height: 50px;
display: block;
margin-right: 30px;
position: relative;
font-size: 14px;
font-weight: 600;
}
.woocommerce-MyAccount-navigation ul li.is-active a:before {
content: "";
width: 100%;
height: 1px;
position: absolute;
bottom: -1px;
background-color: #f96e5b;
} .woocommerce div.product div.images .flex-viewport {
border: 1px solid #ededed;
}
.woocommerce div.product div.images .flex-control-thumbs {
display: block;
padding-top:1em;
}
.woocommerce div.product div.images .flex-control-thumbs li {
width: 17.6% !important;
height: auto !important;
margin-right:3% !important;
margin-bottom:3% !important;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
width: 100% !important;
border-top:none;
height: auto !important;
}
.woocommerce div.product div.images .flex-control-thumbs li:nth-child(5n) {
margin-right: 0 !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
border-radius:0;
top:4px;
right:4px;
} .widget_product_categories li {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #ededed;
}
.widget_product_categories li a {
display: block;
}
.product-categories span.count {
position: absolute;
top: 0;
right: 0;
} .related.products h2 {
font-size: 16px;
line-height: 1.7;
border-bottom: 2px solid #282828;
font-weight: 400;
padding-bottom: 0;
margin-bottom: 20px;
display: inline-block;
} #wrapper .tab_widget .tab_container, 
#wrapper .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
color: inherit;
} tr.woocommerce-grouped-product-list-item {
border-bottom:1px solid #eee;
display: flex;
align-items: center;
}
.woocommerce-grouped-product-list {
width: 100%;
}
.woocommerce #wrapper .product .cart .group_table td {
padding: 10px 0;
vertical-align: middle;
}
.woocommerce-page #content .container .woocommerce-grouped-product-list .quantity {
margin-top: 0!important;	
}
.woocommerce #wrapper .product .cart .group_table td.woocommerce-grouped-product-list-item__label {
padding-left:20px;
order:2;
flex-grow:2;
}
.woocommerce #wrapper .product .cart .group_table td.woocommerce-grouped-product-list-item__quantity {
order:4;
}
.woocommerce #wrapper .product .cart .group_table td.woocommerce-grouped-product-list-item__price {
text-align: right;
order:3;
padding-right:20px;
flex-grow:1;
}
.woocommerce #wrapper .product .cart .group_table td.woocommerce_small_thumb {
width: 50px;
text-align: center;
order: 1;
}
.woocommerce-terms-and-conditions-wrapper {
wdith:100%;
margin-bottom:40px;
}
.woocommerce #payment #place_order {
min-width: 400px;
padding: 20px;
font-size: 16px;
text-transform: uppercase;
letter-spacing: 1px;
margin: 0 auto;
}
#content .woocommerce form .form-row-first,
#content  .woocommerce form .form-row-last,
#content  .woocommerce-page form .form-row-first,
#content  .woocommerce-page form .form-row-last {
width: 49%;
}
#content .woocommerce-form-coupon .simple-button{
margin:0;
}@media only screen and (max-width: 1100px) {
#wrapper { width: 100%; }
}
@media only screen and (min-width: 980px) and (max-width: 1100px) {
.postcontent, .sidebar {
margin-right:0;
}
}
@media only screen and (max-width: 1024px) {
body[data-loading-effect="true"] #page_loading_effect[data-method="standard"], body[data-loading-effect="true"] #page_loading_effect[data-method="standard"] .load_symbol {
display: none;
opacity:0;
}
#wrapper {
width:100%;
margin-top:0 !important;        
}
#header .container, #top-bar .container {
padding-left:30px;
padding-right:30px;
}
#footer_wrap {
margin-bottom:0 !important;
}
.parallax_section, .bg_cover_size {
background-attachment: scroll !important;
}   
.video-placeholder {
display: block;
}     
.video-bg video {
display: none;
}
.container {
padding-left: 0;
padding-right: 0;
}
.entry_date {
width: 42px;
}
.entry_c {
width: 658px;
}
.entry_date div.month, .entry_date div.day, .entry_date div.year {
font-size:12px;
font-weight: 500;
}
.entry_date div.day {
font-size:20px;
font-weight: 600;
}
.entry_date div.post-icon {
font-size:25px;
line-height: 25px;
padding: 10px 0;
}
body[data-sticky-footer="true"] #footer_wrap {
position:relative;
bottom: auto;
}
.portfolio-item, .portfolio-2 .portfolio-item {
margin: 0 10px 10px 0;
width: 310px;
}
}
@media only screen and (max-width: 979px) {
body { 
transition: all .2s linear; 
-o-transition: all .2s linear; 
-moz-transition: all .2s linear; 
-webkit-transition: all .2s linear;
}
.realwidth {
width:440px !important; 
}
#wrapper { overflow: hidden; }
#primary-menu {    
max-width: 100%;
width:100%;
}
#header nav {
visibility:hidden; display: none;
}
#header .container.clearfix:before, #header .container.clearfix:after {
content:initial;
}
#header .container {
justify-content: space-between;
padding: 0 !important;
}
#wrapper #header[data-header-version="header_v2"], #wrapper #header[data-header-version="header_v3"] {
display: flex;
padding:0 20px;
box-sizing: border-box;
align-items: center;
justify-content: space-between;
}
#header[data-header-version="header_v2"] .container, #header[data-header-version="header_v3"] .container {
display: flex;
align-items: center;
justify-content: space-between;
width: auto;
margin: 0;
}
#header[data-header-version="header_v2"] .container.realwidth, #header[data-header-version="header_v3"] .container.realwidth {
width: auto !important;
}
#primary-menu ul { display: none; }
#header #toggle-nav { display: block!important; position: relative; top: 0; text-align:center; margin: 20px 0; }
#menu-wrapper { border: none !important;	}
#logo { float: none; flex-grow: 0; text-align:center; margin-left: 0; margin-right:10px; } #logo.hide_desktop {
display: block !important;
}
#logo img.transparent_logo {
display: none !important;
opacity: 0 !important;
}
#logo img.init_logo {
display:block !important;
opacity:1 !important;
}
#header[data-header-version="header_v6"] .container {
display: flex; align-items: center;
}
#header[data-header-version="header_v6"] .header_left_extra_icons, #header[data-header-version="header_v6"] .header_right_extra_icons {
position: relative;
top: auto;
left: auto;
transform: none;
width: auto;
right: auto;
}
#header[data-header-version="header_v6"] .header_right_extra_icons ul li a.shopping-cart,
#header[data-header-version="header_v6"] .header_left_extra_icons ul li a {
width: auto;
padding: 0 10px;
}
#header[data-header-version="header_v6"] .shopping-cart span {
left: auto;
} #header #logo {
flex-grow: 1;
margin-right:30px;
text-align: left;
}
#header #toggle-nav {
order:3; margin-left:20px;
}
.header_extra_icons ul li, .header_left_extra_icons ul li, .header_right_extra_icons ul li {
font-size:20px;
}
#header .header_extra_icons .main_menu_search a, #header .header_extra_icons .cart a {
line-height:70px;
} .tagline { margin: 0 !important; text-align:center !important; float: none !important; }
a > .sf-sub-indicator { 
right: 0px!important;
position: absolute;
padding: 16px;
left: auto!important;
top: 0px!important; 
height: auto;
width: 30%;
text-align:right;
} #search-main-menu {
width:90%;
}
.search-form .search-input {
font-size:20px;        
}
#mobile-menu.sticky-mobile {margin:0;top:0;left:0;z-index:1001;padding:0;width:100%;position:fixed;}
.f-nav, .f-nav2{ z-index: auto !important; position: relative !important; width: auto !important; top:auto !important;} 
body.sticky{
margin-top:0px !important;
} body #header.sticky-header, body #header.sticky-header.sticky { }
.rs-menu, 
.rs-menu * {
margin: 0;
padding: 0;
}
.rs-menu {
display: -moz-inline-box;
display: inline-block;
vertical-align: middle;
zoom: 1;
*display: inline;
}
div.rs-menu {
display: block;
position: relative;
overflow: hidden;
font-family: "Open Sans" ,"Helvetica Neue", Helvetica, Arial, sans-serif;
background-position: left;
line-height: 40px;
height: 42px;
margin: 39px 0 0 0;
font-size: 13px;
}
div.rs-menu select {
color: #666;
background-color: #EEE;
border-color: #E5E5E5;
height: 42px;
font-size: 13px;
width: 100%;
top: 0px;
left: 0px;
position: absolute;
opacity: 0;
filter: alpha(opacity:0);
}
div.rs-menu span {
display: block;
position: relative;
background-position: left;
background-color: #EEE;
background-image: url(//null-schwitzen.de/wp-content/themes/nimva/images/mobilemenu.png);
background-repeat: no-repeat;
border: 1px solid #E5E5E5;
height: 40px;
line-height: 40px;
cursor: pointer;
color: #666;
padding: 0 15px 0 55px;
font-weight: 600;
text-shadow: 1px 1px 1px #FFF;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.select-menu {
display: block;
width: 100%;
padding: 10px;
margin-top: 25px;
font-size: 13px;
}
#top-bar {
text-align: center;
height: auto;
}
.leftalign, .rightalign {
float:none;
}
#top-menu {
text-align: center;
float: none;
margin: 0 auto;
}
#top-menu li {
display: inline-block;
float: none;
}
#top-social {
float: none;
margin: 0 auto;
text-align: center;
margin-bottom:15px;
}
#top-social ul {
display: inline-block;
float: none;
margin: 0 auto;
text-align: center;
}
#top-social li { display: inline-block; float:none; }
#slider { overflow: hidden; }
#slider.elastic-slideshow { overflow: visible; }
.kwicks,
.slider-3d,
#piecemaker { display: none; }
.fallback-image,
.fallback-image a,
.fallback-image img { display: block; }
.stretched #slider.thumb-slider .flex-control-thumbs,
.stretched #slider.thumb-slider .rs-thumb-wrap { background: #FFF; }
.sidebar.col_last,
.postcontent.col_last { float: none; }
.sidebar {
margin-top: 40px !important;
padding-top: 40px;
border-top: 3px double #E5E5E5;
}
#footer { padding: 40px 20px; } .stretched #header,
.stretched .content-wrap {
box-shadow: 0 0 0 rgba(0,0,0,0.1);
-moz-box-shadow: 0 0 0 rgba(0,0,0,0.1);
-webkit-box-shadow: 0 0 0 rgba(0,0,0,0.1);
}
.stretched #slider { padding: 0; }
.stretched #slider .container { width: 100% !important; }
.stretched .slider-line { display: block; }
.stretched #page-title { padding: 5px 0; }
.stretched #copyrights { margin-bottom: 0; }
#top-menus ul {
text-align:center;
}
#top-menus li{
float:none;
display:inline-block;
}
.tab_widget ul.tabs {
height:auto;
}
.tab_widget ul.tabs li {
float: none;
border-left-width:1px;
border-bottom: none;
border-left: 1px solid #e6e6e6;
margin-left:0px;	
}
.tab_widget ul.tabs li.active, .tab_widget ul.tabs li.active a:hover {
border-bottom: none;
}
.show_details_button, .add_to_cart_button {
float: none;
display: block;
}
.product_meta_inside, .product_share {
float: none;
width: 100%;
}
.product_share {
margin-left:-15px;
margin-top:10px;
}
.side-tabs ul.tabs {
float:none;
width:auto;
}
.side-tabs ul.tabs li {
border: 1px solid transparent;
border-bottom: none;
}
.side-tabs ul.tabs {
padding: 0;
}
#footer .col-footer-4 .col_one_fourth,
#footer .col-footer-3 .col_one_fourth {
width:48%;
}
#footer .col-footer-4 .col_one_fourth:nth-child(2n),
#footer .col-footer-3 .col_one_fourth:nth-child(2n) {
margin-right:0;
}
#footer .col-footer-3 .col_one_fourth:nth-child(3n) {
margin-right: 3%;
}
#footer .col-footer-4 .col_one_fourth,
#footer .col-footer-3 .col_one_fourth,
#footer .col-footer-2 .col_one_fourth {
margin-right:3%;
}
} @media only screen and (min-width: 768px) and (max-width: 979px) {
#wrapper {
width: 768px !important;
margin: 0 auto !important;
}
body[data-layout="boxed"] #footer_wrap {
margin: 0 auto !important;
}
.container { width: 720px; }
.vc-vc_row_inner .container, .wpb_row .wpb_row .container  { width: auto; }
.postcontent { width: 720px; }
.landing-offer-media { width: 460px; }
.sidebar { width: 720px; }
.landing-offer-text { width: 230px; }
#landing-area { padding: 25px 0; }
#landing-area h1 {
font-size: 21px;
line-height: 28px;
padding-bottom: 15px;
}
#landing-area p.landing-desc {
font-size: 12px;
margin-bottom: 15px;
}
#landing-area ul.landing-features {
font-size: 13px;
line-height: 18px;
}
ul.landing-features li { margin-top: 4px; }
ul.landing-features li:first-child { margin-top: 0; }
.landing-action { margin-top: 15px; }
.postcontent,
.sidebar {
margin: 0 0 30px 0;
float: none;
}
.landing-offer-media,
.landing-offer-text {  }
#primary-menu,
#lp-contacts { max-width: 460px; }
#primary-menu ul { display: none; }
#primary-menu .rs-menu { width: 460px; }
#slider,
.slider-wrap,
.ei-slider,
.rs-slider,
#slider.slider-nivo,
.nivoSlider,
.camera_wrap,
#slider.piecemaker-slider { height: 282px; }
#slider.revolution-slider .fullwidthbanner-container,
#slider.revolution-slider .fullwidthbanner {
height: 282px !important;
max-height: 282px !important;
}
#slider.thumb-slider { height: auto; }
#slider.thumb-slider .flex-control-thumbs,
#slider.thumb-slider .rs-thumb-wrap { height: 40px; }
.flex-control-thumbs li,
.rs-thumb-wrap a {
width: 76px !important;
height: 40px !important;
}
.rs-thumb-wrap a {
height: 37px !important;
border-top: 3px solid #CCC;
}
.flex-control-thumbs li img,
.rs-thumb-wrap a img {
width: 76px !important;
height: 37px !important;
}
.rs-thumb-wrap a img { border: none; }
#portfolio { margin: 0 -8px -8px 0; }
.portfolio-item, .portfolio-2 .portfolio-item {
margin: 0 8px 8px 0;
width: 230px;
}
.keep-size {
width:231px;
}
.portfolio-title h3 { font-size: 13px; }
#portfolio .slider-wrap { height: 136px; }
#portfolio.portfolio-3 .slider-wrap { height: 156px; }
#portfolio.portfolio-2 .slider-wrap { height: 223px; }
.portfolio-overlay-wrap { display: none; }
.portfolio-3 .portfolio-overlay-wrap,
.portfolio-2 .portfolio-overlay-wrap,
.scroll-portfolio .portfolio-overlay-wrap { display: block; }
#portfolio .p-overlay-icons {
top: 50%;
margin-top: -14px;
width: 58px;
left: 50%;
margin-left: -29px;
}
#portfolio.portfolio-3 .p-overlay-icons,
#portfolio.portfolio-2 .p-overlay-icons,
#portfolio.scroll-portfolio .p-overlay-icons {
position: absolute;
top: auto;
left: auto;
bottom: 0;
right: 0;
width: auto;
height: 28px;
margin-top: 0;
margin-left: 0;
}
#portfolio-single-wrap #slider,
#portfolio-single-wrap.portfolio-single-full .port-desc,
#portfolio-single-wrap.portfolio-single-full.portfolio-single-full-left .port-desc { width: 500px; }
.postcontent #portfolio-single-wrap .port-desc { width: 440px; }
#portfolio-single-wrap.portfolio-single-full #slider { width: 720px; }
#portfolio-details-wrap {
width: 200px;
margin-left: 20px;
}
#portfolio-single-wrap.portfolio-single-left #portfolio-details-wrap {
width:200px;
margin-right:20px;
}
#portfolio-single-wrap.portfolio-single-full .port-details,
#portfolio-single-wrap.portfolio-single-full.portfolio-single-full-left .port-details {
width: 200px;
margin: 0 20px 0 0;
}
#portfolio-single-wrap.portfolio-single-full.portfolio-single-full-left .port-details,
.postcontent #portfolio-single-wrap.portfolio-single-left .port-details { margin: 0 0 0 20px; }
#portfolio-details-wrap .port-terms h5 { width: 100px; }
#portfolio-related-items li,
#portfolio-related-items li > a,
#portfolio-related-items li > img {
width: 176px !important;
height: 137px;
}
.col_full .small-posts .entry_date {
width: 60px;
margin-right: 10px;
}
.col_full .entry_c { width: 628px; }
.col_full .small-posts .entry_c { width: 400px; }
.col_full .small-posts .entry_title h2 {
font-size: 16px;
line-height: 20px;
}
.ipost-meta { margin: 10px 0 -3px 0; }
.ipost-meta li {
float: none;
margin: 0 0 3px 0;
}
.ipost-meta li span { display: none; }
.promo { padding: 12px 15px; }
.promo h3 {
font-size: 17px;
font-weight: 600;
line-height: 22px;
}
.promo-desc > span {
font-size: 13px;
line-height: 20px;
}
.our-clients { margin: 0 -10px 0 0; }
.our-clients li, .our-clients .item { margin: 0 10px 0 0; min-height:70px; }
.our-clients li,
.our-clients li a,
.our-clients li img,
.our-clients .item,
.our-clients .item a,
.our-clients .item img {
width: 100%;
max-width:140px; }
.vc_span2 .our-clients li a, .vc_span2 .our-clients li a img { width: 85px; }
.vc_span3 .our-clients li a, .vc_span3 .our-clients li a img { width: 63px; }
.vc_span4 .our-clients li a, .vc_span4 .our-clients li a img { width: 94px; }
.vc_span6 .our-clients li a, .vc_span6 .our-clients li a img { width: 97px; }
.vc_span8 .our-clients li a, .vc_span8 .our-clients li a img { width: 138px; }
.vc_span9 .our-clients li a, .vc_span9 .our-clients li a img { width: 114px; }
.vc_span10 .our-clients li a, .vc_span10 .our-clients li a img { width: 129px; }
.vc_span2 .our-clients .item a, .vc_span2 .our-clients .item a img { width: 85px; }
.vc_span3 .our-clients .item a, .vc_span3 .our-clients .item a img { width: 63px; }
.vc_span4 .our-clients .item a, .vc_span4 .our-clients .item a img { width: 94px; }
.vc_span6 .our-clients .item a, .vc_span6 .our-clients .item a img { width: 97px; }
.vc_span8 .our-clients .item a, .vc_span8 .our-clients .item a img { width: 138px; }
.vc_span9 .our-clients .item a, .vc_span9 .our-clients .item a img { width: 114px; }
.vc_span10 .our-clients .item a, .vc_span10 .our-clients .item a img { width: 129px; }
.our-team,
.our-team.team-4 { margin: 0 -21px 10px 0; }
.team-member,
.team-4 .team-member {
margin: 0 21px 21px 0;
}
.team-image,
.team-image img { }
.team-4 .team-image,
.team-4 .team-image img { border-radius: 108px;
-moz-border-radius: 108px;
-webkit-border-radius: 108px;
}
.team-4 .team-image {
border: 5px solid #EEE;
text-align: center;
border-radius: 113px;
-moz-border-radius: 113px;
-webkit-border-radius: 113px;
}
.sidebar-widgets-wrap,
.footer-widgets-wrap {
position: relative;
margin: 0 0 -45px -3px;
}
.sidebar-widgets-wrap .widget {
width: 46%;
margin: 0 6% 6% 0;
border-top: none;
padding-top: 0;
}
.sidebar-widgets-wrap .widget:nth-child(2n) {
margin-right: 0;
}
.sidebar-widgets-wrap .widget-scroll-prev,
.sidebar-widgets-wrap .widget-scroll-next { top: 0; }
#footer .col_one_fourth {
width: 210px;
margin: 0 45px 45px 0;
}
.sidebar-widgets-wrap .widget,
#footer .col_one_fourth {
display: inline-block;
vertical-align: top;
float: none;
}
#portfolio-filter {
border-bottom:1px solid #eee;
}
#portfolio-filter li {
padding:15px 0;
width:20%;
text-align:center;
border-bottom: 1px solid #eee;
}    
}
@media only screen and (max-width: 769px) {
#style_selector {
display: none;
}
.parallax_section, .bg_cover_size {
background-attachment: scroll !important;
}
.parallax_section {
background-size: cover !important; 
}
.vc_responsive div.vc_row-fluid div[class*="vc_span"] {
float: none;
display: block;
width: auto;
margin-left: 0;
}
.realwidth {
border-top:none !important;
}
.tagline {
float:none !important;
text-align:center !important;
margin-top:0 !important; }
#header { display: block; } #primary-menu {
margin: 0 0 30px !important;
height: auto;
border-top:none !important;
}
#primary-menu {
max-width: none;
float: none;
}
body.admin-bar #header.sticky-header.transparent {top:0;}
body.admin-bar #header.sticky-header.sticky{top:46px;}
.h3_banner { display: none; }
.select-menu { margin: 0; }
.flex-prev,
.flex-next,
.rs-prev,
.rs-next,
.nivo-prevNav,
.nivo-nextNav,
.camera_prev,
.camera_next,
.camera_commands { bottom: 0; }
#slider.thumb-slider .flex-prev,
#slider.thumb-slider .flex-next { bottom: 55px; }
.slide-caption,
.rs-caption,
.nivo-caption,
.camera_caption,
.ei-title,
#page-title h1 span,
#top-search,
#lp-contacts { display: none !important; }
#page-title { text-align: center; }
.postcontent,
.sidebar,
.col_full,
.col_half,
.col_one_third,
.col_two_third,
.col_one_fourth,
.col_three_fourth,
.col_one_fifth,
.col_two_fifth,
.col_three_fifth,
.col_four_fifth,
.col_one_sixth,
.col_five_sixth,
.landing-offer-media,
.landing-offer-text,
.landing-offer-half { width: 100%; }
.postcontent,
.sidebar,
.col_full,
.col_half,
.col_one_third,
.col_two_third,
.col_three_fourth,
.col_one_fourth,
.col_one_fifth,
.col_two_fifth,
.col_three_fifth,
.col_four_fifth,
.col_one_sixth,
.col_five_sixth,
.landing-offer-media,
.landing-offer-text,
.landing-offer-half {
margin-right: 0;
float: none;
}
.postcontent,
.sidebar,
.col_full,
.col_half,
.col_one_third,
.col_two_third,
.col_three_fourth,
.col_one_fourth,
.col_one_fifth,
.col_two_fifth,
.col_three_fifth,
.col_four_fifth,
.col_one_sixth,
.col_five_sixth { margin-bottom: 30px !important; }
#respond .col_one_third,
#respond .col_full { margin-bottom: 15px !important; }
.postcontent.col_last,
.sidebar.col_last { margin-bottom: 0 !important; }
#landing-area { padding: 30px 0; }
#landing-area .col_last { margin-top: 30px; }
.landing-offer-text { text-align: center; }
#landing-area h1 {
font-size: 22px;
line-height: 28px;
padding-bottom: 15px;
}
#landing-area p.landing-desc {
font-size: 13px;
margin-bottom: 15px;
}
#landing-area ul.landing-features {
font-size: 15px;
line-height: 20px;
}
ul.landing-features li { margin-top: 6px; }
ul.landing-features li:first-child { margin-top: 0; }
.landing-action { margin-top: 15px; }
form .col_full,
form .col_half,
form .col_one_third,
form .col_two_third,
form .col_three_fourth,
form .col_one_fourth,
form .col_one_fifth,
form .col_two_fifth,
form .col_three_fifth,
form .col_four_fifth,
form .col_one_sixth,
form .col_five_sixth,
form .col_last,
.ipost .col_full,
.ipost .col_half,
.ipost .col_one_third,
.ipost .col_two_third,
.ipost .col_three_fourth,
.ipost .col_one_fourth,
.ipost .col_one_fifth,
.ipost .col_two_fifth,
.ipost .col_three_fifth,
.ipost .col_four_fifth,
.ipost .col_one_sixth,
.ipost .col_five_sixth,
.ipost .col_last { margin: 0 0 10px 0 !important; }
#countdown-wrap { padding: 30px 0; }
#countdown-wrap h1 {
font-size: 24px;
line-height: 30px;
padding-bottom: 30px;
}
#portfolio-filter { margin-top: -15px; border-bottom:none; }
#portfolio-filter li {
padding: 15px 0;
width: 33.33%;
border-bottom: 1px solid #eee;
}
#portfolio-filter li a {
padding: 0 10px;
border-left: none;
text-align: center;
}
#portfolio-single-wrap #slider,
#portfolio-single-wrap.portfolio-single-left #slider,
#portfolio-single-wrap.portfolio-single-full #slider,
.postcontent #portfolio-single-wrap #slider {
float: none;
margin-bottom: 30px;
width: 100%;
}
#portfolio-details-wrap,
#portfolio-single-wrap.portfolio-single-left #portfolio-details-wrap,
#portfolio-single-wrap.portfolio-single-full #portfolio-details-wrap,
.postcontent #portfolio-single-wrap #portfolio-details-wrap,
#portfolio-single-wrap.portfolio-single-full .port-desc,
#portfolio-single-wrap.portfolio-single-full.portfolio-single-full-left .port-desc,
.postcontent #portfolio-single-wrap .port-desc,
#portfolio-single-wrap.portfolio-single-full .port-details,
#portfolio-single-wrap.portfolio-single-full.portfolio-single-full-left .port-details,
.postcontent #portfolio-single-wrap .port-details,
#portfolio-single-wrap.portfolio-single-full.portfolio-single-full-left .port-desc,
.postcontent #portfolio-single-wrap.portfolio-single-left .port-desc,
#portfolio-single-wrap.portfolio-single-full.portfolio-single-full-left .port-details,
.postcontent #portfolio-single-wrap.portfolio-single-left .port-details {
float: none;
width: 100%;
margin: 0 0 30px;
}
#portfolio-single-wrap.portfolio-single-full #portfolio-details-wrap,
.postcontent #portfolio-single-wrap #portfolio-details-wrap,
#portfolio-single-wrap.portfolio-single-full .port-desc,
#portfolio-single-wrap.portfolio-single-full.portfolio-single-full-left .port-desc,
.postcontent #portfolio-single-wrap .port-desc,
#portfolio-single-wrap.portfolio-single-full.portfolio-single-full-left .port-details,
.postcontent #portfolio-single-wrap.portfolio-single-left .port-details { margin: 0; }
#portfolio-details-wrap .port-details { margin-top: 35px; }
#portfolio-navigation {
position: relative;
top: 0;
left: 0;
right: auto;
margin: 20px auto 0;
}
.small-posts .entry_image {
float: left;
width: 175px;
margin: 0;
}
.entry_image a, .entry_image img {
width:100%;
height:auto;
} .postcontent .small-posts .entry_date {
width: 60px;
margin-right: 10px;
}
.col_full .small-posts .entry_date { margin-right: 15px; } .entry_date div.post-icon { font-size: 30px; }
.entry_c,
.col_full .entry_c {
margin-left: 15px;
width: 655px;
}
.postcontent .small-posts .entry_c,
.col_full .small-posts .entry_c { width: 250px; }
.entry_title { margin-bottom: 10px; }
.entry_title h2 {
font-size: 17px;
line-height: 22px;
}
.postcontent .small-posts .entry_title h2,
.col_full .small-posts .entry_title h2 {
font-size: 16px;
line-height: 20px;
}
.post-single .entry_title h2 {
text-align: left;
font-size: 20px;
line-height: 26px;
}
.entry_meta { margin: 0 -7px -7px 0; }
.small-posts .entry_meta,
.small-posts span.page-divider { display: none; }
.post-single .entry_meta { margin-bottom: 12px; }
.entry_meta li {
margin: 0 7px 7px 0;
float: none;
display: inline-block;
}
.entry_meta li span { display: none; }
.post-single .entry_meta li { text-align: left; display: inline-block; }
.entry_content { font-size: 12px; }
.small-posts .entry_content { margin-top: 20px; }
.post-overlay {
width: 16px;
height: 16px;
padding: 4px;
line-height: 16px;
font-size: 15px;
}
.ipost .post-overlay {
width: 24px;
height: 24px;
padding: 6px;
line-height: 24px;
font-size: 22px;
}
.entry_share { text-align: center; }
.entry_share span {
float: none;
margin: 0 0 10px;
}
.entry_share a {
display: inline-block;
float: none;
margin: 0 7px;
}
img.alignleft,
div.alignleft,
img.alignnone,
img.aligncenter,
div.alignnone,
div.aligncenter,
img.alignright,
div.alignright,
.wp-caption {
display: block !important;
float: none;
margin: 10px auto;
clear: both;
}
.wp-caption img {
position: relative;
margin: 0 auto !important;
}
.wp-caption { margin: 15px auto; }
.comment-avatar img {
width: 40px;
height: 40px;
}
.promo {
padding: 15px 18px;
text-align: center;
}
.promo-desc { padding: 0 !important; }
.promo h3 {
font-size: 17px;
line-height: 22px;
}
.promo-desc > span {
font-size: 13px;
line-height: 20px;
}
#call_action {
padding:30px 0;	
text-align:center;
}
.promo-action, #call_action .promo-action {
position: relative;
right: auto;
top: 0;
margin: 12px auto 0;
max-width: none;
}
.promo-action a {
display: inline-block;
font-size: 13px;
padding: 12px;
line-height: normal;
}
.simple-button, .simple-button-3d {
min-height: inherit;
white-space: initial;
}
.simple-button i, .simple-button-3d i {
padding: 0;
padding-right:10px;
}
.simple-button.large, .simple-button-3d.large { }
#call_action .promo-text { padding: 0 !important; }
.error404 { font-size: 124px; }
.error404 span { font-size: 32px; }
.error404-meta form { width: 280px; }
.error404-meta input[type="text"] { width: 244px; }
.side-tabs { border-bottom: 3px solid #E5E5E5; }
.side-tabs ul.tabs {
float: none;
width: 100%;
padding: 0;
border: none;
}
.side-tabs ul.tabs li {
border: 1px solid #DDD;
border-top: none;
}
.side-tabs ul.tabs li.active {
border-right: 1px solid #DDD;
margin-right: 0;
}
.side-tabs ul.tabs li.active a:hover { border-right: none; }
.side-tabs .tab_content { padding: 20px 0; }
.pricing { margin-bottom: 20px; }
.pricing .pricing-wrap,
.pricing3 .pricing-wrap,
.pricing3.spacing .pricing-wrap,
.pricing4 .pricing-wrap,
.pricing4.spacing .pricing-wrap,
.pricing5 .pricing-wrap,
.pricing5.spacing .pricing-wrap {
float: none;
width: 100%;
margin-bottom: 20px;
}
.pricing .pricing-wrap.best-price { margin-left: 0; margin-top: 0px; box-shadow: none; }
.pricing-wrap .pricing-inner { border: 1px solid #E5E5E5; }
.pricing-defines { display: none; }
#copyrights { padding: 20px; }
#copyrights .col_half {
margin: 15px 0 0 !important;
text-align: center !important;
}
#copyrights .col_half:first-child { margin: 0 !important; }
#copyrights a,
#copyrights span.link-divider { margin: 0 4px; }
.searchtop-meta {
left: auto;
right: 0;
margin-top: 20px;
position:static;
}
.product-feature {
padding-bottom:30px;
}
#wpadminbar {
position:fixed !important;
} #content ul.products li.product, #content .postcontent ul.products li.product,
#content .columns-3 ul.products li.product {
width: 47%;
margin: 0 5% 5% 0;
}
#content ul.products li.product:nth-child(2n), #content .postcontent ul.products li.product:nth-child(2n) {
margin-right: 0;
}
.add_to_cart_button {
float: none;	
display: inline;
}
.show_details_button{
float: right;
display: inline;
} .woocommerce #content .container div.product div.images, .woocommerce .container div.product div.images, .woocommerce-page #content .container div.product div.images, .woocommerce-page .container div.product div.images, .woocommerce #content .container div.product div.summary, .woocommerce .container div.product div.summary, .woocommerce-page #content .container div.product div.summary, .woocommerce-page .container div.product div.summary {
width:100%;
}
.woocommerce #content .container div.product div.images, .woocommerce .container div.product div.images, .woocommerce-page #content .container div.product div.images, .woocommerce-page .container div.product div.images {
margin-bottom: 0px;
}
.woocommerce #content .container nav.woocommerce-pagination, .woocommerce .container nav.woocommerce-pagination, .woocommerce-page #content .container nav.woocommerce-pagination, .woocommerce-page .container nav.woocommerce-pagination {
text-align:center;
}
.product_share {
margin-left:-10px;
}
#footer .col-footer-2 .col_one_fourth,
#footer .col-footer-3 .col_one_fourth,
#footer .col-footer-4 .col_one_fourth {
margin-right:0 !important;
width:100%;
}    
} @media only screen and (min-width: 480px) and (max-width: 767px) {
#wrapper {
width: auto !important;
margin: 0 auto !important;
}
.container { width: 600px; }
#slider,
.slider-wrap,
.ei-slider,
.rs-slider,
#slider.slider-nivo,
.nivoSlider,
.camera_wrap,
#slider.piecemaker-slider { height: 188px; }
#slider.revolution-slider .fullwidthbanner-container,
#slider.revolution-slider .fullwidthbanner {
height: 188px !important;
max-height: 188px !important;
}
#slider.thumb-slider { height: auto; }
#slider.thumb-slider .flex-prev,
#slider.thumb-slider .flex-next { bottom: 27px; }
#slider.thumb-slider .flex-control-thumbs,
#slider.thumb-slider .rs-thumb-wrap { height: 27px; }
.flex-control-thumbs li,
.rs-thumb-wrap a {
width: 48px !important;
height: 27px !important;
}
.rs-thumb-wrap a,
.flex-control-thumbs li img {
height: 24px !important;
border-top: 3px solid #CCC;
}
.flex-control-thumbs li img,
.rs-thumb-wrap a img {
width: 48px !important;
height: 24px !important;
}
.rs-thumb-wrap a img { border: none; }
.countdown_section {
width: 110px;
font-size: 13px;
line-height: 20px;
}
.countdown_amount {
font-size: 54px;
line-height: 60px;
}
.lp-subscribe form { max-width: 440px; }
.lp-subscribe input[type="text"] {
width: 243px;
}
#portfolio,
.postcontent #portfolio { margin: 0 -10px -10px 0; }
.portfolio-item,
.postcontent .portfolio-item,
.postcontent.columns .portfolio-item {
margin: 0 10px 10px 0;
width: 215px;
}
.portfolio-item .portfolio-image-round,
.portfolio-item .portfolio-image-round img {
width:215px;
height:215px;
}
.portfolio-image-round .item-mask {
background-size:100%;
}
#portfolio.portfolio-3,
.postcontent #portfolio.portfolio-3 { margin: 0 -10px -10px 0; }
.portfolio-3 .portfolio-item,
.postcontent .portfolio-3 .portfolio-item {
margin: 0 10px 10px 0;
width: 215px;
}
#portfolio.portfolio-2,
.postcontent #portfolio.portfolio-2 { margin: 0 0 -20px 0; }
.portfolio-2 .portfolio-item,
.postcontent .portfolio-2 .portfolio-item {
margin: 0 0 20px 0;
width: 440px;
}
#portfolio.portfolio-5 { margin: 0 -10px -10px 0; }
#portfolio .slider-wrap,
.postcontent #portfolio .slider-wrap { height: 168px; }
#portfolio.portfolio-3 .slider-wrap,
.postcontent #portfolio.portfolio-3 .slider-wrap { height: 146px; }
#portfolio.portfolio-2 .slider-wrap,
.postcontent #portfolio.portfolio-2 .slider-wrap { height: 280px; }
.portfolio-overlay-wrap,
.portfolio-3 .portfolio-overlay-wrap { display: none; }
.portfolio-2 .portfolio-overlay-wrap { display: block; }
#portfolio .p-overlay-icons,
#portfolio.portfolio-3 .p-overlay-icons {
top: 50%;
margin-top: -14px;
width: 58px;
left: 50%;
margin-left: -29px;
}
#portfolio.portfolio-2 .p-overlay-icons {
position: absolute;
top: auto;
left: auto;
bottom: 0;
right: 0;
width: auto;
height: 28px;
margin-top: 0;
margin-left: 0;
}
.portfolio-title h3 { font-size: 13px; }
#portfolio-details-wrap .port-terms h5 { width: 150px; }
#portfolio-related-items li,
#portfolio-related-items li > a,
#portfolio-related-items li > img,
.postcontent #portfolio-related-items li,
.postcontent #portfolio-related-items li > a,
.postcontent #portfolio-related-items li > img {
display: block;
width: 143px !important;
height: 111px;
}
.related-posts { margin: 0 -10px 0 0; }
.related-posts li {
margin: 0 10px 0 0;
width: 140px !important;
}
.rpost-image,
.rpost-image a,
.rpost-image img {
width: 140px !important;
height: 102px;
}
.our-clients li{ }
.our-clients li,
.our-clients li a,
.our-clients li img,
.our-clients .item,
.our-clients .item a,
.our-clients .item img {
width: 88px ; }
.our-clients li img, .our-clients .item img {
width: auto;
}
.vc_span2 .our-clients li a, .vc_span2 .our-clients li a img { width: 42px; }
.vc_span3 .our-clients li a, .vc_span3 .our-clients li a img { width: 80px; }
.vc_span4 .our-clients li a, .vc_span4 .our-clients li a img { width: 117px; }
.vc_span6 .our-clients li a, .vc_span6 .our-clients li a img { width: 85px; }
.vc_span8 .our-clients li a, .vc_span8 .our-clients li a img { width: 123px; }
.vc_span9 .our-clients li a, .vc_span9 .our-clients li a img { width: 87px; }
.vc_span10 .our-clients li a, .vc_span10 .our-clients li a img { width: 99px; }
.vc_span2 .our-clients .item a, .vc_span2 .our-clients .item a img { width: 42px; }
.vc_span3 .our-clients .item a, .vc_span3 .our-clients .item a img { width: 80px; }
.vc_span4 .our-clients .item a, .vc_span4 .our-clients .item a img { width: 117px; }
.vc_span6 .our-clients .item a, .vc_span6 .our-clients .item a img { width: 85px; }
.vc_span8 .our-clients .item a, .vc_span8 .our-clients .item a img { width: 123px; }
.vc_span9 .our-clients .item a, .vc_span9 .our-clients .item a img { width: 87px; }
.vc_span10 .our-clients .item a, .vc_span10 .our-clients .item a img { width: 99px; }
.our-team.team-4 { margin: 0 -20px 10px 0; }
.team-member { width: 440px; }
.team-4 .team-member {
margin: 0 20px 20px 0;
width: 210px;
}
.team-image,
.team-image img {
width: 440px; }
.team-4 .team-image,
.team-4 .team-image img {
width: 200px;
height: 200px;
border-radius: 100px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
}
.sidebar-widgets-wrap,
.footer-widgets-wrap {
position: relative;
margin: 0 -21px -40px -2px;
}
.sidebar-widgets-wrap .widget {
width: 210px;
margin: 0 20px 40px 0;
border-top: none;
padding-top: 0;
}
.sidebar-widgets-wrap .widget-scroll-prev,
.sidebar-widgets-wrap .widget-scroll-next { top: 0; }
#footer .col_one_fourth {
width: 210px;
margin: 0 20px 40px 0 !important;
}
.widget .tab_widget ul.tabs li a {
font-size: 13px;
padding: 0 12px;
font-weight: bold;
}
.sidebar-widgets-wrap .widget,
#footer .col_one_fourth {
display: inline-block;
vertical-align: top;
float: none;
}
.vc_pie_chart .vc_pie_chart_value {
font-size:1.5em !important;
}
.vc_pie_chart .vc_pie_chart_value i {
font-size: 30px !important;
}
} @media only screen and (max-width: 479px) {    
.taptocall {
display:block;
}
#wrapper {
width: 100%;
margin:0 !important;
}
.container .woocommerce-MyAccount-navigation ul {
border-bottom: none;
margin-bottom: 40px;
}
.woocommerce-MyAccount-navigation ul li {
display: block;
border-bottom:1px solid #ddd;
}
.woocommerce-MyAccount-navigation ul li.is-active {
border-left:1px solid #f96e5b;
}
.woocommerce-MyAccount-navigation ul li a {
margin:0;
padding-left:20px;
}
.woocommerce-MyAccount-navigation ul li.is-active a:before {
content: initial;
}
.container { width: 340px; }
.realwidth { width:280px !important; }
#top-social ul { margin: 0 -20px; }
#top-menu {
height:auto;
}
#top-menu li {
margin-left:0;
}
#top-menu .mail {
border-right:none;
margin-right:0;
padding-right:0;
}
#slider,
.slider-wrap,
.ei-slider,
.rs-slider,
#slider.slider-nivo,
.nivoSlider,
.camera_wrap,
#slider.piecemaker-slider { height: 125px; }
#slider.revolution-slider .fullwidthbanner-container,
#slider.revolution-slider .fullwidthbanner {
height: 125px !important;
max-height: 125px !important;
}
#slider.thumb-slider { height: auto; }
#slider.thumb-slider .flex-prev,
#slider.thumb-slider .flex-next { bottom: 19px; }
#slider.thumb-slider .flex-control-thumbs,
#slider.thumb-slider .rs-thumb-wrap { height: 19px; }
.flex-control-thumbs li,
.rs-thumb-wrap a {
width: 32px !important;
height: 19px !important;
}
.rs-thumb-wrap a,
.flex-control-thumbs li img {
height: 32px !important;
border-top: 3px solid #CCC;
}
.flex-control-thumbs li img,
.rs-thumb-wrap a img {
width: 32px !important;
height: 16px !important;
}
.rs-thumb-wrap a img { border: none; }
.countdown_section {
width: 70px;
font-size: 12px;
line-height: 20px;
}
.countdown_amount {
font-size: 42px;
line-height: 48px;
}
.lp-subscribe form {
text-align: center;
max-width: 280px;
}
.lp-subscribe input[type="text"] {
width: 220px;
margin-bottom: 10px !important;
}
.lp-subscribe input[type="submit"] {
display: inline-block;
float: none;
}    
#portfolio-filter li { width: 50%; }
#portfolio,
.postcontent #portfolio { margin: 0 0 -10px 0; }
.portfolio-item,
.postcontent .portfolio-item,
.postcontent.columns .portfolio-item,
.portfolio-2 .portfolio-item {
margin: 0 0 10px 0;
width: 100%;
}
#portfolio.portfolio-3,
.postcontent #portfolio.portfolio-3,
#portfolio.portfolio-2 { margin: 0; }
#portfolio .slider-wrap,
.postcontent #portfolio .slider-wrap { height: 219px; }
#portfolio.portfolio-3 .slider-wrap,
.postcontent #portfolio.portfolio-3 .slider-wrap { height: 190px; }
#portfolio.portfolio-2 .slider-wrap,
.postcontent #portfolio.portfolio-2 .slider-wrap { height: 178px; }
.portfolio-title h3 { font-size: 13px; }
.portfolio-2 .portfolio-overlay-wrap {
font-size: 12px;
line-height: 20px;
}
#portfolio-details-wrap .port-terms h5 { width: 110px; }
#portfolio-related-items li,
#portfolio-related-items li > a,
#portfolio-related-items li > img,
.postcontent #portfolio-related-items li,
.postcontent #portfolio-related-items li > a,
.postcontent #portfolio-related-items li > img {
display: block;
width: 137px !important;
height: 106px;
} .entry_date {position:absolute; z-index:10; top:0; left:0; }
.entry_date div.post-icon {display: none;}
.entry_c, .col_full .entry_c { margin-left:0; width:100%; }
.small-posts .entry_image {
float: none;
width: 100%;
margin: 0 0 20px 0;
}    
.postcontent .small-posts .entry_c,
.col_full .small-posts .entry_c {
width: 100%;
margin: 0;
}
.entry_title { margin-bottom: 10px; }
.entry_image .post-overlay {
width: 24px;
height: 24px;
padding: 6px;
line-height: 24px;
font-size: 22px;
}
.entry_share a { margin: 0 4px; }
.related-posts { margin: 0 -10px 0 0; }
.related-posts li {
margin: 0 10px 0 0;
width: 135px !important;
}
.rpost-image,
.rpost-image a,
.rpost-image img {
width: 135px !important;
height: 98px;
}
.tab_widget ul.tabs { height: auto; }
.side-tabs ul.tabs { height: auto; }
.tab_widget ul.tabs li {
height: 35px;
line-height: 35px;
}
.side-tabs ul.tabs li {
height: 40px;
line-height: 40px;
}
.tab_widget ul.tabs li a {
font-size: 13px;
font-weight: normal;
}
.tabbed-widget .tab_widget ul.tabs a { padding: 0 4px; }
.side-tabs ul.tabs li a {
font-size: 14px;
padding: 0 15px;
font-weight: bold;
}
.tab_widget ul.tabs li a i {
font-size: 15px;
height:35px;
}
.side-tabs ul.tabs li a i {
font-size: 18px;
width: 18px;
height: 18px;
margin-right: 8px;
}
.our-clients li, .our-clients .item {
min-height:67px;
line-height:67px;
}
.our-clients li,
.our-clients li a,
.our-clients li img,
.our-clients .item,
.our-clients .item a,
.our-clients .item img {        
vertical-align:middle;
display:inline-block;
}
.vc_span2 .our-clients li a, .vc_span2 .our-clients li a img {	width: 118px; }
.vc_span3 .our-clients li a, .vc_span3 .our-clients li a img {	width: 118px; }
.vc_span4 .our-clients li a, .vc_span4 .our-clients li a img {	width: 118px; }
.vc_span6 .our-clients li a, .vc_span6 .our-clients li a img {	width: 118px; }
.vc_span8 .our-clients li a, .vc_span8 .our-clients li a img {	width: 118px; }
.vc_span9 .our-clients li a, .vc_span9 .our-clients li a img {	width: 118px; }
.vc_span10 .our-clients li a, .vc_span10 .our-clients li a img { width: 118px; }
.vc_span2 .our-clients .item a, .vc_span2 .our-clients .item a img {	width: 118px; }
.vc_span3 .our-clients .item a, .vc_span3 .our-clients .item a img {	width: 118px; }
.vc_span4 .our-clients .item a, .vc_span4 .our-clients .item a img {	width: 118px; }
.vc_span6 .our-clients .item a, .vc_span6 .our-clients .item a img {	width: 118px; }
.vc_span8 .our-clients .item a, .vc_span8 .our-clients .item a img {	width: 118px; }
.vc_span9 .our-clients .item a, .vc_span9 .our-clients .item a img {	width: 118px; }
.vc_span10 .our-clients .item a, .vc_span10 .our-clients .item a img { width: 118px; }
.our-team.team-4 { margin: 0 0 0 0; }
.team-member { width: 280px; }
.team-4 .team-member {
margin: 0 0 30px 0;
width: 280px;
}
.team-image,
.team-image img {
width: 280px; }
.team-4 .team-image,
.team-4 .team-image img {
width: 270px; border-radius: 135px;
-moz-border-radius: 135px;
-webkit-border-radius: 135px;
}
.sidebar-widgets-wrap { margin: 0; }
.sidebar-widgets-wrap .widget {
width: 100%;
margin: 30px 0 0;
}
.sidebar-widgets-wrap .widget-scroll-prev,
.sidebar-widgets-wrap .widget-scroll-next { top: 30px; }
.sidebar-widgets-wrap .widget:first-child .widget-scroll-prev,
.sidebar-widgets-wrap .widget:first-child .widget-scroll-next { top: 0; }
.footer-widgets-wrap { margin: 0; }
#footer .col_one_fourth {
width: 280px;
padding-top: 30px;
margin: 30px 0 0 0 !important;
border-top: 3px double #E5E5E5;
}
#footer.footer-dark .col_one_fourth { border-top-color: #404040; }
#footer .col_one_fourth:first-child {
padding-top: 0;
margin-top: 0 !important;
border: none;
}
.widget_search input[type="text"] { width: 100%; }
.widget .tab_widget ul.tabs { height: 42px; }
.widget .tab_widget ul.tabs li {
height: 39px;
line-height: 39px;
}
.widget .tab_widget ul.tabs li a {
font-size: 14px;
padding: 0 15px;
font-weight: bold;
}
.widget .tab_widget ul.tabs li a i {
font-size: 18px;
width: 18px;
height: 18px;
margin-right: 5px;
}
.portfolio-widget .portfolio-item { width: 280px; }
.portfolio-widget .portfolio-item .portfolio-image,
.portfolio-widget .portfolio-item .portfolio-image a,
.portfolio-widget .portfolio-item .portfolio-image img {
width: 280px;
height: 218px;
}
#content ul.products li.product:nth-child(2n), #content .postcontent ul.products li.product:nth-child(2n) {
margin-right:auto;
}
#content ul.products li.product, #content .postcontent ul.products li.product,
#content .columns-5 ul.products li.product,
#content .columns-6 ul.products li.product {
width: 76%;
float: none;
margin: 0 auto 2.992em auto;
}
#top-menu .contact_address {
margin-left:0;
padding-left:0;
border-left:0;
}
.woocommerce #content .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
float: none;
text-align:center;
}
.woocommerce #content .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
float: none;
}
.woocommerce #content .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
margin: 0 auto 30px;
}
.widget_product_search input[type="text"] {
width: 240px;
}
}
@media only screen and (max-width: 320px) {
.container {
width: 300px;
}
}
@media only screen and (max-width: 830px) {
a > .sf-sub-indicator {
display: block;
}
#top-menu, #top-menus {
height: auto;
}	
#mobile-menu .fa-minus-square {
position: absolute;
top:50%;
transform:translateY(-50%);
right:16px;
display: none;
}
#mobile-menu li.open > a > .sf-sub-indicator >.fa-minus-square {
display: block;
}
}
@media only screen and (max-width: 736px) {
#mobile-menu {
max-height: 295px;
overflow-y: scroll;
}
}
@media only screen and (max-width: 420px) {
#mobile-menu {
max-height: 615px;		
}
}
@media only screen and (max-width: 375px) {
#mobile-menu {
max-height: 550px;		
}
}
@media only screen and (max-device-width : 568px) and (orientation : landscape) {
.container {
width: 500px;
}
}
@media only screen and (max-device-width : 320px) and (orientation : portrait) {
.container {
width: 300px;
}
}