*,
*::before,
*::after {
box-sizing: border-box;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block;
}
body {
font-size: 14px;
font-weight: 400;
line-height: 1.8;
color: #111;
text-align: left;
background-color: #f2f2f2;
}
[tabindex="-1"]:focus:not(:focus-visible) {
outline: 0 !important;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
abbr[title],
abbr[data-original-title] {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: .5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
b,
strong {
font-weight: bolder;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -.25em;
}
sup {
top: -.5em;
}
a {
color: #111;
text-decoration: none;
background-color: transparent;
}
a:not([href]):hover {
text-decoration: none;
}
pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em;
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
}
figure {
margin: 0 0 1rem;
}
img {
vertical-align: middle;
border-style: none;
}
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 {
overflow: visible;
}
button,
select {
text-transform: none;
}
select {
word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
box-sizing: border-box;
padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
-webkit-appearance: listbox;
}
textarea {
overflow: auto;
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal;
}
progress {
vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
outline-offset: -2px;
-webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
summary {
display: list-item;
cursor: pointer;
}
template {
display: none;
}
[hidden] {
display: none !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
margin-bottom: 0.5rem;
font-weight: bold;
}
h1, .h1 {
font-size: 2.5rem;
}
h2, .h2 {
font-size: 2rem;
}
h3, .h3 {
font-size: 1.75rem;
}
h4, .h4 {
font-size: 1.5rem;
}
h5, .h5 {
font-size: 1.25rem;
}
h6, .h6 {
font-size: 1rem;
}
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
font-size: 80%;
font-weight: 400;
}
.blockquote {
margin-bottom: 1rem;
font-size: 1.25rem;
}
.blockquote-footer::before {
content: "\2014\00A0";
}
code {
font-size: 87.5%;
color: #e83e8c;
word-wrap: break-word;
}
a > code {
color: inherit;
}
pre {
display: block;
font-size: 87.5%;
color: #212529;
}
pre code {
font-size: inherit;
color: inherit;
word-break: normal;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
.container {
max-width: 1200px;
}
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.row-cols-1 > * {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-2 > * {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-3 > * {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.row-cols-4 > * {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-5 > * {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-6 > * {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-first {
-ms-flex-order: -1;
order: -1;
}
.order-last {
-ms-flex-order: 13;
order: 13;
}
.order-0 {
-ms-flex-order: 0;
order: 0;
}
.order-1 {
-ms-flex-order: 1;
order: 1;
}
.order-2 {
-ms-flex-order: 2;
order: 2;
}
.order-3 {
-ms-flex-order: 3;
order: 3;
}
.order-4 {
-ms-flex-order: 4;
order: 4;
}
.order-5 {
-ms-flex-order: 5;
order: 5;
}
.order-6 {
-ms-flex-order: 6;
order: 6;
}
.order-7 {
-ms-flex-order: 7;
order: 7;
}
.order-8 {
-ms-flex-order: 8;
order: 8;
}
.order-9 {
-ms-flex-order: 9;
order: 9;
}
.order-10 {
-ms-flex-order: 10;
order: 10;
}
.order-11 {
-ms-flex-order: 11;
order: 11;
}
.order-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-1 {
margin-left: 8.333333%;
}
.offset-2 {
margin-left: 16.666667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.333333%;
}
.offset-5 {
margin-left: 41.666667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.333333%;
}
.offset-8 {
margin-left: 66.666667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.333333%;
}
.offset-11 {
margin-left: 91.666667%;
}
@media (min-width: 576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.row-cols-sm-1 > * {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-sm-2 > * {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-sm-3 > * {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.row-cols-sm-4 > * {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-sm-5 > * {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-sm-6 > * {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-sm-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-sm-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-sm-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-sm-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-sm-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-sm-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-sm-first {
-ms-flex-order: -1;
order: -1;
}
.order-sm-last {
-ms-flex-order: 13;
order: 13;
}
.order-sm-0 {
-ms-flex-order: 0;
order: 0;
}
.order-sm-1 {
-ms-flex-order: 1;
order: 1;
}
.order-sm-2 {
-ms-flex-order: 2;
order: 2;
}
.order-sm-3 {
-ms-flex-order: 3;
order: 3;
}
.order-sm-4 {
-ms-flex-order: 4;
order: 4;
}
.order-sm-5 {
-ms-flex-order: 5;
order: 5;
}
.order-sm-6 {
-ms-flex-order: 6;
order: 6;
}
.order-sm-7 {
-ms-flex-order: 7;
order: 7;
}
.order-sm-8 {
-ms-flex-order: 8;
order: 8;
}
.order-sm-9 {
-ms-flex-order: 9;
order: 9;
}
.order-sm-10 {
-ms-flex-order: 10;
order: 10;
}
.order-sm-11 {
-ms-flex-order: 11;
order: 11;
}
.order-sm-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.333333%;
}
.offset-sm-2 {
margin-left: 16.666667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.333333%;
}
.offset-sm-5 {
margin-left: 41.666667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.333333%;
}
.offset-sm-8 {
margin-left: 66.666667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.333333%;
}
.offset-sm-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 768px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.row-cols-md-1 > * {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-md-2 > * {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-md-3 > * {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.row-cols-md-4 > * {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-md-5 > * {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-md-6 > * {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-md-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-md-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-md-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-md-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-md-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-md-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-md-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-md-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-md-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-md-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-md-first {
-ms-flex-order: -1;
order: -1;
}
.order-md-last {
-ms-flex-order: 13;
order: 13;
}
.order-md-0 {
-ms-flex-order: 0;
order: 0;
}
.order-md-1 {
-ms-flex-order: 1;
order: 1;
}
.order-md-2 {
-ms-flex-order: 2;
order: 2;
}
.order-md-3 {
-ms-flex-order: 3;
order: 3;
}
.order-md-4 {
-ms-flex-order: 4;
order: 4;
}
.order-md-5 {
-ms-flex-order: 5;
order: 5;
}
.order-md-6 {
-ms-flex-order: 6;
order: 6;
}
.order-md-7 {
-ms-flex-order: 7;
order: 7;
}
.order-md-8 {
-ms-flex-order: 8;
order: 8;
}
.order-md-9 {
-ms-flex-order: 9;
order: 9;
}
.order-md-10 {
-ms-flex-order: 10;
order: 10;
}
.order-md-11 {
-ms-flex-order: 11;
order: 11;
}
.order-md-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.333333%;
}
.offset-md-2 {
margin-left: 16.666667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.333333%;
}
.offset-md-5 {
margin-left: 41.666667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.333333%;
}
.offset-md-8 {
margin-left: 66.666667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.333333%;
}
.offset-md-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 992px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.row-cols-lg-1 > * {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-lg-2 > * {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-lg-3 > * {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.row-cols-lg-4 > * {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-lg-5 > * {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-lg-6 > * {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-lg-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-lg-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-lg-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-lg-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-lg-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-lg-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-lg-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-lg-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-lg-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-lg-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-lg-first {
-ms-flex-order: -1;
order: -1;
}
.order-lg-last {
-ms-flex-order: 13;
order: 13;
}
.order-lg-0 {
-ms-flex-order: 0;
order: 0;
}
.order-lg-1 {
-ms-flex-order: 1;
order: 1;
}
.order-lg-2 {
-ms-flex-order: 2;
order: 2;
}
.order-lg-3 {
-ms-flex-order: 3;
order: 3;
}
.order-lg-4 {
-ms-flex-order: 4;
order: 4;
}
.order-lg-5 {
-ms-flex-order: 5;
order: 5;
}
.order-lg-6 {
-ms-flex-order: 6;
order: 6;
}
.order-lg-7 {
-ms-flex-order: 7;
order: 7;
}
.order-lg-8 {
-ms-flex-order: 8;
order: 8;
}
.order-lg-9 {
-ms-flex-order: 9;
order: 9;
}
.order-lg-10 {
-ms-flex-order: 10;
order: 10;
}
.order-lg-11 {
-ms-flex-order: 11;
order: 11;
}
.order-lg-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.333333%;
}
.offset-lg-2 {
margin-left: 16.666667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.333333%;
}
.offset-lg-5 {
margin-left: 41.666667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.333333%;
}
.offset-lg-8 {
margin-left: 66.666667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.333333%;
}
.offset-lg-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.row-cols-xl-1 > * {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-xl-2 > * {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-xl-3 > * {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.row-cols-xl-4 > * {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-xl-5 > * {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-xl-6 > * {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-xl-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-xl-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-xl-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-xl-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-xl-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-xl-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-xl-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-xl-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-xl-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-xl-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-xl-first {
-ms-flex-order: -1;
order: -1;
}
.order-xl-last {
-ms-flex-order: 13;
order: 13;
}
.order-xl-0 {
-ms-flex-order: 0;
order: 0;
}
.order-xl-1 {
-ms-flex-order: 1;
order: 1;
}
.order-xl-2 {
-ms-flex-order: 2;
order: 2;
}
.order-xl-3 {
-ms-flex-order: 3;
order: 3;
}
.order-xl-4 {
-ms-flex-order: 4;
order: 4;
}
.order-xl-5 {
-ms-flex-order: 5;
order: 5;
}
.order-xl-6 {
-ms-flex-order: 6;
order: 6;
}
.order-xl-7 {
-ms-flex-order: 7;
order: 7;
}
.order-xl-8 {
-ms-flex-order: 8;
order: 8;
}
.order-xl-9 {
-ms-flex-order: 9;
order: 9;
}
.order-xl-10 {
-ms-flex-order: 10;
order: 10;
}
.order-xl-11 {
-ms-flex-order: 11;
order: 11;
}
.order-xl-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.333333%;
}
.offset-xl-2 {
margin-left: 16.666667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.333333%;
}
.offset-xl-5 {
margin-left: 41.666667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.333333%;
}
.offset-xl-8 {
margin-left: 66.666667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.333333%;
}
.offset-xl-11 {
margin-left: 91.666667%;
}
}
.table {
width: 100%;
margin-bottom: 1rem;
color: #212529;
}
.table th,
.table td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e6;
}
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
border-top: 2px solid #dee2e6;
}
.table-sm th,
.table-sm td {
padding: 0.3rem;
}
.table-bordered {
border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
color: #212529;
background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
border-color: #7abaff;
}
.table-hover .table-primary:hover {
background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
background-color: #9fcdff;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
border-color: #8fd19e;
}
.table-hover .table-success:hover {
background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
border-color: #86cfda;
}
.table-hover .table-info:hover {
background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
border-color: #ed969e;
}
.table-hover .table-danger:hover {
background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
border-color: #fbfcfc;
}
.table-hover .table-light:hover {
background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
border-color: #95999c;
}
.table-hover .table-dark:hover {
background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
color: #fff;
background-color: #343a40;
border-color: #454d55;
}
.table .thead-light th {
color: #495057;
background-color: #e9ecef;
border-color: #dee2e6;
}
.table-dark {
color: #fff;
background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
border-color: #454d55;
}
.table-dark.table-bordered {
border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
color: #fff;
background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
.table-responsive-sm {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive-sm > .table-bordered {
border: 0;
}
}
@media (max-width: 767.98px) {
.table-responsive-md {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive-md > .table-bordered {
border: 0;
}
}
@media (max-width: 991.98px) {
.table-responsive-lg {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive-lg > .table-bordered {
border: 0;
}
}
@media (max-width: 1199.98px) {
.table-responsive-xl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive-xl > .table-bordered {
border: 0;
}
}
.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
border: 0;
}
@media (prefers-reduced-motion: reduce) {
.form-control {
transition: none;
}
}
.form-control::-ms-expand {
background-color: transparent;
border: 0;
}
.form-control:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #495057;
}
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::-moz-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
background-color: #e9ecef;
opacity: 1;
}
select.form-control:focus::-ms-value {
color: #495057;
background-color: #fff;
}
.form-control-file,
.form-control-range {
display: block;
width: 100%;
}
.col-form-label {
padding-top: calc(0.375rem + 1px);
padding-bottom: calc(0.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5;
}
.col-form-label-lg {
padding-top: calc(0.5rem + 1px);
padding-bottom: calc(0.5rem + 1px);
font-size: 1.25rem;
line-height: 1.5;
}
.col-form-label-sm {
padding-top: calc(0.25rem + 1px);
padding-bottom: calc(0.25rem + 1px);
font-size: 0.875rem;
line-height: 1.5;
}
.form-control-plaintext {
display: block;
width: 100%;
padding: 0.375rem 0;
margin-bottom: 0;
font-size: 1rem;
line-height: 1.5;
color: #212529;
background-color: transparent;
border: solid transparent;
border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
padding-right: 0;
padding-left: 0;
}
.form-control-sm {
height: calc(1.5em + 0.5rem + 2px);
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}
.form-control-lg {
height: calc(1.5em + 1rem + 2px);
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem;
}
select.form-control[size], select.form-control[multiple] {
height: auto;
}
textarea.form-control {
height: auto;
}
.form-group {
margin-bottom: 1rem;
}
.form-text {
display: block;
margin-top: 0.25rem;
}
.form-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
padding-right: 5px;
padding-left: 5px;
}
.form-check {
position: relative;
display: block;
padding-left: 1.25rem;
}
.form-check-input {
position: absolute;
margin-top: 0.3rem;
margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
color: #6c757d;
}
.form-check-label {
margin-bottom: 0;
}
.form-check-inline {
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: center;
align-items: center;
padding-left: 0;
margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
position: static;
margin-top: 0;
margin-right: 0.3125rem;
margin-left: 0;
}
.form-inline {
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-align: center;
align-items: center;
}
.form-inline .form-check {
width: 100%;
}
@media (min-width: 576px) {
.form-inline label {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 0;
}
.form-inline .form-group {
display: -ms-flexbox;
display: flex;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-align: center;
align-items: center;
margin-bottom: 0;
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .form-control-plaintext {
display: inline-block;
}
.form-inline .input-group,
.form-inline .custom-select {
width: auto;
}
.form-inline .form-check {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
width: auto;
padding-left: 0;
}
.form-inline .form-check-input {
position: relative;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-top: 0;
margin-right: 0.25rem;
margin-left: 0;
}
.form-inline .custom-control {
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
}
.form-inline .custom-control-label {
margin-bottom: 0;
}
}
.btn {
display: inline-block;
font-weight: 400;
color: #212529;
text-align: center;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.btn {
transition: none;
}
}
.btn:hover {
color: #212529;
text-decoration: none;
}
.btn:focus, .btn.focus {
outline: none;
box-shadow: none;
}
.btn.disabled, .btn:disabled {
opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
pointer-events: none;
}
.btn-primary {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-primary:hover {
color: #fff;
background-color: #0069d9;
border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
color: #fff;
background-color: #0069d9;
border-color: #0062cc;
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #0062cc;
border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.nav {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.navbar {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0.5rem 1rem;
}
.breadcrumb {
padding: 10px 20px;
background-color: #fff;
font-size: 12px;
font-weight: 600;
color: #aaa;
letter-spacing: .4px;
margin: 30px 0;
}
.breadcrumb i {
padding: 0 10px;
}
.breadcrumb-item + .breadcrumb-item {
padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
display: inline-block;
padding-right: 0.5rem;
color: #6c757d;
content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: none;
}
.breadcrumb-item.active {
color: #6c757d;
}
.alert {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.modal-open {
overflow: hidden;
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0;
}
.modal-dialog {
position: relative;
width: auto;
margin: 0.5rem;
pointer-events: none;
}
.modal.fade .modal-dialog {
transition: -webkit-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
-webkit-transform: translate(0, -50px);
transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
transition: none;
}
}
.modal.show .modal-dialog {
-webkit-transform: none;
transform: none;
}
.modal.modal-static .modal-dialog {
-webkit-transform: scale(1.02);
transform: scale(1.02);
}
.modal-dialog-scrollable {
display: -ms-flexbox;
display: flex;
max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 1rem);
overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
-ms-flex-negative: 0;
flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
overflow-y: auto;
}
.modal-dialog-centered {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
display: block;
height: calc(100vh - 1rem);
content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
content: none;
}
.modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
outline: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
left: 0;
z-index: 1040;
width: 100vw;
height: 100vh;
background-color: #000;
}
.modal-backdrop.fade {
opacity: 0;
}
.modal-backdrop.show {
opacity: 0.5;
}
.modal-title {
margin-bottom: 0;
line-height: 1.5;
}
.modal-body {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem;
}
.modal-footer {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 0.75rem;
border-top: 1px solid #dee2e6;
border-bottom-right-radius: calc(0.3rem - 1px);
border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
margin: 0.25rem;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 576px) {
.modal-dialog {
max-width: 500px;
margin: 1.75rem auto;
}
.modal-dialog-scrollable {
max-height: calc(100% - 3.5rem);
}
.modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 3.5rem);
}
.modal-dialog-centered {
min-height: calc(100% - 3.5rem);
}
.modal-dialog-centered::before {
height: calc(100vh - 3.5rem);
}
.modal-sm {
max-width: 320px;
}
}
@media (min-width: 992px) {
.modal-lg,
.modal-xl {
max-width: 800px;
}
}
@media (min-width: 1200px) {
.modal-xl {
max-width: 1140px;
}
}
@-webkit-keyframes spinner-border {
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spinner-border {
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.spinner-border {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
border: 0.25em solid currentColor;
border-right-color: transparent;
border-radius: 50%;
-webkit-animation: spinner-border .75s linear infinite;
animation: spinner-border .75s linear infinite;
}
.spinner-border-sm {
width: 1rem;
height: 1rem;
border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
opacity: 1;
}
}
@keyframes spinner-grow {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
opacity: 1;
}
}
.spinner-grow {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
background-color: currentColor;
border-radius: 50%;
opacity: 0;
-webkit-animation: spinner-grow .75s linear infinite;
animation: spinner-grow .75s linear infinite;
}
.spinner-grow-sm {
width: 1rem;
height: 1rem;
}
.embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden;
}
.embed-responsive::before {
display: block;
content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.embed-responsive-21by9::before {
padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
padding-top: 56.25%;
}
.embed-responsive-4by3::before {
padding-top: 75%;
}
.embed-responsive-1by1::before {
padding-top: 100%;
}html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: none;
}
input {
outline: none;
}
a {
-webkit-transition: all .2s ease;
transition: all .2s ease;
}
.container {
word-wrap: break-word;
text-rendering: optimizeLegibility;
}
ol, ul {
list-style: none;
}
input {
font-family: inherit;
}
img {
max-width: 100%;
height: auto;
}
.clearfix::after {
display: block;
clear: both;
content: "";
} .logox .logo {
max-height: 70px;
width: auto;
}
.header.centered .menu > li > a i {
font-size: 1rem;
margin-right: 4px;
}
.sticky.mtop {
height: 50px;
}
#fx.fixed {
position: fixed;
top: 0;
z-index: 9;
max-width: 1170px;
margin-left: auto;
margin-right: auto;
-webkit-transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
#fx.fixed.show {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
.header .menu li {
position: relative;
}
.h1_homepage {
position: absolute;
top: -9000px;
left: -9000px;
}
.header_wrap {
position: relative;
text-align: center;
margin: 30px 0;
}
.socialButton, .LogPrimary, .loginUser.logged {
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.LogPrimary {
left: 0;
cursor: pointer;
}
.socialButton {
right: 0;
}
.socialButton ul li {
display: inline-block;
}
.socialButton ul li a, .loginUser > a {
padding: 10px;
line-height: 0;
background-color: #e3e3e3;
}
.right-menu {
position: absolute;
right: 0;
top: 0;
}
#fx {
display: block;
width: 100%;
position: relative;
min-height: 50px;
}
.header-search {
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
display: inline-block;
}
input, button, select, optgroup, textarea {
background-color: transparent;
border: 1px solid #e3e3e3;
color: #2c2c2c;
height: auto;
line-height: normal;
font-size: .8571em;
-webkit-box-shadow: none;
box-shadow: none;
padding: 10px 18px;
}
.main-menu ul.menu > li.menu-item.nx_Current > a {
color: #fff;
}
.header.centered .menu > li {
padding: 10px 0;
margin-left: 10px;
}
.header .menu ul.sub-menu ul.sub-menu {
top: -18px;
left: 100%;
}
.menu .sub-menu li a {
display: block;
padding: 4px 20px;
font-weight: 500;
} .loginUser {
display: inline-block;
line-height: 40px;
}
.loginUser.logged {
left: 0;
}
#loginPopup .modal-header {
border: none;
padding: 0;
}
#loginPopup .modal-header .close {
padding: 18px 30px;
font-size: 1.2rem;
outline: none;
border: none;
position: absolute;
right: 0;
z-index: 9999;
}
#loginPopup .modal-body {
padding: 30px;
border: 1px solid #000;
}
#loginPopup #reg_passmail {
font-weight: 400;
line-height: 24px;
padding: 11px 0;
}
#loginPopup .login-tabs .nav-tabs li.active {
color: #111;
}
.login-tabs .nav-tabs li {
font-weight: bold;
text-transform: uppercase;
margin-right: 20px;
line-height: 0;
padding-bottom: 20px;
}
#loginPopup .tab-content label, #loginPopup .tab-content p, #loginPopup .tab-content a, #dregister {
font-size: 12px;
font-weight: 500;
color: #636363;
}
#loginPopup .tab-content #reg_passmail {
font-size: 11px;
}
.modal-content {
min-height: 400px;
}
#dregister {
padding: 3px 0;
}
#loginPopup .tab-content {
margin: 20px 0 0;
}
#loginPopup .login-tabs .nav-tabs li, .login-remember label {
cursor: pointer;
font-size: 12px;
color:#aaa;
}
.tab-content input[type="text"], .tab-content input[type="password"], .tab-content input[type="email"] {
outline: none;
font-size: 12px;
line-height: 21px;
color: #444;
border: 1px solid #aaa;
width: 100%;
max-width: 100%;
height: 45px;
padding: 4px 20px;
}
.login-remember input[type=checkbox] {
width: 20px;
vertical-align: middle;
margin: 0;
margin-top: -2px;
}
.login-content input[type=submit] {
padding: 8px 30px;
line-height: 20px;
}
.login-content {
text-align: left;
}
input[type="submit"] {
outline: none;
font-size: 13px;
background-color: #111;
color: #fff;
border: none;
padding: 8px 15px;
-webkit-transition: background-color .4s;
-o-transition: background-color .4s;
transition: background-color .4s;
}
.login-content input[type="submit"]:hover {
background-color: #444;
}
.cikis {
padding-left: 10px;
font-size: 14px;
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.nav-tabs {
border-bottom: 1px solid #dee2e6;
}
.login-remember {
user-select: none;
}
#loginPopup .tab-content a:hover {
color: #000;
} .mobile-menu-open .header {
-webkit-transition: all 200ms linear, background-color 1ms;
-o-transition: all 200ms linear, background-color 1ms;
transition: all 200ms linear, background-color 1ms;
}
#mobile-menu .mobile.menu-account.menu-item {
border: none;
float: left;
width: 50%;
text-align: center;
padding: 10px;
}
#mobile-menu-main-ul {
padding-right: 15px;
margin: 10px 0;
}
.mobile-menu-open .menu-icon span.mDicx-1 {
top: 7px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.mobile-menu-open .menu-icon span.mDicx-2 {
background: none;
}
.mobile-menu-open .menu-icon span.mDicx-3 {
top: 7px;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.mobile-menu-open.header-mobile-alt .menu li.menu-offscreen .menu-cart-count {
opacity: 0;
-webkit-transition: opacity 0.2s ease;
-o-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
}
#mobile-menu {
position: fixed;
top: -100%;
left: 0;
z-index: -1;
width: 100%;
opacity: 0;
overflow: hidden;
background: #fff;
}
.header-fixed #mobile-menu {
position: fixed;
z-index: 1001;
}
.mobile-menu-open #mobile-menu {
top: 0;
opacity: 1;
z-index: 1001;
}
#mobile-menu .mobile-menu-content {
padding: 0 0 17px;
}
.header-border-0 #mobile-menu .mobile-menu-content {
border-top: 1px solid #eee;
} #mobile-menu li {
position: relative;
border-bottom: 1px solid #eee;
width: 100%;
}
#mobile-menu li a {
width: 100%;
}
#mobile-menu li.menu-item-has-children {
cursor: pointer;
}
#mobile-menu a {
font-size: 1rem;
display: inline-block;
line-height: 2;
padding: 10px 0;
white-space: nowrap;
}
#mobile-menu ul li .menu-toggle::before {
display: block;
content: "\eaa0";
font-family: icofont;
}
#mobile-menu ul > li.active > .menu-toggle:before {
content: "\ea99";
}
#mobile-menu ul li.menu-item-has-children > .menu-toggle {
display: inline-block;
}
#mobile-menu a .label {
position: relative;
top: -7px;
font-size: 10px;
color: #333;
padding-left: 2px;
text-transform: uppercase;
}
#mobile-menu ul ul {
display: none;
padding: 16px 0 13px;
border-top: 1px solid #eee;
}
#mobile-menu ul ul.open {
display: block;
}
#mobile-menu ul ul li {
cursor: default;
border-bottom: 0 none;
}
#mobile-menu ul ul li:first-child {
margin-top: 0;
}
#mobile-menu ul ul li.menu-item-has-children {
cursor: pointer;
}
#mobile-menu ul ul li.menu-item a {
padding: 0 0 3px;
text-indent: 15px;
font-weight: 500;
}
#mobile-menu ul ul ul a {
text-indent: 30px;
}
#mobile-menu ul ul ul ul a {
text-indent: 45px;
}
#mobile-menu ul ul li .menu-toggle {
top: 1px;
}
#mobile-menu .mobile-menu-secondary li:last-child {
border-bottom: 0 none;
}
#mobile-menu ul li .menu-toggle {
display: none;
position: absolute;
top: 8px;
right: 0;
width: 25px;
color: #fff !important;
background-color: #111;
text-decoration: none;
text-align: center;
}
#mobile-menu ul ul ul {
padding: 4px 20px;
border-top: 0 none;
} .mobile-menu-overlay {
visibility: hidden;
position: fixed;
top: -1px;
right: 0;
bottom: 0;
left: 0;
z-index: 1000;
content: " ";
width: 1px;
height: 1px;
opacity: 0;
background: rgba(255, 255, 255, 0.56);
-webkit-transition: opacity 0.20s ease;
-o-transition: opacity 0.20s ease;
transition: opacity 0.20s ease;
}
.mobile-menu-overlay.show {
visibility: visible;
top: 0;
width: 100%;
height: 100%;
opacity: 1;
cursor: url(//www.irlandaegitimrehberi.com/wp-content/themes/kryexnano/img/close_x.svg) 16 10, auto;
}
.menu li.menu-offscreen {
position: relative;
display: none;
} .main-menu {
z-index: 9;
position: relative;
}
.header.default .main-menu {
float: left;
}
.main-menu > ul, .right-menu > ul {
margin: 0;
-webkit-box-flex: 1;
flex-grow: 1;
display: -webkit-box;
display: flex;
} .fix .main-menu, .logox {
display: inline-block;
}
.menu-icon {
position: relative;
width: 26px;
height: 18px;
top: 15px;
}
.menu-icon span {
display: block;
position: absolute;
left: 0;
width: 100%;
height: 2px;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transition: -webkit-transform 0.1s ease;
transition: -webkit-transform 0.1s ease;
-o-transition: transform 0.1s ease;
transition: transform 0.1s ease;
transition: transform 0.1s ease, -webkit-transform 0.1s ease;
background: #282828;
border-radius: 10px;
}
.menu-icon span.bar1 {
top: 0;
}
.menu-icon span.bar2 {
top: 8px;
}
.menu-icon span.bar3 {
bottom: 0;
}
.mobile-menu-open .menu-icon span.bar1 {
top: 7px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.mobile-menu-open .menu-icon span.bar2 {
background: none;
}
.mobile-menu-open .menu-icon span.bar3 {
top: 7px;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
} .dropdown_search {
position: absolute;
background-color: #fff;
right: -1px;
visibility: hidden;
opacity: 0;
-webkit-box-shadow: 0 10px 10px rgba(0,0,0,.29);
box-shadow: 0 10px 10px rgba(0,0,0,.29);
}
.dropdown_search.open {
visibility: visible;
opacity: 1;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: menu_hover_X;
animation-name: menu_hover_X;
z-index: 9;
}
.search_button.open i::before {
content: "\eee1";
}
.search_button i {
font-size: 20px;
}
.header_search {
z-index: 1;
position: absolute;
right: 0;
top: 0;
}
.dropdown_search .search-form {
margin: 20px;
}
.header-search .search-form input:first-child {
font-weight: normal;
}
.search_wrap {
display: flex;
}
.search_submit {
background-color: #2f2f2f;
color: #fff;
border: none;
font-family: inherit;
font-weight: bold;
}
input[type="text"]:focus {
border-color: #000;
}
.search_form {
max-width: 340px;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
}
.search_content {
text-align: center;
padding: 60px 0 100px;
}
.search_form .search_submit {
width: 50px;
height: 41px;
vertical-align: top;
padding: 0;
}
.search_content .sub-title {
font-size: 1.8rem;
font-weight: 800;
margin-bottom: 10px;
}
.search_form input[type="text"] {
min-height: 41px;
}
.header-search .search-form input {
font-size: .8571em;
} .catSlider {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
list-style: none;
z-index: 1;
opacity: 0;
-webkit-transition: opacity .3s ease;
transition: opacity .3s ease;
}
#r_top {
color: #fff;
display: none;
position: fixed;
bottom: 20px;
right: 20px;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
cursor: pointer;
z-index: 9999;
} .text-center {
text-align: center;
}
.home-sidebar {
margin-bottom: 30px;
}
.home-sidebar.kryex_featured_widget {
margin: 0;
}
.home-sidebar .section_title {
position: relative;
color: #fff;
margin-bottom: 30px;
}
.post_list_top {
padding-bottom: 30px;
}
.home_sidebar_top .widget_media_image {
text-align: center;
}
.wh_bg, .post_wide, .tagcloud,
.home-sidebar.widget_media_image,
.home-sidebar.widget_categories ul,
.home-sidebar.widget_archive ul,
.home-sidebar.widget_custom_html,
.home-sidebar.widget_recent_comments ul
{
background-color: #fff;
padding: 10px;
}
.sidebar_features_posts .wh_bg {
display: grid;
grid-template-columns: 25% 69%;
grid-column-gap: 15px;
border-bottom: 1px solid #eee;
}
.sidebar_features_posts .post-title {
font-size: 11px;
text-transform: uppercase;
line-height: 14px;
}
.sidebar_features_posts .post_overlay {
display: grid;
align-items: center;
}
.post_date {
font-size: 12px;
color: #888;
}
.post_date::before {
content: "\f022";
font-family: icofont;
}
.sidebar_post_thumb:hover {
opacity: .9;
}
.xpan a {
color: #888;
}
.xpan a:hover {
color: #111;
}
.xpan {
font-size: 10px;
color: #888;
margin-left: 5px;
padding-left: 10px;
}
.xpan svg {
vertical-align: sub;
}
.xpan .icofont-fire-burn {
font-size: 12px;
}
.sl-button {
cursor: pointer;
}
.xpan svg, .xpan i {
margin-right: 2px;
}
.section_title .widgettitle {
position: relative;
font-size: 14px;
text-transform: uppercase;
padding: 15px;
}
.section_title .widgettitle i {
font-size: 1rem;
margin-right: 5px;
}
.section_title .widgettitle i.icofont-fire-burn {
font-size: 20px;
}
.home-sidebar .cat-item:last-child, .home-sidebar.widget_archive li:last-child {
border: none;
}
.home-sidebar .cat-item, .home-sidebar.widget_archive li {
border-bottom: 1px solid #eee;
margin: 5px 10px;
padding-bottom: 5px;
}
.home-sidebar .cat-item a, .home-sidebar.widget_archive li a {
font-weight: bold;
font-size: 13px;
position: relative;
text-transform: uppercase;
padding: 6px 30px 6px 0;
}
.home-sidebar .cat-item span {
font-size: 70%;
font-weight: 600;
color: #fff;
float: right;
cursor: default;
text-align: center;
min-width: 30px;
height: 25px;
line-height: 25px;
}
.tagcloud ul {
font-size: 0;
}
.tagcloud ul li {
display: inline-block;
}
.tagcloud ul li a {
display: block;
padding: 5px;
margin: 2px;
width: inherit;
border: none;
color: #f0f0f0 !important;
}
.home-sidebar .view_all {
color: #fff;
font-size: 0;
position: absolute;
right: 10px;
top: 50%;
z-index: 1;
background-color: rgba(255, 255, 255, 0.16);
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.home-sidebar .view_all::before {
content: "\ea94";
font-size: 1.4rem;
font-family: icofont;
}
.home-sidebar .view_all:hover {
background-color: rgba(255, 255, 255, 0.1);
}
.recentcomments {
display: grid;
font-size: 0;
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #eee;
}
.recentcomments:last-child {
border: none;
margin: 0;
}
.recentcomments > a {
font-size: 14px;
line-height: 1.4;
}
.comment-author-link::before {
content: "\ed01";
font-family: icofont;
margin-right: 7px;
}
.comment-author-link {
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
padding-top: 4px;
} .footer-copyright {
color: #555;
padding: 40px 0;
text-align: center;
line-height: 0;
}
.footer-copyright a {
color: #ccc;
font-size: 12px;
text-transform: uppercase;
font-weight: 500;
}
.footer-copyright .menu {
padding: 20px 0;
}
.footer-copyright .menu li {
float: none;
display: inline-block;
}
.footer-copyright .menu li a {
display: block;
padding: 5px 7px;
}
.footer_socials li {
display: inline-block;
}
.footer_socials li a {
width: 24px;
height: 24px;
line-height: 24px;
padding: 0;
display: block;
} @media only screen and (min-width: 991px) {
.header-search .search_button {
cursor: pointer;
display: block;
color: #fff;
}
.header.centered .menu > li:hover > a {
background-color: #ffffff2b;
}
.header.centered .menu > li.menu-item-has-children > a::after {
content: "\eab2";
font-family: icofont;
padding-left: 5px;
}
.search_button:hover, .search_button.open {
background-color: #2f2f2f;
color: #fff !important;
}
.header.centered .menu > li > a {
color: #fff !important;
padding: 5px 7px;
line-height: 30px;
}
.header.centered .menu > li {
color: #fff;
}
.menu .megamenu > ul > li > a {
font-weight: bold;
border-bottom: 1px solid #e3e3e3;
margin: 0 30px;
padding: 10px 0;
}
#mobile-menu {
display: none;
}
.menu .sub-menu li.menu-item-has-children > a:after {
content: "\eab8";
font-family: 'icofont';
position: absolute;
top: 0;
font-weight: 400;
right: 20px;
}
.menu .sub-menu {
display: none;
position: absolute;
top: 100%;
left: 0;
z-index: 1010;
min-width: 250px;
padding: 20px 0;
background: #fff;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: menu_hover_X;
animation-name: menu_hover_X;
-webkit-box-shadow: 0 10px 10px rgba(0,0,0,.29);
box-shadow: 0 10px 10px rgba(0,0,0,.29);
} @keyframes menu_hover_X {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0px, 0);
transform: translate3d(0, 0px, 0);
}
}
.header .menu li:hover > ul.sub-menu {
display: block;
}
}
@media only screen and (max-width: 991px) {
body .breadcrumb {
margin: 0 0 30px;
}
.mobile-menu-scroll {
margin-right: -17px;
margin-top: 70px;
max-height: 460px;
overflow-x: hidden;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
border-bottom: 2px solid #8a8a8a;
}
#header .fix {
min-height: 70px;
}
.placeholder {
height: 100px;
}
.header-search {
height: 70px;
line-height: 70px;
}
.header-search .search_button {
display: block;
}
#header {
width: 100%;
position: fixed;
top: 0;
z-index: 1050;
background-color: #fff;
box-shadow: 0 2px 5px 0 rgba(123,123,123,0.14);
}
#header .fix {
background-color: #fff;
}
.socialButton, .loginUser {
display: none;
}
.logox .logo {
width: auto;
max-height: 45px;
}
.header_wrap {
position: absolute;
top: 12px;
left: 50%;
z-index: 10;
height: 0;
margin: 0;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.main-menu ul li {
display: none;
}
.menu li.menu-offscreen {
display: block;
}
.menu-icon span {
display: block;
position: absolute;
left: 0;
width: 100%;
height: 2px;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transition: -webkit-transform 0.1s ease;
transition: -webkit-transform 0.1s ease;
-o-transition: transform 0.1s ease;
transition: transform 0.1s ease;
transition: transform 0.1s ease, -webkit-transform 0.1s ease;
background: #282828;
border-radius: 10px;
}
.menu-icon span.mDicx-1 {
top: 0;
}
.menu-icon span.mDicx-2 {
top: 8px;
}
.menu-icon span.mDicx-3 {
bottom: 0;
}
.mobile-menu-open .menu-icon span.mDicx-1 {
top: 7px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.mobile-menu-open .menu-icon span.mDicx-2 {
background: none;
}
.mobile-menu-open .menu-icon span.mDicx-3 {
top: 7px;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
}
@media only screen and (max-width: 768px){
.ads img {
width: 100%;
height: auto;
}
}
@media only screen and (max-width: 480px){
.footer-copyright .menu li a {
margin-bottom: 10px;
}
.home-sidebar.kryex_featured_widget ul li {
padding-left: 5px;
padding-right: 5px;
margin-bottom: 10px;
}
.kryex_featured_widget .posts-list-items {
padding: 0 10px;
}
}
@media only screen and (max-width: 380px){
.header-search .search-form input:first-child {
font-weight: normal;
width: 236px;
}
}
@media only screen and (max-width: 330px){
.header-search .search-form input:first-child {
font-weight: normal;
width: 196px;
}
} @font-face{font-family:IcoFont;font-weight:400;font-display:swap;font-style:Regular;src:url(//www.irlandaegitimrehberi.com/wp-content/themes/kryexnano/fonts/icofont.woff2) format("woff2"),url(//www.irlandaegitimrehberi.com/wp-content/themes/kryexnano/fonts/icofont.woff) format("woff")}[class*=" icofont-"],[class^=icofont-]{font-family:IcoFont!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;white-space:nowrap;word-wrap:normal;direction:ltr;line-height:1;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}.icofont-whatsapp:before{content:"\ed86"}.icofont-youtube:before{content:"\ed8b"}.icofont-twitter:before{content:"\ed7a"}.icofont-twitch:before{content:"\ed79"}.icofont-telegram:before{content:"\ed75"}.icofont-tinder:before{content:"\ed76"}.icofont-steam:before{content:"\ed71"}.icofont-slack:before{content:"\ed68"}.icofont-skype:before{content:"\ed67"}.icofont-linkedin:before{content:"\ed4d"}.icofont-instagram:before{content:"\ed46"}.icofont-google-map:before{content:"\ed42"}.icofont-google-hangouts:before{content:"\ed41"}.icofont-facebook:before{content:"\ed37"}.icofont-envato:before{content:"\ed34"}.icofont-dribbble:before{content:"\ed2e"}.icofont-alarm:before{content:"\eea3"}.icofont-bag:before{content:"\eeac"}.icofont-ban:before{content:"\eead"}.icofont-basket:before{content:"\eeb0"}.icofont-beaker:before{content:"\eeb5"}.icofont-bin:before{content:"\eebb"}.icofont-book-mark:before{content:"\eec0"}.icofont-box:before{content:"\eec1"}.icofont-bucket:before{content:"\eec4"}.icofont-bullhorn:before{content:"\eecb"}.icofont-cart:before{content:"\eed2"}.icofont-cart-alt:before{content:"\eed1"}.icofont-check-circled:before{content:"\eed7"}.icofont-check-alt:before{content:"\eed6"}.icofont-check:before{content:"\eed8"}.icofont-checked:before{content:"\eed9"}.icofont-clock-time:before{content:"\eedc"}.icofont-close-circled:before{content:"\eedd"}.icofont-close-line-circled:before{content:"\eede"}.icofont-close-line:before{content:"\eee1"}.icofont-close-squared-alt:before{content:"\eee2"}.icofont-close:before{content:"\eee4"}.icofont-cloud-download:before{content:"\eee5"}.icofont-cloud-refresh:before{content:"\eee6"}.icofont-cloud-upload:before{content:"\eee7"}.icofont-cloud:before{content:"\eee8"}.icofont-code:before{content:"\eeea"}.icofont-comment:before{content:"\eeeb"}.icofont-contacts:before{content:"\eef1"}.icofont-contrast:before{content:"\eef2"}.icofont-copyright:before{content:"\eef3"}.icofont-credit-card:before{content:"\eef4"}.icofont-crown:before{content:"\eef6"}.icofont-cube:before{content:"\eef7"}.icofont-dashboard:before{content:"\eefa"}.icofont-dice:before{content:"\ef03"}.icofont-document-folder:before{content:"\ef06"}.icofont-downloaded:before{content:"\ef09"}.icofont-drag2:before{content:"\ef0c"}.icofont-earth:before{content:"\ef0e"}.icofont-ebook:before{content:"\ef0f"}.icofont-envelope:before{content:"\ef14"}.icofont-error:before{content:"\ef16"}.icofont-exclamation-circle:before{content:"\ef19"}.icofont-exchange:before{content:"\ef18"}.icofont-exclamation-tringle:before{content:"\ef1b"}.icofont-exclamation:before{content:"\ef1c"}.icofont-exit:before{content:"\ef1d"}.icofont-crop:before{content:"\eef5"}.icofont-fire-alt:before{content:"\ef2a"}.icofont-fire-burn:before{content:"\ef2b"}.icofont-flash:before{content:"\ef32"}.icofont-eye:before{content:"\ef24"}.icofont-eye-alt:before{content:"\ef21"}.icofont-eye-blocked:before{content:"\ef22"}.icofont-gear-alt:before{content:"\ef39"}.icofont-gear:before{content:"\ef3a"}.icofont-gears:before{content:"\ef3b"}.icofont-grocery:before{content:"\ef40"}.icofont-hand:before{content:"\ef41"}.icofont-heart-alt:before{content:"\ef44"}.icofont-heart:before{content:"\ef45"}.icofont-home:before{content:"\ef47"}.icofont-image:before{content:"\ef4b"}.icofont-info-circle:before{content:"\ef4e"}.icofont-info:before{content:"\ef50"}.icofont-jacket:before{content:"\ef54"}.icofont-karate:before{content:"\ef57"}.icofont-key:before{content:"\ef59"}.icofont-layers:before{content:"\ef5c"}.icofont-leaf:before{content:"\ef5e"}.icofont-library:before{content:"\ef65"}.icofont-like:before{content:"\ef6e"}.icofont-link:before{content:"\ef71"}.icofont-location-arrow:before{content:"\ef78"}.icofont-location-pin:before{content:"\ef79"}.icofont-lock:before{content:"\ef7a"}.icofont-login:before{content:"\ef7b"}.icofont-logout:before{content:"\ef7c"}.icofont-lunch:before{content:"\ef82"}.icofont-map:before{content:"\ef8b"}.icofont-mega-phone:before{content:"\ef8f"}.icofont-megaphone-alt:before{content:"\ef90"}.icofont-megaphone:before{content:"\ef91"}.icofont-memorial:before{content:"\ef92"}.icofont-molecule:before{content:"\ef9c"}.icofont-paper-plane:before{content:"\efb4"}.icofont-paint:before{content:"\efb3"}.icofont-phone-circle:before{content:"\efba"}.icofont-phone:before{content:"\efbb"}.icofont-plus:before{content:"\efc2"}.icofont-plus-circle:before{content:"\efc0"}.icofont-polygonal:before{content:"\efc3"}.icofont-quote-left:before{content:"\efcd"}.icofont-quote-right:before{content:"\efce"}.icofont-random:before{content:"\efcf"}.icofont-refresh:before{content:"\efd1"}.icofont-repair:before{content:"\efd2"}.icofont-reply-all:before{content:"\efd3"}.icofont-reply:before{content:"\efd4"}.icofont-retweet:before{content:"\efd7"}.icofont-royal:before{content:"\efda"}.icofont-safety:before{content:"\efdc"}.icofont-rss-feed:before{content:"\efdb"}.icofont-soccer:before{content:"\efed"}.icofont-sort:before{content:"\efef"}.icofont-spinner-alt-3:before{content:"\eff6"}.icofont-speech-comments:before{content:"\eff2"}.icofont-space:before{content:"\eff0"}.icofont-ssl-security:before{content:"\effd"}.icofont-tag:before{content:"\f004"}.icofont-tack-pin:before{content:"\f003"}.icofont-tags:before{content:"\f005"}.icofont-star:before{content:"\f000"}.icofont-tick-mark:before{content:"\f00e"}.icofont-ticket:before{content:"\f00f"}.icofont-thumbs-up:before{content:"\f00c"}.icofont-thumbs-down:before{content:"\f00b"}.icofont-toggle-off:before{content:"\f011"}.icofont-toggle-on:before{content:"\f012"}.icofont-verification-check:before{content:"\f021"}.icofont-wall-clock:before{content:"\f022"}.icofont-arrow-down:before{content:"\ea5b"}.icofont-arrow-left:before{content:"\ea5c"}.icofont-arrow-right:before{content:"\ea5d"}.icofont-arrow-up:before{content:"\ea5e"}.icofont-block-down:before{content:"\ea5f"}.icofont-block-left:before{content:"\ea60"}.icofont-block-right:before{content:"\ea61"}.icofont-block-up:before{content:"\ea62"}.icofont-bubble-down:before{content:"\ea63"}.icofont-bubble-left:before{content:"\ea64"}.icofont-bubble-right:before{content:"\ea65"}.icofont-bubble-up:before{content:"\ea66"}.icofont-caret-down:before{content:"\ea67"}.icofont-caret-left:before{content:"\ea68"}.icofont-caret-right:before{content:"\ea69"}.icofont-caret-up:before{content:"\ea6a"}.icofont-circled-down:before{content:"\ea6b"}.icofont-circled-left:before{content:"\ea6c"}.icofont-circled-right:before{content:"\ea6d"}.icofont-circled-up:before{content:"\ea6e"}.icofont-collapse:before{content:"\ea6f"}.icofont-curved-double-left:before{content:"\ea71"}.icofont-curved-double-right:before{content:"\ea72"}.icofont-curved-down:before{content:"\ea73"}.icofont-curved-left:before{content:"\ea74"}.icofont-curved-right:before{content:"\ea75"}.icofont-curved-up:before{content:"\ea76"}.icofont-double-left:before{content:"\ea7b"}.icofont-double-right:before{content:"\ea7c"}.icofont-expand-alt:before{content:"\ea7d"}.icofont-long-arrow-down:before{content:"\ea92"}.icofont-long-arrow-left:before{content:"\ea93"}.icofont-long-arrow-right:before{content:"\ea94"}.icofont-long-arrow-up:before{content:"\ea95"}.icofont-rounded-collapse:before{content:"\ea96"}.icofont-rounded-double-left:before{content:"\ea97"}.icofont-rounded-double-right:before{content:"\ea98"}.icofont-rounded-down:before{content:"\ea99"}.icofont-rounded-expand:before{content:"\ea9a"}.icofont-rounded-left-down:before{content:"\ea9b"}.icofont-rounded-left-up:before{content:"\ea9c"}.icofont-rounded-left:before{content:"\ea9d"}.icofont-rounded-right-down:before{content:"\ea9e"}.icofont-rounded-right-up:before{content:"\ea9f"}.icofont-rounded-right:before{content:"\eaa0"}.icofont-rounded-up:before{content:"\eaa1"}.icofont-scroll-bubble-down:before{content:"\eaa2"}.icofont-scroll-double-down:before{content:"\eaa6"}.icofont-scroll-down:before{content:"\eaaa"}.icofont-scroll-long-up:before{content:"\eaaf"}.icofont-simple-down:before{content:"\eab2"}.icofont-simple-left:before{content:"\eab5"}.icofont-simple-right:before{content:"\eab8"}.icofont-simple-up:before{content:"\eab9"}.icofont-square-down:before{content:"\eaba"}.icofont-square-left:before{content:"\eabb"}.icofont-square-right:before{content:"\eabc"}.icofont-square-up:before{content:"\eabd"}.icofont-swoosh-left:before{content:"\eac3"}.icofont-swoosh-right:before{content:"\eac4"}.icofont-thin-double-left:before{content:"\eac6"}.icofont-thin-double-right:before{content:"\eac7"}.icofont-thin-left:before{content:"\eac9"}.icofont-thin-right:before{content:"\eaca"}.icofont-thin-down:before{content:"\eac8"}.icofont-thin-up:before{content:"\eacb"}.icofont-turkish-lira:before{content:"\ea1e"}.icofont-pound:before{content:"\ea00"}.icofont-dollar:before{content:"\e9d8"}.icofont-wheat:before{content:"\eb9c"}.icofont-watermelon:before{content:"\eb9b"}.icofont-steak:before{content:"\eb93"}.icofont-strawberry:before{content:"\eb94"}.icofont-sub-sandwich:before{content:"\eb95"}.icofont-sushi:before{content:"\eb96"}.icofont-taco:before{content:"\eb97"}.icofont-tea-pot:before{content:"\eb98"}.icofont-tea:before{content:"\eb99"}.icofont-tomato:before{content:"\eb9a"}.icofont-spoon-and-fork:before{content:"\eb92"}.icofont-soup-bowl:before{content:"\eb91"}.icofont-soft-drinks:before{content:"\eb90"}.icofont-sausage:before{content:"\eb8f"}.icofont-sandwich:before{content:"\eb8e"}.icofont-salt-and-pepper:before{content:"\eb8d"}.icofont-restaurant:before{content:"\eb8c"}.icofont-restaurant-menu:before{content:"\eb8b"}.icofont-raddish:before{content:"\eb8a"}.icofont-pumpkin:before{content:"\eb89"}.icofont-potato:before{content:"\eb88"}.icofont-popcorn:before{content:"\eb87"}.icofont-plant:before{content:"\eb86"}.icofont-pizza:before{content:"\eb85"}.icofont-pizza-slice:before{content:"\eb84"}.icofont-pineapple:before{content:"\eb83"}.icofont-pie:before{content:"\eb82"}.icofont-pie-alt:before{content:"\eb81"}.icofont-pepper:before{content:"\eb80"}.icofont-peas:before{content:"\eb7f"}.icofont-pear:before{content:"\eb7e"}.icofont-orange:before{content:"\eb7d"}.icofont-onion:before{content:"\eb7c"}.icofont-noodles:before{content:"\eb7b"}.icofont-mushroom:before{content:"\eb7a"}.icofont-milk:before{content:"\eb79"}.icofont-mango:before{content:"\eb78"}.icofont-lobster:before{content:"\eb77"}.icofont-lemon:before{content:"\eb76"}.icofont-lemon-alt:before{content:"\eb75"}.icofont-kiwi:before{content:"\eb73"}.icofont-juice:before{content:"\eb71"}.icofont-ice-cream-alt:before{content:"\eb6f"}.icofont-hot-dog:before{content:"\eb6e"}.icofont-honey:before{content:"\eb6d"}.icofont-grapes:before{content:"\eb6c"}.icofont-fruits:before{content:"\eb6b"}.icofont-french-fries:before{content:"\eb6a"}.icofont-fork-and-knife:before{content:"\eb69"}.icofont-food-cart:before{content:"\eb68"}.icofont-food-basket:before{content:"\eb67"}.icofont-fast-food:before{content:"\eb66"}.icofont-farmer:before{content:"\eb65"}.icofont-farmer-alt:before{content:"\eb64"}.icofont-egg-plant:before{content:"\eb62"}.icofont-donut:before{content:"\eb61"}.icofont-dining-table:before{content:"\eb60"}.icofont-cup-cake:before{content:"\eb5f"}.icofont-culinary:before{content:"\eb5e"}.icofont-cucumber:before{content:"\eb5d"}.icofont-croissant:before{content:"\eb5b"}.icofont-crop-plant:before{content:"\eb5c"}.icofont-corn:before{content:"\eb5a"}.icofont-cola:before{content:"\eb59"}.icofont-coffee-pot:before{content:"\eb58"}.icofont-coffee-mug:before{content:"\eb57"}.icofont-coffee-cup:before{content:"\eb56"}.icofont-coffee-alt:before{content:"\eb55"}.icofont-coconut:before{content:"\eb54"}.icofont-coconut-water:before{content:"\eb53"}.icofont-cocktail:before{content:"\eb52"}.icofont-chicken:before{content:"\eb51"}.icofont-cherry:before{content:"\eb4f"}.icofont-chicken-fry:before{content:"\eb50"}.icofont-chef:before{content:"\eb4e"}.icofont-cheese:before{content:"\eb4d"}.icofont-cauli-flower:before{content:"\eb4c"}.icofont-carrot:before{content:"\eb4b"}.icofont-burger:before{content:"\eb49"}.icofont-broccoli:before{content:"\eb48"}.icofont-bread:before{content:"\eb47"}.icofont-birthday-cake:before{content:"\eb46"}.icofont-bell-pepper-capsicum:before{content:"\eb45"}.icofont-beer:before{content:"\eb44"}.icofont-beans:before{content:"\eb43"}.icofont-bbq:before{content:"\eb42"}.icofont-banana:before{content:"\eb41"}.icofont-baby-food:before{content:"\eb40"}.icofont-avocado:before{content:"\eb3f"}.icofont-asparagus:before{content:"\eb3e"}.icofont-artichoke:before{content:"\eb3d"}.icofont-apple:before{content:"\eb3b"}.icofont-ui-add:before{content:"\ec3e"}.icofont-ui-alarm:before{content:"\ec3f"}.icofont-ui-block:before{content:"\ec41"}.icofont-ui-bluetooth:before{content:"\ec42"}.icofont-ui-cart:before{content:"\ec48"}.icofont-ui-edit:before{content:"\ec55"}.icofont-ui-fire-wall:before{content:"\ec58"}.icofont-ui-email:before{content:"\ec56"}.icofont-ui-game:before{content:"\ec5c"}.icofont-ui-love:before{content:"\ec65"}.icofont-ui-lock:before{content:"\ec61"}.icofont-ui-music:before{content:"\ec6b"}.icofont-ui-mute:before{content:"\ec6c"}.icofont-ui-play:before{content:"\ec74"}.icofont-ui-rating:before{content:"\ec7c"}.icofont-ui-rate-blank:before{content:"\ec7a"}.icofont-ui-rotation:before{content:"\ec80"}.icofont-ui-search:before{content:"\ec82"}.icofont-ui-zoom-out:before{content:"\ec98"}.icofont-ui-zoom-in:before{content:"\ec97"}.icofont-ui-user:before{content:"\ec8e"}.icofont-ui-video-play:before{content:"\ec92"}.icofont-ui-remove:before{content:"\ec7e"}.icofont-ui-unlock:before{content:"\ec8c"}.icofont-ui-press:before{content:"\ec77"}.icofont-ui-folder:before{content:"\ec5b"}.icofont-baseball:before{content:"\ed8e"}.icofont-basketball-hoop:before{content:"\ed90"}.icofont-basketball:before{content:"\ed91"}.icofont-boot-alt-1:before{content:"\ed93"}.icofont-boot-alt-2:before{content:"\ed94"}.icofont-boot:before{content:"\ed95"}.icofont-bowling-alt:before{content:"\ed96"}.icofont-bowling:before{content:"\ed97"}.icofont-football-alt:before{content:"\ed9e"}.icofont-football-american:before{content:"\ed9f"}.icofont-football:before{content:"\eda0"}.icofont-golf-alt:before{content:"\eda4"}.icofont-hockey:before{content:"\edac"}.icofont-helmet:before{content:"\edaa"}.icofont-golf-bag:before{content:"\eda5"}.icofont-ice-skate:before{content:"\edad"}.icofont-jersey:before{content:"\edaf"}.icofont-jersey-alt:before{content:"\edae"}.icofont-racing-flag-alt:before{content:"\edbc"}.icofont-olympic:before{content:"\edb7"}.icofont-racings-wheel:before{content:"\edbe"}.icofont-rugby:before{content:"\edc4"}.icofont-steering:before{content:"\edcc"}.icofont-runner:before{content:"\edc7"}.icofont-runner-alt-1:before{content:"\edc5"}.icofont-skiing-man:before{content:"\edc9"}.icofont-stopwatch:before{content:"\edcd"}.icofont-swimmer:before{content:"\edcf"}.icofont-table-tennis:before{content:"\edd0"}.icofont-team:before{content:"\edd2"}.icofont-tennis:before{content:"\edd4"}.icofont-volleyball:before{content:"\edda"}.icofont-volleyball-fire:before{content:"\edd9"}.icofont-trophy:before{content:"\edd7"}.icofont-trophy-alt:before{content:"\edd6"}.icofont-win-trophy:before{content:"\edde"}.icofont-whistle-alt:before{content:"\eddc"}.icofont-team-alt:before{content:"\edd1"}.icofont-penalty-card:before{content:"\edb9"}.icofont-field:before{content:"\ed9d"}.icofont-clouds:before{content:"\ee51"}.icofont-full-night:before{content:"\ee57"}.icofont-full-sunny:before{content:"\ee58"}.icofont-hail-night:before{content:"\ee59"}.icofont-night:before{content:"\ee66"}.icofont-hail-thunder:before{content:"\ee60"}.icofont-hail-thunder-sunny:before{content:"\ee5f"}.icofont-hail:before{content:"\ee61"}.icofont-rainy-thunder:before{content:"\ee69"}.icofont-sun:before{content:"\ee81"}.icofont-snowy-windy:before{content:"\ee7c"}.icofont-celsius:before{content:"\ee50"}.icofont-architecture-alt:before{content:"\e985"}.icofont-architecture:before{content:"\e986"}.icofont-barricade:before{content:"\e987"}.icofont-bolt:before{content:"\e988"}.icofont-bricks:before{content:"\e989"}.icofont-building-alt:before{content:"\e98a"}.icofont-calculations:before{content:"\e98c"}.icofont-danger-zone:before{content:"\e990"}.icofont-engineer:before{content:"\e999"}.icofont-fire-extinguisher-alt:before{content:"\e99a"}.icofont-fix-tools:before{content:"\e99c"}.icofont-hammer-alt:before{content:"\e99f"}.icofont-hammer:before{content:"\e9a0"}.icofont-help-robot:before{content:"\e9a1"}.icofont-industries-2:before{content:"\e9a3"}.icofont-labour:before{content:"\e9a8"}.icofont-industries-4:before{content:"\e9a5"}.icofont-radio-active:before{content:"\e9ad"}.icofont-recycle-alt:before{content:"\e9ae"}.icofont-safety-hat-light:before{content:"\e9b0"}.icofont-wrench:before{content:"\e9c4"}.icofont-worker:before{content:"\e9c2"}.icofont-vehicle-wrecking:before{content:"\e9c1"}.icofont-vehicle-trucktor:before{content:"\e9c0"}.icofont-vehicle-dozer:before{content:"\e9be"}.icofont-vehicle-delivery-van:before{content:"\e9bd"}.icofont-vehicle-crane:before{content:"\e9bc"}.icofont-under-construction:before{content:"\e9ba"}.icofont-under-construction-alt:before{content:"\e9b9"}.icofont-trolley:before{content:"\e9b7"}.icofont-tow-truck:before{content:"\e9b6"}.icofont-saw:before{content:"\e9b2"}.icofont-safety-hat:before{content:"\e9b1"}.icofont-paint-brush:before{content:"\e9aa"}.icofont-fire-extinguisher:before{content:"\e99b"}.icofont-energy-oil:before{content:"\e995"}.icofont-tooth:before{content:"\ec3c"}.icofont-thermometer:before{content:"\ec3b"}.icofont-thermometer-alt:before{content:"\ec3a"}.icofont-test-tube:before{content:"\ec39"}.icofont-surgeon:before{content:"\ec36"}.icofont-stethoscope:before{content:"\ec33"}.icofont-stethoscope-alt:before{content:"\ec32"}.icofont-prescription:before{content:"\ec30"}.icofont-pills:before{content:"\ec2f"}.icofont-medical-sign-alt:before{content:"\ec26"}.icofont-medical-sign:before{content:"\ec27"}.icofont-nurse:before{content:"\ec29"}.icofont-laboratory:before{content:"\ec25"}.icofont-heart-beat:before{content:"\ec1f"}.icofont-heart-beat-alt:before{content:"\ec1e"}.icofont-doctor-alt:before{content:"\ec18"}.icofont-doctor:before{content:"\ec19"}.icofont-first-aid:before{content:"\ec1d"}.icofont-dna-alt-2:before{content:"\ec16"}.icofont-dna:before{content:"\ec17"}.icofont-dna-alt-1:before{content:"\ec15"}.icofont-crutch:before{content:"\ec13"}.icofont-capsule:before{content:"\ec12"}.icofont-brain:before{content:"\ec11"}.icofont-brain-alt:before{content:"\ec10"}.icofont-aids:before{content:"\ec06"}.icofont-ambulance-crescent:before{content:"\ec07"}.icofont-ambulance-cross:before{content:"\ec08"}.icofont-bandage:before{content:"\ec0b"}.icofont-blood-drop:before{content:"\ec0d"}.icofont-autism:before{content:"\ec0a"}.icofont-hospital:before{content:"\ec22"}.icofont-injection-syringe:before{content:"\ec24"}.icofont-nurse-alt:before{content:"\ec28"}.icofont-pulse:before{content:"\ec31"}.icofont-tablets:before{content:"\ec37"}.icofont-rocket-alt-2:before{content:"\ee2c"}.icofont-rocket:before{content:"\ee2d"}.icofont-fast-delivery:before{content:"\ee21"}.icofont-air-balloon:before{content:"\ee0c"}.icofont-airplane-alt:before{content:"\ee0d"}.icofont-airplane:before{content:"\ee0e"}.icofont-game-controller:before{content:"\ea30"}.icofont-game-pad:before{content:"\ea31"}.icofont-headphone-alt-2:before{content:"\ea34"}.icofont-headphone-alt-3:before{content:"\ea35"}.icofont-ipod-touch:before{content:"\ea3d"}.icofont-ipad:before{content:"\ea3a"}.icofont-imac:before{content:"\ea39"}.icofont-laptop-alt:before{content:"\ea41"}.icofont-laptop:before{content:"\ea42"}.icofont-keyboard-alt:before{content:"\ea3e"}.icofont-playstation-alt:before{content:"\ea4c"}.icofont-wii-u:before{content:"\ea57"}.icofont-wireless-mouse:before{content:"\ea59"}.icofont-flash-drive:before{content:"\ea2e"}.icofont-apple-watch:before{content:"\ea2b"}.icofont-amazon-alt:before{content:"\ecbe"}.icofont-amazon:before{content:"\ecbf"}.icofont-american-express:before{content:"\ecc1"}.icofont-apple-pay-alt:before{content:"\ecc2"}.icofont-apple-pay:before{content:"\ecc3"}.icofont-discover-alt:before{content:"\ecce"}.icofont-discover:before{content:"\eccf"}.icofont-maestro-alt:before{content:"\ecd8"}.icofont-maestro:before{content:"\ecd9"}.icofont-mastercard-alt:before{content:"\ecda"}.icofont-mastercard:before{content:"\ecdb"}.icofont-payoneer-alt:before{content:"\ecdc"}.icofont-payoneer:before{content:"\ecdd"}.icofont-paypal-alt:before{content:"\ecde"}.icofont-paypal:before{content:"\ecdf"}.icofont-visa-alt:before{content:"\ece6"}.icofont-visa-electron:before{content:"\ece7"}.icofont-visa:before{content:"\ece8"}.icofont-pencil-alt-1:before{content:"\ebf5"}.icofont-pencil-alt-2:before{content:"\ebf6"}.icofont-compass-alt-2:before{content:"\ebe3"}.icofont-marker:before{content:"\ebea"}.icofont-pen-alt-2:before{content:"\ebf0"}.icofont-pen-alt-3:before{content:"\ebf1"}.icofont-align-center:before{content:"\eddf"}.icofont-align-left:before{content:"\ede0"}.icofont-align-right:before{content:"\ede1"}.icofont-brush:before{content:"\ede4"}.icofont-code-alt:before{content:"\ede6"}.icofont-delete-alt:before{content:"\edec"}.icofont-edit-alt:before{content:"\eded"}.icofont-justify-all:before{content:"\edf4"}.icofont-outdent:before{content:"\edf9"}.icofont-indent:before{content:"\edf1"}.icofont-font:before{content:"\edef"}.icofont-strike-through:before{content:"\ee02"}.icofont-trash:before{content:"\ee09"}.icofont-save:before{content:"\ee00"}.icofont-paper-clip:before{content:"\edfa"}.icofont-link-broken:before{content:"\edf8"}.icofont-copy:before{content:"\edea"}.icofont-copy-invert:before{content:"\ede9"}.icofont-space-shuttle:before{content:"\e81f"}.icofont-woman-in-glasses:before{content:"\ed10"}.icofont-waiter:before{content:"\ed0f"}.icofont-users:before{content:"\ed0d"}.icofont-users-alt-5:before{content:"\ed0a"}.icofont-users-alt-3:before{content:"\ed08"}.icofont-users-alt-2:before{content:"\ed07"}.icofont-user:before{content:"\ed05"}.icofont-user-male:before{content:"\ed03"}.icofont-user-alt-7:before{content:"\ed01"}.icofont-user-alt-3:before{content:"\ecfd"}.icofont-user-alt-2:before{content:"\ecfc"}.icofont-man-in-glasses:before{content:"\ecf8"}.icofont-girl:before{content:"\ecf3"}.icofont-youtube-play:before{content:"\ecbb"}.icofont-volume-up:before{content:"\ecba"}.icofont-volume-off:before{content:"\ecb9"}.icofont-volume-mute:before{content:"\ecb8"}.icofont-volume-down:before{content:"\ecb7"}.icofont-volume-bar:before{content:"\ecb6"}.icofont-video:before{content:"\ecb5"}.icofont-video-clapper:before{content:"\ecb4"}.icofont-video-alt:before{content:"\ecb2"}.icofont-stop:before{content:"\ecb1"}.icofont-play:before{content:"\ecaa"}.icofont-play-alt-3:before{content:"\eca8"}.icofont-play-alt-2:before{content:"\eca7"}.icofont-pause:before{content:"\eca5"}.icofont-play-alt-1:before{content:"\eca6"}.icofont-mute-volume:before{content:"\eca4"}.icofont-music:before{content:"\eca3"}.icofont-music-alt:before{content:"\ec9f"}.icofont-play-pause:before{content:"\eca9"}.icofont-sound-wave:before{content:"\ecb0"}.icofont-sound-wave-alt:before{content:"\ecaf"}.icofont-rewind:before{content:"\ecad"}.icofont-briefcase-1:before{content:"\e966"}.icofont-baby-cloth:before{content:"\eb9e"}.icofont-baby-trolley:before{content:"\eba0"}.icofont-baby:before{content:"\eba1"}.icofont-infant-nipple:before{content:"\eba4"}.icofont-teddy-bear:before{content:"\eba7"}.icofont-toy-ball:before{content:"\eba8"}.icofont-toy-duck:before{content:"\ebaa"}.icofont-toy-horse:before{content:"\ebad"}.icofont-direction-sign:before{content:"\ee46"}.icofont-air-ticket:before{content:"\ee42"}.icofont-beach-bed:before{content:"\ee43"}.icofont-travelling:before{content:"\ee4e"}.icofont-island-alt:before{content:"\ee4a"}.icofont-sandals-male:before{content:"\ee4d"}.icofont-beach:before{content:"\ee44"}.icofont-chart-pie-alt:before{content:"\e982"}.icofont-chart-pie:before{content:"\e983"}.icofont-chart-bar-graph:before{content:"\e979"}.icofont-chart-histogram:before{content:"\e97f"}.icofont-chart-histogram-alt:before{content:"\e97e"}.icofont-chart-line-alt:before{content:"\e980"}.icofont-chart-line:before{content:"\e981"}.icofont-search-1:before{content:"\ed11"}.icofont-search-2:before{content:"\ed12"}.icofont-search-document:before{content:"\ed13"}.icofont-search-folder:before{content:"\ed14"}.icofont-search:before{content:"\ed1b"}.icofont-search-user:before{content:"\ed1a"}.icofont-search-restaurant:before{content:"\ed18"}.icofont-search-property:before{content:"\ed17"}.icofont-search-map:before{content:"\ed16"}.icofont-cycling-alt:before{content:"\eb31"}.icofont-dumbbell:before{content:"\eb33"}.icofont-gym-alt-1:before{content:"\eb35"}.icofont-gym-alt-2:before{content:"\eb36"}.icofont-gym-alt-3:before{content:"\eb37"}.icofont-gym:before{content:"\eb38"}.icofont-muscle-weight:before{content:"\eb39"}.icofont-muscle:before{content:"\eb3a"}.icofont-woodpecker:before{content:"\e894"}.icofont-turtle:before{content:"\e892"}.icofont-squid:before{content:"\e88e"}.icofont-snake:before{content:"\e88d"}.icofont-shrimp-alt:before{content:"\e887"}.icofont-rooster:before{content:"\e884"}.icofont-rhino-head:before{content:"\e882"}.icofont-rabbit:before{content:"\e880"}.icofont-pigeon:before{content:"\e87f"}.icofont-pigeon-2:before{content:"\e87e"}.icofont-parrot:before{content:"\e877"}.icofont-parrot-lip:before{content:"\e876"}.icofont-panther:before{content:"\e875"}.icofont-lion-head-1:before{content:"\e868"}.icofont-monkey-3:before{content:"\e86d"}.icofont-monkey-face:before{content:"\e86e"}.icofont-horse-head-2:before{content:"\e862"}.icofont-giraffe-head-2:before{content:"\e85b"}.icofont-frog-tracks:before{content:"\e857"}.icofont-fox-alt:before{content:"\e855"}.icofont-fish:before{content:"\e854"}.icofont-fish-5:before{content:"\e853"}.icofont-fish-4:before{content:"\e852"}.icofont-elephant-head-alt:before{content:"\e84b"}.icofont-elephant-head:before{content:"\e84c"}.icofont-eagle-head:before{content:"\e848"}.icofont-eaten-fish:before{content:"\e849"}.icofont-deer-head:before{content:"\e842"}.icofont-dog-barking:before{content:"\e844"}.icofont-cat-alt-3:before{content:"\e83a"}.icofont-butterfly:before{content:"\e834"}.icofont-bull:before{content:"\e832"}.icofont-bone:before{content:"\e831"}.icofont-bird-flying:before{content:"\e82e"}.icofont-bat:before{content:"\e829"}.icofont-brand-nexus:before{content:"\e919"}.icofont-brand-whatsapp:before{content:"\e957"}.icofont-brand-youtube:before{content:"\e95f"}.icofont-brand-soundcloud:before{content:"\e939"}.icofont-brand-qvc:before{content:"\e928"}.icofont-pinterest:before{content:"\ed5d"}.icofont-xs{font-size:.5em}.icofont-sm{font-size:.75em}.icofont-md{font-size:1.25em}.icofont-lg{font-size:1.5em}.icofont-1x{font-size:1em}.icofont-2x{font-size:2em}.icofont-3x{font-size:3em}.icofont-4x{font-size:4em}.icofont-5x{font-size:5em}.icofont-6x{font-size:6em}.icofont-7x{font-size:7em}.icofont-8x{font-size:8em}.icofont-9x{font-size:9em}.icofont-10x{font-size:10em}.icofont-fw{text-align:center;width:1.25em}.icofont-ul{list-style-type:none;padding-left:0;margin-left:0}.icofont-ul>li{position:relative;line-height:2em}.icofont-ul>li .icofont{display:inline-block;vertical-align:middle}.icofont-border{border:solid .08em #f1f1f1;border-radius:.1em;padding:.2em .25em .15em}.icofont-pull-left{float:left}.icofont-pull-right{float:right}.icofont.icofont-pull-left{margin-right:.3em}.icofont.icofont-pull-right{margin-left:.3em}.icofont-spin{-webkit-animation:icofont-spin 2s infinite linear;animation:icofont-spin 2s infinite linear;display:inline-block}.icofont-pulse{-webkit-animation:icofont-spin 1s infinite steps(8);animation:icofont-spin 1s infinite steps(8);display:inline-block}@-webkit-keyframes icofont-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes icofont-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.icofont-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.icofont-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.icofont-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.icofont-flip-horizontal{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.icofont-flip-vertical{-webkit-transform:scale(1,-1);transform:scale(1,-1)}.icofont-flip-horizontal.icofont-flip-vertical{-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .icofont-flip-horizontal,:root .icofont-flip-vertical,:root .icofont-rotate-180,:root .icofont-rotate-270,:root .icofont-rotate-90{-webkit-filter:none;filter:none;display:inline-block}.icofont-inverse{color:#fff}.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}p {
letter-spacing: .4px;
font-size: 15px;
margin-top: 0;
margin-bottom: 1rem;
line-height: 1.75;
color: #333;
}
img.alignright {
width: inherit;
float: right;
margin: 0 0 20px 20px;
}
img.alignleft {
width: inherit;
float: left;
margin: 0 20px 20px 0;
}
img.aligncenter {
max-width: 100%;
display: block;
margin-left: auto;
margin-right: auto;
}
.alignright {
width: inherit;
float: right;
}
.alignleft {
width: inherit;
float: left;
}
.aligncenter {
max-width: 100%;
display: block;
margin-left: auto;
margin-right: auto;
}
.alignnone {
max-width: 100%;
}
.scx .entry-title {
padding: 0 0 30px;
margin: 0;
font-size: 2.4rem;
font-weight: 900;
line-height: 1.2;
}
.posted-in a {
padding: 5px 10px;
margin-right: 4px;
font-size: 14px;
font-weight: 600;
color: #fff;
}
.posted-in a:hover {
color: #fff;
background-color: #111;
}
.entry-top {
padding: 0 0 30px;
}
.share-post {
float: right;
}
.scx ol li, .scx ul li {
margin-bottom: 4px;
color: #555;
}
.share-post ul li {
display: inline-block;
margin-left: 5px;
}
.share-post ul li a {
border: 1px solid #ccc;
display: block;
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
position: relative;
top: -5px;
}
.scx .sl-button, .scx .views {
font-size: 14px;
letter-spacing: .7px;
font-weight: 500;
}
.qwx .sl-button, .qwx .views {
padding-left: 15px;
font-size: 12px;
position: relative;
}
.sl-button::before {
content: "";
display: block;
position: absolute;
background-color: #d6d6d6;
width: 1px;
top: 3px;
bottom: 3px;
left: 5px;
}
.sl-button i, .sl-button svg {
margin-right: 4px;
}
.scx .views {
padding: 0;
}
.icofont-fire-burn {
font-size: 1rem;
}
.sl-button svg {
width: 14px;
height: 14px;
margin-bottom: -2px;
}
.entry-bottom {
padding: 30px 0;
}
.kr-author {
display: inline-block;
background-color: #0000000f;
padding-right: 15px;
border-radius: 30px;
}
.kr-author a {
font-size: 14px;
font-weight: 600;
}
.kr-author a .avatar {
display: inline-block;
height: 40px;
width: 40px;
margin-right: 10px;
vertical-align: middle;
border: 4px solid #bdbdbd;
}
.avatar, .scx .avatar {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
border-radius: 50%;
}
.entry-bottom .post_date {
padding: 0 10px;
font-size: 14px;
text-transform: inherit;
}
.entry-bottom .post_date::before {
content: "";
width: 1px;
height: 8px;
margin-right: 8px;
display: inline-block;
background-color: #cacaca;
}
.single-postX .sidebar_features_posts .post-title {
font-size: 14px;
margin: 4px 0;
}
blockquote {
font-size: 1.4em;
margin: 30px auto;
font-style: italic;
padding: 1.2em 30px 1.2em 60px;
border-left: 8px solid;
line-height: 1.6;
position: relative;
background: #AAAAAA1A;
}
blockquote::before {
font-family: Arial;
content: "\201C";
font-size: 4em;
position: absolute;
left: 10px;
top: -10px;
}
blockquote strong {
color: #000;
}
.single-post-content ol, .single-post-content ul {
margin-left: 30px;
}
.single-post-content ul {
list-style: disc;
}
.single-post-content ol {
list-style: decimal;
}
.single-post-content h1,
.single-post-content h2,
.single-post-content h3,
.single-post-content h4,
.single-post-content h5,
.single-post-content h6 {
margin-bottom: 1rem;
margin-top: 1rem;
}
.single-postAx2 {
padding-top: 30px;
}
.single-postAx1, .single-postAx2 {
padding-bottom: 30px;
}
.post-edit-link {
background-color: #111;
color: #fff;
font-size: 12px;
display: block;
padding: 10px 20px;
margin-bottom: 10px;
}
.post-edit-link:hover {
background-color: #222;
color: #fff;
}
.post-edit-link i {
margin-right: 10px;
}
.single-postX .tags-list a {
display: inline-block;
background-color: rgba(0, 0, 0, 0.04);
color: #666;
font-size: 11px;
padding: 5px 15px;
margin-right: 5px;
margin-bottom: 5px;
border-radius: 30px;
letter-spacing: .0215rem;
}
.single-postX .tags-list a:hover {
color: #fff;
}
.single-postX .tags-list a::before {
content: '# ';
margin-right: 2px;
}
.tags-list {
padding-top: 30px;
font-size: 0;
}
.tags-list, .post-nav, .releated-post, .comment-box {
padding-bottom: 30px;
}
.tags-list i {
font-size: 1.4rem;
margin-right: 10px;
display: inline-block;
color: #444;
}
.nav-links .image {
height: 120px;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
position: relative;
overflow: hidden;
color: #fff;
}
.nav-links .image:hover {
opacity: .9;
}
.nav-links .image, .related_thumb img {
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
.nav-links .post-link-nav {
padding: 25px;
background-color: #00000069;
min-height: 120px;
}
.nav-next a, .nav-previous a {
overflow: hidden;
display: block;
}
.nav-links .screen-text {
font-size: 12px;
font-weight: bold;
letter-spacing: .1818em;
display: block;
padding-bottom: 7px;
text-transform: uppercase;
}
.nav-links .nav-next {
text-align: right;
}
.nav-links .screen-text i {
font-size: 1.6rem;
vertical-align: middle;
}
.post-navigation {
padding: 15px;
}
.post-navigation, .nxPostList {
background-color: #fff;
}
.nxPostList {
margin: 0;
}
.releated-post .pad:hover img {
opacity: .9;
}
.releated-title {
position: relative;
margin-bottom: 30px;
color: #fff;
padding: 15px;
font-size: 1rem;
font-weight: bold;
text-transform: uppercase;
}
.releated-post .pad {
position: relative;
overflow: hidden;
margin-top: 15px;
margin-bottom: 15px;
}
.single-post .post_category {
position: absolute;
top: 10px;
left: 10px;
z-index: 1;
}
.single-post  .cat_link {
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
background-color: #08080852;
color: #fff;
padding: 5px 10px;
letter-spacing: 1px;
}
.cat_link:hover {
background-color: #000;
}
.related_thumb {
line-height: 0;
display: block;
overflow: hidden;
position: relative;
}
.releated-post .post-title {
margin-top: 15px;
font-size: 12px;
line-height: 1.4;
margin-bottom: 10px;
}
.icoX {
font-size: 12px;
position: absolute;
top: 50%;
left: 50%;
color: #fff;
z-index: 1;
width: 38px;
line-height: 30px;
padding-left: 2px;
text-align: center;
background: rgba(0, 0, 0, 0.7);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.logged-in-as {
display: none;
}
.single-postX textarea {
outline: 0;
width: 100%;
resize: none;
padding: 10px;
font-size: 1rem;
height: 141px;
}
.single-postX .cmX input {
width: 100%;
}
button:focus, input:focus, optgroup:focus, select:focus, textarea:focus {
border-color: #111111;
}
.comment-box button, .comment-box input, .comment-box optgroup, .comment-box select, .comment-box textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
border-color: #aaa;
}
.comment-respond {
position: relative;
}
.comment-reply-title {
margin: 15px 5px 15px;
letter-spacing: 0;
font-size: 14px;
text-transform: uppercase;
}
#wp-comment-cookies-consent {
margin-right: 10px;
}
.comments-area-title .title {
display: inline-block;
vertical-align: top;
position: relative;
bottom: -2px;
margin-bottom: 0;
border-bottom: 2px solid #505050;
font-size: 16px;
font-weight: 700;
padding-bottom: 8px;
text-transform: uppercase;
}
.comments-area-title {
margin-bottom: 32px;
border-bottom: 2px solid #00000014;
}
.comment-article {
border-bottom: 1px solid #ddd;
}
.comment-author {
display: table;
margin-bottom: 10px;
padding: 20px 0;
width: 100%;
}
.commentlist .com_left {
display: table-cell;
vertical-align: top;
width: 100px;
}
.commentlist .com_right {
display: table-cell;
vertical-align: top;
}
.commentlist .comment-avatar .avatar {
width: 80px;
height: 80px;
}
.comment-author-name {
font-weight: bold;
}
.comment-time {
padding-right: 10px;
position: relative;
}
.com_meta {
color: #8d8d8d;
font-size: 12px;
letter-spacing: .7px;
}
.comment-edit-link {
margin-right: 10px;
}
.comment-reply-link::after {
content: "\efd3";
font-family: icofont;
padding-left: 6px;
}
#cancel-comment-reply-link {
font-size: 14px;
padding-left: 15px;
}
#cancel-comment-reply-link::before {
content: "\eee4";
font-family: icofont;
padding-right: 6px;
}
.commentlist ul.children {
padding: 10px 15px 0;
background: #15151508;
}
.carousel-inner {
position: relative;
overflow: hidden;
height: 450px;
width: 100%;
background-color: #444;
}
.carousel-item.active .image-sliD {
opacity: 1;
visibility: visible;
}
.image-sliD {
opacity: 0;
visibility: hidden;
position: absolute;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.scx ul.carousel-inner li {
margin: 0;
}
.carousel {
position: relative;
}
.scon.next {
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
}
.scon.prev {
position: absolute;
left: 10px;
top: 50%;
transform: translateY(-50%);
}
.scon {
background: #fff;
border: 4px solid #00000029;
border-radius: 50%;
width: 40px;
height: 40px;
display: block;
text-align: center;
line-height: 30px;
cursor: pointer;
}
.wp-block-gallery ol, .wp-block-gallery ul {
margin: 0;
padding: 20px 0;
}
.single-post-content .gallery-item .gallery-icon img {
border: none !important;
width: 100%;
}
.single-post-content img {
border-radius: 8px;
}
.single-post-content .gallery-item .gallery-icon {
margin: 8px;
}
.single-post-content .gallery-item {
margin: 0 !important;
}
.single-post-content .gallery {
margin: 0 -8px 20px !important;
} @media only screen and (min-width: 768px) {
.cmX {
display: grid;
grid-template-columns: 48% 48%;
grid-column-gap: 30px;
}
.nav-links {
display: grid;
grid-template-columns: 48% 48%;
grid-column-gap: 30px;
}
}
@media only screen and (max-width: 768px) {
.carousel-inner {
height: 350px;
}
.nav-links {
display: grid;
grid-row-gap: 30px;
}
}
@media only screen and (max-width: 480px) {
.single-post-content .gallery br {
clear: none !important;
}
.single-post-content .gallery .gallery-item {
width: 50% !important;
}
.share-post ul li {
margin-left: 0;
margin-right: 7px;
}
.carousel-inner {
height: 250px;
}
body .scx .entry-title {
font-size: 1.8rem;
}
body .entry-top {
padding: 0px 0 40px;
}
body .share-post ul li a {
top: 15px;
}
body .share-post {
float: none;
margin-top: 10px;
}
.xx.current {
display: none;
}
} body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{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;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .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;transition:opacity .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;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;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--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;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--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;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:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.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,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .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:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.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:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.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-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 20px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.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{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.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;transition:all .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:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;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:rgba(0,0,0,0);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;box-shadow:inset 0 0 6px rgba(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,.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:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}} .fancybox-navigation .fancybox-button {
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
box-shadow: 0 0 0 4px rgba(255,255,255,.2);
}
.fancybox-navigation .fancybox-button--arrow_right {
padding: 0;
outline: none;
right: 20px;
}
.fancybox-navigation .fancybox-button--arrow_left {
padding: 0;
outline: none;
left: 20px;
}
.fancybox-button svg {
-webkit-transition: all .2s ease;
transition: all .2s ease;
}
.fancybox-button:hover svg {
color: #fff;
}