*,
*::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}.scl:hover .scale, .post_thumb:hover .wp-post-image {
-webkit-transform: scale(1.03);
transform: scale(1.03);
}
.post_thumb img, .post_bg, .category_list, .slide_bg {
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.post_bg, .category_list, .slide_bg {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.category_wrapper {
padding: 20px;
position: absolute;
bottom: 0;
width: 100%;
color: #fff;
z-index: 2;
letter-spacing: .7px;
text-align: center;
}
.category_list::after {
content: "";
position: absolute;
z-index: 1;
left: 0;
right: 0;
bottom: 0;
height: 80%;
background-image: linear-gradient(to bottom,transparent,rgba(0,0,0,0.79));
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.post_thumb {
position: relative;
display: block;
overflow: hidden;
}
.category_list {
height: 200px;
}
.category_list, .slide_bg {
width: 100%;
position: relative;
overflow: hidden;
}
.thumb_link {
position: absolute;
width: 100%;
height: 100%;
top: 0;
z-index: 3;
}
.catSlider.swiper-container-initialized, .topSlider.swiper-container-initialized {
opacity: 1;
}
.category_wrapper .category_title a {
color: #fff;
text-shadow: 1px 1px #000;
} .post_list_top {
position: relative;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
grid-auto-flow: dense;
grid-gap: 30px;
}
.scl, .posts-list-items li img, .post_thumb img {
background-color: #333;
color: #fff;
}
.blog-grid-large .post_bg {
height: 500px;
}
.blog-grid-small .post_bg {
height: 235px;
}
.post_meta {
width: 100%;
position: absolute;
bottom: 0;
padding: 0 30px 30px;
-webkit-background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.73) 60%, rgba(0, 0, 0, 0.91) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.73) 60%, rgba(0, 0, 0, 0.91) 100%);
}
.blog-grid-large, .blog-grid-small {
position: relative;
}
.icoX {
position: absolute;
top: 35%;
left: 45%;
color: #fff;
background-color: #0000008f;
padding: 10px;
z-index: 1;
}
.blog-grid-small .post_title {
font-size: 12px;
text-transform: uppercase;
}
.post_title a {
color: #fff !important;
text-shadow: 1px 1px 1px #111;
}
.post_category a {
color: #fff;
padding: 5px 15px;
text-transform: uppercase;
font-size: 10px;
font-weight: 600;
margin-bottom: 10px;
display: inline-block;
}
.post_category a:hover, .archivePost .post_category a:hover {
color: #fff;
background-color: #111;
}
.blog-grid-large .post_title {
text-transform: uppercase;
line-height: 1.4;
font-size: 1.8rem;
}
.blog-grid-large .post_meta {
padding: 0 35px 40px;
}
.imageLink {
overflow: hidden;
display: block;
} .page-numbers {
font-size: 0;
}
.page-numbers li {
display: inline-block;
margin-right: 6px;
}
li .page-numbers {
color: #fff !important;
width: 40px;
height: 40px;
line-height: 40px;
display: inline-block;
font-size: 14px;
}
.navigation.pagination {
display: block;
margin-bottom: 10px;
padding-top: 30px;
border-top: 1px solid #24242414;
}
.cat_prev {
margin-right: 5px;
}
.cat_next, .cat_prev {
display: inline-block;
background-color: rgba(255, 255, 255, 0.16);
color: #fff;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
cursor: pointer;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.catNavigation {
position: absolute;
right: 10px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.swiper-button-disabled {
opacity: .5;
cursor: inherit;
}
.post-title {
line-height: 1.2;
font-size: 14px;
margin: 20px 0 10px;
}
.home-sidebar.kryex_featured_widget ul li .wh_bg {
height: 100%;
}
.home-sidebar.kryex_featured_widget ul li {
margin-bottom: 30px;
}
.last-post-items .icoX {
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.post-list-title {
font-size: 1rem;
line-height: 1.5;
margin: 10px 0;
}
.last-post-items .post_wide .col-md-6:last-child {
display: flex;
align-items: center;
}
.cat-list .post_category a {
margin-right: 10px;
}
.post_wide {
margin-bottom: 30px;
} .archivePost {
margin-bottom: 30px;
}
.archivePost .section_title {
margin-bottom: 30px;
}
.archive_title {
color: #fff;
padding: 1px 15px;
font-size: 2rem;
}
.post-author {
position: relative;
padding-right: 10px;
font-weight: bold;
}
.post-author {
font-size: 11px;
letter-spacing: .7px;
color: #777;
text-transform: uppercase;
}
.post-author::before {
content: "\ed05";
font-family: icofont;
}
.post-excerpt {
color: #777;
font-size: 13px;
line-height: 21px;
padding-bottom: 10px;
}
.archivePost .post_wide .col-md-6:last-child {
display: flex;
align-items: center;
}
.archivePost .post-list-title {
font-size: 1.4rem;
line-height: 1.4;
}
.archive-right-sidebar .post-title, .Aut .post-title {
font-size: 14px;
}
.archive-post-list .icoX {
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.author-profile-card {
display: grid;
background-color: #fff;
grid-template-columns: 20% 70%;
grid-column-gap: 30px;
margin-bottom: 30px;
padding: 30px 15px;
}
.Aut .author-photo .avatar, .author_list .author-profile .avatar {
width: 150px;
height: 150px;
border-radius: 50%;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.author-meta .page-title {
font-size: 2rem;
font-weight: 800;
}
.socialsList .social-icon {
font-size: 12px;
color: #fff;
margin-right: 5px;
width: 30px;
height: 30px;
line-height: 30px;
display: block;
text-align: center;
}
.socialsList .social-icon:hover {
background-color: #111;
}
.author-meta .socialsList li {
display: inline-block;
}
.author-meta .socialsList {
margin: 10px 0 20px;
}
.author_list .col-cont {
width: 100%;
background-color: #fff;
padding: 20px;
text-align: center;
}
.authorName {
padding-top: 10px;
font-weight: 700;
}
.author_list .author-profile .avatar {
-webkit-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.authorName .aut_count {
color: #0003;
display: block;
}
.author_list h1 {
font-size: 2em;
font-weight: 700;
margin: 30px 0;
text-align: center;
}
.author_list .kryex_pagination {
margin-bottom: 60px;
}
.author_list .author-profile .avatar {
margin: 0 auto;
}
.Aut .archive_title {
padding: 10px 15px;
font-size: 1.4rem;
}
.archive-post-list .cat-list {
position: absolute;
top: 20px;
left: 20px;
z-index: 4;
}
.Aut .archive_title i {
margin-right: 10px;
}
.page-header.page-not-found {
padding: 30px 30px 5px;
}
.page-not-found p {
font-size: 2rem;
font-weight: bold;
}
.content-not-found .kryex_search {
max-width: 300px;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
}
.kryex_search {
position: relative;
}
.kryex_search input {
width: 100%;
padding: 15px 20px;
font-size: 13px;
border: 1px solid #b0b0b0;
outline: 0;
}
.pull-right {
float: right;
background-color: transparent;
border-radius: 0;
margin: 0;
outline: 0;
position: absolute;
top: 10px;
right: 4px;
font-size: 20px;
border: none;
}
.content-not-found {
margin-bottom: 60px;
}
.search_page .archive-post-list {
background-color: #1111110d;
}
.search .sidebar_features_posts .post-title {
font-size: 14px;
margin: 4px 0;
}
.page-area p {
color: #333;
letter-spacing: .4px;
font-size: 15px;
line-height: 1.9;
margin-top: 0;
margin-bottom: 1rem;
word-wrap: break-word;
}
.page-area .entry-header {
text-align: center;
}
.Pagex-title {
margin-bottom: 30px;
}
.page-area 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;
}
.page-area  blockquote::before {
font-family: Arial;
content: "\201C";
font-size: 4em;
position: absolute;
left: 10px;
top: -10px;
}
.page-area {
margin-bottom: 60px;
} @media only screen and (max-width: 1200px){
.post_list_top {
grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
}
@media only screen and (max-width: 991px) and (min-width: 630px){
.blog-grid-small.blog-grid-item2 .post_bg {
height: 400px;
}
}
@media only screen and (min-width: 991px){
.post_list_top {
margin-top: 30px;
}
.blog-grid-large {
grid-column: span 2;
grid-row: span 2;
}
.blog-grid-small {
grid-column: span 1;
grid-row: span 1;
}
}
@media only screen and (max-width: 991px){
.blog-grid-large .post_bg {
height: 400px;
}
.blog-grid-large {
grid-column: span 2;
}
.blog-grid-small {
grid-column: span 1;
}
}
@media only screen and (max-width: 768px){
.post_list_top {
grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}
}
@media only screen and (min-width: 480px){
.post-list-meta {
padding-left: 30px;
}
}
@media only screen and (max-width: 480px){
.author-profile-card {
grid-template-columns: 100%;
grid-row-gap: 10px;
text-align: center;
}
.author-photo {
margin: 0 auto;
}
.last-post-items .post_wide .col-md-6:last-child {
align-items: start;
}
.post_wide {
margin-bottom: 0;
}
.archive-post-list .post_wide {
margin-bottom: 30px;
}
.last-post-items .post-list-title {
font-size: 14px;
line-height: 1.4;
margin: 14px 0;
}
.last-post-items .post_category a {
margin-right: 5px;
margin-bottom: 5px;
}
.post-title {
font-size: 14px;
line-height: 1.4;
}
li .page-numbers {
width: 30px;
height: 30px;
line-height: 30px;
font-size: 12px;
}
.last-post-items {
display: grid;
grid-template-columns: 48% 49%;
grid-gap: 10px;
}
.post_wide .col-md-6:first-child {
margin-bottom: 10px;
}
.last-post-items .post_wide .col-6 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.blog-grid-small {
grid-column: span 2;
}
}
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;overflow:hidden;}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.pjax-loading{position:relative}.pjax-loading:before{content:'';position:absolute;top:0;bottom:0;left:0;right:0;background-color:#fff;opacity:.6;z-index:4}@-webkit-keyframes rotate{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}.pjax-loading:after{content:url(//www.irlandaegitimrehberi.com/wp-content/themes/kryexnano/inc/ajax-paging/assets/images/loadingx.svg)!important;position:absolute;top:8em;left:50%;z-index:101;transform:translateX(-50%)}