@charset "UTF-8";

 *,
::after,
::before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
display: block;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
"Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol", "Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff;
}
[tabindex="-1"]:focus {
outline: 0 !important;
}
hr {
-webkit-box-sizing: content-box;
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[data-original-title],
abbr[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;
}
dl,
ol,
ul {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: 0.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: -0.25em;
}
sup {
top: -0.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]):focus,
a:not([href]):not([tabindex]):hover {
color: inherit;
text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
outline: 0;
}
code,
kbd,
pre,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
"Courier New", monospace;
font-size: 1em;
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
-ms-overflow-style: scrollbar;
}
figure {
margin: 0 0 1rem;
}
img {
vertical-align: middle;
border-style: none;
}
svg {
overflow: hidden;
vertical-align: middle;
}
table {
border-collapse: collapse;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom;
}
th {
text-align: inherit;
}
label {
display: inline-block;
margin-bottom: 0.5rem;
}
button {
border-radius: 0;
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
-webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
padding: 0;
border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
-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: 0.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;
} @-ms-viewport {
width: device-width;
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-ms-overflow-style: scrollbar;
}
*,
::after,
::before {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
.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: -webkit-box;
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,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-1 {
margin-left: 8.33333%;
}
.offset-2 {
margin-left: 16.66667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.33333%;
}
.offset-5 {
margin-left: 41.66667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.33333%;
}
.offset-8 {
margin-left: 66.66667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.33333%;
}
.offset-11 {
margin-left: 91.66667%;
}
@media (min-width: 576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-sm-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-sm-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-sm-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-sm-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-sm-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-sm-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-sm-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-sm-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-sm-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-sm-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-sm-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-sm-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-sm-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-sm-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-sm-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-sm-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-sm-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-sm-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-sm-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-sm-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-sm-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-sm-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-sm-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-sm-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-sm-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.33333%;
}
.offset-sm-2 {
margin-left: 16.66667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.33333%;
}
.offset-sm-5 {
margin-left: 41.66667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.33333%;
}
.offset-sm-8 {
margin-left: 66.66667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.33333%;
}
.offset-sm-11 {
margin-left: 91.66667%;
}
}
@media (min-width: 768px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-md-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-md-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-md-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-md-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-md-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-md-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-md-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-md-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-md-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-md-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-md-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-md-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-md-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-md-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-md-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-md-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-md-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-md-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-md-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-md-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-md-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-md-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-md-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-md-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-md-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.33333%;
}
.offset-md-2 {
margin-left: 16.66667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.33333%;
}
.offset-md-5 {
margin-left: 41.66667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.33333%;
}
.offset-md-8 {
margin-left: 66.66667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.33333%;
}
.offset-md-11 {
margin-left: 91.66667%;
}
}
@media (min-width: 992px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-lg-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-lg-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-lg-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-lg-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-lg-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-lg-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-lg-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-lg-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-lg-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-lg-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-lg-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-lg-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-lg-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-lg-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-lg-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-lg-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-lg-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-lg-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-lg-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-lg-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-lg-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-lg-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-lg-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-lg-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-lg-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.33333%;
}
.offset-lg-2 {
margin-left: 16.66667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.33333%;
}
.offset-lg-5 {
margin-left: 41.66667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.33333%;
}
.offset-lg-8 {
margin-left: 66.66667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.33333%;
}
.offset-lg-11 {
margin-left: 91.66667%;
}
}
@media (min-width: 1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-xl-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-xl-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-xl-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-xl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-xl-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-xl-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-xl-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-xl-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-xl-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-xl-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-xl-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-xl-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-xl-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-xl-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-xl-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-xl-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-xl-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-xl-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-xl-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-xl-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-xl-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-xl-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-xl-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-xl-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-xl-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.33333%;
}
.offset-xl-2 {
margin-left: 16.66667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.33333%;
}
.offset-xl-5 {
margin-left: 41.66667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.33333%;
}
.offset-xl-8 {
margin-left: 66.66667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.33333%;
}
.offset-xl-11 {
margin-left: 91.66667%;
}
}
.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: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-inline-flex {
display: -webkit-inline-box !important;
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: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-sm-inline-flex {
display: -webkit-inline-box !important;
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: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-md-inline-flex {
display: -webkit-inline-box !important;
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: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-lg-inline-flex {
display: -webkit-inline-box !important;
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: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-xl-inline-flex {
display: -webkit-inline-box !important;
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: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-print-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
.flex-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-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 {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-grow-1 {
-webkit-box-flex: 1 !important;
-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 {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-between {
-webkit-box-pack: justify !important;
-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 {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-stretch {
-webkit-box-align: stretch !important;
-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 {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-sm-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-sm-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-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 {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-sm-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-sm-grow-1 {
-webkit-box-flex: 1 !important;
-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 {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-sm-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-sm-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-sm-between {
-webkit-box-pack: justify !important;
-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 {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-sm-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-sm-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-sm-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-sm-stretch {
-webkit-box-align: stretch !important;
-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 {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-md-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-md-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-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 {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-md-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-md-grow-1 {
-webkit-box-flex: 1 !important;
-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 {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-md-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-md-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-md-between {
-webkit-box-pack: justify !important;
-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 {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-md-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-md-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-md-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-md-stretch {
-webkit-box-align: stretch !important;
-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 {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-lg-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-lg-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-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 {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-lg-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-lg-grow-1 {
-webkit-box-flex: 1 !important;
-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 {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-lg-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-lg-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-lg-between {
-webkit-box-pack: justify !important;
-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 {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-lg-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-lg-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-lg-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-lg-stretch {
-webkit-box-align: stretch !important;
-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 {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-xl-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-xl-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-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 {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-xl-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-xl-grow-1 {
-webkit-box-flex: 1 !important;
-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 {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-xl-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-xl-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-xl-between {
-webkit-box-pack: justify !important;
-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 {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-xl-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-xl-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-xl-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-xl-stretch {
-webkit-box-align: stretch !important;
-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;
}
} .fa,
.fab,
.fal,
.far,
.fas {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
}
.fa-lg {
font-size: 1.33333em;
line-height: 0.75em;
vertical-align: -0.0667em;
}
.fa-xs {
font-size: 0.75em;
}
.fa-sm {
font-size: 0.875em;
}
.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-fw {
text-align: center;
width: 1.25em;
}
.fa-ul {
list-style-type: none;
margin-left: 2.5em;
padding-left: 0;
}
.fa-ul > li {
position: relative;
}
.fa-li {
left: -2em;
position: absolute;
text-align: center;
width: 2em;
line-height: inherit;
}
.fa-border {
border: 0.08em solid #eee;
border-radius: 0.1em;
padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
margin-right: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
margin-left: 0.3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
to {
-webkit-transform: rotate(1turn);
transform: rotate(1turn);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
to {
-webkit-transform: rotate(1turn);
transform: rotate(1turn);
}
}
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scaleX(-1);
-ms-transform: scaleX(-1);
transform: scaleX(-1);
}
.fa-flip-vertical {
-webkit-transform: scaleY(-1);
-ms-transform: scaleY(-1);
transform: scaleY(-1);
}
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}
.fa-flip-horizontal.fa-flip-vertical {
-webkit-transform: scale(-1);
-ms-transform: scale(-1);
transform: scale(-1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
-webkit-filter: none;
filter: none;
}
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #fff;
}
.fa-500px:before {
content: "\f26e";
}
.fa-accessible-icon:before {
content: "\f368";
}
.fa-accusoft:before {
content: "\f369";
}
.fa-ad:before {
content: "\f641";
}
.fa-address-book:before {
content: "\f2b9";
}
.fa-address-card:before {
content: "\f2bb";
}
.fa-adjust:before {
content: "\f042";
}
.fa-adn:before {
content: "\f170";
}
.fa-adversal:before {
content: "\f36a";
}
.fa-affiliatetheme:before {
content: "\f36b";
}
.fa-air-freshener:before {
content: "\f5d0";
}
.fa-algolia:before {
content: "\f36c";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-right:before {
content: "\f038";
}
.fa-alipay:before {
content: "\f642";
}
.fa-allergies:before {
content: "\f461";
}
.fa-amazon:before {
content: "\f270";
}
.fa-amazon-pay:before {
content: "\f42c";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
content: "\f2a3";
}
.fa-amilia:before {
content: "\f36d";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-android:before {
content: "\f17b";
}
.fa-angellist:before {
content: "\f209";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angry:before {
content: "\f556";
}
.fa-angrycreative:before {
content: "\f36e";
}
.fa-angular:before {
content: "\f420";
}
.fa-ankh:before {
content: "\f644";
}
.fa-app-store:before {
content: "\f36f";
}
.fa-app-store-ios:before {
content: "\f370";
}
.fa-apper:before {
content: "\f371";
}
.fa-apple:before {
content: "\f179";
}
.fa-apple-alt:before {
content: "\f5d1";
}
.fa-apple-pay:before {
content: "\f415";
}
.fa-archive:before {
content: "\f187";
}
.fa-archway:before {
content: "\f557";
}
.fa-arrow-alt-circle-down:before {
content: "\f358";
}
.fa-arrow-alt-circle-left:before {
content: "\f359";
}
.fa-arrow-alt-circle-right:before {
content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
content: "\f35b";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-arrows-alt-h:before {
content: "\f337";
}
.fa-arrows-alt-v:before {
content: "\f338";
}
.fa-assistive-listening-systems:before {
content: "\f2a2";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-asymmetrik:before {
content: "\f372";
}
.fa-at:before {
content: "\f1fa";
}
.fa-atlas:before {
content: "\f558";
}
.fa-atom:before {
content: "\f5d2";
}
.fa-audible:before {
content: "\f373";
}
.fa-audio-description:before {
content: "\f29e";
}
.fa-autoprefixer:before {
content: "\f41c";
}
.fa-avianex:before {
content: "\f374";
}
.fa-aviato:before {
content: "\f421";
}
.fa-award:before {
content: "\f559";
}
.fa-aws:before {
content: "\f375";
}
.fa-backspace:before {
content: "\f55a";
}
.fa-backward:before {
content: "\f04a";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-ban:before {
content: "\f05e";
}
.fa-band-aid:before {
content: "\f462";
}
.fa-bandcamp:before {
content: "\f2d5";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-bars:before {
content: "\f0c9";
}
.fa-baseball-ball:before {
content: "\f433";
}
.fa-basketball-ball:before {
content: "\f434";
}
.fa-bath:before {
content: "\f2cd";
}
.fa-battery-empty:before {
content: "\f244";
}
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-bed:before {
content: "\f236";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bezier-curve:before {
content: "\f55b";
}
.fa-bible:before {
content: "\f647";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bimobject:before {
content: "\f378";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitcoin:before {
content: "\f379";
}
.fa-bity:before {
content: "\f37a";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-blackberry:before {
content: "\f37b";
}
.fa-blender:before {
content: "\f517";
}
.fa-blind:before {
content: "\f29d";
}
.fa-blogger:before {
content: "\f37c";
}
.fa-blogger-b:before {
content: "\f37d";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-bold:before {
content: "\f032";
}
.fa-bolt:before {
content: "\f0e7";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-bone:before {
content: "\f5d7";
}
.fa-bong:before {
content: "\f55c";
}
.fa-book:before {
content: "\f02d";
}
.fa-book-open:before {
content: "\f518";
}
.fa-book-reader:before {
content: "\f5da";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-bowling-ball:before {
content: "\f436";
}
.fa-box:before {
content: "\f466";
}
.fa-box-open:before {
content: "\f49e";
}
.fa-boxes:before {
content: "\f468";
}
.fa-braille:before {
content: "\f2a1";
}
.fa-brain:before {
content: "\f5dc";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-briefcase-medical:before {
content: "\f469";
}
.fa-broadcast-tower:before {
content: "\f519";
}
.fa-broom:before {
content: "\f51a";
}
.fa-brush:before {
content: "\f55d";
}
.fa-btc:before {
content: "\f15a";
}
.fa-bug:before {
content: "\f188";
}
.fa-building:before {
content: "\f1ad";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-burn:before {
content: "\f46a";
}
.fa-buromobelexperte:before {
content: "\f37f";
}
.fa-bus:before {
content: "\f207";
}
.fa-bus-alt:before {
content: "\f55e";
}
.fa-business-time:before {
content: "\f64a";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-calendar:before {
content: "\f133";
}
.fa-calendar-alt:before {
content: "\f073";
}
.fa-calendar-check:before {
content: "\f274";
}
.fa-calendar-minus:before {
content: "\f272";
}
.fa-calendar-plus:before {
content: "\f271";
}
.fa-calendar-times:before {
content: "\f273";
}
.fa-camera:before {
content: "\f030";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-cannabis:before {
content: "\f55f";
}
.fa-capsules:before {
content: "\f46b";
}
.fa-car:before {
content: "\f1b9";
}
.fa-car-alt:before {
content: "\f5de";
}
.fa-car-battery:before {
content: "\f5df";
}
.fa-car-crash:before {
content: "\f5e1";
}
.fa-car-side:before {
content: "\f5e4";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-caret-square-down:before {
content: "\f150";
}
.fa-caret-square-left:before {
content: "\f191";
}
.fa-caret-square-right:before {
content: "\f152";
}
.fa-caret-square-up:before {
content: "\f151";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cc-amazon-pay:before {
content: "\f42d";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-apple-pay:before {
content: "\f416";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-centercode:before {
content: "\f380";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-chalkboard:before {
content: "\f51b";
}
.fa-chalkboard-teacher:before {
content: "\f51c";
}
.fa-charging-station:before {
content: "\f5e7";
}
.fa-chart-area:before {
content: "\f1fe";
}
.fa-chart-bar:before {
content: "\f080";
}
.fa-chart-line:before {
content: "\f201";
}
.fa-chart-pie:before {
content: "\f200";
}
.fa-check:before {
content: "\f00c";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-check-double:before {
content: "\f560";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-chess:before {
content: "\f439";
}
.fa-chess-bishop:before {
content: "\f43a";
}
.fa-chess-board:before {
content: "\f43c";
}
.fa-chess-king:before {
content: "\f43f";
}
.fa-chess-knight:before {
content: "\f441";
}
.fa-chess-pawn:before {
content: "\f443";
}
.fa-chess-queen:before {
content: "\f445";
}
.fa-chess-rook:before {
content: "\f447";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-child:before {
content: "\f1ae";
}
.fa-chrome:before {
content: "\f268";
}
.fa-church:before {
content: "\f51d";
}
.fa-circle:before {
content: "\f111";
}
.fa-circle-notch:before {
content: "\f1ce";
}
.fa-city:before {
content: "\f64f";
}
.fa-clipboard:before {
content: "\f328";
}
.fa-clipboard-check:before {
content: "\f46c";
}
.fa-clipboard-list:before {
content: "\f46d";
}
.fa-clock:before {
content: "\f017";
}
.fa-clone:before {
content: "\f24d";
}
.fa-closed-captioning:before {
content: "\f20a";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-cloud-download-alt:before {
content: "\f381";
}
.fa-cloud-upload-alt:before {
content: "\f382";
}
.fa-cloudscale:before {
content: "\f383";
}
.fa-cloudsmith:before {
content: "\f384";
}
.fa-cloudversify:before {
content: "\f385";
}
.fa-cocktail:before {
content: "\f561";
}
.fa-code:before {
content: "\f121";
}
.fa-code-branch:before {
content: "\f126";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-codiepie:before {
content: "\f284";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cog:before {
content: "\f013";
}
.fa-cogs:before {
content: "\f085";
}
.fa-coins:before {
content: "\f51e";
}
.fa-columns:before {
content: "\f0db";
}
.fa-comment:before {
content: "\f075";
}
.fa-comment-alt:before {
content: "\f27a";
}
.fa-comment-dollar:before {
content: "\f651";
}
.fa-comment-dots:before {
content: "\f4ad";
}
.fa-comment-slash:before {
content: "\f4b3";
}
.fa-comments:before {
content: "\f086";
}
.fa-comments-dollar:before {
content: "\f653";
}
.fa-compact-disc:before {
content: "\f51f";
}
.fa-compass:before {
content: "\f14e";
}
.fa-compress:before {
content: "\f066";
}
.fa-concierge-bell:before {
content: "\f562";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-contao:before {
content: "\f26d";
}
.fa-cookie:before {
content: "\f563";
}
.fa-cookie-bite:before {
content: "\f564";
}
.fa-copy:before {
content: "\f0c5";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-couch:before {
content: "\f4b8";
}
.fa-cpanel:before {
content: "\f388";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-creative-commons-by:before {
content: "\f4e7";
}
.fa-creative-commons-nc:before {
content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
content: "\f4ea";
}
.fa-creative-commons-nd:before {
content: "\f4eb";
}
.fa-creative-commons-pd:before {
content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
content: "\f4ed";
}
.fa-creative-commons-remix:before {
content: "\f4ee";
}
.fa-creative-commons-sa:before {
content: "\f4ef";
}
.fa-creative-commons-sampling:before {
content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
content: "\f4f1";
}
.fa-creative-commons-share:before {
content: "\f4f2";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-crop:before {
content: "\f125";
}
.fa-crop-alt:before {
content: "\f565";
}
.fa-cross:before {
content: "\f654";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-crow:before {
content: "\f520";
}
.fa-crown:before {
content: "\f521";
}
.fa-css3:before {
content: "\f13c";
}
.fa-css3-alt:before {
content: "\f38b";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-cut:before {
content: "\f0c4";
}
.fa-cuttlefish:before {
content: "\f38c";
}
.fa-d-and-d:before {
content: "\f38d";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-database:before {
content: "\f1c0";
}
.fa-deaf:before {
content: "\f2a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-deploydog:before {
content: "\f38e";
}
.fa-deskpro:before {
content: "\f38f";
}
.fa-desktop:before {
content: "\f108";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-dharmachakra:before {
content: "\f655";
}
.fa-diagnoses:before {
content: "\f470";
}
.fa-dice:before {
content: "\f522";
}
.fa-dice-five:before {
content: "\f523";
}
.fa-dice-four:before {
content: "\f524";
}
.fa-dice-one:before {
content: "\f525";
}
.fa-dice-six:before {
content: "\f526";
}
.fa-dice-three:before {
content: "\f527";
}
.fa-dice-two:before {
content: "\f528";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-digital-ocean:before {
content: "\f391";
}
.fa-digital-tachograph:before {
content: "\f566";
}
.fa-directions:before {
content: "\f5eb";
}
.fa-discord:before {
content: "\f392";
}
.fa-discourse:before {
content: "\f393";
}
.fa-divide:before {
content: "\f529";
}
.fa-dizzy:before {
content: "\f567";
}
.fa-dna:before {
content: "\f471";
}
.fa-dochub:before {
content: "\f394";
}
.fa-docker:before {
content: "\f395";
}
.fa-dollar-sign:before {
content: "\f155";
}
.fa-dolly:before {
content: "\f472";
}
.fa-dolly-flatbed:before {
content: "\f474";
}
.fa-donate:before {
content: "\f4b9";
}
.fa-door-closed:before {
content: "\f52a";
}
.fa-door-open:before {
content: "\f52b";
}
.fa-dot-circle:before {
content: "\f192";
}
.fa-dove:before {
content: "\f4ba";
}
.fa-download:before {
content: "\f019";
}
.fa-draft2digital:before {
content: "\f396";
}
.fa-drafting-compass:before {
content: "\f568";
}
.fa-draw-polygon:before {
content: "\f5ee";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-dribbble-square:before {
content: "\f397";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-drum:before {
content: "\f569";
}
.fa-drum-steelpan:before {
content: "\f56a";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-dumbbell:before {
content: "\f44b";
}
.fa-dyalog:before {
content: "\f399";
}
.fa-earlybirds:before {
content: "\f39a";
}
.fa-ebay:before {
content: "\f4f4";
}
.fa-edge:before {
content: "\f282";
}
.fa-edit:before {
content: "\f044";
}
.fa-eject:before {
content: "\f052";
}
.fa-elementor:before {
content: "\f430";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-ello:before {
content: "\f5f1";
}
.fa-ember:before {
content: "\f423";
}
.fa-empire:before {
content: "\f1d1";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-envelope-open:before {
content: "\f2b6";
}
.fa-envelope-open-text:before {
content: "\f658";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-envira:before {
content: "\f299";
}
.fa-equals:before {
content: "\f52c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-erlang:before {
content: "\f39d";
}
.fa-ethereum:before {
content: "\f42e";
}
.fa-etsy:before {
content: "\f2d7";
}
.fa-euro-sign:before {
content: "\f153";
}
.fa-exchange-alt:before {
content: "\f362";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-expand:before {
content: "\f065";
}
.fa-expand-arrows-alt:before {
content: "\f31e";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-external-link-alt:before {
content: "\f35d";
}
.fa-external-link-square-alt:before {
content: "\f360";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-dropper:before {
content: "\f1fb";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-facebook:before {
content: "\f09a";
}
.fa-facebook-f:before {
content: "\f39e";
}
.fa-facebook-messenger:before {
content: "\f39f";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-feather:before {
content: "\f52d";
}
.fa-feather-alt:before {
content: "\f56b";
}
.fa-female:before {
content: "\f182";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-alt:before {
content: "\f15c";
}
.fa-file-archive:before {
content: "\f1c6";
}
.fa-file-audio:before {
content: "\f1c7";
}
.fa-file-code:before {
content: "\f1c9";
}
.fa-file-contract:before {
content: "\f56c";
}
.fa-file-download:before {
content: "\f56d";
}
.fa-file-excel:before {
content: "\f1c3";
}
.fa-file-export:before {
content: "\f56e";
}
.fa-file-image:before {
content: "\f1c5";
}
.fa-file-import:before {
content: "\f56f";
}
.fa-file-invoice:before {
content: "\f570";
}
.fa-file-invoice-dollar:before {
content: "\f571";
}
.fa-file-medical:before {
content: "\f477";
}
.fa-file-medical-alt:before {
content: "\f478";
}
.fa-file-pdf:before {
content: "\f1c1";
}
.fa-file-powerpoint:before {
content: "\f1c4";
}
.fa-file-prescription:before {
content: "\f572";
}
.fa-file-signature:before {
content: "\f573";
}
.fa-file-upload:before {
content: "\f574";
}
.fa-file-video:before {
content: "\f1c8";
}
.fa-file-word:before {
content: "\f1c2";
}
.fa-fill:before {
content: "\f575";
}
.fa-fill-drip:before {
content: "\f576";
}
.fa-film:before {
content: "\f008";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-fingerprint:before {
content: "\f577";
}
.fa-fire:before {
content: "\f06d";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-firefox:before {
content: "\f269";
}
.fa-first-aid:before {
content: "\f479";
}
.fa-first-order:before {
content: "\f2b0";
}
.fa-first-order-alt:before {
content: "\f50a";
}
.fa-firstdraft:before {
content: "\f3a1";
}
.fa-fish:before {
content: "\f578";
}
.fa-flag:before {
content: "\f024";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-flipboard:before {
content: "\f44d";
}
.fa-flushed:before {
content: "\f579";
}
.fa-fly:before {
content: "\f417";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-minus:before {
content: "\f65d";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-folder-plus:before {
content: "\f65e";
}
.fa-font:before {
content: "\f031";
}
.fa-font-awesome:before {
content: "\f2b4";
}
.fa-font-awesome-alt:before {
content: "\f35c";
}
.fa-font-awesome-flag:before {
content: "\f425";
}
.fa-font-awesome-logo-full:before {
content: "\f4e6";
}
.fa-fonticons:before {
content: "\f280";
}
.fa-fonticons-fi:before {
content: "\f3a2";
}
.fa-football-ball:before {
content: "\f44e";
}
.fa-fort-awesome:before {
content: "\f286";
}
.fa-fort-awesome-alt:before {
content: "\f3a3";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-forward:before {
content: "\f04e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-free-code-camp:before {
content: "\f2c5";
}
.fa-freebsd:before {
content: "\f3a4";
}
.fa-frog:before {
content: "\f52e";
}
.fa-frown:before {
content: "\f119";
}
.fa-frown-open:before {
content: "\f57a";
}
.fa-fulcrum:before {
content: "\f50b";
}
.fa-funnel-dollar:before {
content: "\f662";
}
.fa-futbol:before {
content: "\f1e3";
}
.fa-galactic-republic:before {
content: "\f50c";
}
.fa-galactic-senate:before {
content: "\f50d";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-gas-pump:before {
content: "\f52f";
}
.fa-gavel:before {
content: "\f0e3";
}
.fa-gem:before {
content: "\f3a5";
}
.fa-genderless:before {
content: "\f22d";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-gift:before {
content: "\f06b";
}
.fa-git:before {
content: "\f1d3";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-github:before {
content: "\f09b";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-github-square:before {
content: "\f092";
}
.fa-gitkraken:before {
content: "\f3a6";
}
.fa-gitlab:before {
content: "\f296";
}
.fa-gitter:before {
content: "\f426";
}
.fa-glass-martini:before {
content: "\f000";
}
.fa-glass-martini-alt:before {
content: "\f57b";
}
.fa-glasses:before {
content: "\f530";
}
.fa-glide:before {
content: "\f2a5";
}
.fa-glide-g:before {
content: "\f2a6";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-globe-africa:before {
content: "\f57c";
}
.fa-globe-americas:before {
content: "\f57d";
}
.fa-globe-asia:before {
content: "\f57e";
}
.fa-gofore:before {
content: "\f3a7";
}
.fa-golf-ball:before {
content: "\f450";
}
.fa-goodreads:before {
content: "\f3a8";
}
.fa-goodreads-g:before {
content: "\f3a9";
}
.fa-google:before {
content: "\f1a0";
}
.fa-google-drive:before {
content: "\f3aa";
}
.fa-google-play:before {
content: "\f3ab";
}
.fa-google-plus:before {
content: "\f2b3";
}
.fa-google-plus-g:before {
content: "\f0d5";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-gopuram:before {
content: "\f664";
}
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-gratipay:before {
content: "\f184";
}
.fa-grav:before {
content: "\f2d6";
}
.fa-greater-than:before {
content: "\f531";
}
.fa-greater-than-equal:before {
content: "\f532";
}
.fa-grimace:before {
content: "\f57f";
}
.fa-grin:before {
content: "\f580";
}
.fa-grin-alt:before {
content: "\f581";
}
.fa-grin-beam:before {
content: "\f582";
}
.fa-grin-beam-sweat:before {
content: "\f583";
}
.fa-grin-hearts:before {
content: "\f584";
}
.fa-grin-squint:before {
content: "\f585";
}
.fa-grin-squint-tears:before {
content: "\f586";
}
.fa-grin-stars:before {
content: "\f587";
}
.fa-grin-tears:before {
content: "\f588";
}
.fa-grin-tongue:before {
content: "\f589";
}
.fa-grin-tongue-squint:before {
content: "\f58a";
}
.fa-grin-tongue-wink:before {
content: "\f58b";
}
.fa-grin-wink:before {
content: "\f58c";
}
.fa-grip-horizontal:before {
content: "\f58d";
}
.fa-grip-vertical:before {
content: "\f58e";
}
.fa-gripfire:before {
content: "\f3ac";
}
.fa-grunt:before {
content: "\f3ad";
}
.fa-gulp:before {
content: "\f3ae";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-hacker-news-square:before {
content: "\f3af";
}
.fa-hackerrank:before {
content: "\f5f7";
}
.fa-hamsa:before {
content: "\f665";
}
.fa-hand-holding:before {
content: "\f4bd";
}
.fa-hand-holding-heart:before {
content: "\f4be";
}
.fa-hand-holding-usd:before {
content: "\f4c0";
}
.fa-hand-lizard:before {
content: "\f258";
}
.fa-hand-paper:before {
content: "\f256";
}
.fa-hand-peace:before {
content: "\f25b";
}
.fa-hand-point-down:before {
content: "\f0a7";
}
.fa-hand-point-left:before {
content: "\f0a5";
}
.fa-hand-point-right:before {
content: "\f0a4";
}
.fa-hand-point-up:before {
content: "\f0a6";
}
.fa-hand-pointer:before {
content: "\f25a";
}
.fa-hand-rock:before {
content: "\f255";
}
.fa-hand-scissors:before {
content: "\f257";
}
.fa-hand-spock:before {
content: "\f259";
}
.fa-hands:before {
content: "\f4c2";
}
.fa-hands-helping:before {
content: "\f4c4";
}
.fa-handshake:before {
content: "\f2b5";
}
.fa-hashtag:before {
content: "\f292";
}
.fa-haykal:before {
content: "\f666";
}
.fa-hdd:before {
content: "\f0a0";
}
.fa-heading:before {
content: "\f1dc";
}
.fa-headphones:before {
content: "\f025";
}
.fa-headphones-alt:before {
content: "\f58f";
}
.fa-headset:before {
content: "\f590";
}
.fa-heart:before {
content: "\f004";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-helicopter:before {
content: "\f533";
}
.fa-highlighter:before {
content: "\f591";
}
.fa-hips:before {
content: "\f452";
}
.fa-hire-a-helper:before {
content: "\f3b0";
}
.fa-history:before {
content: "\f1da";
}
.fa-hockey-puck:before {
content: "\f453";
}
.fa-home:before {
content: "\f015";
}
.fa-hooli:before {
content: "\f427";
}
.fa-hornbill:before {
content: "\f592";
}
.fa-hospital:before {
content: "\f0f8";
}
.fa-hospital-alt:before {
content: "\f47d";
}
.fa-hospital-symbol:before {
content: "\f47e";
}
.fa-hot-tub:before {
content: "\f593";
}
.fa-hotel:before {
content: "\f594";
}
.fa-hotjar:before {
content: "\f3b1";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-start:before {
content: "\f251";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-html5:before {
content: "\f13b";
}
.fa-hubspot:before {
content: "\f3b2";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-id-badge:before {
content: "\f2c1";
}
.fa-id-card:before {
content: "\f2c2";
}
.fa-id-card-alt:before {
content: "\f47f";
}
.fa-image:before {
content: "\f03e";
}
.fa-images:before {
content: "\f302";
}
.fa-imdb:before {
content: "\f2d8";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-indent:before {
content: "\f03c";
}
.fa-industry:before {
content: "\f275";
}
.fa-infinity:before {
content: "\f534";
}
.fa-info:before {
content: "\f129";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-italic:before {
content: "\f033";
}
.fa-itunes:before {
content: "\f3b4";
}
.fa-itunes-note:before {
content: "\f3b5";
}
.fa-java:before {
content: "\f4e4";
}
.fa-jedi:before {
content: "\f669";
}
.fa-jedi-order:before {
content: "\f50e";
}
.fa-jenkins:before {
content: "\f3b6";
}
.fa-joget:before {
content: "\f3b7";
}
.fa-joint:before {
content: "\f595";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-journal-whills:before {
content: "\f66a";
}
.fa-js:before {
content: "\f3b8";
}
.fa-js-square:before {
content: "\f3b9";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-kaaba:before {
content: "\f66b";
}
.fa-kaggle:before {
content: "\f5fa";
}
.fa-key:before {
content: "\f084";
}
.fa-keybase:before {
content: "\f4f5";
}
.fa-keyboard:before {
content: "\f11c";
}
.fa-keycdn:before {
content: "\f3ba";
}
.fa-khanda:before {
content: "\f66d";
}
.fa-kickstarter:before {
content: "\f3bb";
}
.fa-kickstarter-k:before {
content: "\f3bc";
}
.fa-kiss:before {
content: "\f596";
}
.fa-kiss-beam:before {
content: "\f597";
}
.fa-kiss-wink-heart:before {
content: "\f598";
}
.fa-kiwi-bird:before {
content: "\f535";
}
.fa-korvue:before {
content: "\f42f";
}
.fa-landmark:before {
content: "\f66f";
}
.fa-language:before {
content: "\f1ab";
}
.fa-laptop:before {
content: "\f109";
}
.fa-laptop-code:before {
content: "\f5fc";
}
.fa-laravel:before {
content: "\f3bd";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-laugh:before {
content: "\f599";
}
.fa-laugh-beam:before {
content: "\f59a";
}
.fa-laugh-squint:before {
content: "\f59b";
}
.fa-laugh-wink:before {
content: "\f59c";
}
.fa-layer-group:before {
content: "\f5fd";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-lemon:before {
content: "\f094";
}
.fa-less:before {
content: "\f41d";
}
.fa-less-than:before {
content: "\f536";
}
.fa-less-than-equal:before {
content: "\f537";
}
.fa-level-down-alt:before {
content: "\f3be";
}
.fa-level-up-alt:before {
content: "\f3bf";
}
.fa-life-ring:before {
content: "\f1cd";
}
.fa-lightbulb:before {
content: "\f0eb";
}
.fa-line:before {
content: "\f3c0";
}
.fa-link:before {
content: "\f0c1";
}
.fa-linkedin:before {
content: "\f08c";
}
.fa-linkedin-in:before {
content: "\f0e1";
}
.fa-linode:before {
content: "\f2b8";
}
.fa-linux:before {
content: "\f17c";
}
.fa-lira-sign:before {
content: "\f195";
}
.fa-list:before {
content: "\f03a";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-lock:before {
content: "\f023";
}
.fa-lock-open:before {
content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
content: "\f309";
}
.fa-long-arrow-alt-left:before {
content: "\f30a";
}
.fa-long-arrow-alt-right:before {
content: "\f30b";
}
.fa-long-arrow-alt-up:before {
content: "\f30c";
}
.fa-low-vision:before {
content: "\f2a8";
}
.fa-luggage-cart:before {
content: "\f59d";
}
.fa-lyft:before {
content: "\f3c3";
}
.fa-magento:before {
content: "\f3c4";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-magnet:before {
content: "\f076";
}
.fa-mail-bulk:before {
content: "\f674";
}
.fa-mailchimp:before {
content: "\f59e";
}
.fa-male:before {
content: "\f183";
}
.fa-mandalorian:before {
content: "\f50f";
}
.fa-map:before {
content: "\f279";
}
.fa-map-marked:before {
content: "\f59f";
}
.fa-map-marked-alt:before {
content: "\f5a0";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-map-marker-alt:before {
content: "\f3c5";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-markdown:before {
content: "\f60f";
}
.fa-marker:before {
content: "\f5a1";
}
.fa-mars:before {
content: "\f222";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mastodon:before {
content: "\f4f6";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-medal:before {
content: "\f5a2";
}
.fa-medapps:before {
content: "\f3c6";
}
.fa-medium:before {
content: "\f23a";
}
.fa-medium-m:before {
content: "\f3c7";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-medrt:before {
content: "\f3c8";
}
.fa-meetup:before {
content: "\f2e0";
}
.fa-megaport:before {
content: "\f5a3";
}
.fa-meh:before {
content: "\f11a";
}
.fa-meh-blank:before {
content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
content: "\f5a5";
}
.fa-memory:before {
content: "\f538";
}
.fa-menorah:before {
content: "\f676";
}
.fa-mercury:before {
content: "\f223";
}
.fa-microchip:before {
content: "\f2db";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-alt:before {
content: "\f3c9";
}
.fa-microphone-alt-slash:before {
content: "\f539";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-microscope:before {
content: "\f610";
}
.fa-microsoft:before {
content: "\f3ca";
}
.fa-minus:before {
content: "\f068";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-mix:before {
content: "\f3cb";
}
.fa-mixcloud:before {
content: "\f289";
}
.fa-mizuni:before {
content: "\f3cc";
}
.fa-mobile:before {
content: "\f10b";
}
.fa-mobile-alt:before {
content: "\f3cd";
}
.fa-modx:before {
content: "\f285";
}
.fa-monero:before {
content: "\f3d0";
}
.fa-money-bill:before {
content: "\f0d6";
}
.fa-money-bill-alt:before {
content: "\f3d1";
}
.fa-money-bill-wave:before {
content: "\f53a";
}
.fa-money-bill-wave-alt:before {
content: "\f53b";
}
.fa-money-check:before {
content: "\f53c";
}
.fa-money-check-alt:before {
content: "\f53d";
}
.fa-monument:before {
content: "\f5a6";
}
.fa-moon:before {
content: "\f186";
}
.fa-mortar-pestle:before {
content: "\f5a7";
}
.fa-mosque:before {
content: "\f678";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-music:before {
content: "\f001";
}
.fa-napster:before {
content: "\f3d2";
}
.fa-neos:before {
content: "\f612";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-newspaper:before {
content: "\f1ea";
}
.fa-nimblr:before {
content: "\f5a8";
}
.fa-nintendo-switch:before {
content: "\f418";
}
.fa-node:before {
content: "\f419";
}
.fa-node-js:before {
content: "\f3d3";
}
.fa-not-equal:before {
content: "\f53e";
}
.fa-notes-medical:before {
content: "\f481";
}
.fa-npm:before {
content: "\f3d4";
}
.fa-ns8:before {
content: "\f3d5";
}
.fa-nutritionix:before {
content: "\f3d6";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-oil-can:before {
content: "\f613";
}
.fa-old-republic:before {
content: "\f510";
}
.fa-om:before {
content: "\f679";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-openid:before {
content: "\f19b";
}
.fa-opera:before {
content: "\f26a";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-osi:before {
content: "\f41a";
}
.fa-outdent:before {
content: "\f03b";
}
.fa-page4:before {
content: "\f3d7";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-paint-roller:before {
content: "\f5aa";
}
.fa-palette:before {
content: "\f53f";
}
.fa-palfed:before {
content: "\f3d8";
}
.fa-pallet:before {
content: "\f482";
}
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-parachute-box:before {
content: "\f4cd";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-parking:before {
content: "\f540";
}
.fa-passport:before {
content: "\f5ab";
}
.fa-pastafarianism:before {
content: "\f67b";
}
.fa-paste:before {
content: "\f0ea";
}
.fa-patreon:before {
content: "\f3d9";
}
.fa-pause:before {
content: "\f04c";
}
.fa-pause-circle:before {
content: "\f28b";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-peace:before {
content: "\f67c";
}
.fa-pen:before {
content: "\f304";
}
.fa-pen-alt:before {
content: "\f305";
}
.fa-pen-fancy:before {
content: "\f5ac";
}
.fa-pen-nib:before {
content: "\f5ad";
}
.fa-pen-square:before {
content: "\f14b";
}
.fa-pencil-alt:before {
content: "\f303";
}
.fa-pencil-ruler:before {
content: "\f5ae";
}
.fa-people-carry:before {
content: "\f4ce";
}
.fa-percent:before {
content: "\f295";
}
.fa-percentage:before {
content: "\f541";
}
.fa-periscope:before {
content: "\f3da";
}
.fa-phabricator:before {
content: "\f3db";
}
.fa-phoenix-framework:before {
content: "\f3dc";
}
.fa-phoenix-squadron:before {
content: "\f511";
}
.fa-phone:before {
content: "\f095";
}
.fa-phone-slash:before {
content: "\f3dd";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-phone-volume:before {
content: "\f2a0";
}
.fa-php:before {
content: "\f457";
}
.fa-pied-piper:before {
content: "\f2ae";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-pied-piper-hat:before {
content: "\f4e5";
}
.fa-pied-piper-pp:before {
content: "\f1a7";
}
.fa-piggy-bank:before {
content: "\f4d3";
}
.fa-pills:before {
content: "\f484";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-place-of-worship:before {
content: "\f67f";
}
.fa-plane:before {
content: "\f072";
}
.fa-plane-arrival:before {
content: "\f5af";
}
.fa-plane-departure:before {
content: "\f5b0";
}
.fa-play:before {
content: "\f04b";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-playstation:before {
content: "\f3df";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-plus:before {
content: "\f067";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-podcast:before {
content: "\f2ce";
}
.fa-poll:before {
content: "\f681";
}
.fa-poll-h:before {
content: "\f682";
}
.fa-poo:before {
content: "\f2fe";
}
.fa-poop:before {
content: "\f619";
}
.fa-portrait:before {
content: "\f3e0";
}
.fa-pound-sign:before {
content: "\f154";
}
.fa-power-off:before {
content: "\f011";
}
.fa-pray:before {
content: "\f683";
}
.fa-praying-hands:before {
content: "\f684";
}
.fa-prescription:before {
content: "\f5b1";
}
.fa-prescription-bottle:before {
content: "\f485";
}
.fa-prescription-bottle-alt:before {
content: "\f486";
}
.fa-print:before {
content: "\f02f";
}
.fa-procedures:before {
content: "\f487";
}
.fa-product-hunt:before {
content: "\f288";
}
.fa-project-diagram:before {
content: "\f542";
}
.fa-pushed:before {
content: "\f3e1";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-python:before {
content: "\f3e2";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-question:before {
content: "\f128";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-quidditch:before {
content: "\f458";
}
.fa-quinscape:before {
content: "\f459";
}
.fa-quora:before {
content: "\f2c4";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-quran:before {
content: "\f687";
}
.fa-r-project:before {
content: "\f4f7";
}
.fa-random:before {
content: "\f074";
}
.fa-ravelry:before {
content: "\f2d9";
}
.fa-react:before {
content: "\f41b";
}
.fa-readme:before {
content: "\f4d5";
}
.fa-rebel:before {
content: "\f1d0";
}
.fa-receipt:before {
content: "\f543";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-red-river:before {
content: "\f3e3";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-alien:before {
content: "\f281";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-redo:before {
content: "\f01e";
}
.fa-redo-alt:before {
content: "\f2f9";
}
.fa-registered:before {
content: "\f25d";
}
.fa-rendact:before {
content: "\f3e4";
}
.fa-renren:before {
content: "\f18b";
}
.fa-reply:before {
content: "\f3e5";
}
.fa-reply-all:before {
content: "\f122";
}
.fa-replyd:before {
content: "\f3e6";
}
.fa-researchgate:before {
content: "\f4f8";
}
.fa-resolving:before {
content: "\f3e7";
}
.fa-retweet:before {
content: "\f079";
}
.fa-rev:before {
content: "\f5b2";
}
.fa-ribbon:before {
content: "\f4d6";
}
.fa-road:before {
content: "\f018";
}
.fa-robot:before {
content: "\f544";
}
.fa-rocket:before {
content: "\f135";
}
.fa-rocketchat:before {
content: "\f3e8";
}
.fa-rockrms:before {
content: "\f3e9";
}
.fa-route:before {
content: "\f4d7";
}
.fa-rss:before {
content: "\f09e";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-ruble-sign:before {
content: "\f158";
}
.fa-ruler:before {
content: "\f545";
}
.fa-ruler-combined:before {
content: "\f546";
}
.fa-ruler-horizontal:before {
content: "\f547";
}
.fa-ruler-vertical:before {
content: "\f548";
}
.fa-rupee-sign:before {
content: "\f156";
}
.fa-sad-cry:before {
content: "\f5b3";
}
.fa-sad-tear:before {
content: "\f5b4";
}
.fa-safari:before {
content: "\f267";
}
.fa-sass:before {
content: "\f41e";
}
.fa-save:before {
content: "\f0c7";
}
.fa-schlix:before {
content: "\f3ea";
}
.fa-school:before {
content: "\f549";
}
.fa-screwdriver:before {
content: "\f54a";
}
.fa-scribd:before {
content: "\f28a";
}
.fa-search:before {
content: "\f002";
}
.fa-search-dollar:before {
content: "\f688";
}
.fa-search-location:before {
content: "\f689";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-searchengin:before {
content: "\f3eb";
}
.fa-seedling:before {
content: "\f4d8";
}
.fa-sellcast:before {
content: "\f2da";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-server:before {
content: "\f233";
}
.fa-servicestack:before {
content: "\f3ec";
}
.fa-shapes:before {
content: "\f61f";
}
.fa-share:before {
content: "\f064";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-shekel-sign:before {
content: "\f20b";
}
.fa-shield-alt:before {
content: "\f3ed";
}
.fa-ship:before {
content: "\f21a";
}
.fa-shipping-fast:before {
content: "\f48b";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-shoe-prints:before {
content: "\f54b";
}
.fa-shopping-bag:before {
content: "\f290";
}
.fa-shopping-basket:before {
content: "\f291";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-shopware:before {
content: "\f5b5";
}
.fa-shower:before {
content: "\f2cc";
}
.fa-shuttle-van:before {
content: "\f5b6";
}
.fa-sign:before {
content: "\f4d9";
}
.fa-sign-in-alt:before {
content: "\f2f6";
}
.fa-sign-language:before {
content: "\f2a7";
}
.fa-sign-out-alt:before {
content: "\f2f5";
}
.fa-signal:before {
content: "\f012";
}
.fa-signature:before {
content: "\f5b7";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-sistrix:before {
content: "\f3ee";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-sith:before {
content: "\f512";
}
.fa-skull:before {
content: "\f54c";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-skype:before {
content: "\f17e";
}
.fa-slack:before {
content: "\f198";
}
.fa-slack-hash:before {
content: "\f3ef";
}
.fa-sliders-h:before {
content: "\f1de";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-smile:before {
content: "\f118";
}
.fa-smile-beam:before {
content: "\f5b8";
}
.fa-smile-wink:before {
content: "\f4da";
}
.fa-smoking:before {
content: "\f48d";
}
.fa-smoking-ban:before {
content: "\f54d";
}
.fa-snapchat:before {
content: "\f2ab";
}
.fa-snapchat-ghost:before {
content: "\f2ac";
}
.fa-snapchat-square:before {
content: "\f2ad";
}
.fa-snowflake:before {
content: "\f2dc";
}
.fa-socks:before {
content: "\f696";
}
.fa-solar-panel:before {
content: "\f5ba";
}
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-alpha-down:before {
content: "\f15d";
}
.fa-sort-alpha-up:before {
content: "\f15e";
}
.fa-sort-amount-down:before {
content: "\f160";
}
.fa-sort-amount-up:before {
content: "\f161";
}
.fa-sort-down:before {
content: "\f0dd";
}
.fa-sort-numeric-down:before {
content: "\f162";
}
.fa-sort-numeric-up:before {
content: "\f163";
}
.fa-sort-up:before {
content: "\f0de";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-spa:before {
content: "\f5bb";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-speakap:before {
content: "\f3f3";
}
.fa-spinner:before {
content: "\f110";
}
.fa-splotch:before {
content: "\f5bc";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-spray-can:before {
content: "\f5bd";
}
.fa-square:before {
content: "\f0c8";
}
.fa-square-full:before {
content: "\f45c";
}
.fa-square-root-alt:before {
content: "\f698";
}
.fa-squarespace:before {
content: "\f5be";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-stamp:before {
content: "\f5bf";
}
.fa-star:before {
content: "\f005";
}
.fa-star-and-crescent:before {
content: "\f699";
}
.fa-star-half:before {
content: "\f089";
}
.fa-star-half-alt:before {
content: "\f5c0";
}
.fa-star-of-david:before {
content: "\f69a";
}
.fa-star-of-life:before {
content: "\f621";
}
.fa-staylinked:before {
content: "\f3f5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-steam-symbol:before {
content: "\f3f6";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-sticker-mule:before {
content: "\f3f7";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-stop:before {
content: "\f04d";
}
.fa-stop-circle:before {
content: "\f28d";
}
.fa-stopwatch:before {
content: "\f2f2";
}
.fa-store:before {
content: "\f54e";
}
.fa-store-alt:before {
content: "\f54f";
}
.fa-strava:before {
content: "\f428";
}
.fa-stream:before {
content: "\f550";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-stripe:before {
content: "\f429";
}
.fa-stripe-s:before {
content: "\f42a";
}
.fa-stroopwafel:before {
content: "\f551";
}
.fa-studiovinari:before {
content: "\f3f8";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-subway:before {
content: "\f239";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-suitcase-rolling:before {
content: "\f5c1";
}
.fa-sun:before {
content: "\f185";
}
.fa-superpowers:before {
content: "\f2dd";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-supple:before {
content: "\f3f9";
}
.fa-surprise:before {
content: "\f5c2";
}
.fa-swatchbook:before {
content: "\f5c3";
}
.fa-swimmer:before {
content: "\f5c4";
}
.fa-swimming-pool:before {
content: "\f5c5";
}
.fa-synagogue:before {
content: "\f69b";
}
.fa-sync:before {
content: "\f021";
}
.fa-sync-alt:before {
content: "\f2f1";
}
.fa-syringe:before {
content: "\f48e";
}
.fa-table:before {
content: "\f0ce";
}
.fa-table-tennis:before {
content: "\f45d";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-tablet-alt:before {
content: "\f3fa";
}
.fa-tablets:before {
content: "\f490";
}
.fa-tachometer-alt:before {
content: "\f3fd";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-tape:before {
content: "\f4db";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-taxi:before {
content: "\f1ba";
}
.fa-teamspeak:before {
content: "\f4f9";
}
.fa-teeth:before {
content: "\f62e";
}
.fa-teeth-open:before {
content: "\f62f";
}
.fa-telegram:before {
content: "\f2c6";
}
.fa-telegram-plane:before {
content: "\f3fe";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-terminal:before {
content: "\f120";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-the-red-yeti:before {
content: "\f69d";
}
.fa-theater-masks:before {
content: "\f630";
}
.fa-themeco:before {
content: "\f5c6";
}
.fa-themeisle:before {
content: "\f2b2";
}
.fa-thermometer:before {
content: "\f491";
}
.fa-thermometer-empty:before {
content: "\f2cb";
}
.fa-thermometer-full:before {
content: "\f2c7";
}
.fa-thermometer-half:before {
content: "\f2c9";
}
.fa-thermometer-quarter:before {
content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
content: "\f2c8";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbtack:before {
content: "\f08d";
}
.fa-ticket-alt:before {
content: "\f3ff";
}
.fa-times:before {
content: "\f00d";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-tint:before {
content: "\f043";
}
.fa-tint-slash:before {
content: "\f5c7";
}
.fa-tired:before {
content: "\f5c8";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-toolbox:before {
content: "\f552";
}
.fa-tooth:before {
content: "\f5c9";
}
.fa-torah:before {
content: "\f6a0";
}
.fa-torii-gate:before {
content: "\f6a1";
}
.fa-trade-federation:before {
content: "\f513";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-traffic-light:before {
content: "\f637";
}
.fa-train:before {
content: "\f238";
}
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-trash-alt:before {
content: "\f2ed";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-trello:before {
content: "\f181";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-trophy:before {
content: "\f091";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-truck-loading:before {
content: "\f4de";
}
.fa-truck-monster:before {
content: "\f63b";
}
.fa-truck-moving:before {
content: "\f4df";
}
.fa-truck-pickup:before {
content: "\f63c";
}
.fa-tshirt:before {
content: "\f553";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-tv:before {
content: "\f26c";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-twitter:before {
content: "\f099";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-typo3:before {
content: "\f42b";
}
.fa-uber:before {
content: "\f402";
}
.fa-uikit:before {
content: "\f403";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-umbrella-beach:before {
content: "\f5ca";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-undo:before {
content: "\f0e2";
}
.fa-undo-alt:before {
content: "\f2ea";
}
.fa-uniregistry:before {
content: "\f404";
}
.fa-universal-access:before {
content: "\f29a";
}
.fa-university:before {
content: "\f19c";
}
.fa-unlink:before {
content: "\f127";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-untappd:before {
content: "\f405";
}
.fa-upload:before {
content: "\f093";
}
.fa-usb:before {
content: "\f287";
}
.fa-user:before {
content: "\f007";
}
.fa-user-alt:before {
content: "\f406";
}
.fa-user-alt-slash:before {
content: "\f4fa";
}
.fa-user-astronaut:before {
content: "\f4fb";
}
.fa-user-check:before {
content: "\f4fc";
}
.fa-user-circle:before {
content: "\f2bd";
}
.fa-user-clock:before {
content: "\f4fd";
}
.fa-user-cog:before {
content: "\f4fe";
}
.fa-user-edit:before {
content: "\f4ff";
}
.fa-user-friends:before {
content: "\f500";
}
.fa-user-graduate:before {
content: "\f501";
}
.fa-user-lock:before {
content: "\f502";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-user-minus:before {
content: "\f503";
}
.fa-user-ninja:before {
content: "\f504";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-user-shield:before {
content: "\f505";
}
.fa-user-slash:before {
content: "\f506";
}
.fa-user-tag:before {
content: "\f507";
}
.fa-user-tie:before {
content: "\f508";
}
.fa-user-times:before {
content: "\f235";
}
.fa-users:before {
content: "\f0c0";
}
.fa-users-cog:before {
content: "\f509";
}
.fa-ussunnah:before {
content: "\f407";
}
.fa-utensil-spoon:before {
content: "\f2e5";
}
.fa-utensils:before {
content: "\f2e7";
}
.fa-vaadin:before {
content: "\f408";
}
.fa-vector-square:before {
content: "\f5cb";
}
.fa-venus:before {
content: "\f221";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-viadeo:before {
content: "\f2a9";
}
.fa-viadeo-square:before {
content: "\f2aa";
}
.fa-vial:before {
content: "\f492";
}
.fa-vials:before {
content: "\f493";
}
.fa-viber:before {
content: "\f409";
}
.fa-video:before {
content: "\f03d";
}
.fa-video-slash:before {
content: "\f4e2";
}
.fa-vihara:before {
content: "\f6a7";
}
.fa-vimeo:before {
content: "\f40a";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-vimeo-v:before {
content: "\f27d";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-vk:before {
content: "\f189";
}
.fa-vnv:before {
content: "\f40b";
}
.fa-volleyball-ball:before {
content: "\f45f";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-vuejs:before {
content: "\f41f";
}
.fa-walking:before {
content: "\f554";
}
.fa-wallet:before {
content: "\f555";
}
.fa-warehouse:before {
content: "\f494";
}
.fa-weebly:before {
content: "\f5cc";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-weight:before {
content: "\f496";
}
.fa-weight-hanging:before {
content: "\f5cd";
}
.fa-weixin:before {
content: "\f1d7";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-whatsapp-square:before {
content: "\f40c";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-whmcs:before {
content: "\f40d";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-window-close:before {
content: "\f410";
}
.fa-window-maximize:before {
content: "\f2d0";
}
.fa-window-minimize:before {
content: "\f2d1";
}
.fa-window-restore:before {
content: "\f2d2";
}
.fa-windows:before {
content: "\f17a";
}
.fa-wine-glass:before {
content: "\f4e3";
}
.fa-wine-glass-alt:before {
content: "\f5ce";
}
.fa-wix:before {
content: "\f5cf";
}
.fa-wolf-pack-battalion:before {
content: "\f514";
}
.fa-won-sign:before {
content: "\f159";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-wordpress-simple:before {
content: "\f411";
}
.fa-wpbeginner:before {
content: "\f297";
}
.fa-wpexplorer:before {
content: "\f2de";
}
.fa-wpforms:before {
content: "\f298";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-x-ray:before {
content: "\f497";
}
.fa-xbox:before {
content: "\f412";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-y-combinator:before {
content: "\f23b";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-yandex:before {
content: "\f413";
}
.fa-yandex-international:before {
content: "\f414";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-yen-sign:before {
content: "\f157";
}
.fa-yin-yang:before {
content: "\f6ad";
}
.fa-yoast:before {
content: "\f2b1";
}
.fa-youtube:before {
content: "\f167";
}
.fa-youtube-square:before {
content: "\f431";
}
.fa-zhihu:before {
content: "\f63f";
}
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
@font-face {
font-family: "Font Awesome 5 Brands";
font-style: normal;
font-weight: 400;
src: url(//www.mitto.lt/wp-content/themes/webcore/fonts/fa-brands-400.eot);
src: url(//www.mitto.lt/wp-content/themes/webcore/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),
url(//www.mitto.lt/wp-content/themes/webcore/fonts/fa-brands-400.woff2) format("woff2"),
url(//www.mitto.lt/wp-content/themes/webcore/fonts/fa-brands-400.woff) format("woff"),
url(//www.mitto.lt/wp-content/themes/webcore/fonts/fa-brands-400.ttf) format("truetype"),
url(//www.mitto.lt/wp-content/themes/webcore/fonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
font-family: "Font Awesome 5 Brands";
}
@font-face {
font-family: "Font Awesome 5 Free";
font-style: normal;
font-weight: 400;
src: url(//www.mitto.lt/wp-content/themes/webcore/fonts/fa-regular-400.eot);
src: url(//www.mitto.lt/wp-content/themes/webcore/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),
url(//www.mitto.lt/wp-content/themes/webcore/fonts/fa-regular-400.woff2) format("woff2"),
url(//www.mitto.lt/wp-content/themes/webcore/fonts/fa-regular-400.woff) format("woff"),
url(//www.mitto.lt/wp-content/themes/webcore/fonts/fa-regular-400.ttf) format("truetype"),
url(//www.mitto.lt/wp-content/themes/webcore/fonts/fa-regular-400.svg#fontawesome) format("svg");
}
.far {
font-weight: 400;
}
@font-face {
font-family: "Font Awesome 5 Free";
font-style: normal;
font-weight: 900;
src: url(//www.mitto.lt/wp-content/themes/webcore/fonts/fa-solid-900.eot);
src: url(//www.mitto.lt/wp-content/themes/webcore/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),
url(//www.mitto.lt/wp-content/themes/webcore/fonts/fa-solid-900.woff2) format("woff2"),
url(//www.mitto.lt/wp-content/themes/webcore/fonts/fa-solid-900.woff) format("woff"),
url(//www.mitto.lt/wp-content/themes/webcore/fonts/fa-solid-900.ttf) format("truetype"),
url(//www.mitto.lt/wp-content/themes/webcore/fonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa,
.far,
.fas {
font-family: "Font Awesome 5 Free";
}
.fa,
.fas {
font-weight: 900;
}
body.compensate-for-scrollbar {
overflow: hidden;
-ms-overflow-style: none;
}
.fancybox-active {
height: auto;
}
.fancybox-is-hidden {
left: -9999px;
margin: 0;
position: absolute !important;
top: -9999px;
visibility: hidden;
}
.fancybox-container {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
height: 100%;
left: 0;
outline: 0;
position: fixed;
-webkit-tap-highlight-color: transparent;
top: 0;
-ms-touch-action: manipulation;
touch-action: manipulation;
-webkit-transform: translateZ(0);
transform: translateZ(0);
width: 100%;
z-index: 99992;
}
.fancybox-container * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.fancybox-outer {
-webkit-overflow-scrolling: touch;
overflow-y: auto;
}
.fancybox-bg {
background: #1e1e1e;
opacity: 0;
-webkit-transition-duration: inherit;
-o-transition-duration: inherit;
transition-duration: inherit;
-webkit-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity;
-webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
-o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
opacity: 0.87;
-webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
-o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
direction: ltr;
opacity: 0;
position: absolute;
-webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
-o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
transition: opacity 0.25s ease, visibility 0s ease 0.25s;
visibility: hidden;
z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
opacity: 1;
-webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
-o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
visibility: visible;
}
.fancybox-infobar {
color: #ccc;
font-size: 13px;
-webkit-font-smoothing: subpixel-antialiased;
height: 44px;
left: 0;
line-height: 44px;
min-width: 44px;
mix-blend-mode: difference;
padding: 0 10px;
pointer-events: none;
top: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.fancybox-toolbar {
right: 0;
top: 0;
}
.fancybox-stage {
direction: ltr;
overflow: visible;
-webkit-transform: translateZ(0);
transform: translateZ(0);
z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
overflow: hidden;
}
.fancybox-slide {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
display: none;
height: 100%;
left: 0;
outline: 0;
overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 44px 44px 0;
position: absolute;
text-align: center;
top: 0;
transition-property: opacity, -webkit-transform;
-webkit-transition-property: opacity, -webkit-transform;
-o-transition-property: transform, opacity;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
white-space: normal;
width: 100%;
z-index: 99994;
}
.fancybox-slide:before {
content: "";
display: inline-block;
font-size: 0;
height: 100%;
vertical-align: middle;
width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
display: block;
}
.fancybox-slide--next {
z-index: 99995;
}
.fancybox-slide--image {
padding: 44px 0 0;
overflow: visible;
}
.fancybox-slide--image:before {
display: none;
}
.fancybox-slide--html {
padding: 6px 6px 0;
}
.fancybox-content {
background: #fff;
display: inline-block;
margin: 0 0 44px;
max-width: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 44px;
position: relative;
text-align: left;
vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background: 0 0;
background-repeat: no-repeat;
background-size: 100% 100%;
left: 0;
max-width: none;
overflow: visible;
padding: 0;
position: absolute;
top: 0;
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
transition-property: opacity, -webkit-transform;
-webkit-transition-property: opacity, -webkit-transform;
-o-transition-property: transform, opacity;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 99995;
}
.fancybox-slide--html .fancybox-content {
margin: 0 0 6px;
}
.fancybox-can-zoomOut .fancybox-content {
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
cursor: -webkit-zoom-in;
cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
cursor: -webkit-grab;
cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
cursor: -webkit-grabbing;
cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
background: 0 0;
border: 0;
height: 100%;
left: 0;
margin: 0;
max-height: none;
max-width: none;
padding: 0;
position: absolute;
top: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
width: 100%;
}
.fancybox-spaceball {
z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
height: calc(100% - 44px);
overflow: visible;
padding: 0;
width: 100%;
}
.fancybox-slide--video .fancybox-content {
background: #000;
}
.fancybox-slide--map .fancybox-content {
background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
background: #fff;
}
.fancybox-iframe,
.fancybox-video {
background: 0 0;
border: 0;
display: block;
height: 100%;
margin: 0;
overflow: hidden;
padding: 0;
vertical-align: top;
width: 100%;
}
.fancybox-error {
background: #fff;
cursor: default;
max-width: 400px;
padding: 40px;
width: 100%;
}
.fancybox-error p {
color: #444;
font-size: 16px;
line-height: 20px;
margin: 0;
padding: 0;
}
.fancybox-button {
background: rgba(30, 30, 30, 0.6);
border: 0;
border-radius: 0;
cursor: pointer;
display: inline-block;
height: 44px;
margin: 0;
padding: 10px;
-webkit-transition: color 0.2s;
-o-transition: color 0.2s;
transition: color 0.2s;
vertical-align: top;
visibility: inherit;
width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
color: #ccc;
}
.fancybox-button:hover {
color: #fff;
}
.fancybox-button:focus {
outline: 0;
}
.fancybox-button.fancybox-focus {
outline: 1px dotted;
}
.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
color: #888;
cursor: default;
outline: 0;
}
.fancybox-button svg {
display: block;
height: 100%;
overflow: visible;
position: relative;
width: 100%;
}
.fancybox-button svg path {
fill: currentColor;
stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
display: none;
}
.fancybox-close-small {
background: 0 0;
border: 0;
border-radius: 0;
color: #ccc;
cursor: pointer;
opacity: 0.8;
padding: 8px;
position: absolute;
right: -12px;
top: -44px;
z-index: 401;
}
.fancybox-close-small:hover {
color: #fff;
opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
color: currentColor;
padding: 10px;
right: 0;
top: 0;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
display: none;
}
.fancybox-navigation .fancybox-button {
background: 0 0;
height: 100px;
margin: 0;
opacity: 0;
position: absolute;
top: calc(50% - 50px);
width: 70px;
}
.fancybox-navigation .fancybox-button div {
background: rgba(30, 30, 30, 0.6);
height: 100%;
padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
left: 0;
padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
padding: 31px 6px 31px 26px;
right: 0;
}
.fancybox-caption {
bottom: 0;
color: #fff;
font-size: 14px;
font-weight: 400;
left: 0;
line-height: 1.5;
padding: 25px 44px;
right: 0;
}
.fancybox-caption:before {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
background-repeat: repeat-x;
background-size: contain;
bottom: 0;
content: "";
display: block;
left: 0;
pointer-events: none;
position: absolute;
right: 0;
top: -25px;
z-index: -1;
}
.fancybox-caption:after {
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
content: "";
display: block;
left: 44px;
position: absolute;
right: 44px;
top: 0;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
color: #ccc;
text-decoration: none;
}
.fancybox-caption a:hover {
color: #fff;
text-decoration: underline;
}
.fancybox-loading {
-webkit-animation: a 0.8s infinite linear;
animation: a 0.8s infinite linear;
background: 0 0;
border: 6px solid rgba(99, 99, 99, 0.5);
border-radius: 100%;
border-top-color: #fff;
height: 60px;
left: 50%;
margin: -30px 0 0 -30px;
opacity: 0.6;
padding: 0;
position: absolute;
top: 50%;
width: 60px;
z-index: 99999;
}
@-webkit-keyframes a {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes a {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fancybox-animated {
-webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
-o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
opacity: 0;
-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
-o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
opacity: 0;
-webkit-transform: scale3d(1.5, 1.5, 1.5);
transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
opacity: 0;
-webkit-transform: scale3d(0.5, 0.5, 0.5);
transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
opacity: 1;
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
opacity: 0;
-webkit-transform: rotate(-1turn);
-ms-transform: rotate(-1turn);
transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
opacity: 0;
-webkit-transform: rotate(1turn);
-ms-transform: rotate(1turn);
transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
opacity: 1;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
}
.fancybox-fx-circular.fancybox-slide--previous {
opacity: 0;
-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
opacity: 0;
-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
opacity: 1;
-webkit-transform: scaleX(1) translateZ(0);
transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
-webkit-transform: translateZ(0) scale(1);
transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
.fancybox-slide {
padding-left: 6px;
padding-right: 6px;
}
.fancybox-slide--image {
padding: 6px 0 0;
}
.fancybox-slide--image .fancybox-content {
margin-bottom: 6px;
}
.fancybox-slide--image .fancybox-close-small {
background: #4e4e4e;
color: #f2f4f6;
height: 36px;
opacity: 1;
padding: 6px;
right: 0;
top: 0;
width: 36px;
}
}
.fancybox-share {
background: #f4f4f4;
border-radius: 3px;
max-width: 90%;
padding: 30px;
text-align: center;
}
.fancybox-share h1 {
color: #222;
font-size: 35px;
font-weight: 700;
margin: 0 0 20px;
}
.fancybox-share p {
margin: 0;
padding: 0;
}
.fancybox-share__button {
border: 0;
border-radius: 3px;
display: inline-block;
font-size: 14px;
font-weight: 700;
line-height: 40px;
margin: 0 5px 10px;
min-width: 130px;
padding: 0 15px;
text-decoration: none;
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
color: #fff;
}
.fancybox-share__button:hover {
text-decoration: none;
}
.fancybox-share__button--fb {
background: #3b5998;
}
.fancybox-share__button--fb:hover {
background: #344e86;
}
.fancybox-share__button--pt {
background: #bd081d;
}
.fancybox-share__button--pt:hover {
background: #aa0719;
}
.fancybox-share__button--tw {
background: #1da1f2;
}
.fancybox-share__button--tw:hover {
background: #0d95e8;
}
.fancybox-share__button svg {
height: 25px;
margin-right: 7px;
position: relative;
top: -1px;
vertical-align: middle;
width: 25px;
}
.fancybox-share__button svg path {
fill: #fff;
}
.fancybox-share__input {
background: 0 0;
border: 0;
border-bottom: 1px solid #d7d7d7;
border-radius: 0;
color: #5d5b5b;
font-size: 14px;
margin: 10px 0 0;
outline: 0;
padding: 10px 15px;
width: 100%;
}
.fancybox-thumbs {
background: #fff;
bottom: 0;
display: none;
margin: 0;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
padding: 2px 2px 4px;
position: absolute;
right: 0;
-webkit-tap-highlight-color: transparent;
top: 0;
width: 212px;
z-index: 99995;
}
.fancybox-thumbs-x {
overflow-x: auto;
overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
display: block;
}
.fancybox-show-thumbs .fancybox-inner {
right: 212px;
}
.fancybox-thumbs__list {
font-size: 0;
height: 100%;
list-style: none;
margin: 0;
overflow-x: hidden;
overflow-y: auto;
padding: 0;
position: absolute;
position: relative;
white-space: nowrap;
width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
background: #fff;
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
background: #2a2a2a;
border-radius: 10px;
}
.fancybox-thumbs__list a {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background-color: rgba(0, 0, 0, 0.1);
background-position: 50%;
background-repeat: no-repeat;
background-size: cover;
cursor: pointer;
float: left;
height: 75px;
margin: 2px;
max-height: calc(100% - 8px);
max-width: calc(50% - 4px);
outline: 0;
overflow: hidden;
padding: 0;
position: relative;
-webkit-tap-highlight-color: transparent;
width: 100px;
}
.fancybox-thumbs__list a:before {
border: 4px solid #4ea7f9;
bottom: 0;
content: "";
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
-webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
opacity: 1;
}
@media (max-width: 768px) {
.fancybox-thumbs {
width: 110px;
}
.fancybox-show-thumbs .fancybox-inner {
right: 110px;
}
.fancybox-thumbs__list a {
max-width: calc(100% - 10px);
}
}
.slick-list,
.slick-slider,
.slick-track {
position: relative;
display: block;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slider {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: 0;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
top: 0;
left: 0;
margin-left: auto;
margin-right: auto;
}
.slick-track:after,
.slick-track:before {
display: table;
content: "";
}
.slick-track:after {
clear: both;
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir="rtl"] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
.slick-dots,
.slick-next,
.slick-prev {
position: absolute;
display: block;
padding: 0;
}
.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
font-family: slick;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
@font-face {
font-family: slick;
font-weight: 400;
font-style: normal;
src: url(//www.mitto.lt/wp-content/themes/webcore/assets/fonts/slick.eot);
src: url(//www.mitto.lt/wp-content/themes/webcore/assets/fonts/slick.eot?#iefix) format("embedded-opentype"),
url(//www.mitto.lt/wp-content/themes/webcore/assets/fonts/slick.woff) format("woff"),
url(//www.mitto.lt/wp-content/themes/webcore/assets/fonts/slick.ttf) format("truetype"),
url(//www.mitto.lt/wp-content/themes/webcore/assets/fonts/slick.svg#slick) format("svg");
}
.slick-next,
.slick-prev {
font-size: 0;
line-height: 0;
top: 50%;
width: 20px;
height: 20px;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: 0;
background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
color: transparent;
outline: 0;
background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
font-size: 20px;
line-height: 1;
opacity: 0.75;
color: #fff;
}
.slick-prev {
left: -25px;
}
[dir="rtl"] .slick-prev {
right: -25px;
left: auto;
}
.slick-prev:before {
content: "←";
}
.slick-next:before,
[dir="rtl"] .slick-prev:before {
content: "→";
}
.slick-next {
right: -25px;
}
[dir="rtl"] .slick-next {
right: auto;
left: -25px;
}
[dir="rtl"] .slick-next:before {
content: "←";
}
.slick-dotted.slick-slider {
margin-bottom: 30px;
}
.slick-dots {
bottom: -25px;
width: 100%;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li {
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: 0;
background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
opacity: 1;
}
.slick-dots li button:before {
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: "•";
text-align: center;
opacity: 0.25;
color: #000;
}
.slick-dots li.slick-active button:before {
opacity: 0.75;
color: #000;
}
.select2-container {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
margin: 0;
position: relative;
vertical-align: middle;
}
.select2-container .select2-selection--single {
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
display: block;
height: 28px;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
display: block;
padding-left: 8px;
padding-right: 20px;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
position: relative;
}
.select2-container[dir="rtl"]
.select2-selection--single
.select2-selection__rendered {
padding-right: 8px;
padding-left: 20px;
}
.select2-container .select2-selection--multiple {
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
display: block;
min-height: 32px;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
display: inline-block;
overflow: hidden;
padding-left: 8px;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
}
.select2-container .select2-search--inline {
float: left;
}
.select2-container .select2-search--inline .select2-search__field {
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: none;
font-size: 100%;
margin-top: 5px;
padding: 0;
}
.select2-container
.select2-search--inline
.select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none;
}
.select2-dropdown {
background-color: #fff;
border: 1px solid #aaa;
border-radius: 4px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: block;
position: absolute;
left: -100000px;
width: 100%;
z-index: 1051;
}
.select2-results {
display: block;
}
.select2-results__options {
list-style: none;
margin: 0;
padding: 0;
}
.select2-results__option {
padding: 6px;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-user-select: none;
}
.select2-results__option[aria-selected] {
cursor: pointer;
}
.select2-container--open .select2-dropdown {
left: 0;
}
.select2-container--open .select2-dropdown--above {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.select2-search--dropdown {
display: block;
padding: 4px;
}
.select2-search--dropdown .select2-search__field {
padding: 4px;
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
display: none;
}
.select2-close-mask {
border: 0;
margin: 0;
padding: 0;
display: block;
position: fixed;
left: 0;
top: 0;
min-height: 100%;
min-width: 100%;
height: auto;
width: auto;
opacity: 0;
z-index: 99;
background-color: #fff;
filter: alpha(opacity=0);
}
.select2-hidden-accessible {
border: 0 !important;
clip: rect(0 0 0 0) !important;
-webkit-clip-path: inset(50%) !important;
clip-path: inset(50%) !important;
height: 1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important;
white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #aaa;
border-radius: 4px;
}
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
color: #444;
line-height: 28px;
}
.select2-container--default
.select2-selection--single
.select2-selection__clear {
cursor: pointer;
float: right;
font-weight: 700;
}
.select2-container--default
.select2-selection--single
.select2-selection__placeholder {
color: #999;
}
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
height: 26px;
position: absolute;
top: 1px;
right: 1px;
width: 20px;
}
.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0;
}
.select2-container--default[dir="rtl"]
.select2-selection--single
.select2-selection__clear {
float: left;
}
.select2-container--default[dir="rtl"]
.select2-selection--single
.select2-selection__arrow {
left: 1px;
right: auto;
}
.select2-container--default.select2-container--disabled
.select2-selection--single {
background-color: #eee;
cursor: default;
}
.select2-container--default.select2-container--disabled
.select2-selection--single
.select2-selection__clear {
display: none;
}
.select2-container--default.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
background-color: #fff;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__rendered {
-webkit-box-sizing: border-box;
box-sizing: border-box;
list-style: none;
margin: 0;
padding: 0 5px;
width: 100%;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__rendered
li {
list-style: none;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__placeholder {
color: #999;
margin-top: 5px;
float: left;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__clear {
cursor: pointer;
float: right;
font-weight: 700;
margin-top: 5px;
margin-right: 10px;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove {
color: #999;
cursor: pointer;
display: inline-block;
font-weight: 700;
margin-right: 2px;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove:hover {
color: #333;
}
.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-search--inline,
.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice,
.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__placeholder {
float: right;
}
.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice {
margin-left: 5px;
margin-right: auto;
}
.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto;
}
.select2-container--default.select2-container--focus
.select2-selection--multiple {
border: solid #000 1px;
outline: 0;
}
.select2-container--default.select2-container--disabled
.select2-selection--multiple {
background-color: #eee;
cursor: default;
}
.select2-container--default.select2-container--disabled
.select2-selection__choice__remove {
display: none;
}
.select2-container--default.select2-container--open.select2-container--above
.select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above
.select2-selection--single {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
.select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below
.select2-selection--single {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
background: 0 0;
border: none;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
padding-left: 1em;
}
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__group {
padding-left: 0;
}
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option {
margin-left: -1em;
padding-left: 2em;
}
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
margin-left: -2em;
padding-left: 3em;
}
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
margin-left: -3em;
padding-left: 4em;
}
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
margin-left: -4em;
padding-left: 5em;
}
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
margin-left: -5em;
padding-left: 6em;
}
.select2-container--default
.select2-results__option--highlighted[aria-selected] {
background-color: #5897fb;
color: #fff;
}
.select2-container--default .select2-results__group {
cursor: default;
display: block;
padding: 6px;
}
.select2-container--classic .select2-selection--single {
background-color: #f7f7f7;
border: 1px solid #aaa;
border-radius: 4px;
outline: 0;
background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
background-image: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(50%, #fff),
to(#eee)
);
background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
border: 1px solid #5897fb;
}
.select2-container--classic
.select2-selection--single
.select2-selection__rendered {
color: #444;
line-height: 28px;
}
.select2-container--classic
.select2-selection--single
.select2-selection__clear {
cursor: pointer;
float: right;
font-weight: 700;
margin-right: 10px;
}
.select2-container--classic
.select2-selection--single
.select2-selection__placeholder {
color: #999;
}
.select2-container--classic
.select2-selection--single
.select2-selection__arrow {
background-color: #ddd;
border: none;
border-left: 1px solid #aaa;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
height: 26px;
position: absolute;
top: 1px;
right: 1px;
width: 20px;
background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
background-image: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(50%, #eee),
to(#ccc)
);
background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic
.select2-selection--single
.select2-selection__arrow
b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0;
}
.select2-container--classic[dir="rtl"]
.select2-selection--single
.select2-selection__clear {
float: left;
}
.select2-container--classic[dir="rtl"]
.select2-selection--single
.select2-selection__arrow {
border: none;
border-right: 1px solid #aaa;
border-radius: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
left: 1px;
right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
.select2-selection--single
.select2-selection__arrow {
background: 0 0;
border: none;
}
.select2-container--classic.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above
.select2-selection--single {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
background-image: -webkit-gradient(
linear,
left top,
left bottom,
from(#fff),
color-stop(50%, #eee)
);
background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below
.select2-selection--single {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
background-image: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(50%, #eee),
to(#fff)
);
background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
background-color: #fff;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text;
outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
border: 1px solid #5897fb;
}
.select2-container--classic
.select2-selection--multiple
.select2-selection__rendered {
list-style: none;
margin: 0;
padding: 0 5px;
}
.select2-container--classic
.select2-selection--multiple
.select2-selection__clear {
display: none;
}
.select2-container--classic
.select2-selection--multiple
.select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px;
}
.select2-container--classic
.select2-selection--multiple
.select2-selection__choice__remove {
color: #888;
cursor: pointer;
display: inline-block;
font-weight: 700;
margin-right: 2px;
}
.select2-container--classic
.select2-selection--multiple
.select2-selection__choice__remove:hover {
color: #555;
}
.select2-container--classic[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice {
float: right;
}
.select2-container--classic[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice {
margin-left: 5px;
margin-right: auto;
}
.select2-container--classic[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto;
}
.select2-container--classic.select2-container--open
.select2-selection--multiple {
border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
.select2-selection--multiple {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
.select2-selection--multiple {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa;
outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.select2-container--classic .select2-dropdown {
background-color: #fff;
border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto;
}
.select2-container--classic .select2-results__option[role="group"] {
padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
color: grey;
}
.select2-container--classic
.select2-results__option--highlighted[aria-selected] {
background-color: #3875d7;
color: #fff;
}
.select2-container--classic .select2-results__group {
cursor: default;
display: block;
padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
border-color: #5897fb;
}
html {
overflow-x: hidden;
}
body {
float: left;
width: 100%;
max-width: 100vw;
position: relative;
overflow-x: hidden;
overflow-y: hidden;
font-family: "Open Sans", sans-serif;
font-size: 14px;
}
p {
font-size: 16px;
line-height: 26px;
color: #000;
margin-bottom: 28px;
}
ul:not([class]) {
padding-left: 0;
display: inline-block;
list-style: none;
margin-bottom: 28px;
}
ul:not([class]) li {
position: relative;
padding-left: 23px;
color: #000;
font-size: 16px;
margin-bottom: 12px;
}
ul:not([class]) li:before {
position: absolute;
content: "";
top: 7px;
left: 0;
width: 6px;
height: 6px;
background-color: #a4c636;
}
ol:not([class]) {
padding-left: 0;
display: inline-block;
list-style: none;
margin-bottom: 28px;
counter-reset: item;
}
ol:not([class]) li {
position: relative;
padding-left: 23px;
color: #000;
font-size: 16px;
margin-bottom: 12px;
counter-increment: item;
}
ol:not([class]) li:before {
position: absolute;
top: 0;
left: 0;
content: counter(item) ".";
color: #a4c636;
font-size: 14px;
font-weight: 700;
}
a:active {
outline: 0;
border: none;
}
a:focus {
outline: 0;
border: none;
}
.container {
max-width: 1516px;
width: 100%;
margin-left: auto;
margin-right: auto;
display: block;
float: none;
clear: both;
padding-left: 30px;
padding-right: 30px;
}
.pull-left {
float: left;
}
.pull-right {
float: right;
}
.clear-padding {
padding: 0;
}
img.alignleft {
float: left;
width: auto;
height: auto;
max-width: 100%;
margin-right: 47px;
margin-bottom: 47px;
}
img.alignright {
float: right;
width: auto;
height: auto;
max-width: 100%;
margin-left: 47px;
margin-bottom: 47px;
}
img.aligncenter {
margin-top: 47px;
margin-bottom: 47px;
float: none;
clear: both;
display: block;
width: auto;
height: auto;
max-width: 100%;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
}
.vc_btn3-container {
margin-bottom: 0 !important;
border-radius: 0 !important;
}
.vc_btn3-container .vc_btn3 {
margin-bottom: 0 !important;
border-radius: 0 !important;
color: #fff !important;
font-size: 16px !important;
font-weight: 700 !important;
text-transform: uppercase !important;
background-color: #434343 !important;
background-image: none !important;
line-height: 33px !important;
padding-left: 65px !important;
padding-right: 15px !important;
}
.vc_btn3-container .vc_btn3:hover {
background-color: #a4c636 !important;
color: #000 !important;
}
.vc_btn3-container .vc_btn3 .fa-download {
font-size: 33px !important;
left: 18px !important;
}
@media only screen and (min-width: 1200px) {
.container {
padding-left: 90px;
padding-right: 90px;
}
}
.header {
float: left;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 99;
}
.header .logo-container {
width: 150px;
}
.header .logo-container .logo__image {
float: left;
width: 150px;
height: auto;
}
.header .logo-container .logo__text {
float: left;
width: 100%;
font-size: 12px;
font-weight: 700;
color: #07100b;
line-height: 18px;
text-transform: uppercase;
margin-top: 15px;
display: none;
}
body:not(.home) .header {
position: static;
}
.languages-container {
width: 44px;
}
.search-container {
width: 100%;
margin-top: 15px;
position: absolute;
bottom: -60px;
left: 0;
display: none;
background-color: #fff;
}
.search-container .search-form {
padding-right: 0;
}
.search-container:before {
position: absolute;
content: "";
top: 0;
right: 0;
width: 30%;
height: 100%;
background-color: #fff;
z-index: -1;
margin-right: -30%;
}
.search-container:after {
position: absolute;
content: "";
bottom: 0;
right: 0;
width: 30%;
height: 5px;
background-color: #000;
z-index: -1;
margin-right: -30%;
}
.search-form--open .search-container {
display: block;
}
.mobile-search {
font-size: 28px;
color: #fff;
margin-right: 20px;
margin-top: 5px;
cursor: pointer;
}
.mega-menu--open .header {
z-index: 999;
}
.header-content {
float: left;
width: calc(100% - 32px);
padding-top: 10px;
padding-bottom: 10px;
position: absolute;
top: 0;
left: 0;
z-index: 999;
}
.navigation {
float: left;
width: 100%;
background-color: #000;
min-height: 72px;
}
.navigation .container {
position: relative;
}
@media only screen and (min-width: 480px) {
.header .logo-container {
width: 233px;
}
}
@media only screen and (min-width: 768px) {
.header .logo-container {
width: 50%;
}
}
@media only screen and (min-width: 1200px) {
.header .logo-container .logo__image {
width: 233px;
}
.header .logo-container .logo__text {
width: calc(100% - 233px);
max-width: 195px;
font-size: 16px;
line-height: 22px;
padding-left: 15px;
font-size: 16px;
line-height: 22px;
padding-left: 15px;
display: block;
}
.navigation {
background-color: #d9d9d9;
}
.header-content {
width: 100%;
padding-top: 35px;
padding-bottom: 39px;
position: static;
}
.mobile-search {
display: none;
}
.search-container {
margin-top: 0;
position: static;
bottom: 0;
left: 0;
display: block;
background-color: transparent;
width: calc(50% - 44px);
}
.search-container .search-form {
padding-right: 35px;
}
.search-container:before {
display: none;
content: none;
}
.search-container:after {
display: none;
content: none;
}
}
.split-section {
float: left;
width: 100%;
overflow: hidden;
}
.split-section--color {
background-color: #e7e7e7;
}
.main {
float: left;
width: 100%;
padding-bottom: 46px;
}
.main__content {
float: left;
width: 100%;
background-color: #fff;
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.18);
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.18);
}
.main__content h1 {
float: left;
width: 100%;
font-size: 26px;
line-height: 36px;
color: #0b140c;
text-transform: uppercase;
padding-top: 36px;
padding-bottom: 36px;
padding-left: 15px;
padding-right: 15px;
margin-bottom: 58px;
border-bottom: 3px solid #d9d9d9;
}
.main__content p {
line-height: 22px;
}
.main__text {
padding-left: 15px;
padding-right: 15px;
margin-bottom: 45px;
}
body:not(.home) {
background-image: url(//www.mitto.lt/wp-content/themes/webcore/img/inner-bg.jpg);
background-position: top center;
background-repeat: repeat-y;
background-size: 100% auto;
}
.page-template-template-reviews .main__content {
background-color: #f5f5f5;
}
.page-template-template-reviews .main__content h1 {
margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
.main__content h1 {
font-size: 36px;
line-height: 46px;
padding-left: 54px;
padding-right: 54px;
}
.main__text {
padding-left: 52px;
padding-right: 52px;
}
}
.categories {
float: left;
width: 100%;
}
.catalog {
float: left;
width: 100%;
}
.woocommerce-info,
.woocommerce-notices-wrapper {
float: left;
width: 100%;
}
@media only screen and (min-width: 768px) {
.categories {
width: 250px;
padding-right: 20px;
}
.catalog {
width: calc(100% - 250px);
}
}
@media only screen and (min-width: 1200px) {
.categories {
width: 350px;
padding-right: 40px;
}
.catalog {
width: calc(100% - 350px);
}
}
.single-product .catalog {
background-color: #fff;
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.18);
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.18);
}
.single-product .catalog h1 {
margin-bottom: 38px;
}
.single-product h1 {
float: left;
width: 100%;
font-size: 26px;
line-height: 36px;
color: #0b140c;
text-transform: uppercase;
padding-top: 36px;
padding-bottom: 36px;
padding-left: 15px;
padding-right: 15px;
border-bottom: 3px solid #d9d9d9;
}
.single-product__image {
margin-bottom: 32px;
}
.single-product__img {
float: left;
width: 100%;
text-align: center;
padding-left: 15px;
padding-right: 15px;
}
.single-product__summary {
padding-left: 15px;
padding-right: 15px;
margin-bottom: 32px;
}
.single-product__summary p {
margin-bottom: 22px;
font-size: 16px;
color: #0b140c;
line-height: 18px;
}
.single-product__download {
float: left;
margin-right: 25px;
font-size: 14px;
font-weight: 700;
color: #434343;
line-height: 25px;
position: relative;
padding-left: 35px;
margin-bottom: 15px;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
text-transform: uppercase;
}
.single-product__download .fa-download {
position: absolute;
font-size: 25px;
top: 0;
left: 0;
}
.single-product__download:hover {
text-decoration: none;
color: #a4c636;
}
.single-product__content {
padding-left: 15px;
padding-right: 15px;
}
.single-product__content p {
margin-bottom: 22px;
font-size: 16px;
color: #0b140c;
line-height: 18px;
}
.single-product .share-container {
margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
.single-product .catalog h1 {
margin-bottom: 58px;
}
.single-product h1 {
font-size: 36px;
line-height: 46px;
padding-left: 54px;
padding-right: 54px;
}
.single-product__summary {
padding-left: 0;
padding-right: 40px;
}
.single-product__download {
margin-right: 50px;
}
}
.footer {
float: left;
width: 100%;
background-color: #fff;
padding-top: 21px;
}
.footer:not(.home) {
border-top: 16px solid #d9d9d9;
}
.footer .logo__image {
float: left;
width: 207px;
}
.footer .logo__text {
float: left;
width: 100%;
font-size: 12px;
font-weight: 700;
color: #07100b;
line-height: 18px;
text-transform: uppercase;
margin-bottom: 21px;
}
.footer .copyright {
margin-bottom: 31px;
}
.footer .copyright p {
font-size: 14px;
color: #434343;
margin-bottom: 18px;
line-height: 18px;
text-align: center;
}
.footer .copyright p a {
font-size: 14px;
color: #434343;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-duration: 0.25s;
-o-transition-duration: 0.25s;
transition-duration: 0.25s;
}
.footer .copyright p a:hover {
color: #97b538;
text-decoration: none;
}
@media only screen and (min-width: 992px) {
.footer .copyright {
padding-top: 28px;
margin-bottom: 21px;
}
.footer .copyright p {
margin-bottom: 6px;
text-align: left;
}
}
.search-form {
float: left;
width: 100%;
padding-right: 35px;
font-size: 0;
}
.search-form__input {
float: left;
width: calc(100% - 28px);
height: 56px;
line-height: 46px;
border: none;
border-top: 5px solid transparent;
border-bottom: 5px solid #0b140c;
font-size: 16px;
color: #9b9a9a;
background-color: transparent;
padding-left: 30px;
}
.search-form__button {
float: left;
width: 28px;
height: 56px;
line-height: 46px;
border: none;
border-top: 5px solid transparent;
border-bottom: 5px solid #0b140c;
background-color: transparent;
font-size: 26px;
padding-left: 0;
padding-right: 0;
text-align: center;
cursor: pointer;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}
.search-form__button:hover {
color: #a4c636;
}
.search-form__button:focus {
outline: 0;
}
.search-form__button:active {
outline: 0;
}
@media only screen and (min-width: 1200px) {
.search-form__input {
padding-left: 0;
}
}
.wpml-ls-legacy-dropdown-click {
width: auto;
float: right;
margin-top: 16px;
margin-right: 10px;
}
.wpml-ls-legacy-dropdown-click a {
border: none;
padding: 0;
}
.wpml-ls-legacy-dropdown-click a:hover {
background-color: transparent;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-item:before {
content: none;
display: none;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-item:hover a {
background-color: transparent;
text-decoration: none;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-item:focus a {
background-color: transparent;
outline: 0;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-item:active a {
background-color: transparent;
outline: 0;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
font-size: 16px;
color: #fff;
font-weight: 700;
background-color: transparent;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:hover {
background-color: transparent;
text-decoration: none;
color: #fff;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:focus {
background-color: transparent;
outline: 0;
color: #fff;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:active {
background-color: transparent;
outline: 0;
color: #fff;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
color: #fff;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
border: none;
margin-top: 10px;
width: 52px;
background-color: #fff;
padding-top: 6px;
padding-bottom: 6px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
margin-left: 10px;
-webkit-transition: none !important;
-o-transition: none !important;
transition: none !important;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:before {
position: absolute;
content: "";
width: 15px;
height: 15px;
background-color: #fff;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
top: -5px;
left: 0;
right: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li:not(:last-child) {
border-bottom: 1px solid #d9d9d9;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li {
padding-top: 12px;
padding-bottom: 12px;
-webkit-transition: none !important;
-o-transition: none !important;
transition: none !important;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li a {
font-size: 14px;
font-weight: 700;
color: #0a1535;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
background-color: transparent;
-webkit-transition: none !important;
-o-transition: none !important;
transition: none !important;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li a:hover {
text-decoration: none;
color: #a4c636;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li a:focus {
outline: 0;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li a:active {
outline: 0;
}
@media only screen and (min-width: 1200px) {
.wpml-ls-legacy-dropdown-click {
margin-top: 23px;
margin-right: 0;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
color: #0a1535;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:hover {
color: #0a1535;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:focus {
color: #0a1535;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:active {
color: #0a1535;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
color: #a4c636;
}
}
.main-menu {
float: left;
width: calc(100% - 220px);
display: none;
}
.main-menu__list {
float: left;
width: 100%;
text-align: right;
font-size: 0;
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.main-menu__list .menu-item {
display: inline-block;
padding-left: 20px;
padding-right: 20px;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}
.main-menu__list .menu-item a {
font-size: 16px;
font-weight: 700;
color: #0b140c;
text-transform: uppercase;
float: left;
line-height: 72px;
position: relative;
}
.main-menu__list .menu-item a:after {
position: absolute;
content: "";
bottom: 0;
left: 0;
width: 0;
height: 5px;
background-color: #a4c636;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}
.main-menu__list .menu-item a:focus {
outline: 0;
}
.main-menu__list .menu-item a:active {
outline: 0;
}
.main-menu__list .menu-item:hover {
background-color: #fff;
}
.main-menu__list .menu-item:hover a {
text-decoration: none;
}
.main-menu__list .menu-item:hover a:after {
width: 100%;
}
.main-menu__list .menu-item.current-menu-item,
.main-menu__list .menu-item.current_page_item {
background-color: #a4c636;
}
.catalog-menu {
float: left;
width: 220px;
display: none;
}
.catalog-menu__btn {
float: left;
width: 100%;
line-height: 28px;
font-size: 16px;
font-weight: 700;
color: #0b140c;
background-color: #a4c636;
padding-left: 20px;
vertical-align: middle;
padding-top: 22px;
padding-bottom: 22px;
text-transform: uppercase;
}
.catalog-menu__btn .fa-bars {
font-size: 28px;
display: inline-block;
vertical-align: middle;
margin-top: -3px;
margin-right: 25px;
}
.catalog-menu__btn:hover {
color: #0b140c;
text-decoration: none;
}
.catalog-menu__btn:hover {
outline: 0;
border: none;
}
.catalog-menu__btn:focus {
outline: 0;
border: none;
}
.catalog-menu__list-container {
position: absolute;
top: 72px;
left: 0;
width: 100%;
padding-left: 90px;
padding-right: 90px;
padding-top: 12px;
z-index: 9999;
opacity: 0;
visibility: hidden;
pointer-events: none;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
margin-top: 50px;
}
.catalog-menu__list-container--open {
opacity: 1;
visibility: visible;
pointer-events: all;
margin-top: 0;
}
.catalog-menu__list-container:before {
position: absolute;
content: "";
top: 12px;
width: calc(100% + 90px);
height: calc(100% - 12px);
left: 0;
margin-left: -100%;
background-color: #a4c636;
z-index: 9999;
}
.catalog-menu__list-container:after {
position: absolute;
content: "";
top: 12px;
width: calc(100% + 90px);
height: calc(100% - 12px);
right: 0;
margin-right: -100%;
background-color: #a4c636;
z-index: 9999;
}
.catalog-menu__list {
margin-bottom: 0;
padding-left: 0;
list-style: none;
position: relative;
float: left;
width: 100%;
padding-top: 25px;
padding-bottom: 45px;
background-color: #a4c636;
}
.catalog-menu__list:before {
position: absolute;
content: "";
width: 1px;
height: calc(100% - 50px);
background-color: #fff;
top: 25px;
left: 33.33%;
}
.catalog-menu__list:after {
position: absolute;
content: "";
width: 1px;
height: calc(100% - 50px);
background-color: #fff;
top: 25px;
right: 33.33%;
}
.catalog-menu__menu-list {
display: inline-block;
width: 33.33%;
vertical-align: top;
}
.catalog-menu__menu-list {
padding-left: 24px;
padding-right: 24px;
}
.catalog-menu__parent-link {
margin-top: 38px;
margin-bottom: 38px;
display: inline-block;
font-size: 16px;
font-weight: 700;
color: #0b140c;
text-transform: uppercase;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}
.catalog-menu__parent-link:hover {
color: #515a52;
text-decoration: none;
}
.catalog-menu__submenu-list {
display: inline-block;
width: 100%;
list-style: none;
margin-bottom: 0;
padding-left: 16px;
}
.catalog-menu__submenu-item {
float: left;
width: 100%;
}
.catalog-menu__submenu-item:not(:last-child) {
margin-bottom: 14px;
}
.catalog-menu__submenu-item a {
font-size: 16px;
color: #fff;
line-height: 20px;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}
.catalog-menu__submenu-item a:hover {
color: #0b140c;
text-decoration: none;
}
.footer-menu {
margin-bottom: 26px;
display: none;
}
.footer-menu__list {
margin-bottom: 0;
padding-left: 0;
list-style: none;
font-size: 0;
}
.footer-menu__list .menu-item {
display: inline-block;
position: relative;
}
.footer-menu__list .menu-item:not(:last-child):after {
position: relative;
content: "/";
font-size: 13px;
color: #0b140c;
margin-left: 10px;
margin-right: 10px;
}
.footer-menu__list .menu-item a {
font-size: 13px;
color: #0b140c;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}
.footer-menu__list .menu-item a:hover {
text-decoration: none;
color: #a4c636;
}
@media only screen and (min-width: 992px) {
.footer-menu {
margin-bottom: 26px;
display: block;
}
}
@media only screen and (min-width: 1200px) {
.main-menu {
display: block;
}
.catalog-menu {
display: block;
}
.catalog-menu__parent-link {
margin-top: 18px;
margin-bottom: 18px;
}
.catalog-menu__submenu-item:not(:last-child) {
margin-bottom: 10px;
}
}
@media only screen and (min-width: 1600px) {
.catalog-menu__parent-link {
margin-top: 38px;
margin-bottom: 38px;
}
.catalog-menu__submenu-item:not(:last-child) {
margin-bottom: 14px;
}
}
.mobile-menu {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
max-height: 100vh;
display: none;
z-index: 9999;
}
.mobile-menu__open-btn {
float: right;
font-size: 32px;
color: #fff;
line-height: 72px;
cursor: pointer;
z-index: 9999;
position: relative;
}
.mobile-menu__close-btn {
display: none;
}
.menu-open {
max-height: 100vh;
overflow: hidden;
}
.menu-open .header,
.menu-open .navigation .container {
position: static;
}
.menu-open .mobile-menu {
display: block;
background-color: #434343;
padding-top: 42px;
padding-bottom: 15px;
}
.menu-open .mobile-menu__container {
float: left;
width: 100%;
max-height: calc(100vh - 57px);
overflow: auto;
}
.menu-open .mobile-menu__close-btn {
display: block;
font-size: 32px;
color: #fff;
line-height: 32px;
cursor: pointer;
z-index: 99999;
margin-top: 5px;
position: absolute;
top: 0;
right: 30px;
}
.menu-open .mobile-menu__list {
float: left;
width: 100%;
padding-left: 30px;
padding-right: 30px;
list-style: none;
}
.menu-open .mobile-menu__list > .menu-item {
float: left;
width: 100%;
padding-left: 20px;
}
.menu-open .mobile-menu__list > .menu-item:not(:last-child) {
border-bottom: 1px solid #fff;
}
.menu-open .mobile-menu__list > .menu-item > a {
float: left;
width: 100%;
margin-top: 15px;
margin-bottom: 15px;
padding-left: 0;
padding-right: 55px;
color: #fff;
font-size: 20px;
line-height: 32px;
text-transform: uppercase;
font-weight: 700;
position: relative;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}
.menu-open .mobile-menu__list > .menu-item > a:hover {
text-decoration: none;
color: #a4c636;
}
.menu-open .mobile-menu__list > .menu-item.menu-item-has-children > a:after {
position: absolute;
content: "\f067";
right: 15px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
vertical-align: middle;
font-weight: 900;
font-family: "Font Awesome 5 Free";
}
.menu-open .mobile-menu__list > .menu-item.submenu-open > a:after {
content: "\f068";
}
.menu-open .mobile-menu__list > .menu-item.submenu-open > .sub-menu {
display: block;
}
.menu-open .mobile-menu__list .sub-menu {
float: left;
width: 100%;
padding-left: 20px;
padding-right: 0;
margin-bottom: 10px;
list-style: none;
display: none;
}
.menu-open .mobile-menu__list .sub-menu > .menu-item {
float: left;
width: 100%;
}
.menu-open .mobile-menu__list .sub-menu > .menu-item > a {
float: left;
width: 100%;
margin-top: 5px;
margin-bottom: 5px;
color: #fff;
font-size: 16px;
line-height: 32px;
position: relative;
padding-right: 55px;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}
.menu-open .mobile-menu__list .sub-menu > .menu-item > a:hover {
text-decoration: none;
color: #a4c636;
}
.menu-open
.mobile-menu__list
.sub-menu
> .menu-item.menu-item-has-children
> a:after {
position: absolute;
content: "\f067";
right: 15px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
vertical-align: middle;
font-weight: 900;
font-family: "Font Awesome 5 Free";
}
.menu-open .mobile-menu__list .sub-menu > .menu-item.submenu-open > a:after {
content: "\f068";
}
.menu-open .mobile-menu__list .sub-menu > .menu-item.submenu-open > .sub-menu {
display: block;
}
@media only screen and (min-width: 1200px) {
.mobile-menu {
display: none;
}
.mobile-menu__open-btn {
display: none;
}
}
.after-header {
float: left;
width: 100%;
background-image: url(//www.mitto.lt/wp-content/themes/webcore/img/after-header-bg.jpg);
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
}
.after-header__title {
float: right;
width: 100%;
margin-top: 100px;
font-weight: 700;
font-size: 36px;
color: #0b140c;
text-transform: uppercase;
text-align: left;
line-height: 45px;
}
.after-header__placeholder {
float: left;
width: 100%;
height: auto;
margin-top: 32px;
margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
.after-header__title {
float: right;
width: 245px;
margin-right: 45px;
margin-bottom: 32px;
font-weight: 700;
font-size: 36px;
color: #0b140c;
text-transform: uppercase;
text-align: right;
line-height: 45px;
}
.after-header__placeholder {
float: left;
width: 100%;
height: auto;
margin-bottom: 50px;
margin-top: 100px;
}
}
@media only screen and (min-width: 1200px) {
.after-header {
min-height: 760px;
}
.after-header__title {
margin-top: 315px;
}
.after-header__placeholder {
margin-top: 315px;
}
}
.certified-products {
padding-top: 52px;
padding-bottom: 52px;
background-color: #fff;
position: relative;
}
.certified-products:before {
position: absolute;
content: "";
width: 30px;
height: 100%;
top: 0;
left: 0;
background-color: #fff;
margin-left: 100%;
z-index: 1;
}
.certified-products:after {
position: absolute;
content: "";
width: 30px;
height: 100%;
background-color: #fff;
top: 0;
right: 0;
margin-right: 100%;
}
.certified-products__title {
float: left;
width: 100%;
margin-bottom: 28px;
font-size: 26px;
line-height: 26px;
font-weight: 700;
color: #000;
text-transform: uppercase;
z-index: 5;
position: relative;
}
.certified-products__list {
float: left;
width: 100%;
padding-left: 0;
margin-bottom: 42px;
list-style: none;
}
.certified-products__item {
float: left;
width: 100%;
padding-left: 32px;
font-size: 20px;
line-height: 28px;
font-weight: 700;
color: #434343;
text-transform: uppercase;
position: relative;
z-index: 5;
}
.certified-products__item:before {
position: absolute;
content: "";
top: 7px;
left: 0;
width: 21px;
height: 21px;
border-radius: 3px;
background-color: #97b538;
}
.certified-products__item:after {
position: absolute;
content: "\f00c";
top: 1px;
left: 4px;
vertical-align: middle;
display: inline-block;
font-family: "Font Awesome 5 Free";
color: #fff;
font-size: 14px;
}
.certified-products__item-url {
color: #434343;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}
.certified-products__item-url:hover {
color: #97b538;
text-decoration: none;
}
.certified-products__link {
text-align: center;
float: left;
width: 100%;
line-height: 52px;
background-color: #434343;
font-size: 16px;
font-weight: 700;
color: #fff;
margin-top: 12px;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
text-transform: uppercase;
position: relative;
z-index: 5;
}
.certified-products__link:hover {
color: #fff;
text-decoration: none;
background-color: #252525;
}
@media only screen and (min-width: 768px) {
.certified-products:after {
content: none;
display: block;
}
.certified-products__title {
font-size: 36px;
line-height: 36px;
}
.certified-products__item {
padding-left: 42px;
font-size: 24px;
line-height: 32px;
}
.certified-products__link {
width: auto;
padding-left: 62px;
padding-right: 62px;
}
}
@media only screen and (min-width: 992px) {
.certified-products {
padding-left: 45px;
}
.certified-products:before {
width: 100%;
top: 0;
left: 0;
margin-left: 30%;
background-image: url(//www.mitto.lt/wp-content/themes/webcore/img/sertified-product-bg.png);
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
}
}
@media only screen and (min-width: 1200px) {
.certified-products {
padding-left: 45px;
}
.certified-products:before {
margin-left: 30%;
}
}
@media only screen and (min-width: 1600px) {
.certified-products:before {
margin-left: 50%;
}
}
.about-brand {
float: left;
width: 100%;
background-image: url(//www.mitto.lt/wp-content/themes/webcore/img/about-brand-bg.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
font-size: 0;
}
.about-brand__title {
float: left;
width: 100%;
margin-top: 20px;
margin-bottom: 30px;
text-align: center;
font-size: 26px;
font-weight: 700;
line-height: 36px;
color: #000;
text-transform: uppercase;
}
.about-brand__block {
padding-left: 25px;
padding-right: 25px;
margin-bottom: 32px;
display: inline-block;
vertical-align: top;
}
.about-brand__icon-container {
display: block;
margin-left: auto;
margin-right: auto;
width: 104px;
height: 104px;
margin-bottom: 35px;
background-color: #fff;
text-align: center;
line-height: 96px;
border-top: 4px solid #fff;
border-bottom: 4px solid #97b538;
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.18);
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.18);
}
.about-brand__text {
float: left;
width: 100%;
text-align: center;
font-size: 16px;
color: #434343;
line-height: 22px;
}
@media only screen and (min-width: 992px) {
.about-brand__title {
margin-top: 40px;
margin-bottom: 50px;
font-size: 36px;
line-height: 46px;
}
.about-brand__block {
padding-left: 65px;
padding-right: 65px;
margin-bottom: 52px;
}
}
.products {
float: left;
width: 100%;
padding-top: 42px;
padding-bottom: 30px;
}
.products__title {
float: left;
width: 100%;
text-align: center;
margin-bottom: 32px;
font-size: 26px;
line-height: 36px;
color: #000;
text-transform: uppercase;
}
.products__link-container {
float: left;
width: 100%;
margin-top: 24px;
text-align: center;
}
.products__link {
font-size: 16px;
font-weight: 700;
color: #131313;
text-transform: uppercase;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}
.products__link:hover {
color: #97b538;
text-decoration: none;
}
@media only screen and (min-width: 992px) {
.products {
padding-top: 62px;
padding-bottom: 50px;
}
.products__title {
margin-bottom: 52px;
font-size: 36px;
line-height: 46px;
}
.products__link-container {
margin-top: 44px;
}
}
.about-us__title {
float: left;
width: 100%;
font-size: 26px;
font-weight: 700;
color: #434343;
background-color: #ededed;
text-transform: uppercase;
position: relative;
padding-top: 34px;
padding-bottom: 34px;
margin-bottom: 0;
z-index: 5;
}
.about-us__title:before {
position: absolute;
content: "";
width: 200%;
height: 100%;
background-color: #ededed;
top: 0;
right: 0;
margin-right: 100%;
z-index: 5;
}
.about-us__title:after {
position: absolute;
content: "";
width: 200%;
height: 100%;
background-color: #ededed;
top: 0;
left: 0;
margin-left: 100%;
z-index: 5;
}
.about-us__content {
float: left;
width: 100%;
padding-top: 30px;
padding-bottom: 35px;
position: relative;
z-index: 5;
}
.about-us__link {
float: left;
width: 100%;
text-align: center;
line-height: 52px;
background-color: #434343;
font-size: 16px;
font-weight: 700;
color: #fff;
margin-top: 12px;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
text-transform: uppercase;
position: relative;
z-index: 5;
}
.about-us__link:hover {
color: #fff;
text-decoration: none;
background-color: #252525;
}
@media only screen and (min-width: 768px) {
.about-us__link {
float: left;
padding-left: 62px;
padding-right: 62px;
width: auto;
}
}
@media only screen and (min-width: 992px) {
.about-us {
padding-right: 0;
}
.about-us__title:after {
content: none;
display: none;
}
.about-us__content {
padding-right: 40px;
}
.about-us__link {
margin-top: 52px;
}
}
@media only screen and (min-width: 1200px) {
.about-us__title {
font-size: 36px;
}
}
.testimonials {
position: relative;
}
.testimonials:before {
position: absolute;
content: "";
width: calc(100% + 60px);
height: 100%;
top: 0;
left: 0;
background-image: url(//www.mitto.lt/wp-content/themes/webcore/img/home-testimonials-bg.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
z-index: 1;
margin-left: -30px;
}
.testimonials__title {
float: left;
width: 100%;
font-size: 26px;
font-weight: 700;
color: #fff;
text-transform: uppercase;
background-color: #434343;
position: relative;
padding-top: 34px;
padding-bottom: 34px;
margin-bottom: 0;
z-index: 5;
}
.testimonials__title:before {
position: absolute;
content: "";
width: 200%;
height: 100%;
background-color: #434343;
top: 0;
left: 0;
margin-left: calc(100% - 1px);
z-index: 5;
}
.testimonials__title:after {
position: absolute;
content: "";
width: 200%;
height: 100%;
background-color: #434343;
top: 0;
right: 0;
margin-right: calc(100% - 1px);
z-index: 5;
}
.testimonials__container {
float: left;
width: 100%;
padding-top: 26px;
padding-bottom: 35px;
position: relative;
z-index: 5;
}
.testimonials__link {
float: left;
width: 100%;
text-align: center;
line-height: 52px;
background-color: #434343;
font-size: 16px;
font-weight: 700;
color: #fff;
margin-top: 12px;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
text-transform: uppercase;
position: relative;
z-index: 5;
}
.testimonials__link:hover {
color: #fff;
text-decoration: none;
background-color: #252525;
}
.testimonials__list {
float: left;
width: 100%;
position: relative;
margin-bottom: 0 !important;
}
.testimonials__list .slick-arrow {
height: 32px;
font-size: 32px;
color: #b5b5b5;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}
.testimonials__list .slick-arrow:before {
content: none;
display: none;
}
.testimonials__list .slick-arrow:hover {
color: #97b538;
}
.testimonials__list .slick-dots {
position: absolute;
bottom: -58px;
right: 20px;
width: 105px;
height: 26px;
list-style: none;
}
.testimonials__list .slick-dots li {
display: inline-block;
vertical-align: top;
margin-left: 0;
margin-right: 0;
padding-left: 6px;
padding-right: 6px;
width: 33.33%;
height: 26px;
}
.testimonials__list .slick-dots li button {
padding: 0;
width: 100%;
height: 26px;
line-height: 26px;
font-size: 0;
color: transparent;
position: relative;
opacity: 1;
}
.testimonials__list .slick-dots li button:before {
position: absolute;
content: "";
width: 100%;
height: 4px;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
background-color: #434343;
opacity: 1;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}
.testimonials__list .slick-dots li button:hover:before {
background-color: #252525;
}
.testimonials__list .slick-dots li.slick-active button:before {
background-color: #97b538;
}
.testimonials__slide {
float: left;
width: 100%;
}
.testimonials__slide:not(:first-child) {
display: none;
}
.testimonials__slide-item {
float: left;
width: 100%;
padding: 20px;
background-color: #fff;
margin-bottom: 20px;
position: relative;
}
.testimonials__slide-item:last-child {
display: none;
}
.testimonials__slide-item:first-child {
display: block;
}
.testimonials__slide-item p {
margin-bottom: 10px;
font-size: 16px;
color: #000;
line-height: 22px;
}
.testimonials__slide-item:after {
position: absolute;
content: "";
bottom: -13px;
left: 16px;
width: 13px;
height: 26px;
border-style: solid;
border-width: 13px 0 13px 13px;
border-color: transparent transparent transparent #fff;
}
.testimonials__item-title {
float: left;
width: 100%;
font-weight: 700;
font-size: 14px;
color: #000;
line-height: 18px;
margin-bottom: 0;
}
.testimonials__list.slick-initialized .testimonials__slide {
display: block;
}
.testimonials__wrapper {
float: left;
width: 100%;
padding-left: 30px;
padding-right: 30px;
padding-top: 42px;
padding-bottom: 37px;
background-color: #f5f5f5;
}
.testimonials__tab {
display: inline-block;
margin-bottom: 24px;
padding-bottom: 3px;
margin-right: 32px;
font-size: 20px;
font-weight: 700;
color: #9f9f9f;
text-transform: uppercase;
cursor: pointer;
position: relative;
}
.testimonials__tab:before {
position: absolute;
content: "";
left: 0;
bottom: 0;
width: 0;
height: 3px;
background-color: #a4c636;
}
.testimonials__tab--active {
color: #000;
}
.testimonials__tab--active:before {
width: 100%;
}
.testimonials__panel {
float: left;
width: calc(100% + 32px);
margin-left: -16px;
display: none;
}
.testimonials__panel--active {
display: block;
}
.testimonials__item {
padding: 20px;
background-color: #fff;
margin-bottom: 20px;
position: relative;
display: inline-block;
width: 100%;
vertical-align: top;
}
.testimonials__item p {
float: left;
width: 100%;
margin-bottom: 10px;
font-size: 16px;
color: #000;
line-height: 22px;
}
.testimonials__item:after {
position: absolute;
content: "";
bottom: -13px;
left: 16px;
width: 13px;
height: 26px;
border-style: solid;
border-width: 13px 0 13px 13px;
border-color: transparent transparent transparent #fff;
}
.testimonials__item-title {
float: left;
width: 100%;
font-weight: 700;
font-size: 14px;
color: #000;
line-height: 18px;
margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
.testimonials__title {
padding-left: 40px;
}
.testimonials__link {
float: left;
width: auto;
padding-left: 62px;
padding-right: 62px;
}
.testimonials__slide-item:last-child {
display: block;
}
.testimonials__slide-item:first-child {
display: block;
}
.testimonials .slick-arrow {
height: 32px;
font-size: 32px;
color: #b5b5b5;
bottom: -75px;
right: 0;
left: auto;
top: auto;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}
.testimonials .slick-arrow:before {
content: none;
display: none;
}
.testimonials .slick-arrow:hover {
color: #97b538;
}
.testimonials .slick-prev {
margin-right: 126px;
}
.testimonials__wrapper {
padding-left: 54px;
padding-right: 54px;
}
.testimonials__tab {
margin-bottom: 44px;
}
.testimonials__item {
width: calc(50% - 32px);
margin-left: 16px;
margin-right: 16px;
}
}
@media only screen and (min-width: 992px) {
.testimonials {
padding-left: 0;
}
.testimonials:before {
width: 200%;
margin-left: 0;
}
.testimonials__container {
padding-left: 40px;
}
.testimonials__title:after {
content: none;
display: none;
}
}
@media only screen and (min-width: 1200px) {
.testimonials__title {
padding-left: 40px;
font-size: 36px;
}
}
.breadcrumbs {
float: left;
width: 100%;
margin-top: 26px;
margin-bottom: 26px;
font-size: 16px;
color: #434343;
}
.breadcrumbs a {
color: #434343;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}
.breadcrumbs a:hover {
color: #a4c636;
text-decoration: none;
}
.search__item {
float: left;
width: 100%;
padding-left: 54px;
padding-right: 54px;
margin-bottom: 42px;
}
.search__item h3 {
float: left;
width: 100%;
font-size: 16px;
font-weight: 700;
color: #0b140c;
margin-bottom: 15px;
}
.search__item p {
float: left;
width: 100%;
font-size: 16px;
color: #0b140c;
margin-bottom: 15px;
}
.search__item a {
font-size: 16px;
font-weight: 700;
color: #131313;
text-transform: uppercase;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}
.search__item a:hover {
color: #97b538;
text-decoration: none;
}
.share-container {
float: left;
width: 100%;
margin-top: 15px;
margin-bottom: 54px;
font-size: 14px;
color: #0b140c;
text-transform: uppercase;
line-height: 24px;
vertical-align: middle;
}
.share-container a {
vertical-align: middle;
color: #0b140c;
margin-left: 5px;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
font-size: 24px;
}
.share-container a:hover {
color: #a4c636;
text-decoration: none;
}
.contact-form-container {
position: relative;
min-height: 92px;
}
.contact-form {
position: absolute;
left: 0;
bottom: 0;
float: left;
width: calc(100% + 60px);
background-color: #97b538;
z-index: 999;
margin-left: -30px;
}
.contact-form__title {
float: left;
width: 100%;
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
color: #fff;
text-align: left;
padding-left: 65px;
padding-right: 15px;
padding-top: 18px;
padding-bottom: 18px;
cursor: pointer;
vertical-align: middle;
-webkit-transition: background-color 0.2s ease-in-out 0.2s;
-o-transition: background-color 0.2s ease-in-out 0.2s;
transition: background-color 0.2s ease-in-out 0.2s;
position: relative;
}
.contact-form__title .fa-comment-alt {
position: absolute;
top: 18px;
left: 18px;
margin-right: 10px;
font-size: 32px;
vertical-align: middle;
}
.contact-form__title:hover {
background-color: #79971a;
}
.contact-form__content {
float: left;
width: 100%;
background-color: #fff;
border-left: 8px solid #97b538;
border-right: 8px solid #97b538;
height: 0;
overflow: hidden;
-webkit-transition-delay: 0.2s;
-o-transition-delay: 0.2s;
transition-delay: 0.2s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-property: height;
-o-transition-property: height;
transition-property: height;
}
.contact-form__col {
padding-left: 5px;
padding-right: 5px;
}
.contact-form--open .contact-form__content {
height: 100%;
}
.contact-form .wpcf7 {
float: left;
width: 100%;
padding-left: 23px;
padding-right: 23px;
padding-top: 26px;
padding-bottom: 18px;
}
.wpcf7-form label {
float: left;
width: 100%;
margin-bottom: 15px;
font-size: 14px;
color: #434343;
font-family: "Open Sans", sans-serif;
}
.wpcf7-form .wpcf7-form-control-wrap {
float: left;
width: 100%;
margin-bottom: 5px;
}
.wpcf7-form .wpcf7-list-item {
float: left;
width: 100%;
margin-left: 0;
margin-right: 0;
}
.wpcf7-form .wpcf7-text {
float: left;
width: 100%;
height: 42px;
line-height: 40px;
padding-top: 0;
padding-bottom: 0;
padding-left: 10px;
padding-right: 10px;
border: 1px solid #ededed;
background-color: #ededed;
}
.wpcf7-form .wpcf7-textarea {
float: left;
width: 100%;
height: 126px;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 10px;
padding-right: 10px;
border: 1px solid #ededed;
background-color: #ededed;
resize: none;
}
.wpcf7-form .wpcf7-acceptance label {
padding-left: 26px;
padding-right: 15px;
width: 100%;
max-width: 100%;
overflow: hidden;
position: relative;
cursor: pointer;
margin-bottom: 0;
padding-bottom: 0;
}
.wpcf7-form .wpcf7-acceptance label .checkbox {
position: absolute;
width: 18px;
height: 18px;
background-color: #ededed;
top: 0;
left: 0;
margin-top: 0;
color: #434343;
text-align: center;
line-height: 18px;
font-size: 14px;
}
.wpcf7-form .wpcf7-acceptance label .checkbox i {
display: none;
margin-top: 2px;
}
.wpcf7-form .wpcf7-acceptance label input:checked + span .checkbox i {
display: block;
}
.wpcf7-form .wpcf7-acceptance input {
position: absolute;
top: 0;
left: 0;
margin-left: -100px;
}
.wpcf7-form .wpcf7-acceptance span {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-size: 14px;
color: #434343;
line-height: 18px;
}
.wpcf7-form .wpcf7-submit {
float: left;
width: 100%;
border: none;
background-color: #434343;
color: #fff;
cursor: pointer;
line-height: 50px;
height: 50px;
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}
.wpcf7-form .wpcf7-submit:disabled {
background-color: gray;
}
.wpcf7-form .wpcf7-submit:hover:not(:disabled) {
background-color: #252525;
}
.wpcf7-form .wpcf7-response-output {
float: left;
width: 100%;
margin-left: 0;
margin-right: 0;
font-size: 14px;
text-align: center;
}
@media only screen and (min-width: 1200px) {
.contact-form-container {
margin-top: 21px;
}
.contact-form {
width: 100%;
margin-left: 0;
}
.contact-form__title {
font-size: 24px;
padding-left: 43px;
padding-right: 43px;
padding-top: 28px;
padding-bottom: 20px;
text-align: center;
}
.contact-form__title .fa-comment-alt {
margin-right: 20px;
font-size: 42px;
position: static;
left: 0;
top: 0;
}
}
.sticky-sicial-media {
float: left;
width: 100%;
background-color: #a4c636;
padding: 6px;
z-index: 99;
text-align: center;
}
.sticky-sicial-media a {
display: inline-block;
width: 55px;
height: 55px;
line-height: 55px;
text-align: center;
font-size: 22px;
color: #000;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}
.sticky-sicial-media a:hover {
border-top: #bfd773;
background-color: #bfd773;
text-decoration: none;
}
@media only screen and (min-width: 1200px) {
.sticky-sicial-media {
position: fixed;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 50px;
float: none;
clear: both;
}
.sticky-sicial-media a {
float: left;
width: 100%;
height: 45px;
line-height: 43px;
font-size: 22px;
}
.sticky-sicial-media a:not(:last-child) {
border-top: #a4c636;
border-bottom: 1px solid #bfd773;
}
}
@media only screen and (min-width: 1400px) {
.sticky-sicial-media {
width: 80px;
}
.sticky-sicial-media a {
height: 65px;
line-height: 63px;
font-size: 30px;
}
}
.categories-list {
float: left;
width: 100%;
padding-left: 0;
margin-bottom: 0;
list-style: none;
margin-bottom: 32px;
display: none;
}
.categories-list--open .categories-list {
display: block;
}
.categories-list--open .categories__open-btn {
margin-bottom: 0;
}
.categories-list__item {
float: left;
width: 100%;
background-color: #434343;
}
.categories-list__item a {
float: left;
width: 100%;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 30px;
padding-right: 35px;
font-size: 16px;
font-weight: 700;
color: #fff;
text-transform: uppercase;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}
.categories-list__item a:hover {
text-decoration: none;
color: #000;
background-color: #a4c636;
}
.categories-list__item a:focus {
outline: 0;
border: none;
}
.categories-list__item a:active {
outline: 0;
border: none;
}
.categories-list__item--has-children {
position: relative;
}
.categories-list__item--has-children > a {
position: relative;
}
.categories-list__item--has-children > a:before {
content: "\f0d7";
position: absolute;
right: 23px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
display: inline-block;
vertical-align: middle;
font-family: "Font Awesome 5 Free";
pointer-events: none;
font-weight: 900;
color: #a4c636;
font-size: 16px;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}
.categories-list__item--has-children > a:hover:before {
color: #000;
}
.categories-list__item--current {
background-color: #a4c636;
}
.categories-list__item--current > a {
color: #000;
}
.categories-list__item--current .sub-categories-list {
display: block;
}
.categories-list__item--parent {
background-color: #a4c636;
}
.categories-list__item--parent > a {
color: #000;
}
.categories-list__item--parent > a:before {
color: #000;
content: "\f0d8";
}
.categories-list__item--parent .sub-categories-list {
display: block;
}
.categories-list__item--current.categories-list__item--has-children > a:before {
color: #000;
content: "\f0d8";
}
.sub-categories-list {
float: left;
width: 100%;
margin-bottom: 25px;
list-style: none;
padding-left: 30px;
padding-right: 25px;
display: none;
}
.sub-categories-list--open {
background-color: #a4c636;
}
.sub-categories-list--open > a {
color: #000;
}
.sub-categories-list--open > a:before {
color: #000;
content: "\f0d8";
}
.sub-categories-list--open .sub-categories-list {
display: block;
}
.sub-categories-list__item {
float: left;
width: 100%;
}
.sub-categories-list__item:not(:last-child) {
border-bottom: 1px solid #fff;
}
.sub-categories-list__item a {
font-weight: 400;
text-transform: initial;
padding-top: 14px;
padding-bottom: 14px;
padding-left: 0;
padding-right: 0;
}
.sub-categories-list__item--current a {
color: #000;
}
.categories__open-btn {
float: left;
width: 100%;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 55px;
padding-right: 15px;
position: relative;
color: #fff;
text-transform: uppercase;
font-size: 22px;
font-weight: 700;
background-color: #434343;
margin-bottom: 32px;
cursor: pointer;
}
.categories__open-btn .fa-list {
position: absolute;
top: 22px;
left: 15px;
}
@media only screen and (min-width: 768px) {
.categories__open-btn {
display: none;
}
.categories-list {
display: block;
}
.categories-list__item {
margin-bottom: 12px;
}
.categories-list__item a {
padding-top: 14px;
padding-bottom: 14px;
position: relative;
}
.categories-list__item--has-children > a:before {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
}
.catalog h1 {
float: left;
width: 100%;
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
line-height: 26px;
color: #0b140c;
margin-bottom: 32px;
}
.category-description {
float: left;
width: 100%;
background-color: #fff;
padding: 15px;
padding-top: 32px;
padding-bottom: 32px;
margin-bottom: 40px;
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.18);
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.18);
}
.category-description p {
font-size: 14px;
line-height: 18px;
}
.category-description ul li {
font-size: 14px;
line-height: 18px;
}
.category-description ol li {
font-size: 14px;
line-height: 18px;
}
@media only screen and (min-width: 768px) {
.category-description {
padding: 32px;
}
.catalog h1 {
font-size: 36px;
line-height: 46px;
}
}
.products-list {
float: left;
width: calc(100% + 40px);
margin-left: -20px;
font-size: 0;
}
.products-list__item {
display: inline-block;
vertical-align: top;
width: calc(100% - 40px);
margin-left: 20px;
margin-right: 20px;
margin-bottom: 40px;
background-color: #f6f6f6;
padding-bottom: 42px;
position: relative;
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.18);
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.18);
position: relative;
}
.products-list__item-img {
float: left;
width: 100%;
max-height: 100%;
max-width: 100%;
margin-bottom: 0;
background-color: #fff;
position: relative;
overflow: hidden;
}
.products-list__item-img:after {
content: "";
display: block;
padding-bottom: 110%;
}
.products-list__item-img .wp-post-image {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
margin-top: 29px;
}
.products-list__item-img--placeholder .wp-post-image {
margin-top: 0;
}
.products-list__item-img--has-new-flash .wp-post-image {
margin-top: 49px;
}
.products-list__new-flash {
position: absolute;
top: 13px;
left: 30px;
width: 151px;
height: 49px;
text-align: center;
background-image: url(//www.mitto.lt/wp-content/themes/webcore/img/sale-flash.png);
color: #fff;
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
z-index: 99;
}
.products-list__new-flash strong {
padding-top: 10px;
line-height: 16px;
float: left;
width: 100%;
}
.products-list__item-category {
float: left;
width: 100%;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
font-size: 13px;
color: #9b9b9b;
}
.products-list__item-title {
float: left;
width: 100%;
padding-left: 15px;
padding-right: 15px;
text-align: center;
text-transform: uppercase;
font-size: 14px;
line-height: 18px;
font-weight: 700;
color: #000;
min-height: 36px;
}
.products-list__read-more {
float: left;
width: 100%;
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
color: #fff;
line-height: 42px;
text-align: center;
background-color: #434343;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
position: absolute;
left: 0;
bottom: 0;
}
.products-list__read-more:hover {
background-color: #97b538;
color: #fff;
text-decoration: none;
}
.home .products-slider {
float: left;
width: 100%;
font-size: 0;
}
.home .products-slider:not(.slick-initialized) .products-list__item {
width: calc(20% - 16px);
display: none;
}
.home
.products-slider:not(.slick-initialized)
.products-list__item:nth-child(-n + 5) {
display: inline-block;
}
.home .products-slider .slick-arrow {
font-size: 32px;
color: #b5b5b5;
z-index: 999;
pointer-events: all;
cursor: pointer;
width: 32px;
height: 32px;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}
.home .products-slider .slick-arrow:before {
content: none;
display: none;
}
.home .products-slider .slick-arrow:hover {
color: #97b538;
}
.home .products-slider .slick-prev {
margin-left: -11px;
}
.home .products-slider .slick-next {
margin-right: -11px;
}
.home .products-list__item {
margin-left: 8px;
margin-right: 8px;
margin-bottom: 0;
margin-top: 10px;
}
.home .products-list__item-title {
min-height: 72px;
}
.home .products-list__new-flash {
left: 0;
}
@media only screen and (min-width: 540px) {
.products-list__item {
vertical-align: top;
width: calc(50% - 40px);
}
}
@media only screen and (min-width: 992px) {
.products-list__item {
vertical-align: top;
width: calc(33.33% - 40px);
}
}
.main .vc_tta-tabs-container,
.main .vc_tta-tabs-list {
border: none !important;
border-color: transparent !important;
}
.main .vc_tta-panel,
.main .vc_tta-panel-body,
.main .vc_tta-panels,
.main .vc_tta-panels-container {
border: none !important;
border-color: transparent !important;
}
.main .vc_tta-tabs-list {
padding-left: 40px !important;
padding-right: 40px !important;
margin-right: 0 !important;
width: 100% !important;
}
.main .vc_tta-tab > a {
border: none !important;
border-radius: none !important;
background-color: transparent !important;
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
color: #9f9f9f;
position: relative;
padding: 0 !important;
margin-right: 30px !important;
padding-bottom: 10px !important;
}
.main .vc_tta-tab.vc_active > a {
color: #000 !important;
}
.main .vc_tta-tab.vc_active > a:before {
position: absolute !important;
content: "" !important;
top: auto !important;
right: auto !important;
left: 0 !important;
bottom: 0 !important;
width: 100% !important;
height: 3px !important;
background-color: #a4c636 !important;
z-index: 1;
}
.main .vc_tta-panel-body {
background-color: #fff !important;
padding-top: 32px !important;
padding-left: 15px !important;
padding-right: 15px !important;
padding-bottom: 32px !important;
}
.main .vc_tta-panel .vc_tta-panel-heading {
border-radius: 0 !important;
border: none !important;
border-bottom: 3px solid #a4c636 !important;
}
.main .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-bottom: 3px solid #a4c636 !important;
}
.main .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {
font-size: 18px;
font-weight: 700;
text-transform: uppercase;
color: #000 !important;
}
.main .vc_tta-panels-container .vc_tta-panel-body {
display: block !important;
}
@media only screen and (min-width: 768px) {
.main .vc_tta-panel-body {
padding-top: 34px !important;
padding-left: 40px !important;
padding-right: 40px !important;
padding-bottom: 60px !important;
}
.main
.vc_tta-panels-container
.vc_tta-panel:not(.vc_active)
.vc_tta-panel-body {
display: none !important;
}
}
.back-to-catalog__container {
float: right;
width: 100%;
margin-top: 40px;
margin-bottom: 0;
}
.back-to-catalog__link {
float: left;
font-size: 13px;
line-height: 16px;
color: #0b140c;
padding-left: 16px;
position: relative;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}
.back-to-catalog__link .fa-caret-left {
position: absolute;
top: 0;
left: 0;
font-size: 16px;
}
.back-to-catalog__link:hover {
color: #a4c636;
text-decoration: none;
}
@media only screen and (min-width: 768px) {
.back-to-catalog__container {
width: calc(100% - 250px);
}
}
@media only screen and (min-width: 1200px) {
.back-to-catalog__container {
width: calc(100% - 350px);
}
}
.pagination {
float: left;
width: 100%;
padding-top: 26px;
border-top: 3px solid #d9d9d9;
}
.pagination__title {
float: left;
margin-right: 12px;
line-height: 40px;
font-size: 13px;
color: #0b140c;
}
.pagination__item {
float: left;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
background-color: rgba(255, 255, 255, 0.5);
font-size: 13px;
color: #0b140c;
margin-right: 7px;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
margin-bottom: 15px;
}
.pagination__item:hover {
text-decoration: none;
color: #0b140c;
text-decoration: none;
background-color: #fff;
}
.pagination__item--current {
background-color: #fff;
font-weight: 700;
}
.search-results .pagination {
padding-top: 26px;
padding-bottom: 26px;
padding-left: 54px;
padding-right: 54px;
}
.search-results .pagination__item {
background-color: rgba(151, 181, 56, 0.5);
}
.search-results .pagination__item:hover {
background-color: #97b538;
color: #fff;
}
.search-results .pagination__item--current {
background-color: #97b538;
color: #fff;
}
.page-template-template-partners .main__content h1 {
margin-bottom: 14px;
}
.page-template-template-partners .city-selection {
float: left;
width: 100%;
}
.page-template-template-partners .city-selection__container {
float: left;
width: 100%;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 14px;
margin-bottom: 64px;
border-bottom: 3px solid #d9d9d9;
}
.page-template-template-partners .city-selection__label {
margin-bottom: 10px;
font-size: 16px;
font-weight: 700;
color: #0b140c;
margin-right: 16px;
float: left;
line-height: 24px;
}
.page-template-template-partners .city-selection__select {
width: 100%;
max-width: 370px;
float: left;
}
.select2-container {
float: left;
width: 100% !important;
max-width: 370px !important;
}
.select2-selection {
border-radius: 0 !important;
border: 1px solid #d9d9d9 !important;
height: 44px !important;
line-height: 42px !important;
}
.select2-selection__rendered {
height: 44px !important;
line-height: 42px !important;
color: #0b140c;
font-size: 16px;
font-weight: 700;
padding-left: 15px !important;
padding-right: 15px !important;
}
.select2-selection__arrow {
height: 44px !important;
line-height: 42px !important;
right: 15px !important;
}
.select2-container--default.select2-container
.select2-selection--single
.select2-selection__arrow
b {
border-color: #0b140c transparent transparent transparent !important;
}
.select2-container--default.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
border-color: transparent transparent #0b140c transparent !important;
}
.select2-container--open .select2-dropdown--below {
border-radius: 0 !important;
border-color: #d9d9d9 !important;
}
@media only screen and (min-width: 768px) {
.page-template-template-partners .city-selection__label {
line-height: 44px;
margin-bottom: 0;
}
.page-template-template-partners .city-selection__container {
padding-left: 52px;
padding-right: 52px;
}
}
.partners-list {
float: left;
width: calc(100% + 58px);
margin-bottom: 0;
padding-left: 0;
list-style: none;
font-size: 0;
margin-left: -29px;
}
.partners-list__item {
display: inline-block;
vertical-align: top;
width: calc(100% - 58px);
margin-bottom: 44px;
margin-left: 29px;
margin-right: 29px;
}
.partners-list__item-title {
float: left;
width: 100%;
font-size: 16px;
font-weight: 700;
color: #0b140c;
text-transform: uppercase;
margin-bottom: 42px;
position: relative;
}
.partners-list__item-title:after {
position: absolute;
content: "";
bottom: -20px;
left: 0;
height: 4px;
width: 38px;
background-color: #a4c636;
}
.partners-list__item-info {
float: left;
width: 100%;
font-size: 14px;
color: #0b140c;
margin-bottom: 12px;
}
.partners-list__item-info strong {
float: left;
width: 80px;
}
.partners-list__item-info span {
float: left;
width: calc(100% - 80px);
padding-left: 5px;
}
.partners-list__item-map {
float: left;
width: 100%;
height: 240px;
margin-top: 32px;
}
@media only screen and (min-width: 540px) {
.partners-list__item {
width: calc(50% - 58px);
}
.partners-list__item-info strong {
width: 40%;
}
.partners-list__item-info span {
width: 60%;
}
}
@media only screen and (min-width: 992px) {
.partners-list__item {
width: calc(33.33% - 58px);
}
.partners-list__item-info strong {
width: 30%;
}
.partners-list__item-info span {
width: 70%;
}
}
.lds-ring {
display: inline-block;
position: relative;
width: 44px;
height: 44px;
float: left;
margin-top: 15px;
}
.lds-ring div {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: block;
position: absolute;
width: 44px;
height: 44px;
border: 6px solid #a4c636;
border-radius: 50%;
-webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
border-color: #a4c636 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
-webkit-animation-delay: -0.45s;
animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
-webkit-animation-delay: -0.3s;
animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
-webkit-animation-delay: -0.15s;
animation-delay: -0.15s;
}
@-webkit-keyframes lds-ring {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes lds-ring {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@media only screen and (min-width: 992px) {
.lds-ring {
margin-left: 15px;
margin-top: 0;
}
}
.featured-products__slider {
float: left;
width: 100%;
padding-top: 25px;
padding-bottom: 25px;
position: relative;
margin-bottom: 0 !important;
}
.featured-products__slider-item {
display: none;
}
.featured-products__slider-item:first-child {
display: block;
}
.featured-products__item-info {
position: relative;
padding-bottom: 0;
}
.featured-products__new-flash {
float: left;
width: 250px;
font-size: 24px;
font-weight: 700;
color: #fff;
text-transform: uppercase;
text-align: center;
padding-top: 16px;
padding-bottom: 28px;
line-height: 24px;
background-image: url(//www.mitto.lt/wp-content/themes/webcore/img/new-flash-large.png);
background-repeat: no-repeat;
background-position: top center;
background-size: contain;
margin-bottom: 15px;
}
.featured-products__title {
float: left;
width: 100%;
font-size: 26px;
line-height: 30px;
font-weight: 700;
color: #000;
text-transform: uppercase;
}
.featured-products__subtitle {
float: left;
width: 100%;
font-size: 20px;
line-height: 24px;
font-weight: 700;
color: #434343;
text-transform: uppercase;
margin-top: -10px;
margin-bottom: 15px;
}
.featured-products__excerpt {
float: left;
width: 100%;
font-size: 16px;
line-height: 22px;
color: #434343;
margin-bottom: 32px;
}
.featured-products__link {
float: left;
padding-left: 36px;
padding-right: 36px;
line-height: 52px;
color: #fff;
text-transform: uppercase;
font-size: 16px;
font-weight: 700;
background-color: #434343;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}
.featured-products__link:hover {
color: #fff;
text-decoration: none;
background-color: #252525;
}
.featured-products__extra-info {
display: none;
}
.featured-products__extra-icon {
display: none !important;
}
.featured-products__thumbnail {
float: none;
clear: both;
width: 100%;
height: auto;
margin-bottom: 22px;
max-width: 200px;
margin-left: auto;
margin-right: auto;
display: block;
z-index: 1;
position: relative;
}
.featured-products .slick-arrow {
height: 32px;
font-size: 32px;
color: #b5b5b5;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
z-index: 9;
}
.featured-products .slick-arrow:before {
content: none;
display: none;
}
.featured-products .slick-arrow:hover {
color: #97b538;
}
.featured-products .slick-dots {
position: absolute;
bottom: 15px;
right: 20px;
width: 105px;
height: 26px;
list-style: none;
z-index: 9;
}
.featured-products .slick-dots li {
display: inline-block;
vertical-align: top;
margin-left: 0;
margin-right: 0;
padding-left: 6px;
padding-right: 6px;
width: 33.33%;
height: 26px;
}
.featured-products .slick-dots li button {
padding: 0;
width: 100%;
height: 26px;
line-height: 26px;
font-size: 0;
color: transparent;
position: relative;
opacity: 1;
}
.featured-products .slick-dots li button:before {
position: absolute;
content: "";
width: 100%;
height: 4px;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
background-color: #434343;
opacity: 1;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}
.featured-products .slick-dots li button:hover:before {
background-color: #252525;
}
.featured-products .slick-dots li.slick-active button:before {
background-color: #97b538;
}
@media only screen and (min-width: 768px) {
.featured-products .slick-arrow {
height: 32px;
font-size: 32px;
color: #b5b5b5;
bottom: 10px;
right: 0;
left: auto;
top: auto;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}
.featured-products .slick-arrow:before {
content: none;
display: none;
}
.featured-products .slick-arrow:hover {
color: #97b538;
}
.featured-products .slick-prev {
margin-right: 126px;
}
.featured-products .slick-dots {
bottom: 28px;
}
}
@media only screen and (min-width: 992px) {
.featured-products__item-info {
padding-bottom: 140px;
}
.featured-products__new-flash {
width: 415px;
font-size: 38px;
padding-top: 26px;
padding-bottom: 68px;
line-height: 38px;
margin-bottom: 0;
}
.featured-products__thumbnail {
float: left;
clear: none;
width: 100%;
height: auto;
margin-bottom: 42px;
max-width: 100%;
}
.featured-products__extra-info {
float: left;
width: 100%;
margin-top: 79px;
font-size: 14px;
color: #434343;
position: absolute;
bottom: 0;
left: 0;
display: block;
}
.featured-products__extra-icon {
position: absolute;
bottom: 34px;
right: 20px;
width: auto;
height: auto;
max-height: 126px;
max-width: 126px;
display: block !important;
}
.featured-products__title {
font-size: 36px;
line-height: 40px;
}
.featured-products__subtitle {
font-size: 24px;
line-height: 28px;
margin-top: -10px;
}
.featured-products .slick-arrow {
bottom: -3px;
}
.featured-products .slick-dots {
bottom: 15px;
}
}
.wpb_image_grid_ul .isotope-item {
width: calc(50% - 30px) !important;
margin-left: 15px !important;
margin-right: 15px !important;
margin-bottom: 30px !important;
}
@media only screen and (min-width: 992px) {
.wpb_image_grid_ul .isotope-item {
width: calc(33.33% - 30px) !important;
margin-left: 15px !important;
margin-right: 15px !important;
}
}div.st1 a { padding-top: 20px;
padding-bottom: 20px;
float: right;
width: calc(100% - 6px);
text-align: center; background-color: #ffffff;
font-size: 16px;
font-weight: 700;
color: #000000;  -o-transition-duration: 0.2s;  -o-transition-timing-function: ease-in-out; text-transform: uppercase;
position: relative; height: 80px;  }
div.st1 a:hover {
text-decoration: none;
}
.skaiciuokle .input-box {
height: 400px;
width: 100%; -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31);
-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31);
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31);
}
.skaiciuokle > h1 {
line-height: 36px;
float: none;
padding-left: 0;
padding-right: 0;
border-bottom: none;
margin-bottom: 0;
}
.st1 {
height: 400px;
width: calc((100%-400px) * 0.3);
float: left;
}
.st1 h1 {
display: none;
}
.st2 {
display: block;
width: 400px;
float: left;
height: 400px;
}
.st2 div {
height: 400px;
width: 400px;
display: flex;
flex-wrap: wrap;
}
.st2 div a {
width: 50%;
height: 50%;
display: inline-block;
text-align: center;
}
.st2 div a:hover {
text-decoration: none;
background-color: #d9d9d9;
}
.st2 h1 {
display: none;
}
.st2 div a img {
height: 100px;
margin-top: 30px;
border: none !important;
}
.st2 div a p { bottom: 0px;
width: 150px;
text-align: center;
margin-left: 25px;
margin-top: 5px;
font-size: 16px;
line-height: 16px;
text-transform: uppercase;
}
.skaiciuokle {
width: 100%;
height: 100%;
padding: 70px;
}
.st3 {
float: left;
height: 400px;
}
.st3 h1 {
display: none;
}
.st4 h1 {  font-size: 16px;
margin: 0;
padding: 0;
border: none;
margin-left: 5%;
width: 95%;
margin-bottom: 0%;
margin-top: 0;
}
.st4 {
float: left;
height: 200px;
}
.final { height: 400px;
width: 100%;
margin-top: 80px;
}
.final > div {
width: 45%;
float: left;
height: 400px;
}
.final #picture {
margin-right: 10%;
text-align: center;
}
.final .calccontacts p {
margin-bottom: 0px;
line-height: 16px;
font-size: 16px;
}
.final .calccontacts p.questions {
margin-bottom: 15px;
line-height: 16px;
font-size: 16px;
font-weight: bold;
}
#final_buttons {
padding: 27px 0px;
height: 100px;
width: 100%;
}
#final_buttons > a {
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
color: #fff;
line-height: 46px;
text-align: center;
background-color: #434343;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}
#final_buttons > a:hover {
background-color: #ffc800;
text-decoration: none;
color: #434343;
}
#final_buttons #apie_produkta {
float: left;
width: 46%;
}
#final_buttons #kur_isigyti {
float: right;
width: 51%;
}
a#calc_spausdinti {
float: left;
width: 200px;
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
color: #fff;
line-height: 46px;
text-align: center;
background-color: #434343;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
position: absolute; bottom: 0;
right: 0;
cursor: pointer;
}
a#calc_spausdinti:hover {
background-color: #ffc800;
text-decoration: none;
color: #434343;
}
.calccontacts {
position: relative;
height: 46px;
}
#picture > h1 {
line-height: 30px;
font-size: 16px;
float: none;
padding-left: 0;
padding-right: 0;
border-bottom: none;
margin-bottom: 0;
padding: 0;
height: 32px;
text-align: left;
}
#picture img {
height: 328px;
width: 280px;
}
div.table {
display: table;
width: 100%;
}
div.heading {
display: table-header-group;
}
.cell1 {
display: table-cell;
background-color: #eeecec;
border: 1px solid #ffffff;
}
.cell {
display: table-cell;
background-color: #eeecec;
border: 1px solid #ffffff;
}
.skaiciuokle .row {
margin: 0;
display: table-row;
}
.st4 a.buttform {
padding: 5px;
float: left;
width: 40%;
font-size: 16px; text-transform: uppercase;
color: #ababab;
line-height: 42px;
text-align: center; -webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;   margin-left: 30px;
margin-left: 5%;
margin-right: 5%;
font-weight: bold;
margin-bottom: 10px;
}
.st4 div a.buttform.active {
background-color: #ffc800;
text-decoration: none;
color: #434343;
}
.st4 a.buttform:hover {
background-color: #ffc800;
text-decoration: none;
color: #434343;
}
[cod] {
position: relative;
}
[cod] a { width: 220px;
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
color: #fff;
line-height: 42px;
text-align: center;
background-color: #434343;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
position: absolute; bottom: 15px;
right: 15px;
}
[cod] a:hover {
color: #434343;
background-color: #ffc800;
text-decoration: none;
}
.cell > p,
.cell1 > p {
line-height: 60px;
margin-bottom: 0px;
text-align: center;
}
.cell > p {
font-weight: bold;
}
div.st1 a::after {
content: "";
width: 100%;
display: block;
height: 1px;
background-color: #d9d9d9;
position: absolute;
bottom: -1px;
z-index: 9;
right: 0;
}
div.st1 div :last-child::after,
div.st1 div a.selectedST1::after {
display: none;
}
.st3 a {   font-weight: 700;
text-transform: uppercase;
color: #fff; text-align: center;
background-color: #434343;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out; position: relative;
display: block;   padding: 2px;
margin-bottom: 0px;
width: 80%;
margin-left: 10%;
margin-top: 10px;
margin-bottom: 10px;
}
.st3 a:hover {
color: #434343;
background-color: #ffc800;
text-decoration: none;
}
.st3 div {
height: 400px;
overflow: auto;
}
.st3 br {
display: none;
}
.st2 div :nth-child(1) {
border-bottom: 1px solid lightgrey;
border-right: 1px solid lightgrey;
}
.st2 div :nth-child(3) {
border-bottom: 1px solid lightgrey; }
.st2 div :nth-child(5) { border-right: 1px solid lightgrey;
}
.st2 div :nth-child(7) {  }
#m2 { margin-left: 5%; height: 45px;
border-width: 1px;
font-size: 16px;
font-weight: bold;
padding-left: 20px;
}
#selectfat {
border-width: 1px;
width: 165px; height: 45px;
margin-left: 5%;
font-size: 16px;
font-weight: bold;
padding-left: 20px;
}
label[for="selectfat"] {
width: 165px;
margin-left: 5%; margin-top: 25px;
font-size: 15px;
font-weight: bold;
}
label[for="m2"] { margin-left: 5%; margin-top: 25px;
font-size: 15px;
font-weight: bold;
}
select#selectfat option {
font-weight: bold;
}
div.st4::after {
content: "";
width: 90%;
display: block;
height: 1px;
background-color: #d9d9d9;
position: absolute;
bottom: 0px;
z-index: 9;
right: 5%;
}
div.st4 {
position: relative;
}
div.st4 > div {
height: 154px;
overflow: auto;
position: relative;
width: 100%;
}
div.st4 > div > br {
display: none;
}
@media (max-width: 1365px) {
.st1,
#final > div {
width: 100% !important;
}
.skaiciuokle .input-box,
.final {
height: 1000px;
}
.st3,
.st4 {
width: calc(100% - 400px) !important;
height: 400px;
}
[cod] {
width: 100% !important;
}
div.st2::after {
content: "";
width: 100%;
display: block;
height: 1px;
background-color: #d9d9d9;
bottom: 0px;
z-index: 9;
right: 5%;
}
.st4 a.buttform {
width: 90%;
}
div.st4 > div {
height: 354px;
}
}
@media (max-width: 900px) {
div.st4,
div.st3 {
position: relative;
width: 100% !important;
height: auto;
}
div.st4 > div,
div.st3 > div {
position: relative;
width: 100% !important;
height: auto;
}
.skaiciuokle .input-box,
.final {
height: 400px;
}
.st2 {
margin-left: calc(50% - 200px);
}
.skaiciuokle {
padding: 30px;
}
.st2 div {
height: auto;
width: 100%;
display: flex;
flex-wrap: nowrap;
flex-direction: column;
align-items: center;
padding: 50px 0;
}
.st2 {
height: auto;
margin-left: 0;
width: 100%;
}
.st2 div a {
border: none !important;
padding: 10px;
width: 100%;
}
.st2 div a p {
margin: 0;
width: auto;
}
.st2 div a img {
max-width: 100%;
}
.input-box {
height: 100% !important;
}
.cell > p,
.cell1 > p {
line-height: 25px;
margin-bottom: 0px;
text-align: center;
padding: 20px;
}
input {
max-width: 100%;
}
#final_buttons {
padding: 0px;
height: auto;
width: auto;
margin-top: 15px;
}
.clearfix::after {
content: "";
clear: both;
display: table;
}
.final > div {
height: auto;
width: auto;
}
.calccontacts {
height: auto;
padding: 20px 0 75px 0;
}
a#calc_spausdinti {
float: none;
bottom: 20px;
}
#picture img {
height: auto;
width: 280px;
max-width: 100%;
}
[cod] a {
width: auto;
padding: 0 10px;
}
#final_buttons #apie_produkta {
width: 63%;
}
#final_buttons #kur_isigyti {
width: 35%;
}
}
@media (max-width: 570px) {
[cod] {
height: 300px !important;
}
.cell > p,
.cell1 > p {
padding: 20px 10px;
}
}
@media print {
#picture img {
height: 30%;
}
}.catalog a.single-product__download {
display: none !important;
}
@media only screen and (min-width: 1200px) {
.after-header__title {
margin-top: 160px;
}
.after-header__placeholder {
margin-top: 160px;
}
}
@media only screen and (max-width: 870px) {
article.main__text {
overflow-y: auto;
}
article.main__text table {
min-width: 800px;
}
}
@media only screen and (max-width: 1200px) {
.after-header_banners {
margin-top: 75px !important;
}
}
@media only screen and (max-width: 500px) {
.after-header__title {
margin-top: 35px;
}
}
.single-product__content {
padding-left: 50px;
padding-right: 50px;
}
.single-product__content h4 {
border: none !important;
border-radius: none !important;
background-color: transparent !important;
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
color: #000;
position: relative;
padding: 0 !important;
margin-right: 30px !important;
padding-bottom: 10px !important;
width: fit-content;
margin-bottom: 30px;
}
.single-product__content h4:before {
position: absolute !important;
content: "" !important;
top: auto !important;
right: auto !important;
left: 0 !important;
bottom: 0 !important;
width: 100% !important;
height: 3px !important;
background-color: #ffc800 !important;
z-index: 1;
}
.cookies-consent-notice {
position: fixed;
bottom: 0px;
left: 0px;
float: left;
width: 100%;
background: rgba(0, 0, 0, 0.8);
padding-top: 15px;
padding-bottom: 15px;
z-index: 9999;
}
.cookies-consent-notice .container {
width: 90% !important;
}
.cookies-consent-notice p {
padding-bottom: 0px !important;
font-size: 14px;
line-height: 28px;
color: white;
width: 100% !important;
float: left !important;
margin-bottom: 15px;
}
.cookies-consent-notice p a {
color: white;
text-decoration: underline;
}
.cookies-consent-btn {
padding: 5px;
border: 2px solid white;
border-radius: 5px;
color: white;
font-weight: bold;
float: left;
width: 70px;
text-align: center;
text-decoration: none !important;
}
.cookies-consent-btn:hover {
text-decoration: none !important;
color: black;
background: white;
}
@media only screen and (min-width: 992px) {
.cookies-consent-notice p {
padding-bottom: 0px !important;
font-size: 14px;
line-height: 28px;
color: white;
width: calc(100% - 120px) !important;
float: left !important;
margin-bottom: 0px;
}
.cookies-consent-btn {
padding: 5px;
border: 2px solid white;
border-radius: 5px;
color: white;
font-weight: bold;
float: left;
width: 100px;
margin-left: 10px;
text-align: center;
}
} .after-header_banners {
margin-top: 216px;
}
.wpb_wrapper {
overflow-x: auto;
}
.after-header_banners img {
width: 100%;
}
.after-header_banners1 img {
width: 100%;
}
.sub-categories-list__item--current a {
text-decoration: underline;
}
.products-list__read-more {
color: #000;
background-color: #d9d9d9;
}
.categories-list__item {
background-color: #d9d9d9;
}
.certified-products:before {
background-size: auto;
}
.categories-list__item a {
color: #000;
}
.about-us__title:before {
position: absolute;
content: "";
width: 200%;
height: 100%;
background-color: #ededed;
top: 0;
right: 0;
margin-right: -50%;
z-index: -1;
}
iframe {
max-width: 100%;
}
.main .vc_tta-tab.vc_active > a:before {
background-color: #ffc800 !important;
}
.catalog-menu__btn {
background-color: #ffc800;
}
.main-menu__list .menu-item.current-menu-item,
.main-menu__list .menu-item.current_page_item {
background-color: #ffc800;
}
.main-menu__list .menu-item a:after {
background-color: #ffc800;
}
.sticky-sicial-media {
background-color: #ffc800;
}
.contact-form {
background-color: #ffc800;
}
.testimonials__tab:before {
background-color: #ffc800;
}
.partners-list__item-title:after {
background-color: #ffc800;
}
.about-brand__icon-container {
border-bottom: 4px solid #ffc800;
}
.catalog-menu__list {
background-color: #ffc800;
}
.catalog-menu__list-container:after {
background-color: #ffc800;
}
.catalog-menu__list-container:before {
background-color: #ffc800;
}
.categories-list__item--has-children > a:before {
color: #ffc800;
}
.categories-list__item--current {
background-color: #ffc800;
}
.categories-list__item--parent {
background-color: #ffc800;
}
.sub-categories-list--open {
background-color: #ffc800;
}
.certified-products__item:before {
background-color: #ffc800 !important;
}
.certified-products__item-url:hover {
color: #ffc800;
}
.products-list__read-more:hover {
background-color: #ffc800;
}
.testimonials__list .slick-dots li.slick-active button:before {
background-color: #ffc800;
}
.footer-menu__list .menu-item a:hover {
color: #ffc800;
}
.featured-products .slick-dots li.slick-active button:before {
background-color: #ffc800;
}
.featured-products .slick-arrow:hover {
color: #ffc800;
}
.testimonials .slick-arrow:hover {
color: #ffc800;
}
.breadcrumbs a:hover {
color: #ffc800;
}
.share-container a:hover {
color: #ffc800;
}
.contact-form__title:hover {
background-color: #ffc800;
}
.categories-list__item a:hover {
background-color: #ffc800;
}
.search-form__button:hover {
color: #ffc800;
}
.home .products-slider .slick-arrow:hover {
color: #ffc800;
}
.home .products-slider .slick-arrow:hover {
color: #ffc800;
}
.footer .copyright p a:hover {
color: #ffc800;
}
.footer .copyright p a:hover {
color: #ffc800;
}
.contact-form__content {
border-left: 8px solid #ffc800;
border-right: 8px solid #ffc800;
}
.single-product__download:hover {
color: #ffc800;
}
.lds-ring div {
border: 6px solid #ffc800;
border-color: #ffc800 transparent transparent transparent;
}
ul:not([class]) li:before {
background-color: #ffc800;
}
.search-results .pagination__item--current {
background-color: #ffc800;
}
.search-results .pagination__item {
background-color: #ffc800;
}
.search-results .pagination__item:hover {
background-color: #a7840696;
}
.search__item a:hover {
color: #ffc800;
}
.st3 a:hover {
background-color: #ffc800;
}