:root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #007bff;
--secondary: #6c757d;
--success: #28a745;
--info: #17a2b8;
--warning: #ffc107;
--danger: #dc3545;
--light: #f8f9fa;
--dark: #343a40;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
*,
*::before,
*::after {
box-sizing: border-box; }
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
@-ms-viewport {
width: device-width; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block; }
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff; }
[tabindex="-1"]:focus {
outline: 0 !important; }
hr {
box-sizing: content-box;
height: 0;
overflow: visible; }
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem; }
p {
margin-top: 0;
margin-bottom: 1rem; }
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0; }
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit; }
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem; }
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0; }
dt {
font-weight: 700; }
dd {
margin-bottom: .5rem;
margin-left: 0; }
blockquote {
margin: 0 0 1rem; }
dfn {
font-style: italic; }
b,
strong {
font-weight: bolder; }
small {
font-size: 80%; }
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline; }
sub {
bottom: -.25em; }
sup {
top: -.5em; }
a {
color: #007bff;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects; }
a:hover {
color: #0056b3;
text-decoration: underline; }
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none; }
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
color: inherit;
text-decoration: none; }
a:not([href]):not([tabindex]):focus {
outline: 0; }
pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em; }
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
-ms-overflow-style: scrollbar; }
figure {
margin: 0 0 1rem; }
img {
vertical-align: middle;
border-style: none; }
svg:not(:root) {
overflow: hidden;
vertical-align: middle; }
table {
border-collapse: collapse; }
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom; }
th {
text-align: inherit; }
label {
display: inline-block;
margin-bottom: 0.5rem; }
button {
border-radius: 0; }
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color; }
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit; }
button,
input {
overflow: visible; }
button,
select {
text-transform: none; }
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button; }
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none; }
input[type="radio"],
input[type="checkbox"] {
box-sizing: border-box;
padding: 0; }
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
-webkit-appearance: listbox; }
textarea {
overflow: auto;
resize: vertical; }
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0; }
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal; }
progress {
vertical-align: baseline; }
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }
[type="search"] {
outline-offset: -2px;
-webkit-appearance: none; }
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button; }
output {
display: inline-block; }
summary {
display: list-item;
cursor: pointer; }
template {
display: none; }
[hidden] {
display: none !important; }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
margin-bottom: 0.5rem;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit; }
h1, .h1 {
font-size: 2.5rem; }
h2, .h2 {
font-size: 2rem; }
h3, .h3 {
font-size: 1.75rem; }
h4, .h4 {
font-size: 1.5rem; }
h5, .h5 {
font-size: 1.25rem; }
h6, .h6 {
font-size: 1rem; }
.lead {
font-size: 1.25rem;
font-weight: 300; }
.display-1 {
font-size: 6rem;
font-weight: 300;
line-height: 1.2; }
.display-2 {
font-size: 5.5rem;
font-weight: 300;
line-height: 1.2; }
.display-3 {
font-size: 4.5rem;
font-weight: 300;
line-height: 1.2; }
.display-4 {
font-size: 3.5rem;
font-weight: 300;
line-height: 1.2; }
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1); }
small,
.small {
font-size: 80%;
font-weight: 400; }
mark,
.mark {
padding: 0.2em;
background-color: #fcf8e3; }
.list-unstyled {
padding-left: 0;
list-style: none; }
.list-inline {
padding-left: 0;
list-style: none; }
.list-inline-item {
display: inline-block; }
.list-inline-item:not(:last-child) {
margin-right: 0.5rem; }
.initialism {
font-size: 90%;
text-transform: uppercase; }
.blockquote {
margin-bottom: 1rem;
font-size: 1.25rem; }
.blockquote-footer {
display: block;
font-size: 80%;
color: #6c757d; }
.blockquote-footer::before {
content: "\2014 \00A0"; }
.img-fluid {
max-width: 100%;
height: auto; }
.img-thumbnail {
padding: 0.25rem;
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: 0.25rem;
max-width: 100%;
height: auto; }
.figure {
display: inline-block; }
.figure-img {
margin-bottom: 0.5rem;
line-height: 1; }
.figure-caption {
font-size: 90%;
color: #6c757d; }
code {
font-size: 87.5%;
color: #e83e8c;
word-break: break-word; }
a > code {
color: inherit; }
kbd {
padding: 0.2rem 0.4rem;
font-size: 87.5%;
color: #fff;
background-color: #212529;
border-radius: 0.2rem; }
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: 700; }
pre {
display: block;
font-size: 87.5%;
color: #212529; }
pre code {
font-size: inherit;
color: inherit;
word-break: normal; }
.pre-scrollable {
max-height: 340px;
overflow-y: scroll; }
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto; }
@media (min-width: 576px) {
.container {
max-width: 540px; } }
@media (min-width: 768px) {
.container {
max-width: 720px; } }
@media (min-width: 992px) {
.container {
max-width: 960px; } }
@media (min-width: 1200px) {
.container {
max-width: 1170px; } }
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto; }
.row {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px; }
.no-gutters {
margin-right: 0;
margin-left: 0; }
.no-gutters > .col,
.no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0; }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px; }
.col {
flex-basis: 0;
flex-grow: 1;
max-width: 100%; }
.col-auto {
flex: 0 0 auto;
width: auto;
max-width: none; }
.col-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%; }
.col-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; }
.col-3 {
flex: 0 0 25%;
max-width: 25%; }
.col-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
.col-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%; }
.col-6 {
flex: 0 0 50%;
max-width: 50%; }
.col-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%; }
.col-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%; }
.col-9 {
flex: 0 0 75%;
max-width: 75%; }
.col-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%; }
.col-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%; }
.col-12 {
flex: 0 0 100%;
max-width: 100%; }
.order-first {
order: -1; }
.order-last {
order: 13; }
.order-0 {
order: 0; }
.order-1 {
order: 1; }
.order-2 {
order: 2; }
.order-3 {
order: 3; }
.order-4 {
order: 4; }
.order-5 {
order: 5; }
.order-6 {
order: 6; }
.order-7 {
order: 7; }
.order-8 {
order: 8; }
.order-9 {
order: 9; }
.order-10 {
order: 10; }
.order-11 {
order: 11; }
.order-12 {
order: 12; }
.offset-1 {
margin-left: 8.3333333333%; }
.offset-2 {
margin-left: 16.6666666667%; }
.offset-3 {
margin-left: 25%; }
.offset-4 {
margin-left: 33.3333333333%; }
.offset-5 {
margin-left: 41.6666666667%; }
.offset-6 {
margin-left: 50%; }
.offset-7 {
margin-left: 58.3333333333%; }
.offset-8 {
margin-left: 66.6666666667%; }
.offset-9 {
margin-left: 75%; }
.offset-10 {
margin-left: 83.3333333333%; }
.offset-11 {
margin-left: 91.6666666667%; }
@media (min-width: 576px) {
.col-sm {
flex-basis: 0;
flex-grow: 1;
max-width: 100%; }
.col-sm-auto {
flex: 0 0 auto;
width: auto;
max-width: none; }
.col-sm-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%; }
.col-sm-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; }
.col-sm-3 {
flex: 0 0 25%;
max-width: 25%; }
.col-sm-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
.col-sm-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%; }
.col-sm-6 {
flex: 0 0 50%;
max-width: 50%; }
.col-sm-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%; }
.col-sm-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%; }
.col-sm-9 {
flex: 0 0 75%;
max-width: 75%; }
.col-sm-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%; }
.col-sm-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%; }
.col-sm-12 {
flex: 0 0 100%;
max-width: 100%; }
.order-sm-first {
order: -1; }
.order-sm-last {
order: 13; }
.order-sm-0 {
order: 0; }
.order-sm-1 {
order: 1; }
.order-sm-2 {
order: 2; }
.order-sm-3 {
order: 3; }
.order-sm-4 {
order: 4; }
.order-sm-5 {
order: 5; }
.order-sm-6 {
order: 6; }
.order-sm-7 {
order: 7; }
.order-sm-8 {
order: 8; }
.order-sm-9 {
order: 9; }
.order-sm-10 {
order: 10; }
.order-sm-11 {
order: 11; }
.order-sm-12 {
order: 12; }
.offset-sm-0 {
margin-left: 0; }
.offset-sm-1 {
margin-left: 8.3333333333%; }
.offset-sm-2 {
margin-left: 16.6666666667%; }
.offset-sm-3 {
margin-left: 25%; }
.offset-sm-4 {
margin-left: 33.3333333333%; }
.offset-sm-5 {
margin-left: 41.6666666667%; }
.offset-sm-6 {
margin-left: 50%; }
.offset-sm-7 {
margin-left: 58.3333333333%; }
.offset-sm-8 {
margin-left: 66.6666666667%; }
.offset-sm-9 {
margin-left: 75%; }
.offset-sm-10 {
margin-left: 83.3333333333%; }
.offset-sm-11 {
margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
.col-md {
flex-basis: 0;
flex-grow: 1;
max-width: 100%; }
.col-md-auto {
flex: 0 0 auto;
width: auto;
max-width: none; }
.col-md-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%; }
.col-md-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; }
.col-md-3 {
flex: 0 0 25%;
max-width: 25%; }
.col-md-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
.col-md-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%; }
.col-md-6 {
flex: 0 0 50%;
max-width: 50%; }
.col-md-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%; }
.col-md-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%; }
.col-md-9 {
flex: 0 0 75%;
max-width: 75%; }
.col-md-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%; }
.col-md-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%; }
.col-md-12 {
flex: 0 0 100%;
max-width: 100%; }
.order-md-first {
order: -1; }
.order-md-last {
order: 13; }
.order-md-0 {
order: 0; }
.order-md-1 {
order: 1; }
.order-md-2 {
order: 2; }
.order-md-3 {
order: 3; }
.order-md-4 {
order: 4; }
.order-md-5 {
order: 5; }
.order-md-6 {
order: 6; }
.order-md-7 {
order: 7; }
.order-md-8 {
order: 8; }
.order-md-9 {
order: 9; }
.order-md-10 {
order: 10; }
.order-md-11 {
order: 11; }
.order-md-12 {
order: 12; }
.offset-md-0 {
margin-left: 0; }
.offset-md-1 {
margin-left: 8.3333333333%; }
.offset-md-2 {
margin-left: 16.6666666667%; }
.offset-md-3 {
margin-left: 25%; }
.offset-md-4 {
margin-left: 33.3333333333%; }
.offset-md-5 {
margin-left: 41.6666666667%; }
.offset-md-6 {
margin-left: 50%; }
.offset-md-7 {
margin-left: 58.3333333333%; }
.offset-md-8 {
margin-left: 66.6666666667%; }
.offset-md-9 {
margin-left: 75%; }
.offset-md-10 {
margin-left: 83.3333333333%; }
.offset-md-11 {
margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
.col-lg {
flex-basis: 0;
flex-grow: 1;
max-width: 100%; }
.col-lg-auto {
flex: 0 0 auto;
width: auto;
max-width: none; }
.col-lg-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%; }
.col-lg-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; }
.col-lg-3 {
flex: 0 0 25%;
max-width: 25%; }
.col-lg-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
.col-lg-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%; }
.col-lg-6 {
flex: 0 0 50%;
max-width: 50%; }
.col-lg-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%; }
.col-lg-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%; }
.col-lg-9 {
flex: 0 0 75%;
max-width: 75%; }
.col-lg-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%; }
.col-lg-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%; }
.col-lg-12 {
flex: 0 0 100%;
max-width: 100%; }
.order-lg-first {
order: -1; }
.order-lg-last {
order: 13; }
.order-lg-0 {
order: 0; }
.order-lg-1 {
order: 1; }
.order-lg-2 {
order: 2; }
.order-lg-3 {
order: 3; }
.order-lg-4 {
order: 4; }
.order-lg-5 {
order: 5; }
.order-lg-6 {
order: 6; }
.order-lg-7 {
order: 7; }
.order-lg-8 {
order: 8; }
.order-lg-9 {
order: 9; }
.order-lg-10 {
order: 10; }
.order-lg-11 {
order: 11; }
.order-lg-12 {
order: 12; }
.offset-lg-0 {
margin-left: 0; }
.offset-lg-1 {
margin-left: 8.3333333333%; }
.offset-lg-2 {
margin-left: 16.6666666667%; }
.offset-lg-3 {
margin-left: 25%; }
.offset-lg-4 {
margin-left: 33.3333333333%; }
.offset-lg-5 {
margin-left: 41.6666666667%; }
.offset-lg-6 {
margin-left: 50%; }
.offset-lg-7 {
margin-left: 58.3333333333%; }
.offset-lg-8 {
margin-left: 66.6666666667%; }
.offset-lg-9 {
margin-left: 75%; }
.offset-lg-10 {
margin-left: 83.3333333333%; }
.offset-lg-11 {
margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
.col-xl {
flex-basis: 0;
flex-grow: 1;
max-width: 100%; }
.col-xl-auto {
flex: 0 0 auto;
width: auto;
max-width: none; }
.col-xl-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%; }
.col-xl-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; }
.col-xl-3 {
flex: 0 0 25%;
max-width: 25%; }
.col-xl-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
.col-xl-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%; }
.col-xl-6 {
flex: 0 0 50%;
max-width: 50%; }
.col-xl-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%; }
.col-xl-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%; }
.col-xl-9 {
flex: 0 0 75%;
max-width: 75%; }
.col-xl-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%; }
.col-xl-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%; }
.col-xl-12 {
flex: 0 0 100%;
max-width: 100%; }
.order-xl-first {
order: -1; }
.order-xl-last {
order: 13; }
.order-xl-0 {
order: 0; }
.order-xl-1 {
order: 1; }
.order-xl-2 {
order: 2; }
.order-xl-3 {
order: 3; }
.order-xl-4 {
order: 4; }
.order-xl-5 {
order: 5; }
.order-xl-6 {
order: 6; }
.order-xl-7 {
order: 7; }
.order-xl-8 {
order: 8; }
.order-xl-9 {
order: 9; }
.order-xl-10 {
order: 10; }
.order-xl-11 {
order: 11; }
.order-xl-12 {
order: 12; }
.offset-xl-0 {
margin-left: 0; }
.offset-xl-1 {
margin-left: 8.3333333333%; }
.offset-xl-2 {
margin-left: 16.6666666667%; }
.offset-xl-3 {
margin-left: 25%; }
.offset-xl-4 {
margin-left: 33.3333333333%; }
.offset-xl-5 {
margin-left: 41.6666666667%; }
.offset-xl-6 {
margin-left: 50%; }
.offset-xl-7 {
margin-left: 58.3333333333%; }
.offset-xl-8 {
margin-left: 66.6666666667%; }
.offset-xl-9 {
margin-left: 75%; }
.offset-xl-10 {
margin-left: 83.3333333333%; }
.offset-xl-11 {
margin-left: 91.6666666667%; } }
.table {
width: 100%;
max-width: 100%;
margin-bottom: 1rem;
background-color: transparent; }
.table th,
.table td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e6; }
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6; }
.table tbody + tbody {
border-top: 2px solid #dee2e6; }
.table .table {
background-color: #fff; }
.table-sm th,
.table-sm td {
padding: 0.3rem; }
.table-bordered {
border: 1px solid #dee2e6; }
.table-bordered th,
.table-bordered td {
border: 1px solid #dee2e6; }
.table-bordered thead th,
.table-bordered thead td {
border-bottom-width: 2px; }
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
border: 0; }
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05); }
.table-hover tbody tr:hover {
background-color: rgba(0, 0, 0, 0.075); }
.table-primary,
.table-primary > th,
.table-primary > td {
background-color: #b8daff; }
.table-hover .table-primary:hover {
background-color: #9fcdff; }
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
background-color: #9fcdff; }
.table-secondary,
.table-secondary > th,
.table-secondary > td {
background-color: #d6d8db; }
.table-hover .table-secondary:hover {
background-color: #c8cbcf; }
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
background-color: #c8cbcf; }
.table-success,
.table-success > th,
.table-success > td {
background-color: #c3e6cb; }
.table-hover .table-success:hover {
background-color: #b1dfbb; }
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
background-color: #b1dfbb; }
.table-info,
.table-info > th,
.table-info > td {
background-color: #bee5eb; }
.table-hover .table-info:hover {
background-color: #abdde5; }
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
background-color: #abdde5; }
.table-warning,
.table-warning > th,
.table-warning > td {
background-color: #ffeeba; }
.table-hover .table-warning:hover {
background-color: #ffe8a1; }
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
background-color: #ffe8a1; }
.table-danger,
.table-danger > th,
.table-danger > td {
background-color: #f5c6cb; }
.table-hover .table-danger:hover {
background-color: #f1b0b7; }
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
background-color: #f1b0b7; }
.table-light,
.table-light > th,
.table-light > td {
background-color: #fdfdfe; }
.table-hover .table-light:hover {
background-color: #ececf6; }
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
background-color: #ececf6; }
.table-dark,
.table-dark > th,
.table-dark > td {
background-color: #c6c8ca; }
.table-hover .table-dark:hover {
background-color: #b9bbbe; }
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
background-color: #b9bbbe; }
.table-active,
.table-active > th,
.table-active > td {
background-color: rgba(0, 0, 0, 0.075); }
.table-hover .table-active:hover {
background-color: rgba(0, 0, 0, 0.075); }
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
background-color: rgba(0, 0, 0, 0.075); }
.table .thead-dark th {
color: #fff;
background-color: #212529;
border-color: #32383e; }
.table .thead-light th {
color: #495057;
background-color: #e9ecef;
border-color: #dee2e6; }
.table-dark {
color: #fff;
background-color: #212529; }
.table-dark th,
.table-dark td,
.table-dark thead th {
border-color: #32383e; }
.table-dark.table-bordered {
border: 0; }
.table-dark.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, 0.05); }
.table-dark.table-hover tbody tr:hover {
background-color: rgba(255, 255, 255, 0.075); }
@media (max-width: 575.98px) {
.table-responsive-sm {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive-sm > .table-bordered {
border: 0; } }
@media (max-width: 767.98px) {
.table-responsive-md {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive-md > .table-bordered {
border: 0; } }
@media (max-width: 991.98px) {
.table-responsive-lg {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive-lg > .table-bordered {
border: 0; } }
@media (max-width: 1199.98px) {
.table-responsive-xl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive-xl > .table-bordered {
border: 0; } }
.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive > .table-bordered {
border: 0; }
.form-control {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
.form-control {
transition: none; } }
.form-control::-ms-expand {
background-color: transparent;
border: 0; }
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.form-control::placeholder {
color: #6c757d;
opacity: 1; }
.form-control:disabled, .form-control[readonly] {
background-color: #e9ecef;
opacity: 1; }
select.form-control:not([size]):not([multiple]) {
height: calc(2.25rem + 2px); }
select.form-control:focus::-ms-value {
color: #495057;
background-color: #fff; }
.form-control-file,
.form-control-range {
display: block;
width: 100%; }
.col-form-label {
padding-top: calc(0.375rem + 1px);
padding-bottom: calc(0.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5; }
.col-form-label-lg {
padding-top: calc(0.5rem + 1px);
padding-bottom: calc(0.5rem + 1px);
font-size: 1.25rem;
line-height: 1.5; }
.col-form-label-sm {
padding-top: calc(0.25rem + 1px);
padding-bottom: calc(0.25rem + 1px);
font-size: 0.875rem;
line-height: 1.5; }
.form-control-plaintext {
display: block;
width: 100%;
padding-top: 0.375rem;
padding-bottom: 0.375rem;
margin-bottom: 0;
line-height: 1.5;
color: #212529;
background-color: transparent;
border: solid transparent;
border-width: 1px 0; }
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
padding-right: 0;
padding-left: 0; }
.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem; }
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
height: calc(1.8125rem + 2px); }
.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem; }
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
height: calc(2.875rem + 2px); }
.form-group {
margin-bottom: 1rem; }
.form-text {
display: block;
margin-top: 0.25rem; }
.form-row {
display: flex;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px; }
.form-row > .col,
.form-row > [class*="col-"] {
padding-right: 5px;
padding-left: 5px; }
.form-check {
position: relative;
display: block;
padding-left: 1.25rem; }
.form-check-input {
position: absolute;
margin-top: 0.3rem;
margin-left: -1.25rem; }
.form-check-input:disabled ~ .form-check-label {
color: #6c757d; }
.form-check-label {
margin-bottom: 0; }
.form-check-inline {
display: inline-flex;
align-items: center;
padding-left: 0;
margin-right: 0.75rem; }
.form-check-inline .form-check-input {
position: static;
margin-top: 0;
margin-right: 0.3125rem;
margin-left: 0; }
.valid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
color: #28a745; }
.valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1;
color: #fff;
background-color: rgba(40, 167, 69, 0.8);
border-radius: .2rem; }
.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
border-color: #28a745; }
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
border-color: #28a745;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
color: #28a745; }
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
color: #28a745; }
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
background-color: #71dd8a; }
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
background-color: #34ce57; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
border-color: #28a745; }
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
border-color: inherit; }
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.invalid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
color: #dc3545; }
.invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1;
color: #fff;
background-color: rgba(220, 53, 69, 0.8);
border-radius: .2rem; }
.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
border-color: #dc3545; }
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
display: block; }
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
display: block; }
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
color: #dc3545; }
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
display: block; }
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
color: #dc3545; }
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
background-color: #efa2a9; }
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
display: block; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
background-color: #e4606d; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
border-color: #dc3545; }
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
border-color: inherit; }
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
display: block; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.form-inline {
display: flex;
flex-flow: row wrap;
align-items: center; }
.form-inline .form-check {
width: 100%; }
@media (min-width: 576px) {
.form-inline label {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 0; }
.form-inline .form-group {
display: flex;
flex: 0 0 auto;
flex-flow: row wrap;
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: flex;
align-items: center;
justify-content: center;
width: auto;
padding-left: 0; }
.form-inline .form-check-input {
position: relative;
margin-top: 0;
margin-right: 0.25rem;
margin-left: 0; }
.form-inline .custom-control {
align-items: center;
justify-content: center; }
.form-inline .custom-control-label {
margin-bottom: 0; } }
.btn {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
user-select: none;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
.btn {
transition: none; } }
.btn:hover, .btn:focus {
text-decoration: none; }
.btn:focus, .btn.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.btn.disabled, .btn:disabled {
opacity: 0.65; }
.btn:not(:disabled):not(.disabled) {
cursor: pointer; }
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
background-image: none; }
a.btn.disabled,
fieldset:disabled a.btn {
pointer-events: none; }
.btn-primary {
color: #fff;
background-color: #007bff;
border-color: #007bff; }
.btn-primary:hover {
color: #fff;
background-color: #0069d9;
border-color: #0062cc; }
.btn-primary:focus, .btn-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.btn-primary.disabled, .btn-primary:disabled {
color: #fff;
background-color: #007bff;
border-color: #007bff; }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #0062cc;
border-color: #005cbf; }
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d; }
.btn-secondary:hover {
color: #fff;
background-color: #5a6268;
border-color: #545b62; }
.btn-secondary:focus, .btn-secondary.focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-secondary.disabled, .btn-secondary:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d; }
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
color: #fff;
background-color: #545b62;
border-color: #4e555b; }
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-success {
color: #fff;
background-color: #28a745;
border-color: #28a745; }
.btn-success:hover {
color: #fff;
background-color: #218838;
border-color: #1e7e34; }
.btn-success:focus, .btn-success.focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-success.disabled, .btn-success:disabled {
color: #fff;
background-color: #28a745;
border-color: #28a745; }
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
color: #fff;
background-color: #1e7e34;
border-color: #1c7430; }
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-info {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8; }
.btn-info:hover {
color: #fff;
background-color: #138496;
border-color: #117a8b; }
.btn-info:focus, .btn-info.focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.btn-info.disabled, .btn-info:disabled {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8; }
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
color: #fff;
background-color: #117a8b;
border-color: #10707f; }
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.btn-warning {
color: #212529;
background-color: #ffc107;
border-color: #ffc107; }
.btn-warning:hover {
color: #212529;
background-color: #e0a800;
border-color: #d39e00; }
.btn-warning:focus, .btn-warning.focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-warning.disabled, .btn-warning:disabled {
color: #212529;
background-color: #ffc107;
border-color: #ffc107; }
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
color: #212529;
background-color: #d39e00;
border-color: #c69500; }
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545; }
.btn-danger:hover {
color: #fff;
background-color: #c82333;
border-color: #bd2130; }
.btn-danger:focus, .btn-danger.focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-danger.disabled, .btn-danger:disabled {
color: #fff;
background-color: #dc3545;
border-color: #dc3545; }
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #bd2130;
border-color: #b21f2d; }
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-light {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa; }
.btn-light:hover {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5; }
.btn-light:focus, .btn-light.focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-light.disabled, .btn-light:disabled {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa; }
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
color: #212529;
background-color: #dae0e5;
border-color: #d3d9df; }
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-dark {
color: #fff;
background-color: #343a40;
border-color: #343a40; }
.btn-dark:hover {
color: #fff;
background-color: #23272b;
border-color: #1d2124; }
.btn-dark:focus, .btn-dark.focus {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-dark.disabled, .btn-dark:disabled {
color: #fff;
background-color: #343a40;
border-color: #343a40; }
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
color: #fff;
background-color: #1d2124;
border-color: #171a1d; }
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-outline-primary {
color: #007bff;
background-color: transparent;
background-image: none;
border-color: #007bff; }
.btn-outline-primary:hover {
color: #fff;
background-color: #007bff;
border-color: #007bff; }
.btn-outline-primary:focus, .btn-outline-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
color: #007bff;
background-color: transparent; }
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #007bff;
border-color: #007bff; }
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.btn-outline-secondary {
color: #6c757d;
background-color: transparent;
background-image: none;
border-color: #6c757d; }
.btn-outline-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d; }
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
color: #6c757d;
background-color: transparent; }
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
color: #fff;
background-color: #6c757d;
border-color: #6c757d; }
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-outline-success {
color: #28a745;
background-color: transparent;
background-image: none;
border-color: #28a745; }
.btn-outline-success:hover {
color: #fff;
background-color: #28a745;
border-color: #28a745; }
.btn-outline-success:focus, .btn-outline-success.focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-outline-success.disabled, .btn-outline-success:disabled {
color: #28a745;
background-color: transparent; }
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
color: #fff;
background-color: #28a745;
border-color: #28a745; }
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-outline-info {
color: #17a2b8;
background-color: transparent;
background-image: none;
border-color: #17a2b8; }
.btn-outline-info:hover {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8; }
.btn-outline-info:focus, .btn-outline-info.focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.btn-outline-info.disabled, .btn-outline-info:disabled {
color: #17a2b8;
background-color: transparent; }
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8; }
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.btn-outline-warning {
color: #ffc107;
background-color: transparent;
background-image: none;
border-color: #ffc107; }
.btn-outline-warning:hover {
color: #212529;
background-color: #ffc107;
border-color: #ffc107; }
.btn-outline-warning:focus, .btn-outline-warning.focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
color: #ffc107;
background-color: transparent; }
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
color: #212529;
background-color: #ffc107;
border-color: #ffc107; }
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-outline-danger {
color: #dc3545;
background-color: transparent;
background-image: none;
border-color: #dc3545; }
.btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545; }
.btn-outline-danger:focus, .btn-outline-danger.focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
color: #dc3545;
background-color: transparent; }
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
color: #fff;
background-color: #dc3545;
border-color: #dc3545; }
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-outline-light {
color: #f8f9fa;
background-color: transparent;
background-image: none;
border-color: #f8f9fa; }
.btn-outline-light:hover {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa; }
.btn-outline-light:focus, .btn-outline-light.focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-outline-light.disabled, .btn-outline-light:disabled {
color: #f8f9fa;
background-color: transparent; }
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa; }
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-outline-dark {
color: #343a40;
background-color: transparent;
background-image: none;
border-color: #343a40; }
.btn-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40; }
.btn-outline-dark:focus, .btn-outline-dark.focus {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
color: #343a40;
background-color: transparent; }
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #343a40;
border-color: #343a40; }
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-link {
font-weight: 400;
color: #007bff;
background-color: transparent; }
.btn-link:hover {
color: #0056b3;
text-decoration: underline;
background-color: transparent;
border-color: transparent; }
.btn-link:focus, .btn-link.focus {
text-decoration: underline;
border-color: transparent;
box-shadow: none; }
.btn-link:disabled, .btn-link.disabled {
color: #6c757d;
pointer-events: none; }
.btn-lg, .btn-group-lg > .btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem; }
.btn-sm, .btn-group-sm > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem; }
.btn-block {
display: block;
width: 100%; }
.btn-block + .btn-block {
margin-top: 0.5rem; }
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%; }
.fade {
transition: opacity 0.15s linear; }
@media screen and (prefers-reduced-motion: reduce) {
.fade {
transition: none; } }
.fade:not(.show) {
opacity: 0; }
.collapse:not(.show) {
display: none; }
.collapsing {
position: relative;
height: 0;
overflow: hidden;
transition: height 0.35s ease; }
@media screen and (prefers-reduced-motion: reduce) {
.collapsing {
transition: none; } }
.dropup,
.dropright,
.dropdown,
.dropleft {
position: relative; }
.dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.3em solid transparent; }
.dropdown-toggle:empty::after {
margin-left: 0; }
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: 0.5rem 0;
margin: 0.125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem; }
.dropdown-menu-right {
right: 0;
left: auto; }
.dropup .dropdown-menu {
top: auto;
bottom: 100%;
margin-top: 0;
margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0;
border-right: 0.3em solid transparent;
border-bottom: 0.3em solid;
border-left: 0.3em solid transparent; }
.dropup .dropdown-toggle:empty::after {
margin-left: 0; }
.dropright .dropdown-menu {
top: 0;
right: auto;
left: 100%;
margin-top: 0;
margin-left: 0.125rem; }
.dropright .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0;
border-bottom: 0.3em solid transparent;
border-left: 0.3em solid; }
.dropright .dropdown-toggle:empty::after {
margin-left: 0; }
.dropright .dropdown-toggle::after {
vertical-align: 0; }
.dropleft .dropdown-menu {
top: 0;
right: 100%;
left: auto;
margin-top: 0;
margin-right: 0.125rem; }
.dropleft .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: 0.255em;
vertical-align: 0.255em;
content: ""; }
.dropleft .dropdown-toggle::after {
display: none; }
.dropleft .dropdown-toggle::before {
display: inline-block;
width: 0;
height: 0;
margin-right: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0.3em solid;
border-bottom: 0.3em solid transparent; }
.dropleft .dropdown-toggle:empty::after {
margin-left: 0; }
.dropleft .dropdown-toggle::before {
vertical-align: 0; }
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
right: auto;
bottom: auto; }
.dropdown-divider {
height: 0;
margin: 0.5rem 0;
overflow: hidden;
border-top: 1px solid #e9ecef; }
.dropdown-item {
display: block;
width: 100%;
padding: 0.25rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0; }
.dropdown-item:hover, .dropdown-item:focus {
color: #16181b;
text-decoration: none;
background-color: #f8f9fa; }
.dropdown-item.active, .dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #007bff; }
.dropdown-item.disabled, .dropdown-item:disabled {
color: #6c757d;
background-color: transparent; }
.dropdown-menu.show {
display: block; }
.dropdown-header {
display: block;
padding: 0.5rem 1.5rem;
margin-bottom: 0;
font-size: 0.875rem;
color: #6c757d;
white-space: nowrap; }
.dropdown-item-text {
display: block;
padding: 0.25rem 1.5rem;
color: #212529; }
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-flex;
vertical-align: middle; }
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
flex: 0 1 auto; }
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
z-index: 1; }
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
z-index: 1; }
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
margin-left: -1px; }
.btn-toolbar {
display: flex;
flex-wrap: wrap;
justify-content: flex-start; }
.btn-toolbar .input-group {
width: auto; }
.btn-group > .btn:first-child {
margin-left: 0; }
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.dropdown-toggle-split {
padding-right: 0.5625rem;
padding-left: 0.5625rem; }
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
margin-left: 0; }
.dropleft .dropdown-toggle-split::before {
margin-right: 0; }
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
padding-right: 0.375rem;
padding-left: 0.375rem; }
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
padding-right: 0.75rem;
padding-left: 0.75rem; }
.btn-group-vertical {
flex-direction: column;
align-items: flex-start;
justify-content: center; }
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
width: 100%; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0; }
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-top-right-radius: 0; }
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
margin-bottom: 0; }
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none; }
.input-group {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: stretch;
width: 100%; }
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
position: relative;
flex: 1 1 auto;
width: 1%;
margin-bottom: 0; }
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
margin-left: -1px; }
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
z-index: 3; }
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.input-group > .custom-file {
display: flex;
align-items: center; }
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
.input-group > .custom-file:not(:first-child) .custom-file-label {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.input-group-prepend,
.input-group-append {
display: flex; }
.input-group-prepend .btn,
.input-group-append .btn {
position: relative;
z-index: 2; }
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
margin-left: -1px; }
.input-group-prepend {
margin-right: -1px; }
.input-group-append {
margin-left: -1px; }
.input-group-text {
display: flex;
align-items: center;
padding: 0.375rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
text-align: center;
white-space: nowrap;
background-color: #e9ecef;
border: 1px solid #ced4da;
border-radius: 0.25rem; }
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
margin-top: 0; }
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.custom-control {
position: relative;
display: block;
min-height: 1.5rem;
padding-left: 1.5rem; }
.custom-control-inline {
display: inline-flex;
margin-right: 1rem; }
.custom-control-input {
position: absolute;
z-index: -1;
opacity: 0; }
.custom-control-input:checked ~ .custom-control-label::before {
color: #fff;
background-color: #007bff; }
.custom-control-input:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-control-input:active ~ .custom-control-label::before {
color: #fff;
background-color: #b3d7ff; }
.custom-control-input:disabled ~ .custom-control-label {
color: #6c757d; }
.custom-control-input:disabled ~ .custom-control-label::before {
background-color: #e9ecef; }
.custom-control-label {
position: relative;
margin-bottom: 0; }
.custom-control-label::before {
position: absolute;
top: 0.25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
pointer-events: none;
content: "";
user-select: none;
background-color: #dee2e6; }
.custom-control-label::after {
position: absolute;
top: 0.25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
content: "";
background-repeat: no-repeat;
background-position: center center;
background-size: 50% 50%; }
.custom-checkbox .custom-control-label::before {
border-radius: 0.25rem; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
background-color: #007bff; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
background-color: #007bff; }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5); }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5); }
.custom-radio .custom-control-label::before {
border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
background-color: #007bff; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5); }
.custom-select {
display: inline-block;
width: 100%;
height: calc(2.25rem + 2px);
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
line-height: 1.5;
color: #495057;
vertical-align: middle;
background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
background-size: 8px 10px;
border: 1px solid #ced4da;
border-radius: 0.25rem;
appearance: none; }
.custom-select:focus {
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5); }
.custom-select:focus::-ms-value {
color: #495057;
background-color: #fff; }
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
height: auto;
padding-right: 0.75rem;
background-image: none; }
.custom-select:disabled {
color: #6c757d;
background-color: #e9ecef; }
.custom-select::-ms-expand {
opacity: 0; }
.custom-select-sm {
height: calc(1.8125rem + 2px);
padding-top: 0.375rem;
padding-bottom: 0.375rem;
font-size: 75%; }
.custom-select-lg {
height: calc(2.875rem + 2px);
padding-top: 0.375rem;
padding-bottom: 0.375rem;
font-size: 125%; }
.custom-file {
position: relative;
display: inline-block;
width: 100%;
height: calc(2.25rem + 2px);
margin-bottom: 0; }
.custom-file-input {
position: relative;
z-index: 2;
width: 100%;
height: calc(2.25rem + 2px);
margin: 0;
opacity: 0; }
.custom-file-input:focus ~ .custom-file-label {
border-color: #80bdff;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-file-input:focus ~ .custom-file-label::after {
border-color: #80bdff; }
.custom-file-input:disabled ~ .custom-file-label {
background-color: #e9ecef; }
.custom-file-input:lang(en) ~ .custom-file-label::after {
content: "Browse"; }
.custom-file-label {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 1;
height: calc(2.25rem + 2px);
padding: 0.375rem 0.75rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
border: 1px solid #ced4da;
border-radius: 0.25rem; }
.custom-file-label::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 3;
display: block;
height: 2.25rem;
padding: 0.375rem 0.75rem;
line-height: 1.5;
color: #495057;
content: "Browse";
background-color: #e9ecef;
border-left: 1px solid #ced4da;
border-radius: 0 0.25rem 0.25rem 0; }
.custom-range {
width: 100%;
padding-left: 0;
background-color: transparent;
appearance: none; }
.custom-range:focus {
outline: none; }
.custom-range::-moz-focus-outer {
border: 0; }
.custom-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
appearance: none; }
@media screen and (prefers-reduced-motion: reduce) {
.custom-range::-webkit-slider-thumb {
transition: none; } }
.custom-range::-webkit-slider-thumb:focus {
outline: none;
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-range::-webkit-slider-thumb:active {
background-color: #b3d7ff; }
.custom-range::-webkit-slider-runnable-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem; }
.custom-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
appearance: none; }
@media screen and (prefers-reduced-motion: reduce) {
.custom-range::-moz-range-thumb {
transition: none; } }
.custom-range::-moz-range-thumb:focus {
outline: none;
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-range::-moz-range-thumb:active {
background-color: #b3d7ff; }
.custom-range::-moz-range-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem; }
.custom-range::-ms-thumb {
width: 1rem;
height: 1rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
appearance: none; }
@media screen and (prefers-reduced-motion: reduce) {
.custom-range::-ms-thumb {
transition: none; } }
.custom-range::-ms-thumb:focus {
outline: none;
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-range::-ms-thumb:active {
background-color: #b3d7ff; }
.custom-range::-ms-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: transparent;
border-color: transparent;
border-width: 0.5rem; }
.custom-range::-ms-fill-lower {
background-color: #dee2e6;
border-radius: 1rem; }
.custom-range::-ms-fill-upper {
margin-right: 15px;
background-color: #dee2e6;
border-radius: 1rem; }
.custom-control-label::before,
.custom-file-label,
.custom-select {
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
.custom-control-label::before,
.custom-file-label,
.custom-select {
transition: none; } }
.nav {
display: flex;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none; }
.nav-link {
display: block;
padding: 0.5rem 1rem; }
.nav-link:hover, .nav-link:focus {
text-decoration: none; }
.nav-link.disabled {
color: #6c757d; }
.nav-tabs {
border-bottom: 1px solid #dee2e6; }
.nav-tabs .nav-item {
margin-bottom: -1px; }
.nav-tabs .nav-link {
border: 1px solid transparent;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem; }
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
border-color: #e9ecef #e9ecef #dee2e6; }
.nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent; }
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff; }
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0; }
.nav-pills .nav-link {
border-radius: 0.25rem; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #fff;
background-color: #007bff; }
.nav-fill .nav-item {
flex: 1 1 auto;
text-align: center; }
.nav-justified .nav-item {
flex-basis: 0;
flex-grow: 1;
text-align: center; }
.tab-content > .tab-pane {
display: none; }
.tab-content > .active {
display: block; }
.navbar {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding: 0.5rem 1rem; }
.navbar > .container,
.navbar > .container-fluid {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between; }
.navbar-brand {
display: inline-block;
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap; }
.navbar-brand:hover, .navbar-brand:focus {
text-decoration: none; }
.navbar-nav {
display: flex;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none; }
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0; }
.navbar-nav .dropdown-menu {
position: static;
float: none; }
.navbar-text {
display: inline-block;
padding-top: 0.5rem;
padding-bottom: 0.5rem; }
.navbar-collapse {
flex-basis: 100%;
flex-grow: 1;
align-items: center; }
.navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem; }
.navbar-toggler:hover, .navbar-toggler:focus {
text-decoration: none; }
.navbar-toggler:not(:disabled):not(.disabled) {
cursor: pointer; }
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
content: "";
background: no-repeat center center;
background-size: 100% 100%; }
@media (max-width: 575.98px) {
.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 576px) {
.navbar-expand-sm {
flex-flow: row nowrap;
justify-content: flex-start; }
.navbar-expand-sm .navbar-nav {
flex-direction: row; }
.navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem; }
.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
flex-wrap: nowrap; }
.navbar-expand-sm .navbar-collapse {
display: flex !important;
flex-basis: auto; }
.navbar-expand-sm .navbar-toggler {
display: none; } }
@media (max-width: 767.98px) {
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 768px) {
.navbar-expand-md {
flex-flow: row nowrap;
justify-content: flex-start; }
.navbar-expand-md .navbar-nav {
flex-direction: row; }
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand-md .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem; }
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
flex-wrap: nowrap; }
.navbar-expand-md .navbar-collapse {
display: flex !important;
flex-basis: auto; }
.navbar-expand-md .navbar-toggler {
display: none; } }
@media (max-width: 991.98px) {
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 992px) {
.navbar-expand-lg {
flex-flow: row nowrap;
justify-content: flex-start; }
.navbar-expand-lg .navbar-nav {
flex-direction: row; }
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem; }
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
flex-wrap: nowrap; }
.navbar-expand-lg .navbar-collapse {
display: flex !important;
flex-basis: auto; }
.navbar-expand-lg .navbar-toggler {
display: none; } }
@media (max-width: 1199.98px) {
.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 1200px) {
.navbar-expand-xl {
flex-flow: row nowrap;
justify-content: flex-start; }
.navbar-expand-xl .navbar-nav {
flex-direction: row; }
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem; }
.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
flex-wrap: nowrap; }
.navbar-expand-xl .navbar-collapse {
display: flex !important;
flex-basis: auto; }
.navbar-expand-xl .navbar-toggler {
display: none; } }
.navbar-expand {
flex-flow: row nowrap;
justify-content: flex-start; }
.navbar-expand > .container,
.navbar-expand > .container-fluid {
padding-right: 0;
padding-left: 0; }
.navbar-expand .navbar-nav {
flex-direction: row; }
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem; }
.navbar-expand > .container,
.navbar-expand > .container-fluid {
flex-wrap: nowrap; }
.navbar-expand .navbar-collapse {
display: flex !important;
flex-basis: auto; }
.navbar-expand .navbar-toggler {
display: none; }
.navbar-light .navbar-brand {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.5); }
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
color: rgba(0, 0, 0, 0.7); }
.navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.3); }
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, 0.5);
border-color: rgba(0, 0, 0, 0.1); }
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-light .navbar-text {
color: rgba(0, 0, 0, 0.5); }
.navbar-light .navbar-text a {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
color: rgba(0, 0, 0, 0.9); }
.navbar-dark .navbar-brand {
color: #fff; }
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
color: #fff; }
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
color: rgba(255, 255, 255, 0.75); }
.navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, 0.25); }
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
color: #fff; }
.navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.1); }
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-dark .navbar-text {
color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-text a {
color: #fff; }
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
color: #fff; }
.card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, 0.125);
border-radius: 0.25rem; }
.card > hr {
margin-right: 0;
margin-left: 0; }
.card > .list-group:first-child .list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem; }
.card > .list-group:last-child .list-group-item:last-child {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem; }
.card-body {
flex: 1 1 auto;
padding: 1.25rem; }
.card-title {
margin-bottom: 0.75rem; }
.card-subtitle {
margin-top: -0.375rem;
margin-bottom: 0; }
.card-text:last-child {
margin-bottom: 0; }
.card-link:hover {
text-decoration: none; }
.card-link + .card-link {
margin-left: 1.25rem; }
.card-header {
padding: 0.75rem 1.25rem;
margin-bottom: 0;
background-color: rgba(0, 0, 0, 0.03);
border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
.card-header:first-child {
border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
.card-header + .list-group .list-group-item:first-child {
border-top: 0; }
.card-footer {
padding: 0.75rem 1.25rem;
background-color: rgba(0, 0, 0, 0.03);
border-top: 1px solid rgba(0, 0, 0, 0.125); }
.card-footer:last-child {
border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }
.card-header-tabs {
margin-right: -0.625rem;
margin-bottom: -0.75rem;
margin-left: -0.625rem;
border-bottom: 0; }
.card-header-pills {
margin-right: -0.625rem;
margin-left: -0.625rem; }
.card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1.25rem; }
.card-img {
width: 100%;
border-radius: calc(0.25rem - 1px); }
.card-img-top {
width: 100%;
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px); }
.card-img-bottom {
width: 100%;
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px); }
.card-deck {
display: flex;
flex-direction: column; }
.card-deck .card {
margin-bottom: 15px; }
@media (min-width: 576px) {
.card-deck {
flex-flow: row wrap;
margin-right: -15px;
margin-left: -15px; }
.card-deck .card {
display: flex;
flex: 1 0 0%;
flex-direction: column;
margin-right: 15px;
margin-bottom: 0;
margin-left: 15px; } }
.card-group {
display: flex;
flex-direction: column; }
.card-group > .card {
margin-bottom: 15px; }
@media (min-width: 576px) {
.card-group {
flex-flow: row wrap; }
.card-group > .card {
flex: 1 0 0%;
margin-bottom: 0; }
.card-group > .card + .card {
margin-left: 0;
border-left: 0; }
.card-group > .card:first-child {
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
.card-group > .card:first-child .card-img-top,
.card-group > .card:first-child .card-header {
border-top-right-radius: 0; }
.card-group > .card:first-child .card-img-bottom,
.card-group > .card:first-child .card-footer {
border-bottom-right-radius: 0; }
.card-group > .card:last-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.card-group > .card:last-child .card-img-top,
.card-group > .card:last-child .card-header {
border-top-left-radius: 0; }
.card-group > .card:last-child .card-img-bottom,
.card-group > .card:last-child .card-footer {
border-bottom-left-radius: 0; }
.card-group > .card:only-child {
border-radius: 0.25rem; }
.card-group > .card:only-child .card-img-top,
.card-group > .card:only-child .card-header {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem; }
.card-group > .card:only-child .card-img-bottom,
.card-group > .card:only-child .card-footer {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem; }
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
border-radius: 0; }
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
border-radius: 0; } }
.card-columns .card {
margin-bottom: 0.75rem; }
@media (min-width: 576px) {
.card-columns {
column-count: 3;
column-gap: 1.25rem;
orphans: 1;
widows: 1; }
.card-columns .card {
display: inline-block;
width: 100%; } }
.accordion .card:not(:first-of-type):not(:last-of-type) {
border-bottom: 0;
border-radius: 0; }
.accordion .card:not(:first-of-type) .card-header:first-child {
border-radius: 0; }
.accordion .card:first-of-type {
border-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0; }
.accordion .card:last-of-type {
border-top-left-radius: 0;
border-top-right-radius: 0; }
.breadcrumb {
display: flex;
flex-wrap: wrap;
padding: 0.75rem 1rem;
margin-bottom: 1rem;
list-style: none;
background-color: #e9ecef;
border-radius: 0.25rem; }
.breadcrumb-item + .breadcrumb-item {
padding-left: 0.5rem; }
.breadcrumb-item + .breadcrumb-item::before {
display: inline-block;
padding-right: 0.5rem;
color: #6c757d;
content: "/"; }
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: underline; }
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: none; }
.breadcrumb-item.active {
color: #6c757d; }
.pagination {
display: flex;
padding-left: 0;
list-style: none;
border-radius: 0.25rem; }
.page-link {
position: relative;
display: block;
padding: 0.5rem 0.75rem;
margin-left: -1px;
line-height: 1.25;
color: #007bff;
background-color: #fff;
border: 1px solid #dee2e6; }
.page-link:hover {
z-index: 2;
color: #0056b3;
text-decoration: none;
background-color: #e9ecef;
border-color: #dee2e6; }
.page-link:focus {
z-index: 2;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.page-link:not(:disabled):not(.disabled) {
cursor: pointer; }
.page-item:first-child .page-link {
margin-left: 0;
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem; }
.page-item:last-child .page-link {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem; }
.page-item.active .page-link {
z-index: 1;
color: #fff;
background-color: #007bff;
border-color: #007bff; }
.page-item.disabled .page-link {
color: #6c757d;
pointer-events: none;
cursor: auto;
background-color: #fff;
border-color: #dee2e6; }
.pagination-lg .page-link {
padding: 0.75rem 1.5rem;
font-size: 1.25rem;
line-height: 1.5; }
.pagination-lg .page-item:first-child .page-link {
border-top-left-radius: 0.3rem;
border-bottom-left-radius: 0.3rem; }
.pagination-lg .page-item:last-child .page-link {
border-top-right-radius: 0.3rem;
border-bottom-right-radius: 0.3rem; }
.pagination-sm .page-link {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5; }
.pagination-sm .page-item:first-child .page-link {
border-top-left-radius: 0.2rem;
border-bottom-left-radius: 0.2rem; }
.pagination-sm .page-item:last-child .page-link {
border-top-right-radius: 0.2rem;
border-bottom-right-radius: 0.2rem; }
.badge {
display: inline-block;
padding: 0.25em 0.4em;
font-size: 75%;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25rem; }
.badge:empty {
display: none; }
.btn .badge {
position: relative;
top: -1px; }
.badge-pill {
padding-right: 0.6em;
padding-left: 0.6em;
border-radius: 10rem; }
.badge-primary {
color: #fff;
background-color: #007bff; }
.badge-primary[href]:hover, .badge-primary[href]:focus {
color: #fff;
text-decoration: none;
background-color: #0062cc; }
.badge-secondary {
color: #fff;
background-color: #6c757d; }
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
color: #fff;
text-decoration: none;
background-color: #545b62; }
.badge-success {
color: #fff;
background-color: #28a745; }
.badge-success[href]:hover, .badge-success[href]:focus {
color: #fff;
text-decoration: none;
background-color: #1e7e34; }
.badge-info {
color: #fff;
background-color: #17a2b8; }
.badge-info[href]:hover, .badge-info[href]:focus {
color: #fff;
text-decoration: none;
background-color: #117a8b; }
.badge-warning {
color: #212529;
background-color: #ffc107; }
.badge-warning[href]:hover, .badge-warning[href]:focus {
color: #212529;
text-decoration: none;
background-color: #d39e00; }
.badge-danger {
color: #fff;
background-color: #dc3545; }
.badge-danger[href]:hover, .badge-danger[href]:focus {
color: #fff;
text-decoration: none;
background-color: #bd2130; }
.badge-light {
color: #212529;
background-color: #f8f9fa; }
.badge-light[href]:hover, .badge-light[href]:focus {
color: #212529;
text-decoration: none;
background-color: #dae0e5; }
.badge-dark {
color: #fff;
background-color: #343a40; }
.badge-dark[href]:hover, .badge-dark[href]:focus {
color: #fff;
text-decoration: none;
background-color: #1d2124; }
.jumbotron {
padding: 2rem 1rem;
margin-bottom: 2rem;
background-color: #e9ecef;
border-radius: 0.3rem; }
@media (min-width: 576px) {
.jumbotron {
padding: 4rem 2rem; } }
.jumbotron-fluid {
padding-right: 0;
padding-left: 0;
border-radius: 0; }
.alert {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem; }
.alert-heading {
color: inherit; }
.alert-link {
font-weight: 700; }
.alert-dismissible {
padding-right: 4rem; }
.alert-dismissible .close {
position: absolute;
top: 0;
right: 0;
padding: 0.75rem 1.25rem;
color: inherit; }
.alert-primary {
color: #004085;
background-color: #cce5ff;
border-color: #b8daff; }
.alert-primary hr {
border-top-color: #9fcdff; }
.alert-primary .alert-link {
color: #002752; }
.alert-secondary {
color: #383d41;
background-color: #e2e3e5;
border-color: #d6d8db; }
.alert-secondary hr {
border-top-color: #c8cbcf; }
.alert-secondary .alert-link {
color: #202326; }
.alert-success {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb; }
.alert-success hr {
border-top-color: #b1dfbb; }
.alert-success .alert-link {
color: #0b2e13; }
.alert-info {
color: #0c5460;
background-color: #d1ecf1;
border-color: #bee5eb; }
.alert-info hr {
border-top-color: #abdde5; }
.alert-info .alert-link {
color: #062c33; }
.alert-warning {
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba; }
.alert-warning hr {
border-top-color: #ffe8a1; }
.alert-warning .alert-link {
color: #533f03; }
.alert-danger {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb; }
.alert-danger hr {
border-top-color: #f1b0b7; }
.alert-danger .alert-link {
color: #491217; }
.alert-light {
color: #818182;
background-color: #fefefe;
border-color: #fdfdfe; }
.alert-light hr {
border-top-color: #ececf6; }
.alert-light .alert-link {
color: #686868; }
.alert-dark {
color: #1b1e21;
background-color: #d6d8d9;
border-color: #c6c8ca; }
.alert-dark hr {
border-top-color: #b9bbbe; }
.alert-dark .alert-link {
color: #040505; }
@keyframes progress-bar-stripes {
from {
background-position: 1rem 0; }
to {
background-position: 0 0; } }
.progress {
display: flex;
height: 1rem;
overflow: hidden;
font-size: 0.75rem;
background-color: #e9ecef;
border-radius: 0.25rem; }
.progress-bar {
display: flex;
flex-direction: column;
justify-content: center;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #007bff;
transition: width 0.6s ease; }
@media screen and (prefers-reduced-motion: reduce) {
.progress-bar {
transition: none; } }
.progress-bar-striped {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 1rem 1rem; }
.progress-bar-animated {
animation: progress-bar-stripes 1s linear infinite; }
.media {
display: flex;
align-items: flex-start; }
.media-body {
flex: 1; }
.list-group {
display: flex;
flex-direction: column;
padding-left: 0;
margin-bottom: 0; }
.list-group-item-action {
width: 100%;
color: #495057;
text-align: inherit; }
.list-group-item-action:hover, .list-group-item-action:focus {
color: #495057;
text-decoration: none;
background-color: #f8f9fa; }
.list-group-item-action:active {
color: #212529;
background-color: #e9ecef; }
.list-group-item {
position: relative;
display: block;
padding: 0.75rem 1.25rem;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.125); }
.list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem; }
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem; }
.list-group-item:hover, .list-group-item:focus {
z-index: 1;
text-decoration: none; }
.list-group-item.disabled, .list-group-item:disabled {
color: #6c757d;
background-color: #fff; }
.list-group-item.active {
z-index: 2;
color: #fff;
background-color: #007bff;
border-color: #007bff; }
.list-group-flush .list-group-item {
border-right: 0;
border-left: 0;
border-radius: 0; }
.list-group-flush:first-child .list-group-item:first-child {
border-top: 0; }
.list-group-flush:last-child .list-group-item:last-child {
border-bottom: 0; }
.list-group-item-primary {
color: #004085;
background-color: #b8daff; }
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
color: #004085;
background-color: #9fcdff; }
.list-group-item-primary.list-group-item-action.active {
color: #fff;
background-color: #004085;
border-color: #004085; }
.list-group-item-secondary {
color: #383d41;
background-color: #d6d8db; }
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
color: #383d41;
background-color: #c8cbcf; }
.list-group-item-secondary.list-group-item-action.active {
color: #fff;
background-color: #383d41;
border-color: #383d41; }
.list-group-item-success {
color: #155724;
background-color: #c3e6cb; }
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
color: #155724;
background-color: #b1dfbb; }
.list-group-item-success.list-group-item-action.active {
color: #fff;
background-color: #155724;
border-color: #155724; }
.list-group-item-info {
color: #0c5460;
background-color: #bee5eb; }
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
color: #0c5460;
background-color: #abdde5; }
.list-group-item-info.list-group-item-action.active {
color: #fff;
background-color: #0c5460;
border-color: #0c5460; }
.list-group-item-warning {
color: #856404;
background-color: #ffeeba; }
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
color: #856404;
background-color: #ffe8a1; }
.list-group-item-warning.list-group-item-action.active {
color: #fff;
background-color: #856404;
border-color: #856404; }
.list-group-item-danger {
color: #721c24;
background-color: #f5c6cb; }
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
color: #721c24;
background-color: #f1b0b7; }
.list-group-item-danger.list-group-item-action.active {
color: #fff;
background-color: #721c24;
border-color: #721c24; }
.list-group-item-light {
color: #818182;
background-color: #fdfdfe; }
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
color: #818182;
background-color: #ececf6; }
.list-group-item-light.list-group-item-action.active {
color: #fff;
background-color: #818182;
border-color: #818182; }
.list-group-item-dark {
color: #1b1e21;
background-color: #c6c8ca; }
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
color: #1b1e21;
background-color: #b9bbbe; }
.list-group-item-dark.list-group-item-action.active {
color: #fff;
background-color: #1b1e21;
border-color: #1b1e21; }
.close {
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .5; }
.close:not(:disabled):not(.disabled) {
cursor: pointer; }
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
color: #000;
text-decoration: none;
opacity: .75; }
button.close {
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none; }
.modal-open {
overflow: hidden; }
.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0; }
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto; }
.modal-dialog {
position: relative;
width: auto;
margin: 0.5rem;
pointer-events: none; }
.modal.fade .modal-dialog {
transition: transform 0.3s ease-out;
transform: translate(0, -25%); }
@media screen and (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
transition: none; } }
.modal.show .modal-dialog {
transform: translate(0, 0); }
.modal-dialog-centered {
display: flex;
align-items: center;
min-height: calc(100% - (0.5rem * 2)); }
.modal-content {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
outline: 0; }
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000; }
.modal-backdrop.fade {
opacity: 0; }
.modal-backdrop.show {
opacity: 0.5; }
.modal-header {
display: flex;
align-items: flex-start;
justify-content: space-between;
padding: 1rem;
border-bottom: 1px solid #e9ecef;
border-top-left-radius: 0.3rem;
border-top-right-radius: 0.3rem; }
.modal-header .close {
padding: 1rem;
margin: -1rem -1rem -1rem auto; }
.modal-title {
margin-bottom: 0;
line-height: 1.5; }
.modal-body {
position: relative;
flex: 1 1 auto;
padding: 1rem; }
.modal-footer {
display: flex;
align-items: center;
justify-content: flex-end;
padding: 1rem;
border-top: 1px solid #e9ecef; }
.modal-footer > :not(:first-child) {
margin-left: .25rem; }
.modal-footer > :not(:last-child) {
margin-right: .25rem; }
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll; }
@media (min-width: 576px) {
.modal-dialog {
max-width: 500px;
margin: 1.75rem auto; }
.modal-dialog-centered {
min-height: calc(100% - (1.75rem * 2)); }
.modal-sm {
max-width: 300px; } }
@media (min-width: 992px) {
.modal-lg {
max-width: 800px; } }
.tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
opacity: 0; }
.tooltip.show {
opacity: 1; }
.tooltip .arrow {
position: absolute;
display: block;
width: 0.8rem;
height: 0.4rem; }
.tooltip .arrow::before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid; }
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
padding: 0.4rem 0; }
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
bottom: 0; }
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
top: 0;
border-width: 0.4rem 0.4rem 0;
border-top-color: #000; }
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
padding: 0 0.4rem; }
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
left: 0;
width: 0.4rem;
height: 0.8rem; }
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
right: 0;
border-width: 0.4rem 0.4rem 0.4rem 0;
border-right-color: #000; }
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
padding: 0.4rem 0; }
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
top: 0; }
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
bottom: 0;
border-width: 0 0.4rem 0.4rem;
border-bottom-color: #000; }
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
padding: 0 0.4rem; }
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
right: 0;
width: 0.4rem;
height: 0.8rem; }
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
left: 0;
border-width: 0.4rem 0 0.4rem 0.4rem;
border-left-color: #000; }
.tooltip-inner {
max-width: 200px;
padding: 0.25rem 0.5rem;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 0; }
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: block;
max-width: 276px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem; }
.popover .arrow {
position: absolute;
display: block;
width: 1rem;
height: 0.5rem;
margin: 0 0.3rem; }
.popover .arrow::before, .popover .arrow::after {
position: absolute;
display: block;
content: "";
border-color: transparent;
border-style: solid; }
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
margin-bottom: 0.5rem; }
.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
bottom: calc((0.5rem + 1px) * -1); }
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
border-width: 0.5rem 0.5rem 0; }
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
bottom: 0;
border-top-color: rgba(0, 0, 0, 0.25); }
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
bottom: 1px;
border-top-color: #fff; }
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
margin-left: 0.5rem; }
.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
left: calc((0.5rem + 1px) * -1);
width: 0.5rem;
height: 1rem;
margin: 0.3rem 0; }
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
border-width: 0.5rem 0.5rem 0.5rem 0; }
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
left: 0;
border-right-color: rgba(0, 0, 0, 0.25); }
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
left: 1px;
border-right-color: #fff; }
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
margin-top: 0.5rem; }
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
top: calc((0.5rem + 1px) * -1); }
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
border-width: 0 0.5rem 0.5rem 0.5rem; }
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
top: 0;
border-bottom-color: rgba(0, 0, 0, 0.25); }
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
top: 1px;
border-bottom-color: #fff; }
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 1rem;
margin-left: -0.5rem;
content: "";
border-bottom: 1px solid #f7f7f7; }
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
margin-right: 0.5rem; }
.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
right: calc((0.5rem + 1px) * -1);
width: 0.5rem;
height: 1rem;
margin: 0.3rem 0; }
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
border-width: 0.5rem 0 0.5rem 0.5rem; }
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
right: 0;
border-left-color: rgba(0, 0, 0, 0.25); }
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
right: 1px;
border-left-color: #fff; }
.popover-header {
padding: 0.5rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
color: inherit;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-top-left-radius: calc(0.3rem - 1px);
border-top-right-radius: calc(0.3rem - 1px); }
.popover-header:empty {
display: none; }
.popover-body {
padding: 0.5rem 0.75rem;
color: #212529; }
.carousel {
position: relative; }
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden; }
.carousel-item {
position: relative;
display: none;
align-items: center;
width: 100%;
backface-visibility: hidden;
perspective: 1000px; }
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
display: block;
transition: transform 0.6s ease; }
@media screen and (prefers-reduced-motion: reduce) {
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
transition: none; } }
.carousel-item-next,
.carousel-item-prev {
position: absolute;
top: 0; }
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
transform: translateX(0); }
@supports (transform-style: preserve-3d) {
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
transform: translate3d(0, 0, 0); } }
.carousel-item-next,
.active.carousel-item-right {
transform: translateX(100%); }
@supports (transform-style: preserve-3d) {
.carousel-item-next,
.active.carousel-item-right {
transform: translate3d(100%, 0, 0); } }
.carousel-item-prev,
.active.carousel-item-left {
transform: translateX(-100%); }
@supports (transform-style: preserve-3d) {
.carousel-item-prev,
.active.carousel-item-left {
transform: translate3d(-100%, 0, 0); } }
.carousel-fade .carousel-item {
opacity: 0;
transition-duration: .6s;
transition-property: opacity; }
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
opacity: 1; }
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
opacity: 0; }
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
transform: translateX(0); }
@supports (transform-style: preserve-3d) {
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
transform: translate3d(0, 0, 0); } }
.carousel-control-prev,
.carousel-control-next {
position: absolute;
top: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
width: 15%;
color: #fff;
text-align: center;
opacity: 0.5; }
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
color: #fff;
text-decoration: none;
outline: 0;
opacity: .9; }
.carousel-control-prev {
left: 0; }
.carousel-control-next {
right: 0; }
.carousel-control-prev-icon,
.carousel-control-next-icon {
display: inline-block;
width: 20px;
height: 20px;
background: transparent no-repeat center center;
background-size: 100% 100%; }
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }
.carousel-control-next-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }
.carousel-indicators {
position: absolute;
right: 0;
bottom: 10px;
left: 0;
z-index: 15;
display: flex;
justify-content: center;
padding-left: 0;
margin-right: 15%;
margin-left: 15%;
list-style: none; }
.carousel-indicators li {
position: relative;
flex: 0 1 auto;
width: 30px;
height: 3px;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background-color: rgba(255, 255, 255, 0.5); }
.carousel-indicators li::before {
position: absolute;
top: -10px;
left: 0;
display: inline-block;
width: 100%;
height: 10px;
content: ""; }
.carousel-indicators li::after {
position: absolute;
bottom: -10px;
left: 0;
display: inline-block;
width: 100%;
height: 10px;
content: ""; }
.carousel-indicators .active {
background-color: #fff; }
.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center; }
.align-baseline {
vertical-align: baseline !important; }
.align-top {
vertical-align: top !important; }
.align-middle {
vertical-align: middle !important; }
.align-bottom {
vertical-align: bottom !important; }
.align-text-bottom {
vertical-align: text-bottom !important; }
.align-text-top {
vertical-align: text-top !important; }
.bg-primary {
background-color: #007bff !important; }
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
background-color: #0062cc !important; }
.bg-secondary {
background-color: #6c757d !important; }
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
background-color: #545b62 !important; }
.bg-success {
background-color: #28a745 !important; }
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
background-color: #1e7e34 !important; }
.bg-info {
background-color: #17a2b8 !important; }
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
background-color: #117a8b !important; }
.bg-warning {
background-color: #ffc107 !important; }
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
background-color: #d39e00 !important; }
.bg-danger {
background-color: #dc3545 !important; }
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
background-color: #bd2130 !important; }
.bg-light {
background-color: #f8f9fa !important; }
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
background-color: #dae0e5 !important; }
.bg-dark {
background-color: #343a40 !important; }
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
background-color: #1d2124 !important; }
.bg-white {
background-color: #fff !important; }
.bg-transparent {
background-color: transparent !important; }
.border {
border: 1px solid #dee2e6 !important; }
.border-top {
border-top: 1px solid #dee2e6 !important; }
.border-right {
border-right: 1px solid #dee2e6 !important; }
.border-bottom {
border-bottom: 1px solid #dee2e6 !important; }
.border-left {
border-left: 1px solid #dee2e6 !important; }
.border-0 {
border: 0 !important; }
.border-top-0 {
border-top: 0 !important; }
.border-right-0 {
border-right: 0 !important; }
.border-bottom-0 {
border-bottom: 0 !important; }
.border-left-0 {
border-left: 0 !important; }
.border-primary {
border-color: #007bff !important; }
.border-secondary {
border-color: #6c757d !important; }
.border-success {
border-color: #28a745 !important; }
.border-info {
border-color: #17a2b8 !important; }
.border-warning {
border-color: #ffc107 !important; }
.border-danger {
border-color: #dc3545 !important; }
.border-light {
border-color: #f8f9fa !important; }
.border-dark {
border-color: #343a40 !important; }
.border-white {
border-color: #fff !important; }
.rounded {
border-radius: 0.25rem !important; }
.rounded-top {
border-top-left-radius: 0.25rem !important;
border-top-right-radius: 0.25rem !important; }
.rounded-right {
border-top-right-radius: 0.25rem !important;
border-bottom-right-radius: 0.25rem !important; }
.rounded-bottom {
border-bottom-right-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important; }
.rounded-left {
border-top-left-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important; }
.rounded-circle {
border-radius: 50% !important; }
.rounded-0 {
border-radius: 0 !important; }
.clearfix::after {
display: block;
clear: both;
content: ""; }
.d-none {
display: none !important; }
.d-inline {
display: inline !important; }
.d-inline-block {
display: inline-block !important; }
.d-block {
display: block !important; }
.d-table {
display: table !important; }
.d-table-row {
display: table-row !important; }
.d-table-cell {
display: table-cell !important; }
.d-flex {
display: flex !important; }
.d-inline-flex {
display: inline-flex !important; }
@media (min-width: 576px) {
.d-sm-none {
display: none !important; }
.d-sm-inline {
display: inline !important; }
.d-sm-inline-block {
display: inline-block !important; }
.d-sm-block {
display: block !important; }
.d-sm-table {
display: table !important; }
.d-sm-table-row {
display: table-row !important; }
.d-sm-table-cell {
display: table-cell !important; }
.d-sm-flex {
display: flex !important; }
.d-sm-inline-flex {
display: inline-flex !important; } }
@media (min-width: 768px) {
.d-md-none {
display: none !important; }
.d-md-inline {
display: inline !important; }
.d-md-inline-block {
display: inline-block !important; }
.d-md-block {
display: block !important; }
.d-md-table {
display: table !important; }
.d-md-table-row {
display: table-row !important; }
.d-md-table-cell {
display: table-cell !important; }
.d-md-flex {
display: flex !important; }
.d-md-inline-flex {
display: inline-flex !important; } }
@media (min-width: 992px) {
.d-lg-none {
display: none !important; }
.d-lg-inline {
display: inline !important; }
.d-lg-inline-block {
display: inline-block !important; }
.d-lg-block {
display: block !important; }
.d-lg-table {
display: table !important; }
.d-lg-table-row {
display: table-row !important; }
.d-lg-table-cell {
display: table-cell !important; }
.d-lg-flex {
display: flex !important; }
.d-lg-inline-flex {
display: inline-flex !important; } }
@media (min-width: 1200px) {
.d-xl-none {
display: none !important; }
.d-xl-inline {
display: inline !important; }
.d-xl-inline-block {
display: inline-block !important; }
.d-xl-block {
display: block !important; }
.d-xl-table {
display: table !important; }
.d-xl-table-row {
display: table-row !important; }
.d-xl-table-cell {
display: table-cell !important; }
.d-xl-flex {
display: flex !important; }
.d-xl-inline-flex {
display: inline-flex !important; } }
@media print {
.d-print-none {
display: none !important; }
.d-print-inline {
display: inline !important; }
.d-print-inline-block {
display: inline-block !important; }
.d-print-block {
display: block !important; }
.d-print-table {
display: table !important; }
.d-print-table-row {
display: table-row !important; }
.d-print-table-cell {
display: table-cell !important; }
.d-print-flex {
display: flex !important; }
.d-print-inline-flex {
display: inline-flex !important; } }
.embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden; }
.embed-responsive::before {
display: block;
content: ""; }
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0; }
.embed-responsive-21by9::before {
padding-top: 42.8571428571%; }
.embed-responsive-16by9::before {
padding-top: 56.25%; }
.embed-responsive-4by3::before {
padding-top: 75%; }
.embed-responsive-1by1::before {
padding-top: 100%; }
.flex-row {
flex-direction: row !important; }
.flex-column {
flex-direction: column !important; }
.flex-row-reverse {
flex-direction: row-reverse !important; }
.flex-column-reverse {
flex-direction: column-reverse !important; }
.flex-wrap {
flex-wrap: wrap !important; }
.flex-nowrap {
flex-wrap: nowrap !important; }
.flex-wrap-reverse {
flex-wrap: wrap-reverse !important; }
.flex-fill {
flex: 1 1 auto !important; }
.flex-grow-0 {
flex-grow: 0 !important; }
.flex-grow-1 {
flex-grow: 1 !important; }
.flex-shrink-0 {
flex-shrink: 0 !important; }
.flex-shrink-1 {
flex-shrink: 1 !important; }
.justify-content-start {
justify-content: flex-start !important; }
.justify-content-end {
justify-content: flex-end !important; }
.justify-content-center {
justify-content: center !important; }
.justify-content-between {
justify-content: space-between !important; }
.justify-content-around {
justify-content: space-around !important; }
.align-items-start {
align-items: flex-start !important; }
.align-items-end {
align-items: flex-end !important; }
.align-items-center {
align-items: center !important; }
.align-items-baseline {
align-items: baseline !important; }
.align-items-stretch {
align-items: stretch !important; }
.align-content-start {
align-content: flex-start !important; }
.align-content-end {
align-content: flex-end !important; }
.align-content-center {
align-content: center !important; }
.align-content-between {
align-content: space-between !important; }
.align-content-around {
align-content: space-around !important; }
.align-content-stretch {
align-content: stretch !important; }
.align-self-auto {
align-self: auto !important; }
.align-self-start {
align-self: flex-start !important; }
.align-self-end {
align-self: flex-end !important; }
.align-self-center {
align-self: center !important; }
.align-self-baseline {
align-self: baseline !important; }
.align-self-stretch {
align-self: stretch !important; }
@media (min-width: 576px) {
.flex-sm-row {
flex-direction: row !important; }
.flex-sm-column {
flex-direction: column !important; }
.flex-sm-row-reverse {
flex-direction: row-reverse !important; }
.flex-sm-column-reverse {
flex-direction: column-reverse !important; }
.flex-sm-wrap {
flex-wrap: wrap !important; }
.flex-sm-nowrap {
flex-wrap: nowrap !important; }
.flex-sm-wrap-reverse {
flex-wrap: wrap-reverse !important; }
.flex-sm-fill {
flex: 1 1 auto !important; }
.flex-sm-grow-0 {
flex-grow: 0 !important; }
.flex-sm-grow-1 {
flex-grow: 1 !important; }
.flex-sm-shrink-0 {
flex-shrink: 0 !important; }
.flex-sm-shrink-1 {
flex-shrink: 1 !important; }
.justify-content-sm-start {
justify-content: flex-start !important; }
.justify-content-sm-end {
justify-content: flex-end !important; }
.justify-content-sm-center {
justify-content: center !important; }
.justify-content-sm-between {
justify-content: space-between !important; }
.justify-content-sm-around {
justify-content: space-around !important; }
.align-items-sm-start {
align-items: flex-start !important; }
.align-items-sm-end {
align-items: flex-end !important; }
.align-items-sm-center {
align-items: center !important; }
.align-items-sm-baseline {
align-items: baseline !important; }
.align-items-sm-stretch {
align-items: stretch !important; }
.align-content-sm-start {
align-content: flex-start !important; }
.align-content-sm-end {
align-content: flex-end !important; }
.align-content-sm-center {
align-content: center !important; }
.align-content-sm-between {
align-content: space-between !important; }
.align-content-sm-around {
align-content: space-around !important; }
.align-content-sm-stretch {
align-content: stretch !important; }
.align-self-sm-auto {
align-self: auto !important; }
.align-self-sm-start {
align-self: flex-start !important; }
.align-self-sm-end {
align-self: flex-end !important; }
.align-self-sm-center {
align-self: center !important; }
.align-self-sm-baseline {
align-self: baseline !important; }
.align-self-sm-stretch {
align-self: stretch !important; } }
@media (min-width: 768px) {
.flex-md-row {
flex-direction: row !important; }
.flex-md-column {
flex-direction: column !important; }
.flex-md-row-reverse {
flex-direction: row-reverse !important; }
.flex-md-column-reverse {
flex-direction: column-reverse !important; }
.flex-md-wrap {
flex-wrap: wrap !important; }
.flex-md-nowrap {
flex-wrap: nowrap !important; }
.flex-md-wrap-reverse {
flex-wrap: wrap-reverse !important; }
.flex-md-fill {
flex: 1 1 auto !important; }
.flex-md-grow-0 {
flex-grow: 0 !important; }
.flex-md-grow-1 {
flex-grow: 1 !important; }
.flex-md-shrink-0 {
flex-shrink: 0 !important; }
.flex-md-shrink-1 {
flex-shrink: 1 !important; }
.justify-content-md-start {
justify-content: flex-start !important; }
.justify-content-md-end {
justify-content: flex-end !important; }
.justify-content-md-center {
justify-content: center !important; }
.justify-content-md-between {
justify-content: space-between !important; }
.justify-content-md-around {
justify-content: space-around !important; }
.align-items-md-start {
align-items: flex-start !important; }
.align-items-md-end {
align-items: flex-end !important; }
.align-items-md-center {
align-items: center !important; }
.align-items-md-baseline {
align-items: baseline !important; }
.align-items-md-stretch {
align-items: stretch !important; }
.align-content-md-start {
align-content: flex-start !important; }
.align-content-md-end {
align-content: flex-end !important; }
.align-content-md-center {
align-content: center !important; }
.align-content-md-between {
align-content: space-between !important; }
.align-content-md-around {
align-content: space-around !important; }
.align-content-md-stretch {
align-content: stretch !important; }
.align-self-md-auto {
align-self: auto !important; }
.align-self-md-start {
align-self: flex-start !important; }
.align-self-md-end {
align-self: flex-end !important; }
.align-self-md-center {
align-self: center !important; }
.align-self-md-baseline {
align-self: baseline !important; }
.align-self-md-stretch {
align-self: stretch !important; } }
@media (min-width: 992px) {
.flex-lg-row {
flex-direction: row !important; }
.flex-lg-column {
flex-direction: column !important; }
.flex-lg-row-reverse {
flex-direction: row-reverse !important; }
.flex-lg-column-reverse {
flex-direction: column-reverse !important; }
.flex-lg-wrap {
flex-wrap: wrap !important; }
.flex-lg-nowrap {
flex-wrap: nowrap !important; }
.flex-lg-wrap-reverse {
flex-wrap: wrap-reverse !important; }
.flex-lg-fill {
flex: 1 1 auto !important; }
.flex-lg-grow-0 {
flex-grow: 0 !important; }
.flex-lg-grow-1 {
flex-grow: 1 !important; }
.flex-lg-shrink-0 {
flex-shrink: 0 !important; }
.flex-lg-shrink-1 {
flex-shrink: 1 !important; }
.justify-content-lg-start {
justify-content: flex-start !important; }
.justify-content-lg-end {
justify-content: flex-end !important; }
.justify-content-lg-center {
justify-content: center !important; }
.justify-content-lg-between {
justify-content: space-between !important; }
.justify-content-lg-around {
justify-content: space-around !important; }
.align-items-lg-start {
align-items: flex-start !important; }
.align-items-lg-end {
align-items: flex-end !important; }
.align-items-lg-center {
align-items: center !important; }
.align-items-lg-baseline {
align-items: baseline !important; }
.align-items-lg-stretch {
align-items: stretch !important; }
.align-content-lg-start {
align-content: flex-start !important; }
.align-content-lg-end {
align-content: flex-end !important; }
.align-content-lg-center {
align-content: center !important; }
.align-content-lg-between {
align-content: space-between !important; }
.align-content-lg-around {
align-content: space-around !important; }
.align-content-lg-stretch {
align-content: stretch !important; }
.align-self-lg-auto {
align-self: auto !important; }
.align-self-lg-start {
align-self: flex-start !important; }
.align-self-lg-end {
align-self: flex-end !important; }
.align-self-lg-center {
align-self: center !important; }
.align-self-lg-baseline {
align-self: baseline !important; }
.align-self-lg-stretch {
align-self: stretch !important; } }
@media (min-width: 1200px) {
.flex-xl-row {
flex-direction: row !important; }
.flex-xl-column {
flex-direction: column !important; }
.flex-xl-row-reverse {
flex-direction: row-reverse !important; }
.flex-xl-column-reverse {
flex-direction: column-reverse !important; }
.flex-xl-wrap {
flex-wrap: wrap !important; }
.flex-xl-nowrap {
flex-wrap: nowrap !important; }
.flex-xl-wrap-reverse {
flex-wrap: wrap-reverse !important; }
.flex-xl-fill {
flex: 1 1 auto !important; }
.flex-xl-grow-0 {
flex-grow: 0 !important; }
.flex-xl-grow-1 {
flex-grow: 1 !important; }
.flex-xl-shrink-0 {
flex-shrink: 0 !important; }
.flex-xl-shrink-1 {
flex-shrink: 1 !important; }
.justify-content-xl-start {
justify-content: flex-start !important; }
.justify-content-xl-end {
justify-content: flex-end !important; }
.justify-content-xl-center {
justify-content: center !important; }
.justify-content-xl-between {
justify-content: space-between !important; }
.justify-content-xl-around {
justify-content: space-around !important; }
.align-items-xl-start {
align-items: flex-start !important; }
.align-items-xl-end {
align-items: flex-end !important; }
.align-items-xl-center {
align-items: center !important; }
.align-items-xl-baseline {
align-items: baseline !important; }
.align-items-xl-stretch {
align-items: stretch !important; }
.align-content-xl-start {
align-content: flex-start !important; }
.align-content-xl-end {
align-content: flex-end !important; }
.align-content-xl-center {
align-content: center !important; }
.align-content-xl-between {
align-content: space-between !important; }
.align-content-xl-around {
align-content: space-around !important; }
.align-content-xl-stretch {
align-content: stretch !important; }
.align-self-xl-auto {
align-self: auto !important; }
.align-self-xl-start {
align-self: flex-start !important; }
.align-self-xl-end {
align-self: flex-end !important; }
.align-self-xl-center {
align-self: center !important; }
.align-self-xl-baseline {
align-self: baseline !important; }
.align-self-xl-stretch {
align-self: stretch !important; } }
.float-left {
float: left !important; }
.float-right {
float: right !important; }
.float-none {
float: none !important; }
@media (min-width: 576px) {
.float-sm-left {
float: left !important; }
.float-sm-right {
float: right !important; }
.float-sm-none {
float: none !important; } }
@media (min-width: 768px) {
.float-md-left {
float: left !important; }
.float-md-right {
float: right !important; }
.float-md-none {
float: none !important; } }
@media (min-width: 992px) {
.float-lg-left {
float: left !important; }
.float-lg-right {
float: right !important; }
.float-lg-none {
float: none !important; } }
@media (min-width: 1200px) {
.float-xl-left {
float: left !important; }
.float-xl-right {
float: right !important; }
.float-xl-none {
float: none !important; } }
.position-static {
position: static !important; }
.position-relative {
position: relative !important; }
.position-absolute {
position: absolute !important; }
.position-fixed {
position: fixed !important; }
.position-sticky {
position: sticky !important; }
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030; }
.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030; }
@supports (position: sticky) {
.sticky-top {
position: sticky;
top: 0;
z-index: 1020; } }
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0; }
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal; }
.shadow-sm {
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
.shadow {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
.shadow-lg {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
.shadow-none {
box-shadow: none !important; }
.w-25 {
width: 25% !important; }
.w-50 {
width: 50% !important; }
.w-75 {
width: 75% !important; }
.w-100 {
width: 100% !important; }
.w-auto {
width: auto !important; }
.h-25 {
height: 25% !important; }
.h-50 {
height: 50% !important; }
.h-75 {
height: 75% !important; }
.h-100 {
height: 100% !important; }
.h-auto {
height: auto !important; }
.mw-100 {
max-width: 100% !important; }
.mh-100 {
max-height: 100% !important; }
.m-0 {
margin: 0 !important; }
.mt-0,
.my-0 {
margin-top: 0 !important; }
.mr-0,
.mx-0 {
margin-right: 0 !important; }
.mb-0,
.my-0 {
margin-bottom: 0 !important; }
.ml-0,
.mx-0 {
margin-left: 0 !important; }
.m-1 {
margin: 0.25rem !important; }
.mt-1,
.my-1 {
margin-top: 0.25rem !important; }
.mr-1,
.mx-1 {
margin-right: 0.25rem !important; }
.mb-1,
.my-1 {
margin-bottom: 0.25rem !important; }
.ml-1,
.mx-1 {
margin-left: 0.25rem !important; }
.m-2 {
margin: 0.5rem !important; }
.mt-2,
.my-2 {
margin-top: 0.5rem !important; }
.mr-2,
.mx-2 {
margin-right: 0.5rem !important; }
.mb-2,
.my-2 {
margin-bottom: 0.5rem !important; }
.ml-2,
.mx-2 {
margin-left: 0.5rem !important; }
.m-3 {
margin: 1rem !important; }
.mt-3,
.my-3 {
margin-top: 1rem !important; }
.mr-3,
.mx-3 {
margin-right: 1rem !important; }
.mb-3,
.my-3 {
margin-bottom: 1rem !important; }
.ml-3,
.mx-3 {
margin-left: 1rem !important; }
.m-4 {
margin: 1.5rem !important; }
.mt-4,
.my-4 {
margin-top: 1.5rem !important; }
.mr-4,
.mx-4 {
margin-right: 1.5rem !important; }
.mb-4,
.my-4 {
margin-bottom: 1.5rem !important; }
.ml-4,
.mx-4 {
margin-left: 1.5rem !important; }
.m-5 {
margin: 3rem !important; }
.mt-5,
.my-5 {
margin-top: 3rem !important; }
.mr-5,
.mx-5 {
margin-right: 3rem !important; }
.mb-5,
.my-5 {
margin-bottom: 3rem !important; }
.ml-5,
.mx-5 {
margin-left: 3rem !important; }
.p-0 {
padding: 0 !important; }
.pt-0,
.py-0 {
padding-top: 0 !important; }
.pr-0,
.px-0 {
padding-right: 0 !important; }
.pb-0,
.py-0 {
padding-bottom: 0 !important; }
.pl-0,
.px-0 {
padding-left: 0 !important; }
.p-1 {
padding: 0.25rem !important; }
.pt-1,
.py-1 {
padding-top: 0.25rem !important; }
.pr-1,
.px-1 {
padding-right: 0.25rem !important; }
.pb-1,
.py-1 {
padding-bottom: 0.25rem !important; }
.pl-1,
.px-1 {
padding-left: 0.25rem !important; }
.p-2 {
padding: 0.5rem !important; }
.pt-2,
.py-2 {
padding-top: 0.5rem !important; }
.pr-2,
.px-2 {
padding-right: 0.5rem !important; }
.pb-2,
.py-2 {
padding-bottom: 0.5rem !important; }
.pl-2,
.px-2 {
padding-left: 0.5rem !important; }
.p-3 {
padding: 1rem !important; }
.pt-3,
.py-3 {
padding-top: 1rem !important; }
.pr-3,
.px-3 {
padding-right: 1rem !important; }
.pb-3,
.py-3 {
padding-bottom: 1rem !important; }
.pl-3,
.px-3 {
padding-left: 1rem !important; }
.p-4 {
padding: 1.5rem !important; }
.pt-4,
.py-4 {
padding-top: 1.5rem !important; }
.pr-4,
.px-4 {
padding-right: 1.5rem !important; }
.pb-4,
.py-4 {
padding-bottom: 1.5rem !important; }
.pl-4,
.px-4 {
padding-left: 1.5rem !important; }
.p-5 {
padding: 3rem !important; }
.pt-5,
.py-5 {
padding-top: 3rem !important; }
.pr-5,
.px-5 {
padding-right: 3rem !important; }
.pb-5,
.py-5 {
padding-bottom: 3rem !important; }
.pl-5,
.px-5 {
padding-left: 3rem !important; }
.m-auto {
margin: auto !important; }
.mt-auto,
.my-auto {
margin-top: auto !important; }
.mr-auto,
.mx-auto {
margin-right: auto !important; }
.mb-auto,
.my-auto {
margin-bottom: auto !important; }
.ml-auto,
.mx-auto {
margin-left: auto !important; }
@media (min-width: 576px) {
.m-sm-0 {
margin: 0 !important; }
.mt-sm-0,
.my-sm-0 {
margin-top: 0 !important; }
.mr-sm-0,
.mx-sm-0 {
margin-right: 0 !important; }
.mb-sm-0,
.my-sm-0 {
margin-bottom: 0 !important; }
.ml-sm-0,
.mx-sm-0 {
margin-left: 0 !important; }
.m-sm-1 {
margin: 0.25rem !important; }
.mt-sm-1,
.my-sm-1 {
margin-top: 0.25rem !important; }
.mr-sm-1,
.mx-sm-1 {
margin-right: 0.25rem !important; }
.mb-sm-1,
.my-sm-1 {
margin-bottom: 0.25rem !important; }
.ml-sm-1,
.mx-sm-1 {
margin-left: 0.25rem !important; }
.m-sm-2 {
margin: 0.5rem !important; }
.mt-sm-2,
.my-sm-2 {
margin-top: 0.5rem !important; }
.mr-sm-2,
.mx-sm-2 {
margin-right: 0.5rem !important; }
.mb-sm-2,
.my-sm-2 {
margin-bottom: 0.5rem !important; }
.ml-sm-2,
.mx-sm-2 {
margin-left: 0.5rem !important; }
.m-sm-3 {
margin: 1rem !important; }
.mt-sm-3,
.my-sm-3 {
margin-top: 1rem !important; }
.mr-sm-3,
.mx-sm-3 {
margin-right: 1rem !important; }
.mb-sm-3,
.my-sm-3 {
margin-bottom: 1rem !important; }
.ml-sm-3,
.mx-sm-3 {
margin-left: 1rem !important; }
.m-sm-4 {
margin: 1.5rem !important; }
.mt-sm-4,
.my-sm-4 {
margin-top: 1.5rem !important; }
.mr-sm-4,
.mx-sm-4 {
margin-right: 1.5rem !important; }
.mb-sm-4,
.my-sm-4 {
margin-bottom: 1.5rem !important; }
.ml-sm-4,
.mx-sm-4 {
margin-left: 1.5rem !important; }
.m-sm-5 {
margin: 3rem !important; }
.mt-sm-5,
.my-sm-5 {
margin-top: 3rem !important; }
.mr-sm-5,
.mx-sm-5 {
margin-right: 3rem !important; }
.mb-sm-5,
.my-sm-5 {
margin-bottom: 3rem !important; }
.ml-sm-5,
.mx-sm-5 {
margin-left: 3rem !important; }
.p-sm-0 {
padding: 0 !important; }
.pt-sm-0,
.py-sm-0 {
padding-top: 0 !important; }
.pr-sm-0,
.px-sm-0 {
padding-right: 0 !important; }
.pb-sm-0,
.py-sm-0 {
padding-bottom: 0 !important; }
.pl-sm-0,
.px-sm-0 {
padding-left: 0 !important; }
.p-sm-1 {
padding: 0.25rem !important; }
.pt-sm-1,
.py-sm-1 {
padding-top: 0.25rem !important; }
.pr-sm-1,
.px-sm-1 {
padding-right: 0.25rem !important; }
.pb-sm-1,
.py-sm-1 {
padding-bottom: 0.25rem !important; }
.pl-sm-1,
.px-sm-1 {
padding-left: 0.25rem !important; }
.p-sm-2 {
padding: 0.5rem !important; }
.pt-sm-2,
.py-sm-2 {
padding-top: 0.5rem !important; }
.pr-sm-2,
.px-sm-2 {
padding-right: 0.5rem !important; }
.pb-sm-2,
.py-sm-2 {
padding-bottom: 0.5rem !important; }
.pl-sm-2,
.px-sm-2 {
padding-left: 0.5rem !important; }
.p-sm-3 {
padding: 1rem !important; }
.pt-sm-3,
.py-sm-3 {
padding-top: 1rem !important; }
.pr-sm-3,
.px-sm-3 {
padding-right: 1rem !important; }
.pb-sm-3,
.py-sm-3 {
padding-bottom: 1rem !important; }
.pl-sm-3,
.px-sm-3 {
padding-left: 1rem !important; }
.p-sm-4 {
padding: 1.5rem !important; }
.pt-sm-4,
.py-sm-4 {
padding-top: 1.5rem !important; }
.pr-sm-4,
.px-sm-4 {
padding-right: 1.5rem !important; }
.pb-sm-4,
.py-sm-4 {
padding-bottom: 1.5rem !important; }
.pl-sm-4,
.px-sm-4 {
padding-left: 1.5rem !important; }
.p-sm-5 {
padding: 3rem !important; }
.pt-sm-5,
.py-sm-5 {
padding-top: 3rem !important; }
.pr-sm-5,
.px-sm-5 {
padding-right: 3rem !important; }
.pb-sm-5,
.py-sm-5 {
padding-bottom: 3rem !important; }
.pl-sm-5,
.px-sm-5 {
padding-left: 3rem !important; }
.m-sm-auto {
margin: auto !important; }
.mt-sm-auto,
.my-sm-auto {
margin-top: auto !important; }
.mr-sm-auto,
.mx-sm-auto {
margin-right: auto !important; }
.mb-sm-auto,
.my-sm-auto {
margin-bottom: auto !important; }
.ml-sm-auto,
.mx-sm-auto {
margin-left: auto !important; } }
@media (min-width: 768px) {
.m-md-0 {
margin: 0 !important; }
.mt-md-0,
.my-md-0 {
margin-top: 0 !important; }
.mr-md-0,
.mx-md-0 {
margin-right: 0 !important; }
.mb-md-0,
.my-md-0 {
margin-bottom: 0 !important; }
.ml-md-0,
.mx-md-0 {
margin-left: 0 !important; }
.m-md-1 {
margin: 0.25rem !important; }
.mt-md-1,
.my-md-1 {
margin-top: 0.25rem !important; }
.mr-md-1,
.mx-md-1 {
margin-right: 0.25rem !important; }
.mb-md-1,
.my-md-1 {
margin-bottom: 0.25rem !important; }
.ml-md-1,
.mx-md-1 {
margin-left: 0.25rem !important; }
.m-md-2 {
margin: 0.5rem !important; }
.mt-md-2,
.my-md-2 {
margin-top: 0.5rem !important; }
.mr-md-2,
.mx-md-2 {
margin-right: 0.5rem !important; }
.mb-md-2,
.my-md-2 {
margin-bottom: 0.5rem !important; }
.ml-md-2,
.mx-md-2 {
margin-left: 0.5rem !important; }
.m-md-3 {
margin: 1rem !important; }
.mt-md-3,
.my-md-3 {
margin-top: 1rem !important; }
.mr-md-3,
.mx-md-3 {
margin-right: 1rem !important; }
.mb-md-3,
.my-md-3 {
margin-bottom: 1rem !important; }
.ml-md-3,
.mx-md-3 {
margin-left: 1rem !important; }
.m-md-4 {
margin: 1.5rem !important; }
.mt-md-4,
.my-md-4 {
margin-top: 1.5rem !important; }
.mr-md-4,
.mx-md-4 {
margin-right: 1.5rem !important; }
.mb-md-4,
.my-md-4 {
margin-bottom: 1.5rem !important; }
.ml-md-4,
.mx-md-4 {
margin-left: 1.5rem !important; }
.m-md-5 {
margin: 3rem !important; }
.mt-md-5,
.my-md-5 {
margin-top: 3rem !important; }
.mr-md-5,
.mx-md-5 {
margin-right: 3rem !important; }
.mb-md-5,
.my-md-5 {
margin-bottom: 3rem !important; }
.ml-md-5,
.mx-md-5 {
margin-left: 3rem !important; }
.p-md-0 {
padding: 0 !important; }
.pt-md-0,
.py-md-0 {
padding-top: 0 !important; }
.pr-md-0,
.px-md-0 {
padding-right: 0 !important; }
.pb-md-0,
.py-md-0 {
padding-bottom: 0 !important; }
.pl-md-0,
.px-md-0 {
padding-left: 0 !important; }
.p-md-1 {
padding: 0.25rem !important; }
.pt-md-1,
.py-md-1 {
padding-top: 0.25rem !important; }
.pr-md-1,
.px-md-1 {
padding-right: 0.25rem !important; }
.pb-md-1,
.py-md-1 {
padding-bottom: 0.25rem !important; }
.pl-md-1,
.px-md-1 {
padding-left: 0.25rem !important; }
.p-md-2 {
padding: 0.5rem !important; }
.pt-md-2,
.py-md-2 {
padding-top: 0.5rem !important; }
.pr-md-2,
.px-md-2 {
padding-right: 0.5rem !important; }
.pb-md-2,
.py-md-2 {
padding-bottom: 0.5rem !important; }
.pl-md-2,
.px-md-2 {
padding-left: 0.5rem !important; }
.p-md-3 {
padding: 1rem !important; }
.pt-md-3,
.py-md-3 {
padding-top: 1rem !important; }
.pr-md-3,
.px-md-3 {
padding-right: 1rem !important; }
.pb-md-3,
.py-md-3 {
padding-bottom: 1rem !important; }
.pl-md-3,
.px-md-3 {
padding-left: 1rem !important; }
.p-md-4 {
padding: 1.5rem !important; }
.pt-md-4,
.py-md-4 {
padding-top: 1.5rem !important; }
.pr-md-4,
.px-md-4 {
padding-right: 1.5rem !important; }
.pb-md-4,
.py-md-4 {
padding-bottom: 1.5rem !important; }
.pl-md-4,
.px-md-4 {
padding-left: 1.5rem !important; }
.p-md-5 {
padding: 3rem !important; }
.pt-md-5,
.py-md-5 {
padding-top: 3rem !important; }
.pr-md-5,
.px-md-5 {
padding-right: 3rem !important; }
.pb-md-5,
.py-md-5 {
padding-bottom: 3rem !important; }
.pl-md-5,
.px-md-5 {
padding-left: 3rem !important; }
.m-md-auto {
margin: auto !important; }
.mt-md-auto,
.my-md-auto {
margin-top: auto !important; }
.mr-md-auto,
.mx-md-auto {
margin-right: auto !important; }
.mb-md-auto,
.my-md-auto {
margin-bottom: auto !important; }
.ml-md-auto,
.mx-md-auto {
margin-left: auto !important; } }
@media (min-width: 992px) {
.m-lg-0 {
margin: 0 !important; }
.mt-lg-0,
.my-lg-0 {
margin-top: 0 !important; }
.mr-lg-0,
.mx-lg-0 {
margin-right: 0 !important; }
.mb-lg-0,
.my-lg-0 {
margin-bottom: 0 !important; }
.ml-lg-0,
.mx-lg-0 {
margin-left: 0 !important; }
.m-lg-1 {
margin: 0.25rem !important; }
.mt-lg-1,
.my-lg-1 {
margin-top: 0.25rem !important; }
.mr-lg-1,
.mx-lg-1 {
margin-right: 0.25rem !important; }
.mb-lg-1,
.my-lg-1 {
margin-bottom: 0.25rem !important; }
.ml-lg-1,
.mx-lg-1 {
margin-left: 0.25rem !important; }
.m-lg-2 {
margin: 0.5rem !important; }
.mt-lg-2,
.my-lg-2 {
margin-top: 0.5rem !important; }
.mr-lg-2,
.mx-lg-2 {
margin-right: 0.5rem !important; }
.mb-lg-2,
.my-lg-2 {
margin-bottom: 0.5rem !important; }
.ml-lg-2,
.mx-lg-2 {
margin-left: 0.5rem !important; }
.m-lg-3 {
margin: 1rem !important; }
.mt-lg-3,
.my-lg-3 {
margin-top: 1rem !important; }
.mr-lg-3,
.mx-lg-3 {
margin-right: 1rem !important; }
.mb-lg-3,
.my-lg-3 {
margin-bottom: 1rem !important; }
.ml-lg-3,
.mx-lg-3 {
margin-left: 1rem !important; }
.m-lg-4 {
margin: 1.5rem !important; }
.mt-lg-4,
.my-lg-4 {
margin-top: 1.5rem !important; }
.mr-lg-4,
.mx-lg-4 {
margin-right: 1.5rem !important; }
.mb-lg-4,
.my-lg-4 {
margin-bottom: 1.5rem !important; }
.ml-lg-4,
.mx-lg-4 {
margin-left: 1.5rem !important; }
.m-lg-5 {
margin: 3rem !important; }
.mt-lg-5,
.my-lg-5 {
margin-top: 3rem !important; }
.mr-lg-5,
.mx-lg-5 {
margin-right: 3rem !important; }
.mb-lg-5,
.my-lg-5 {
margin-bottom: 3rem !important; }
.ml-lg-5,
.mx-lg-5 {
margin-left: 3rem !important; }
.p-lg-0 {
padding: 0 !important; }
.pt-lg-0,
.py-lg-0 {
padding-top: 0 !important; }
.pr-lg-0,
.px-lg-0 {
padding-right: 0 !important; }
.pb-lg-0,
.py-lg-0 {
padding-bottom: 0 !important; }
.pl-lg-0,
.px-lg-0 {
padding-left: 0 !important; }
.p-lg-1 {
padding: 0.25rem !important; }
.pt-lg-1,
.py-lg-1 {
padding-top: 0.25rem !important; }
.pr-lg-1,
.px-lg-1 {
padding-right: 0.25rem !important; }
.pb-lg-1,
.py-lg-1 {
padding-bottom: 0.25rem !important; }
.pl-lg-1,
.px-lg-1 {
padding-left: 0.25rem !important; }
.p-lg-2 {
padding: 0.5rem !important; }
.pt-lg-2,
.py-lg-2 {
padding-top: 0.5rem !important; }
.pr-lg-2,
.px-lg-2 {
padding-right: 0.5rem !important; }
.pb-lg-2,
.py-lg-2 {
padding-bottom: 0.5rem !important; }
.pl-lg-2,
.px-lg-2 {
padding-left: 0.5rem !important; }
.p-lg-3 {
padding: 1rem !important; }
.pt-lg-3,
.py-lg-3 {
padding-top: 1rem !important; }
.pr-lg-3,
.px-lg-3 {
padding-right: 1rem !important; }
.pb-lg-3,
.py-lg-3 {
padding-bottom: 1rem !important; }
.pl-lg-3,
.px-lg-3 {
padding-left: 1rem !important; }
.p-lg-4 {
padding: 1.5rem !important; }
.pt-lg-4,
.py-lg-4 {
padding-top: 1.5rem !important; }
.pr-lg-4,
.px-lg-4 {
padding-right: 1.5rem !important; }
.pb-lg-4,
.py-lg-4 {
padding-bottom: 1.5rem !important; }
.pl-lg-4,
.px-lg-4 {
padding-left: 1.5rem !important; }
.p-lg-5 {
padding: 3rem !important; }
.pt-lg-5,
.py-lg-5 {
padding-top: 3rem !important; }
.pr-lg-5,
.px-lg-5 {
padding-right: 3rem !important; }
.pb-lg-5,
.py-lg-5 {
padding-bottom: 3rem !important; }
.pl-lg-5,
.px-lg-5 {
padding-left: 3rem !important; }
.m-lg-auto {
margin: auto !important; }
.mt-lg-auto,
.my-lg-auto {
margin-top: auto !important; }
.mr-lg-auto,
.mx-lg-auto {
margin-right: auto !important; }
.mb-lg-auto,
.my-lg-auto {
margin-bottom: auto !important; }
.ml-lg-auto,
.mx-lg-auto {
margin-left: auto !important; } }
@media (min-width: 1200px) {
.m-xl-0 {
margin: 0 !important; }
.mt-xl-0,
.my-xl-0 {
margin-top: 0 !important; }
.mr-xl-0,
.mx-xl-0 {
margin-right: 0 !important; }
.mb-xl-0,
.my-xl-0 {
margin-bottom: 0 !important; }
.ml-xl-0,
.mx-xl-0 {
margin-left: 0 !important; }
.m-xl-1 {
margin: 0.25rem !important; }
.mt-xl-1,
.my-xl-1 {
margin-top: 0.25rem !important; }
.mr-xl-1,
.mx-xl-1 {
margin-right: 0.25rem !important; }
.mb-xl-1,
.my-xl-1 {
margin-bottom: 0.25rem !important; }
.ml-xl-1,
.mx-xl-1 {
margin-left: 0.25rem !important; }
.m-xl-2 {
margin: 0.5rem !important; }
.mt-xl-2,
.my-xl-2 {
margin-top: 0.5rem !important; }
.mr-xl-2,
.mx-xl-2 {
margin-right: 0.5rem !important; }
.mb-xl-2,
.my-xl-2 {
margin-bottom: 0.5rem !important; }
.ml-xl-2,
.mx-xl-2 {
margin-left: 0.5rem !important; }
.m-xl-3 {
margin: 1rem !important; }
.mt-xl-3,
.my-xl-3 {
margin-top: 1rem !important; }
.mr-xl-3,
.mx-xl-3 {
margin-right: 1rem !important; }
.mb-xl-3,
.my-xl-3 {
margin-bottom: 1rem !important; }
.ml-xl-3,
.mx-xl-3 {
margin-left: 1rem !important; }
.m-xl-4 {
margin: 1.5rem !important; }
.mt-xl-4,
.my-xl-4 {
margin-top: 1.5rem !important; }
.mr-xl-4,
.mx-xl-4 {
margin-right: 1.5rem !important; }
.mb-xl-4,
.my-xl-4 {
margin-bottom: 1.5rem !important; }
.ml-xl-4,
.mx-xl-4 {
margin-left: 1.5rem !important; }
.m-xl-5 {
margin: 3rem !important; }
.mt-xl-5,
.my-xl-5 {
margin-top: 3rem !important; }
.mr-xl-5,
.mx-xl-5 {
margin-right: 3rem !important; }
.mb-xl-5,
.my-xl-5 {
margin-bottom: 3rem !important; }
.ml-xl-5,
.mx-xl-5 {
margin-left: 3rem !important; }
.p-xl-0 {
padding: 0 !important; }
.pt-xl-0,
.py-xl-0 {
padding-top: 0 !important; }
.pr-xl-0,
.px-xl-0 {
padding-right: 0 !important; }
.pb-xl-0,
.py-xl-0 {
padding-bottom: 0 !important; }
.pl-xl-0,
.px-xl-0 {
padding-left: 0 !important; }
.p-xl-1 {
padding: 0.25rem !important; }
.pt-xl-1,
.py-xl-1 {
padding-top: 0.25rem !important; }
.pr-xl-1,
.px-xl-1 {
padding-right: 0.25rem !important; }
.pb-xl-1,
.py-xl-1 {
padding-bottom: 0.25rem !important; }
.pl-xl-1,
.px-xl-1 {
padding-left: 0.25rem !important; }
.p-xl-2 {
padding: 0.5rem !important; }
.pt-xl-2,
.py-xl-2 {
padding-top: 0.5rem !important; }
.pr-xl-2,
.px-xl-2 {
padding-right: 0.5rem !important; }
.pb-xl-2,
.py-xl-2 {
padding-bottom: 0.5rem !important; }
.pl-xl-2,
.px-xl-2 {
padding-left: 0.5rem !important; }
.p-xl-3 {
padding: 1rem !important; }
.pt-xl-3,
.py-xl-3 {
padding-top: 1rem !important; }
.pr-xl-3,
.px-xl-3 {
padding-right: 1rem !important; }
.pb-xl-3,
.py-xl-3 {
padding-bottom: 1rem !important; }
.pl-xl-3,
.px-xl-3 {
padding-left: 1rem !important; }
.p-xl-4 {
padding: 1.5rem !important; }
.pt-xl-4,
.py-xl-4 {
padding-top: 1.5rem !important; }
.pr-xl-4,
.px-xl-4 {
padding-right: 1.5rem !important; }
.pb-xl-4,
.py-xl-4 {
padding-bottom: 1.5rem !important; }
.pl-xl-4,
.px-xl-4 {
padding-left: 1.5rem !important; }
.p-xl-5 {
padding: 3rem !important; }
.pt-xl-5,
.py-xl-5 {
padding-top: 3rem !important; }
.pr-xl-5,
.px-xl-5 {
padding-right: 3rem !important; }
.pb-xl-5,
.py-xl-5 {
padding-bottom: 3rem !important; }
.pl-xl-5,
.px-xl-5 {
padding-left: 3rem !important; }
.m-xl-auto {
margin: auto !important; }
.mt-xl-auto,
.my-xl-auto {
margin-top: auto !important; }
.mr-xl-auto,
.mx-xl-auto {
margin-right: auto !important; }
.mb-xl-auto,
.my-xl-auto {
margin-bottom: auto !important; }
.ml-xl-auto,
.mx-xl-auto {
margin-left: auto !important; } }
.text-monospace {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
.text-justify {
text-align: justify !important; }
.text-nowrap {
white-space: nowrap !important; }
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.text-left {
text-align: left !important; }
.text-right {
text-align: right !important; }
.text-center {
text-align: center !important; }
@media (min-width: 576px) {
.text-sm-left {
text-align: left !important; }
.text-sm-right {
text-align: right !important; }
.text-sm-center {
text-align: center !important; } }
@media (min-width: 768px) {
.text-md-left {
text-align: left !important; }
.text-md-right {
text-align: right !important; }
.text-md-center {
text-align: center !important; } }
@media (min-width: 992px) {
.text-lg-left {
text-align: left !important; }
.text-lg-right {
text-align: right !important; }
.text-lg-center {
text-align: center !important; } }
@media (min-width: 1200px) {
.text-xl-left {
text-align: left !important; }
.text-xl-right {
text-align: right !important; }
.text-xl-center {
text-align: center !important; } }
.text-lowercase {
text-transform: lowercase !important; }
.text-uppercase {
text-transform: uppercase !important; }
.text-capitalize {
text-transform: capitalize !important; }
.font-weight-light {
font-weight: 300 !important; }
.font-weight-normal {
font-weight: 400 !important; }
.font-weight-bold {
font-weight: 700 !important; }
.font-italic {
font-style: italic !important; }
.text-white {
color: #fff !important; }
.text-primary {
color: #007bff !important; }
a.text-primary:hover, a.text-primary:focus {
color: #0062cc !important; }
.text-secondary {
color: #6c757d !important; }
a.text-secondary:hover, a.text-secondary:focus {
color: #545b62 !important; }
.text-success {
color: #28a745 !important; }
a.text-success:hover, a.text-success:focus {
color: #1e7e34 !important; }
.text-info {
color: #17a2b8 !important; }
a.text-info:hover, a.text-info:focus {
color: #117a8b !important; }
.text-warning {
color: #ffc107 !important; }
a.text-warning:hover, a.text-warning:focus {
color: #d39e00 !important; }
.text-danger {
color: #dc3545 !important; }
a.text-danger:hover, a.text-danger:focus {
color: #bd2130 !important; }
.text-light {
color: #f8f9fa !important; }
a.text-light:hover, a.text-light:focus {
color: #dae0e5 !important; }
.text-dark {
color: #343a40 !important; }
a.text-dark:hover, a.text-dark:focus {
color: #1d2124 !important; }
.text-body {
color: #212529 !important; }
.text-muted {
color: #6c757d !important; }
.text-black-50 {
color: rgba(0, 0, 0, 0.5) !important; }
.text-white-50 {
color: rgba(255, 255, 255, 0.5) !important; }
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0; }
.visible {
visibility: visible !important; }
.invisible {
visibility: hidden !important; }
@media print {
*,
*::before,
*::after {
text-shadow: none !important;
box-shadow: none !important; }
a:not(.btn) {
text-decoration: underline; }
abbr[title]::after {
content: " (" attr(title) ")"; }
pre {
white-space: pre-wrap !important; }
pre,
blockquote {
border: 1px solid #adb5bd;
page-break-inside: avoid; }
thead {
display: table-header-group; }
tr,
img {
page-break-inside: avoid; }
p,
h2,
h3 {
orphans: 3;
widows: 3; }
h2,
h3 {
page-break-after: avoid; }
@page {
size: a3; }
body {
min-width: 992px !important; }
.container {
min-width: 992px !important; }
.navbar {
display: none; }
.badge {
border: 1px solid #000; }
.table {
border-collapse: collapse !important; }
.table td,
.table th {
background-color: #fff !important; }
.table-bordered th,
.table-bordered td {
border: 1px solid #dee2e6 !important; }
.table-dark {
color: inherit; }
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
border-color: #dee2e6; }
.table .thead-dark th {
color: inherit;
border-color: #dee2e6; } }@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-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-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}: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(0px - (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.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.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;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.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-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.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)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-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-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-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%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-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-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
transition-duration: 0.1s;
}
[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
transition-delay: 0.1s;
}
[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
transition-duration: 0.15s;
}
[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
transition-delay: 0.15s;
}
[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
transition-duration: 0.2s;
}
[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
transition-delay: 0.2s;
}
[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
transition-duration: 0.25s;
}
[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
transition-delay: 0.25s;
}
[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
transition-duration: 0.3s;
}
[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
transition-delay: 0.3s;
}
[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
transition-duration: 0.35s;
}
[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
transition-delay: 0.35s;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
transition-delay: 0.4s;
}
[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
transition-duration: 0.45s;
}
[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
transition-delay: 0.45s;
}
[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
transition-duration: 0.5s;
}
[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
transition-delay: 0.5s;
}
[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
transition-duration: 0.55s;
}
[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
transition-delay: 0.55s;
}
[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
transition-duration: 0.6s;
}
[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
transition-delay: 0.6s;
}
[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
transition-duration: 0.65s;
}
[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
transition-delay: 0.65s;
}
[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
transition-duration: 0.7s;
}
[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
transition-delay: 0.7s;
}
[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
transition-duration: 0.75s;
}
[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
transition-delay: 0.75s;
}
[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
transition-duration: 0.8s;
}
[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
transition-delay: 0.8s;
}
[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
transition-duration: 0.85s;
}
[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
transition-delay: 0.85s;
}
[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
transition-duration: 0.9s;
}
[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
transition-delay: 0.9s;
}
[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
transition-duration: 0.95s;
}
[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
transition-delay: 0.95s;
}
[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
transition-duration: 1.05s;
}
[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
transition-delay: 1.05s;
}
[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
transition-duration: 1.1s;
}
[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
transition-delay: 1.1s;
}
[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
transition-duration: 1.15s;
}
[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
transition-delay: 1.15s;
}
[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
transition-delay: 1.2s;
}
[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
transition-duration: 1.25s;
}
[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
transition-delay: 1.25s;
}
[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
transition-duration: 1.3s;
}
[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
transition-delay: 1.3s;
}
[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
transition-duration: 1.35s;
}
[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
transition-delay: 1.35s;
}
[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
transition-duration: 1.4s;
}
[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
transition-delay: 1.4s;
}
[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
transition-duration: 1.45s;
}
[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
transition-delay: 1.45s;
}
[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
transition-duration: 1.55s;
}
[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
transition-delay: 1.55s;
}
[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
transition-duration: 1.6s;
}
[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
transition-delay: 1.6s;
}
[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
transition-duration: 1.65s;
}
[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
transition-delay: 1.65s;
}
[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
transition-duration: 1.7s;
}
[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
transition-delay: 1.7s;
}
[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
transition-duration: 1.75s;
}
[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
transition-delay: 1.75s;
}
[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
transition-duration: 1.8s;
}
[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
transition-delay: 1.8s;
}
[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
transition-duration: 1.85s;
}
[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
transition-delay: 1.85s;
}
[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
transition-duration: 1.9s;
}
[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
transition-delay: 1.9s;
}
[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
transition-duration: 1.95s;
}
[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
transition-delay: 1.95s;
}
[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
transition-duration: 2s;
}
[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
transition-delay: 2s;
}
[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
transition-duration: 2.05s;
}
[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
transition-delay: 2.05s;
}
[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
transition-duration: 2.1s;
}
[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
transition-delay: 2.1s;
}
[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
transition-duration: 2.15s;
}
[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
transition-delay: 2.15s;
}
[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
transition-duration: 2.2s;
}
[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
transition-delay: 2.2s;
}
[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
transition-duration: 2.25s;
}
[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
transition-delay: 2.25s;
}
[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
transition-duration: 2.3s;
}
[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
transition-delay: 2.3s;
}
[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
transition-duration: 2.35s;
}
[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
transition-delay: 2.35s;
}
[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
transition-duration: 2.4s;
}
[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
transition-delay: 2.4s;
}
[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
transition-duration: 2.45s;
}
[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
transition-delay: 2.45s;
}
[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
transition-duration: 2.5s;
}
[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
transition-delay: 2.5s;
}
[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
transition-duration: 2.55s;
}
[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
transition-delay: 2.55s;
}
[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
transition-duration: 2.6s;
}
[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
transition-delay: 2.6s;
}
[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
transition-duration: 2.65s;
}
[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
transition-delay: 2.65s;
}
[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
transition-duration: 2.7s;
}
[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
transition-delay: 2.7s;
}
[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
transition-duration: 2.75s;
}
[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
transition-delay: 2.75s;
}
[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
transition-duration: 2.8s;
}
[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
transition-delay: 2.8s;
}
[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
transition-duration: 2.85s;
}
[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
transition-delay: 2.85s;
}
[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
transition-duration: 2.9s;
}
[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
transition-delay: 2.9s;
}
[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
transition-duration: 2.95s;
}
[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
transition-delay: 2.95s;
}
[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
transition-duration: 3s;
}
[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
transition-delay: 3s;
}
[data-aos][data-aos][data-aos-easing="linear"],
body[data-aos-easing="linear"] [data-aos] {
transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-easing="ease-in"],
body[data-aos-easing="ease-in"] [data-aos] {
transition-timing-function: ease-in;
}
[data-aos][data-aos][data-aos-easing="ease-out"],
body[data-aos-easing="ease-out"] [data-aos] {
transition-timing-function: ease-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-out"],
body[data-aos-easing="ease-in-out"] [data-aos] {
transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-back"],
body[data-aos-easing="ease-in-back"] [data-aos] {
transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-aos][data-aos][data-aos-easing="ease-out-back"],
body[data-aos-easing="ease-out-back"] [data-aos] {
transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-back"],
body[data-aos-easing="ease-in-out-back"] [data-aos] {
transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-aos][data-aos][data-aos-easing="ease-in-sine"],
body[data-aos-easing="ease-in-sine"] [data-aos] {
transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-aos][data-aos][data-aos-easing="ease-out-sine"],
body[data-aos-easing="ease-out-sine"] [data-aos] {
transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"],
body[data-aos-easing="ease-in-out-sine"] [data-aos] {
transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-aos][data-aos][data-aos-easing="ease-in-quad"],
body[data-aos-easing="ease-in-quad"] [data-aos] {
transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quad"],
body[data-aos-easing="ease-out-quad"] [data-aos] {
transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quad"],
body[data-aos-easing="ease-in-out-quad"] [data-aos] {
transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-cubic"],
body[data-aos-easing="ease-in-cubic"] [data-aos] {
transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-cubic"],
body[data-aos-easing="ease-out-cubic"] [data-aos] {
transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"],
body[data-aos-easing="ease-in-out-cubic"] [data-aos] {
transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-quart"],
body[data-aos-easing="ease-in-quart"] [data-aos] {
transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quart"],
body[data-aos-easing="ease-out-quart"] [data-aos] {
transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quart"],
body[data-aos-easing="ease-in-out-quart"] [data-aos] {
transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos^="fade"][data-aos^="fade"] {
opacity: 0;
transition-property: opacity, transform;
}
[data-aos^="fade"][data-aos^="fade"].aos-animate {
opacity: 1;
transform: translateZ(0);
}
[data-aos="fade-up"] {
transform: translate3d(0, 20px, 0);
}
[data-aos="fade-down"] {
transform: translate3d(0, -20px, 0);
}
[data-aos="fade-right"] {
transform: translate3d(-20px, 0, 0);
}
[data-aos="fade-left"] {
transform: translate3d(20px, 0, 0);
}
[data-aos="fade-up-right"] {
transform: translate3d(-100px, 100px, 0);
}
[data-aos="fade-up-left"] {
transform: translate3d(100px, 100px, 0);
}
[data-aos="fade-down-right"] {
transform: translate3d(-100px, -100px, 0);
}
[data-aos="fade-down-left"] {
transform: translate3d(100px, -100px, 0);
}
[data-aos^="zoom"][data-aos^="zoom"] {
opacity: 0;
transition-property: opacity, transform;
}
[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
opacity: 1;
transform: translateZ(0) scale(1);
}
[data-aos="zoom-in"] {
transform: scale(0.6);
}
[data-aos="zoom-in-up"] {
transform: translate3d(0, 100px, 0) scale(0.6);
}
[data-aos="zoom-in-down"] {
transform: translate3d(0, -100px, 0) scale(0.6);
}
[data-aos="zoom-in-right"] {
transform: translate3d(-100px, 0, 0) scale(0.6);
}
[data-aos="zoom-in-left"] {
transform: translate3d(100px, 0, 0) scale(0.6);
}
[data-aos="zoom-out"] {
transform: scale(1.2);
}
[data-aos="zoom-out-up"] {
transform: translate3d(0, 100px, 0) scale(1.2);
}
[data-aos="zoom-out-down"] {
transform: translate3d(0, -100px, 0) scale(1.2);
}
[data-aos="zoom-out-right"] {
transform: translate3d(-100px, 0, 0) scale(1.2);
}
[data-aos="zoom-out-left"] {
transform: translate3d(100px, 0, 0) scale(1.2);
}
[data-aos^="slide"][data-aos^="slide"] {
transition-property: transform;
}
[data-aos^="slide"][data-aos^="slide"].aos-animate {
transform: translateZ(0);
}
[data-aos="slide-up"] {
transform: translate3d(0, 100%, 0);
}
[data-aos="slide-down"] {
transform: translate3d(0, -100%, 0);
}
[data-aos="slide-right"] {
transform: translate3d(-100%, 0, 0);
}
[data-aos="slide-left"] {
transform: translate3d(100%, 0, 0);
}
[data-aos^="flip"][data-aos^="flip"] {
backface-visibility: hidden;
transition-property: transform;
}
[data-aos="flip-left"] {
transform: perspective(2500px) rotateY(-100deg);
}
[data-aos="flip-left"].aos-animate {
transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-right"] {
transform: perspective(2500px) rotateY(100deg);
}
[data-aos="flip-right"].aos-animate {
transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-up"] {
transform: perspective(2500px) rotateX(-100deg);
}
[data-aos="flip-up"].aos-animate {
transform: perspective(2500px) rotateX(0);
}
[data-aos="flip-down"] {
transform: perspective(2500px) rotateX(100deg);
}
[data-aos="flip-down"].aos-animate {
transform: perspective(2500px) rotateX(0);
}body.compensate-for-scrollbar {
overflow: hidden; }
.fancybox-active {
height: auto; }
.fancybox-is-hidden {
left: -9999px;
margin: 0;
position: absolute !important;
top: -9999px;
visibility: hidden; }
.fancybox-container {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
height: 100%;
left: 0;
position: fixed;
-webkit-tap-highlight-color: transparent;
top: 0;
-webkit-transform: translateZ(0);
transform: translateZ(0);
width: 100%;
z-index: 99992; }
.fancybox-container * {
box-sizing: border-box; }
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0; }
.fancybox-outer {
-webkit-overflow-scrolling: touch;
overflow-y: auto; }
.fancybox-bg {
background: #1e1e1e;
opacity: 0;
transition-duration: inherit;
transition-property: opacity;
transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }
.fancybox-is-open .fancybox-bg {
opacity: .87;
transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
direction: ltr;
opacity: 0;
position: absolute;
transition: opacity .25s, visibility 0s linear .25s;
visibility: hidden;
z-index: 99997; }
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
opacity: 1;
transition: opacity .25s, visibility 0s;
visibility: visible; }
.fancybox-infobar {
color: #ccc;
font-size: 13px;
-webkit-font-smoothing: subpixel-antialiased;
height: 44px;
left: 0;
line-height: 44px;
min-width: 44px;
mix-blend-mode: difference;
padding: 0 10px;
pointer-events: none;
text-align: center;
top: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.fancybox-toolbar {
right: 0;
top: 0; }
.fancybox-stage {
direction: ltr;
overflow: visible;
-webkit-transform: translate3d(0, 0, 0);
z-index: 99994; }
.fancybox-is-open .fancybox-stage {
overflow: hidden; }
.fancybox-slide {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
display: none;
height: 100%;
left: 0;
outline: none;
overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 44px;
position: absolute;
text-align: center;
top: 0;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
white-space: normal;
width: 100%;
z-index: 99994; }
.fancybox-slide::before {
content: '';
display: inline-block;
height: 100%;
margin-right: -.25em;
vertical-align: middle;
width: 0; }
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
display: block; }
.fancybox-slide--next {
z-index: 99995; }
.fancybox-slide--image {
overflow: visible;
padding: 44px 0; }
.fancybox-slide--image::before {
display: none; }
.fancybox-slide--html {
padding: 6px 6px 0 6px; }
.fancybox-slide--iframe {
padding: 44px 44px 0; }
.fancybox-content {
background: #fff;
display: inline-block;
margin: 0 0 6px 0;
max-width: 100%;
overflow: auto;
padding: 0;
padding: 24px;
position: relative;
text-align: left;
vertical-align: middle; }
.fancybox-slide--image .fancybox-content {
-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background: transparent;
background-repeat: no-repeat;
background-size: 100% 100%;
left: 0;
margin: 0;
max-width: none;
overflow: visible;
padding: 0;
position: absolute;
top: 0;
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 99995; }
.fancybox-can-zoomOut .fancybox-content {
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.fancybox-can-zoomIn .fancybox-content {
cursor: -webkit-zoom-in;
cursor: zoom-in; }
.fancybox-can-drag .fancybox-content {
cursor: -webkit-grab;
cursor: grab; }
.fancybox-is-dragging .fancybox-content {
cursor: -webkit-grabbing;
cursor: grabbing; }
.fancybox-container [data-selectable='true'] {
cursor: text; }
.fancybox-image,
.fancybox-spaceball {
background: transparent;
border: 0;
height: 100%;
left: 0;
margin: 0;
max-height: none;
max-width: none;
padding: 0;
position: absolute;
top: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
width: 100%; }
.fancybox-spaceball {
z-index: 1; }
.fancybox-slide--html .fancybox-content {
margin-bottom: 6px; }
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
height: 100%;
margin: 0;
overflow: visible;
padding: 0;
width: 100%; }
.fancybox-slide--video .fancybox-content {
background: #000; }
.fancybox-slide--map .fancybox-content {
background: #e5e3df; }
.fancybox-slide--iframe .fancybox-content {
background: #fff;
height: calc(100% - 44px);
margin-bottom: 44px; }
.fancybox-video,
.fancybox-iframe {
background: transparent;
border: 0;
height: 100%;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%; }
.fancybox-iframe {
vertical-align: top; }
.fancybox-error {
background: #fff;
cursor: default;
max-width: 400px;
padding: 40px;
width: 100%; }
.fancybox-error p {
color: #444;
font-size: 16px;
line-height: 20px;
margin: 0;
padding: 0; } .fancybox-button {
background: rgba(30, 30, 30, 0.6);
border: 0;
border-radius: 0;
cursor: pointer;
display: inline-block;
height: 44px;
margin: 0;
outline: none;
padding: 10px;
transition: color .2s;
vertical-align: top;
width: 44px; }
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
color: #ccc; }
.fancybox-button:focus,
.fancybox-button:hover {
color: #fff; }
.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
color: #888;
cursor: default; }
.fancybox-button svg {
display: block;
overflow: visible;
position: relative;
shape-rendering: geometricPrecision; }
.fancybox-button svg path {
fill: transparent;
stroke: currentColor;
stroke-linejoin: round;
stroke-width: 3; }
.fancybox-button--play svg path:nth-child(2) {
display: none; }
.fancybox-button--pause svg path:nth-child(1) {
display: none; }
.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
fill: currentColor; }
.fancybox-button--share svg path {
stroke-width: 1; } .fancybox-navigation .fancybox-button {
height: 38px;
opacity: 0;
padding: 6px;
position: absolute;
top: 50%;
width: 38px; }
.fancybox-show-nav .fancybox-navigation .fancybox-button {
transition: opacity .25s, visibility 0s, color .25s; }
.fancybox-navigation .fancybox-button::after {
content: '';
left: -25px;
padding: 50px;
position: absolute;
top: -25px; }
.fancybox-navigation .fancybox-button--arrow_left {
left: 6px; }
.fancybox-navigation .fancybox-button--arrow_right {
right: 6px; } .fancybox-close-small {
background: transparent;
border: 0;
border-radius: 0;
color: #555;
cursor: pointer;
height: 44px;
margin: 0;
padding: 6px;
position: absolute;
right: 0;
top: 0;
width: 44px;
z-index: 10; }
.fancybox-close-small svg {
fill: transparent;
opacity: .8;
stroke: currentColor;
stroke-width: 1.5;
transition: stroke .1s; }
.fancybox-close-small:focus {
outline: none; }
.fancybox-close-small:hover svg {
opacity: 1; }
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
color: #ccc;
padding: 5px;
right: -12px;
top: -44px; }
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
background: transparent;
color: #fff; }
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
display: none; } .fancybox-caption {
bottom: 0;
color: #fff;
font-size: 14px;
font-weight: 400;
left: 0;
line-height: 1.5;
padding: 25px 44px 25px 44px;
right: 0; }
.fancybox-caption::before {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
background-repeat: repeat-x;
background-size: contain;
bottom: 0;
content: '';
display: block;
left: 0;
pointer-events: none;
position: absolute;
right: 0;
top: -25px;
z-index: -1; }
.fancybox-caption::after {
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
content: '';
display: block;
left: 44px;
position: absolute;
right: 44px;
top: 0; }
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
color: #ccc;
text-decoration: none; }
.fancybox-caption a:hover {
color: #fff;
text-decoration: underline; } .fancybox-loading {
-webkit-animation: fancybox-rotate .8s infinite linear;
animation: fancybox-rotate .8s infinite linear;
background: transparent;
border: 6px solid rgba(100, 100, 100, 0.5);
border-radius: 100%;
border-top-color: #fff;
height: 60px;
left: 50%;
margin: -30px 0 0 -30px;
opacity: .6;
padding: 0;
position: absolute;
top: 50%;
width: 60px;
z-index: 99999; }
@-webkit-keyframes fancybox-rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg); } }
@keyframes fancybox-rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg); } } .fancybox-animated {
transition-timing-function: cubic-bezier(0, 0, 0.25, 1); } .fancybox-fx-slide.fancybox-slide--previous {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0); }
.fancybox-fx-slide.fancybox-slide--next {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0); }
.fancybox-fx-slide.fancybox-slide--current {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } .fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
opacity: 0;
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.fancybox-fx-fade.fancybox-slide--current {
opacity: 1; } .fancybox-fx-zoom-in-out.fancybox-slide--previous {
opacity: 0;
-webkit-transform: scale3d(1.5, 1.5, 1.5);
transform: scale3d(1.5, 1.5, 1.5); }
.fancybox-fx-zoom-in-out.fancybox-slide--next {
opacity: 0;
-webkit-transform: scale3d(0.5, 0.5, 0.5);
transform: scale3d(0.5, 0.5, 0.5); }
.fancybox-fx-zoom-in-out.fancybox-slide--current {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); } .fancybox-fx-rotate.fancybox-slide--previous {
opacity: 0;
-webkit-transform: rotate(-360deg);
-ms-transform: rotate(-360deg);
transform: rotate(-360deg); }
.fancybox-fx-rotate.fancybox-slide--next {
opacity: 0;
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg); }
.fancybox-fx-rotate.fancybox-slide--current {
opacity: 1;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg); } .fancybox-fx-circular.fancybox-slide--previous {
opacity: 0;
-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }
.fancybox-fx-circular.fancybox-slide--next {
opacity: 0;
-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }
.fancybox-fx-circular.fancybox-slide--current {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
transform: scale3d(1, 1, 1) translate3d(0, 0, 0); } .fancybox-fx-tube.fancybox-slide--previous {
-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }
.fancybox-fx-tube.fancybox-slide--next {
-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }
.fancybox-fx-tube.fancybox-slide--current {
-webkit-transform: translate3d(0, 0, 0) scale(1);
transform: translate3d(0, 0, 0) scale(1); } .fancybox-share {
background: #f4f4f4;
border-radius: 3px;
max-width: 90%;
padding: 30px;
text-align: center; }
.fancybox-share h1 {
color: #222;
font-size: 35px;
font-weight: 700;
margin: 0 0 20px 0; }
.fancybox-share p {
margin: 0;
padding: 0; }
.fancybox-share__button {
border: 0;
border-radius: 3px;
display: inline-block;
font-size: 14px;
font-weight: 700;
line-height: 40px;
margin: 0 5px 10px 5px;
min-width: 130px;
padding: 0 15px;
text-decoration: none;
transition: all .2s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap; }
.fancybox-share__button:visited,
.fancybox-share__button:link {
color: #fff; }
.fancybox-share__button:hover {
text-decoration: none; }
.fancybox-share__button--fb {
background: #3b5998; }
.fancybox-share__button--fb:hover {
background: #344e86; }
.fancybox-share__button--pt {
background: #bd081d; }
.fancybox-share__button--pt:hover {
background: #aa0719; }
.fancybox-share__button--tw {
background: #1da1f2; }
.fancybox-share__button--tw:hover {
background: #0d95e8; }
.fancybox-share__button svg {
height: 25px;
margin-right: 7px;
position: relative;
top: -1px;
vertical-align: middle;
width: 25px; }
.fancybox-share__button svg path {
fill: #fff; }
.fancybox-share__input {
background: transparent;
border: 0;
border-bottom: 1px solid #d7d7d7;
border-radius: 0;
color: #5d5b5b;
font-size: 14px;
margin: 10px 0 0 0;
outline: none;
padding: 10px 15px;
width: 100%; } .fancybox-thumbs {
background: #fff;
bottom: 0;
display: none;
margin: 0;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
padding: 2px 2px 4px 2px;
position: absolute;
right: 0;
-webkit-tap-highlight-color: transparent;
top: 0;
width: 212px;
z-index: 99995; }
.fancybox-thumbs-x {
overflow-x: auto;
overflow-y: hidden; }
.fancybox-show-thumbs .fancybox-thumbs {
display: block; }
.fancybox-show-thumbs .fancybox-inner {
right: 212px; }
.fancybox-thumbs > ul {
font-size: 0;
height: 100%;
list-style: none;
margin: 0;
overflow-x: hidden;
overflow-y: auto;
padding: 0;
position: absolute;
position: relative;
white-space: nowrap;
width: 100%; }
.fancybox-thumbs-x > ul {
overflow: hidden; }
.fancybox-thumbs-y > ul::-webkit-scrollbar {
width: 7px; }
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
background: #fff;
border-radius: 10px;
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
background: #2a2a2a;
border-radius: 10px; }
.fancybox-thumbs > ul > li {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
cursor: pointer;
float: left;
height: 75px;
margin: 2px;
max-height: calc(100% - 8px);
max-width: calc(50% - 4px);
outline: none;
overflow: hidden;
padding: 0;
position: relative;
-webkit-tap-highlight-color: transparent;
width: 100px; }
.fancybox-thumbs-loading {
background: rgba(0, 0, 0, 0.1); }
.fancybox-thumbs > ul > li {
background-position: center center;
background-repeat: no-repeat;
background-size: cover; }
.fancybox-thumbs > ul > li:before {
border: 4px solid #4ea7f9;
bottom: 0;
content: '';
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
z-index: 99991; }
.fancybox-thumbs .fancybox-thumbs-active:before {
opacity: 1; } @media all and (max-width: 800px) {
.fancybox-thumbs {
width: 110px; }
.fancybox-show-thumbs .fancybox-inner {
right: 110px; }
.fancybox-thumbs > ul > li {
max-width: calc(100% - 10px); } }@font-face{font-family:'FontAwesome';src:url(//studio-bdf.fr/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//studio-bdf.fr/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//studio-bdf.fr/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//studio-bdf.fr/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//studio-bdf.fr/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//studio-bdf.fr/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}@font-face {
font-family: 'fl-custom-icon-font';
src: url(//studio-bdf.fr/wp-content/themes/liarch/assets/css/fonts/fl-custom-icon-font/fl-custom-icon-font.eot?47884587);
src: url(//studio-bdf.fr/wp-content/themes/liarch/assets/css/fonts/fl-custom-icon-font/fl-custom-icon-font.eot?47884587#iefix) format('embedded-opentype'),
url(//studio-bdf.fr/wp-content/themes/liarch/assets/css/fonts/fl-custom-icon-font/fl-custom-icon-font.woff2?47884587) format('woff2'),
url(//studio-bdf.fr/wp-content/themes/liarch/assets/css/fonts/fl-custom-icon-font/fl-custom-icon-font.woff?47884587) format('woff'),
url(//studio-bdf.fr/wp-content/themes/liarch/assets/css/fonts/fl-custom-icon-font/fl-custom-icon-font.ttf?47884587) format('truetype'),
url(//studio-bdf.fr/wp-content/themes/liarch/assets/css/fonts/fl-custom-icon-font/fl-custom-icon-font.svg?47884587#fl-custom-icon-font) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="fl-custom-icon-"]:before, [class*=" fl-custom-icon-"]:before {
font-family: "fl-custom-icon-font";
font-style: normal;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.fl-custom-icon-list:before { content: '\e800'; } .fl-custom-icon-list-1:before { content: '\e801'; } .fl-custom-icon-th-list:before { content: '\e802'; } .fl-custom-icon-chat:before { content: '\e803'; } .fl-custom-icon-chat-three:before { content: '\e804'; } .fl-custom-icon-chat-two:before { content: '\e805'; } .fl-custom-icon-comments-icon:before { content: '\e806'; } .fl-custom-icon-liked:before { content: '\e807'; } .fl-custom-icon-list-2:before { content: '\e808'; } .fl-custom-icon-right:before { content: '\e809'; } .fl-custom-icon-left-quotes-sign:before { content: '\e816'; } .fl-custom-icon-play-button-7:before { content: '\e817'; } .fl-custom-icon-slim-right:before { content: '\e818'; } .fl-custom-icon-slim-left:before { content: '\e819'; } .fl-custom-icon-cancel:before { content: '\e81a'; } .fl-custom-icon-cancel-1:before { content: '\e81b'; } .fl-custom-icon-minus-symbol:before { content: '\e81c'; } .fl-custom-icon-plus-symbol:before { content: '\e81d'; } .fl-custom-icon-minus-sign-of-a-line-in-horizontal-position:before { content: '\e81e'; } .fl-custom-icon-plus-sign:before { content: '\e81f'; } .fl-custom-icon-email:before { content: '\e820'; } .fl-custom-icon-garbage:before { content: '\e821'; } .fl-custom-icon-heart-outline:before { content: '\e822'; } .fl-custom-icon-like:before { content: '\e823'; } .fl-custom-icon-magnifying-glass:before { content: '\e824'; } .fl-custom-icon-message:before { content: '\e825'; } .fl-custom-icon-shopping-cart:before { content: '\e829'; } .fl-custom-icon-broken:before { content: '\e82c'; } .fl-custom-icon-shuffle:before { content: '\e82f'; } .fl-custom-icon-spinner-circle:before { content: '\e831'; } .fl-custom-icon-reload:before { content: '\e832'; } .fl-custom-icon-reload-style-two:before { content: '\e833'; } .fl-custom-icon-spinner-of-dots:before { content: '\e834'; } .fl-custom-icon-spinner:before { content: '\e835'; } .fl-custom-icon-share:before { content: '\e836'; } .fl-custom-icon-share-symbol:before { content: '\e837'; } .fl-custom-icon-share-two:before { content: '\e838'; } .fl-custom-icon-sharing-interface:before { content: '\e839'; } .fl-custom-icon-left-quote:before { content: '\e847'; } .fl-custom-icon-quote:before { content: '\e848'; } .fl-custom-icon-loupe:before { content: '\e849'; } .fl-custom-icon-search-1:before { content: '\e84a'; } .fl-custom-icon-left-quotes-sign-2:before { content: '\e84b'; } .fl-custom-icon-right-quotes-symbol-1:before { content: '\e84c'; } .fl-custom-icon-two-quotes-1:before { content: '\e84d'; } .fl-custom-icon-quotes:before { content: '\e857'; } .fl-custom-icon-right-quotation-sign:before { content: '\e858'; } .fl-custom-icon-right-quotes-symbol:before { content: '\e859'; } .fl-custom-icon-two-quotes:before { content: '\e85a'; } .fl-custom-icon-left-quotes-sign-1:before { content: '\e85b'; } .fl-custom-icon-play-button:before { content: '\e85c'; } .fl-custom-icon-magnifying-glass-1:before { content: '\e85d'; } .fl-custom-icon-search:before { content: '\e860'; } .fl-custom-icon-cancel-5:before { content: '\ec30'; } .fl-custom-icon-th-list-1:before { content: '\f009'; } .fl-custom-icon-cancel-circled-3:before { content: '\f06e'; } .fl-custom-icon-list-bullet:before { content: '\f0ca'; } .fl-custom-icon-list-style-1:before { content: '\f13c'; } .fl-custom-icon-list-style-2:before { content: '\f13e'; } .fl-custom-icon-list-style-3:before { content: '\f13f'; } .fl-custom-icon-list-style-4:before { content: '\f140'; } .fl-custom-icon-list-style-5:before { content: '\f141'; } .fl-custom-icon-list-style-6:before { content: '\f143'; }@font-face {
font-family: "essential-set-icon";
src: url(//studio-bdf.fr/wp-content/themes/liarch/assets/css/fonts/essential-set-icon/essential-set-icon.eot);
src: url(//studio-bdf.fr/wp-content/themes/liarch/assets/css/fonts/essential-set-icon/essential-set-icon.eot?#iefix) format("embedded-opentype"),
url(//studio-bdf.fr/wp-content/themes/liarch/assets/css/fonts/essential-set-icon/essential-set-icon.woff) format("woff"),
url(//studio-bdf.fr/wp-content/themes/liarch/assets/css/fonts/essential-set-icon/essential-set-icon.ttf) format("truetype"),
url(//studio-bdf.fr/wp-content/themes/liarch/assets/css/fonts/essential-set-icon/essential-set-icon.svg#essential-set-icon) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "essential-set-icon";
src: url(//studio-bdf.fr/wp-content/themes/liarch/assets/css/fonts/essential-set-icon/essential-set-icon.svg#essential-set-icon) format("svg");
}
}
[class^="essential-set-icon-"]:before, [class*=" essential-set-icon-"]:before,
[class^="essential-set-icon-"]:after, [class*=" essential-set-icon-"]:after {   
font-family: essential-set-icon;
font-size: inherit;
font-style: normal;
}
.essential-set-icon-add:before { content: "\f100"; }
.essential-set-icon-add-1:before { content: "\f101"; }
.essential-set-icon-add-2:before { content: "\f102"; }
.essential-set-icon-add-3:before { content: "\f103"; }
.essential-set-icon-agenda:before { content: "\f104"; }
.essential-set-icon-alarm:before { content: "\f105"; }
.essential-set-icon-alarm-1:before { content: "\f106"; }
.essential-set-icon-alarm-clock:before { content: "\f107"; }
.essential-set-icon-alarm-clock-1:before { content: "\f108"; }
.essential-set-icon-albums:before { content: "\f109"; }
.essential-set-icon-app:before { content: "\f10a"; }
.essential-set-icon-archive:before { content: "\f10b"; }
.essential-set-icon-archive-1:before { content: "\f10c"; }
.essential-set-icon-archive-2:before { content: "\f10d"; }
.essential-set-icon-archive-3:before { content: "\f10e"; }
.essential-set-icon-attachment:before { content: "\f10f"; }
.essential-set-icon-back:before { content: "\f110"; }
.essential-set-icon-battery:before { content: "\f111"; }
.essential-set-icon-battery-1:before { content: "\f112"; }
.essential-set-icon-battery-2:before { content: "\f113"; }
.essential-set-icon-battery-3:before { content: "\f114"; }
.essential-set-icon-battery-4:before { content: "\f115"; }
.essential-set-icon-battery-5:before { content: "\f116"; }
.essential-set-icon-battery-6:before { content: "\f117"; }
.essential-set-icon-battery-7:before { content: "\f118"; }
.essential-set-icon-battery-8:before { content: "\f119"; }
.essential-set-icon-battery-9:before { content: "\f11a"; }
.essential-set-icon-binoculars:before { content: "\f11b"; }
.essential-set-icon-blueprint:before { content: "\f11c"; }
.essential-set-icon-bluetooth:before { content: "\f11d"; }
.essential-set-icon-bluetooth-1:before { content: "\f11e"; }
.essential-set-icon-bookmark:before { content: "\f11f"; }
.essential-set-icon-bookmark-1:before { content: "\f120"; }
.essential-set-icon-briefcase:before { content: "\f121"; }
.essential-set-icon-broken-link:before { content: "\f122"; }
.essential-set-icon-calculator:before { content: "\f123"; }
.essential-set-icon-calculator-1:before { content: "\f124"; }
.essential-set-icon-calendar:before { content: "\f125"; }
.essential-set-icon-calendar-1:before { content: "\f126"; }
.essential-set-icon-calendar-2:before { content: "\f127"; }
.essential-set-icon-calendar-3:before { content: "\f128"; }
.essential-set-icon-calendar-4:before { content: "\f129"; }
.essential-set-icon-calendar-5:before { content: "\f12a"; }
.essential-set-icon-calendar-6:before { content: "\f12b"; }
.essential-set-icon-calendar-7:before { content: "\f12c"; }
.essential-set-icon-checked:before { content: "\f12d"; }
.essential-set-icon-checked-1:before { content: "\f12e"; }
.essential-set-icon-clock:before { content: "\f12f"; }
.essential-set-icon-clock-1:before { content: "\f130"; }
.essential-set-icon-close:before { content: "\f131"; }
.essential-set-icon-cloud:before { content: "\f132"; }
.essential-set-icon-cloud-computing:before { content: "\f133"; }
.essential-set-icon-cloud-computing-1:before { content: "\f134"; }
.essential-set-icon-cloud-computing-2:before { content: "\f135"; }
.essential-set-icon-cloud-computing-3:before { content: "\f136"; }
.essential-set-icon-cloud-computing-4:before { content: "\f137"; }
.essential-set-icon-cloud-computing-5:before { content: "\f138"; }
.essential-set-icon-command:before { content: "\f139"; }
.essential-set-icon-compact-disc:before { content: "\f13a"; }
.essential-set-icon-compact-disc-1:before { content: "\f13b"; }
.essential-set-icon-compact-disc-2:before { content: "\f13c"; }
.essential-set-icon-compass:before { content: "\f13d"; }
.essential-set-icon-compose:before { content: "\f13e"; }
.essential-set-icon-controls:before { content: "\f13f"; }
.essential-set-icon-controls-1:before { content: "\f140"; }
.essential-set-icon-controls-2:before { content: "\f141"; }
.essential-set-icon-controls-3:before { content: "\f142"; }
.essential-set-icon-controls-4:before { content: "\f143"; }
.essential-set-icon-controls-5:before { content: "\f144"; }
.essential-set-icon-controls-6:before { content: "\f145"; }
.essential-set-icon-controls-7:before { content: "\f146"; }
.essential-set-icon-controls-8:before { content: "\f147"; }
.essential-set-icon-controls-9:before { content: "\f148"; }
.essential-set-icon-database:before { content: "\f149"; }
.essential-set-icon-database-1:before { content: "\f14a"; }
.essential-set-icon-database-2:before { content: "\f14b"; }
.essential-set-icon-database-3:before { content: "\f14c"; }
.essential-set-icon-diamond:before { content: "\f14d"; }
.essential-set-icon-diploma:before { content: "\f14e"; }
.essential-set-icon-dislike:before { content: "\f14f"; }
.essential-set-icon-dislike-1:before { content: "\f150"; }
.essential-set-icon-divide:before { content: "\f151"; }
.essential-set-icon-divide-1:before { content: "\f152"; }
.essential-set-icon-division:before { content: "\f153"; }
.essential-set-icon-document:before { content: "\f154"; }
.essential-set-icon-download:before { content: "\f155"; }
.essential-set-icon-edit:before { content: "\f156"; }
.essential-set-icon-edit-1:before { content: "\f157"; }
.essential-set-icon-eject:before { content: "\f158"; }
.essential-set-icon-eject-1:before { content: "\f159"; }
.essential-set-icon-equal:before { content: "\f15a"; }
.essential-set-icon-equal-1:before { content: "\f15b"; }
.essential-set-icon-equal-2:before { content: "\f15c"; }
.essential-set-icon-error:before { content: "\f15d"; }
.essential-set-icon-exit:before { content: "\f15e"; }
.essential-set-icon-exit-1:before { content: "\f15f"; }
.essential-set-icon-exit-2:before { content: "\f160"; }
.essential-set-icon-eyeglasses:before { content: "\f161"; }
.essential-set-icon-fast-forward:before { content: "\f162"; }
.essential-set-icon-fast-forward-1:before { content: "\f163"; }
.essential-set-icon-fax:before { content: "\f164"; }
.essential-set-icon-file:before { content: "\f165"; }
.essential-set-icon-file-1:before { content: "\f166"; }
.essential-set-icon-file-2:before { content: "\f167"; }
.essential-set-icon-film:before { content: "\f168"; }
.essential-set-icon-fingerprint:before { content: "\f169"; }
.essential-set-icon-flag:before { content: "\f16a"; }
.essential-set-icon-flag-1:before { content: "\f16b"; }
.essential-set-icon-flag-2:before { content: "\f16c"; }
.essential-set-icon-flag-3:before { content: "\f16d"; }
.essential-set-icon-flag-4:before { content: "\f16e"; }
.essential-set-icon-focus:before { content: "\f16f"; }
.essential-set-icon-folder:before { content: "\f170"; }
.essential-set-icon-folder-1:before { content: "\f171"; }
.essential-set-icon-folder-10:before { content: "\f172"; }
.essential-set-icon-folder-11:before { content: "\f173"; }
.essential-set-icon-folder-12:before { content: "\f174"; }
.essential-set-icon-folder-13:before { content: "\f175"; }
.essential-set-icon-folder-14:before { content: "\f176"; }
.essential-set-icon-folder-15:before { content: "\f177"; }
.essential-set-icon-folder-16:before { content: "\f178"; }
.essential-set-icon-folder-17:before { content: "\f179"; }
.essential-set-icon-folder-18:before { content: "\f17a"; }
.essential-set-icon-folder-19:before { content: "\f17b"; }
.essential-set-icon-folder-2:before { content: "\f17c"; }
.essential-set-icon-folder-3:before { content: "\f17d"; }
.essential-set-icon-folder-4:before { content: "\f17e"; }
.essential-set-icon-folder-5:before { content: "\f17f"; }
.essential-set-icon-folder-6:before { content: "\f180"; }
.essential-set-icon-folder-7:before { content: "\f181"; }
.essential-set-icon-folder-8:before { content: "\f182"; }
.essential-set-icon-folder-9:before { content: "\f183"; }
.essential-set-icon-forbidden:before { content: "\f184"; }
.essential-set-icon-funnel:before { content: "\f185"; }
.essential-set-icon-garbage:before { content: "\f186"; }
.essential-set-icon-garbage-1:before { content: "\f187"; }
.essential-set-icon-garbage-2:before { content: "\f188"; }
.essential-set-icon-gift:before { content: "\f189"; }
.essential-set-icon-help:before { content: "\f18a"; }
.essential-set-icon-hide:before { content: "\f18b"; }
.essential-set-icon-hold:before { content: "\f18c"; }
.essential-set-icon-home:before { content: "\f18d"; }
.essential-set-icon-home-1:before { content: "\f18e"; }
.essential-set-icon-home-2:before { content: "\f18f"; }
.essential-set-icon-hourglass:before { content: "\f190"; }
.essential-set-icon-hourglass-1:before { content: "\f191"; }
.essential-set-icon-hourglass-2:before { content: "\f192"; }
.essential-set-icon-hourglass-3:before { content: "\f193"; }
.essential-set-icon-house:before { content: "\f194"; }
.essential-set-icon-id-card:before { content: "\f195"; }
.essential-set-icon-id-card-1:before { content: "\f196"; }
.essential-set-icon-id-card-2:before { content: "\f197"; }
.essential-set-icon-id-card-3:before { content: "\f198"; }
.essential-set-icon-id-card-4:before { content: "\f199"; }
.essential-set-icon-id-card-5:before { content: "\f19a"; }
.essential-set-icon-idea:before { content: "\f19b"; }
.essential-set-icon-incoming:before { content: "\f19c"; }
.essential-set-icon-infinity:before { content: "\f19d"; }
.essential-set-icon-info:before { content: "\f19e"; }
.essential-set-icon-internet:before { content: "\f19f"; }
.essential-set-icon-key:before { content: "\f1a0"; }
.essential-set-icon-lamp:before { content: "\f1a1"; }
.essential-set-icon-layers:before { content: "\f1a2"; }
.essential-set-icon-layers-1:before { content: "\f1a3"; }
.essential-set-icon-like:before { content: "\f1a4"; }
.essential-set-icon-like-1:before { content: "\f1a5"; }
.essential-set-icon-like-2:before { content: "\f1a6"; }
.essential-set-icon-link:before { content: "\f1a7"; }
.essential-set-icon-list:before { content: "\f1a8"; }
.essential-set-icon-list-1:before { content: "\f1a9"; }
.essential-set-icon-lock:before { content: "\f1aa"; }
.essential-set-icon-lock-1:before { content: "\f1ab"; }
.essential-set-icon-locked:before { content: "\f1ac"; }
.essential-set-icon-locked-1:before { content: "\f1ad"; }
.essential-set-icon-locked-2:before { content: "\f1ae"; }
.essential-set-icon-locked-3:before { content: "\f1af"; }
.essential-set-icon-locked-4:before { content: "\f1b0"; }
.essential-set-icon-locked-5:before { content: "\f1b1"; }
.essential-set-icon-locked-6:before { content: "\f1b2"; }
.essential-set-icon-login:before { content: "\f1b3"; }
.essential-set-icon-magic-wand:before { content: "\f1b4"; }
.essential-set-icon-magnet:before { content: "\f1b5"; }
.essential-set-icon-magnet-1:before { content: "\f1b6"; }
.essential-set-icon-magnet-2:before { content: "\f1b7"; }
.essential-set-icon-map:before { content: "\f1b8"; }
.essential-set-icon-map-1:before { content: "\f1b9"; }
.essential-set-icon-map-2:before { content: "\f1ba"; }
.essential-set-icon-map-location:before { content: "\f1bb"; }
.essential-set-icon-megaphone:before { content: "\f1bc"; }
.essential-set-icon-megaphone-1:before { content: "\f1bd"; }
.essential-set-icon-menu:before { content: "\f1be"; }
.essential-set-icon-menu-1:before { content: "\f1bf"; }
.essential-set-icon-menu-2:before { content: "\f1c0"; }
.essential-set-icon-menu-3:before { content: "\f1c1"; }
.essential-set-icon-menu-4:before { content: "\f1c2"; }
.essential-set-icon-microphone:before { content: "\f1c3"; }
.essential-set-icon-microphone-1:before { content: "\f1c4"; }
.essential-set-icon-minus:before { content: "\f1c5"; }
.essential-set-icon-minus-1:before { content: "\f1c6"; }
.essential-set-icon-more:before { content: "\f1c7"; }
.essential-set-icon-more-1:before { content: "\f1c8"; }
.essential-set-icon-more-2:before { content: "\f1c9"; }
.essential-set-icon-multiply:before { content: "\f1ca"; }
.essential-set-icon-multiply-1:before { content: "\f1cb"; }
.essential-set-icon-music-player:before { content: "\f1cc"; }
.essential-set-icon-music-player-1:before { content: "\f1cd"; }
.essential-set-icon-music-player-2:before { content: "\f1ce"; }
.essential-set-icon-music-player-3:before { content: "\f1cf"; }
.essential-set-icon-mute:before { content: "\f1d0"; }
.essential-set-icon-muted:before { content: "\f1d1"; }
.essential-set-icon-navigation:before { content: "\f1d2"; }
.essential-set-icon-navigation-1:before { content: "\f1d3"; }
.essential-set-icon-network:before { content: "\f1d4"; }
.essential-set-icon-newspaper:before { content: "\f1d5"; }
.essential-set-icon-next:before { content: "\f1d6"; }
.essential-set-icon-note:before { content: "\f1d7"; }
.essential-set-icon-notebook:before { content: "\f1d8"; }
.essential-set-icon-notebook-1:before { content: "\f1d9"; }
.essential-set-icon-notebook-2:before { content: "\f1da"; }
.essential-set-icon-notebook-3:before { content: "\f1db"; }
.essential-set-icon-notebook-4:before { content: "\f1dc"; }
.essential-set-icon-notebook-5:before { content: "\f1dd"; }
.essential-set-icon-notepad:before { content: "\f1de"; }
.essential-set-icon-notepad-1:before { content: "\f1df"; }
.essential-set-icon-notepad-2:before { content: "\f1e0"; }
.essential-set-icon-notification:before { content: "\f1e1"; }
.essential-set-icon-paper-plane:before { content: "\f1e2"; }
.essential-set-icon-paper-plane-1:before { content: "\f1e3"; }
.essential-set-icon-pause:before { content: "\f1e4"; }
.essential-set-icon-pause-1:before { content: "\f1e5"; }
.essential-set-icon-percent:before { content: "\f1e6"; }
.essential-set-icon-percent-1:before { content: "\f1e7"; }
.essential-set-icon-perspective:before { content: "\f1e8"; }
.essential-set-icon-photo-camera:before { content: "\f1e9"; }
.essential-set-icon-photo-camera-1:before { content: "\f1ea"; }
.essential-set-icon-photos:before { content: "\f1eb"; }
.essential-set-icon-picture:before { content: "\f1ec"; }
.essential-set-icon-picture-1:before { content: "\f1ed"; }
.essential-set-icon-picture-2:before { content: "\f1ee"; }
.essential-set-icon-pin:before { content: "\f1ef"; }
.essential-set-icon-placeholder:before { content: "\f1f0"; }
.essential-set-icon-placeholder-1:before { content: "\f1f1"; }
.essential-set-icon-placeholder-2:before { content: "\f1f2"; }
.essential-set-icon-placeholder-3:before { content: "\f1f3"; }
.essential-set-icon-placeholders:before { content: "\f1f4"; }
.essential-set-icon-play-button:before { content: "\f1f5"; }
.essential-set-icon-play-button-1:before { content: "\f1f6"; }
.essential-set-icon-plus:before { content: "\f1f7"; }
.essential-set-icon-power:before { content: "\f1f8"; }
.essential-set-icon-previous:before { content: "\f1f9"; }
.essential-set-icon-price-tag:before { content: "\f1fa"; }
.essential-set-icon-print:before { content: "\f1fb"; }
.essential-set-icon-push-pin:before { content: "\f1fc"; }
.essential-set-icon-radar:before { content: "\f1fd"; }
.essential-set-icon-reading:before { content: "\f1fe"; }
.essential-set-icon-record:before { content: "\f1ff"; }
.essential-set-icon-repeat:before { content: "\f200"; }
.essential-set-icon-repeat-1:before { content: "\f201"; }
.essential-set-icon-restart:before { content: "\f202"; }
.essential-set-icon-resume:before { content: "\f203"; }
.essential-set-icon-rewind:before { content: "\f204"; }
.essential-set-icon-rewind-1:before { content: "\f205"; }
.essential-set-icon-route:before { content: "\f206"; }
.essential-set-icon-save:before { content: "\f207"; }
.essential-set-icon-search:before { content: "\f208"; }
.essential-set-icon-search-1:before { content: "\f209"; }
.essential-set-icon-send:before { content: "\f20a"; }
.essential-set-icon-server:before { content: "\f20b"; }
.essential-set-icon-server-1:before { content: "\f20c"; }
.essential-set-icon-server-2:before { content: "\f20d"; }
.essential-set-icon-server-3:before { content: "\f20e"; }
.essential-set-icon-settings:before { content: "\f20f"; }
.essential-set-icon-settings-1:before { content: "\f210"; }
.essential-set-icon-settings-2:before { content: "\f211"; }
.essential-set-icon-settings-3:before { content: "\f212"; }
.essential-set-icon-settings-4:before { content: "\f213"; }
.essential-set-icon-settings-5:before { content: "\f214"; }
.essential-set-icon-settings-6:before { content: "\f215"; }
.essential-set-icon-settings-7:before { content: "\f216"; }
.essential-set-icon-settings-8:before { content: "\f217"; }
.essential-set-icon-settings-9:before { content: "\f218"; }
.essential-set-icon-share:before { content: "\f219"; }
.essential-set-icon-share-1:before { content: "\f21a"; }
.essential-set-icon-share-2:before { content: "\f21b"; }
.essential-set-icon-shuffle:before { content: "\f21c"; }
.essential-set-icon-shuffle-1:before { content: "\f21d"; }
.essential-set-icon-shutdown:before { content: "\f21e"; }
.essential-set-icon-sign:before { content: "\f21f"; }
.essential-set-icon-sign-1:before { content: "\f220"; }
.essential-set-icon-skip:before { content: "\f221"; }
.essential-set-icon-smartphone:before { content: "\f222"; }
.essential-set-icon-smartphone-1:before { content: "\f223"; }
.essential-set-icon-smartphone-10:before { content: "\f224"; }
.essential-set-icon-smartphone-11:before { content: "\f225"; }
.essential-set-icon-smartphone-2:before { content: "\f226"; }
.essential-set-icon-smartphone-3:before { content: "\f227"; }
.essential-set-icon-smartphone-4:before { content: "\f228"; }
.essential-set-icon-smartphone-5:before { content: "\f229"; }
.essential-set-icon-smartphone-6:before { content: "\f22a"; }
.essential-set-icon-smartphone-7:before { content: "\f22b"; }
.essential-set-icon-smartphone-8:before { content: "\f22c"; }
.essential-set-icon-smartphone-9:before { content: "\f22d"; }
.essential-set-icon-speaker:before { content: "\f22e"; }
.essential-set-icon-speaker-1:before { content: "\f22f"; }
.essential-set-icon-speaker-2:before { content: "\f230"; }
.essential-set-icon-speaker-3:before { content: "\f231"; }
.essential-set-icon-speaker-4:before { content: "\f232"; }
.essential-set-icon-speaker-5:before { content: "\f233"; }
.essential-set-icon-speaker-6:before { content: "\f234"; }
.essential-set-icon-speaker-7:before { content: "\f235"; }
.essential-set-icon-speaker-8:before { content: "\f236"; }
.essential-set-icon-spotlight:before { content: "\f237"; }
.essential-set-icon-star:before { content: "\f238"; }
.essential-set-icon-star-1:before { content: "\f239"; }
.essential-set-icon-stop:before { content: "\f23a"; }
.essential-set-icon-stop-1:before { content: "\f23b"; }
.essential-set-icon-stopwatch:before { content: "\f23c"; }
.essential-set-icon-stopwatch-1:before { content: "\f23d"; }
.essential-set-icon-stopwatch-2:before { content: "\f23e"; }
.essential-set-icon-stopwatch-3:before { content: "\f23f"; }
.essential-set-icon-stopwatch-4:before { content: "\f240"; }
.essential-set-icon-street:before { content: "\f241"; }
.essential-set-icon-street-1:before { content: "\f242"; }
.essential-set-icon-substract:before { content: "\f243"; }
.essential-set-icon-substract-1:before { content: "\f244"; }
.essential-set-icon-success:before { content: "\f245"; }
.essential-set-icon-switch:before { content: "\f246"; }
.essential-set-icon-switch-1:before { content: "\f247"; }
.essential-set-icon-switch-2:before { content: "\f248"; }
.essential-set-icon-switch-3:before { content: "\f249"; }
.essential-set-icon-switch-4:before { content: "\f24a"; }
.essential-set-icon-switch-5:before { content: "\f24b"; }
.essential-set-icon-switch-6:before { content: "\f24c"; }
.essential-set-icon-switch-7:before { content: "\f24d"; }
.essential-set-icon-tabs:before { content: "\f24e"; }
.essential-set-icon-tabs-1:before { content: "\f24f"; }
.essential-set-icon-target:before { content: "\f250"; }
.essential-set-icon-television:before { content: "\f251"; }
.essential-set-icon-television-1:before { content: "\f252"; }
.essential-set-icon-time:before { content: "\f253"; }
.essential-set-icon-trash:before { content: "\f254"; }
.essential-set-icon-umbrella:before { content: "\f255"; }
.essential-set-icon-unlink:before { content: "\f256"; }
.essential-set-icon-unlocked:before { content: "\f257"; }
.essential-set-icon-unlocked-1:before { content: "\f258"; }
.essential-set-icon-unlocked-2:before { content: "\f259"; }
.essential-set-icon-upload:before { content: "\f25a"; }
.essential-set-icon-user:before { content: "\f25b"; }
.essential-set-icon-user-1:before { content: "\f25c"; }
.essential-set-icon-user-2:before { content: "\f25d"; }
.essential-set-icon-user-3:before { content: "\f25e"; }
.essential-set-icon-user-4:before { content: "\f25f"; }
.essential-set-icon-user-5:before { content: "\f260"; }
.essential-set-icon-user-6:before { content: "\f261"; }
.essential-set-icon-user-7:before { content: "\f262"; }
.essential-set-icon-users:before { content: "\f263"; }
.essential-set-icon-users-1:before { content: "\f264"; }
.essential-set-icon-video-camera:before { content: "\f265"; }
.essential-set-icon-video-camera-1:before { content: "\f266"; }
.essential-set-icon-video-player:before { content: "\f267"; }
.essential-set-icon-video-player-1:before { content: "\f268"; }
.essential-set-icon-video-player-2:before { content: "\f269"; }
.essential-set-icon-view:before { content: "\f26a"; }
.essential-set-icon-view-1:before { content: "\f26b"; }
.essential-set-icon-view-2:before { content: "\f26c"; }
.essential-set-icon-volume-control:before { content: "\f26d"; }
.essential-set-icon-volume-control-1:before { content: "\f26e"; }
.essential-set-icon-warning:before { content: "\f26f"; }
.essential-set-icon-wifi:before { content: "\f270"; }
.essential-set-icon-wifi-1:before { content: "\f271"; }
.essential-set-icon-windows:before { content: "\f272"; }
.essential-set-icon-windows-1:before { content: "\f273"; }
.essential-set-icon-windows-2:before { content: "\f274"; }
.essential-set-icon-windows-3:before { content: "\f275"; }
.essential-set-icon-windows-4:before { content: "\f276"; }
.essential-set-icon-wireless-internet:before { content: "\f277"; }
.essential-set-icon-worldwide:before { content: "\f278"; }
.essential-set-icon-worldwide-1:before { content: "\f279"; }
.essential-set-icon-zoom-in:before { content: "\f27a"; }
.essential-set-icon-zoom-out:before { content: "\f27b"; }.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99992;
overflow: hidden;
position: fixed;
background: rgba(0, 0, 0, 0.9); }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99993;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: pointer; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button.mfp-arrow {
background: #dddddd; }
button.mfp-arrow:after {
display: none; }
button.mfp-arrow:before {
margin: 0;
color: #222222; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-iframe-holder {
padding-top: 52px;
padding-bottom: 52px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 52px 0 52px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 52px;
bottom: 52px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }
.mfp-ready .mfp-figure {
opacity: 0; }
.mfp-zoom-in .mfp-figure, .mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
opacity: 0;
transition: all 0.3s ease-out;
transform: scale(0.98); }
.mfp-zoom-in.mfp-bg,
.mfp-zoom-in .mfp-preloader {
opacity: 0;
transition: all 0.3s ease-out; }
.mfp-zoom-in.mfp-image-loaded .mfp-figure, .mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
opacity: 1;
transform: scale(1); }
.mfp-zoom-in.mfp-ready.mfp-bg,
.mfp-zoom-in.mfp-ready .mfp-preloader {
opacity: 1; }
.mfp-zoom-in.mfp-removing .mfp-figure, .mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
transform: scale(0.98);
opacity: 0; }
.mfp-zoom-in.mfp-removing.mfp-bg,
.mfp-zoom-in.mfp-removing .mfp-preloader {
opacity: 0; }
.mfp-iframe-scaler {
overflow: visible; }
.mfp-zoom-out-cur {
cursor: auto; }
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: pointer; }
.mfp-close {
border: 0;
border-radius: 0;
cursor: pointer;
display: inline-block;
height: 50px;
margin: 0;
outline: none;
padding: 10px;
vertical-align: top;
width: 50px;
position: fixed;
right: 0 !important;
top: 0 !important;
transition: opacity 350ms ease-in-out; }
.mfp-close:before {
font-family: fl-custom-icon-font;
content: '\e81b';
color: #fff !important;
position: absolute;
top: 0;
width: 100%;
height: 100%;
font-size: 15px;
left: 0;
display: flex;
justify-content: center;
align-items: center; }
.mfp-close:hover {
transition: opacity 350ms ease-in-out;
opacity: .8; }
button.mfp-arrow {
width: 50px;
height: 50px;
position: absolute;
top: calc(50% - 38px);
transition: opacity .3s ease;
background: #fff !important;
opacity: 1; }
button.mfp-arrow.mfp-arrow-right {
right: 20px; }
button.mfp-arrow.mfp-arrow-right:before {
border: 1px solid #fff;
font: normal normal normal 20px/1 FontAwesome;
content: "\f105";
position: absolute;
top: 0;
width: 100%;
height: 100%;
font-size: 21px;
left: 0;
display: flex;
justify-content: center;
align-items: center; }
button.mfp-arrow.mfp-arrow-right:hover {
transition: opacity .3s ease;
opacity: .8; }
button.mfp-arrow.mfp-arrow-right:hover:before {
border-color: #fff !important;
background: #FFFFFF !important; }
button.mfp-arrow.mfp-arrow-left {
left: 20px; }
button.mfp-arrow.mfp-arrow-left:before {
border: 1px solid #fff;
font: normal normal normal 20px/1 FontAwesome;
content: "\f104";
position: absolute;
top: 0;
width: 100%;
height: 100%;
font-size: 21px;
left: 0;
display: flex;
justify-content: center;
align-items: center; }
button.mfp-arrow.mfp-arrow-left:hover {
transition: opacity .3s ease;
opacity: .8; }
button.mfp-arrow.mfp-arrow-left:hover:before {
border-color: #fff !important;
background: #FFFFFF !important; }
.mfp-bottom-bar {
position: fixed;
top: 0;
left: 0 !important;
height: 50px;
width: calc(100% - 50px);
cursor: auto;
display: flex;
align-items: center;
line-height: 50px; }
.mfp-counter {
color: #fff;
font-size: 13px;
white-space: nowrap; }.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after{
-webkit-backface-visibility: hidden;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.vbox-overlay * { 
-webkit-backface-visibility: visible;
backface-visibility: visible;
}
.vbox-overlay{
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
position: fixed;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: 1040;
-webkit-transform:translateZ(1000px);
transform: translateZ(1000px);
transform-style: preserve-3d;
} .vbox-title{
width: 100%;
height: 40px;
float: left;
text-align: center;
line-height: 28px;
font-size: 12px;
padding: 6px 40px;
overflow: hidden;
position: fixed;
display: none;
left: 0;
z-index: 1050;
}
.vbox-close{
cursor: pointer;
position: fixed;
top: -1px;
right: 0;
width: 50px;
height: 40px;
padding: 6px;
display: block;
background-position:10px center;
overflow: hidden;
font-size: 24px;
line-height: 1;
text-align: center;
z-index: 1050;
}
.vbox-num{
cursor: pointer;
position: fixed;
left: 0;
height: 40px;
display: block;
overflow: hidden;
line-height: 28px;
font-size: 12px;
padding: 6px 10px;
display: none;
z-index: 1050;
} .vbox-next, .vbox-prev{
position: fixed;
top: 50%;
margin-top: -15px;
overflow: hidden;
cursor: pointer;
display: block;
width: 45px;
height: 45px;
z-index: 1050;
}
.vbox-next span, .vbox-prev span{
position: relative;
width: 20px;
height: 20px;
border: 2px solid transparent;
border-top-color: #B6B6B6;
border-right-color: #B6B6B6;
text-indent: -100px;
position: absolute;
top: 8px;
display: block;
}
.vbox-prev{
left: 15px;
}
.vbox-next{
right: 15px;
}
.vbox-prev span{
left: 10px;
-ms-transform: rotate(-135deg);
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.vbox-next span{
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
right: 10px;
} .vbox-inline{
width: 420px;
height: 315px;
height: 70vh;
padding: 10px;
background: #fff;
margin: 0 auto;
overflow: auto;
text-align: left;
} .venoframe{
max-width: 100%;
width: 100%;
border: none;
width: 100%;
height: 260px;
height: 70vh;
}
.venoframe.vbvid{
height: 260px;
}
@media (min-width: 768px) {
.venoframe, .vbox-inline{
width: 90%;
height: 360px;
height: 70vh;
}
.venoframe.vbvid{
width: 640px;
height: 360px;
}
}
@media (min-width: 992px) {
.venoframe, .vbox-inline{
max-width: 1200px;
width: 80%;
height: 540px;
height: 70vh;
}
.venoframe.vbvid{
width: 960px;
height: 540px;
}
} .vbox-open{
overflow: hidden;
}
.vbox-container{
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
overflow-x: hidden;
overflow-y: scroll;
overflow-scrolling: touch;
-webkit-overflow-scrolling: touch;
z-index: 20;
max-height: 100%;
}
.vbox-content{
text-align: center;
float: left;
width: 100%;
position: relative;
overflow: hidden;
padding: 20px 10px;
}
.vbox-container img{
max-width: 100%;
height: auto;
}
.vbox-figlio{
box-shadow: 0 0 12px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
max-width: 100%;
text-align: initial;
}
img.vbox-figlio{
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}
.vbox-content.swipe-left{
margin-left: -200px !important;
}
.vbox-content.swipe-right{
margin-left: 200px !important;
}
.vbox-animated{
webkit-transition: margin 300ms ease-out;
transition: margin 300ms ease-out;
} .sk-double-bounce,.sk-rotating-plane{width:40px;height:40px;margin:40px auto}.sk-rotating-plane{background-color:#333;-webkit-animation:sk-rotatePlane 1.2s infinite ease-in-out;animation:sk-rotatePlane 1.2s infinite ease-in-out}@-webkit-keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.sk-double-bounce{position:relative}.sk-double-bounce .sk-child{width:100%;height:100%;border-radius:50%;background-color:#333;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:sk-doubleBounce 2s infinite ease-in-out;animation:sk-doubleBounce 2s infinite ease-in-out}.sk-chasing-dots .sk-child,.sk-spinner-pulse,.sk-three-bounce .sk-child{background-color:#333;border-radius:100%}.sk-double-bounce .sk-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.sk-wave{margin:40px auto;width:50px;height:40px;text-align:center;font-size:10px}.sk-wave .sk-rect{background-color:#333;height:100%;width:6px;display:inline-block;-webkit-animation:sk-waveStretchDelay 1.2s infinite ease-in-out;animation:sk-waveStretchDelay 1.2s infinite ease-in-out}.sk-wave .sk-rect1{-webkit-animation-delay:-1.2s;animation-delay:-1.2s}.sk-wave .sk-rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-wave .sk-rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-wave .sk-rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-wave .sk-rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes sk-waveStretchDelay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes sk-waveStretchDelay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}.sk-wandering-cubes{margin:40px auto;width:40px;height:40px;position:relative}.sk-wandering-cubes .sk-cube{background-color:#333;width:10px;height:10px;position:absolute;top:0;left:0;-webkit-animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both}.sk-chasing-dots,.sk-spinner-pulse{width:40px;height:40px;margin:40px auto}.sk-wandering-cubes .sk-cube2{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes sk-wanderingCube{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5);transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes sk-wanderingCube{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5);transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.sk-spinner-pulse{-webkit-animation:sk-pulseScaleOut 1s infinite ease-in-out;animation:sk-pulseScaleOut 1s infinite ease-in-out}@-webkit-keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.sk-chasing-dots{position:relative;text-align:center;-webkit-animation:sk-chasingDotsRotate 2s infinite linear;animation:sk-chasingDotsRotate 2s infinite linear}.sk-chasing-dots .sk-child{width:60%;height:60%;display:inline-block;position:absolute;top:0;-webkit-animation:sk-chasingDotsBounce 2s infinite ease-in-out;animation:sk-chasingDotsBounce 2s infinite ease-in-out}.sk-chasing-dots .sk-dot2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-chasingDotsRotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes sk-chasingDotsRotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes sk-chasingDotsBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-chasingDotsBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.sk-three-bounce{margin:40px auto;width:80px;text-align:center}.sk-three-bounce .sk-child{width:20px;height:20px;display:inline-block;-webkit-animation:sk-three-bounce 1.4s ease-in-out 0s infinite both;animation:sk-three-bounce 1.4s ease-in-out 0s infinite both}.sk-circle .sk-child:before,.sk-fading-circle .sk-circle:before{display:block;border-radius:100%;content:'';background-color:#333}.sk-three-bounce .sk-bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.sk-three-bounce .sk-bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-three-bounce{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-three-bounce{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sk-circle{margin:40px auto;width:40px;height:40px;position:relative}.sk-circle .sk-child{width:100%;height:100%;position:absolute;left:0;top:0}.sk-circle .sk-child:before{margin:0 auto;width:15%;height:15%;-webkit-animation:sk-circleBounceDelay 1.2s infinite ease-in-out both;animation:sk-circleBounceDelay 1.2s infinite ease-in-out both}.sk-circle .sk-circle2{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.sk-circle .sk-circle3{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.sk-circle .sk-circle4{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sk-circle .sk-circle5{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.sk-circle .sk-circle6{-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.sk-circle .sk-circle7{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sk-circle .sk-circle8{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.sk-circle .sk-circle9{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.sk-circle .sk-circle10{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.sk-circle .sk-circle11{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.sk-circle .sk-circle12{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.sk-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-circle .sk-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-circle .sk-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-circle .sk-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-circle .sk-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-circle .sk-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-circle .sk-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-circle .sk-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-circle .sk-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-circle .sk-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circleBounceDelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-circleBounceDelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sk-cube-grid{width:40px;height:40px;margin:40px auto}.sk-cube-grid .sk-cube{width:33.33%;height:33.33%;background-color:#333;float:left;-webkit-animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out;animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out}.sk-cube-grid .sk-cube1{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube2{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube3{-webkit-animation-delay:.4s;animation-delay:.4s}.sk-cube-grid .sk-cube4{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube5{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube6{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube7{-webkit-animation-delay:0ms;animation-delay:0ms}.sk-cube-grid .sk-cube8{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube9{-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes sk-cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes sk-cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}.sk-fading-circle{margin:40px auto;width:40px;height:40px;position:relative}.sk-fading-circle .sk-circle{width:100%;height:100%;position:absolute;left:0;top:0}.sk-fading-circle .sk-circle:before{margin:0 auto;width:15%;height:15%;-webkit-animation:sk-circleFadeDelay 1.2s infinite ease-in-out both;animation:sk-circleFadeDelay 1.2s infinite ease-in-out both}.sk-fading-circle .sk-circle2{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.sk-fading-circle .sk-circle3{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.sk-fading-circle .sk-circle4{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sk-fading-circle .sk-circle5{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.sk-fading-circle .sk-circle6{-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.sk-fading-circle .sk-circle7{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sk-fading-circle .sk-circle8{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.sk-fading-circle .sk-circle9{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.sk-fading-circle .sk-circle10{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.sk-fading-circle .sk-circle11{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.sk-fading-circle .sk-circle12{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.sk-fading-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-fading-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-fading-circle .sk-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-fading-circle .sk-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-fading-circle .sk-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-fading-circle .sk-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-fading-circle .sk-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-fading-circle .sk-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-fading-circle .sk-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-fading-circle .sk-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-fading-circle .sk-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circleFadeDelay{0%,100%,39%{opacity:0}40%{opacity:1}}@keyframes sk-circleFadeDelay{0%,100%,39%{opacity:0}40%{opacity:1}}.sk-folding-cube{margin:40px auto;width:40px;height:40px;position:relative;-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg)}.sk-folding-cube .sk-cube{float:left;width:50%;height:50%;position:relative;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.sk-folding-cube .sk-cube:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#333;-webkit-animation:sk-foldCubeAngle 2.4s infinite linear both;animation:sk-foldCubeAngle 2.4s infinite linear both;-webkit-transform-origin:100% 100%;-ms-transform-origin:100% 100%;transform-origin:100% 100%}.sk-folding-cube .sk-cube2{-webkit-transform:scale(1.1) rotateZ(90deg);transform:scale(1.1) rotateZ(90deg)}.sk-folding-cube .sk-cube3{-webkit-transform:scale(1.1) rotateZ(180deg);transform:scale(1.1) rotateZ(180deg)}.sk-folding-cube .sk-cube4{-webkit-transform:scale(1.1) rotateZ(270deg);transform:scale(1.1) rotateZ(270deg)}.sk-folding-cube .sk-cube2:before{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-folding-cube .sk-cube3:before{-webkit-animation-delay:.6s;animation-delay:.6s}.sk-folding-cube .sk-cube4:before{-webkit-animation-delay:.9s;animation-delay:.9s}@-webkit-keyframes sk-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0);transform:perspective(140px) rotateX(0);opacity:1}100%,90%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}@keyframes sk-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0);transform:perspective(140px) rotateX(0);opacity:1}100%,90%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}html,
body {
overflow: visible;
}
html {
box-sizing: border-box;
}
html.tm_liarch_scroll_bar ::-webkit-scrollbar {
width: 10px;
height: 10px;
}
html.tm_liarch_scroll_bar ::-webkit-scrollbar-button {
display: none;
}
html.tm_liarch_scroll_bar ::-webkit-scrollbar-track-piece {
background-color: #eaeaea;
}
html.tm_liarch_scroll_bar ::-webkit-scrollbar-thumb {
background-color: #ff4800;
border-radius: none;
}
html.tm_liarch_scroll_bar ::-webkit-scrollbar-corner {
background-color: #999;
}
html ::-webkit-resizer {
background-color: #666;
}
html.beige ::-webkit-scrollbar-thumb {
background-color: #ffdf91;
border-radius: none;
}
html.modern ::-webkit-scrollbar-thumb {
background-color: #cee100;
border-radius: none;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
body {
display: flex;
flex-direction: column;
min-width: 320px;
min-height: 100vh;
margin: 0;
padding: 0;
font-family: "Jost", "Arial", sans-serif;
font-size: 18px;
line-height: 1.5;
color: #000000;
font-weight: 400;
-webkit-locale: auto;
white-space: normal;
}
main {
z-index: 1;
flex-grow: 1;
background-color: #ffffff;
}
a {
text-decoration: none;
}
a:hover, a:focus {
text-decoration: none;
}
input,
textarea {
background-color: transparent;
border: 0;
border-radius: 0;
outline: 0;
-webkit-appearance: none;
}
input:invalid,
textarea:invalid {
box-shadow: none;
}
@keyframes text-rotate {
0% {
transform: rotate(0);
}
100% {
transform: rotate(-360deg);
}
} .label-subs {
position: relative;
}
.label-subs > button[type="submit"] {
width: auto;
padding: 0;
position: absolute;
left: 50%;
bottom: -30px;
transform: translateX(-50%);
font-size: 16px;
font-weight: 600;
letter-spacing: 1.2px;
text-transform: uppercase;
cursor: pointer;
border: none;
background-color: #ffffff;
transition: color 0.3s ease;
}
@media (min-width: 576px) {
.label-subs > button[type="submit"] {
left: unset;
bottom: unset;
right: 0;
top: 17px;
transform: none;
}
}
@media (min-width: 992px) {
.label-subs > button[type="submit"]:hover {
color: #ff4800;
}
}
.label-subs label {
width: 100%;
display: block;
position: relative;
padding: 15px 25px 15px 45px;
border-bottom: 1px solid #000000;
box-sizing: border-box;
}
@media (min-width: 576px) {
.label-subs label {
padding: 15px 100px 15px 45px;
}
}
.label-subs label::before {
content: "";
width: 24px;
height: 24px;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3e%3cpath d='M58.7 10.7H5.3C2.4 10.7 0 13.1 0 16v32c0 2.9 2.4 5.3 5.3 5.3h53.3c2.9 0 5.3-2.4 5.3-5.3V16c.1-2.9-2.3-5.3-5.2-5.3zm0 35.7L40.5 29.3l18.1-10.9v28zM28.3 32.3c1.1.8 2.4 1.1 3.7 1.1 1.3 0 2.7-.3 3.7-1.1L52.5 48H10.7l17.1-16 .5.3zm24-16.3L33.1 27.7c-.5.3-1.3.3-1.9 0L11.7 16h40.6zM23.2 29.1L5.3 45.9V18.4l17.9 10.7z'/%3e%3c/svg%3e ");
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 24px auto;
}
.label-subs label input {
width: 100%;
padding: 0;
}
.label-subs label input::placeholder {
opacity: 0.5;
color: #000000;
}
.label-subs label input:focus::placeholder {
opacity: 0;
}
.custom-input {
width: 100%;
height: 46px;
padding: 16px 20px;
border: 1px solid #d4d4d4;
background-color: #ffffff;
box-sizing: border-box;
transition: border-color 0.3s ease;
}
.custom-input::placeholder {
font-size: 16px;
opacity: 0.5;
}
.custom-input:focus {
border-color: #000000;
}
.custom-input:focus::placeholder {
opacity: 0;
}
input[type="search"] {
border-bottom: 1px solid #000000;
padding: 10px 0;
background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3e%3cpath d='M62.9 56.5l-17-13.8c7.2-9.9 6.1-23.7-2.7-32.5C38.4 5.3 32 2.7 25.3 2.7s-13 2.6-17.8 7.4S0 21.3 0 28s2.7 13.1 7.5 17.9c5.1 5.1 11.5 7.5 17.9 7.5 6.1 0 12.3-2.1 17.1-6.7l17.3 14.1c.5.5 1.1.5 1.6.5.8 0 1.6-.3 2.1-1.1.8-1 .8-2.6-.6-3.7zM25.3 48c-5.3 0-10.4-2.1-14.1-5.9-3.7-3.7-5.9-8.8-5.9-14.1s2.1-10.4 5.9-14.1S20 8 25.3 8s10.4 2.1 14.1 5.9 5.9 8.8 5.9 14.1-2.1 10.4-5.9 14.1c-3.7 3.8-8.7 5.9-14.1 5.9z'/%3e%3c/svg%3e ") no-repeat right center;
background-size: 20px;
}
input[type="search"]::placeholder {
font-size: 16px;
opacity: 0.5;
}
input[type="search"]:focus::placeholder {
opacity: 0;
}
textarea.custom-input {
height: 150px;
resize: none;
}
.slide-counter {
font-size: 24px;
line-height: 24px;
color: #cccccc;
}
@media (min-width: 992px) {
.slide-counter {
font-size: 30px;
line-height: 30px;
}
}
.arrow-square {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
background-color: #ffffff;
border: 1px solid #ffffff;
position: absolute;
z-index: 1;
outline: none;
padding: 0;
transition: all 0.3s ease;
}
@media (min-width: 1200px) {
.arrow-square {
width: 60px;
height: 60px;
}
}
@media (min-width: 992px) {
.arrow-square:hover {
background-color: transparent;
}
.arrow-square:hover svg {
fill: #ffffff;
}
}
.arrow-square svg {
width: 50%;
height: 50%;
fill: #000000;
transition: fill 0.3s ease;
}
.arrow-square--prev svg {
transform: rotate(180deg);
}
#pp-nav {
display: none;
right: 50px !important;
}
@media (min-width: 1560px) {
#pp-nav {
display: block;
}
}
#pp-nav.dark ul li a span {
background-color: #000000;
}
#pp-nav ul li {
width: 80px;
margin: 0;
}
#pp-nav ul li:hover a.active span {
height: 1px !important;
border-radius: 0 !important;
}
#pp-nav ul li:hover a span {
margin: 0;
background-color: #ff4800;
}
#pp-nav ul li + li {
margin-top: 27px;
}
#pp-nav ul li a span {
width: 30px;
height: 1px;
border-radius: 0;
clip: unset;
background-color: #ffffff;
left: unset;
right: 0;
border: none;
transition: background-color 0.3s ease;
}
#pp-nav ul li a.active span {
margin: 0;
width: 80px;
background-color: #f5480c;
transition: width 0.3s ease;
}html, body {
overflow:hidden;
margin:0;
padding:0; -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.pp-section {
height:100%;
position:absolute;
width:100%;
margin: auto; backface-visibility: hidden; 
}
.pp-easing {
-webkit-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
-moz-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
-o-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990)!important; -webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
-moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
-o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990)!important; }
#pp-nav {
position: fixed;
z-index: 100;
margin-top: -32px;
top: 50%;
opacity: 1;
}
#pp-nav.right {
right: 17px;
}
#pp-nav.left {
left: 17px;
}
.pp-section.pp-table{
display: table;
}
.pp-tableCell {
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%;
}
.pp-slidesNav{
position: absolute;
z-index: 4;
left: 50%;
opacity: 1;
}
.pp-slidesNav.bottom {
bottom: 17px;
}
.pp-slidesNav.top {
top: 17px;
}
#pp-nav ul,
.pp-slidesNav ul {
margin: 0;
padding: 0;
}
#pp-nav li,
.pp-slidesNav li {
display: block;
width: 14px;
height: 13px;
margin: 7px;
position:relative;
}
.pp-slidesNav li {
display: inline-block;
}
#pp-nav li a,
.pp-slidesNav li a {
display: block;
position: relative;
z-index: 1;
width: 100%;
height: 100%;
cursor: pointer;
text-decoration: none;
}
#pp-nav li .active span,
.pp-slidesNav .active span {
background: #333;
}
#pp-nav span,
.pp-slidesNav span {
top: 2px;
left: 2px;
width: 8px;
height: 8px;
border: 1px solid #000;
background: rgba(0, 0, 0, 0);
border-radius: 50%;
position: absolute;
z-index: 1;
}
.pp-tooltip {
position: absolute;
top: -2px;
color: #fff;
font-size: 14px;
font-family: arial, helvetica, sans-serif;
white-space: nowrap;
max-width: 220px;
}
.pp-tooltip.right {
right: 20px;
}
.pp-tooltip.left {
left: 20px;
}
.pp-scrollable{
overflow-y: scroll;
height: 100%;
}.animsition,.animsition-overlay{position:relative;opacity:0;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animsition-overlay-slide{position:fixed;z-index:1;width:100%;height:100%;background-color:#ddd}.animsition-loading,.animsition-loading:after{width:32px;height:32px;position:fixed;top:50%;left:50%;margin-top:-16px;margin-left:-16px;border-radius:50%;z-index:2}.animsition-loading{background-color:transparent;border-top:5px solid rgba(0,0,0,.2);border-right:5px solid rgba(0,0,0,.2);border-bottom:5px solid rgba(0,0,0,.2);border-left:5px solid #eee;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-name:animsition-loading;animation-name:animsition-loading}@-webkit-keyframes animsition-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes animsition-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.fade-in{-webkit-animation-name:fade-in;animation-name:fade-in}@-webkit-keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.fade-out{-webkit-animation-name:fade-out;animation-name:fade-out}@-webkit-keyframes fade-in-up{0%{-webkit-transform:translateY(500px);transform:translateY(500px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-up{0%{-webkit-transform:translateY(500px);transform:translateY(500px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.fade-in-up{-webkit-animation-name:fade-in-up;animation-name:fade-in-up}@-webkit-keyframes fade-out-up{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(-500px);transform:translateY(-500px);opacity:0}}@keyframes fade-out-up{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(-500px);transform:translateY(-500px);opacity:0}}.fade-out-up{-webkit-animation-name:fade-out-up;animation-name:fade-out-up}@-webkit-keyframes fade-in-up-sm{0%{-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-up-sm{0%{-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.fade-in-up-sm{-webkit-animation-name:fade-in-up-sm;animation-name:fade-in-up-sm}@-webkit-keyframes fade-out-up-sm{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(-100px);transform:translateY(-100px);opacity:0}}@keyframes fade-out-up-sm{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(-100px);transform:translateY(-100px);opacity:0}}.fade-out-up-sm{-webkit-animation-name:fade-out-up-sm;animation-name:fade-out-up-sm}@-webkit-keyframes fade-in-up-lg{0%{-webkit-transform:translateY(1000px);transform:translateY(1000px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-up-lg{0%{-webkit-transform:translateY(1000px);transform:translateY(1000px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.fade-in-up-lg{-webkit-animation-name:fade-in-up-lg;animation-name:fade-in-up-lg}@-webkit-keyframes fade-out-up-lg{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(-1000px);transform:translateY(-1000px);opacity:0}}@keyframes fade-out-up-lg{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(-1000px);transform:translateY(-1000px);opacity:0}}.fade-out-up-lg{-webkit-animation-name:fade-out-up-lg;animation-name:fade-out-up-lg}@-webkit-keyframes fade-in-down{0%{-webkit-transform:translateY(-500px);transform:translateY(-500px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-down{0%{-webkit-transform:translateY(-500px);transform:translateY(-500px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.fade-in-down{-webkit-animation-name:fade-in-down;animation-name:fade-in-down}@-webkit-keyframes fade-out-down{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(500px);transform:translateY(500px);opacity:0}}@keyframes fade-out-down{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(500px);transform:translateY(500px);opacity:0}}.fade-out-down{-webkit-animation-name:fade-out-down;animation-name:fade-out-down}@-webkit-keyframes fade-in-down-sm{0%{-webkit-transform:translateY(-100px);transform:translateY(-100px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-down-sm{0%{-webkit-transform:translateY(-100px);transform:translateY(-100px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.fade-in-down-sm{-webkit-animation-name:fade-in-down-sm;animation-name:fade-in-down-sm}@-webkit-keyframes fade-out-down-sm{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0}}@keyframes fade-out-down-sm{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0}}.fade-out-down-sm{-webkit-animation-name:fade-out-down-sm;animation-name:fade-out-down-sm}.fade-in-down-lg{-webkit-animation-name:fade-in-down;animation-name:fade-in-down}@-webkit-keyframes fade-out-down-lg{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(1000px);transform:translateY(1000px);opacity:0}}@keyframes fade-out-down-lg{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(1000px);transform:translateY(1000px);opacity:0}}.fade-out-down-lg{-webkit-animation-name:fade-out-down-lg;animation-name:fade-out-down-lg}@-webkit-keyframes fade-in-left{0%{-webkit-transform:translateX(-500px);transform:translateX(-500px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fade-in-left{0%{-webkit-transform:translateX(-500px);transform:translateX(-500px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}.fade-in-left{-webkit-animation-name:fade-in-left;animation-name:fade-in-left}@-webkit-keyframes fade-out-left{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(-500px);transform:translateX(-500px);opacity:0}}@keyframes fade-out-left{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(-500px);transform:translateX(-500px);opacity:0}}.fade-out-left{-webkit-animation-name:fade-out-left;animation-name:fade-out-left}@-webkit-keyframes fade-in-left-sm{0%{-webkit-transform:translateX(-100px);transform:translateX(-100px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fade-in-left-sm{0%{-webkit-transform:translateX(-100px);transform:translateX(-100px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}.fade-in-left-sm{-webkit-animation-name:fade-in-left-sm;animation-name:fade-in-left-sm}@-webkit-keyframes fade-out-left-sm{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(-100px);transform:translateX(-100px);opacity:0}}@keyframes fade-out-left-sm{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(-100px);transform:translateX(-100px);opacity:0}}.fade-out-left-sm{-webkit-animation-name:fade-out-left-sm;animation-name:fade-out-left-sm}@-webkit-keyframes fade-in-left-lg{0%{-webkit-transform:translateX(-1500px);transform:translateX(-1500px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fade-in-left-lg{0%{-webkit-transform:translateX(-1500px);transform:translateX(-1500px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}.fade-in-left-lg{-webkit-animation-name:fade-in-left-lg;animation-name:fade-in-left-lg}@-webkit-keyframes fade-out-left-lg{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(-1500px);transform:translateX(-1500px);opacity:0}}@keyframes fade-out-left-lg{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(-1500px);transform:translateX(-1500px);opacity:0}}.fade-out-left-lg{-webkit-animation-name:fade-out-left-lg;animation-name:fade-out-left-lg}@-webkit-keyframes fade-in-right{0%{-webkit-transform:translateX(500px);transform:translateX(500px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fade-in-right{0%{-webkit-transform:translateX(500px);transform:translateX(500px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}.fade-in-right{-webkit-animation-name:fade-in-right;animation-name:fade-in-right}@-webkit-keyframes fade-out-right{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(500px);transform:translateX(500px);opacity:0}}@keyframes fade-out-right{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(500px);transform:translateX(500px);opacity:0}}.fade-out-right{-webkit-animation-name:fade-out-right;animation-name:fade-out-right}@-webkit-keyframes fade-in-right-sm{0%{-webkit-transform:translateX(100px);transform:translateX(100px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fade-in-right-sm{0%{-webkit-transform:translateX(100px);transform:translateX(100px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}.fade-in-right-sm{-webkit-animation-name:fade-in-right-sm;animation-name:fade-in-right-sm}@-webkit-keyframes fade-out-right-sm{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(100px);transform:translateX(100px);opacity:0}}@keyframes fade-out-right-sm{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(100px);transform:translateX(100px);opacity:0}}.fade-out-right-sm{-webkit-animation-name:fade-out-right-sm;animation-name:fade-out-right-sm}@-webkit-keyframes fade-in-right-lg{0%{-webkit-transform:translateX(1500px);transform:translateX(1500px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fade-in-right-lg{0%{-webkit-transform:translateX(1500px);transform:translateX(1500px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}.fade-in-right-lg{-webkit-animation-name:fade-in-right-lg;animation-name:fade-in-right-lg}@-webkit-keyframes fade-out-right-lg{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(1500px);transform:translateX(1500px);opacity:0}}@keyframes fade-out-right-lg{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(1500px);transform:translateX(1500px);opacity:0}}.fade-out-right-lg{-webkit-animation-name:fade-out-right-lg;animation-name:fade-out-right-lg}@-webkit-keyframes rotate-in{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);transform-origin:center center;opacity:0}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}}@keyframes rotate-in{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);transform-origin:center center;opacity:0}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}}.rotate-in{-webkit-animation-name:rotate-in;animation-name:rotate-in}@-webkit-keyframes rotate-out{0%{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);transform-origin:center center;opacity:0}}@keyframes rotate-out{0%{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);transform-origin:center center;opacity:0}}.rotate-out{-webkit-animation-name:rotate-out;animation-name:rotate-out}@-webkit-keyframes rotate-in-sm{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);transform-origin:center center;opacity:0}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}}@keyframes rotate-in-sm{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);transform-origin:center center;opacity:0}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}}.rotate-in-sm{-webkit-animation-name:rotate-in-sm;animation-name:rotate-in-sm}@-webkit-keyframes rotate-out-sm{0%{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);transform-origin:center center;opacity:0}}@keyframes rotate-out-sm{0%{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);transform-origin:center center;opacity:0}}.rotate-out-sm{-webkit-animation-name:rotate-out-sm;animation-name:rotate-out-sm}@-webkit-keyframes rotate-in-lg{0%{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);transform-origin:center center;opacity:0}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}}@keyframes rotate-in-lg{0%{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);transform-origin:center center;opacity:0}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}}.rotate-in-lg{-webkit-animation-name:rotate-in-lg;animation-name:rotate-in-lg}@-webkit-keyframes rotate-out-lg{0%{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(180deg);transform:rotate(180deg);transform-origin:center center;opacity:0}}@keyframes rotate-out-lg{0%{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(180deg);transform:rotate(180deg);transform-origin:center center;opacity:0}}.rotate-out-lg{-webkit-animation-name:rotate-out-lg;animation-name:rotate-out-lg}@-webkit-keyframes flip-in-x{0%{-webkit-transform:perspective(550px) rotateX(90deg);transform:perspective(550px) rotateX(90deg);opacity:0}to{-webkit-transform:perspective(550px) rotateX(0deg);transform:perspective(550px) rotateX(0deg);opacity:1}}@keyframes flip-in-x{0%{-webkit-transform:perspective(550px) rotateX(90deg);transform:perspective(550px) rotateX(90deg);opacity:0}to{-webkit-transform:perspective(550px) rotateX(0deg);transform:perspective(550px) rotateX(0deg);opacity:1}}.flip-in-x{-webkit-animation-name:flip-in-x;animation-name:flip-in-x;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-out-x{0%{-webkit-transform:perspective(550px) rotateX(0deg);transform:perspective(550px) rotateX(0deg);opacity:1}to{-webkit-transform:perspective(550px) rotateX(90deg);transform:perspective(550px) rotateX(90deg);opacity:0}}@keyframes flip-out-x{0%{-webkit-transform:perspective(550px) rotateX(0deg);transform:perspective(550px) rotateX(0deg);opacity:1}to{-webkit-transform:perspective(550px) rotateX(90deg);transform:perspective(550px) rotateX(90deg);opacity:0}}.flip-out-x{-webkit-animation-name:flip-out-x;animation-name:flip-out-x;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-in-x-nr{0%{-webkit-transform:perspective(100px) rotateX(90deg);transform:perspective(100px) rotateX(90deg);opacity:0}to{-webkit-transform:perspective(100px) rotateX(0deg);transform:perspective(100px) rotateX(0deg);opacity:1}}@keyframes flip-in-x-nr{0%{-webkit-transform:perspective(100px) rotateX(90deg);transform:perspective(100px) rotateX(90deg);opacity:0}to{-webkit-transform:perspective(100px) rotateX(0deg);transform:perspective(100px) rotateX(0deg);opacity:1}}.flip-in-x-nr{-webkit-animation-name:flip-in-x-nr;animation-name:flip-in-x-nr;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-out-x-nr{0%{-webkit-transform:perspective(100px) rotateX(0deg);transform:perspective(100px) rotateX(0deg);opacity:1}to{-webkit-transform:perspective(100px) rotateX(90deg);transform:perspective(100px) rotateX(90deg);opacity:0}}@keyframes flip-out-x-nr{0%{-webkit-transform:perspective(100px) rotateX(0deg);transform:perspective(100px) rotateX(0deg);opacity:1}to{-webkit-transform:perspective(100px) rotateX(90deg);transform:perspective(100px) rotateX(90deg);opacity:0}}.flip-out-x-nr{-webkit-animation-name:flip-out-x-nr;animation-name:flip-out-x-nr;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-in-x-fr{0%{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}to{-webkit-transform:perspective(1000px) rotateX(0deg);transform:perspective(1000px) rotateX(0deg);opacity:1}}@keyframes flip-in-x-fr{0%{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}to{-webkit-transform:perspective(1000px) rotateX(0deg);transform:perspective(1000px) rotateX(0deg);opacity:1}}.flip-in-x-fr{-webkit-animation-name:flip-in-x-fr;animation-name:flip-in-x-fr;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-out-x-fr{0%{-webkit-transform:perspective(1000px) rotateX(0deg);transform:perspective(1000px) rotateX(0deg);opacity:1}to{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}}@keyframes flip-out-x-fr{0%{-webkit-transform:perspective(1000px) rotateX(0deg);transform:perspective(1000px) rotateX(0deg);opacity:1}to{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}}.flip-out-x-fr{-webkit-animation-name:flip-out-x-fr;animation-name:flip-out-x-fr;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-in-y{0%{-webkit-transform:perspective(550px) rotateY(90deg);transform:perspective(550px) rotateY(90deg);opacity:0}to{-webkit-transform:perspective(550px) rotateY(0deg);transform:perspective(550px) rotateY(0deg);opacity:1}}@keyframes flip-in-y{0%{-webkit-transform:perspective(550px) rotateY(90deg);transform:perspective(550px) rotateY(90deg);opacity:0}to{-webkit-transform:perspective(550px) rotateY(0deg);transform:perspective(550px) rotateY(0deg);opacity:1}}.flip-in-y{-webkit-animation-name:flip-in-y;animation-name:flip-in-y;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-out-y{0%{-webkit-transform:perspective(550px) rotateY(0deg);transform:perspective(550px) rotateY(0deg);opacity:1}to{-webkit-transform:perspective(550px) rotateY(90deg);transform:perspective(550px) rotateY(90deg);opacity:0}}@keyframes flip-out-y{0%{-webkit-transform:perspective(550px) rotateY(0deg);transform:perspective(550px) rotateY(0deg);opacity:1}to{-webkit-transform:perspective(550px) rotateY(90deg);transform:perspective(550px) rotateY(90deg);opacity:0}}.flip-out-y{-webkit-animation-name:flip-out-y;animation-name:flip-out-y;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-in-y-nr{0%{-webkit-transform:perspective(100px) rotateY(90deg);transform:perspective(100px) rotateY(90deg);opacity:0}to{-webkit-transform:perspective(100px) rotateY(0deg);transform:perspective(100px) rotateY(0deg);opacity:1}}@keyframes flip-in-y-nr{0%{-webkit-transform:perspective(100px) rotateY(90deg);transform:perspective(100px) rotateY(90deg);opacity:0}to{-webkit-transform:perspective(100px) rotateY(0deg);transform:perspective(100px) rotateY(0deg);opacity:1}}.flip-in-y-nr{-webkit-animation-name:flip-in-y-nr;animation-name:flip-in-y-nr;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-out-y-nr{0%{-webkit-transform:perspective(100px) rotateY(0deg);transform:perspective(100px) rotateY(0deg);opacity:1}to{-webkit-transform:perspective(100px) rotateY(90deg);transform:perspective(100px) rotateY(90deg);opacity:0}}@keyframes flip-out-y-nr{0%{-webkit-transform:perspective(100px) rotateY(0deg);transform:perspective(100px) rotateY(0deg);opacity:1}to{-webkit-transform:perspective(100px) rotateY(90deg);transform:perspective(100px) rotateY(90deg);opacity:0}}.flip-out-y-nr{-webkit-animation-name:flip-out-y-nr;animation-name:flip-out-y-nr;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-in-y-fr{0%{-webkit-transform:perspective(1000px) rotateY(90deg);transform:perspective(1000px) rotateY(90deg);opacity:0}to{-webkit-transform:perspective(1000px) rotateY(0deg);transform:perspective(1000px) rotateY(0deg);opacity:1}}@keyframes flip-in-y-fr{0%{-webkit-transform:perspective(1000px) rotateY(90deg);transform:perspective(1000px) rotateY(90deg);opacity:0}to{-webkit-transform:perspective(1000px) rotateY(0deg);transform:perspective(1000px) rotateY(0deg);opacity:1}}.flip-in-y-fr{-webkit-animation-name:flip-in-y-fr;animation-name:flip-in-y-fr;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-out-y-fr{0%{-webkit-transform:perspective(1000px) rotateY(0deg);transform:perspective(1000px) rotateY(0deg);opacity:1}to{-webkit-transform:perspective(1000px) rotateY(90deg);transform:perspective(1000px) rotateY(90deg);opacity:0}}@keyframes flip-out-y-fr{0%{-webkit-transform:perspective(1000px) rotateY(0deg);transform:perspective(1000px) rotateY(0deg);opacity:1}to{-webkit-transform:perspective(1000px) rotateY(90deg);transform:perspective(1000px) rotateY(90deg);opacity:0}}.flip-out-y-fr{-webkit-animation-name:flip-out-y-fr;animation-name:flip-out-y-fr;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes zoom-in{0%{-webkit-transform:scale(.7);transform:scale(.7);opacity:0}to{opacity:1}}@keyframes zoom-in{0%{-webkit-transform:scale(.7);transform:scale(.7);opacity:0}to{opacity:1}}.zoom-in{-webkit-animation-name:zoom-in;animation-name:zoom-in}@-webkit-keyframes zoom-out{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.7);transform:scale(.7)}50%,to{opacity:0}}@keyframes zoom-out{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.7);transform:scale(.7)}50%,to{opacity:0}}.zoom-out{-webkit-animation-name:zoom-out;animation-name:zoom-out}@-webkit-keyframes zoom-in-sm{0%{-webkit-transform:scale(.95);transform:scale(.95);opacity:0}to{opacity:1}}@keyframes zoom-in-sm{0%{-webkit-transform:scale(.95);transform:scale(.95);opacity:0}to{opacity:1}}.zoom-in-sm{-webkit-animation-name:zoom-in-sm;animation-name:zoom-in-sm}@-webkit-keyframes zoom-out-sm{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.95);transform:scale(.95)}50%,to{opacity:0}}@keyframes zoom-out-sm{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.95);transform:scale(.95)}50%,to{opacity:0}}.zoom-out-sm{-webkit-animation-name:zoom-out-sm;animation-name:zoom-out-sm}@-webkit-keyframes zoom-in-lg{0%{-webkit-transform:scale(.4);transform:scale(.4);opacity:0}to{opacity:1}}@keyframes zoom-in-lg{0%{-webkit-transform:scale(.4);transform:scale(.4);opacity:0}to{opacity:1}}.zoom-in-lg{-webkit-animation-name:zoom-in-lg;animation-name:zoom-in-lg}@-webkit-keyframes zoom-out-lg{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.4);transform:scale(.4)}50%,to{opacity:0}}@keyframes zoom-out-lg{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.4);transform:scale(.4)}50%,to{opacity:0}}.zoom-out-lg{-webkit-animation-name:zoom-out-lg;animation-name:zoom-out-lg}@-webkit-keyframes overlay-slide-in-top{0%{height:100%}to{height:0}}@keyframes overlay-slide-in-top{0%{height:100%}to{height:0}}.overlay-slide-in-top{top:0;height:0;-webkit-animation-name:overlay-slide-in-top;animation-name:overlay-slide-in-top}@-webkit-keyframes overlay-slide-out-top{0%{height:0}to{height:100%}}@keyframes overlay-slide-out-top{0%{height:0}to{height:100%}}.overlay-slide-out-top{top:0;height:100%;-webkit-animation-name:overlay-slide-out-top;animation-name:overlay-slide-out-top}@-webkit-keyframes overlay-slide-in-bottom{0%{height:100%}to{height:0}}@keyframes overlay-slide-in-bottom{0%{height:100%}to{height:0}}.overlay-slide-in-bottom{bottom:0;height:0;-webkit-animation-name:overlay-slide-in-bottom;animation-name:overlay-slide-in-bottom}@-webkit-keyframes overlay-slide-out-bottom{0%{height:0}to{height:100%}}@keyframes overlay-slide-out-bottom{0%{height:0}to{height:100%}}.overlay-slide-out-bottom{bottom:0;height:100%;-webkit-animation-name:overlay-slide-out-bottom;animation-name:overlay-slide-out-bottom}@-webkit-keyframes overlay-slide-in-left{0%{width:100%}to{width:0}}@keyframes overlay-slide-in-left{0%{width:100%}to{width:0}}.overlay-slide-in-left{width:0;-webkit-animation-name:overlay-slide-in-left;animation-name:overlay-slide-in-left}@-webkit-keyframes overlay-slide-out-left{0%{width:0}to{width:100%}}@keyframes overlay-slide-out-left{0%{width:0}to{width:100%}}.overlay-slide-out-left{left:0;width:100%;-webkit-animation-name:overlay-slide-out-left;animation-name:overlay-slide-out-left}@-webkit-keyframes overlay-slide-in-right{0%{width:100%}to{width:0}}@keyframes overlay-slide-in-right{0%{width:100%}to{width:0}}.overlay-slide-in-right{right:0;width:0;-webkit-animation-name:overlay-slide-in-right;animation-name:overlay-slide-in-right}@-webkit-keyframes overlay-slide-out-right{0%{width:0}to{width:100%}}@keyframes overlay-slide-out-right{0%{width:0}to{width:100%}}.overlay-slide-out-right{right:0;width:100%;-webkit-animation-name:overlay-slide-out-right;animation-name:overlay-slide-out-right}*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
word-break: break-word;
word-wrap: break-word; }
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,
strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline; }
a:focus, a:active, a:visited {
outline: none !important; } :focus {
outline: 0; } article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block; }
body {
line-height: 1; }
ol, ul {
list-style: none; }
blockquote, q {
quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none; }
table {
border-collapse: collapse;
border-spacing: 0; }
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
-webkit-appearance: none;
-moz-appearance: none; }
input[type=search] {
-webkit-appearance: none;
-moz-appearance: none;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; }
textarea {
overflow: auto;
vertical-align: top;
resize: vertical; } audio,
canvas,
video {
display: inline-block;
*display: inline;
*zoom: 1;
max-width: 100%; } audio:not([controls]) {
display: none;
height: 0; } [hidden] {
display: none; } html {
font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } a:focus {
outline: thin dotted; } a:active,
a:hover {
outline: 0; } img {
border: 0; -ms-interpolation-mode: bicubic; } figure {
margin: 0; } form {
margin: 0; } fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; } legend {
border: 0; padding: 0;
white-space: normal; *margin-left: -7px; } button,
input,
select,
textarea {
font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; } button,
input {
line-height: normal; } button,
select {
text-transform: none; } button,
html input[type="button"],
input[type="reset"],
input[type="submit"], button, html [type="button"], [type="reset"], [type="submit"] {
-webkit-appearance: none; cursor: pointer; *overflow: visible; } button[disabled],
html input[disabled] {
cursor: default; } input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; padding: 0; *height: 13px; *width: 13px; } input[type="search"] {
-webkit-appearance: textfield; -moz-box-sizing: content-box;
-webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; } button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; } textarea {
overflow: auto; vertical-align: top; } table {
border-collapse: collapse;
border-spacing: 0; }
html,
button,
input,
select,
textarea {
color: #222; }
::-moz-selection {
background: #b3d4fc;
text-shadow: none; }
::selection {
background: #b3d4fc;
text-shadow: none; }
img {
vertical-align: middle; }
fieldset {
border: 0;
margin: 0;
padding: 0; }
textarea {
resize: vertical; }
.chromeframe {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0; }
label {
display: block; }
b,
strong {
font-weight: 700; } #fl-page--preloader {
z-index: 1999;
position: fixed;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column; }
#fl-page--preloader .save_loader_bugs {
display: none; }
#fl-page--preloader .fl-top-progress {
position: absolute;
width: 100%;
top: 0; }
#fl-page--preloader .fl-top-progress .fl-loader_right {
opacity: 0.8;
position: absolute;
right: 100%;
z-index: 999;
height: 7px;
display: inline-block;
left: 50%;
width: 0;
transition: all 1000ms cubic-bezier(0.745, 0.12, 0.32, 1.275); }
#fl-page--preloader .fl-top-progress .fl-loader_left {
opacity: 0.8;
position: absolute;
z-index: 999;
height: 7px;
display: inline-block;
right: 50%;
width: 0;
transition: all 1000ms cubic-bezier(0.745, 0.12, 0.32, 1.275); }
#fl-page--preloader .fl--preloader-progress-bar {
height: 8px;
padding-top: 3px;
padding-bottom: 3px;
max-width: 700px;
display: block;
width: 100%;
margin: 0 auto;
background-color: #eee; }
#fl-page--preloader .fl--preloader-progress-bar span {
float: left;
width: 0;
height: 100%;
display: inline-block; }
#fl-page--preloader .fl-preloader--text-percent {
margin-top: 45px;
font-size: 23px; }
#fl-page--preloader.fl-preloader-close {
transform: translateY(-1000%);
opacity: 0;
transition: opacity 0s ease-in ,transform 0s ease-in;
display: none; }
#fl-page--preloader .fl-top-background-preloader {
position: fixed;
top: 0;
width: 100%;
height: 50%; }
#fl-page--preloader .fl-bottom-background-preloader {
position: fixed;
bottom: 0;
width: 100%;
height: 50%; }  html,
body {
overflow: visible; }
html {
box-sizing: border-box; }
body ::-webkit-scrollbar {
width: 10px;
height: 10px; }
body ::-webkit-scrollbar-button {
display: none; }
body ::-webkit-scrollbar-track-piece {
background-color: #eaeaea; }
body ::-webkit-scrollbar-thumb {
background-color: #ff4800;
border-radius: none; }
body ::-webkit-scrollbar-corner {
background-color: #999; }
body ::-webkit-resizer {
background-color: #666; }
body.beige ::-webkit-scrollbar-thumb {
background-color: #ffdf91;
border-radius: none; }
body.modern ::-webkit-scrollbar-thumb {
background-color: #cee100;
border-radius: none; }
*,
*::before,
*::after {
box-sizing: inherit; }
.modern {
padding-bottom: 672px; }
body {
display: flex;
flex-direction: column;
min-width: 320px;
min-height: 100vh;
margin: 0;
padding: 0;
font-family: "Jost", "Arial", sans-serif;
font-size: 18px;
line-height: 1.5;
color: #000000;
font-weight: 400;
-webkit-locale: auto;
white-space: normal; }
main {
z-index: 1;
flex-grow: 1;
background-color: #ffffff; }
main.fl_main {
overflow: hidden; }
.tm_left_menu_page {
padding-bottom: 200px; }
.relative_main {
position: relative;
z-index: 1;
flex-grow: 1;
background-color: #ffffff; }
.relative_main.fl-page-heading:before {
content: '';
background-color: #ffffff;
width: 100%;
height: 250px;
position: absolute;
left: 0;
right: 0;
bottom: -255px;
z-index: -1; }
a {
text-decoration: none; }
a:hover, a:focus {
text-decoration: none; }
input,
select,
textarea {
background-color: transparent;
border: 0;
border-radius: 0;
outline: 0;
-webkit-appearance: none; }
input:invalid,
textarea:invalid {
box-shadow: none; }
@keyframes text-rotate {
0% {
transform: rotate(0); }
100% {
transform: rotate(-360deg); } } .label-subs, .mc4wp-form {
position: relative; }
.label-subs > button[type="submit"], .mc4wp-form .mc4wp-form-fields > button[type="submit"] {
width: auto;
padding: 0;
position: absolute;
left: 50%;
bottom: -30px;
transform: translateX(-50%);
font-size: 16px;
font-weight: 600;
letter-spacing: 1.2px;
text-transform: uppercase;
cursor: pointer;
border: none;
background-color: #ffffff;
transition: color 0.3s ease; }
@media (min-width: 576px) {
.label-subs > button[type="submit"], .mc4wp-form .mc4wp-form-fields > button[type="submit"] {
left: unset;
bottom: unset;
right: 0;
top: 17px;
transform: none; } }
@media (min-width: 992px) {
.label-subs > button[type="submit"]:hover, .mc4wp-form .mc4wp-form-fields > button[type="submit"]:hover {
color: #ff4800; } }
.label-subs label, .mc4wp-form label {
width: 100%;
display: block;
position: relative;
padding: 15px 25px 15px 45px;
border-bottom: 1px solid #000000;
box-sizing: border-box; }
@media (min-width: 576px) {
.label-subs label, .mc4wp-form label {
padding: 15px 100px 15px 45px; }
.label-subs label input, .mc4wp-form label input {
border-bottom: none; } }
.label-subs label::before, .mc4wp-form label::before {
content: "";
width: 24px;
height: 24px;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3e%3cpath d='M58.7 10.7H5.3C2.4 10.7 0 13.1 0 16v32c0 2.9 2.4 5.3 5.3 5.3h53.3c2.9 0 5.3-2.4 5.3-5.3V16c.1-2.9-2.3-5.3-5.2-5.3zm0 35.7L40.5 29.3l18.1-10.9v28zM28.3 32.3c1.1.8 2.4 1.1 3.7 1.1 1.3 0 2.7-.3 3.7-1.1L52.5 48H10.7l17.1-16 .5.3zm24-16.3L33.1 27.7c-.5.3-1.3.3-1.9 0L11.7 16h40.6zM23.2 29.1L5.3 45.9V18.4l17.9 10.7z'/%3e%3c/svg%3e ");
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 24px auto; }
.label-subs label input, .mc4wp-form label input {
width: 100%;
padding: 0; }
.label-subs label input::placeholder, .mc4wp-form label input::placeholder {
opacity: 0.5;
color: #000000; }
.label-subs label input:focus::placeholder, .mc4wp-form label input:focus::placeholder {
opacity: 0; }
.custom-input {
width: 100%;
height: 46px;
padding: 16px 20px;
border: 1px solid #d4d4d4;
background-color: #ffffff;
box-sizing: border-box;
transition: border-color 0.3s ease; }
.custom-input::placeholder {
font-size: 16px;
opacity: 0.5; }
.custom-input:focus {
border-color: #000000; }
.custom-input:focus::placeholder {
opacity: 0; }
input[type="search"] {
border-bottom: 1px solid #000000;
padding: 10px 0;
background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3e%3cpath d='M62.9 56.5l-17-13.8c7.2-9.9 6.1-23.7-2.7-32.5C38.4 5.3 32 2.7 25.3 2.7s-13 2.6-17.8 7.4S0 21.3 0 28s2.7 13.1 7.5 17.9c5.1 5.1 11.5 7.5 17.9 7.5 6.1 0 12.3-2.1 17.1-6.7l17.3 14.1c.5.5 1.1.5 1.6.5.8 0 1.6-.3 2.1-1.1.8-1 .8-2.6-.6-3.7zM25.3 48c-5.3 0-10.4-2.1-14.1-5.9-3.7-3.7-5.9-8.8-5.9-14.1s2.1-10.4 5.9-14.1S20 8 25.3 8s10.4 2.1 14.1 5.9 5.9 8.8 5.9 14.1-2.1 10.4-5.9 14.1c-3.7 3.8-8.7 5.9-14.1 5.9z'/%3e%3c/svg%3e ") no-repeat right center;
background-size: 20px; }
input[type="search"]::placeholder {
font-size: 16px;
opacity: 0.5; }
input[type="search"]:focus::placeholder {
opacity: 0; }
textarea.custom-input {
height: 150px;
resize: none; }
.slide-counter {
font-size: 24px;
line-height: 24px;
color: #cccccc; }
@media (min-width: 992px) {
.slide-counter {
font-size: 30px;
line-height: 30px; } }
.arrow-square {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
background-color: #ffffff;
border: 1px solid #ffffff;
position: absolute;
z-index: 1;
outline: none;
padding: 0;
transition: all 0.3s ease; }
@media (min-width: 1200px) {
.arrow-square {
width: 60px;
height: 60px; } }
@media (min-width: 992px) {
.arrow-square:hover {
background-color: transparent; }
.arrow-square:hover svg {
fill: #ffffff; } }
.arrow-square svg {
width: 50%;
height: 50%;
fill: #000000;
transition: fill 0.3s ease; }
.arrow-square--prev svg {
transform: rotate(180deg); }
#pp-nav {
display: none;
right: 50px !important; }
@media (min-width: 1560px) {
#pp-nav {
display: block; } }
#pp-nav.dark ul li a span {
background-color: #000000; }
#pp-nav ul li {
width: 80px;
margin: 0; }
#pp-nav ul li:hover a.active span {
height: 1px !important;
border-radius: 0 !important; }
#pp-nav ul li:hover a span {
margin: 0;
background-color: #ff4800; }
#pp-nav ul li + li {
margin-top: 27px; }
#pp-nav ul li a span {
width: 30px;
height: 1px;
border-radius: 0;
clip: unset;
background-color: #ffffff;
left: unset;
right: 0;
border: none;
transition: background-color 0.3s ease; }
#pp-nav ul li a.active span {
margin: 0;
width: 80px;
background-color: #f5480c;
transition: width 0.3s ease; } .sticky .news-sb__title {
padding-left: 35px;
position: relative; }
.sticky .news-sb__title:after {
position: absolute;
left: 0;
top: 0;
font-size: 34px;
content: '\f08d';
font-family: FontAwesome; } .visually-hidden {
position: absolute;
overflow: hidden;
clip: rect(0 0 0 0);
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
border: 0; }
.d-none {
display: none !important; }
.overflow-hidden {
overflow: hidden; }
.d-flex {
display: flex; }
@media (min-width: 992px) {
.lg-d-flex {
display: flex;
align-items: center;
justify-content: flex-end; } }
@media (max-width: 991px) {
.bg-dark {
background-color: rgba(0, 0, 0, 0.6) !important; } }
@media (max-width: 991px) {
.bg-light {
background-color: rgba(255, 255, 255, 0.6) !important; } }
.field-error {
font-size: 16px;
line-height: 20px;
color: #f5480c;
margin-bottom: 15px;
margin-top: 5px; }
.grid-wrapper {
display: flex;
flex-wrap: wrap; }
@media (min-width: 768px) {
.grid-wrapper {
margin: 0 -10px; } }
@media (min-width: 1200px) {
.grid-wrapper {
margin: 0 -25px; } } .field {
position: relative;
display: block;
width: 100%;
cursor: text; }
.field .underline {
width: 100%;
position: absolute;
bottom: 0;
left: 0; }
.field .underline::before, .field .underline::after {
content: "";
display: inline-block;
position: absolute;
bottom: 0;
width: 0;
height: 1px;
background-color: #000000;
transition: width 0.3s ease; }
.field .underline::before {
left: 50%; }
.field .underline::after {
right: 50%; }
.field__hint {
position: absolute;
top: -1.7em;
display: block;
transition: 0.3s;
font-size: 12px;
text-transform: uppercase;
color: #999999; }
.field__hint .red {
display: inline;
position: relative;
top: -7px;
color: #ff0000; }
.field input,
.field textarea {
width: 100%;
padding-bottom: 10px;
border-bottom: 1px solid #cccccc;
font-size: 20px; }
.field input::placeholder,
.field textarea::placeholder {
color: transparent; }
.field input:placeholder-shown ~ .field__hint,
.field textarea:placeholder-shown ~ .field__hint {
font-size: 20px;
text-transform: none;
top: -5px; }
.field input:focus ~ .field__hint,
.field textarea:focus ~ .field__hint {
position: absolute;
top: -1.7em;
display: block;
font-size: 12px;
text-transform: uppercase; }
.field input:focus ~ .underline::before,
.field textarea:focus ~ .underline::before {
width: 50%; }
.field input:focus ~ .underline::after,
.field textarea:focus ~ .underline::after {
width: 50%; }
.field__hint.contact_required {
font-size: 20px;
text-transform: none;
top: -5px; }
.field__hint.contact_required.outer_text {
position: absolute;
top: -1.7em;
display: block;
font-size: 12px;
text-transform: uppercase; }
.field textarea {
resize: none;
height: 150px; }
@media (min-width: 1200px) {
.field textarea {
height: 209px; } }
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
.field--md-small .field__hint {
top: -1.2em;
font-size: 10px; }
.field--md-small input,
.field--md-small textarea {
padding-bottom: 6px;
font-size: 14px; }
.field--md-small input:placeholder-shown ~ .field__hint,
.field--md-small textarea:placeholder-shown ~ .field__hint {
font-size: 14px; }
.field--md-small input:focus,
.field--md-small textarea:focus {
border-bottom-color: #000000; }
.field--md-small input:focus ~ .field__hint,
.field--md-small textarea:focus ~ .field__hint {
top: -1.2em;
font-size: 10px; } }
.widget_mc4wp_form_widget input,
.widget_mc4wp_form_widget textarea {
padding: 16px 20px;
font-size: 16px;
line-height: 1;
color: #000000;
border: solid 1px #dadada;
transition: border-color 0.3s ease; }
@media (min-width: 1200px) {
.widget_mc4wp_form_widget input,
.widget_mc4wp_form_widget textarea {
padding: 18px 30px; } }
.widget_mc4wp_form_widget input:hover, .widget_mc4wp_form_widget input:focus,
.widget_mc4wp_form_widget textarea:hover,
.widget_mc4wp_form_widget textarea:focus {
outline: none;
border-color: #000000; }
.widget_mc4wp_form_widget input::placeholder,
.widget_mc4wp_form_widget textarea::placeholder {
color: #999999; }
@media (min-width: 1200px) {
.widget_mc4wp_form_widget textarea {
height: 180px; } }
blockquote {
margin-top: 35px;
margin-bottom: 30px;
padding-left: 90px;
padding-right: 80px;
padding-top: 70px;
padding-bottom: 60px;
text-align: left;
line-height: 36px;
font-size: 24px;
color: #000000;
position: relative;
background-color: #f9f5f4; }
blockquote:before {
content: "";
display: block;
width: 25px;
height: 25px;
margin-bottom: 16px;
background-repeat: no-repeat;
background-position: 50% 0;
background-size: 100% auto;
background-image: url(//studio-bdf.fr/wp-content/themes/liarch/assets/css/images/quotation.png);
position: absolute;
top: 80px;
left: 45px; }
code, kbd, pre, samp {
font-family: monospace;
font-size: 90%;
padding: 3px 10px;
color: #222;
margin-top: 25px;
margin-bottom: 25px; }
code, kbd, pre, samp {
background: #eee; }
.hidden {
display: none; } [type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
position: relative; }
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
position: relative;
padding-left: 1.20em;
cursor: pointer; } [type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
content: '';
position: absolute;
left: 0;
top: 6px;
width: 15px;
height: 15px;
border: 1px solid #d8e4ee;
border-radius: 50%; } [type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
font: normal normal normal 10px/1 FontAwesome;
content: "\f111";
position: absolute;
top: 10.49px;
left: 0.51em;
font-size: 8px;
line-height: 0.8;
transition: all .2s; } [type="checkbox"]:not(:checked) + label:after {
opacity: 0;
transform: scale(0); }
[type="checkbox"]:checked + label:after {
opacity: 1;
transform: scale(1); } [type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
box-shadow: none;
border-color: #e8e0f5;
background-color: #ddd; }
[type="checkbox"]:disabled:checked + label:after {
color: #e8e0f5; }
[type="checkbox"]:disabled + label {
color: #e8e0f5; } [type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
border: 2px dotted #ff6d33; }
.post-sb, .post-inner_content, .comment__wrap {  }
.post-sb ul,
.post-sb ol, .post-inner_content ul,
.post-inner_content ol, .comment__wrap ul,
.comment__wrap ol {
margin: 0 0 25px 0; }
.post-sb ul, .post-inner_content ul, .comment__wrap ul {
list-style: disc; }
.post-sb ul ul, .post-inner_content ul ul, .comment__wrap ul ul {
list-style: circle; }
.post-sb ul ul ul, .post-inner_content ul ul ul, .comment__wrap ul ul ul {
list-style: square; }
.post-sb ol, .post-inner_content ol, .comment__wrap ol {
list-style: decimal; }
.post-sb ol ol, .post-inner_content ol ol, .comment__wrap ol ol {
list-style: lower-alpha; }
.post-sb ol ol ol, .post-inner_content ol ol ol, .comment__wrap ol ol ol {
list-style: lower-roman; }
.post-sb li, .post-inner_content li, .comment__wrap li {
margin: 15px 0 0 25px; }
.post-sb li > ul,
.post-sb li > ol, .post-inner_content li > ul,
.post-inner_content li > ol, .comment__wrap li > ul,
.comment__wrap li > ol {
margin: 0 0 0 0; }
.post-sb .reset-list-style,
.post-sb .reset-list-style ul,
.post-sb .reset-list-style ol, .post-inner_content .reset-list-style,
.post-inner_content .reset-list-style ul,
.post-inner_content .reset-list-style ol, .comment__wrap .reset-list-style,
.comment__wrap .reset-list-style ul,
.comment__wrap .reset-list-style ol {
list-style: none;
margin: 0; }
.post-sb .reset-list-style li, .post-inner_content .reset-list-style li, .comment__wrap .reset-list-style li {
margin: 0; }
.post-sb dt,
.post-sb dd, .post-inner_content dt,
.post-inner_content dd, .comment__wrap dt,
.comment__wrap dd {
line-height: 1.5; }
.post-sb dt, .post-inner_content dt, .comment__wrap dt {
font-weight: 700; }
.post-sb dt + dd, .post-inner_content dt + dd, .comment__wrap dt + dd {
margin-top: 15px; }
.post-sb dd + dt, .post-inner_content dd + dt, .comment__wrap dd + dt {
margin-top: 20px; }
.post-sb ul ul, .post-inner_content ul ul, .comment__wrap ul ul {
margin-top: 0; }
.post-sb .wp-block-archives:not(.alignwide):not(.alignfull), .post-sb .wp-block-categories:not(.alignwide):not(.alignfull), .post-sb .wp-block-code, .post-sb .wp-block-columns:not(.alignwide):not(.alignfull), .post-sb .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .post-sb .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .post-sb .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .post-sb .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull), .post-sb .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .post-sb .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright), .post-sb .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright), .post-sb .wp-block-media-text:not(.alignwide):not(.alignfull), .post-sb .wp-block-preformatted, .post-sb .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright), .post-sb .wp-block-quote, .post-sb .wp-block-quote.is-large, .post-sb .wp-block-quote.is-style-large, .post-sb .wp-block-verse, .post-sb .wp-block-video:not(.alignwide):not(.alignfull), .post-inner_content .wp-block-archives:not(.alignwide):not(.alignfull), .post-inner_content .wp-block-categories:not(.alignwide):not(.alignfull), .post-inner_content .wp-block-code, .post-inner_content .wp-block-columns:not(.alignwide):not(.alignfull), .post-inner_content .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .post-inner_content .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .post-inner_content .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .post-inner_content .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull), .post-inner_content .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .post-inner_content .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright), .post-inner_content .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright), .post-inner_content .wp-block-media-text:not(.alignwide):not(.alignfull), .post-inner_content .wp-block-preformatted, .post-inner_content .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright), .post-inner_content .wp-block-quote, .post-inner_content .wp-block-quote.is-large, .post-inner_content .wp-block-quote.is-style-large, .post-inner_content .wp-block-verse, .post-inner_content .wp-block-video:not(.alignwide):not(.alignfull), .comment__wrap .wp-block-archives:not(.alignwide):not(.alignfull), .comment__wrap .wp-block-categories:not(.alignwide):not(.alignfull), .comment__wrap .wp-block-code, .comment__wrap .wp-block-columns:not(.alignwide):not(.alignfull), .comment__wrap .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .comment__wrap .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .comment__wrap .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .comment__wrap .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull), .comment__wrap .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .comment__wrap .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright), .comment__wrap .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright), .comment__wrap .wp-block-media-text:not(.alignwide):not(.alignfull), .comment__wrap .wp-block-preformatted, .comment__wrap .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright), .comment__wrap .wp-block-quote, .comment__wrap .wp-block-quote.is-large, .comment__wrap .wp-block-quote.is-style-large, .comment__wrap .wp-block-verse, .comment__wrap .wp-block-video:not(.alignwide):not(.alignfull) {
margin-bottom: 25px;
margin-top: 25px; }
.post-sb .wp-block-image .alignleft, .post-inner_content .wp-block-image .alignleft, .comment__wrap .wp-block-image .alignleft {
float: left;
margin-right: 25px; }
.post-sb .wp-block-image .alignright, .post-inner_content .wp-block-image .alignright, .comment__wrap .wp-block-image .alignright {
float: right;
margin-left: 25px; }
.post-sb .wp-block-image, .post-inner_content .wp-block-image, .comment__wrap .wp-block-image {
margin-top: 25px;
margin-bottom: 25px; }
.post-sb .wp-block-image figcaption, .post-inner_content .wp-block-image figcaption, .comment__wrap .wp-block-image figcaption {
margin-top: 10px;
margin-bottom: 10px; }
.post-sb .wp-block-button, .post-inner_content .wp-block-button, .comment__wrap .wp-block-button {
margin: 15px 0; }
.post-sb .wp-block-pullquote, .post-inner_content .wp-block-pullquote, .comment__wrap .wp-block-pullquote {
padding: 0; }
.post-sb .wp-block-quote.is-large, .post-sb .wp-block-quote.is-style-large, .post-inner_content .wp-block-quote.is-large, .post-inner_content .wp-block-quote.is-style-large, .comment__wrap .wp-block-quote.is-large, .comment__wrap .wp-block-quote.is-style-large {
padding: 60px 80px 40px 80px; }
.post-sb .wp-block-pullquote.is-style-solid-color blockquote, .post-inner_content .wp-block-pullquote.is-style-solid-color blockquote, .comment__wrap .wp-block-pullquote.is-style-solid-color blockquote {
background: transparent;
text-align: center; }
.post-sb .wp-block-quote.is-large p, .post-sb .wp-block-quote.is-style-large p, .post-inner_content .wp-block-quote.is-large p, .post-inner_content .wp-block-quote.is-style-large p, .comment__wrap .wp-block-quote.is-large p, .comment__wrap .wp-block-quote.is-style-large p {
line-height: 40px;
font-size: 30px; }
.post-sb .has-large-font-size, .post-inner_content .has-large-font-size, .comment__wrap .has-large-font-size {
line-height: 1.5; }
.post-sb .has-medium-font-size, .post-inner_content .has-medium-font-size, .comment__wrap .has-medium-font-size {
line-height: 1.5; }
.post-sb .has-drop-cap:not(:focus)::first-letter, .post-inner_content .has-drop-cap:not(:focus)::first-letter, .comment__wrap .has-drop-cap:not(:focus)::first-letter {
color: #222;
font-size: 5.1em;
font-weight: 800;
margin: 0.05em 0.1em 0 0; }
.post-sb .has-drop-cap:not(:focus)::first-letter::after, .post-inner_content .has-drop-cap:not(:focus)::first-letter::after, .comment__wrap .has-drop-cap:not(:focus)::first-letter::after {
content: "";
display: table;
clear: both; }
.post-sb .has-drop-cap:not(:focus)::after, .post-inner_content .has-drop-cap:not(:focus)::after, .comment__wrap .has-drop-cap:not(:focus)::after {
padding: 0; }
.post-sb .wp-block-cover, .post-sb .wp-block-cover-image, .post-inner_content .wp-block-cover, .post-inner_content .wp-block-cover-image, .comment__wrap .wp-block-cover, .comment__wrap .wp-block-cover-image {
margin-bottom: 25px; }
.post-sb .wp-block-cover-image .wp-block-subhead:not(.has-text-color), .post-sb .wp-block-cover-image h1:not(.has-text-color), .post-sb .wp-block-cover-image h2:not(.has-text-color), .post-sb .wp-block-cover-image h3:not(.has-text-color), .post-sb .wp-block-cover-image h4:not(.has-text-color), .post-sb .wp-block-cover-image h5:not(.has-text-color), .post-sb .wp-block-cover-image h6:not(.has-text-color), .post-sb .wp-block-cover-image p:not(.has-text-color), .post-sb .wp-block-cover .wp-block-subhead:not(.has-text-color), .post-sb .wp-block-cover h1:not(.has-text-color), .post-sb .wp-block-cover h2:not(.has-text-color), .post-sb .wp-block-cover h3:not(.has-text-color), .post-sb .wp-block-cover h4:not(.has-text-color), .post-sb .wp-block-cover h5:not(.has-text-color), .post-sb .wp-block-cover h6:not(.has-text-color), .post-sb .wp-block-cover p:not(.has-text-color), .post-inner_content .wp-block-cover-image .wp-block-subhead:not(.has-text-color), .post-inner_content .wp-block-cover-image h1:not(.has-text-color), .post-inner_content .wp-block-cover-image h2:not(.has-text-color), .post-inner_content .wp-block-cover-image h3:not(.has-text-color), .post-inner_content .wp-block-cover-image h4:not(.has-text-color), .post-inner_content .wp-block-cover-image h5:not(.has-text-color), .post-inner_content .wp-block-cover-image h6:not(.has-text-color), .post-inner_content .wp-block-cover-image p:not(.has-text-color), .post-inner_content .wp-block-cover .wp-block-subhead:not(.has-text-color), .post-inner_content .wp-block-cover h1:not(.has-text-color), .post-inner_content .wp-block-cover h2:not(.has-text-color), .post-inner_content .wp-block-cover h3:not(.has-text-color), .post-inner_content .wp-block-cover h4:not(.has-text-color), .post-inner_content .wp-block-cover h5:not(.has-text-color), .post-inner_content .wp-block-cover h6:not(.has-text-color), .post-inner_content .wp-block-cover p:not(.has-text-color), .comment__wrap .wp-block-cover-image .wp-block-subhead:not(.has-text-color), .comment__wrap .wp-block-cover-image h1:not(.has-text-color), .comment__wrap .wp-block-cover-image h2:not(.has-text-color), .comment__wrap .wp-block-cover-image h3:not(.has-text-color), .comment__wrap .wp-block-cover-image h4:not(.has-text-color), .comment__wrap .wp-block-cover-image h5:not(.has-text-color), .comment__wrap .wp-block-cover-image h6:not(.has-text-color), .comment__wrap .wp-block-cover-image p:not(.has-text-color), .comment__wrap .wp-block-cover .wp-block-subhead:not(.has-text-color), .comment__wrap .wp-block-cover h1:not(.has-text-color), .comment__wrap .wp-block-cover h2:not(.has-text-color), .comment__wrap .wp-block-cover h3:not(.has-text-color), .comment__wrap .wp-block-cover h4:not(.has-text-color), .comment__wrap .wp-block-cover h5:not(.has-text-color), .comment__wrap .wp-block-cover h6:not(.has-text-color), .comment__wrap .wp-block-cover p:not(.has-text-color) {
color: #fff; }
.post-sb .wp-block-cover-image .wp-block-subhead:not(.has-text-color) a:hover, .post-sb .wp-block-cover-image h1:not(.has-text-color) a:hover, .post-sb .wp-block-cover-image h2:not(.has-text-color) a:hover, .post-sb .wp-block-cover-image h3:not(.has-text-color) a:hover, .post-sb .wp-block-cover-image h4:not(.has-text-color) a:hover, .post-sb .wp-block-cover-image h5:not(.has-text-color) a:hover, .post-sb .wp-block-cover-image h6:not(.has-text-color) a:hover, .post-sb .wp-block-cover-image p:not(.has-text-color) a:hover, .post-sb .wp-block-cover .wp-block-subhead:not(.has-text-color) a:hover, .post-sb .wp-block-cover h1:not(.has-text-color) a:hover, .post-sb .wp-block-cover h2:not(.has-text-color) a:hover, .post-sb .wp-block-cover h3:not(.has-text-color) a:hover, .post-sb .wp-block-cover h4:not(.has-text-color) a:hover, .post-sb .wp-block-cover h5:not(.has-text-color) a:hover, .post-sb .wp-block-cover h6:not(.has-text-color) a:hover, .post-sb .wp-block-cover p:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover-image .wp-block-subhead:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover-image h1:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover-image h2:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover-image h3:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover-image h4:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover-image h5:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover-image h6:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover-image p:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover .wp-block-subhead:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover h1:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover h2:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover h3:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover h4:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover h5:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover h6:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover p:not(.has-text-color) a:hover, .comment__wrap .wp-block-cover-image .wp-block-subhead:not(.has-text-color) a:hover, .comment__wrap .wp-block-cover-image h1:not(.has-text-color) a:hover, .comment__wrap .wp-block-cover-image h2:not(.has-text-color) a:hover, .comment__wrap .wp-block-cover-image h3:not(.has-text-color) a:hover, .comment__wrap .wp-block-cover-image h4:not(.has-text-color) a:hover, .comment__wrap .wp-block-cover-image h5:not(.has-text-color) a:hover, .comment__wrap .wp-block-cover-image h6:not(.has-text-color) a:hover, .comment__wrap .wp-block-cover-image p:not(.has-text-color) a:hover, .comment__wrap .wp-block-cover .wp-block-subhead:not(.has-text-color) a:hover, .comment__wrap .wp-block-cover h1:not(.has-text-color) a:hover, .comment__wrap .wp-block-cover h2:not(.has-text-color) a:hover, .comment__wrap .wp-block-cover h3:not(.has-text-color) a:hover, .comment__wrap .wp-block-cover h4:not(.has-text-color) a:hover, .comment__wrap .wp-block-cover h5:not(.has-text-color) a:hover, .comment__wrap .wp-block-cover h6:not(.has-text-color) a:hover, .comment__wrap .wp-block-cover p:not(.has-text-color) a:hover {
color: #fff; }
.post-sb .wp-block-group.has-background, .post-inner_content .wp-block-group.has-background, .comment__wrap .wp-block-group.has-background {
padding: 35px; }
.post-sb .alignnone, .post-sb .aligncenter, .post-sb .alignleft, .post-sb .alignright, .post-sb .alignwide, .post-inner_content .alignnone, .post-inner_content .aligncenter, .post-inner_content .alignleft, .post-inner_content .alignright, .post-inner_content .alignwide, .comment__wrap .alignnone, .comment__wrap .aligncenter, .comment__wrap .alignleft, .comment__wrap .alignright, .comment__wrap .alignwide {
margin-top: 25px;
margin-right: auto;
margin-bottom: 25px;
margin-left: auto; }
.post-sb > .alignfull, .post-inner_content > .alignfull, .comment__wrap > .alignfull {
margin-bottom: 25px;
margin-top: 25px; }
.post-sb pre, .post-inner_content pre, .comment__wrap pre {
padding: 25px;
border: 1px solid #dddddd; }
.post-sb .wp-block-table table, .post-inner_content .wp-block-table table, .comment__wrap .wp-block-table table {
width: 100%; }
.post-sb table, .post-inner_content table, .comment__wrap table {
border-collapse: inherit;
margin-bottom: 25px;
margin-top: 25px;
border: .1px solid #dddddd; }
.post-sb th, .post-sb td, .post-inner_content th, .post-inner_content td, .comment__wrap th, .comment__wrap td {
border: .1px solid #dddddd;
line-height: 1.4;
margin: 0;
overflow: visible;
padding: 10px; }
.post-sb .wp-block-table.is-style-stripes td, .post-sb .wp-block-table.is-style-stripes th, .post-inner_content .wp-block-table.is-style-stripes td, .post-inner_content .wp-block-table.is-style-stripes th, .comment__wrap .wp-block-table.is-style-stripes td, .comment__wrap .wp-block-table.is-style-stripes th {
border: .1px solid #dddddd; }
.post-sb pre, .post-sb fieldset, .post-sb input, .post-sb textarea, .post-sb table, .post-sb table *, .post-sb hr, .post-inner_content pre, .post-inner_content fieldset, .post-inner_content input, .post-inner_content textarea, .post-inner_content table, .post-inner_content table *, .post-inner_content hr, .comment__wrap pre, .comment__wrap fieldset, .comment__wrap input, .comment__wrap textarea, .comment__wrap table, .comment__wrap table *, .comment__wrap hr {
border-color: #dddddd; }
.post-sb p + h1, .post-sb p + h2, .post-sb p + h3, .post-sb p + h4, .post-sb p + h5, .post-sb p + h6, .post-inner_content p + h1, .post-inner_content p + h2, .post-inner_content p + h3, .post-inner_content p + h4, .post-inner_content p + h5, .post-inner_content p + h6, .comment__wrap p + h1, .comment__wrap p + h2, .comment__wrap p + h3, .comment__wrap p + h4, .comment__wrap p + h5, .comment__wrap p + h6 {
margin-top: 25px; }
.post-sb cite, .post-inner_content cite, .comment__wrap cite {
display: block; }
.post-sb .gallery + h1, .post-sb .gallery + h2, .post-sb .gallery + h3, .post-sb .gallery + h4, .post-sb .gallery + h5, .post-sb .gallery + h6, .post-inner_content .gallery + h1, .post-inner_content .gallery + h2, .post-inner_content .gallery + h3, .post-inner_content .gallery + h4, .post-inner_content .gallery + h5, .post-inner_content .gallery + h6, .comment__wrap .gallery + h1, .comment__wrap .gallery + h2, .comment__wrap .gallery + h3, .comment__wrap .gallery + h4, .comment__wrap .gallery + h5, .comment__wrap .gallery + h6 {
margin-top: 25px; }
.post-sb .gallery, .post-inner_content .gallery, .comment__wrap .gallery {
display: flex;
flex-wrap: wrap;
margin: 0 -15px; }
.post-sb .gallery-item, .post-inner_content .gallery-item, .comment__wrap .gallery-item {
margin: 15px 0;
padding: 0 15px;
width: 100%; }
.post-sb .gallery-columns-2 .gallery-item, .post-inner_content .gallery-columns-2 .gallery-item, .comment__wrap .gallery-columns-2 .gallery-item {
max-width: 50%; }
.post-sb .gallery-columns-3 .gallery-item, .post-inner_content .gallery-columns-3 .gallery-item, .comment__wrap .gallery-columns-3 .gallery-item {
max-width: 33.33%; }
.post-sb .gallery-columns-4 .gallery-item, .post-inner_content .gallery-columns-4 .gallery-item, .comment__wrap .gallery-columns-4 .gallery-item {
max-width: 25%; }
.post-sb .gallery-columns-5 .gallery-item, .post-inner_content .gallery-columns-5 .gallery-item, .comment__wrap .gallery-columns-5 .gallery-item {
max-width: 20%; }
.post-sb .gallery-columns-6 .gallery-item, .post-inner_content .gallery-columns-6 .gallery-item, .comment__wrap .gallery-columns-6 .gallery-item {
max-width: 16.66%; }
.post-sb .gallery-columns-7 .gallery-item, .post-inner_content .gallery-columns-7 .gallery-item, .comment__wrap .gallery-columns-7 .gallery-item {
max-width: 14.28%; }
.post-sb .gallery-columns-8 .gallery-item, .post-inner_content .gallery-columns-8 .gallery-item, .comment__wrap .gallery-columns-8 .gallery-item {
max-width: 12.5%; }
.post-sb .gallery-columns-9 .gallery-item, .post-inner_content .gallery-columns-9 .gallery-item, .comment__wrap .gallery-columns-9 .gallery-item {
max-width: 11.11%; }
.post-sb img, .post-inner_content img, .comment__wrap img {
display: block; }
.post-sb figure figcaption, .post-inner_content figure figcaption, .comment__wrap figure figcaption {
text-align: center; }
.post-sb .alignleft, .post-inner_content .alignleft, .comment__wrap .alignleft {
float: left;
margin: 0 25px 10px 0; }
.post-sb .alignright, .post-inner_content .alignright, .comment__wrap .alignright {
float: right;
margin: 0 0 10px 25px; }
iframe, figure {
max-width: 100%;
width: 100%; }
img {
max-width: 100%;
height: auto; } .layout--left-aside {
max-width: 1920px;
padding-top: 30px; }
@media (min-width: 1200px) {
.layout--left-aside {
padding-top: 40px;
padding-left: 300px; } }
@media (min-width: 1560px) {
.layout--left-aside {
padding-left: 375px; } } .field {
position: relative;
display: block;
width: 100%;
cursor: text; }
.field .underline {
width: 100%;
position: absolute;
bottom: 0;
left: 0; }
.field .underline::before, .field .underline::after {
content: "";
display: inline-block;
position: absolute;
bottom: 0;
width: 0;
height: 1px;
background-color: #000000;
transition: width 0.3s ease; }
.field .underline::before {
left: 50%; }
.field .underline::after {
right: 50%; }
.field__hint {
position: absolute;
top: -1.7em;
display: block;
transition: 0.3s;
font-size: 12px;
text-transform: uppercase;
color: #999999; }
.field__hint .red {
display: inline;
position: relative;
top: -7px;
color: #ff0000; }
.field input,
.field textarea {
width: 100%;
padding-bottom: 10px;
border-bottom: 1px solid #cccccc;
font-size: 20px; }
.field input::placeholder,
.field textarea::placeholder {
color: transparent; }
.field input:placeholder-shown ~ .field__hint,
.field textarea:placeholder-shown ~ .field__hint {
font-size: 20px;
text-transform: none;
top: -5px; }
.field input:focus ~ .field__hint,
.field textarea:focus ~ .field__hint {
position: absolute;
top: -1.7em;
display: block;
font-size: 12px;
text-transform: uppercase; }
.field input:focus ~ .underline::before,
.field textarea:focus ~ .underline::before {
width: 50%; }
.underline.focus_underline::before {
width: 50%; }
.underline.focus_underline::after {
width: 50%; }
.field input:focus ~ .underline::after,
.field textarea:focus ~ .underline::after {
width: 50%; }
.field textarea {
resize: none;
height: 150px; }
@media (min-width: 1200px) {
.field textarea {
height: 209px; } }
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
.field--md-small .field__hint {
top: -1.2em;
font-size: 10px; }
.field--md-small input,
.field--md-small textarea {
padding-bottom: 6px;
font-size: 14px; }
.field--md-small input:placeholder-shown ~ .field__hint,
.field--md-small textarea:placeholder-shown ~ .field__hint {
font-size: 14px; }
.field--md-small input:focus,
.field--md-small textarea:focus {
border-bottom-color: #000000; }
.field--md-small input:focus ~ .field__hint,
.field--md-small textarea:focus ~ .field__hint {
top: -1.2em;
font-size: 10px; } }
.field--bordered input,
.field--bordered textarea {
padding: 16px 20px;
font-size: 16px;
line-height: 1;
color: #000000;
border: solid 1px #dadada;
transition: border-color 0.3s ease; }
@media (min-width: 1200px) {
.field--bordered input,
.field--bordered textarea {
padding: 18px 30px; } }
.field--bordered input:hover, .field--bordered input:focus,
.field--bordered textarea:hover,
.field--bordered textarea:focus {
outline: none;
border-color: #000000; }
.field--bordered input::placeholder,
.field--bordered textarea::placeholder {
color: #999999; }
@media (min-width: 1200px) {
.field--bordered textarea {
height: 180px; } } .feedback-form__title {
font-size: 54px;
font-weight: bold;
letter-spacing: -1.35px;
text-transform: capitalize;
margin-bottom: 27px; }
@media (max-height: 800px) {
.feedback-form__title {
font-size: 30px;
margin-bottom: 15px; } }
.feedback-form__field {
margin-bottom: 15px; }
.feedback-form__btn {
margin-top: 40px;
border-radius: 0;
text-transform: capitalize; }
.tparrows, .tp-bullet {
opacity: 0 !important;
transition: all 0.5s ease; }
rs-module-wrap:hover .tparrows, rs-module-wrap:hover .tp-bullet {
opacity: 1 !important; }
.modern .hero-banner__down:hover, .modern .hero-banner__down:focus {
fill: #cee100;
color: #cee100; }
.modern .hero-banner__down:hover i, .modern .hero-banner__down:focus i {
color: #cee100 !important; }
.modern .hero-banner__down {
color: #cee100; }
.modern .hero-banner__down i {
color: #cee100 !important; }
.hero-banner__down {
position: absolute;
left: 50%;
bottom: -13px;
transform: translateX(-50%);
width: 120px;
height: 40px;
padding-top: 8px;
text-align: center;
border: none;
background-color: transparent;
background-size: 100% auto;
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 275 103'%3e%3cpath fill-rule='evenodd' fill='%23FFF' d='M.427 71.361s-8.822-8.972 51.994-8.972C93.315 62.389 83.361-.745 140.05 1c37.827 1.165 48.543 61.389 82.956 61.389 34.414 0 51.994 3.778 51.994 3.778V103H.427V71.361z'/%3e%3c/svg%3e");
cursor: pointer; }
.default_heading {
padding-top: 90px; }
.fl-page-padding {
height: 90px; }
.elementor-widget-slider_revolution p.video_button:hover .fa-play {
color: #ffffff; }
.elementor-widget-slider_revolution p.video_button .fa-play {
transition: all .3s ease-in-out;
color: #cee100; }
@media (min-width: 1200px) {
.hero-banner__down {
width: 275px;
height: 76px;
padding-top: 24px; } }
.hero-banner__down svg, .hero-banner__down i {
width: 20px;
font-size: 20px !important;
text-align: center !important;
height: auto;
transition: fill 0.3s ease; }
@media (min-width: 1200px) {
.hero-banner__down svg, .hero-banner__down i {
width: 26px;
font-size: 42px !important;
text-align: center !important;
color: #000000 !important;
line-height: 0px !important;
position: relative; }
.hero-banner__down i {
transition: all .3s ease-in-out; } }
.hero-banner__down:hover, .hero-banner__down:focus {
outline: none;
fill: #ff4800;
color: #ff4800; }
.hero-banner__down:hover i, .hero-banner__down:focus i {
color: #ff4800 !important; }
.tm_margin_left_auto {
margin-left: auto !important;
margin-right: 0px !important; }
.plugin-disable .fl_content_story {
max-width: 1170px;
margin: 0 auto; }
.page-template .plugin-disable .comment__wrap {
margin-top: 67px; }
.plugin-disable-mobile ul.menu li.has-submenu .sub-nav {
margin-left: 15px; }
.plugin-disable-mobile ul.menu li.has-submenu .sub-nav .has-submenu .sub-menu {
margin-left: 15px; }
.plugin-disable-mobile ul.menu li.has-submenu .sub-nav .has-submenu .sub-menu .sub-nav-item {
margin-top: 16px; }
.plugin-disable-mobile ul.menu li.has-submenu .sub-nav .has-submenu .sub-menu .sub-nav-item a {
font-size: 14px; }
.plugin-disable-mobile ul.menu li.has-submenu .sub-nav .has-submenu .sub-menu .sub-nav-item {
margin-top: 16px; }
.plugin-disable-mobile ul.menu li.has-submenu .sub-nav .sub-nav-item {
margin-top: 16px; }
video#tm_our_story_1, video#tm_our_story_2, video#tm_our_story_3 {
width: 100% !important;
height: 100% !important; }
.tm_svg_plugins {
display: none; }  #fakeloader-overlay {
position: fixed;
top: 0;
left: 0;
z-index: 100;
display: flex;
justify-content: center;
width: 100%;
height: 100%;
background-color: #ffffff; }
#fakeloader-overlay.visible {
opacity: 1; }
#fakeloader-overlay.hidden {
opacity: 0;
height: 0px;
width: 0px;
z-index: -10000; }
.preloader {
position: fixed;
top: 0;
left: 0;
z-index: 100;
display: flex;
justify-content: center;
width: 100%;
height: 100%;
background-color: #ffffff; }
.preloader__text {
align-self: center;
font-size: 48px; }
.preloader__spinner {
position: relative;
width: 50px;
height: 50px;
align-self: center; }
.preloader__double-bounce {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
animation: bounce_preload 2s infinite ease-in-out;
opacity: 0.6;
border-radius: 50%;
background-color: #ff4800; }
.preloader__double-bounce--delay {
animation-delay: -1s; }
.beige .preloader {
background-color: #d8d5bf; }
.beige .preloader__double-bounce {
background-color: #4d524b; }
.modern .preloader__double-bounce {
background-color: #cee100; }
@keyframes bounce_preload {
0%,
100% {
transform: scale(0); }
50% {
transform: scale(1); } } #fl-main-holder {
position: relative; }
header nav.tm-left-menu .max-columns-2 ul.double-sub-menu li.current-menu-item a.sub-menu-link {
color: #ff4800; }
header { }
header .navigation--column {
display: block;
width: 100%;
padding: 6px 0;
overflow: auto; }
header .navigation--column .menu {
display: block;
padding-right: 10px; }
header .navigation--column .sub-nav {
display: none;
opacity: 1;
pointer-events: auto; }
header .navigation--column .nav-item {
margin-right: 0 !important;
margin-bottom: 12px; }
@media (min-height: 900px) {
header .navigation--column .nav-item {
margin-bottom: 22px; } }
header .navigation--column .nav-item::after {
display: none; }
header .navigation--column .menu-link {
font-size: 18px;
line-height: 1.2;
color: #000000;
text-transform: none; }
header .navigation--column .menu-link:hover::after, header .navigation--column .menu-link:focus::after {
display: none; }
header .navigation--column .menu-link:hover + .sub-nav, header .navigation--column .menu-link:focus + .sub-nav {
display: none;
opacity: 1;
pointer-events: auto; }
header .navigation--column .sub-nav {
position: static;
transform: translateY(0);
width: 100%;
min-width: 0;
padding: 0 0 0 16px;
border: none;
background-color: transparent; }
header .navigation--column .max-columns-2 {
display: block; }
header .navigation--column .has-submenu {
width: 100%; }
header .navigation--column .has-submenu + * {
width: 100% !important;
padding-left: 0 !important; }
header .navigation--column ul.sub-menu li.sub-nav-item a.sub-menu-link {
font-size: 14px;
line-height: 1; }
header .sub-nav {
position: absolute;
z-index: 1;
min-width: 400px;
background-color: #ffffff;
opacity: 0;
pointer-events: none;
transition: opacity 0.3s ease; }
header .mega-menu-item .sub-nav {
width: 670px;
min-width: 0; }
header .tm-left-menu .mega-menu-item .sub-nav {
width: unset; }
@media (min-width: 992px) {
header .mega-menu-item .sub-nav {
width: 480px; }
header .tm-left-menu .mega-menu-item .sub-nav {
width: unset; } }
@media (min-width: 1200px) {
header .mega-menu-item .sub-nav {
width: 600px; }
header .tm-left-menu .mega-menu-item .sub-nav {
width: unset; } }
header .sub-nav:hover {
opacity: 1;
pointer-events: auto; }
@media (min-width: 992px) {
header.is-fixed .sub-nav {
bottom: -25px; }
header .sub-nav {
left: -65px;
bottom: 0px;
transform: translateY(100%);
padding: 42px 50px; }
header.plugin-disable-menu .sub-nav {
bottom: 0;
left: -30px;
padding: 30px 30px;
min-width: 250px; } }
@media (min-width: 1200px) {
header .sub-nav {
left: -70px;
padding: 70px 70px; } }
@media (min-width: 992px) {
header .max-columns-2 {
display: flex; } }
@media (min-width: 992px) {
header .max-columns-2 .has-submenu {
flex-grow: 1; }
header .max-columns-2 .has-submenu + .has-submenu {
width: 50%;
padding-left: 32px; } }
header .max-columns-2 .has-submenu > .sub-menu-link {
margin-bottom: 20px;
font-size: 12px;
line-height: 1;
color: #999999;
letter-spacing: 0.01em;
display: block; }
header .tm-left-menu .max-columns-2 .has-submenu > .sub-menu-link {
margin-top: 20px; }
header .tm-left-menu .has-submenu > .sub-menu-link {
margin-top: 20px;
margin-bottom: 20px; }
header .max-columns-2 .double-sub-men .sub-menu-link {
color: #000000; }
header .max-columns-2 .sub-nav-item .sub-menu {
list-style: none;
padding: 0;
margin: 0; }
header .current-menu-item > a {
color: #ff4800;
font-weight: 600; }
header .current-menu-item > a {
font-weight: 600 !important; }
header ul.double-sub-menu li.sub-nav-item a.sub-menu-link {
font-size: 16px;
line-height: 1.875;
color: #000000;
letter-spacing: 0.015em;
transition: color 0.3s ease;
display: unset; }
header .tm-mega-menu ul.sub-menu li.sub-nav-item a.sub-menu-link:hover, header .tm-mega-menu ul.sub-menu li.sub-nav-item a.sub-menu-link:focus {
outline: none;
color: #ff4800; }
header .tm-mega-menu .current-menu-ancestor .current-menu-item .sub-menu-link {
color: #ff4800; }
header .menu {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap; }
header .nav-item {
position: relative;
margin-right: 20px; }
@media (min-width: 992px) {
header .nav-item {
margin-right: 40px; } }
@media (min-width: 1200px) {
header .nav-item {
margin-right: 60px; } }
header .nav-item::after {
content: "";
position: absolute;
top: 55%;
right: -8px;
transform: translateY(-50%) translateX(100%);
width: 4px;
height: 4px;
border-radius: 50%;
background-color: #cccccc; }
@media (min-width: 992px) {
header .nav-item::after {
right: -17px;
width: 6px;
height: 6px; } }
@media (min-width: 1200px) {
header .nav-item::after {
right: -27px; } }
header .nav-item:last-child {
margin-right: 0; }
header .nav-item:last-child::after {
display: none; }
header .current-menu-ancestor > .menu-link {
color: #ff4800;
font-weight: 600; }
header .header--technical .current-menu-ancestor > .menu-link {
color: inherit;
font-weight: 600; }
header .current-menu-ancestor .sub-nav ul li ul li a {
font-weight: 400; }
header .menu-link {
font-size: 12px;
line-height: 1;
color: #000000;
text-transform: uppercase;
transition: color 0.3s ease; }
@media (min-width: 992px) {
header .menu-link {
font-size: 14px; } }
header .menu-link:hover, header .menu-link:focus {
outline: none;
color: #ff4800;
position: relative; }
header .menu-link:hover::after, header .menu-link:focus::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
transform: translateY(100%);
width: 100%;
height: 70px; }
header .sub-menu-link:hover::after, header .sub-menu-link:focus::after {
content: none; }
header .double-sub-menu li a {
font-size: 12px;
text-transform: capitalize; }
header .menu-link:hover + .sub-nav, header .menu-link:focus + .sub-nav {
opacity: 1;
pointer-events: auto; }
header .menu-link:active {
opacity: 0.7; }
.webpage--beige .max-columns-2 .has-submenu > .sub-menu-link {
margin-bottom: 20px;
font-size: 12px;
line-height: 1;
color: #999999 !important;
letter-spacing: 0.01em;
display: block; }
.webpage--beige .nav-item::after {
display: none; }
.webpage--beige .sub-nav {
background-color: #3b3f39; }
.webpage--beige header ul.sub-menu li.sub-nav-item a {
color: #ffffff; }
.webpage--beige header ul.sub-menu li.sub-nav-item.current-menu-item a.menu-link {
color: #e6da89 !important; }
.webpage--beige ul.sub-menu li.sub-nav-item a.sub-menu-link:hover, .webpage--beige ul.sub-menu li.sub-nav-item a.sub-menu-link:focus {
color: #e6da89; }
.webpage--beige .current-menu-item a {
color: #e6da89; }
.webpage--beige header .tm-mega-menu .current-menu-ancestor a {
color: #e6da89; }
.webpage--modern .max-columns-2 .has-submenu > .sub-menu-link {
margin-bottom: 20px;
font-size: 12px;
line-height: 1;
color: #999999 !important;
letter-spacing: 0.01em;
display: block; }
.webpage--modern .header--white .menu-link:hover, .webpage--modern .header--white .menu-link:focus {
color: #cee100; }
.webpage--modern .nav-item::after {
display: none; }
.webpage--modern .current-menu-ancestor .menu-link {
color: #cee100; }
.webpage--modern ul.sub-menu li.sub-nav-item a.sub-menu-link:hover, .webpage--modern ul.sub-menu li.sub-nav-item a.sub-menu-link:focus {
color: #cee100; }
.webpage--modern header .tm-mega-menu .current-menu-item > a.menu-link {
color: #cee100 !important; }
.webpage--modern header .tm-mega-menu ul.sub-menu li.sub-nav-item a.sub-menu-link:hover, .webpage--modern header .tm-mega-menu ul.sub-menu li.sub-nav-item a.sub-menu-link:focus {
outline: none;
color: #cee100; }
.navigation--technical .nav-item::after {
display: none; }
.navigation--technical .current-menu-ancestor .menu-link {
color: #000000;
font-weight: 600; }
.navigation--technical .current-menu-ancestor .sub-nav ul li ul a {
font-weight: 400; }
.navigation--technical .nav-item.current-menu-ancestor .menu-link::before {
opacity: 1; }
.navigation--technical .nav-item.current-menu-ancestor .current-menu-item .menu-link::before {
opacity: 1; }
.navigation--technical .menu-link {
position: relative; }
.navigation--technical .menu-link::before {
content: "";
display: block;
width: 100%;
height: 50%;
position: absolute;
top: 50%;
left: 0;
z-index: -1;
background-color: #ffdf91;
opacity: 0;
transition: opacity 0.3s ease; }
.navigation--technical .menu-link:hover, .navigation--technical .menu-link:focus {
color: #000000; }
.navigation--technical .menu-link:hover::before, .navigation--technical .menu-link:focus::before {
opacity: 1; }
.navigation--technical ul.sub-menu li.sub-nav-item a.sub-menu-link {
position: relative; }
.navigation--technical ul.sub-menu li.sub-nav-item a.sub-menu-link::before {
content: "";
display: block;
width: 100%;
height: 50%;
position: absolute;
top: 50%;
left: 0;
z-index: -1;
background-color: #ffdf91;
opacity: 0;
pointer-events: none;
transition: opacity 0.3s ease; }
header .navigation--technical ul.sub-menu li.sub-nav-item a.sub-menu-link:hover, header .navigation--technical ul.sub-menu li.sub-nav-item a.sub-menu-link:focus {
color: #000000; }
.navigation--technical ul.sub-menu li.sub-nav-item a.sub-menu-link:hover::before, .navigation--technical ul.sub-menu li.sub-nav-item a.sub-menu-link:focus::before {
opacity: 1; }
.navigation--technical .current-menu-item a {
color: #000000 !important; }
.navigation--technical .current-menu-item a::before {
opacity: 1; } .header-3 {
display: block;
width: 100%;
border-top: none;
background-color: transparent;
padding: 8px 0;
position: fixed;
top: 0;
left: 0;
z-index: 2;
transition: background-color 0.3s ease; }
.header.header-3 {
display: block;
width: 100%;
border-top: none;
background-color: transparent;
padding: 8px 0;
position: fixed;
top: 0;
left: 0;
z-index: 23;
transition: background-color 0.3s ease; }
@media (min-width: 992px) {
.header.header-3 {
padding: 48px 0 15px; }
.header-3 {
padding: 48px 0 15px; } }
.header-3 .logo__image svg {
fill: #ffffff;
transition: fill 0.3s ease; }
.header-3 .logo__text {
color: #ffffff; }
@media (min-width: 992px) {
.header-3 .logo:hover .logo__image svg {
fill: #ff4800; } }
.header-3 .header__inner {
max-width: 100%;
padding: 0 15px;
justify-content: space-between; }
@media (min-width: 992px) {
.header-3 .header__inner {
padding: 0 50px; } }
.header-3 .header__menu-toggle-wrapper {
display: flex;
align-items: center;
align-self: center; }
@media (min-width: 992px) {
.header-3 .header__menu-toggle-wrapper {
align-self: flex-start; } }
.header-3 .header__menu-toggle-wrapper span {
font-size: 14px;
line-height: 18px;
text-transform: uppercase;
color: #ffffff;
padding-right: 17px;
transition: color 0.3s ease; }
.header-3 .header__menu-toggle::before, .header-3 .header__menu-toggle::after {
border-top-color: #ffffff;
transition: border-top-color 0.3s ease; }
@media (min-width: 992px) {
.header-3 .header__menu-toggle:hover::before, .header-3 .header__menu-toggle:hover::after {
border-top-color: #ff4800; } }
.header-3--dark .logo__image svg {
fill: #000000; }
.header-3--dark .logo__text {
color: #000000; }
.header-3--dark .header__menu-toggle-wrapper span {
color: #000000; }
.header-3--dark .header__menu-toggle::before, .header-3--dark .header__menu-toggle::after {
border-top-color: #000000; } .menu-toggle {
position: relative;
display: block;
width: 25px;
height: 12px;
padding: 0;
border: none;
background-color: transparent;
appearance: none;
cursor: pointer;
transition: transform 0.3s ease; }
.menu-toggle--white::before, .menu-toggle--white::after {
border-top: solid 3px #ffffff; }
.menu-toggle--opened::before {
transform: translateY(2px); }
.menu-toggle--opened::after {
transform: translateY(-2px); }
.menu-toggle::before, .menu-toggle::after {
content: "";
position: absolute;
left: 0;
width: 100%;
border-top: solid 3px #000000;
transition: border-top-color 0.3s ease, transform 0.3s ease; }
.menu-toggle::before {
top: 0; }
.menu-toggle::after {
bottom: 0; }
.menu-toggle--white::before, .menu-toggle--white::after {
border-top: solid 3px #ffffff; }
.menu-toggle:hover, .menu-toggle:focus {
outline: none; }
.menu-toggle:hover::before, .menu-toggle:hover::after, .menu-toggle:focus::before, .menu-toggle:focus::after {
border-top-color: #ff4800; }
.webpage--modern .menu-toggle:hover::before, .webpage--modern .menu-toggle:hover::after, .webpage--modern .menu-toggle:focus::before, .webpage--modern .menu-toggle:focus::after {
border-top-color: #cee100 !important; }
.tm-mega-menu .menu li.has-submenu .double-sub-menu li.sub-nav-item, .tm-mega-menu .menu li.has-submenu .menu-item-depth-2 li.sub-nav-item {
margin: 0px; }
.tm-mega-menu .menu li.has-submenu ul li.sub-nav-item {
margin: 15px 0; }
.tm-mega-menu .menu li.has-submenu ul li {
margin: 15px 0; }
.plugin-disable-menu .tm-mega-menu .has-submenu .sub-nav .has-submenu .sub-menu {
margin-left: 15px; }
.plugin-disable-menu .tm-mega-menu .has-submenu .sub-nav .has-submenu .sub-menu li a {
color: #999999; }
.plugin-disable-menu .tm-mega-menu .has-submenu .sub-nav .has-submenu .sub-menu li a:hover {
color: #f5480c; }  .header {
position: relative;
z-index: 2;
border-top: solid 5px #f5480c;
background-color: #ffffff; }
.header.fl-header--absolute-navigation {
position: absolute;
background: transparent;
width: 100%; }
.header.fl-header--absolute-navigation.is-fixed {
position: fixed;
background-color: #ffffff; }
.header--aside {
position: fixed;
top: 0;
left: 0;
z-index: 2;
width: calc(100% - 52px);
max-width: 375px;
height: 100vh;
min-height: 500px;
padding: 0 !important;
border-top: none;
border-right: solid 1px #e2e2e2;
background-color: #ffffff;
transform: translateX(-100%);
transition: transform 0.3s ease; }
@media (min-width: 1200px) {
.header--aside {
transition: none;
transform: translateX(0);
max-width: 300px; } }
@media (min-width: 1560px) {
.header--aside {
max-width: 375px; } }
.header--aside .header__inner {
padding: 6.48vh 20px 8vh !important;
flex-direction: column;
height: 100%; }
@media (min-width: 576px) {
.header--aside .header__inner {
padding-left: 3.64vw !important;
padding-right: 3.64vw !important; } }
.header--aside .header__inner > * {
align-self: flex-start; }
.header--aside .header__inner::before {
content: "";
width: 100%;
margin: 4vh 0 3vh;
border-bottom: solid 1px #e2e2e2; }
@media (min-height: 900px) {
.header--aside .header__inner::before {
margin: 6.48vh 0 3.56vh; } }
.lang-switcher {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap; }
.header--aside .header__logo {
margin: 0;
order: -1; }
.header--aside .header__lang-switcher {
margin-bottom: 4vh;
margin-left: 0;
margin-right: 0; }
@media (min-height: 900px) {
.header--aside .header__lang-switcher {
margin-bottom: 5.5vh; } }
.header--aside .header__social {
margin-top: 30px;
margin-bottom: 2.5vh; }
@media (min-height: 900px) {
.header--aside .header__social {
margin-bottom: 4.44vh; } }
.header--aside .tm-mega-menu {
display: block;
margin-bottom: auto; }
.header--aside .header__toggle {
position: absolute;
top: 12px;
right: 0;
transform: translateX(100%); }
.tm_user_logged {
margin-top: 32px !important; }
.tm_user_logged .header__toggle {
top: 58px; }
@media (min-width: 1200px) {
.header--aside .header__toggle {
display: none; } }
.header--aside .header__address {
margin-bottom: 8px; }
.header--opened {
z-index: 1000;
transform: translateX(0); }
@media (min-width: 1200px) {
.header--opened {
z-index: 2; } }
.header--white {
border: none !important; }
.webpage--modern .header__logo svg {
fill: #ffffff; }
.header--white .header__inner {
position: relative; }
.header--white .header__inner::after {
content: "";
position: absolute;
bottom: 0;
left: 15px;
right: 15px;
border-top: solid 1px rgba(255, 255, 255, 0.2); }
@media (min-width: 1200px) {
.header--white .header__lang-switcher {
margin-right: 5.41vw; } }
.webpage--modern .header--white .logo__text {
color: #ffffff; }
.webpage--beige .header--white .logo__text {
color: #ffffff; }
.header--white .logo[href]:hover, .header--white .logo[href]:focus {
color: #ff4800; }
.webpage--modern .header--white .lang-switcher__link {
color: #ffffff; }
.header--white .lang-switcher__link:hover, .header--white .lang-switcher__link:focus {
color: #ff4800; }
.header--white .header-search__toggle svg {
fill: #ffffff; }
.header--white .header-search__toggle:hover svg, .header--white .header-search__toggle:focus svg {
fill: #ff4800; }
.header--white .menu-toggle::before, .header--white .menu-toggle::after {
border-top: solid 3px #ffffff; }
.header--white .menu-toggle:hover::before, .header--white .menu-toggle:hover::after, .header--white .menu-toggle:focus::before, .header--white .menu-toggle:focus::after {
border-top-color: #ff4800; }
.header--white .menu-link {
color: #ffffff; }
.header--white .menu-link:hover, .header--white .menu-link:focus {
color: #ff4800; }
.header--white .navigation__item--current .header--white .menu-link {
color: #ff4800 !important; }
.header--absolute {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 2; }
.header--intro {
background-color: transparent; }
.header--fixed {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 2;
background-color: #ffffff;
border-top: none;
box-shadow: 0 1px 0 0 #dddddd;
transition: transform 0.5s ease; }
@media (min-width: 768px) {
.header--fixed .header__inner {
padding-top: 24px;
padding-bottom: 24px; } }
.header--fixed .logo__image {
min-width: 36px;
margin-right: 10px; }
.header--fixed .logo__image svg, .header--fixed .logo__image img {
width: 36px; }
.header--fixed .logo__text {
font-size: 10px; }
.webpage--modern .header__logo svg {
fill: #cee100; }
.webpage--modern .header--fixed .logo__text {
font-size: 10px; }
.webpage--modern .header--fixed .header__logo svg {
fill: #cee100; }
@media (min-width: 992px) {
.header--fixed .header__logo {
margin-right: calc(8.69vw + 20px); } }
@media (min-width: 992px) {
.header--fixed .navigation__dropdown {
bottom: -29px; } }
.header.header--technical {
border-top: none;
border-bottom: solid 1px #000000; }
.header.header--technical .header__inner {
max-width: 1920px;
padding-top: 0;
padding-bottom: 0; }
.header.header--technical .header__logo {
margin-right: 0; }
.header.header--technical .lang-switcher__link:hover, .header.header--technical .lang-switcher__link:focus {
color: #ffdf91; }
.header.header--technical .header-search__toggle:hover svg, .header.header--technical .header-search__toggle:focus svg {
fill: #ffdf91; }
@media (min-width: 768px) {
.header {
border-top-width: 7px; } }
@media (min-width: 992px) {
.header {
border-top-width: 10px; } }
.header__purchase {
margin-left: auto;
border-radius: 0;
align-self: center; }
.header__purchase-text {
display: none; }
@media (min-width: 576px) {
.header__purchase-text {
display: inline; } }
.header__purchase svg {
display: block;
fill: #ffffff; }
@media (min-width: 576px) {
.header__purchase svg {
display: none; } }
.header__inner {
display: flex;
width: 100%;
max-width: 1550px;
margin: 0 auto;
padding: 15px; }
@media (min-width: 768px) {
.header__inner {
padding: 32px 15px; } }
@media (min-width: 992px) {
.header__inner {
padding: 48px 15px 44px; } }
.header__inner > * {
align-self: center; }
.header__lang-switcher {
margin-right: 20px;
margin-left: auto; }
@media (min-width: 768px) {
.header__lang-switcher {
margin-right: 5.41vw; }
.header.header--technical .header__lang-switcher {
margin-right: 5.41vw; } }
.header__logo {
margin-right: 20px; }
@media (min-width: 768px) {
.header__logo {
margin-right: 0; } }
@media (min-width: 992px) {
.header__logo {
margin-right: 8.69vw;
margin-top: -5px; }
.plugin-disable .header__logo {
margin-right: 0px; } }
.tm-mega-menu {
display: none; }
@media (min-width: 992px) {
.tm-mega-menu {
display: block; }
.tm-mega-menu.navigation--technical {
margin: unset; }
.plugin-disable .tm-mega-menu {
margin: auto; } }
.header__chat {
margin-right: 20px;
margin-left: auto; }
@media (min-width: 768px) {
.header__chat {
margin-right: 2.41vw; } }
@media (min-width: 992px) {
.header__chat {
margin-right: 5.2vw; } }
.header__search {
margin: 0; }
.header__menu-toggle {
margin-left: 20px; }
@media (min-width: 768px) {
.header__menu-toggle {
margin-left: 2.41vw; } }
@media (min-width: 992px) {
.header__menu-toggle {
display: none;
margin-left: 1.66vw; }
.header__menu-toggle--always {
display: block; } }
.header__address {
font-size: 18px;
line-height: 1.44;
color: #666666;
font-style: normal; }
.header__phone {
font-size: 18px;
line-height: 1.44;
color: #666666;
transition: color 0.3s ease; }
.header__phone:hover, .header__phone:focus {
outline: none;
color: #ff4800; }
.header__phone:active {
opacity: 0.7; }
.header__part {
display: flex;
align-items: center;
align-self: stretch;
padding-top: 15px;
padding-bottom: 15px; }
@media (min-width: 992px) {
.header__part--start {
padding-left: 15px;
padding-right: 4.16vw;
border-right: solid 1px #000000; } }
.header__part--center {
flex-grow: 1; }
@media (min-width: 992px) {
.header__part--center {
padding-left: 4.16vw; } }
@media (min-width: 992px) {
.header__part--end {
padding-left: 2.91vw;
padding-right: 15px;
border-left: solid 1px #000000; } }
.webpage--beige .header {
background-color: #4d524b; }
.webpage--beige .header--white .logo svg {
fill: #e6da89; }
.webpage--beige .header--white .logo[href]:hover svg,
.webpage--beige .header--white .logo[href]:focus svg {
fill: #e6da89; }
.webpage--beige .header--white .lang-switcher__link {
color: #ffffff; }
.webpage--beige .header--white .lang-switcher__link:hover, .webpage--beige .header--white .lang-switcher__link:focus {
color: #e6da89; }
.webpage--beige .header--white .search-toggle svg {
fill: #ffffff; }
.webpage--beige .header--white .search-toggle:hover svg, .webpage--beige .header--white .search-toggle:focus svg {
fill: #e6da89; }
.webpage--beige .header--white .menu-toggle::before, .webpage--beige .header--white .menu-toggle::after {
border-top: solid 3px #ffffff; }
.webpage--beige .header--white .menu-toggle:hover::before, .webpage--beige .header--white .menu-toggle:hover::after, .webpage--beige .header--white .menu-toggle:focus::before, .webpage--beige .header--white .menu-toggle:focus::after {
border-top-color: #e6da89; }
.webpage--beige .header--white .menu-link {
color: #ffffff; }
.webpage--beige .header--white .menu-link:hover, .webpage--beige .header--white .menu-link:focus {
color: #e6da89; }
.webpage--beige .header--white .navigation__item--current .menu-link {
color: #e6da89 !important; }
.webpage--beige .header--fixed {
background-color: #4d524b; }
.webpage--modern .header {
border-top: none; }
.webpage--modern .header--white {
background-color: transparent; }
.webpage--modern .header--white.header--fixed {
background-color: #ffffff; }
.webpage--modern .header--white.header--fixed .logo__text {
color: #000000; }
.webpage--modern .header--white.header--fixed .logo[href]:hover, .webpage--modern .header--white.header--fixed .logo[href]:focus {
color: #cee100; }
.webpage--modern .header--white.header--fixed .lang-switcher__link {
color: #000000; }
.webpage--modern .header--white.header--fixed .lang-switcher__link:hover, .webpage--modern .header--white.header--fixed .lang-switcher__link:focus {
color: #cee100; }
.webpage--modern .header--white.header--fixed .header-search__toggle svg {
fill: #000000; }
.webpage--modern .header--white.header--fixed .header-search__toggle:hover svg, .webpage--modern .header--white.header--fixed .header-search__toggle:focus svg {
fill: #cee100; }
.webpage--modern .header--white.header--fixed .menu-toggle::before, .webpage--modern .header--white.header--fixed .menu-toggle::after {
border-top: solid 3px #000000; }
.webpage--modern .header--white.header--fixed .menu-toggle:hover::before, .webpage--modern .header--white.header--fixed .menu-toggle:hover::after, .webpage--modern .header--white.header--fixed .menu-toggle:focus::before, .webpage--modern .header--white.header--fixed .menu-toggle:focus::after {
border-top-color: #cee100; }
.webpage--modern .header--white.header--fixed .menu-link {
color: #000000; }
.webpage--modern .header--white.header--fixed .menu-link:hover, .webpage--modern .header--white.header--fixed .menu-link:focus {
color: #cee100; }
.webpage--modern .header--white.header--fixed .navigation__item--current .menu-link {
color: #cee100 !important; } .logo {
display: flex; }
.plugin-disable-menu .logo__image {
font-weight: 900;
text-transform: uppercase; }
.logo__image {
display: block;
min-width: 42px;
margin-right: 8px;
align-self: center; }
@media (min-width: 768px) {
.logo__image {
min-width: 52px;
margin-right: 14px;
color: #000000; } }
.logo__image svg {
display: block;
height: auto;
transition: fill 0.3s ease; }
.logo__text {
display: block;
max-width: 110px;
align-self: center;
font-size: 12px;
line-height: 1.285;
color: #000000;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 0.22px;
transition: color 0.3s ease; }
@media (min-width: 768px) {
.logo__text {
font-size: 14px; } }
.logo[href]:hover, .logo[href]:focus {
outline: none; } .webpage--technical-drawing .logo__image {
display: block;
min-width: 42px;
margin-right: 8px;
align-self: center; }
@media (min-width: 768px) {
.webpage--technical-drawing .logo__image {
min-width: 45px;
margin-right: 11px; } }
@media (min-width: 768px) {
.webpage--technical-drawing .logo__text {
font-size: 12px; } }
.webpage--technical-drawing .logo[href]:hover, .webpage--technical-drawing .logo[href]:focus {
outline: none; }
.webpage--technical-drawing .logo[href]:hover svg, .webpage--technical-drawing .logo[href]:focus svg {
fill: #ffdf91; }
.webpage--technical-drawing .logo[href]:hover .logo__text, .webpage--technical-drawing .logo[href]:focus .logo__text {
color: #ffdf91; }
.tm_theme_dark .webpage--modern .logo__image svg {
fill: #cee100; }
.webpage--modern .logo__text {
display: block;
max-width: 110px;
align-self: center;
font-size: 12px;
line-height: 1.285;
color: #000000;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 0.22px;
transition: color 0.3s ease; }
@media (min-width: 768px) {
.webpage--modern .logo__text {
font-size: 14px; } }
.webpage--modern .logo[href]:hover, .webpage--modern .logo[href]:focus {
outline: none; }
.webpage--modern .logo[href]:hover svg, .webpage--modern .logo[href]:focus svg {
fill: #edff2f; }
.webpage--modern .logo[href]:hover__text, .webpage--modern .logo[href]:focus__text {
color: #cee100 !important; } @media (min-width: 576px) {
.lets-chat {
position: relative;
display: flex; }
.lets-chat::before {
content: "";
position: absolute;
bottom: -8px;
left: 0;
width: 100%;
border-bottom: solid 1px #000000;
transition: border-color 0.3s ease; } }
.lets-chat:hover, .lets-chat:focus {
outline: none; }
.lets-chat:hover .lets-chat__text, .lets-chat:focus .lets-chat__text {
color: #ff4800; }
.lets-chat:hover::before, .lets-chat:focus::before {
border-color: #ff4800; }
.lets-chat:hover svg, .lets-chat:focus svg {
fill: #ff4800; }
.lets-chat__text {
display: none; }
@media (min-width: 576px) {
.lets-chat__text {
display: block;
margin-right: 16px;
align-self: center;
font-size: 14px;
line-height: 1.285;
color: #000000;
font-weight: 600;
text-transform: uppercase;
transition: color 0.3s ease; } }
.lets-chat__icon {
align-self: center; }
.lets-chat__icon svg {
transition: fill 0.3s ease; }
@media (min-width: 576px) {
.lets-chat__icon svg {
display: block;
width: auto;
height: 14px; } } .header-search {
position: relative; }
.header-search--white .header-search__toggle-icon {
fill: #ffffff; }
.header-search--opened .header-search__toggle-icon--loupe {
display: none; }
.header-search--opened .header-search__toggle-icon--close {
display: block; }
.header-search--opened .header-search__wrapper {
display: block; }
.header-search__wrapper {
display: none;
position: absolute;
top: 50%;
right: 30px;
transform: translateY(-50%);
background-color: #ffffff;
padding: 10px 0;
overflow: hidden;
width: calc(100vw - 105px); }
@media (min-width: 768px) {
.header-search__wrapper {
width: 50vw; } }
@media (min-width: 992px) {
.header-search__wrapper {
width: 25vw; } }
@media (min-width: 1200px) {
.header-search__wrapper {
width: 21vw;
max-width: 404px; } }
.header-search form label {
display: block;
margin: 0; }
.header-search form input {
display: block;
width: 100%;
padding: 10px 16px;
border: none;
appearance: none;
font-size: 14px;
line-height: 1;
color: #000000;
background-image: none;
background-color: rgba(0, 0, 0, 0.01); }
.header-search form input::-ms-clear, .header-search form input::-ms-reveal {
display: none;
width: 0;
height: 0; }
.header-search form input::-webkit-search-decoration, .header-search form input::-webkit-search-cancel-button, .header-search form input::-webkit-search-results-button, .header-search form input::-webkit-search-results-decoration {
display: none; }
.header-search form input:focus {
outline: none;
background-color: rgba(0, 0, 0, 0.02); }
.header-search form input::placeholder {
color: #999999;
opacity: 1; }
.header-search__toggle {
position: relative;
display: block;
width: 22px;
height: 22px;
padding: 0;
border: none;
background-color: transparent;
appearance: none;
cursor: pointer; }
.header-search__toggle-icon {
display: block;
width: 100%;
height: auto;
transition: fill 0.3s ease; }
.header-search__toggle-icon--close {
display: none; }
.header-search__toggle:hover, .header-search__toggle:focus {
outline: none; }
.header-search__toggle:hover svg, .header-search__toggle:focus svg {
fill: #ff4800; }
.webpage--beige .header-search__wrapper {
background-color: #4d524b; }
.webpage--beige .header-search__toggle-icon {
fill: #ffffff; }
.webpage--beige .header-search__toggle:hover, .webpage--beige .header-search__toggle:focus {
outline: none; }
.webpage--beige .header-search__toggle:hover svg, .webpage--beige .header-search__toggle:focus svg {
fill: #e6da89 !important; }
.webpage--beige .header-search form input {
color: #ffffff;
background-color: #5a5f57; }
.webpage--modern .header-search__toggle:hover svg, .webpage--modern .header-search__toggle:focus svg {
fill: #cee100 !important; } .lang-switcher--white .lang-switcher__link {
color: #ffffff; }
.lang-switcher--upper .lang-switcher__link {
text-transform: uppercase; }
.lang-switcher--menu .lang-switcher__item {
margin-right: 24px; }
.lang-switcher--menu .lang-switcher__link {
font-size: 14px;
letter-spacing: 0.05em;
color: #000000; }
.lang-switcher--menu .lang-switcher__link--current {
color: #ff4800; }
.lang-switcher__item {
margin-right: 14px; }
@media (min-width: 1200px) {
.lang-switcher__item {
margin-right: 28px; } }
.lang-switcher__item:last-child {
margin-right: 0; }
.lang-switcher__link {
font-size: 12px;
line-height: 1;
color: #999999;
text-transform: uppercase;
transition: color 0.3s ease; }
.header.header--technical .lang-switcher__link {
font-size: 12px;
line-height: 1;
color: #999999;
text-transform: uppercase;
transition: color 0.3s ease; }
.header.header--technical .tm-mega-menu ul.sub-menu li.sub-nav-item a.sub-menu-link:hover {
color: #000000; }
.header.header--technical.header--fixed .logo__text {
font-size: 10px; }
.header.header--technical.header--fixed .logo__image {
min-width: 36px;
margin-right: 10px; }
.header.header--technical .logo__image {
min-width: 45px;
margin-right: 11px; }
.header.header--technical .logo__text {
font-size: 12px; }
@media (min-width: 1200px) {
.lang-switcher__link {
font-size: 14px; } }
.lang-switcher__link--current {
color: #000000;
font-weight: 600;
pointer-events: none; }
.lang-switcher__link:hover, .lang-switcher__link:focus {
outline: none;
color: #ff4800; }
.lang-switcher__link:not(.lang-switcher__link--current):active {
opacity: 0.7; }
.webpage--modern .lang-switcher__link:hover, .webpage--modern .lang-switcher__link:focus {
color: #cee100 !important; }
.webpage--modern .lang-switcher--menu .lang-switcher__link:hover, .webpage--modern .lang-switcher--menu .lang-switcher__link:focus {
color: #cee100; }
.webpage--modern .lang-switcher--menu .lang-switcher__link--current {
color: #cee100; }
.webpage--beige .lang-switcher__link:hover, .webpage--beige .lang-switcher__link:focus {
color: #e6da89 !important; }
.webpage--beige .lang-switcher--menu .lang-switcher__link {
color: #ffffff; }
.webpage--beige .lang-switcher--menu .lang-switcher__link:hover, .webpage--beige .lang-switcher--menu .lang-switcher__link:focus {
color: #e6da89; }
.webpage--beige .lang-switcher--menu .lang-switcher__link--current {
color: #e6da89; }
.webpage--technical-drawing .lang-switcher__link:hover, .webpage--technical-drawing .lang-switcher__link:focus {
color: #ffdf91 !important; }
.webpage--technical-drawing .lang-switcher--menu .lang-switcher__link:hover, .webpage--technical-drawing .lang-switcher--menu .lang-switcher__link:focus {
color: #ffdf91; }
.webpage--technical-drawing .lang-switcher--menu .lang-switcher__link--current {
color: #ffdf91; } .technical-drawing {
width: calc(100% - 16px);
margin: 8px auto;
border: solid 4px #000000;
overflow: hidden; }
@media (min-width: 1200px) {
.technical-drawing {
width: calc(100% - 60px);
max-width: 1860px;
margin: 30px auto;
border-width: 4px; } }
@media (min-width: 992px) {
.technical-drawing__section--flex {
display: flex; } }
.technical-drawing__section--flex .technical-drawing__section-column + * {
border-top: solid 4px #000000; }
@media (min-width: 992px) {
.technical-drawing__section--flex .technical-drawing__section-column + * {
width: 40%;
border-top: none;
border-left: solid 1px #000000; } }
.technical-drawing__section + .technical-drawing__section {
border-top: solid 4px #000000; }  .news-sb-page__container {
max-width: 1170px !important;
padding: 00px 10px 60px; }
@media (min-width: 768px) {
.news-sb-page__container {
padding: 90px 15px; } }
.tm_template_blog_pagination {
padding-bottom: 168px; }
.news-sb__item .post_format_gallery {
position: relative;
max-width: 345px !important; }
.news-sb__item .post_format_gallery.post_format_gallery_big {
max-width: 740px !important;
margin-bottom: 0px; }
.news-sb__item .post_format_gallery.post_format_gallery_big .fl-post-image-slider {
height: 453px; }
.news-sb__item .post_format_gallery.post_format_gallery_big .post-arrow-slider .slick-arrow {
top: 48% !important; }
.news-sb__item .post_format_gallery .post-arrow-slider {
display: flex;
width: 100%;
justify-content: space-between;
z-index: -1; }
.news-sb__item .post_format_gallery .post-arrow-slider .slick-arrow {
z-index: 2;
position: absolute;
top: 55%;
transform: translateY(-50%);
display: inline-flex;
align-items: center;
justify-content: center;
width: 35px;
height: 35px;
cursor: pointer;
overflow: hidden; }
.news-sb__item .post_format_gallery .post-arrow-slider .slick-arrow i {
font-size: 16px;
transition: background-color .4s ease;
position: relative; }
.news-sb__item .post_format_gallery .post-arrow-slider .slick-arrow.post-next-slider-btn {
right: 20px; }
.news-sb__item .post_format_gallery .post-arrow-slider .slick-arrow.post-next-slider-btn i {
transform: translateX(1px); }
.news-sb__item .post_format_gallery .post-arrow-slider .slick-arrow.post-prev-slider-btn {
left: 20px; }
.news-sb__item .post_format_gallery .post-arrow-slider .slick-arrow.post-prev-slider-btn i {
transform: translateX(-1px); }
.news-sb__item .post_format_gallery .post-arrow-slider .slick-arrow:after {
content: "";
display: block;
height: 100%;
position: absolute;
top: 0;
width: 140%;
left: -20%;
z-index: -1;
transform-origin: 0 50%;
transform: skew(-15deg) scaleX(0);
transition: transform .6s ease, -webkit-transform .6s ease; }
.news-sb__item .post_format_gallery .post-arrow-slider .slick-arrow:before {
background-color: #fff;
content: "";
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -2;
opacity: .4;
transition: all .3s ease-in-out; }
.news-sb__item .post_format_gallery .post-arrow-slider .slick-arrow:hover:before {
opacity: .6; }
.news-sb__item .post_format_gallery .post-arrow-slider .slick-arrow:hover i {
color: #fff; }
.news-sb__item .post_format_gallery .post-arrow-slider .slick-arrow:hover:after {
transform: skew(-15deg) scaleX(1); }
.news-sb__item .post_format_gallery .post-arrow-slider .arrow-square svg {
width: 25%;
height: 25%; }
.post_format_video {
position: relative; }
.post_format_video:hover .video-btn-wrap a {
background-color: #f5480c; }
.post_format_video:hover .video-btn-wrap a i {
color: #fff; }
.post_format_video .video-btn-wrap a {
position: absolute;
align-self: center;
top: 0;
left: 0;
bottom: 0;
right: 0;
display: flex;
align-items: center;
justify-content: center;
height: 40px;
width: 40px;
margin: auto;
border-radius: 50%;
border: 2px #f5480c solid;
transition: all .3s ease-in-out; }
.post_format_video .video-btn-wrap a i {
color: #f5480c;
transition: all 0.3s ease-in-out; }
.tm_disable_head .news-sb-page__wrapper {
border-top: 0px;
padding-top: 0px;
margin-top: 90px; }
.tm_disable_head .post-sb-page__container {
border-top: 0px;
padding-top: 0px;
margin-top: 90px; }
@media (min-width: 1560px) {
.news-sb-page__container {
padding: 0px 0 168px; } }
.news-sb-page__title {
font-size: 36px;
letter-spacing: -1.2px;
text-align: center; }
@media (min-width: 768px) {
.news-sb-page__title {
font-size: 48px;
text-align: left; } }
.news-sb-page__related-slider {
margin-top: 30px;
position: relative; }
@media (min-width: 1560px) {
.news-sb-page__related-slider {
margin-top: 57px; } }
.news-sb-page .post-related {
margin-bottom: 0;
padding: 0; }
@media (min-width: 768px) {
.news-sb-page .post-related {
margin-bottom: 30px; } }
.news-sb-page__related-arrow {
width: 43px;
height: 43px;
border: none;
background-color: #ffffff;
position: absolute;
bottom: -40px;
outline: none;
cursor: pointer; }
@media (min-width: 768px) {
.news-sb-page__related-arrow {
bottom: unset;
top: -112px; } }
.empty-search-wrapper-search-form .searchinput {
width: 100%; }
@media (min-width: 992px) {
.news-sb-page__related-arrow:hover svg {
fill: #ff4800; } }
.news-sb {
width: 100%; }
.news-sb-page__related-arrow.swiper-button-disabled svg {
fill: #cccccc; }
.news-sb-page__related-arrow svg {
width: 100%;
height: 100%;
transition: fill 0.3s ease; }
.news-sb-page__related-arrow--prev {
left: calc(50% - 43px); }
@media (min-width: 768px) {
.news-sb-page__related-arrow--prev {
left: unset;
right: 66px; } }
.news-sb-page__related-arrow--prev svg {
transform: rotate(180deg); }
.news-sb-page__related-arrow--next {
right: calc(50% - 43px); }
@media (min-width: 768px) {
.news-sb-page__related-arrow--next {
right: 12px; } }
.news-sb-page__wrapper {
display: flex;
flex-direction: column;
padding-top: 60px;
margin-bottom: 50px;
border-top: 1px solid #dadada;
overflow: hidden; }
@media (min-width: 768px) {
.news-sb-page__wrapper {
margin-bottom: 101px; } }
@media (min-width: 992px) {
.news-sb-page__wrapper {
flex-direction: row;
justify-content: space-between; } }
.news-sb-slider {
position: relative; }
.news-sb-slider .arrow-square {
bottom: -65px;
cursor: pointer; }
@media (min-width: 768px) {
.news-sb-slider .arrow-square {
bottom: unset;
top: 39%; } }
.news-sb-slider .arrow-square--prev {
left: calc(50% - 60px); }
@media (min-width: 768px) {
.news-sb-slider .arrow-square--prev {
left: 60px; } }
.news-sb-slider .arrow-square--next {
right: calc(50% - 60px); }
@media (min-width: 768px) {
.news-sb-slider .arrow-square--next {
right: 60px; } }
.news-sb-slider__item {
position: relative;
height: 500px; }
@media (min-width: 768px) {
.news-sb-slider__item {
height: 600px; } }
@media (min-width: 1200px) {
.news-sb-slider__item {
height: 800px; } }
.news-sb-slider__pic {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0; }
.news-sb-slider__pic::after {
content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 56%); }
.news-sb-slider__pic img {
width: 100%;
height: 100%;
object-fit: cover; }
.news-sb-slider__content {
display: flex;
flex-direction: column;
justify-content: flex-end;
height: 100%;
padding: 25px 25px 45px;
position: relative;
color: #ffffff;
text-align: center;
box-sizing: border-box; }
@media (min-width: 992px) {
.news-sb-slider__content {
padding: 56px 60px;
text-align: left; } }
.news-sb-slider__date {
font-size: 13px;
margin-bottom: 16px; }
.news-sb-slider__date a,
.news-sb-slider__date .delimiter {
font-size: 14px;
text-transform: uppercase;
color: #ffffff; }
.news-sb-slider__date a {
transition: color 0.3s ease; }
@media (min-width: 992px) {
.news-sb-slider__date a:hover {
color: #ff4800; } }
.news-sb-slider__date .delimiter {
padding: 0 10px; }
.news-sb-slider__title {
font-size: 30px;
line-height: 36px;
letter-spacing: -0.9px;
color: #ffffff;
transition: color 0.3s ease; }
@media (min-width: 992px) {
.news-sb-slider__title {
font-size: 36px;
line-height: 48px; }
.news-sb-slider__title:hover {
color: #ff4800; } }
.news-sb-slider__text {
font-size: 16px;
line-height: 26px;
color: #cccccc;
margin-top: 30px; }
.news-sb {
order: 1; }
@media (min-width: 992px) {
.news-sb {
order: 0; } }
.news-sb__item {
display: flex;
flex-direction: column; }
@media (min-width: 768px) {
.news-sb__item {
flex-direction: row; } }
.news-sb__item + .news-sb__item {
margin-top: 50px; }
.news-sb__item--vertical {
flex-direction: column; }
.news-sb__item--vertical .news-sb__pic {
max-width: 100%;
height: 300px;
margin-right: 0;
margin-bottom: 37px; }
@media (min-width: 768px) {
.news-sb__item--vertical .news-sb__pic {
height: 453px; } }
.news-sb__pic {
width: 100%;
height: 300px;
margin-bottom: 37px; }
@media (min-width: 768px) {
.news-sb__pic {
max-width: 370px;
height: 218px;
margin-right: 50px;
margin-bottom: 0; } }
.news-sb__pic img {
width: 100%;
height: 100%;
object-fit: cover; }
.news-sb__content {
width: 100%;
display: flex;
flex-direction: column;
border-bottom: 1px solid #dadada; }
.news-sb__date {
font-size: 13px;
text-transform: uppercase;
letter-spacing: 0.32px;
color: #999999;
margin-top: -4px;
margin-bottom: 17px; }
.news-sb__date a {
font-size: 14px;
letter-spacing: 0.7px;
color: #ff4800; }
.news-sb__date .delimiter {
font-size: 14px;
padding: 0 10px; }
.news-sb__title {
font-size: 24px;
line-height: 36px;
margin-bottom: 22px;
color: #000000;
transition: color 0.3s ease; }
@media (min-width: 992px) {
.news-sb__title:hover {
color: #ff4800; } }
.news-sb__text {
font-size: 16px;
line-height: 26px;
color: #999999;
margin-top: auto;
margin-bottom: 38px; } .latest-article--featured {
position: relative;
display: flex; }
.latest-article--featured .latest-article__content {
position: absolute;
left: 0;
right: 0;
bottom: 24px;
z-index: 1;
padding: 0 32px; }
@media (min-width: 992px) {
.latest-article--featured .latest-article__content {
bottom: 50px;
padding: 0 70px; } }
.latest-article--featured .latest-article__tag {
position: absolute;
top: 24px;
left: 32px;
font-size: 14px;
line-height: 1;
color: #ffffff; }
@media (min-width: 992px) {
.latest-article--featured .latest-article__tag {
top: 60px;
left: 70px;
font-size: 18px; } }
.latest-article--featured .latest-article__detail::before {
color: #ffffff; }
.latest-article--featured .latest-article__category a {
color: #ffffff; }
.latest-article--featured .latest-article__date {
color: #ffffff; }
@media (min-width: 992px) {
.latest-article--featured .latest-article__heading {
font-size: 36px !important; } }
.latest-article--featured .latest-article__heading a {
color: #ffffff; }
.latest-article--featured .latest-article__image {
align-self: stretch; }
.latest-article__image {
overflow: hidden; }
.latest-article__image img {
display: block;
width: 100%;
height: auto; }
.news-sb-page__wrapper .widget_tm_theme_helper_social_profiles .footer__social {
margin-top: 23px !important; }
.news-sb-page__wrapper .widget_media_image img {
width: 100%; }
.news-sb-page__wrapper .widget_search fieldset {
position: relative;
width: fit-content;
margin: auto;
min-width: 300px; }
.post-sb-page .widget_tm_theme_helper_social_profiles .footer__social {
margin-top: 23px !important; }
.post-sb-page .widget_media_image img {
width: 100%; }
.post-sb-page .widget_search fieldset {
position: relative;
width: fit-content;
margin: auto;
min-width: 300px; }
@media (min-width: 768px) {
.latest-article__image img {
width: 100%;
height: 100%;
object-fit: cover; }
.latest-articles__featured-post .latest-article__image img {
width: 100%;
height: 100%;
object-fit: cover; } }
.latest-article__detail {
display: flex;
margin-bottom: 12px; }
.latest-article__detail::before {
content: "|";
margin: 0 8px;
font-size: 14px;
line-height: 1;
color: #999999; }
.latest-article__category {
font-size: 14px;
line-height: 1;
color: #000000;
letter-spacing: 0.025em;
text-transform: uppercase;
order: -1; }
.latest-article__category a {
color: #000000;
transition: color 0.3s ease; }
.latest-article__category a:hover, .latest-article__category a:focus {
outline: none;
color: #cee100; }
.latest-article__date {
font-size: 14px;
line-height: 1;
color: #999999;
letter-spacing: 0.025em; }
.latest-article__heading {
margin: 0;
font-size: 24px;
line-height: 1.16;
color: #000000; }
.latest-article__heading a {
color: #000000;
transition: color 0.3s ease; }
.latest-article__heading a:hover, .latest-article__heading a:focus {
outline: none;
color: #cee100; }
.latest-article__heading a:active {
opacity: 0.7; }
@media (min-width: 768px) {
.latest-article__heading {
font-size: 18px; } }
@media (min-width: 768px) {
.latest-article__heading {
font-size: 24px; } } .latest-articles__line {
padding-bottom: 60px;
border-bottom: solid 1px #dadada; }
.latest-articles__header {
margin: 0 0 20px; }
@media (min-width: 768px) {
.latest-articles__header {
margin-bottom: 80px; } }
.latest-articles__preheading {
margin-bottom: 12px;
font-size: 16px;
line-height: 1;
color: #ff4800;
text-transform: uppercase; }
.latest-articles__featured-post {
margin-bottom: 40px; }
@media (min-width: 768px) {
.latest-articles__featured-post {
width: 100%;
margin-bottom: 0; } }
.latest-articles__list {
list-style: none;
padding: 0;
margin: 0; }
.latest-articles__item {
margin-top: 36px;
padding-top: 36px;
border-top: solid 1px #dadada; }
.latest-articles__item:first-child {
margin-top: 0;
padding-top: 0;
border-top: none; }
@media (min-width: 768px) {
.latest-articles__item {
margin-top: 20px;
padding-top: 20px; } }
@media (min-width: 992px) {
.latest-articles__item {
margin-top: 36px;
padding-top: 36px; } }
.webpage--modern .latest-articles__preheading {
text-align: center;
color: #cee100; }
.webpage--modern .latest-articles__heading {
font-weight: 700;
text-align: center; }   .news-list {
overflow: hidden; }
.relative_main .fl-form-comment-reply {
margin-bottom: 61px; }
.news-list__container {
padding-top: 60px;
padding-bottom: 60px; }
@media (min-width: 768px) {
.news-list__container {
padding-top: 90px;
padding-bottom: 90px; } }
@media (min-width: 1560px) {
.news-list__container {
padding-bottom: 187px; } }
.news-list__heading {
font-size: 40px;
line-height: 44px;
font-weight: 400;
text-align: center; }
.post-sb-page .news-list__heading {
margin-bottom: 38px; }
@media (min-width: 768px) {
.news-list__heading {
font-size: 60px;
line-height: 72px; } }
.news-list__filter {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 45px 0 30px; }
@media (min-width: 768px) {
.news-list__filter {
margin: 116px 0 58px; } }
.news-list__filter button {
width: 50%;
font-weight: 400;
margin-bottom: 15px; }
@media (min-width: 768px) {
.news-list__filter button {
width: auto; } }
.news-list__filter button:not(:last-child) {
margin-right: 0; }
@media (min-width: 768px) {
.news-list__filter button:not(:last-child) {
margin-right: 45px; } }
.news-list__more {
margin: 40px auto; }
@media (min-width: 768px) {
.news-list__more {
margin: 71px auto 60px; } }
.news-list__filter-with-search {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
margin: 52px 0 38px; }
@media (min-width: 992px) {
.news-list__filter-with-search {
flex-direction: row; } }
.news-list__filter-with-search .filter {
margin: 0; }
.news-list__filter-with-search input {
max-width: 270px;
margin-top: 20px; }
@media (min-width: 992px) {
.news-list__filter-with-search input {
width: 100%;
margin-top: 0;
margin-bottom: 15px; } }
.news-list__filter-with-search--center {
justify-content: center; }
.news-list .news-join {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: 70px 0; }
@media (min-width: 992px) {
.news-list .news-join {
flex-direction: row;
align-items: flex-end;
justify-content: space-between;
margin: 102px 0 131px; } }
.news-list .news-join__col {
width: 100%; }
.news-list .news-join__col:first-child {
max-width: 395px;
margin-bottom: 30px;
text-align: center; }
@media (min-width: 992px) {
.news-list .news-join__col:first-child {
margin-bottom: 0;
text-align: left; } }
.news-list .news-join__col:last-child {
max-width: 600px;
padding-bottom: 3px; }
.news-list .news-join__title {
font-size: 36px;
letter-spacing: -1.2px;
margin-bottom: 20px; }
@media (min-width: 992px) {
.news-list .news-join__title {
font-size: 48px;
margin-bottom: 30px; } }
.news-list .news-join__subtitle {
font-size: 16px;
line-height: 26px;
color: #666666; }
.news-list .news-join input {
border: none; }
.news-list__news {
list-style: none;
display: flex;
flex-wrap: wrap;
padding: 0; }
@media (min-width: 768px) {
.news-list__news {
margin: 0 -31px; } }
.news-list .news-card {
padding: 0; }
@media (min-width: 768px) {
.news-list .news-card {
padding: 0 31px; } }
.news-list__more-2 {
margin: 0 auto; }
@media (min-width: 992px) {
.news-list__more-2 {
margin-bottom: 91px; } }
.post_without_thumbnail {
margin-top: 94px; } .post-sb-page__container {
max-width: 1170px !important; }
.post-sb-page__container .post-sb-page__main-pic {
margin: 0 -175px;
margin-bottom: 94px; }
@media (min-width: 1560px) {
.post-sb-page__container {
padding: 0px 0 176px; } }
.post_format_gallery {
height: 400px; }
.post_format_gallery .fl-post-image-slider {
height: 700px;
overflow: hidden; }
.post_format_gallery .post-arrow-slider {
display: flex;
width: 100%;
justify-content: space-between;
z-index: -1; }
.post_format_gallery .post-arrow-slider .slick-arrow {
z-index: 2;
position: absolute;
top: 50%;
transform: translateY(-50%);
display: inline-flex;
align-items: center;
justify-content: center;
width: 35px;
height: 35px;
cursor: pointer;
overflow: hidden; }
.post_format_gallery .post-arrow-slider .slick-arrow i {
font-size: 16px;
transition: background-color .4s ease;
position: relative; }
.post_format_gallery .post-arrow-slider .slick-arrow.post-next-slider-btn {
right: 20px; }
.post_format_gallery .post-arrow-slider .slick-arrow.post-next-slider-btn i {
transform: translateX(1px); }
.post_format_gallery .post-arrow-slider .slick-arrow.post-prev-slider-btn {
left: 20px; }
.post_format_gallery .post-arrow-slider .slick-arrow.post-prev-slider-btn i {
transform: translateX(-1px); }
.post_format_gallery .post-arrow-slider .slick-arrow:after {
content: "";
display: block;
height: 100%;
position: absolute;
top: 0;
width: 140%;
left: -20%;
z-index: -1;
transform-origin: 0 50%;
transform: skew(-15deg) scaleX(0);
transition: transform .6s ease, -webkit-transform .6s ease; }
.post_format_gallery .post-arrow-slider .slick-arrow:before {
background-color: #fff;
content: "";
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -2;
opacity: .4;
transition: all .3s ease-in-out; }
.post_format_gallery .post-arrow-slider .slick-arrow:hover:before {
opacity: .6; }
.post_format_gallery .post-arrow-slider .slick-arrow:hover i {
color: #fff; }
.post_format_gallery .post-arrow-slider .slick-arrow:hover:after {
transform: skew(-15deg) scaleX(1); }
.post_format_gallery .post-arrow-slider .arrow-square svg {
width: 25%;
height: 25%; }
@media (min-width: 1560px) {
.post-sb-page__main-pic {
margin: 0 -375px;
height: 700px;
margin-bottom: 94px; } }
@media (max-width: 1560px) {
.post-sb-page__container .post-sb-page__main-pic {
margin: 0;
height: 400px; } }
.post-sb-page__main-pic img {
width: 100%;
height: 100%;
object-fit: cover; }
.post-sb-page__wrapper {
display: flex;
flex-direction: column; }
@media (min-width: 992px) {
.post-sb-page__wrapper {
flex-direction: row;
justify-content: space-between;
margin-top: 94px; } }
.post-sb {
width: 100%;
order: 1; }
@media (min-width: 992px) {
.post-sb {
order: 0; } }
.post-sb__date {
margin-bottom: 22px;
color: #f5480c; }
.post-sb__date a {
font-size: 14px;
text-transform: uppercase;
color: #f5480c; }
.post-sb__date span {
font-size: 13px;
color: #666666; }
.post-sb__date span.delimiter {
font-size: 14px;
padding: 0 8px; }
.post-sb__title {
font-size: 30px;
line-height: 38px;
letter-spacing: -1.2px;
text-align: center;
margin-bottom: 35px; }
@media (min-width: 992px) {
.post-sb__title {
font-size: 48px;
line-height: 60px;
text-align: left;
margin-bottom: 63px; } }
.post-sb__title br {
display: none; }
@media (min-width: 992px) {
.post-sb__title br {
display: block; } }
.post-sb__title-inner {
font-size: 24px;
line-height: 28px;
letter-spacing: -0.9px;
margin-bottom: 25px; }
@media (min-width: 992px) {
.post-sb__title-inner {
font-size: 36px;
line-height: 29.93px;
margin-bottom: 37px; } }
.post-sb__subtitle {
font-size: 20px;
line-height: 26px;
margin-bottom: 25px; }
@media (min-width: 992px) {
.post-sb__subtitle {
font-size: 24px;
line-height: 36px;
margin-bottom: 40px; } }
.post-sb__subtitle a {
color: #f5480c;
font-weight: 600; }
@media (min-width: 992px) {
.post-sb__subtitle a:hover {
text-decoration: underline; } }
.post-sb__subtitle br {
display: none; }
@media (min-width: 992px) {
.post-sb__subtitle br {
display: block; } }
.post-sb__text {
font-size: 16px;
line-height: 26px;
color: #666666; }
@media (min-width: 992px) {
.post-sb__text {
font-size: 18px;
line-height: 30px; } }
.post-sb__text p {
margin: 0; }
.post-sb__text p + p {
margin-top: 15px; }
@media (min-width: 992px) {
.post-sb__text p + p {
margin-top: 30px; } }
.post-sb__text a {
color: #00ccff; }
@media (min-width: 992px) {
.post-sb__text a:hover {
text-decoration: underline; } }
.post-sb__review {
margin: 40px 0; }
@media (min-width: 992px) {
.post-sb__review {
margin: 84px 0 92px; } }
.post-sb__review .twitter-block__wrapper {
padding: 30px; }
@media (min-width: 576px) {
.post-sb__review .twitter-block__wrapper {
padding: 66px 71px 55px; } }
.post-sb__content-pic {
margin: 35px 0 28px; }
@media (min-width: 992px) {
.post-sb__content-pic {
margin: 85px 0 58px; } }
.post-sb__content-pic img {
width: 100%;
height: 300px;
object-fit: cover; }
@media (min-width: 768px) {
.post-sb__content-pic img {
height: 400px; } }
@media (min-width: 992px) {
.post-sb__content-pic img {
height: 500px; } }
.post-sb__pic-caption {
font-size: 14px;
font-style: italic;
letter-spacing: 0.35px;
color: #999999;
margin-top: 15px;
text-align: center; }
@media (min-width: 992px) {
.post-sb__pic-caption {
margin-top: 29px; } }
.post-sb__pic-caption a {
color: #000000; }
.post-sb__list {
font-size: 16px;
line-height: 26px;
color: #666666;
margin: 15px 0;
padding-left: 0;
list-style: none; }
.post-sb__text ul {
font-size: 16px;
line-height: 26px;
color: #666666;
margin: 15px 0;
padding-left: 0;
list-style: none; }
@media (min-width: 992px) {
.post-sb__list {
font-size: 18px;
line-height: 30px;
padding-left: 25px;
margin: 32px 0 35px; }
.post-sb__text ul {
font-size: 18px;
line-height: 30px;
padding-left: 25px;
margin: 32px 0 35px; } }
.post-sb__list li {
position: relative;
padding-left: 33px; }
.post-sb__text ul li {
position: relative;
padding-left: 33px;
margin: 0px; }
.post-sb__list li + li {
margin-top: 6px; }
.post-sb__text ul li + li {
margin-top: 6px; }
.post-sb__list li::before {
content: '';
display: block;
width: 7px;
height: 7px;
border-radius: 50%;
background-color: #666666;
position: absolute;
top: 14px;
left: 1px; }
.post-sb__text ul li::before {
content: '';
display: block;
width: 7px;
height: 7px;
border-radius: 50%;
background-color: #666666;
position: absolute;
top: 14px;
left: 1px; }
.post-sb__bottom {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-top: 45px;
width: 100%; }
@media (min-width: 992px) {
.post-sb__bottom {
flex-direction: row;
justify-content: space-between;
margin-top: 93px; } }
.post-sb__tags {
display: flex;
flex-wrap: wrap;
align-items: center;
width: 60%; }
.post-sb__tags a {
padding: 1.5px 9px;
margin-bottom: 5px;
background-color: #ffffff;
color: #999999;
border: 1px solid #dadada;
cursor: pointer;
font-size: 14px;
transition: all 0.3s ease; }
.post-sb__tags a:hover {
background-color: #f5480c;
border: 1px solid #f5480c;
color: #ffffff; }
.post-sb__tags a:not(:last-child) {
margin-right: 5px; }
.post-sb__social .social__item {
margin: 15px 0 0 25px; }
.post-sb__socials {
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-end;
width: 40%; }
@media (min-width: 992px) {
.post-sb__socials {
flex-direction: row; } }
.post-sb__socials > p {
font-size: 14px;
line-height: 17px;
letter-spacing: 0.7px;
text-transform: uppercase;
margin: 30px 0 10px; }
@media (min-width: 992px) {
.post-sb__socials > p {
margin: 0 20px 0 0; } }
.post-sb__social .social__item + .social__item {
margin-left: 7px; }
.post-sb__social .social__link {
width: 30px;
height: 30px;
transition: all 0.3s ease; }
@media (min-width: 992px) {
.post-sb__social .social__link:hover {
background-color: #ffffff; } }
.post-sb__social .social__link svg {
fill: #ffffff; }
.post-sb__related-title {
font-size: 36px;
color: #16171e;
margin-bottom: 39px; }
.post-sb__related-wrapper {
display: flex;
flex-wrap: wrap;
margin: 0 -10px; }
@media (min-width: 1560px) {
.post-sb__related-wrapper {
margin: 0 -25px; } }
.post-author {
display: flex;
flex-direction: column;
align-items: center;
border-top: 1px solid #e5e5e5;
padding: 25px 0;
margin: 45px 0; }
.post-sb__related {
padding-top: 71px;
border-top: 1px solid #e5e5e5; }
@media (min-width: 992px) {
.post-author {
flex-direction: row;
align-items: flex-start;
padding: 43px 0 50px;
margin: 78px 0 0px; } }
.post-author__photo {
max-width: 80px;
width: 100%;
height: 80px;
border-radius: 50%;
overflow: hidden;
margin-bottom: 15px; }
@media (min-width: 992px) {
.post-author__photo {
margin-right: 20px;
margin-top: 7px;
margin-bottom: 0; } }
.post-author__photo img {
width: 100%;
height: 100%;
object-fit: cover; }
.post-author__name {
font-size: 24px;
text-align: center;
margin-bottom: 2px; }
@media (min-width: 992px) {
.post-author__name {
text-align: left; } }
.post-author__position {
font-size: 12px;
text-transform: uppercase;
color: #999999;
text-align: center;
margin-bottom: 11px; }
@media (min-width: 992px) {
.post-author__position {
text-align: left; } }
.post-author__text {
font-size: 16px;
line-height: 26px;
color: #666666;
text-align: center;
margin-bottom: 26px; }
@media (min-width: 992px) {
.post-author__text {
text-align: left; } }
.post-author__content .post-author__socials {
display: flex;
align-items: center;
justify-content: center;
list-style: none;
margin: 0px;
padding: 0; }
@media (min-width: 992px) {
.post-author__content .post-author__socials {
justify-content: flex-start;
list-style: none !important; }
.post-author__content .post-author__socials li {
margin-left: 18px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px; }
.post-author__content .post-author__socials li:first-child {
margin-left: 0px; } }
.post-author__socials li + li {
margin-left: 18px; }
.post-author__socials li a {
display: block;
height: 18px; }
@media (min-width: 992px) {
.post-author__socials li a:hover svg {
opacity: 0.5; } }
.post-author__socials li a svg {
transition: opacity 0.3s ease; }
.post-related {
padding: 0 10px;
margin-bottom: 30px; }
@media (min-width: 1560px) {
.post-related {
padding: 0 25px; } }
.post-related__pic {
height: 273px;
margin-bottom: 31px; }
.post-related__pic img {
width: 100%;
height: 100%;
object-fit: cover; }
.post-related__date {
font-size: 13px;
text-transform: uppercase;
color: #999999;
margin-bottom: 12px; }
.post-related__title {
font-size: 24px;
line-height: 32px;
color: #000000;
transition: color 0.3s ease; }
@media (min-width: 992px) {
.post-related__title:hover {
color: #ff4800; } }
.comment__wrap {
margin-top: 40px;
margin-bottom: 40px;
padding-top: 35px;
border-top: 0px solid #e5e5e5; }
.comment__wrap.comment_without_related {
padding-top: 0px;
border-top: 0px; }
.comment__wrap .comment__title {
border-top: 1px solid #e5e5e5; }
@media (min-width: 768px) {
.comment__wrap {
margin-top: 0px;
margin-bottom: 61px;
padding-top: 0px; }
.comment__wrap .comment__title {
padding-top: 67px;
margin-top: 67px; } }
.comment__title {
font-size: 36px;
color: #16171e;
margin-bottom: 37px;
text-align: center; }
@media (min-width: 768px) {
.comment__title {
text-align: left; } }
.comment__wrap .comment-item {
display: flex; }
.comment__wrap .comment .comment-item__content {
width: 80%; }
.comment__wrap .comment + .comment {
margin-top: 39px; }
.comment__wrap .comment .comment-respond {
margin-top: 66px;
margin-bottom: 66px; }
.comment__wrap .comment .comment-respond .comment-form__title {
margin-bottom: 30px; }
.comment__wrap .comment .comment-respond small {
top: 0; }
.comment__wrap .comment .comment-respond form .comment-form__btn {
margin-top: 30px; }
.comment__wrap .comment-item__photo {
max-width: 70px;
width: 100%;
height: 70px;
border-radius: 50%;
overflow: hidden;
margin-bottom: 10px; }
@media (min-width: 768px) {
.comment__wrap .comment-item__photo {
margin-bottom: 0;
margin-right: 20px; } }
.comment__wrap .comment-item__photo img {
width: 100%;
height: 100%;
object-fit: cover; }
.comment__wrap .comment-item__top {
display: flex;
flex-direction: column;
margin-bottom: 5px; }
@media (min-width: 768px) {
.comment__wrap .comment-item__top {
flex-direction: row;
justify-content: space-between; } }
.comment__wrap .comment-item__name {
font-size: 20px; }
.comment__wrap .comment-item__sent {
font-size: 13px;
letter-spacing: 0.65px;
text-transform: uppercase; }
.comment__wrap .comment-item__text {
font-size: 16px;
line-height: 26px;
color: #666666;
margin-bottom: 17px; }
.comment__wrap .comment-reply-link {
width: 60px;
padding: 5px 13px;
position: relative;
left: 50%;
transform: translateX(-50%);
background-color: #ffffff;
border: 1px solid #cccccc;
color: #181b31;
font-size: 12px;
text-align: center;
text-transform: uppercase;
box-sizing: border-box;
cursor: pointer;
transition: all 0.3s ease; }
@media (min-width: 768px) {
.comment__wrap .comment-reply-link {
left: 0;
transform: none; }
.comment__wrap .comment-reply-link:hover {
border-color: #f5480c;
color: #f5480c; } }
.comment__wrap .depth-2,
.comment__wrap .depth-3,
.comment__wrap .depth-4,
.comment__wrap .depth-5,
.comment__wrap .depth-6,
.comment__wrap .depth-7 {
padding-left: 10px;
margin-left: 20px;
border-left: 1px solid #e5e5e5; }
@media (min-width: 768px) {
.comment__wrap .depth-2,
.comment__wrap .depth-3,
.comment__wrap .depth-4,
.comment__wrap .depth-5,
.comment__wrap .depth-6,
.comment__wrap .depth-7 {
margin-left: 90px;
padding-left: 0;
border-left: none; }
.comment__wrap .depth-3 {
margin-left: 140px; }
.comment__wrap .depth-4 {
margin-left: 160px; }
.comment__wrap .depth-5 {
margin-left: 180px; }
.comment__wrap .depth-5 {
margin-left: 200px; } }
.comment__wrap .depth-2 .comment-item__photo,
.comment__wrap .depth-3 .comment-item__photo,
.comment__wrap .depth-4 .comment-item__photo,
.comment__wrap .depth-5 .comment-item__photo,
.comment__wrap .depth-6 .comment-item__photo,
.comment__wrap .depth-7 .comment-item__photo {
max-width: 45px;
height: 45px; }
.comment-form {
display: flex;
flex-wrap: wrap; }
.comment-form .logged-in-as {
margin-bottom: 20px;
width: 100%;
display: block; }
.comment-form .logged-in-as a {
color: #666666;
transition: all .3s ease-in-out; }
.comment-form .logged-in-as a:hover {
color: #ff4800; }
.comment-form .comment-form-cookies-consent {
order: 3;
margin-top: 17px;
width: 100%; }
.comment-form .comment-form-cookies-consent input[type=checkbox] {
display: none; }
.comment-form .comment-form__field {
order: 2;
margin-right: 1px; }
.comment-form__title {
font-size: 36px;
color: #16171e;
text-align: center;
margin-bottom: 30px;
margin-right: 3px; }
@media (min-width: 992px) {
.comment-form__title {
text-align: left;
margin-bottom: 50px; } }
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form textarea {
width: 100%;
height: 46px;
padding: 16px 20px;
border: 1px solid #d4d4d4;
background-color: #ffffff;
box-sizing: border-box;
transition: border-color 0.3s ease; }
.comment-form input[type=text]::placeholder,
.comment-form input[type=email]::placeholder,
.comment-form textarea::placeholder {
font-size: 16px;
opacity: 0.5;
color: #000000; }
.comment-form input[type=text]:focus,
.comment-form input[type=email]:focus,
.comment-form textarea:focus {
border-color: #000000 !important; }
.comment-form input[type=text]:focus::placeholder,
.comment-form input[type=email]:focus::placeholder,
.comment-form textarea:focus::placeholder {
opacity: 0; }
.comment-form textarea {
height: 150px;
resize: none; }
.comment-form__inputs-group {
display: flex;
flex-direction: column;
margin: 0 0 30px; }
@media (min-width: 992px) {
.comment-form__inputs-group {
flex-direction: row;
order: 1;
justify-content: space-between;
width: 100%;
margin: auto;
margin-bottom: 30px; }
.comment-form__inputs-group .comment-form__field-wrapper:first-child {
margin-left: 0px; }
.comment-form__inputs-group .comment-form__field-wrapper:last-child {
margin-right: 0px; } }
.comment-form__inputs-group .comment-form__field-wrapper {
width: 100%;
margin: 0 0 15px; }
@media (min-width: 992px) {
.comment-form__inputs-group .comment-form__field-wrapper {
width: calc(33.3333% - 30px);
margin: 0 15px; } }
.comment-form__inputs-group .comment-form__field-wrapper label {
margin-bottom: 0; }
.comment-respond .comment-reply-title {
position: relative; }
.comment-respond .comment-reply-title small {
position: absolute;
top: 17px;
right: 54px; }
.comment-respond .comment-reply-title small #cancel-comment-reply-link {
width: 60px;
padding: 5px 13px;
position: relative;
left: 50%;
transform: translateX(-50%);
background-color: #ffffff;
border: 1px solid #cccccc;
color: #181b31;
font-size: 12px;
text-align: center;
text-transform: uppercase;
box-sizing: border-box;
cursor: pointer;
transition: all 0.3s ease; }
.comment-respond .comment-reply-title small #cancel-comment-reply-link:hover {
border-color: #f5480c;
color: #f5480c; }
.comment-form__btn {
width: 190px;
height: 52px;
padding: 10px !important;
margin-top: 30px;
border-radius: 0 !important;
position: relative;
left: 50%;
transform: translateX(-50%);
cursor: pointer; }
@media (min-width: 992px) {
.comment-form__btn {
left: 0;
transform: none;
margin-top: 44px;
order: 4; } }
@media (min-width: 1500px) {
.sidebar.right {
margin-left: 80px !important;
padding-right: 15px; }
.sidebar.left {
margin-right: 100px !important;
padding-left: 15px; } }
@media (min-width: 992px) {
.sidebar.right {
margin-left: 40px;
padding-right: 15px; }
.sidebar.left {
margin-right: 40px;
padding-left: 15px; } } .post-page__container {
max-width: 770px !important; }
@media (min-width: 768px) {
.post-page__container {
padding: 0px 0 76px; } }
@media (min-width: 1560px) {
.post-page__container {
padding: 0px 0 176px; } }
.post-page__heading {
margin-bottom: 38px; }
@media (min-width: 1560px) {
.post-page__filter {
margin: 0 -200px; } }
.post-page__filter .news-list__filter-with-search input {
width: 100%; }
.post-page__main-pic {
margin: 0;
height: 400px; }
@media (min-width: 1560px) {
.post-page__main-pic {
margin: 0 -375px;
height: 700px; } }
.post-page__main-pic img {
width: 100%;
height: 100%;
object-fit: cover; }
.post-page__wrapper {
display: flex;
flex-direction: column;
margin-top: 28px; }
@media (min-width: 992px) {
.post-page__wrapper {
flex-direction: row;
justify-content: space-between;
margin-top: 94px; } }
.post-sb--main {
margin-right: 0; }
.elementor-widget-tm-image-gallery .post-sb__content-gallery {
display: flex;
flex-wrap: wrap;
margin: 35px -10px 0; }
@media (min-width: 768px) {
.elementor-widget-tm-image-gallery .post-sb__content-gallery {
margin-bottom: 28px; } }
@media (min-width: 1200px) {
.elementor-widget-tm-image-gallery .post-sb__content-gallery {
margin: 85px -215px 103px; } }
.elementor-widget-tm-image-gallery .post-sb__content-gallery-item {
width: 100%;
padding: 0 0 48px; }
@media (min-width: 768px) {
.elementor-widget-tm-image-gallery .post-sb__content-gallery-item {
padding: 0 10px; } }
@media (min-width: 1200px) {
.elementor-widget-tm-image-gallery .post-sb__content-gallery-item {
padding: 0 15px; } }
.elementor-widget-tm-image-gallery .post-sb__content-gallery-item img {
width: 100%;
height: 300px;
object-fit: cover; }
@media (min-width: 768px) {
.elementor-widget-tm-image-gallery .post-sb__content-gallery-item img {
height: 400px; } }
@media (min-width: 992px) {
.elementor-widget-tm-image-gallery .post-sb__content-gallery-item img {
height: 500px; } }
@media (min-width: 1200px) {
.elementor-widget-tm-image-gallery .post-sb__content-gallery-item img {
height: 800px; } }
.elementor-widget-tm-image-gallery .post-sb__pic-caption {
margin-top: 10px; }
.elementor-widget-tm-image-gallery .post-sb__bottom {
margin-top: 102px; }
.post-sb__subtitle {
font-size: 20px;
line-height: 26px;
margin-bottom: 25px;
color: #000000; }
@media (min-width: 992px) {
.post-sb__subtitle {
font-size: 24px;
line-height: 36px;
margin-bottom: 40px; } }
.post-sb__subtitle a {
color: #f5480c;
font-weight: 600; }
@media (min-width: 992px) {
.post-sb__subtitle a:hover {
text-decoration: underline; } }
.post-sb__subtitle br {
display: none; }
@media (min-width: 992px) {
.post-sb__subtitle br {
display: block; } }  .single-project {
padding-top: 40px; }
@media (min-width: 1200px) {
.single-project {
padding-top: 130px; } }
.single-project--minimalist .single-project__header {
padding-bottom: 60px;
border-bottom: solid 1px #eaeaea; }
@media (min-width: 1200px) {
.single-project--minimalist .single-project__header {
margin-bottom: 106px;
padding-bottom: 80px; } }
.single-project--minimalist .single-project__intro-text {
padding-bottom: 0;
border: none;
text-align: center; }
.single-project--minimalist .single-project__heading {
margin-bottom: 60px;
text-align: center; }
@media (min-width: 1200px) {
.single-project--minimalist .single-project__heading {
margin-bottom: 100px; } }
.single-project--minimalist .single-project__social {
margin: 80px auto;
justify-content: center; }
@media (min-width: 1200px) {
.single-project--minimalist .single-project__social {
margin: 0 auto 114px; } }
.single-project--minimalist .single-project__photo {
max-width: 100%;
margin-bottom: 60px;
text-align: center; }
.single-project--minimalist .single-project__photo img {
display: block; }
img.single_project_minimal_img {
display: block; }
@media (min-width: 1200px) {
.single-project--minimalist .single-project__photo {
margin-bottom: 230px; } }
.single-project--minimalist .single-project__photo img {
display: inline-block;
vertical-align: top;
max-width: 100%; }
.single-project--minimalist .single-project__photo--panorama {
margin: 100px 0; }
@media (min-width: 1200px) {
.single-project--minimalist .single-project__photo--panorama {
margin-bottom: 280px; } }
@media (min-width: 768px) {
.single-project--minimalist .single-project__photo--stuck {
max-width: none; }
.single-project--minimalist .single-project__photo--stuck img {
width: calc(50vw - 15px);
max-width: none; } }
.single-project--minimalist {
overflow: hidden; }
.single-project--minimalist .single-project__photo--width-inherit img {
width: auto;
max-width: none; }
.single-project--minimalist .single-project__liked {
margin-bottom: 156px; }
.single-project--with-sidebar {
padding-top: 0;
border-top: solid 1px #d6d6d6; }
@media (min-width: 1200px) {
.single-project--with-sidebar {
padding-top: 0; }
.single-project--with-sidebar .container-fluid {
max-width: 1920px;
margin: 0 auto; } }
.single-project__heading.single-project-sidebar {
margin-bottom: 20px;
letter-spacing: -0.025em; }
@media (min-width: 576px) {
.single-project__heading.single-project-sidebar {
font-size: 36px; } }
@media (min-width: 1200px) {
.single-project__heading.single-project-sidebar {
margin-bottom: 34px; } }
.single-project--with-sidebar .single-project__meta {
margin-bottom: 40px; }
@media (min-width: 1200px) {
.single-project--with-sidebar .single-project__meta {
margin-bottom: 250px; } }
.single-project--with-sidebar .single-project__paginate {
margin-bottom: 40px; }
@media (min-width: 1200px) {
.single-project--with-sidebar .single-project__paginate {
margin-bottom: 60px; } }
.single-project--with-sidebar .single-project__short {
margin-bottom: 40px;
font-size: 16px;
line-height: 1.625;
color: #666666; }
.single-project__short.single-project-sidebar {
margin-bottom: 40px;
font-size: 16px;
line-height: 1.625;
color: #666666; }
@media (min-width: 1200px) {
.single-project--with-sidebar .single-project__short {
margin-bottom: 37px; }
.single-project__short.single-project-sidebar {
margin-bottom: 37px; } }
.single-project--with-sidebar .single-project__aside-content {
padding: 0 15px; }
@media (min-width: 768px) {
.single-project--with-sidebar .single-project__aside-content {
padding: 0 24px; } }
@media (min-width: 1200px) {
.single-project--with-sidebar .single-project__aside-content {
padding: 0 32px; } }
@media (min-width: 1560px) {
.single-project--with-sidebar .single-project__aside-content {
padding: 0 70px; } }
.single-project__inner--width-full {
max-width: 1550px !important; }
.single-project img {
display: inline-block;
vertical-align: top;
max-width: 100%; }
.single-project__header {
margin-bottom: 60px; }
@media (min-width: 1200px) {
.single-project__header {
margin-bottom: 127px; } }
.single-project__heading {
margin-bottom: 40px;
font-weight: 400; }
.single-project__heading.single-project-sidebar {
font-weight: 400; }
.single-project__heading.single-project-minimal {
font-weight: 400; }
@media (min-width: 1200px) {
.single-project__heading {
margin-bottom: 65px;
font-size: 60px; } }
.single-project__social {
margin-bottom: 40px; }
.single-project__bg-parallax {
position: relative;
margin-bottom: 60px; }
@media (min-width: 1200px) {
.single-project__bg-parallax {
margin-bottom: 130px; } }
.single-project__bg-parallax-image { }
.single-project__bg-parallax-image img {
display: block;
max-width: 100%;
height: auto; }
.single-project__intro {
margin-bottom: 60px; }
@media (min-width: 1200px) {
.single-project__intro {
margin-bottom: 108px; } }
.single-project__intro-text {
padding-bottom: 60px;
font-size: 20px;
line-height: 1.6;
color: #000000;
letter-spacing: -0.015em;
border-bottom: solid 1px #eaeaea; }
@media (min-width: 1200px) {
.single-project__intro-text {
padding-bottom: 100px;
font-size: 30px; } }
.single-project__section {
margin-bottom: 60px; }
@media (min-width: 1200px) {
.single-project__section {
margin-bottom: 97px; } }
.single-project__section-heading {
margin: 0 0 20px;
font-size: 30px;
line-height: 1;
color: #000000;
font-weight: 400;
letter-spacing: -0.025em; }
@media (min-width: 768px) {
.single-project__section-heading {
margin-bottom: 36px;
font-size: 40px; } }
@media (min-width: 1200px) {
.single-project__section-heading {
margin-bottom: 39px;
font-size: 48px; } }
.single-project__section-text {
margin-bottom: 20px;
font-size: 14px;
line-height: 1.6;
color: #666666; }
@media (min-width: 768px) {
.single-project__section-text {
margin-bottom: 30px;
font-size: 18px; } }
.single-project__section ul {
padding: 0 0 0 20px; }
.single-project__section ul li {
margin-bottom: 16px;
font-size: 14px;
line-height: 1.6;
color: #000000; }
@media (min-width: 768px) {
.single-project__section ul li {
font-size: 18px; } }
@media (min-width: 1200px) {
.single-project__section ul li {
margin-bottom: 20px; } }
.single-project__section ul li:last-child {
margin-bottom: 0; }
.single-project__review {
margin-bottom: 60px; }
@media (min-width: 1200px) {
.single-project__review {
margin-bottom: 110px; } }
.single-project__gallery {
margin-bottom: 60px; }
@media (min-width: 768px) {
.single-project__gallery {
margin-bottom: 100px; } }
@media (min-width: 1200px) {
.single-project__gallery {
margin-bottom: 156px; } }
.single-project__gallery-inner {
margin-top: -30px; }
@media (min-width: 1200px) {
.single-project__gallery-inner {
max-width: 1550px !important;
margin-top: -40px; } }
.single-project__gallery-image {
margin-top: 30px; }
.single-project__gallery-image img {
display: block; }
.single-project__liked {
margin: 0 auto;
padding-bottom: 80px; } .paginate {
overflow: hidden; }
.paginate--simple {
display: flex;
justify-content: center; }
.paginate--simple .paginate__item {
padding: 0 15px; }
@media (min-width: 1200px) {
.paginate--simple .paginate__item {
height: 16.104vw; } }
.paginate--simple .paginate__item a {
font-size: 42px;
line-height: 1;
color: #000000;
transition: color 0.3s ease; }
@media (min-width: 1200px) {
.paginate--simple .paginate__item a {
font-size: 90px; } }
.paginate--simple .paginate__item a:hover, .paginate--simple .paginate__item a:focus {
outline: none;
color: #ff4800; }
.paginate--simple .paginate__item a:active {
opacity: 0.7; }
.paginate--arrows {
display: flex;
justify-content: center;
height: 82px;
border-bottom: solid 1px rgba(0, 0, 0, 0.1); }
@media (min-width: 768px) {
.paginate--arrows {
padding: 0 5px; } }
@media (min-width: 1200px) {
.paginate--arrows {
padding: 0 13px; } }
@media (min-width: 1560px) {
.paginate--arrows {
padding: 0 51px; } }
.paginate--arrows .paginate__item {
height: auto;
padding: 0 15px;
align-self: center;
flex-shrink: 0; }
.paginate--arrows .paginate__item--all {
flex-grow: 1;
text-align: center; }
.paginate--arrows .paginate__item a {
display: inline-block;
vertical-align: top; }
.paginate--arrows .paginate__item a.disabled svg {
fill: #999999; }
.paginate--arrows .paginate__item a svg {
display: block;
transition: fill 0.3s ease; }
.paginate--arrows .paginate__item a:not(.disabled):hover, .paginate--arrows .paginate__item a:not(.disabled):focus {
outline: none; }
.paginate--arrows .paginate__item a:not(.disabled):hover svg, .paginate--arrows .paginate__item a:not(.disabled):focus svg {
fill: #ff4800; }
.paginate--arrows .paginate__item a:active {
opacity: 0.7; }
.paginate__item {
position: relative;
z-index: 0;
height: 120px; }
@media (min-width: 768px) {
.paginate__item {
height: 15.104vw; } }
.paginate__item--prev .paginate__image {
right: 0; }
.paginate__item--next {
text-align: right; }
.paginate__item--next a {
justify-content: flex-end; }
.paginate__item--next .paginate__image {
left: 0; }
.paginate__item a {
display: flex;
height: 100%; }
.paginate__item a:hover, .paginate__item a:focus {
outline: none; }
.paginate__item a:hover .paginate__image, .paginate__item a:focus .paginate__image {
opacity: 1; }
.paginate__item a:hover .paginate__text span, .paginate__item a:focus .paginate__text span {
top: -30px;
opacity: 0; }
.paginate__item a:active {
opacity: 0.7; }
.paginate__image {
position: absolute;
top: 0;
z-index: -1;
width: 50vw;
height: 100%;
opacity: 0;
transition: all 500ms 500ms ease-in-out; }
.paginate__image img {
display: block;
width: 100%;
height: 100%; }
.paginate__text {
align-self: center;
font-size: 20px;
line-height: 1.3;
color: #000000; }
@media (min-width: 1200px) {
.paginate__text {
font-size: 30px; } }
.paginate__text span.hint {
position: relative;
top: 0;
display: block;
margin-bottom: 8px;
transition: all 400ms 200ms ease-in-out;
font-size: 12px;
line-height: 1;
color: #999999;
text-transform: uppercase;
letter-spacing: 0.075em; }
@media (min-width: 1200px) {
.paginate__text span.hint {
margin-bottom: 16px;
font-size: 14px; } }
.paginate__text span:not(.hint) {
position: relative;
top: 0;
transition: all 400ms 300ms ease-in-out; } .liked {
width: 80px; }
.pld-like-trigger {
display: flex;
justify-content: center;
width: 80px;
height: 80px;
margin-bottom: 20px;
border-radius: 50%;
border: solid 1px #d6d6d6 !important; }
.pld-like-trigger i {
align-self: center;
color: #ff4800;
transition: transform 0.3s ease;
font-size: 34px; }
.pld-like-trigger:hover, .pld-like-trigger:focus {
outline: none; }
.pld-like-trigger:hover i, .pld-like-trigger:focus i {
transform: scale(1.1); }
.pld-like-trigger:active {
opacity: 0.7; }
.pld-like-count-wrap {
font-size: 16px;
line-height: 1;
color: #000000;
letter-spacing: 0.015em;
text-align: center; }
.pld-like-count-wrap:after {
content: ' Liked'; }
.pld-like-wrap {
text-align: center; }
.home_default_works .latest-projects__slider .slider__item img {
height: 100%; } .project-meta {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap; }
ul.project-meta li.project-meta__item {
margin-bottom: 24px !important; }
.project-meta--line .project-meta__item {
padding: 0 10px;
text-align: center; }
@media (min-width: 768.1px) {
.project-meta--line .project-meta__item {
width: 25%;
min-width: 285px;
margin: 0 !important; } }
ul.project-meta--table {
display: block; }
ul.project-meta--table li.project-meta__item {
margin-bottom: 0px !important; }
.project-meta--table .project-meta__item {
display: flex;
justify-content: space-between;
width: 100%;
margin: 0 !important;
padding: 10px 0;
border-bottom: solid 1px rgba(0, 0, 0, 0.1); }
.project-meta--table .project-meta__item:last-child {
border-bottom: none; }
.project-meta--table .project-meta__item-title {
margin: 0;
align-self: center; }
@media (min-width: 576px) {
.project-meta--table .project-meta__item-title {
font-size: 14px; } }
.project-meta--table .project-meta__item-text {
text-align: right;
align-self: center; }
@media (min-width: 576px) {
.project-meta--table .project-meta__item-text {
font-size: 16px; } }
@media (min-width: 1200px) {
.project-meta {
padding-top: 10px; } }
.project-meta__item {
width: 50%;
padding-right: 10px; }
@media (min-width: 1200px) {
.project-meta__item {
padding: 0 22px; } }
.project-meta__item:nth-child(n + 3) {
margin-top: 30px; }
@media (min-width: 1200px) {
.project-meta__item:nth-child(n + 3) {
margin-top: 52px; } }
.project-meta__item-title {
margin-bottom: 12px;
font-size: 12px;
line-height: 1;
color: #999999;
text-transform: uppercase;
letter-spacing: 0.05em; }
@media (min-width: 1200px) {
.project-meta__item-title {
margin-bottom: 24px;
font-size: 14px; } }
.project-meta__item-text {
font-size: 14px;
line-height: 1.66;
color: #000000; }
@media (min-width: 1200px) {
.project-meta__item-text {
font-size: 18px; } }    .sidebar {
width: 100%;
margin-bottom: 50px; }
@media (min-width: 992px) {
.sidebar {
max-width: 300px;
margin-bottom: 0; } }
.widget + .widget {
margin-top: 40px; }
@media (min-width: 992px) {
.widget + .widget {
margin-top: 68px; } }
.widget > .widget-title {
font-size: 20px;
line-height: 26px;
text-transform: uppercase;
letter-spacing: 0.5px;
text-align: center;
margin: 0;
margin-bottom: 10px; }
@media (min-width: 992px) {
.widget > .widget-title {
text-align: left; } }
.widget-title {
margin-bottom: 32px;
font-size: 30px;
line-height: 1;
color: #000000;
letter-spacing: -0.015em; }
.widget input.searchinput {
width: 100%;
max-width: 300px;
position: relative;
left: 50%;
transform: translateX(-50%); }
@media (min-width: 992px) {
.widget input.searchinput {
left: 0;
transform: none; } }
input.searchinput {
border-bottom: 1px solid #000000;
padding: 10px 0; }
#searchsubmit {
background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3e%3cpath d='M62.9 56.5l-17-13.8c7.2-9.9 6.1-23.7-2.7-32.5C38.4 5.3 32 2.7 25.3 2.7s-13 2.6-17.8 7.4S0 21.3 0 28s2.7 13.1 7.5 17.9c5.1 5.1 11.5 7.5 17.9 7.5 6.1 0 12.3-2.1 17.1-6.7l17.3 14.1c.5.5 1.1.5 1.6.5.8 0 1.6-.3 2.1-1.1.8-1 .8-2.6-.6-3.7zM25.3 48c-5.3 0-10.4-2.1-14.1-5.9-3.7-3.7-5.9-8.8-5.9-14.1s2.1-10.4 5.9-14.1S20 8 25.3 8s10.4 2.1 14.1 5.9 5.9 8.8 5.9 14.1-2.1 10.4-5.9 14.1c-3.7 3.8-8.7 5.9-14.1 5.9z'/%3e%3c/svg%3e ") no-repeat right center;
background-size: 20px;
padding: 0 8px;
position: absolute;
right: 0;
top: 10px; }
input.searchinput::placeholder {
font-size: 16px;
opacity: 0.5; }
input.searchinput:focus::placeholder {
opacity: 0; }
.sidebar-container .widget_tm_theme_helper_social_profiles .footer__social {
margin-top: 23px;
justify-content: center; }
@media (min-width: 992px) {
.sidebar-container .widget_tm_theme_helper_social_profiles .footer__social {
justify-content: flex-start; } }
.sidebar__popular-posts-wrapper {
margin-top: 29px;
margin-bottom: 57px; }
.widget_meta ul, .widget_recent_entries ul, .widget_archive ul, .widget_recent_comments ul {
margin-top: 31px; }
.widget_meta ul li, .widget_recent_entries ul li, .widget_archive ul li, .widget_recent_comments ul li {
display: flex;
align-items: center;
justify-content: space-between;
cursor: pointer; }
@media (min-width: 992px) {
.widget_meta ul li:hover a,
.widget_recent_entries ul li:hover a,
.widget_categories ul li:hover a,
.widget_archive ul li:hover a,
.widget_recent_entries ul li:hover span,
.widget_meta ul li:hover span,
.widget_categories ul li:hover span,
.widget_archive ul li:hover span {
color: #ff4800; } }
.widget_meta ul li.active a,
.widget_meta ul li.active span,
.widget_recent_entries ul li.active a,
.widget_recent_entries ul li.active span,
.widget_archive ul li.active a,
.widget_archive ul li.active span,
.widget_categories ul li.active a,
.widget_categories ul li.active span {
color: #ff4800; }
.widget_meta ul li a, .widget_meta ul li span,
.widget_recent_entries ul li a, .widget_recent_entries ul li span,
.widget_archive ul li a, .widget_archive ul li span,
.widget_categories ul li a, .widget_categories ul li span {
font-size: 14px;
text-transform: uppercase;
transition: color 0.3s ease;
color: #000000;
line-height: 24px; }
.widget_meta ul li span,
.widget_recent_entries ul li span,
.widget_archive ul li span,
.widget_categories ul li span {
color: #999999; }
.widget_recent_comments .recentcomments {
padding: 10px 0;
font-size: 14px;
text-decoration: none;
color: #000000; }
.widget_recent_comments .recentcomments:first-child {
padding-top: 0; }
.widget_recent_comments .recentcomments .comment-author-link a {
color: #000000;
font-weight: bold;
text-transform: capitalize; }
.widget_recent_comments .recentcomments a {
color: #000000;
text-transform: uppercase;
transition: all .3s ease-in-out; }
.widget_recent_comments .recentcomments a:hover {
color: #ff4800; }
.sidebar__ads {
display: block;
max-width: 300px;
height: 375px;
margin: 0 auto;
margin-top: 43px; }
@media (min-width: 992px) {
.sidebar__ads {
margin: 43px 0 0; } }
.sidebar__ads img {
width: 100%;
height: 100%;
object-fit: cover; }
.sidebar__testimonial {
margin: 0 auto; }
.sidebar__services {
list-style: none;
padding: 0;
margin: 0;
counter-reset: services; }
.sidebar__services-item {
counter-increment: services;
margin-bottom: -1px;
padding: 18px 20px 14px 0;
border-bottom: solid 1px #dadada;
font-size: 18px;
line-height: 1.33;
color: #000000;
text-transform: uppercase;
letter-spacing: 0.025em; }
.sidebar__services-item:last-child {
border-bottom: none; }
.sidebar__services-item a {
display: flex;
align-items: center;
color: #000000;
transition: color 0.3s ease; }
.sidebar__services-item a::before {
content: counter(services);
width: 35px;
margin-right: 19px;
flex-shrink: 0;
font-size: 30px;
line-height: 1.33;
color: #cccccc;
border-right: solid 1px #dfdfdf;
transition: color 0.3s ease; }
.sidebar__services-item a:hover, .sidebar__services-item a:focus {
outline: none;
color: #ff4800; }
.sidebar__services-item a:hover::before, .sidebar__services-item a:focus::before {
color: #000000; }
.sidebar__services-item a:active {
opacity: 0.7; }
.popular-post {
display: block;
padding-bottom: 14px; }
@media (min-width: 992px) {
.popular-post:hover .title {
color: #ff4800; }
.popular-post:hover .popular-post__num {
color: #000000; } }
.popular-post + .popular-post {
border-top: 1px solid #dadada;
padding-top: 19px; }
.popular-post figure {
display: flex;
align-items: center;
margin: 0; }
.popular-post__num {
width: 35px;
font-size: 30px;
line-height: 26px;
text-transform: uppercase;
color: #cccccc;
transition: color 0.3s ease; }
.popular-post__content {
border-left: 1px solid #dfdfdf;
padding-left: 19px; }
.popular-post__content p {
margin: 0; }
.popular-post__content .tag {
font-size: 12px;
color: #999999;
text-transform: uppercase; }
.popular-post__content .title {
font-size: 18px;
color: #000000;
transition: color 0.3s ease; }
.widget_mc4wp_form_widget {
padding: 39px 30px 55px;
background-color: #f9f5f4;
margin-bottom: 63px; }
.newsletter__title {
font-size: 20px;
line-height: 26px;
text-transform: uppercase;
margin-bottom: 14px; }
.widget_mc4wp_form_widget label {
font-size: 14px;
line-height: 26px;
color: #666666;
margin-bottom: 35px; }
.widget_mc4wp_form_widget input {
width: 100%;
height: 50px;
padding: 18px;
background-color: #ffffff; }
.widget_mc4wp_form_widget input[type=submit] {
width: 100%;
height: 50px;
border: none;
margin-top: 14px;
font-size: 16px;
line-height: 16px;
color: #ffffff;
text-transform: uppercase;
letter-spacing: 0.8px;
background-color: #f5480c;
cursor: pointer;
transition: all 0.3s ease; }
@media (min-width: 992px) {
.widget_mc4wp_form_widget input[type=submit]:hover {
opacity: 0.8; } }
.widget_recent_comments ul li {
display: block; }
.widget_recent_comments ul li .comment-author-link a {
text-transform: uppercase !important; }  .btn {
display: inline-block;
vertical-align: top;
padding: 16px 20px;
font-size: 16px;
line-height: 1;
color: #ffffff;
letter-spacing: 0.05em;
text-transform: uppercase;
text-align: center;
border-radius: 5px;
border: solid 1px #ff4800;
background-color: #ff4800;
cursor: pointer;
transition: background-color 0.3s ease; }
@media (min-width: 1200px) {
.btn {
padding: 20px 32px; } }
.btn:hover, .btn:focus {
outline: none;
background-color: #ff6d33;
color: #ffffff;
box-shadow: none; }
.btn:active {
opacity: 0.7;
box-shadow: none; }
.btn--outline {
background-color: transparent;
color: #ff4800;
border-color: #ff4800;
transition: background-color 0.3s ease, color 0.3s ease; }
.btn--outline:hover, .btn--outline:focus {
outline: none;
background-color: #ff4800;
color: #ffffff; }
.btn--technical {
color: #000000;
font-weight: 600;
border: solid 2px #000000;
border-radius: 0;
background-color: transparent; }
.btn--technical:hover, .btn--technical:focus {
border-color: #ffdf91;
background-color: #ffdf91; }
.webpage--beige .btn {
color: #000000;
border-color: #e6da89;
background-color: #e6da89; }
.webpage--beige .btn:hover, .webpage--beige .btn:focus {
border-color: #ddcd5f;
background-color: #ddcd5f;
color: #000000; }
.webpage--modern .btn {
border: solid 1px #cee100;
background-color: #cee100; }
.webpage--modern .btn:hover, .webpage--modern .btn:focus {
background-color: #edff2f; }
.elementor-widget-tm-button .webpage--modern .btn--outline {
background-color: transparent;
color: #cee100;
border-color: #cee100; }
.elementor-widget-tm-button .webpage--modern .btn--outline:hover, .elementor-widget-tm-button .webpage--modern .btn--outline:focus {
color: #ffffff;
background-color: #cee100; }
.tm-revo-button {
padding: 13px 12px 12px 15px;
transition: all .3s ease-in-out; }
.tm-revo-button:hover {
background-color: #cee100; }
.tm-revo-button:hover svg {
fill: #fff; }
.tm-revo-button svg {
transition: all .3s ease-in-out;
width: 30px;
height: 30px; }  .video-btn {
display: flex;
align-self: flex-start;
font-size: 14px;
line-height: 1.375;
color: #000000;
letter-spacing: 0.05em;
text-transform: uppercase; }
@media (min-width: 1200px) {
.video-btn {
font-size: 16px; } }
@media (min-width: 1200px) {
.video-btn--size-large .video-btn__btn {
width: 90px;
height: 90px; } }
@media (min-width: 1200px) and (min-width: 1200px) {
.video-btn--size-large .video-btn__btn svg {
width: 30px;
height: 30px; } }
@media (min-width: 1200px) {
.video-btn--size-large .video-btn__text {
max-width: 100px;
margin-left: 24px;
font-size: 18px; } }
.video-btn--outline .video-btn__btn {
background-color: transparent;
border: solid 1px #ff4800; }
.video-btn--outline .video-btn__btn svg {
fill: #ff4800;
transition: fill 0.3s ease; }
.video-btn--outline .video-btn__btn:hover, .video-btn--outline .video-btn__btn:focus {
outline: none;
background-color: #ff4800; }
.video-btn--outline .video-btn__btn:hover svg, .video-btn--outline .video-btn__btn:focus svg {
fill: #ffffff; }
.video-btn--technical .video-btn__btn {
width: 52px;
height: 52px;
border: solid 2px #000000;
background-color: transparent; }
.video-btn--technical .video-btn__btn svg {
fill: #000000; }
.video-btn--technical .video-btn__btn:hover, .video-btn--technical .video-btn__btn:focus {
background-color: #ffdf91; }
@media (min-width: 1200px) {
.video-btn--technical .video-btn__btn {
width: 62px;
height: 62px; } }
.video-btn__btn {
display: flex;
width: 50px;
height: 50px;
padding: 0;
border-radius: 50%;
justify-content: center;
background-color: #ff4800;
cursor: pointer;
transition: background-color 0.3s ease; }
.video-btn__btn:hover, .video-btn__btn:focus {
outline: none;
opacity: .8; }
.video-btn__btn:active {
opacity: 0.7; }
@media (min-width: 1200px) {
.video-btn__btn {
width: 58px;
height: 58px; } }
.video-btn__btn svg {
width: 16px;
height: 16px;
margin-left: 8.62%;
align-self: center;
fill: #ffffff; }
.video-btn__btn i {
font-size: 16px;
align-self: center;
color: #ffffff; }
.video-btn--technical .video-btn__btn i {
color: #000000; }
@media (min-width: 1200px) {
.video-btn__btn svg {
width: 20px;
height: 20px; } }
.video-btn__text {
max-width: 72px;
margin-left: 10px;
align-self: center; }
@media (min-width: 1200px) {
.video-btn__text {
max-width: 100px;
margin-left: 13px; } }
.webpage--beige .video-btn {
color: #ffffff; }
.webpage--beige .video-btn__btn {
background-color: #e6da89;
border-color: #e6da89; }
.webpage--beige .video-btn__btn i {
color: #e6da89; }
.webpage--beige .video-btn__btn:hover, .webpage--beige .video-btn__btn:focus {
background-color: #ddcd5f; }
.webpage--beige .video-btn__btn svg {
fill: #ffffff; }
.webpage--beige .video-btn--outline .video-btn__btn {
background-color: transparent;
border: solid 1px #e6da89; }
.webpage--beige .video-btn--outline .video-btn__btn svg {
fill: #e6da89; }
.webpage--beige .video-btn--outline .video-btn__btn:hover, .webpage--beige .video-btn--outline .video-btn__btn:focus {
background-color: #e6da89; }
.webpage--beige .video-btn--outline .video-btn__btn:hover svg, .webpage--beige .video-btn--outline .video-btn__btn:focus svg {
fill: #ffffff; }
.webpage--beige .video-btn--outline .video-btn__btn:hover i, .webpage--beige .video-btn--outline .video-btn__btn:focus i {
color: #ffffff; }
.webpage--modern .video-btn {
font-size: 14px;
line-height: 1.375;
color: #cee100; }
.webpage--modern .video-btn__btn {
background-color: #cee100; }
.webpage--modern .video-btn__btn:hover, .webpage--modern .video-btn__btn:focus {
background-color: #edff2f; }
.webpage--modern .video-btn--outline .video-btn__btn {
background-color: transparent;
border: solid 1px #cee100; }
.webpage--modern .video-btn--outline .video-btn__btn svg {
fill: #cee100; }
.webpage--modern .video-btn--outline .video-btn__btn:hover, .webpage--modern .video-btn--outline .video-btn__btn:focus {
background-color: #cee100; }
.webpage--modern .video-btn--outline .video-btn__btn:hover svg, .webpage--modern .video-btn--outline .video-btn__btn:focus svg {
fill: #ffffff; }  .pagination {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center; }
@media (min-width: 768px) {
.pagination {
justify-content: flex-start; } }
.pagination__links {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
order: -1;
margin-bottom: 20px; }
@media (min-width: 768px) {
.pagination__links {
width: auto;
justify-content: flex-start;
order: 0;
margin-bottom: 0; } }
.page-numbers {
display: inline-flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
border-radius: 50%;
font-size: 16px;
color: #000000; }
@media (min-width: 768px) {
.page-numbers {
width: 45px;
height: 45px; } }
@media (min-width: 992px) {
.page-numbers:hover {
color: #ff4800; } }
.page-numbers + .page-numbers {
margin-left: 10px; }
@media (min-width: 768px) {
.page-numbers + .page-numbers {
margin-left: 17px; } }
.page-numbers.current {
border: 2px dashed #f5480c; }
.next, .prev {
font-size: 14px;
text-transform: uppercase;
color: #999999; }
@media (min-width: 992px) {
.next:hover, .prev:hover {
color: #ff4800; } }
.prev {
margin-right: 20px; }
.next {
margin-left: 30px; }
.page-inner-pagination .post-page-numbers.current .page-numbers {
border: 2px dashed #f5480c; }
.page-inner-pagination .post-page-numbers {
margin-left: 17px; }   footer.footer {
position: relative; }
footer.footer .container {
position: relative;
z-index: 1; }
footer.footer .tm_footer_bg {
position: absolute;
width: 100%;
height: 100%;
display: block;
bottom: 0;
top: 0;
z-index: 0; }
.footer {
padding: 32px 0;
background-color: #f9fbfd;
background-repeat: no-repeat;
background-position: 50% 0;
background-size: cover; }
.footer.webpage--beige {
background-color: #4d524b;
position: relative; }
.footer .widget_nav_menu ul.menu {
list-style: none;
padding: 0;
margin: 0;
display: block; }
.footer .widget_nav_menu ul.menu li:after {
content: none; }
.footer .widget_nav_menu ul.menu .sub-nav {
display: none; }
.footer .footer__column-item--current .footer__column-link {
color: #000000; }
.footer .menu-link {
font-size: 14px;
line-height: 1.44;
color: #666666;
transition: color 0.3s ease;
text-transform: none; }
@media (min-width: 1200px) {
.footer .menu-link {
font-size: 18px; } }
.footer .menu-link:hover, .footer .menu-link:focus {
outline: none;
color: #ff4800; }
.footer .menu-link:active {
opacity: 0.7; }
.footer.footer--technical .footer__column-item--current .menu-link, .footer.footer--technical .menu-link {
position: relative; }
.footer.footer--technical .footer__column-item--current .menu-link::before, .footer.footer--technical .menu-link::before {
content: "";
display: block;
width: 100%;
height: 14px;
position: absolute;
top: 55%;
left: 0;
z-index: -1;
background-color: #ffdf91;
opacity: 0;
transition: opacity 0.3s ease; }
.footer.footer--technical .footer__column-item--current .menu-link:hover, .footer.footer--technical .footer__column-item--current .menu-link:focus, .footer.footer--technical .menu-link:hover, .footer.footer--technical .menu-link:focus {
color: #000000; }
.footer.footer--technical .footer__column-item--current .menu-link:hover::before, .footer.footer--technical .footer__column-item--current .menu-link:focus::before, .footer.footer--technical .menu-link:hover::before, .footer.footer--technical .menu-link:focus::before {
opacity: 1; }
@media (min-width: 1200px) {
.footer .widget_nav_menu ul.menu li.nav-item {
margin-bottom: 9px; } }
@media (min-width: 768px) {
.footer {
padding-bottom: 80px;
padding-top: 80px; }
.footer .footer__top {
padding-top: 20px; } }
@media (min-width: 992px) {
.footer {
padding-bottom: 40px;
padding-top: 40px; }
.footer .footer__top {
padding-top: 40px; } }
@media (min-width: 1200px) {
.footer {
padding-bottom: 80px;
padding-top: 80px; }
.footer .footer__top {
padding-top: 73px; } }
footer { }
footer.footer--lite {
background-color: #ffffff;
background-image: none; }
@media (min-width: 768px) {
footer.footer--lite {
padding: 60px 0; } }
@media (min-width: 992px) {
footer.footer--lite {
padding: 80px 0; } }
@media (min-width: 1200px) {
footer.footer--lite {
padding: 90px 0; } }
footer.footer--lite .widget_nav_menu .menu {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
margin-top: -16px; }
@media (min-width: 768px) {
footer.footer--lite .menu {
justify-content: flex-end; } }
footer.footer--lite .nav-item {
margin-right: 16px;
margin-top: 16px; }
footer.footer--lite .nav-item {
display: block;
font-size: 14px;
line-height: 1.28;
color: #666666;
text-transform: uppercase;
letter-spacing: 0.025em; }
footer.footer--lite .menu-link:hover, footer.footer--lite .menu-link:focus {
outline: none;
color: #000000; }
footer.footer--lite .footer__copyright {
font-size: 16px;
line-height: 1.25;
color: #000000; }
footer.footer--lite .footer__copyright .grey {
color: #666666; }
footer.footer--modern {
background-image: none;
background-color: #f2f5fa; }
footer.footer--modern .social--black .social__item .social__link i {
color: #000000;
transition: all .3s ease-in-out; }
footer.footer--modern .social--black .social__item .social__link i:hover {
color: #cee100; }
footer.footer--modern .social__item + .social__item {
margin-bottom: 0px; }
footer.footer--modern .footer-widget--title {
text-transform: uppercase;
font-weight: 700; }
@media (min-width: 1200px) {
footer.footer--modern .footer__inner {
max-width: 1550px; } }
footer.footer--technical {
padding-top: 0;
border-top: solid 4px #000000;
background-image: none;
background-color: transparent; }
footer.footer--technical .footer__top {
margin-bottom: 40px;
padding-top: 40px;
padding-bottom: 40px;
border-bottom: solid 1px #000000;
background-color: #f9fbfd;
background-repeat: no-repeat;
background-position: 50% 0;
background-image: url(//studio-bdf.fr/wp-content/themes/liarch/assets/css/img/footer-bg.jpg);
background-size: 100% auto; }
@media (min-width: 1200px) {
footer.footer--technical .footer__top {
margin-bottom: 135px;
padding-top: 135px;
padding-bottom: 135px; } }
footer.footer--technical .footer__top p {
color: #000000; }
footer.footer--technical .footer__email {
font-weight: 400;
color: #000000;
letter-spacing: normal; }
@media (min-width: 1200px) {
footer.footer--technical .footer__email {
font-size: 90px; } }
footer.footer--technical .footer__phone {
position: relative; }
footer.footer--technical .footer__phone::before {
content: "";
display: block;
width: 100%;
height: 14px;
position: absolute;
top: 55%;
left: 0;
z-index: -1;
background-color: #ffdf91;
opacity: 0;
transition: opacity 0.3s ease; }
footer.footer--technical .footer__phone:hover, footer.footer--technical .footer__phone:focus {
color: #000000; }
footer.footer--technical .footer__phone:hover::before, footer.footer--technical .footer__phone:focus::before {
opacity: 1; }
footer .footer__appeal {
margin-bottom: 40px;
font-size: 30px;
line-height: 1.5;
color: #000000;
letter-spacing: -0.025em;
font-weight: 700; }
@media (min-width: 1200px) {
footer .footer__appeal {
max-width: 500px;
margin-top: -16px;
font-size: 42px; } }
footer .footer__appeal a {
color: #ff4800; }
footer .footer__appeal a:hover, footer .footer__appeal a:focus {
outline: none;
text-decoration: underline; }
footer .footer__top {
margin-bottom: 32px;
padding-bottom: 32px;
border-bottom: solid 1px rgba(0, 0, 0, 0.2); }
@media (min-width: 768px) {
footer .footer__top {
margin-bottom: 56px;
padding-bottom: 56px; } }
@media (min-width: 1200px) {
footer .footer__top {
margin-bottom: 115px;
padding-bottom: 130px; } }
footer .footer__top p {
margin: 8px 0 0;
font-size: 16px;
line-height: 1.33;
color: #666666;
letter-spacing: -0.025em; }
@media (min-width: 768px) {
footer .footer__top p {
margin-top: 16px;
font-size: 20px; } }
@media (min-width: 1200px) {
footer .footer__top p {
margin-top: 32px;
font-size: 24px; } }
@media (min-width: 992px) {
footer .footer__middle {
margin-bottom: 56px; } }
@media (min-width: 1200px) {
footer .footer__middle {
margin-bottom: 152px; } }
footer .footer__email {
font-size: 30px;
line-height: 1.33;
color: #ff4800;
font-weight: 300;
letter-spacing: -0.025em;
transition: opacity 0.3s ease; }
@media (min-width: 768px) {
footer .footer__email {
font-size: 42px; } }
@media (min-width: 1200px) {
footer .footer__email {
font-size: 54px; } }
footer .footer__email:hover, footer .footer__email:focus {
outline: none;
color: #ff4800;
opacity: 0.7; }
footer .footer__address {
font-size: 14px;
line-height: 1.44;
color: #666666;
font-style: normal; }
@media (min-width: 1200px) {
footer .footer__address {
margin-bottom: 10px;
font-size: 18px; } }
footer .footer__phone {
font-size: 14px;
line-height: 1;
color: #666666;
transition: color 0.3s ease; }
@media (min-width: 1200px) {
footer .footer__phone {
font-size: 18px; } }
footer.footer--modern .footer__phone {
font-size: 24px;
color: #000000; }
footer .footer__phone:hover, footer .footer__phone:focus {
outline: none;
color: #ff4800; }
footer .footer__phone:active {
opacity: 0.7; }
@media (min-width: 992px) {
footer .footer__social {
justify-content: flex-end; } }
footer .footer__copyright {
margin-bottom: 12px;
font-size: 12px;
line-height: 1.5;
color: #999999;
letter-spacing: 0.015em; }
footer .footer__copyright span {
color: #000000; }
@media (min-width: 768px) {
footer .footer__copyright {
margin-bottom: 0; } }
@media (min-width: 1200px) {
footer .footer__copyright {
font-size: 16px; } }
footer .footer__design {
font-size: 12px;
line-height: 1.5;
color: #999999;
letter-spacing: 0.015em; }
footer .footer__design span {
color: #000000; }
@media (min-width: 576px) {
footer .footer__design {
text-align: right; } }
@media (min-width: 1200px) {
footer .footer__design {
font-size: 16px; } }
footer .footer__column {
margin-bottom: 24px; }
@media (min-width: 992px) {
footer .footer__column {
margin-bottom: 0; } }
footer .footer-widget--title {
margin-bottom: 24px;
font-size: 24px;
line-height: 1;
color: #000000;
font-weight: 400; }
@media (min-width: 768px) {
footer .footer-widget--title {
font-size: 30px; } }
@media (min-width: 1200px) {
footer .footer-widget--title {
margin-bottom: 36px; } }
footer .footer__column-address {
margin-bottom: 12px;
font-size: 16px;
line-height: 1.3;
color: #666666;
font-style: normal; }
footer .footer__column-email {
font-size: 24px;
line-height: 1.3;
color: #000000;
transition: color 0.3s ease; }
footer .footer__phone:hover, footer .footer__phone:focus {
outline: none;
color: #ff4800; }
footer .footer__column-info {
margin-bottom: 32px; }
footer .webpage--modern-footer-sidebar-two .widget_fl_theme_helper_contact_info {
margin-bottom: 32px; }
footer .webpage--modern-footer-sidebar-two .widget_nav_menu {
margin-top: 0px; }
footer .footer__logo {
margin-bottom: 20px; }
@media (min-width: 768px) {
footer .footer__logo {
margin-bottom: 0; } }
footer .footer-bottom-right-sidebar .footer-widget--title {
margin: 12px 0;
font-size: 16px;
line-height: 1;
color: #999999;
text-transform: capitalize;
font-weight: 400; }
@media (min-width: 768px) {
footer .footer-bottom-right-sidebar .footer-widget--title {
margin-top: 24px; } }
@media (min-width: 992px) {
footer .footer-bottom-right-sidebar .footer-widget--title {
margin: 0 20px 0 0; } }
footer .footer__bottom {
margin-top: 40px;
padding-top: 40px;
border-top: solid 1px #dbdee4; }
footer .footer-3 {
display: flex;
justify-content: space-between;
align-items: flex-end;
width: 100%;
height: 40px;
padding: 8px 15px 8px;
position: fixed;
left: 0;
bottom: 0;
z-index: 2;
transition: background-color 0.3s ease; }
@media (min-width: 992px) {
footer .footer-3 {
height: 93px;
padding: 0 50px 38px; } }
footer .footer-3__socials {
display: flex;
align-items: center;
justify-content: center;
list-style: none;
margin: 0;
padding: 0; }
@media (min-width: 992px) {
footer .footer-3__socials {
justify-content: flex-start; } }
footer .footer-3__socials li + li {
margin-left: 24px; }
footer .footer-3__socials li a {
display: block; }
@media (min-width: 992px) {
footer .footer-3__socials li a:hover svg {
fill: #ff4800; }
footer .footer-3__socials li a:hover i {
color: #ff4800; } }
footer .footer-3__socials li a svg {
width: 18px;
height: 18px;
fill: #ffffff;
transition: fill 0.3s ease; }
footer .footer-3__socials li a i {
width: 18px;
height: 18px;
color: #ffffff;
transition: color 0.3s ease; }
footer .footer-3__copyrights {
font-size: 12px;
line-height: 14px;
text-transform: uppercase;
letter-spacing: 0.35px;
text-align: right;
color: #ffffff;
transition: color 0.3s ease; }
@media (min-width: 992px) {
footer .footer-3__copyrights {
font-size: 14px;
line-height: 22px; } }
footer .footer-3__copyrights p {
margin: 0; }
footer .footer-3--dark .footer-3__socials li a svg {
fill: #000000; }
footer .footer-3--dark .footer-3__copyrights {
color: #000000; }
footer .footer-bottom-right-sidebar .widget {
display: flex;
align-items: center;
justify-content: flex-end; } .tm_left_menu_page .social {
margin-bottom: 2.44vh !important; }
.social {
list-style: none !important;
padding: 0;
margin: 0 !important;
display: flex;
flex-wrap: wrap; }
.social li {
margin: unset; }
.footer-bottom-right-sidebar .social__link {
width: 20px;
height: 20px;
border: none; }
.footer-bottom-right-sidebar .social__link svg {
fill: #000000; }
.footer-bottom-right-sidebar .social__link:hover, .footer-bottom-right-sidebar .social__link:focus {
background-color: transparent; }
.footer-bottom-right-sidebar .social__link:hover svg, .footer-bottom-right-sidebar .social__link:focus svg {
fill: #ff4800; }
.social--technical .social__link {
border-color: #000000; }
.social--technical .social__link svg {
fill: #000000; }
.social--technical .social__link:hover, .social--technical .social__link:focus {
border-color: #000000;
background-color: #ffdf91; }
.social--technical .social__link:hover svg, .social--technical .social__link:focus svg {
fill: #000000; }
.social__item + .social__item {
margin-left: 16px; }
@media (min-width: 576px) {
.social__item + .social__item {
margin-left: 24px;
margin-bottom: 24px; } }
.social__link {
display: flex;
width: 40px;
height: 40px;
justify-content: center;
border: solid 1px #cccccc;
border-radius: 50%;
transition: border-color 0.3s ease, background-color 0.3s ease; }
.social__link svg {
display: block;
fill: #666666;
align-self: center;
transition: fill 0.3s ease; }
.social__link i {
display: block;
color: #666666;
align-self: center;
transition: fill 0.3s ease; }
.social__link:hover, .social__link:focus {
outline: none;
background-color: #ff4800;
border-color: #ff4800; }
.social__link:hover svg, .social__link:focus svg {
fill: #ffffff; }
.social__link:hover i, .social__link:focus i {
color: #ffffff; }
.social__link:active {
opacity: 0.7; }
.post-sb__socials .social .fb {
border-color: #3b5999 !important; }
.social .fb {
background-color: #3b5999;
border-color: #3b5999;
transition: all 0.3s ease; }
@media (min-width: 992px) {
.social .fb:hover svg {
fill: #3b5999; } }
.post-sb__socials .social .tw {
border-color: #55acee !important; }
.post-sb__socials .social .tw {
border-color: #55acee !important; }
.social .tw {
background-color: #55acee;
border-color: #55acee;
transition: all 0.3s ease; }
@media (min-width: 992px) {
.social .tw:hover svg {
fill: #55acee; } }
.post-sb__socials .social .pin {
border-color: #BD081C !important; }
.social .pin {
background-color: #BD081C;
border-color: #BD081C;
transition: all 0.3s ease; }
@media (min-width: 992px) {
.social .pin:hover svg {
fill: #BD081C; } }
.social .tumblr {
background-color: #2b4b6a;
border-color: #2b4b6a;
transition: all 0.3s ease; }
.post-sb__socials .social .tumblr {
border-color: #2b4b6a !important; }
@media (min-width: 992px) {
.social .tumblr:hover svg {
fill: #2b4b6a; } }
.post-sb__socials .social .rss {
border-color: #fb7000 !important; }
.social .rss {
background-color: #fb7000;
border-color: #fb7000;
transition: all 0.3s ease; }
@media (min-width: 992px) {
.social .rss:hover svg {
fill: #fb7000; } }
.webpage--beige .social__link {
border-color: #6a7067; }
.webpage--beige .social__link svg {
fill: #fefefe; }
.webpage--beige .social__link:hover, .webpage--beige .social__link:focus {
border-color: #e6da89;
background-color: transparent; }
.webpage--beige .social__link:hover svg, .webpage--beige .social__link:focus svg {
fill: #e6da89; }
.webpage--modern .footer-bottom-right-sidebar .social__link:hover svg, .webpage--modern .footer-bottom-right-sidebar .social__link:focus svg {
fill: #cee100; } .footer-3 {
display: flex;
justify-content: space-between;
align-items: flex-end;
width: 100%;
height: 40px;
padding: 8px 15px 8px;
position: fixed;
left: 0;
bottom: 0;
z-index: 23;
transition: background-color 0.3s ease; }
@media (min-width: 992px) {
.footer-3 {
height: 93px;
padding: 0 50px 38px; } }
.footer-3__socials {
display: flex;
align-items: center;
justify-content: center;
list-style: none;
margin: 0;
padding: 0; }
@media (min-width: 992px) {
.footer-3__socials {
justify-content: flex-start; } }
.footer-3__socials li + li {
margin-left: 24px; }
.footer-3__socials li a {
display: block; }
@media (min-width: 992px) {
.footer-3__socials li a:hover svg {
fill: #ff4800; } }
.footer-3__socials li a svg {
width: 18px;
height: 18px;
fill: #ffffff;
transition: fill 0.3s ease; }
.footer-3__copyrights {
font-size: 12px;
line-height: 14px;
text-transform: uppercase;
letter-spacing: 0.35px;
text-align: right;
color: #ffffff;
transition: color 0.3s ease; }
@media (min-width: 992px) {
.footer-3__copyrights {
font-size: 14px;
line-height: 22px; } }
.footer-3__copyrights p {
margin: 0; }
.footer-3--dark .footer-3__socials li a svg {
fill: #000000; }
.footer-3--dark .footer-3__socials li a i {
color: #000000; }
.footer-3--dark .footer-3__copyrights {
color: #000000; }
.footer__hint {
margin: 12px 0;
font-size: 16px;
line-height: 1;
color: #999999; }
@media (min-width: 768px) {
.footer__hint {
margin-top: 24px; } }
@media (min-width: 992px) {
.footer__hint {
margin: 0 20px 0 0; } }
.webpage--modern .footer__appeal a {
color: #cee100; }
.webpage--modern .footer__phone:hover, .webpage--modern .footer__phone:focus {
outline: none;
color: #cee100; }
.webpage--modern .menu-link:hover, .webpage--modern .menu-link:focus {
outline: none;
color: #cee100; }
.webpage--beige .footer {
position: relative;
background-image: none;
background-color: transparent; }
.webpage--beige .footer::before {
content: "";
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
width: calc(100% - 30px);
max-width: 1560px;
border-top: solid 1px rgba(255, 255, 255, 0.2); }
.webpage--beige .footer__email {
font-family: "Cinzel", "Georgia", serif;
color: #ffffff; }
.webpage--beige .footer__email:hover {
color: #ffffff; }
@media (min-width: 1200px) {
.webpage--beige .footer__email {
font-size: 60px;
letter-spacing: -0.025em; } }
.webpage--beige .footer__top {
border-bottom: solid 1px rgba(255, 255, 255, 0.2); }
.webpage--beige .footer__top p {
color: #cccccc; }
.webpage--beige .footer-widget--title {
font-size: 18px;
color: #999999;
text-transform: uppercase; }
.webpage--beige .menu-link {
color: #ffffff; }
.webpage--beige .menu-link:hover, .webpage--beige .menu-link:focus {
color: #e6da89; }
.webpage--beige .footer__address {
color: #ffffff; }
.webpage--beige .footer__phone {
color: #ffffff; }
.webpage--beige .footer__phone:hover, .webpage--beige .footer__phone:focus {
color: #e6da89; }
.webpage--beige .footer__copyright span, .webpage--beige .footer__design span {
color: #ffffff; }
.webpage--beige.footer::before {
content: "";
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
width: calc(100% - 30px);
max-width: 1560px;
border-top: solid 1px rgba(255, 255, 255, 0.2); } .header-search-form {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9;
opacity: 0;
display: none; }
.header-search-form .search-form-wrapper {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
padding-top: 50vh; }
.header-search-form .search-form-wrapper .search_global {
transform: translateY(-50%);
max-width: 500px;
margin: 0 auto; }
.header-search-form .search-form-wrapper .search_global input {
opacity: 0;
transform: translateY(-30px);
flex-grow: 1;
margin-bottom: 0; }
.header-search-form .search-form-wrapper .search_global .info-text {
transform: translateY(30px);
opacity: 0;
color: #fff;
margin-top: 15px; }
.empty-search-wrapper .empty-search-wrapper-text {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: start;
-ms-flex-align: start;
align-items: start;
-webkit-box-pack: start;
-webkit-justify-content: start;
-ms-flex-pack: start;
justify-content: start;
margin-bottom: 25px; }
.empty-search-wrapper .empty-search-wrapper-text .left-content {
display: inline-block; }
.empty-search-wrapper .empty-search-wrapper-text .left-content i {
font-size: 45px;
margin-right: 25px;
color: #a2a4a3;
top: -7px;
position: relative; }
.empty-search-wrapper .empty-search-wrapper-text .right-content {
display: inline-block; }
.empty-search-wrapper .empty-search-wrapper-text .right-content .empty-title {
font-size: 32px;
line-height: 1;
letter-spacing: -2px;
top: -10px;
margin-bottom: -7px;
position: relative; }
.empty-search-wrapper .empty-search-wrapper-search-form {
max-width: 600px;
margin: 0 auto; }
.empty-search-wrapper .empty-search-wrapper-search-form form {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: 0; }
.empty-search-wrapper .empty-search-wrapper-search-form form .fl--input-wrapper {
width: 60%;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
margin-right: 10px; }
.empty-search-wrapper .empty-search-wrapper-search-form form .searchsubmit {
-webkit-box-flex: 0;
-webkit-flex-grow: 0;
-ms-flex-positive: 0;
flex-grow: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex; }
.empty-search-wrapper .empty-search-wrapper-search-form form .searchsubmit button {
width: 100%;
color: #fff;
border-radius: 28px;
line-height: 0px;
height: 20px;
padding: 25px 35px;
max-width: 100%;
transition: .3s ease;
position: relative;
overflow: hidden;
background: transparent; }
.empty-search-wrapper .empty-search-wrapper-search-form form .searchsubmit button:hover:after {
-webkit-transform: skew(-35deg) scaleX(1);
-ms-transform: skew(-35deg) scaleX(1);
transform: skew(-35deg) scaleX(1);
-webkit-transform-origin: left;
-ms-transform-origin: left;
transform-origin: left; }
.empty-search-wrapper .empty-search-wrapper-search-form form .searchsubmit button:before {
background-color: #32297b;
content: "";
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -2; }
.empty-search-wrapper .empty-search-wrapper-search-form form .searchsubmit button:after {
background-color: #fc4c59;
content: "";
display: block;
height: 100%;
position: absolute;
top: 0;
width: 140%;
left: -20%;
z-index: -1;
-webkit-transform: skew(-35deg) scaleX(0);
-ms-transform: skew(-35deg) scaleX(0);
transform: skew(-35deg) scaleX(0);
transition: transform .6s ease,-webkit-transform .6s ease;
-webkit-transform-origin: right;
-ms-transform-origin: right;
transform-origin: right; }  .tm-menu-mobile {
position: fixed;
top: 0;
right: 0;
z-index: 1000;
width: 100%;
height: 100%;
min-height: 480px;
overflow: auto;
background-color: #ffffff;
background-repeat: no-repeat;
background-position: right 0 bottom 0;
background-size: auto 100%;
transform: translateX(100%);
transition: transform 0.3s ease; }
.tm-menu-mobile .max-columns-2 .has-submenu > .sub-menu-link {
margin-bottom: 20px;
font-size: 12px !important;
line-height: 1;
color: #999999;
letter-spacing: 0.01em;
display: block;
font-weight: 400;
text-transform: uppercase; }
.tm-menu-mobile .menu__wrapper ul li.current-menu-ancestor a {
color: #000000; }
.tm-menu-mobile .menu__wrapper ul li .sub-nav ul li a.menu-link {
font-size: 16px;
color: #999999; }
.tm-menu-mobile .menu__wrapper ul li .sub-nav ul li.current-menu-item a {
color: #000000; }
.webpage--beige .tm-menu-mobile .menu__wrapper ul .sub-nav {
background-color: unset; }
.webpage--beige .tm-menu-mobile .menu__wrapper ul li.current-menu-ancestor a {
color: #e6da89; }
.webpage--beige .tm-menu-mobile .menu__wrapper ul li .sub-nav ul li a.menu-link {
font-size: 16px;
color: #999999; }
.webpage--beige .tm-menu-mobile .menu__wrapper ul li .sub-nav ul li.current-menu-item a {
color: #e6da89; }
.technical-drawing .tm-menu-mobile .lang-switcher--menu .lang-switcher__link--current {
color: #ffdf91; }
@media (min-width: 576px) {
.tm-menu-mobile {
width: 56%; } }
@media (min-width: 992px) {
.tm-menu-mobile {
max-width: 750px; } }
.menu--opened {
transform: translateX(0); }
.menu__inner {
display: flex;
flex-direction: column;
height: 100%;
padding: 20px 30px; }
@media (min-width: 768px) {
.menu__inner {
padding: 44px 60px; } }
@media (min-width: 992px) {
.menu__inner {
padding: 80px 100px; } }
.menu__wrapper {
margin-top: 50px;
margin-bottom: 20px;
padding: 6px 0;
overflow: auto; }
@media (min-width: 992px) {
.menu__wrapper {
margin-top: 10.7vh; } }
.menu__bottom {
margin-top: auto; }
.menu__copy {
margin-bottom: 16px;
font-size: 14px;
line-height: 1.71;
color: #999999;
letter-spacing: 0.015em; }
@media (min-width: 992px) {
.menu__copy {
margin-bottom: 4.44vh; } }
.menu__copy span {
color: #000000; }
.tm-menu-mobile .sub-nav {
display: none; }
.tm-menu-mobile .menu {
list-style: none;
padding: 0;
margin: 0;
display: block; }
.menu__sublist {
list-style: none;
padding: 0;
margin: 0; }
.tm-menu-mobile .sub-menu .sub-nav-item {
display: block;
margin-top: 16px;
line-height: 1 !important; }
.tm-menu-mobile .sub-menu .sub-nav-item:first-child {
margin-top: 16px !important; }
.tm-menu-mobile .sub-menu .sub-nav-item + .sub-nav-item {
margin-top: 23px; }
.tm-menu-mobile .sub-menu .sub-nav-item:first-child {
margin-top: 20px; }
@media (min-width: 992px) {
.tm-menu-mobile .sub-menu .sub-nav-item:first-child {
margin-top: 32px; } }
.has-submenu .sub-menu-link {
display: inline-block;
vertical-align: top;
font-size: 16px;
line-height: 1.4;
color: #999999;
transition: color 0.3s ease; }
.menu__sublink--current {
color: #000000;
pointer-events: none; }
.menu__sublink--current:hover, .menu__sublink--current:focus {
color: #000000 !important; }
.tm-menu-mobile .has-submenu .sub-menu-link:hover, .tm-menu-mobile .has-submenu .sub-menu-link:focus {
outline: none;
color: #000000 !important; }
.has-submenu .sub-menu-link:active {
opacity: 0.7; }
.tm-menu-mobile .nav-item {
margin-bottom: 20px; }
@media (min-width: 992px) {
.tm-menu-mobile .nav-item {
margin-bottom: 32px; } }
.tm-menu-mobile .nav-item:last-child {
margin-bottom: 0; }
.tm-menu-mobile .nav-item--current .menu-link {
color: #000000; }
.tm-menu-mobile .menu-link {
font-size: 24px;
line-height: 1;
color: #999999;
font-weight: 600;
transition: color 0.3s ease; }
@media (min-width: 992px) {
.tm-menu-mobile .menu-link {
font-size: 36px; } }
.tm-menu-mobile .menu-link:hover, .tm-menu-mobile .menu-link:focus {
outline: none;
color: #000000; }
.tm-menu-mobile .menu-link:active {
opacity: 0.7; }
.menu__close {
position: absolute;
top: 10px;
right: 10px;
display: flex;
justify-content: center;
width: 48px;
height: 48px;
padding: 0;
border: none;
background-color: transparent;
appearance: none;
cursor: pointer; }
@media (min-width: 768px) {
.menu__close {
top: 32px;
right: 48px; } }
@media (min-width: 768px) {
.menu__close {
top: 68px;
right: 88px; } }
.menu__close svg {
fill: #000000;
align-self: center;
transition: fill 0.3s ease; }
.menu__close:hover, .menu__close:focus {
outline: none; }
.menu__close:hover svg, .menu__close:focus svg {
fill: #ff4800; }
.menu__close:active {
opacity: 0.7; }
.webpage--beige .tm-menu-mobile {
background-color: #4d524b; }
.webpage--beige .menu__item:last-child {
margin-bottom: 0; }
.webpage--beige .tm-menu-mobile .nav-item--current > a {
color: #e6da89; }
.webpage--beige .menu-link:hover, .webpage--beige .menu-link:focus, .webpage--beige .has-submenu .sub-menu-link:hover, .webpage--beige .has-submenu .sub-menu-link:focus {
outline: none;
color: #e6da89 !important; }
.webpage--beige .menu__sublink--current {
color: #e6da89 !important; }
.webpage--beige .menu__copy {
color: #999999; }
.webpage--beige .menu__copy span {
color: #ffffff; }
.webpage--beige .menu__close svg {
fill: #ffffff; }
.webpage--beige .menu__close:hover, .webpage--beige .menu__close:focus {
outline: none; }
.webpage--beige .menu__close:hover svg, .webpage--beige .menu__close:focus svg {
fill: #e6da89; } .overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999;
cursor: pointer;
background-color: rgba(0, 0, 0, 0.8);
display: none; }
.tm_left_menu_page .header.header--aside {
border-color: #e2e2e2; }
.tm_left_menu_page .layout--left-aside .header--aside .tm-left-menu {
display: block !important;
margin-top: 0;
margin-bottom: auto; } .header-toggle {
width: 48px;
height: 48px;
padding: 0;
border: solid 1px #e2e2e2;
border-left: none;
background-color: #ffffff;
cursor: pointer;
position: relative; }
.header-toggle:hover, .header-toggle:focus {
outline: none; }
.header-toggle::before, .header-toggle::after {
content: "";
position: absolute;
left: 8px;
right: 8px;
top: 50%;
height: 4px;
background-color: #000000;
border-radius: 2px;
transition: transform 0.3s ease; }
.header-toggle::before {
transform: translateY(-175%); }
.header-toggle::after {
transform: translateY(75%); }
.header-toggle.on::before {
animation-name: before;
animation-duration: 0.5s;
animation-fill-mode: forwards; }
.header-toggle.on::after {
animation-name: after;
animation-duration: 0.5s;
animation-fill-mode: forwards; }
.header-toggle.off::before {
animation-name: before-back;
animation-duration: 0.5s;
animation-fill-mode: forwards; }
.header-toggle.off::after {
animation-name: after-back;
animation-duration: 0.5s;
animation-fill-mode: forwards; }
@keyframes before {
0% {
transform: translateY(-175%); }
50% {
transform: translateY(-50%); }
100% {
transform: translateY(-50%) rotate(45deg); } }
@keyframes after {
0% {
transform: translateY(75%); }
50% {
transform: translateY(-50%); }
100% {
transform: translateY(-50%) rotate(-45deg); } }
@keyframes before-back {
0% {
transform: translateY(-50%) rotate(45deg); }
50% {
transform: translateY(-50%); }
100% {
transform: translateY(-175%); } }
@keyframes after-back {
0% {
transform: translateY(-50%) rotate(-45deg); }
50% {
transform: translateY(-50%); }
100% {
transform: translateY(75%); } } @media (max-width: 1568px) {
.post_format_gallery .fl-post-image-slider {
height: 400px; }
.post-sb-page__container .post_format_gallery {
margin-left: 0px;
margin-right: 0px; } }
@media (max-width: 1200px) {
.homepage-parallax .elementor-section .elementor-container {
max-width: 960px; }
.tm_left_menu_page .footer {
left: 0 !important; }
.post_format_gallery.post_format_gallery_big .fl-post-image-slider .slider-image {
height: unset; } }
@media (max-width: 1200px) {
.homepage-parallax .elementor-section .elementor-container {
max-width: 960px; }
.webpage--technical-drawing .approach__card {
width: 100%;
min-height: unset !important; }
.header--fixed .logo__text {
font-size: 10px; }
.post_format_gallery .fl-post-image-slider .slider-image {
height: 218px; }
.post-sb-page .post_format_gallery .fl-post-image-slider .slider-image {
height: 400px; }
.news-sb__item .post_format_gallery .post-arrow-slider .slick-arrow {
top: 50%; }
.post-sb-page__container .post_format_gallery {
margin-left: 0px;
margin-right: 0px; } }
@media (max-width: 1024px) {
.plugin-disable .fl_content_story {
max-width: 960px;
margin: 0 auto; } }
@media (max-width: 992px) {
.news-list .news_grid .news-card__pic {
height: unset; }
.sidebar {
margin-top: 50px;
order: 2; }
.news-sb__item .post_format_gallery {
max-width: 320px !important; }
.post_format_gallery.post_format_gallery_big .fl-post-image-slider .slider-image {
height: 260px; }
.news-sb__item .post_format_gallery.post_format_gallery_big .post-arrow-slider .slick-arrow {
top: 44% !important; } }
@media (max-width: 992px) {
.homepage-parallax .elementor-section .elementor-container {
padding-right: 15px;
padding-left: 15px; }
.beige .elementor-section .elementor-container {
padding-right: 15px;
padding-left: 15px; }
.about__approach .approach__card, .webpage--technical-drawing .approach__card {
min-height: unset !important; }
.webpage--technical-drawing .approach__card {
width: 100%; }
.post_format_gallery {
height: 300px !important; }
.post-sb-page__container .post_format_gallery {
margin-left: 0px;
margin-right: 0px; }
.post_format_gallery .fl-post-image-slider {
height: 300px; } }
@media (max-width: 992px) {
.plugin-disable .fl_content_story {
max-width: 720px;
margin: 0 auto; }
.widget_tm_theme_helper_social_profiles .social {
justify-content: center; }
body.logged-in .field.comment-form__field textarea {
margin-top: 0px; }
.field.comment-form__field textarea {
margin-top: -30px; }
.comment-form-cookies-consent {
display: none; }
.btn.comment-form__btn {
order: 1; }
.wpcf7-form .field input, .wpcf7-form .field textarea {
border-bottom: 1px solid #cccccc; }
.home_default_works {
max-width: 960px;
margin: 0 auto; }
.an-awards__image img {
margin-left: 0px; }
.type-service__item.col-12 {
padding-left: 0px;
padding-right: 0px; }
.review__image {
min-height: 400px !important; }
.header--technical .logo__image {
width: 45px;
margin-right: 11px; }
.team-item {
width: calc(33.3333% - 20px) !important; }
.tm_left_menu_page .latest-projects__inner .slider__item {
height: 312px !important; }
.tm_left_menu_page .testimonials__nav {
top: -85px; }
.tm_left_menu_page .news-card__pic {
height: 325px; }
.tm_left_menu_page .news-card__pic img {
height: 100%;
width: 100%; }
.elementor-widget-tm-testimonial-slider .testimonials__nav {
top: -85px; }
.works-carousel-2 .slider__item {
height: 300px !important; }
.works-carousel-2 .slider__item img {
height: unset; }
.news-sb-page__wrapper .widget_media_image img {
width: unset;
margin-right: auto;
margin-left: auto; }
.news-sb-page__wrapper .widget_media_image {
display: block;
max-width: 300px;
height: 375px;
margin: 0 auto;
margin-top: 43px; }
.post-sb-page .widget_media_image img {
width: unset;
margin-right: auto;
margin-left: auto; }
.post-sb-page .widget_media_image {
display: block;
max-width: 300px;
height: 375px;
margin: 0 auto;
margin-top: 43px; }
.post-sb.col-md-8 {
max-width: 100%; }
.comment-form {
display: block; }
.comment-form textarea {
border-bottom: 1px solid #cccccc !important; } }
@media (max-width: 767.9px) {
.plugin-disable .fl_content_story {
max-width: 720px;
margin: 0 auto; }
.project-meta--line .project-meta__item {
min-width: 172.5px; }
.page-numbers {
width: 35px;
height: 35px; }
.post_format_gallery {
height: 300px !important; }
.post-sb-page__container .post_format_gallery {
margin-left: 0px;
margin-right: 0px; }
.post_format_gallery .fl-post-image-slider {
height: 300px; }
.news-sb__item .post_format_gallery {
max-width: unset !important; }
.post_format_gallery .fl-post-image-slider .slider-image {
height: 300px; }
.post-sb-page__main-pic .fl-post-image-slider {
height: 400px; }
.tm_user_logged {
margin-top: 46px !important; }
.field.comment-form__field textarea {
margin-top: 0px; }
.logo__image {
color: #000000; }
.comment__wrap .comment-item {
display: block; }
.comment-form-cookies-consent {
display: none; }
.comment-form__inputs-group {
margin: 0px; }
html.modern {
padding-bottom: 760px; }
.works-section__inner .works-section__btn {
display: none; }
.our-story__buttons, .our-story__statistics {
margin-top: 0 !important; }
.latest-projects__heading {
margin-bottom: 16px; }
.review__image.col-12 {
padding-left: 0px;
padding-right: 0px; }
.statistics--m {
margin-top: 0px !important;
margin-bottom: 0px !important; }
.home_modern_works .latest-projects__inner .slider__item {
height: 330px !important; }
.home_modern_works .latest-projects__inner .slider__item .work-card__image {
height: 100%; }
.header--technical .logo__image {
width: 42px;
margin-right: 10px; }
.webpage--beige .an-awards {
padding-top: 0px; }
.beige .simplicity__statistics {
border: 0px;
margin-top: 0px;
padding-top: 0px; }
.news-card__date .num {
margin: auto; }
.team-item {
width: 100% !important; }
.homepage-parallax .elementor-section .elementor-container {
padding-left: 0px;
padding-right: 0px; }
.tm_left_menu_page .latest-projects__inner .slider__item {
height: 150px !important; }
.tm_left_menu_page .testimonials__nav {
top: -75px; }
.tm_left_menu_page .news-card__pic {
height: 290px; }
.elementor-widget-tm-testimonial-slider .testimonials__nav {
top: -75px; }
.works_grid_2 .work-card__image {
height: 327px !important; }
.works_grid_3 .works__header {
margin-left: 15px;
margin-right: 15px; }
.works-carousel-2 .slider__item {
height: 270px !important; }
.works-carousel-2 .slider__item img {
height: 187px; }
.field input, .field textarea {
border-bottom: 0px solid #cccccc; }
.news_grid .news-card__pic img {
height: 100%;
width: 100%; }
.news-sb-page__wrapper .widget_tm_theme_helper_social_profiles .footer__social {
justify-content: center; }
.post-sb-page .widget_tm_theme_helper_social_profiles .footer__social {
justify-content: center; } }
@media (max-width: 600px) {
.statistics__item {
margin: 0 auto; } }
@media (max-width: 576px) {
.plugin-disable .fl_content_story {
max-width: 540px;
margin: 0 auto; }
html.modern {
padding-bottom: 0px; }
footer.footer--modern.webpage--modern {
position: relative !important; }
.webpage--technical-drawing .approach__card {
width: 90%;
margin: auto; } }
@media (max-width: 500px) {
.plugin-disable .fl_content_story {
max-width: 400px;
margin: 0 auto; }
.awards-table th {
padding: 14px 3px !important; }
.not_found_image {
width: 300px !important;
height: 145px !important;
background-size: contain; }
.post_format_gallery {
height: 300px !important; }
.post-sb-page__container .post_format_gallery {
margin-left: 0px;
margin-right: 0px; }
.post_format_gallery .fl-post-image-slider {
height: 300px; }
.masonry .masonry-item {
width: 380px !important; } }
@media (max-width: 400px) {
.masonry .masonry-item {
width: 330px !important; }
.twitter-block__wrapper {
padding: 93px 70px 105px; }
.post-sb__tags, .post-sb__socials {
width: 100%;
justify-content: center; }
.post-sb__social .social__item:first-child {
margin-left: 0px; }
.comment__wrap .comment .comment-item__content {
width: 100%; }
.plugin-disable .fl_content_story {
max-width: 340px;
margin: 0 auto; } } .not_found_image {
width: 443px;
height: 211px;
max-width: 443px;
margin-bottom: 54px;
background-image: url(//studio-bdf.fr/wp-content/themes/liarch/assets/css/images/404.jpg); } .page-404__container {
display: flex;
flex-direction: column;
align-items: center;
min-height: calc(100vh - 150px);
padding: 60px 10px;
text-align: center; }
@media (min-width: 1200px) {
.page-404__container {
padding: 140px 0; } }
.page-404__container img {
width: 100%;
max-width: 280px;
margin-bottom: 32px; }
@media (min-width: 768px) {
.page-404__container img {
max-width: 320px; } }
@media (min-width: 992px) {
.page-404__container img {
max-width: 443px;
margin-bottom: 54px; } }
.page-404__title {
font-size: 32px;
margin-bottom: 14px; }
@media (min-width: 768px) {
.page-404__title {
font-size: 42px; } }
@media (min-width: 992px) {
.page-404__title {
font-size: 54px; } }
.page-404__subtitle {
font-size: 16px;
color: #666666; }
@media (min-width: 768px) {
.page-404__subtitle {
font-size: 18px; } }
.btn.page-404__btn {
width: 220px;
padding: 10px;
border-radius: 0;
margin-top: 32px;
cursor: pointer; }
@media (min-width: 768px) {
.btn.page-404__btn {
font-size: 14px;
padding: 21px 10px; } }
@media (min-width: 992px) {
.btn.page-404__btn {
margin-top: 54px; } }  .homepage-parallax section.elementor-top-section {
min-height: 100vh;
overflow-y: auto;
position: absolute;
top: 0;
left: 0;
padding: 0; }
.homepage-parallax section.elementor-top-section .scroll-wrap {
display: flex;
flex-direction: column;
justify-content: center;
position: relative;
min-height: 100%;
padding: 110px 0; }
.homepage-parallax .container {
max-width: 1200px; }
.homepage-parallax .contacts-parallax {
background-image: url(//studio-bdf.fr/wp-content/themes/liarch/assets/css/img/bg-our-story-2.jpg);
background-repeat: no-repeat;
background-size: cover; }
.homepage-parallax .contacts-parallax__field {
margin-bottom: 15px;
border: none; }
.homepage-parallax .contacts-parallax__field input,
.homepage-parallax .contacts-parallax__field textarea {
background-color: #ffffff; }
@media (max-height: 800px) {
.homepage-parallax .contacts-parallax__field input,
.homepage-parallax .contacts-parallax__field textarea {
padding: 10px 18px; } }
.homepage-parallax .contacts-parallax__btn {
font-size: 16px;
border-radius: 0;
text-transform: uppercase;
margin-top: 48px; }
.homepage-parallax .contacts-parallax__btn:hover {
color: #ffffff; }
@media (max-height: 800px) {
.homepage-parallax .contacts-parallax__btn {
margin-top: 0; } }
.homepage-parallax .contact-block__email a {
font-size: 14px;
color: #666666; }
.homepage-parallax .contact-block__hint {
font-size: 16px;
font-weight: 600;
color: #000000; }
.homepage-parallax .contact-block__phone .contact-block__hint {
font-size: 12px;
color: #999999; }
@media (max-height: 800px) {
.homepage-parallax .contact-block__offices {
margin-bottom: 0; } }
.homepage-parallax .contact-block__offices .contact-block__hint {
font-size: 14px; } .tm_theme_dark header nav.tm-left-menu .max-columns-2 ul.double-sub-menu li.current-menu-item a.sub-menu-link {
color: #ff4800; }
.tm_theme_dark header nav.tm-left-menu .max-columns-2 .has-submenu > .sub-menu-link {
color: #999;
font-weight: 400; }
.tm_theme_dark .relative_main {
background-color: #232323; }
.tm_theme_dark .label-subs label, .tm_theme_dark .mc4wp-form label {
border-bottom-color: rgba(255, 255, 255, 0.2); }
.tm_theme_dark .label-subs label::before, .tm_theme_dark .mc4wp-form label::before {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3e%3cpath fill='%23999999' d='M58.7 10.7H5.3C2.4 10.7 0 13.1 0 16v32c0 2.9 2.4 5.3 5.3 5.3h53.3c2.9 0 5.3-2.4 5.3-5.3V16c.1-2.9-2.3-5.3-5.2-5.3zm0 35.7L40.5 29.3l18.1-10.9v28zM28.3 32.3c1.1.8 2.4 1.1 3.7 1.1 1.3 0 2.7-.3 3.7-1.1L52.5 48H10.7l17.1-16 .5.3zm24-16.3L33.1 27.7c-.5.3-1.3.3-1.9 0L11.7 16h40.6zM23.2 29.1L5.3 45.9V18.4l17.9 10.7z'/%3e%3c/svg%3e "); }
.tm_theme_dark .label-subs input, .tm_theme_dark .mc4wp-form label input {
color: #ffffff; }
.tm_theme_dark .label-subs input::placeholder, .tm_theme_dark .mc4wp-form label input::placeholder {
color: #ccc; }
.tm_theme_dark .page-numbers {
color: #fff; }
.tm_theme_dark body {
background-color: #181818; }
.tm_theme_dark body.single-post {
background-color: #232323; }
.tm_theme_dark.modern main {
background-color: #191919; }
.tm_theme_dark main {
background-color: #232323; }
.tm_theme_dark main.left_menu_dark {
background-color: #181818; }
.tm_theme_dark .custom-input {
border-color: #999999;
color: #ffffff;
background-color: transparent; }
.tm_theme_dark .custom-input::placeholder {
color: #666666; }
.tm_theme_dark .custom-input:hover, .tm_theme_dark .custom-input:focus {
border-color: #ffffff; }
.tm_theme_dark input.searchinput {
border-bottom-color: #ffffff;
color: #ffffff;
background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='%23ffffff'%3e%3cpath d='M62.9 56.5l-17-13.8c7.2-9.9 6.1-23.7-2.7-32.5C38.4 5.3 32 2.7 25.3 2.7s-13 2.6-17.8 7.4S0 21.3 0 28s2.7 13.1 7.5 17.9c5.1 5.1 11.5 7.5 17.9 7.5 6.1 0 12.3-2.1 17.1-6.7l17.3 14.1c.5.5 1.1.5 1.6.5.8 0 1.6-.3 2.1-1.1.8-1 .8-2.6-.6-3.7zM25.3 48c-5.3 0-10.4-2.1-14.1-5.9-3.7-3.7-5.9-8.8-5.9-14.1s2.1-10.4 5.9-14.1S20 8 25.3 8s10.4 2.1 14.1 5.9 5.9 8.8 5.9 14.1-2.1 10.4-5.9 14.1c-3.7 3.8-8.7 5.9-14.1 5.9z'/%3e%3c/svg%3e ") no-repeat right center;
background-size: 20px; }
.tm_theme_dark .news-list__filter-with-search #searchsubmit {
background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='%23ffffff'%3e%3cpath d='M62.9 56.5l-17-13.8c7.2-9.9 6.1-23.7-2.7-32.5C38.4 5.3 32 2.7 25.3 2.7s-13 2.6-17.8 7.4S0 21.3 0 28s2.7 13.1 7.5 17.9c5.1 5.1 11.5 7.5 17.9 7.5 6.1 0 12.3-2.1 17.1-6.7l17.3 14.1c.5.5 1.1.5 1.6.5.8 0 1.6-.3 2.1-1.1.8-1 .8-2.6-.6-3.7zM25.3 48c-5.3 0-10.4-2.1-14.1-5.9-3.7-3.7-5.9-8.8-5.9-14.1s2.1-10.4 5.9-14.1S20 8 25.3 8s10.4 2.1 14.1 5.9 5.9 8.8 5.9 14.1-2.1 10.4-5.9 14.1c-3.7 3.8-8.7 5.9-14.1 5.9z'/%3e%3c/svg%3e ") no-repeat right center; }
.tm_theme_dark .label-subs > button[type="submit"], .tm_theme_dark .mc4wp-form .mc4wp-form-fields > button[type="submit"] {
background-color: transparent;
color: #ffffff; }
.tm_theme_dark .label-subs label input::placeholder {
color: #ffffff; }
.tm_theme_dark #pp-nav.dark ul li a span {
background-color: #ffffff; }
.tm_theme_dark #pp-nav ul li:hover a span {
margin: 0;
background-color: #ff4800; }
.tm_theme_dark #pp-nav ul li a span {
background-color: #ffffff; }
.tm_theme_dark #pp-nav ul li a.active span {
background-color: #f5480c; }
.tm_theme_dark .heading {
color: #ffffff; }
.tm_theme_dark .our-story__inner {
border-color: #383838; }
.tm_theme_dark .our-story__heading {
color: #ffffff; }
.tm_theme_dark .our-story__text {
color: #999999; }
.tm_theme_dark .our-story__text--style-bolditalic {
color: #ffffff; }
.tm_theme_dark .our-story .video-btn__text {
color: #ffffff; }
.tm_theme_dark .our-story--parallax {
background-image: url(//studio-bdf.fr/wp-content/themes/liarch/assets/css/img/bg-our-story-dark.jpg); }
.tm_theme_dark .our-story--parallax .our-story__heading {
color: #ffffff; }
.tm_theme_dark .our-story--parallax .our-story__text span {
color: #ffffff; }
.tm_theme_dark .our-story__text span {
color: #ffffff; }
.tm_theme_dark .our-story--parallax .our-story__btn {
background-color: #252b30 !important;
border-color: #252b30 !important;
color: #ff4800; }
.tm_theme_dark .our-story--parallax .our-story__btn:hover {
color: #ffffff;
background-color: #ff4800 !important;
border-color: #ff4800 !important; }
.tm_theme_dark .type-service--lite .type-service__item {
border-color: #3d3d3d; }
.tm_theme_dark .type-service__heading {
color: #ffffff; }
.tm_theme_dark .type-service__text {
color: #999999; }
.tm_theme_dark .type-service__item-heading {
font-weight: 300;
color: #ffffff; }
.tm_theme_dark .type-service__item-text {
color: #999999; }
.tm_theme_dark .type-service__item-icon--interior {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' %3e%3cpath fill-rule='evenodd' fill='%23463e3e' d='M87.606 9.356s25.108 9.985 31.488 33.144c6.38 23.16-22.618 64.286-47.401 69.451-24.784 5.166-68.704-8.565-71.402-46.028C-2.408 28.46 15.143 9.288 41.163 2.105c26.953-7.441 46.443 7.251 46.443 7.251z'/%3e%3c/svg%3e"); }
.tm_theme_dark .type-service__item-icon--design {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' %3e%3cpath fill-rule='evenodd' fill='%23463e3e' d='M58.534 113.411s-26.325 6.09-44.758-9.313c-18.433-15.404-18.017-65.724-.587-84.083 17.431-18.36 61.353-32.084 84.905-2.826 23.552 29.258 20.043 55.012 2.746 75.734-17.918 21.466-42.306 20.488-42.306 20.488z'/%3e%3c/svg%3e"); }
.tm_theme_dark .type-service__item-icon--furniture {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' %3e%3cpath fill-rule='evenodd' fill='%23463e3e' d='M12.544 83.901s-16.991-21.01-11.2-44.324C7.134 16.263 52.568-5.371 76.702 2.275c24.134 7.645 55.686 41.141 39.675 75.118-16.01 33.976-40.705 42.085-66.906 35.592-27.14-6.725-36.927-29.084-36.927-29.084z'/%3e%3c/svg%3e"); }
.tm_theme_dark .type-service__item-text {
color: #999999; }
.tm_theme_dark .type-service__item-link {
color: #ffffff; }
@media (min-width: 992px) {
.tm_theme_dark .type-service__item-link:hover, .tm_theme_dark .type-service__item-link:focus {
color: #ff4800; } }
.tm_theme_dark .type-service--parallax {
background-color: #252b30; }
.tm_theme_dark .type-service--parallax .type-service__item-icon--interior {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' %3e%3cpath fill-rule='evenodd' fill='%234b5055' d='M87.606 9.356s25.108 9.985 31.488 33.144c6.38 23.16-22.618 64.286-47.401 69.451-24.784 5.166-68.704-8.565-71.402-46.028C-2.408 28.46 15.143 9.288 41.163 2.105c26.953-7.441 46.443 7.251 46.443 7.251z'/%3e%3c/svg%3e"); }
@media (max-width: 1199px) {
.tm_theme_dark .type-service--parallax .type-service__item-icon--interior {
background-image: none; } }
.tm_theme_dark .type-service--parallax .type-service__item-icon--design {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' %3e%3cpath fill-rule='evenodd' fill='%234b5055' d='M58.534 113.411s-26.325 6.09-44.758-9.313c-18.433-15.404-18.017-65.724-.587-84.083 17.431-18.36 61.353-32.084 84.905-2.826 23.552 29.258 20.043 55.012 2.746 75.734-17.918 21.466-42.306 20.488-42.306 20.488z'/%3e%3c/svg%3e"); }
@media (max-width: 1199px) {
.tm_theme_dark .type-service--parallax .type-service__item-icon--design {
background-image: none; } }
.tm_theme_dark .type-service--parallax .type-service__item-icon--furniture {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' %3e%3cpath fill-rule='evenodd' fill='%234b5055' d='M12.544 83.901s-16.991-21.01-11.2-44.324C7.134 16.263 52.568-5.371 76.702 2.275c24.134 7.645 55.686 41.141 39.675 75.118-16.01 33.976-40.705 42.085-66.906 35.592-27.14-6.725-36.927-29.084-36.927-29.084z'/%3e%3c/svg%3e"); }
@media (max-width: 1199px) {
.tm_theme_dark .type-service--parallax .type-service__item-icon--furniture {
background-image: none; } }
.tm_theme_dark .type-service--parallax .type-service__item-heading a {
color: #ffffff; }
.tm_theme_dark .type-service--parallax .type-service__item-text {
color: #999999; }
.tm_theme_dark .type-service--parallax .type-service__item-link {
color: #ffffff; }
@media (min-width: 992px) {
.tm_theme_dark .type-service--parallax .type-service__item-link:hover, .tm_theme_dark .type-service--parallax .type-service__item-link:focus {
outline: none;
color: #ff4800; } }
.tm_theme_dark .webpage--beige .type-service__item a {
border-color: #aeab98;
transition: background-color 0.3s ease, border-color 0.3s ease !important; }
.tm_theme_dark .webpage--beige .type-service__item a:hover, .tm_theme_dark .webpage--beige .type-service__item a:focus {
border-color: #232323;
background-color: #232323; }
.tm_theme_dark .webpage--beige .type-service__item a:hover .type-service__item-heading,
.tm_theme_dark .webpage--beige .type-service__item a:hover .type-service__item-text,
.tm_theme_dark .webpage--beige .type-service__item a:hover .type-service__item-link, .tm_theme_dark .webpage--beige .type-service__item a:focus .type-service__item-heading,
.tm_theme_dark .webpage--beige .type-service__item a:focus .type-service__item-text,
.tm_theme_dark .webpage--beige .type-service__item a:focus .type-service__item-link {
color: #ffffff; }
.tm_theme_dark .webpage--beige .type-service__item a:hover .type-service__item-icon svg, .tm_theme_dark .webpage--beige .type-service__item a:focus .type-service__item-icon svg {
fill: #e6da89; }
.tm_theme_dark .webpage--beige .type-service__item-heading {
max-width: 300px;
font-family: "Cinzel", "Georgia", serif; }
.tm_theme_dark .webpage--beige .type-service__item-heading:hover {
color: #e6da89 !important; }
.tm_theme_dark .webpage--beige .type-service__item-link {
color: #ffffff; }
.tm_theme_dark .webpage--beige .type-service__item-icon svg {
fill: #ffffff; }
.tm_theme_dark .webpage--beige .type-service__item .type-service__item-link:hover,
.tm_theme_dark .webpage--beige .type-service__item .type-service__item-link:focus {
color: #e6da89 !important; }
.tm_theme_dark .work-card--grid {
border-color: #ffffff; }
.tm_theme_dark .work-card--grid .work-card__content {
border-top-color: #ffffff; }
.tm_theme_dark .work-card--grid .work-card__button {
border-left-color: #ffffff; }
.tm_theme_dark .work-card--grid .work-card__button svg {
fill: #ffffff; }
.tm_theme_dark .work-card--grid .work-card__button:hover, .tm_theme_dark .work-card--grid .work-card__button:focus {
background-color: #c1a257; }
.tm_theme_dark .work-card--grid .work-card__button:hover svg, .tm_theme_dark .work-card--grid .work-card__button:focus svg {
fill: #000000; }
.tm_theme_dark .work-card--grid .work-card__heading a {
color: #ffffff; }
.tm_theme_dark .work-card__heading a {
color: #ffffff; }
.tm_theme_dark .works--parallax {
background-color: #252b30; }
@media (min-width: 1700px) {
.tm_theme_dark .works--parallax .slide-counter-2 {
color: #666666; } }
.tm_theme_dark .works--parallax .slide-counter-2 .swiper-pagination-current {
border-color: #666666; }
@media (min-width: 992px) and (min-width: 1700px) {
.tm_theme_dark .works--parallax .works-arrow:hover:not(.swiper-button-disabled) {
border-color: #252b30; } }
@media (min-width: 1700px) {
.tm_theme_dark .works--parallax .works-arrow {
background-color: #252b30;
border-color: #252b30; } }
@media (min-width: 1700px) {
.tm_theme_dark .works--parallax .works-arrow.swiper-button-disabled svg {
fill: #666666; } }
@media (min-width: 1700px) {
.tm_theme_dark .works--parallax .works-arrow svg {
fill: #ffffff; } }
.tm_theme_dark .works--parallax .works-arrow--next::before {
background-color: #666666; }
.tm_theme_dark .works--parallax .slide__content {
background-color: #252b30; }
.tm_theme_dark .works--parallax .slide__content-detail {
color: #999999; }
.tm_theme_dark .works--parallax .slide__content-heading {
color: #ffffff; }
.tm_theme_dark .works--parallax .works__all {
color: #ffffff; }
.tm_theme_dark .review__text {
color: #ffffff; }
.tm_theme_dark .review__author-name {
color: #ffffff; }
.tm_theme_dark .review__author-detail span {
color: #ffffff; }
.tm_theme_dark .review__image {
background-image: url(//studio-bdf.fr/wp-content/themes/liarch/assets/css/img/review-shapes-dark.png); }
.tm_theme_dark .review--parallax {
background-color: #252b30; }
.tm_theme_dark .review--parallax .review__image {
background-image: url(//studio-bdf.fr/wp-content/themes/liarch/assets/css/img/review-shapes-dark.png); }
.tm_theme_dark .approach {
background-color: #232323; }
.tm_theme_dark .approach--technical {
background-color: transparent; }
.tm_theme_dark .approach--technical .approach__card {
background-color: #181818;
border-color: #181818; }
.tm_theme_dark .left_menu_dark .approach__card {
background-color: #181818;
border-color: #181818; }
.tm_theme_dark .webpage--technical-drawing .approach__card-icon svg {
fill: #ffffff; }
@media (min-width: 992px) {
.tm_theme_dark .approach--technical .approach__header {
margin-bottom: 60px; } }
@media (min-width: 1200px) {
.tm_theme_dark .approach--technical .approach__header {
margin-bottom: 90px; } }
.tm_theme_dark .approach--technical .approach__heading + * {
margin-top: 20px; }
.tm_theme_dark .webpage--technical-drawing .approach__card {
background-color: #181818;
border-color: #181818; }
.tm_theme_dark .technical-drawing .tm-menu-mobile .menu__wrapper ul li.current-menu-ancestor .main-menu-link, .tm_theme_dark .technical-drawing .tm-menu-mobile .menu__wrapper ul li .sub-nav ul li.current-menu-item a {
color: #ffdf91; }
.tm_theme_dark .technical-drawing .tm-menu-mobile .menu-link:hover, .tm_theme_dark .technical-drawing .tm-menu-mobile .menu-link:focus {
color: #ffdf91; }
.tm_theme_dark .webpage--modern .tm-menu-mobile .menu-link:hover, .tm_theme_dark .webpage--modern .tm-menu-mobile .menu-link:focus {
color: #cee100; }
.tm_theme_dark .approach__card::before {
color: #666666; }
.tm_theme_dark .approach__heading {
font-weight: 300;
color: #ffffff; }
.tm_theme_dark .approach__card-heading {
color: #ffffff; }
.tm_theme_dark .approach--parallax {
background-image: url(//studio-bdf.fr/wp-content/themes/liarch/assets/css/img/bg-our-story-2-dark.jpg); }
.tm_theme_dark .approach--parallax .approach__heading {
color: #ffffff; }
.tm_theme_dark .approach__card {
background-color: #252b30; }
.tm_theme_dark .approach__card::before {
color: #ffffff; }
.tm_theme_dark .approach__card-heading {
color: #ffffff; }
.tm_theme_dark .webpage--beige .approach {
background-color: #232323; }
.tm_theme_dark .webpage--beige .approach__card {
border: solid 1px #181818;
background-color: #181818; }
.tm_theme_dark .webpage--beige .approach__card-icon svg {
fill: #e6da89; }
.tm_theme_dark .webpage--beige .approach__card-heading {
max-width: none;
font-family: "Cinzel", "Georgia", serif;
color: #ffffff; }
.tm_theme_dark .homepage-parallax .contacts-parallax {
background-image: url(//studio-bdf.fr/wp-content/themes/liarch/assets/css/img/bg-our-story-2-dark.jpg); }
.tm_theme_dark .homepage-parallax .contacts-parallax__field {
background-color: #252b30; }
.tm_theme_dark .left_menu_dark .homepage-parallax .contacts-parallax__field {
background-color: transparent; }
.tm_theme_dark .homepage-parallax .contacts-parallax__field input,
.tm_theme_dark .homepage-parallax .contacts-parallax__field textarea {
display: block;
background-color: #252b30;
border-color: #252b30 !important;
color: #ffffff; }
.tm_theme_dark .homepage-parallax .contacts-parallax__field input:hover,
.tm_theme_dark .homepage-parallax .contacts-parallax__field textarea:hover {
border-color: #cccccc !important; }
.tm_theme_dark .left_menu_dark .homepage-parallax .contacts-parallax__field input::placeholder,
.tm_theme_dark .left_menu_dark .homepage-parallax .contacts-parallax__field textarea::placeholder {
color: #666666; }
.tm_theme_dark .left_menu_dark .homepage-parallax .contacts-parallax__field input,
.tm_theme_dark .left_menu_dark .homepage-parallax .contacts-parallax__field textarea {
background-color: transparent; }
.tm_theme_dark .homepage-parallax .contacts-parallax__field input::placeholder,
.tm_theme_dark .homepage-parallax .contacts-parallax__field textarea::placeholder {
color: #cccccc; }
.tm_theme_dark .homepage-parallax .contacts-parallax__field input:hover, .tm_theme_dark .homepage-parallax .contacts-parallax__field input:focus,
.tm_theme_dark .homepage-parallax .contacts-parallax__field textarea:hover,
.tm_theme_dark .homepage-parallax .contacts-parallax__field textarea:focus {
border-color: #cccccc; }
.tm_theme_dark .homepage-parallax .feedback-form__title {
color: #ffffff; }
.tm_theme_dark .feedback-form__title {
color: #ffffff; }
.tm_theme_dark .homepage-parallax .contact-block__title {
color: #ffffff; }
.tm_theme_dark .contact-block__title span {
color: #ffffff; }
.tm_theme_dark .contact-block__address {
color: #cccccc; }
.tm_theme_dark .contact-block__email a {
color: #cccccc; }
.tm_theme_dark .homepage-parallax .contact-block__hint {
color: #ffffff; }
.tm_theme_dark .homepage-parallax .contact-block__phone .contact-block__hint {
color: #ffffff; }
.tm_theme_dark .homepage-parallax .contact-block__phone a {
color: #ffffff; }
.tm_theme_dark .homepage-parallax .contact-block__phone a:hover {
color: #ff4800; }
.tm_theme_dark .contact-block__offices-item {
color: #cccccc; }
.tm_theme_dark .contact-block__offices-item:hover {
color: #ffffff; }
.tm_theme_dark .layout--left-aside {
background-color: #181818; }
.tm_theme_dark .about {
background-color: #181818; }
.tm_theme_dark .about__contacts {
border-color: #383838; }
.tm_theme_dark .about__heading {
color: #ffffff; }
.tm_theme_dark .about__subheading {
color: #ffffff; }
.tm_theme_dark .statistics__item-value {
color: #ffffff !important; }
.tm_theme_dark .statistics__item-text {
color: #666666; }
.tm_theme_dark .statistics--color-invert .statistics__item-value {
color: #ffffff; }
.tm_theme_dark .statistics--color-invert .statistics__item-text {
color: #666666; }
.tm_theme_dark .webpage--beige .statistics__item-value {
color: #ffffff; }
.tm_theme_dark .simplicity__heading {
font-weight: 300;
color: #ffffff; }
.tm_theme_dark .simplicity__subheading {
color: #ffffff; }
.tm_theme_dark .simplicity__text {
color: #999999; }
.tm_theme_dark .simplicity__notice {
color: #ffffff; }
.tm_theme_dark .simplicity__line {
border-color: #383838; }
.tm_theme_dark .phone-block__hint {
color: #999999; }
.tm_theme_dark .phone-block__number {
color: #ffffff; }
.tm_theme_dark .phone-block__icon {
background-color: #463e3e; }
.tm_theme_dark .latest-projects__heading {
color: #ffffff; }
.tm_theme_dark .latest-projects__more {
color: #999999; }
.tm_theme_dark .latest-projects .slider--with-thumbs .slider__nav-btn:hover svg {
fill: #ff4800; }
.tm_theme_dark .latest-projects .slider--with-thumbs .slider__nav-btn svg {
fill: #ffffff; }
.tm_theme_dark .slide-content {
background-color: #232323; }
.tm_theme_dark .slide-content__detail {
color: #999999; }
.tm_theme_dark .slide-content__heading {
font-weight: 300;
color: #ffffff; }
.tm_theme_dark .slide-content__heading a {
color: #ffffff; }
.tm_theme_dark .slide-content__heading a:hover, .tm_theme_dark .slide-content__heading a:focus {
color: #ffffff; }
.tm_theme_dark .slide-content--thumb {
background-color: transparent; }
.tm_theme_dark .tm_left_menu_page .slide-content--thumb:hover {
background-color: #181818; }
.tm_theme_dark .slide-content--thumb:hover {
background-color: #181818; }
.tm_theme_dark .slide-content--thumb:hover .slide-content__detail {
color: #999999; }
.tm_theme_dark .slide-content--thumb:hover .slide-content__heading a {
color: #ffffff; }
.tm_theme_dark .slider--with-thumbs .slider__nav-btn {
background-color: #181818;
border-color: #181818; }
.tm_theme_dark .slider--with-thumbs .slider__nav-btn.swiper-button-disabled {
border-color: rgba(24, 24, 24, 0.6); }
.tm_theme_dark .slider--with-thumbs .slider__nav-btn.swiper-button-disabled svg {
fill: rgba(24, 24, 24, 0.6) !important; }
.tm_theme_dark .slider--with-thumbs .slider__nav-btn:hover, .tm_theme_dark .slider--with-thumbs .slider__nav-btn:focus {
background-color: transparent; }
.tm_theme_dark .slider--with-thumbs .slider__nav-btn:hover svg, .tm_theme_dark .slider--with-thumbs .slider__nav-btn:focus svg {
fill: #181818; }
.tm_theme_dark .testimonials__heading {
font-weight: 300;
color: #ffffff; }
.tm_theme_dark .testimonials__nav-btn.swiper-button-disabled svg {
fill: #666666 !important; }
.tm_theme_dark .testimonials__nav-btn svg {
fill: #ffffff; }
.tm_theme_dark .twitter-block__wrapper {
border-color: #3d3d3d; }
.tm_theme_dark .twitter-block__author-name {
color: #ffffff; }
.tm_theme_dark .twitter-block__author-info a,
.tm_theme_dark .twitter-block__author-info time {
color: #666666; }
.tm_theme_dark .twitter-block__social svg {
fill: #666666; }
.tm_theme_dark .twitter-block__social svg:hover {
fill: #00ccff; }
.tm_theme_dark .twitter-block__text {
color: #ffffff; }
.tm_theme_dark .twitter-block--small .twitter-block__text {
font-weight: 300;
color: #ffffff;
font-style: normal; }
.tm_theme_dark .partners__heading {
color: #ffffff; }
.tm_theme_dark .partners__text {
color: #999999; }
.tm_theme_dark .partners__line {
border-color: #383838; }
.tm_theme_dark .our-journal__heading {
color: #ffffff; }
.tm_theme_dark .our-journal__more {
color: #999999; }
.tm_theme_dark .news-card .num {
color: #ffffff; }
.tm_theme_dark .news-card .month,
.tm_theme_dark .news-card .year {
color: #999999; }
.tm_theme_dark .news-card__title a {
color: #ffffff; }
.tm_theme_dark .contact-block__title {
color: #ffffff; }
.tm_theme_dark .contact-block__title span {
font-weight: 400; }
.tm_theme_dark .contact-block__hint {
color: #ffffff; }
.tm_theme_dark .contact-block__phone a {
color: #ffffff; }
.tm_theme_dark .contact-block__phone a:hover {
color: #ff4800; }
.tm_theme_dark .contact-block__offices-item:hover {
color: #ffffff; }
.tm_theme_dark .feedback-form__field input,
.tm_theme_dark .feedback-form__field textarea {
border-color: #3d3d3d;
color: #ffffff; }
.tm_theme_dark .feedback-form__field input::placeholder,
.tm_theme_dark .feedback-form__field textarea::placeholder {
color: #666666; }
.tm_theme_dark .feedback-form__field input:hover, .tm_theme_dark .feedback-form__field input:focus,
.tm_theme_dark .feedback-form__field textarea:hover,
.tm_theme_dark .feedback-form__field textarea:focus {
border-color: #ffffff; }
.tm_theme_dark .header {
background-color: #232323; }
.tm_theme_dark .header--aside {
background-color: #181818; }
.tm_theme_dark .header--aside .header__inner::before {
border-color: #383838; }
.tm_theme_dark .header--aside .header__address {
color: #ffffff; }
.tm_theme_dark .header--aside .header__phone {
color: #ffffff; }
.tm_theme_dark .header--aside .header__phone:hover {
color: #ff4800; }
.tm_theme_dark .header--aside .header-toggle {
background-color: #181818; }
.tm_theme_dark .header--aside .header-toggle::before, .tm_theme_dark .header--aside .header-toggle::after {
background-color: #ffffff; }
.tm_theme_dark .header--technical {
border-bottom-color: #ffffff; }
@media (min-width: 992px) {
.tm_theme_dark .header__part--start {
border-right-color: #ffffff; } }
@media (min-width: 992px) {
.tm_theme_dark .header__part--end {
border-left-color: #ffffff; } }
.tm_theme_dark .webpage--beige .header {
background-color: #232323; }
.tm_theme_dark .webpage--beige .header--fixed {
background-color: #232323; }
.tm_theme_dark .webpage--modern .header--white {
background-color: transparent; }
.tm_theme_dark .webpage--modern .header--white.header--fixed {
background-color: #232323; }
.tm_theme_dark .webpage--modern .header--white.header--fixed .logo__text {
color: #ffffff; }
.tm_theme_dark .webpage--modern .header--white.header--fixed .logo[href]:hover, .tm_theme_dark .webpage--modern .header--white.header--fixed .logo[href]:focus {
color: #cee100; }
.tm_theme_dark .webpage--modern .header--white.header--fixed .lang-switcher__link {
color: #ffffff; }
.tm_theme_dark .webpage--modern .header--white.header--fixed .lang-switcher__link:hover, .tm_theme_dark .webpage--modern .header--white.header--fixed .lang-switcher__link:focus {
color: #cee100; }
.tm_theme_dark .webpage--modern .header--white.header--fixed .header-search__toggle svg {
fill: #ffffff; }
.tm_theme_dark .webpage--modern .header--white.header--fixed .header-search__toggle:hover svg, .tm_theme_dark .webpage--modern .header--white.header--fixed .header-search__toggle:focus svg {
fill: #cee100; }
.tm_theme_dark .webpage--modern .header--white.header--fixed .menu-toggle::before, .tm_theme_dark .webpage--modern .header--white.header--fixed .menu-toggle::after {
border-top: solid 3px #ffffff; }
.tm_theme_dark .webpage--modern .header--white.header--fixed .menu-toggle:hover::before, .tm_theme_dark .webpage--modern .header--white.header--fixed .menu-toggle:hover::after, .tm_theme_dark .webpage--modern .header--white.header--fixed .menu-toggle:focus::before, .tm_theme_dark .webpage--modern .header--white.header--fixed .menu-toggle:focus::after {
border-top-color: #cee100; }
.tm_theme_dark .webpage--modern .header--white.header--fixed .navigation__link {
color: #ffffff; }
.tm_theme_dark .webpage--modern .header--white.header--fixed .navigation__link:hover, .tm_theme_dark .webpage--modern .header--white.header--fixed .navigation__link:focus {
color: #cee100; }
.tm_theme_dark .webpage--modern .header--white.header--fixed .navigation__item--current .navigation__link {
color: #cee100 !important; }
.tm_theme_dark .header-3 {
background-color: transparent; }
.tm_theme_dark .header-3 .header__menu-toggle-wrapper span {
color: #ffffff; }
.tm_theme_dark .header-3 .header__menu-toggle--always::before, .tm_theme_dark .header-3 .header__menu-toggle--always::after {
border-top-color: #ffffff; }
.tm_theme_dark .header-3 .logo svg {
fill: #ffffff; }
.tm_theme_dark .header-3 .logo__text {
color: #ffffff; }
.tm_theme_dark .footer.webpage--beige {
background-color: transparent; }
.tm_theme_dark .footer__top {
border-color: #383838; }
.tm_theme_dark .footer__top p {
color: #999999; }
.tm_theme_dark .footer__column-title {
color: #ffffff; }
.tm_theme_dark .footer-widget--title {
color: #ffffff; }
.tm_theme_dark .footer__address, .tm_theme_dark .footer__phone {
color: #999999; }
.tm_theme_dark .webpage--beige .footer__address, .tm_theme_dark .webpage--beige .footer__phone {
color: #fff; }
.tm_theme_dark .footer__column-email {
color: #ffffff; }
.tm_theme_dark .webpage--modern .footer__phone {
color: #ffffff; }
.tm_theme_dark .webpage--modern .footer__phone:hover {
color: #cee100; }
.tm_theme_dark .footer__column-link {
color: #999999; }
.tm_theme_dark footer.footer--technical .nav-item a.menu-link:hover {
color: #ffffff; }
.tm_theme_dark footer .nav-item a.menu-link {
color: #999999; }
.tm_theme_dark footer .nav-item a.menu-link:hover {
color: #ff4800; }
.tm_theme_dark footer.webpage--modern .nav-item a.menu-link {
color: #999999; }
.tm_theme_dark footer.webpage--modern .nav-item a.menu-link:hover {
color: #cee100; }
.tm_theme_dark footer.webpage--beige .footer__top p {
color: #cccccc; }
.tm_theme_dark footer.webpage--beige .footer-widget--title {
color: #999999; }
.tm_theme_dark footer.webpage--beige .menu {
background-color: transparent; }
.tm_theme_dark footer.webpage--beige .nav-item a.menu-link {
color: #fff; }
.tm_theme_dark footer.webpage--beige .nav-item a.menu-link:hover {
color: #e6da89; }
.tm_theme_dark .tm-menu-mobile .menu-link:hover, .tm_theme_dark .tm-menu-mobile .menu-link:focus {
color: #ff4800; }
.tm_theme_dark .footer__column-item--current .footer__column-link {
color: #ff4800; }
.tm_theme_dark .tm-menu-mobile .has-submenu .sub-menu-link:hover, .tm_theme_dark .tm-menu-mobile .has-submenu .sub-menu-link:focus {
color: #ff4800 !important; }
.tm_theme_dark .footer__copyright {
color: #999999; }
.tm_theme_dark .footer__copyright span {
color: #ffffff; }
.tm_theme_dark .footer__design {
color: #999999; }
.tm_theme_dark .footer__design span {
color: #ffffff; }
.tm_theme_dark .footer__appeal {
color: #ffffff; }
.tm_theme_dark .footer--lite {
background-color: #181818;
background-image: none; }
.tm_theme_dark .footer--lite .footer__copyright {
color: #ffffff; }
.tm_theme_dark .footer--lite .footer__menu-link {
color: #999999; }
.tm_theme_dark .footer--lite .footer__menu-link:hover, .tm_theme_dark .footer--lite .footer__menu-link:focus {
color: #ffffff; }
.tm_theme_dark .footer--technical {
border-top-color: #ffffff;
background-image: none;
background-color: transparent; }
.tm_theme_dark .footer--technical .footer__top {
border-bottom-color: #ffffff;
background-color: #181818;
background-size: cover;
background-image: url(//studio-bdf.fr/wp-content/themes/liarch/assets/css/img/footer-bg-dark2.jpg); }
.tm_theme_dark .footer--technical .footer__top p {
color: #ffffff; }
.tm_theme_dark .footer--technical .footer__email {
color: #ffffff; }
.tm_theme_dark .footer--technical .footer__column-item--current .footer__column-link {
color: #ffffff; }
.tm_theme_dark .footer--technical .footer__column-item--current .footer__column-link::before {
content: "";
display: block;
width: 100%;
height: 14px;
position: absolute;
top: 55%;
left: 0;
z-index: -1;
background-color: #c1a257;
opacity: 1;
transition: opacity 0.3s ease; }
.tm_theme_dark .footer--technical .footer__column-item--current .footer__column-link:hover, .tm_theme_dark .footer--technical .footer__column-item--current .footer__column-link:focus {
color: #ffffff; }
.tm_theme_dark .footer--technical .footer__column-link:hover, .tm_theme_dark .footer--technical .footer__column-link:focus {
color: #ffffff; }
.tm_theme_dark .footer--technical .footer__column-link:hover::before, .tm_theme_dark .footer--technical .footer__column-link:focus::before {
background-color: #c1a257; }
.tm_theme_dark .footer--technical .footer__phone:hover, .tm_theme_dark .footer--technical .footer__phone:focus {
color: #cccccc; }
.tm_theme_dark .webpage--beige .footer__column-item--current .footer__column-link {
font-weight: 600;
color: #e6da89; }
.tm_theme_dark .footer-3--dark .footer-3__socials li a svg {
fill: #ffffff; }
.tm_theme_dark .footer-3--dark .footer-3__copyrights {
color: #ffffff; }
.tm_theme_dark .logo__image svg {
fill: #ffffff; }
.tm_theme_dark .logo__text {
color: #ffffff; }
.tm_theme_dark .webpage--modern .logo__text {
color: #ffffff; }
.tm_theme_dark .lang-switcher--menu .lang-switcher__link {
color: #ffffff; }
.tm_theme_dark .lang-switcher--menu .lang-switcher__link:hover, .tm_theme_dark .lang-switcher--menu .lang-switcher__link:focus {
color: #ff4800; }
.tm_theme_dark .lang-switcher--menu .lang-switcher__link--current {
color: #ff4800; }
.tm_theme_dark .lang-switcher__link--current {
color: #ffffff; }
.tm_theme_dark .webpage--modern .lang-switcher__link:hover, .tm_theme_dark .webpage--modern .lang-switcher__link:focus {
color: #cee100 !important; }
.tm_theme_dark .webpage--modern .lang-switcher--menu .lang-switcher__link {
color: #ffffff; }
.tm_theme_dark .webpage--modern .lang-switcher--menu .lang-switcher__link:hover, .tm_theme_dark .webpage--modern .lang-switcher--menu .lang-switcher__link:focus {
color: #cee100; }
.tm_theme_dark .webpage--modern .lang-switcher--menu .lang-switcher__link--current {
color: #cee100; }
.tm_theme_dark .webpage--beige .lang-switcher__link:hover, .tm_theme_dark .webpage--beige .lang-switcher__link:focus {
color: #e6da89 !important; }
.tm_theme_dark .webpage--beige .lang-switcher--menu .lang-switcher__link {
color: #ffffff; }
.tm_theme_dark .webpage--beige .lang-switcher--menu .lang-switcher__link:hover, .tm_theme_dark .webpage--beige .lang-switcher--menu .lang-switcher__link:focus {
color: #e6da89; }
.tm_theme_dark .webpage--beige .lang-switcher--menu .lang-switcher__link--current {
color: #e6da89; }
.tm_theme_dark .webpage--technical-drawing .lang-switcher__link:hover, .tm_theme_dark .webpage--technical-drawing .lang-switcher__link:focus {
color: #ffdf91 !important; }
.tm_theme_dark .webpage--technical-drawing .lang-switcher--menu .lang-switcher__link {
color: #ffffff; }
.tm_theme_dark .webpage--technical-drawing .lang-switcher--menu .lang-switcher__link:hover, .tm_theme_dark .webpage--technical-drawing .lang-switcher--menu .lang-switcher__link:focus {
color: #ffdf91; }
.tm_theme_dark .webpage--technical-drawing .lang-switcher--menu .lang-switcher__link--current {
color: #ffdf91; }
.tm_theme_dark .navigation--technical .navigation__item--current .navigation__link {
color: #ffffff; }
.tm_theme_dark .navigation--technical .current-menu-ancestor .menu-link {
color: #ffffff; }
.tm_theme_dark .header__inner .navigation--technical .menu {
background-color: transparent; }
.tm_theme_dark header .navigation--technical ul.sub-menu li.sub-nav-item a.sub-menu-link:hover, .tm_theme_dark header .navigation--technical ul.sub-menu li.sub-nav-item a.sub-menu-link:focus {
color: #fff; }
.tm_theme_dark .navigation--technical .menu-link:hover, .tm_theme_dark .navigation--technical .menu-link:focus {
color: #fff; }
.tm_theme_dark .navigation--technical .current-menu-item a {
color: #fff !important; }
.tm_theme_dark .header--technical .header-search__toggle:hover svg, .tm_theme_dark .header--technical .header-search__toggle:focus svg {
fill: #ffdf91; }
.tm_theme_dark .navigation--technical .navigation__item--current .navigation__link::before {
background-color: #c1a257; }
.tm_theme_dark .navigation--technical .current-menu-ancestor .menu-link::before {
background-color: #c1a257; }
.tm_theme_dark .navigation--technical .navigation__link:hover, .tm_theme_dark .navigation--technical .navigation__link:focus {
color: #ffffff; }
.tm_theme_dark .navigation--technical .navigation__link:hover::before, .tm_theme_dark .navigation--technical .navigation__link:focus::before {
background-color: #c1a257; }
.tm_theme_dark .navigation--technical .navigation__dropdown-item a:hover, .tm_theme_dark .navigation--technical .navigation__dropdown-item a:focus {
color: #ffffff; }
.tm_theme_dark .navigation--technical .navigation__dropdown-item a:hover::before, .tm_theme_dark .navigation--technical .navigation__dropdown-item a:focus::before {
background-color: #c1a257; }
.tm_theme_dark .navigation--technical .navigation__dropdown-item--current a {
color: #ffffff !important; }
.tm_theme_dark .navigation--technical .navigation__dropdown-item--current a::before {
background-color: #c1a257; }
.tm_theme_dark .navigation__link {
color: #ffffff; }
.tm_theme_dark .navigation__item::after {
background-color: #666666; }
.tm_theme_dark .navigation--column .navigation__item--current .navigation__link {
color: #ff4800;
font-weight: 600; }
.tm_theme_dark .navigation--column .navigation__item:hover > a {
color: #ff4800; }
.tm_theme_dark .navigation--column .navigation__item::after {
background-color: #666666; }
.tm_theme_dark .navigation--column .navigation__link {
color: #ffffff; }
.tm_theme_dark .tm-left-menu.navigation--column .menu-link {
color: #ffffff; }
.tm_theme_dark .tm-left-menu.navigation--column .menu-link:hover {
color: #ff4800; }
.tm_theme_dark .tm-left-menu.navigation--column .current-menu-ancestor > .menu-link {
color: #ff4800; }
.tm_theme_dark .navigation__dropdown {
border-color: #ffffff;
background-color: #181818; }
.tm_theme_dark .navigation__dropdown-item a {
color: #ffffff; }
.tm_theme_dark .webpage--beige .navigation__dropdown {
background-color: #181818; }
.tm_theme_dark .social--black .social__link svg {
fill: #ffffff; }
.tm_theme_dark footer.footer--modern .social--black .social__link i {
color: #ffffff; }
.tm_theme_dark .social--technical .social__link {
border-color: #ffffff; }
.tm_theme_dark .social--technical .social__link svg {
fill: #ffffff; }
.tm_theme_dark .social--technical .social__link:hover, .tm_theme_dark .social--technical .social__link:focus {
border-color: #ffffff; }
.tm_theme_dark .social--technical .social__link:hover svg, .tm_theme_dark .social--technical .social__link:focus svg {
fill: #ffffff; }
.tm_theme_dark .social__link {
border-color: #666666; }
.tm_theme_dark .social__link svg {
fill: #ffffff; }
.tm_theme_dark .social__link i {
color: #ffffff; }
.tm_theme_dark .lets-chat::before {
border-color: #ffffff; }
.tm_theme_dark .lets-chat__text {
color: #ffffff; }
.tm_theme_dark .lets-chat__icon {
fill: #ffffff; }
.tm_theme_dark .search-toggle svg {
fill: #ffffff; }
.tm_theme_dark .menu-toggle::before, .tm_theme_dark .menu-toggle::after {
border-color: #ffffff; }
.tm_theme_dark .header__inner .menu {
background-color: #232323; }
.tm_theme_dark .header__inner .tm-left-menu .menu {
background-color: #181818; }
.tm_theme_dark .webpage--modern .header__inner .menu {
background-color: transparent; }
.tm_theme_dark .webpage--modern .header--fixed a.menu-link {
color: #fff; }
.tm_theme_dark .webpage--modern .header--fixed .current-menu-ancestor a.main-menu-link {
color: #cee100; }
.tm_theme_dark .tm-menu-mobile {
background-color: #232323; }
.tm_theme_dark .tm-menu-mobile .menu__wrapper ul li.current-menu-ancestor a, .tm_theme_dark .tm-menu-mobile .menu__wrapper ul li .sub-nav ul li.current-menu-item a {
color: #ff4800; }
.tm_theme_dark .webpage--modern .tm-menu-mobile ul li.current-menu-ancestor a, .tm_theme_dark .webpage--modern .tm-menu-mobile ul li .sub-nav ul li.current-menu-item a {
color: #cee100; }
.tm_theme_dark .webpage--beige .tm-menu-mobile ul li.current-menu-ancestor a, .tm_theme_dark .webpage--beige .tm-menu-mobile ul li .sub-nav ul li.current-menu-item a {
color: #e6da89; }
.tm_theme_dark .tm-menu-mobile .has-submenu .sub-nav {
background-color: transparent; }
.tm_theme_dark .menu__link {
color: #ffffff; }
.tm_theme_dark .menu__link:hover, .tm_theme_dark .menu__link:focus {
color: #ff4800; }
.tm_theme_dark .menu__item--current .menu__link {
color: #ff4800; }
.tm_theme_dark .menu__sublink:hover, .tm_theme_dark .menu__sublink:focus {
color: #ffffff !important; }
.tm_theme_dark .menu__sublink--current {
color: #ffffff !important; }
.tm_theme_dark .menu__copy {
color: #ffffff; }
.tm_theme_dark .menu__copy span {
color: #ffffff; }
.tm_theme_dark .menu__close svg {
fill: #ffffff; }
.tm_theme_dark .webpage--beige .menu {
background-color: #232323; }
.tm_theme_dark .webpage--beige .menu__item:last-child {
margin-bottom: 0; }
.tm_theme_dark .webpage--beige .menu__item--current > a {
color: #e6da89; }
.tm_theme_dark .webpage--beige .menu__link:hover, .tm_theme_dark .webpage--beige .menu__link:focus, .tm_theme_dark .webpage--beige .menu__sublink:hover, .tm_theme_dark .webpage--beige .menu__sublink:focus {
outline: none;
color: #e6da89 !important; }
.tm_theme_dark .webpage--beige .menu__copy {
color: #999999; }
.tm_theme_dark .webpage--beige .menu__close:hover, .tm_theme_dark .webpage--beige .menu__close:focus {
outline: none; }
.tm_theme_dark .webpage--beige .menu__close:hover svg, .tm_theme_dark .webpage--beige .menu__close:focus svg {
fill: #e6da89; }
.tm_theme_dark .webpage--modern .menu__item--current > a {
color: #cee100; }
.tm_theme_dark .webpage--modern .menu__link:hover, .tm_theme_dark .webpage--modern .menu__link:focus, .tm_theme_dark .webpage--modern .menu__sublink:hover, .tm_theme_dark .webpage--modern .menu__sublink:focus {
outline: none;
color: #cee100 !important; }
.tm_theme_dark .webpage--modern .menu__sublink--current {
color: #cee100 !important; }
.tm_theme_dark .webpage--modern .menu__close:hover, .tm_theme_dark .webpage--modern .menu__close:focus {
outline: none; }
.tm_theme_dark .webpage--modern .menu__close:hover svg, .tm_theme_dark .webpage--modern .menu__close:focus svg {
fill: #cee100; }
.tm_theme_dark .webpage--technical-drawing .menu__item--current > a {
color: #ffdf91; }
.tm_theme_dark .webpage--technical-drawing .menu__link:hover, .tm_theme_dark .webpage--technical-drawing .menu__link:focus, .tm_theme_dark .webpage--technical-drawing .menu__sublink:hover, .tm_theme_dark .webpage--technical-drawing .menu__sublink:focus {
outline: none;
color: #ffdf91 !important; }
.tm_theme_dark .webpage--technical-drawing .menu__sublink--current {
color: #ffdf91 !important; }
.tm_theme_dark .webpage--technical-drawing .menu__close:hover, .tm_theme_dark .webpage--technical-drawing .menu__close:focus {
outline: none; }
.tm_theme_dark .webpage--technical-drawing .menu__close:hover svg, .tm_theme_dark .webpage--technical-drawing .menu__close:focus svg {
fill: #ffdf91; }
.tm_theme_dark .an-awards__heading {
color: #ffffff; }
.tm_theme_dark .an-awards__notice {
border-color: #383838;
color: #999999; }
.tm_theme_dark .article-list__heading {
color: #ffffff; }
.tm_theme_dark .article-list__more {
color: #ffffff; }
.tm_theme_dark .article-preview__content {
background-color: #232323;
border-color: #5a5a5a; }
.tm_theme_dark .article-preview__date {
color: #999999; }
.tm_theme_dark .article-preview__heading {
color: #ffffff; }
.tm_theme_dark .article-preview__text {
color: #cccccc; }
.tm_theme_dark .filter--technical .filter__item:hover, .tm_theme_dark .filter--technical .filter__item:focus {
color: #ffffff; }
.tm_theme_dark .filter--technical .filter__item:hover::before, .tm_theme_dark .filter--technical .filter__item:focus::before {
background-color: #c1a257; }
.tm_theme_dark .filter--technical .filter__item--active {
color: #ffffff; }
.tm_theme_dark .filter--technical .filter__item--active::before {
background-color: #c1a257; }
.tm_theme_dark .filter__item {
color: #ffffff; }
.tm_theme_dark .filter__item--active {
color: #ff4800; }
.tm_theme_dark .more-btn__text {
color: #ffffff; }
.tm_theme_dark .sort__select {
color: #ffffff;
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3e%3cpath fill='%23ffffff' d='M32 48.1c-1.3 0-2.4-.5-3.5-1.3L.8 20.7C-.3 19.6-.3 18 .8 17c1.1-1.1 2.7-1.1 3.7 0L32 42.8l27.5-26.1c1.1-1.1 2.7-1.1 3.7 0 1.1 1.1 1.1 2.7 0 3.7L35.5 46.5c-1.1 1.4-2.2 1.6-3.5 1.6z'/%3e%3c/svg%3e"); }
.tm_theme_dark .sort__select option {
color: black; }
.tm_theme_dark .project-meta--table .project-meta__item {
border-bottom-color: #ffffff; }
.tm_theme_dark .project-meta__item-title {
color: #ffffff; }
.tm_theme_dark .project-meta__item-text {
color: #999999; }
.tm_theme_dark .single-project--minimalist .single-project__header {
border-bottom-color: rgba(255, 255, 255, 0.2); }
.tm_theme_dark .single-project__intro-text {
color: #999999;
border-bottom-color: rgba(255, 255, 255, 0.2); }
.tm_theme_dark .single-project__section-heading {
color: #ffffff; }
.tm_theme_dark .single-project__section ul li {
color: #ffffff; }
.tm_theme_dark .pld-like-count-wrap {
color: #ffffff; }
.tm_theme_dark .paginate--simple .paginate__item a {
color: #ffffff; }
.tm_theme_dark .paginate--arrows {
border-bottom-color: #ffffff; }
.tm_theme_dark .paginate--arrows .paginate__item a svg {
fill: #ffffff; }
.tm_theme_dark .paginate__text span:not(.hint) {
color: #ffffff; }
.tm_theme_dark .video-btn--technical .video-btn__btn {
border-color: #ffffff; }
.tm_theme_dark .video-btn--technical .video-btn__btn svg {
fill: #ffffff; }
.tm_theme_dark .video-btn--technical .video-btn__btn:hover, .tm_theme_dark .video-btn--technical .video-btn__btn:focus {
border-color: #ffdf91;
background-color: #ffdf91; }
.tm_theme_dark .video-btn--technical .video-btn__btn:hover svg, .tm_theme_dark .video-btn--technical .video-btn__btn:focus svg {
fill: #000000; }
.tm_theme_dark .video-btn__text {
color: #ffffff; }
.tm_theme_dark .reward__project-name a {
color: #ffffff; }
.tm_theme_dark .rewards {
background-color: #181818; }
.tm_theme_dark .rewards__item + .rewards__item {
border-top-color: rgba(255, 255, 255, 0.2); }
.tm_theme_dark .webpage--modern .rewards {
background-color: #232323; }
.tm_theme_dark .contact-info__icon {
border-color: #ffffff; }
.tm_theme_dark .contact-info__icon svg {
fill: #ffffff; }
.tm_theme_dark .contact-info__title {
color: #ffffff; }
.tm_theme_dark .contact-info__text,
.tm_theme_dark .contact-info__text a {
color: #999999; }
.tm_theme_dark .contacts__modal {
background-color: #232323; }
.tm_theme_dark .contacts__modal-close svg {
fill: #ffffff; }
.tm_theme_dark .field input,
.tm_theme_dark .field textarea {
color: #000000;
border-bottom-color: rgba(255, 255, 255, 0.2) !important; }
.tm_theme_dark .default_heading {
color: #ffffff; }
.tm_theme_dark .field .underline::before, .tm_theme_dark .field .underline::after {
background-color: #ffffff; }
.tm_theme_dark .form__title {
color: #ffffff; }
.tm_theme_dark .form__subtitle {
color: #999999; }
.tm_theme_dark .form .underline::before, .tm_theme_dark .form .underline::after {
background-color: #ffffff; }
.tm_theme_dark .form__field input,
.tm_theme_dark .form__field textarea {
color: #ffffff; }
@media (min-width: 992px) {
.tm_theme_dark .form__submit:hover, .tm_theme_dark .form__submit:focus {
color: #ffffff;
opacity: .8; } }
.tm_theme_dark .news-join__title {
color: #ffffff; }
.tm_theme_dark .team__title {
color: #ffffff; }
@media (min-width: 992px) {
.tm_theme_dark .team-item:hover .team-item__name {
border-color: #ffffff; } }
.tm_theme_dark .team-item__name {
color: #ffffff; }
.tm_theme_dark .team-item__position {
color: #999999; }
.tm_theme_dark .team-item--join .team-item__photo svg {
fill: #ffffff; }
.tm_theme_dark .team-item--join .team-item__photo p {
color: #ffffff; }
.tm_theme_dark .service-page__heading,
.tm_theme_dark .service-page h2 {
color: #ffffff; }
.tm_theme_dark .service-page p {
color: #999999; }
.tm_theme_dark .specialization__item-text {
color: #ffffff; }
.tm_theme_dark .process-step__item::before {
color: #ffffff; }
.tm_theme_dark .process-step__item-title {
color: #ffffff; }
.tm_theme_dark .process-step__item-text {
color: #999999; }
.tm_theme_dark .form__title {
color: #ffffff; }
.tm_theme_dark .form__subtitle {
color: #999999; }
.tm_theme_dark .form .underline::before, .tm_theme_dark .form .underline::after {
background-color: #ffffff; }
.tm_theme_dark .form__field input,
.tm_theme_dark .form__field textarea {
color: #ffffff; }
@media (min-width: 992px) {
.tm_theme_dark .form__submit:hover, .tm_theme_dark .form__submit:focus {
color: #ffffff;
opacity: .8; } }
.tm_theme_dark .widget > .widget-title {
color: #ffffff; }
.tm_theme_dark .sidebar__block-title {
color: #ffffff; }
.tm_theme_dark .sidebar__services-item {
border-color: #ffffff; }
.tm_theme_dark .sidebar__services-item a {
color: #ffffff !important; }
.tm_theme_dark .sidebar__services-item a::before {
color: #ffffff; }
.tm_theme_dark .sidebar__services-item a:hover, .tm_theme_dark .sidebar__services-item a:focus {
color: #ff4800 !important; }
.tm_theme_dark .widget_meta ul li a, .tm_theme_dark .widget_meta ul li span, .tm_theme_dark .widget_recent_entries ul li a, .tm_theme_dark .widget_recent_entries ul li span, .tm_theme_dark .widget_archive ul li a, .tm_theme_dark .widget_archive ul li span, .tm_theme_dark .widget_categories ul li a, .tm_theme_dark .widget_categories ul li span {
color: #ffffff !important; }
.tm_theme_dark .widget_recent_comments .recentcomments .comment-author-link a, .tm_theme_dark .widget_recent_comments .recentcomments a, .tm_theme_dark .widget_recent_comments .recentcomments {
color: #ffffff; }
.tm_theme_dark #searchsubmit {
background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='%23ffffff'%3e%3cpath d='M62.9 56.5l-17-13.8c7.2-9.9 6.1-23.7-2.7-32.5C38.4 5.3 32 2.7 25.3 2.7s-13 2.6-17.8 7.4S0 21.3 0 28s2.7 13.1 7.5 17.9c5.1 5.1 11.5 7.5 17.9 7.5 6.1 0 12.3-2.1 17.1-6.7l17.3 14.1c.5.5 1.1.5 1.6.5.8 0 1.6-.3 2.1-1.1.8-1 .8-2.6-.6-3.7zM25.3 48c-5.3 0-10.4-2.1-14.1-5.9-3.7-3.7-5.9-8.8-5.9-14.1s2.1-10.4 5.9-14.1S20 8 25.3 8s10.4 2.1 14.1 5.9 5.9 8.8 5.9 14.1-2.1 10.4-5.9 14.1c-3.7 3.8-8.7 5.9-14.1 5.9z'/%3e%3c/svg%3e ") no-repeat right center; }
.tm_theme_dark .sidebar__categories-num {
color: #ffffff; }
.tm_theme_dark .service-page__content .specialization {
color: #ffffff; }
.tm_theme_dark .sidebar__services-item a:hover::before {
color: #ffffff; }
@media (min-width: 992px) {
.tm_theme_dark .popular-post:hover .title {
color: #ff4800; }
.tm_theme_dark .popular-post:hover .popular-post__num {
color: #ffffff; } }
.tm_theme_dark .popular-post__num {
color: #ffffff; }
.tm_theme_dark .popular-post__content .title {
color: #ffffff; }
.tm_theme_dark .newsletter {
background-color: transparent;
border: 1px solid #ffffff; }
.tm_theme_dark .newsletter__title {
color: #ffffff; }
.tm_theme_dark .newsletter__text {
color: #999999; }
@media (min-width: 992px) {
.tm_theme_dark .newsletter__btn:hover {
background-color: #ff6d33;
opacity: 1; } }
.tm_theme_dark .pricing__title {
color: #ffffff; }
.tm_theme_dark .pricing__subtitle {
color: #999999; }
.tm_theme_dark .pricing__contact-us {
color: #ffffff; }
@media (min-width: 992px) {
.tm_theme_dark .pricing-item:hover .pricing-item__wrapper {
border-color: #ffffff; } }
.tm_theme_dark .pricing-item__wrapper {
background-color: #232323; }
.tm_theme_dark .pricing-item__plan {
color: #ffffff; }
.tm_theme_dark .pricing-item__price {
color: #ffffff; }
.tm_theme_dark .pricing-item__included li {
color: #ffffff; }
.tm_theme_dark .pricing-item__btn {
background-color: #ff4800;
border: none;
color: #ffffff;
transition: all .3s ease-in-out; }
@media (min-width: 992px) {
.tm_theme_dark .pricing-item__btn:hover, .tm_theme_dark .pricing-item__btn:focus {
border-color: #ff6d33;
background-color: #ff6d33;
opacity: .8; } }
.tm_theme_dark .webpage--beige .pricing-item:hover .pricing-item__wrapper {
border-color: #e6da89; }
.tm_theme_dark .page-404__title {
color: #ffffff; }
.tm_theme_dark .page-404__subtitle {
color: #999999; }
.tm_theme_dark .news-sb-page__title {
color: #ffffff; }
.tm_theme_dark .news-sb-page__related-arrow {
background-color: transparent; }
.tm_theme_dark .news-sb-page__related-arrow svg {
fill: #ffffff; }
.tm_theme_dark .news-sb__title {
color: #ffffff; }
.tm_theme_dark .news-sb-slider .arrow-square {
background-color: #181818;
border-color: #181818; }
.tm_theme_dark .news-sb-slider .arrow-square.swiper-button-disabled {
border-color: rgba(24, 24, 24, 0.6); }
.tm_theme_dark .news-sb-slider .arrow-square.swiper-button-disabled svg {
fill: rgba(24, 24, 24, 0.6) !important; }
@media (min-width: 992px) {
.tm_theme_dark .news-sb-slider .arrow-square:hover {
background-color: transparent; }
.tm_theme_dark .news-sb-slider .arrow-square:hover svg {
fill: #181818; } }
.tm_theme_dark .news-sb-slider .arrow-square svg {
fill: #ffffff; }
.tm_theme_dark .post-related__title {
color: #ffffff; }
.tm_theme_dark .pagination__link, .tm_theme_dark .pagination__btn {
color: #ffffff; }
.tm_theme_dark .post-sb__title {
color: #ffffff; }
.tm_theme_dark .post-sb__title-inner {
color: #ffffff; }
.tm_theme_dark .post-sb__subtitle {
color: #ffffff; }
.tm_theme_dark .post-sb__text {
color: #999999; }
.tm_theme_dark .post-sb__pic-caption a {
color: #ffffff; }
.tm_theme_dark .post-sb__list {
color: #999999; }
.tm_theme_dark .post-sb__list li::before {
background-color: #999999; }
.tm_theme_dark .post-sb__tags a {
color: #ffffff;
background-color: transparent; }
.tm_theme_dark .post-sb__socials > p {
color: #ffffff; }
.tm_theme_dark .post-sb__related-title {
color: #ffffff; }
.tm_theme_dark .post-author__name {
color: #ffffff; }
.tm_theme_dark .post-author__text {
color: #999999; }
.tm_theme_dark .post-author__socials li a svg {
fill: #ffffff; }
.tm_theme_dark .comment__title {
color: #ffffff; }
.tm_theme_dark .comment .comment-item__name, .tm_theme_dark .comment .comment-item__sent {
color: #ffffff; }
.tm_theme_dark .comment .comment-item__text {
color: #999999; }
.tm_theme_dark .comment .comment-item__reply {
background-color: transparent;
color: #ffffff; }
.tm_theme_dark .comment-form__title {
color: #ffffff; }
.tm_theme_dark .news-slider .slider__nav-btn {
border: solid 1px #181818;
background-color: #181818; }
@media (min-width: 992px) {
.tm_theme_dark .news-slider .slider__nav-btn:hover, .tm_theme_dark .news-slider .slider__nav-btn:focus {
background-color: transparent; }
.tm_theme_dark .news-slider .slider__nav-btn:hover svg, .tm_theme_dark .news-slider .slider__nav-btn:focus svg {
fill: #ff4800; } }
.tm_theme_dark .bg-wrapper {
background-color: #181818; }
@media (min-width: 1200px) {
.tm_theme_dark .bg-wrapper {
background-color: transparent;
background-image: linear-gradient(to right, transparent 3.375vw, #181818 3.375vw); } }
@media (min-width: 1560px) {
.tm_theme_dark .bg-wrapper {
background-image: linear-gradient(to right, transparent 9.375vw, #181818 9.375vw); } }
@media (min-width: 1200px) {
.tm_theme_dark .bg-wrapper--reverse {
background-image: linear-gradient(to left, transparent 3.375vw, #181818 3.375vw); } }
@media (min-width: 1560px) {
.tm_theme_dark .bg-wrapper--reverse {
background-image: linear-gradient(to left, transparent 9.375vw, #181818 9.375vw); } }
.tm_theme_dark .header-search__wrapper {
background-color: #232323; }
.tm_theme_dark .header-search__toggle-icon {
fill: #ffffff; }
.tm_theme_dark .header-search__toggle:hover, .tm_theme_dark .header-search__toggle:focus {
outline: none; }
.tm_theme_dark .header-search__toggle:hover svg, .tm_theme_dark .header-search__toggle:focus svg {
fill: #ff4800; }
.tm_theme_dark .header-search form input {
color: #ffffff;
background-color: #181818; }
.tm_theme_dark .webpage--beige .header-search__wrapper {
background-color: #232323; }
.tm_theme_dark .webpage--beige .header-search__toggle-icon {
fill: #ffffff; }
.tm_theme_dark .webpage--beige .header-search__toggle:hover, .tm_theme_dark .webpage--beige .header-search__toggle:focus {
outline: none; }
.tm_theme_dark .webpage--beige .header-search__toggle:hover svg, .tm_theme_dark .webpage--beige .header-search__toggle:focus svg {
fill: #e6da89; }
.tm_theme_dark .webpage--beige .header-search form input {
color: #ffffff;
background-color: #181818; }
.tm_theme_dark .hero-banner__down {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 275 103'%3e%3cpath fill-rule='evenodd' fill='%23181818' d='M.427 71.361s-8.822-8.972 51.994-8.972C93.315 62.389 83.361-.745 140.05 1c37.827 1.165 48.543 61.389 82.956 61.389 34.414 0 51.994 3.778 51.994 3.778V103H.427V71.361z'/%3e%3c/svg%3e"); }
.tm_theme_dark .hero-banner__down:hover svg, .tm_theme_dark .hero-banner__down:focus svg {
fill: #cee100; }
.tm_theme_dark .hero-banner__down svg {
fill: #ffffff; }
.tm_theme_dark .btn.btn--technical {
color: #ffffff;
border-color: #ffffff; }
.tm_theme_dark .btn.btn--technical:hover, .tm_theme_dark .btn.btn--technical:focus {
color: #000000;
background-color: #ffdf91; }
.tm_theme_dark .header.header--technical .tm-mega-menu ul.sub-menu li.sub-nav-item a.sub-menu-link:hover {
color: #ffffff; }
.tm_theme_dark .webpage--modern .btn--outline {
color: #ffffff; }
.tm_theme_dark .latest-article__category a {
color: #ffffff; }
.tm_theme_dark .latest-article__heading a {
color: #ffffff; }
.tm_theme_dark .latest-articles__item {
border-top-color: #ffffff; }
.tm_theme_dark .instagram-block__title {
color: #ffffff; }
.tm_theme_dark .instagram-block__icon {
fill: #ffffff; }
.tm_theme_dark .technical-drawing {
border-color: #ffffff; }
.tm_theme_dark .technical-drawing__section--flex .technical-drawing__section-column + * {
border-top-color: #ffffff; }
@media (min-width: 992px) {
.tm_theme_dark .technical-drawing__section--flex .technical-drawing__section-column + * {
border-left-color: #ffffff; } }
.tm_theme_dark .technical-drawing__section + .technical-drawing__section {
border-top-color: #ffffff; }
.tm_theme_dark .th-our-story__exp {
border-bottom-color: #000000;
background-image: url(//studio-bdf.fr/wp-content/themes/liarch/assets/css/img/exp-bg-dark.jpg); }
@media (min-width: 576px) {
.tm_theme_dark .th-our-story__exp {
border-right-color: #ffffff; } }
.tm_theme_dark .th-our-story__exp-title {
color: #ffffff; }
.tm_theme_dark .th-our-story__exp-title::before {
border-top: solid 4px #ffffff; }
.tm_theme_dark .th-our-story__exp-value {
color: #ffffff; }
.tm_theme_dark .th-our-story__text {
color: #ffffff; }
.tm_theme_dark .th-type-service__heading {
color: #ffffff; }
.tm_theme_dark .th-type-service__text {
max-width: 660px;
font-size: 16px;
line-height: 1.7;
color: #666666; }
@media (min-width: 1200px) {
.tm_theme_dark .th-type-service__text {
font-size: 20px; } }
.tm_theme_dark .th-type-service__list {
list-style: none;
width: calc(100% + 80px);
margin-left: -40px;
padding: 0; }
@media (min-width: 768px) {
.tm_theme_dark .th-type-service__list {
width: 100%;
margin: 0; } }
.tm_theme_dark .th-type-service__item {
border-top-color: #ffffff; }
@media (min-width: 768px) {
.tm_theme_dark .th-type-service__item {
border-color: #ffffff; } }
.tm_theme_dark .th-type-service__item a:hover .th-type-service__item-link, .tm_theme_dark .th-type-service__item a:focus .th-type-service__item-link {
color: #ffffff; }
.tm_theme_dark .th-type-service__item a:hover .th-type-service__item-link::before, .tm_theme_dark .th-type-service__item a:focus .th-type-service__item-link::before {
background-color: #c1a257; }
.tm_theme_dark .th-type-service__item-icon svg {
fill: #ffffff; }
.tm_theme_dark .th-type-service__item-heading {
color: #ffffff; }
.tm_theme_dark .th-type-service__item-link {
color: #ffffff; }
.tm_theme_dark .th-type-service__quote {
color: #ffffff; }
.tm_theme_dark .th-type-service__cite {
color: #ffffff; }
.tm_theme_dark .th-type-service__cite span {
color: #999999; }
.tm_theme_dark .th-latest-projects__header {
background-image: url(//studio-bdf.fr/wp-content/themes/liarch/assets/css/img/th-latest-bg-dark.jpg); }
.tm_theme_dark .th-latest-projects__heading {
color: #ffffff; }
.tm_theme_dark .th-latest-projects__btn {
border-color: #ffffff; }
.tm_theme_dark .th-latest-projects__btn svg {
fill: #ffffff;
transition: fill 0.3s ease; }
.tm_theme_dark .th-latest-projects__btn:hover, .tm_theme_dark .th-latest-projects__btn:focus {
border-color: #ffffff;
background-color: #ffdf91; }
.tm_theme_dark .th-latest-projects__btn:hover svg, .tm_theme_dark .th-latest-projects__btn:focus svg {
fill: #000000; }
.tm_theme_dark .th-latest-projects__btn + .th-latest-projects__btn {
margin-left: 9px; }
.tm_theme_dark .th-latest-projects__carousel {
width: calc(100% + 8px);
margin-left: -4px;
margin-bottom: -4px; }
.tm_theme_dark .th-hero-slider__counter {
color: #ffffff; }
@media (min-width: 576px) {
.tm_theme_dark .th-hero-slider__counter span {
color: #999999; } }
@media (min-width: 576px) {
.tm_theme_dark .th-hero-slider__counter span:first-child {
color: #ffffff; } }
.tm_theme_dark .th-hero-slider__heading {
color: #ffffff; }
.tm_theme_dark .th-hero-slider__text {
color: #ffffff; }
@media (min-width: 576px) {
.tm_theme_dark .th-hero-slider__text {
color: #666666; } }
.tm_theme_dark .th-hero-slider__nav-btn svg {
fill: #ffffff; }
.tm_theme_dark .th-hero-slider__nav-btn:hover, .tm_theme_dark .th-hero-slider__nav-btn:focus {
color: #ffdf91; }
.tm_theme_dark .th-hero-slider__thumb.swiper-slide-thumb-active {
color: #ffffff; }
.tm_theme_dark .awards-table__heading {
color: #ffffff; }
.tm_theme_dark .awards-table tbody tr {
transition: background-color 0.3s ease; }
.tm_theme_dark .awards-table tbody tr:hover {
background-color: #323232; }
.tm_theme_dark .awards-table tr {
border-top-color: #4e4e4e; }
.tm_theme_dark .awards-table th {
font-size: 10px;
line-height: 1;
color: #666666; }
.tm_theme_dark .awards-table td {
color: #ffffff; }
.tm_theme_dark .awards-table td a {
color: #ffffff; }
.tm_theme_dark .awards-table td a:hover, .tm_theme_dark .awards-table td a:focus {
color: #ffffff; }
.tm_theme_dark .preloader {
background-color: #232323; }
.tm_theme_dark .preloader__double-bounce {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
animation: bounce 2s infinite ease-in-out;
opacity: 0.6;
border-radius: 50%;
background-color: #ff4800; }
.tm_theme_dark .preloader__double-bounce--delay {
animation-delay: -1s; }
.tm_theme_dark .webpage--beige .preloader {
background-color: #4d524b; }
.tm_theme_dark .webpage--beige .preloader__double-bounce {
background-color: #e6da89; }
.tm_theme_dark .webpage--modern .preloader__double-bounce {
background-color: #cee100; }
.tm_theme_dark .webpage--beige main {
background-color: #232323; }
.tm_theme_dark .webpage--modern {
background-color: transparent; }
.tm_theme_dark .webpage--modern main {
background-color: #181818; }
.tm_theme_dark .menu-link {
color: #ffffff; }
.tm_theme_dark .has-submenu .sub-nav {
background-color: #181818; }
.tm_theme_dark .nav-item::after {
background-color: #666666; }
.tm_theme_dark header ul.double-sub-menu li.sub-nav-item a.sub-menu-link {
color: #ffffff; }
.tm_theme_dark .tm-mega-menu .current-menu-ancestor .current-menu-item .sub-menu-link {
color: #ff4800; }
.tm_theme_dark .comment-form-cookies-consent label {
color: #fff; }
html.tm_theme_dark.tm_liarch_scroll_bar ::-webkit-scrollbar {
width: 10px;
height: 10px; }
html.tm_theme_dark.tm_liarch_scroll_bar ::-webkit-scrollbar-button {
display: none; }
html.tm_theme_dark.tm_liarch_scroll_bar ::-webkit-scrollbar-track-piece {
background-color: #eaeaea; }
html.tm_theme_dark.tm_liarch_scroll_bar ::-webkit-scrollbar-thumb {
background-color: #232323;
border-radius: none; }
html.tm_theme_dark.tm_liarch_scroll_bar ::-webkit-scrollbar-corner {
background-color: #999; }
html.tm_theme_dark ::-webkit-resizer {
background-color: #666; }
html.tm_theme_dark.beige ::-webkit-scrollbar-thumb {
background-color: #232323;
border-radius: none; }
html.tm_theme_dark.modern ::-webkit-scrollbar-thumb {
background-color: #232323;
border-radius: none; } .trackback .comment-item__photo, .pingback .comment-item__photo {
display: none; }
.gallery .gallery-item .gallery-icon a img {
margin: auto; }
h1, .h1, h2, .h2, h3, .h3 {
margin-top: 20px;
margin-bottom: 10px; }
.wp-block-pullquote {
border-bottom: 4px solid; }
.wp-block-pullquote blockquote {
margin-bottom: 0px; }
.wp-block-pullquote p {
margin-bottom: 30px; }
.wp-block-pullquote.has-background p {
margin-bottom: 30px; }
p + p {
margin-bottom: 20px; }
.wp-block-pullquote.is-style-solid-color blockquote p {
margin-bottom: 30px; }
.wp-block-image .aligncenter img {
margin: auto; }
.wp-block-image figure.alignleft, .wp-block-image figure.alignright {
width: unset; }
.wp-block-image a {
color: #f5480c; }
blockquote.wp-block-quote {
padding-top: 65px;
padding-left: 40px;
padding-right: 40px;
padding-bottom: 40px; }
blockquote.wp-block-quote p {
font-weight: 600; }
blockquote.wp-block-quote cite {
font-size: 14px; }
blockquote.wp-block-quote:before {
top: 30px;
left: 30px; }
blockquote a {
color: #f5480c;
transition: all .3s ease-in-out; }
blockquote a:hover {
color: #f5480c;
opacity: .8; }
.wp-block-button__link {
color: #fff !important; }
.is-style-outline > .wp-block-button__link:not(.has-text-color), .wp-block-button__link.is-style-outline:not(.has-text-color) {
color: #32373c !important; }
button.wp-block-search__button {
transition: all 400ms ease-in-out;
font-size: 13px;
letter-spacing: 1px;
float: left;
min-height: 46px; }
.fl-form-password-protected .fl-input-group button.fl-custom-btn {
display: inline-block;
vertical-align: top;
padding: 16px 20px;
font-size: 16px;
line-height: 1;
color: #ffffff;
letter-spacing: 0.05em;
text-transform: uppercase;
text-align: center;
border-radius: 5px;
border: solid 1px #ff4800;
background-color: #ff4800;
cursor: pointer;
transition: background-color 0.3s ease;
margin-top: 25px;
margin-bottom: 25px; }
.fl-form-password-protected .fl-input-group button.fl-custom-btn:hover {
outline: none;
opacity: .8;
color: #ffffff;
box-shadow: none; }
.wp-block-tag-cloud a {
padding: 1.5px 9px;
margin-bottom: 5px;
color: #999999;
cursor: pointer;
font-size: 14px;
transition: all 0.3s ease; }
.wp-block-tag-cloud a:hover {
color: #f5480c; }
.wp-block-rss .wp-block-rss__item a {
color: #000000; }
.wp-block-rss .wp-block-rss__item a:hover {
color: #f5480c; }
.wp-block-search {
margin-bottom: 10px; }
input.wp-block-search__input {
width: 80%; }
.wp-block-calendar tfoot a {
color: #f5480c; }
.wp-calendar-table {
margin-bottom: 0px !important; }
.wp-block-calendar .wp-calendar-nav {
border: 2px solid #ddd;
border-top: 0px;
display: flex; }
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev, .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next {
text-align: left;
width: 50%;
display: inline-flex;
padding: 0 25px; }
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a, .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a {
color: #f5480c; }
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next {
justify-content: flex-end; }
.wp-block-calendar .wp-calendar-nav .pad {
border-left: 2px solid #ddd; }
.wp-block-search__button-outside .wp-block-search__inside-wrapper {
position: relative; }
.wp-block-search__button-outside .wp-block-search__input {
width: 100%;
max-width: 300px;
position: relative;
background: unset;
border-bottom: 1px solid #000000;
border-top: 0px;
border-left: 0px;
border-right: 0px;
padding: 10px 0; }
.wp-block-search__button-outside button {
background-size: 20px;
right: 0;
display: inline-block;
vertical-align: top;
padding: 16px 20px;
font-size: 16px;
line-height: 1;
color: #ffffff !important;
letter-spacing: 0.05em;
text-transform: uppercase;
text-align: center;
border-radius: 5px;
border: solid 1px #ff4800 !important;
background-color: #ff4800 !important;
cursor: pointer;
transition: all 0.3s ease; }
.wp-block-search__button-outside button:hover {
outline: none;
opacity: .8;
color: #ffffff;
box-shadow: none; }
.wp-block-latest-comments .wp-block-latest-comments__comment {
margin-left: 0px; }
.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a {
color: #f5480c;
transition: all .3s ease-in-out; }
.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a:hover {
color: #f5480c;
opacity: .8; }
.wp-block-latest-posts.wp-block-latest-posts__list li {
margin-left: 0px; }
.wp-block-latest-posts.wp-block-latest-posts__list li a {
color: #f5480c;
transition: all .3s ease-in-out; }
.wp-block-latest-posts.wp-block-latest-posts__list li a:hover {
color: #f5480c;
opacity: .8; }
.wp-block-categories select {
width: 100%;
height: 100%;
margin-bottom: 0;
padding: 15px 62px 15px 20px;
border: 1px solid #dadada;
display: block;
background-color: #fff;
color: #000;
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
font-size: 15px;
letter-spacing: .02em;
-webkit-appearance: auto; }
.wp-block-calendar table caption {
text-align: center;
border: 2px solid #ddd;
border-top: 0px; }
ul.wp-block-archives {
list-style: none;
margin-left: 0px !important; }
ul.wp-block-archives li {
list-style: none !important;
position: relative;
padding: 0;
padding-left: 0 !important;
border-bottom: 1px #eee solid;
margin-left: 0px;
margin-top: 0px; }
ul.wp-block-archives li:before {
content: none !important; }
ul.wp-block-archives li a {
font-size: 15px;
line-height: 40px;
color: #000000; }
ul.wp-block-archives li a:hover {
color: #f5480c; }
ul.wp-block-archives li span {
color: #908c8a;
position: absolute;
top: 0;
right: 0;
font-size: 15px;
line-height: 40px; }
ul.wp-block-archives li:last-child {
padding-bottom: 0;
border-bottom: none; }
ul.wp-block-archives li:first-child {
padding-top: 0; }
ul.wp-block-archives li:before {
content: ""; }
.wp-block-file a {
color: #777777; }
.wp-block-file a:hover {
color: #cccccc; }
.wp-caption {
max-width: 98%;
text-align: center; }
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto; }
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px; }
.wp-caption.alignnone {
margin: 5px 0 20px 0; }
.wp-caption.alignleft {
margin: 5px 20px 20px 0; }
.wp-caption.alignright {
margin: 5px 0 20px 20px; }
select {
cursor: pointer;
position: relative;
max-width: 100%;
appearance: none;
outline: 0;
width: 100%;
color: #999999;
line-height: 1;
padding: 16px 35px;
border: 1px solid;
margin-bottom: 20px;
transition: .3s ease;
background: url(https://studio-bdf.fr/wp-content/themes/liarch/assets/css/sass/images/arrow-dropdown.png) 95% 45% #fff;
background-repeat: no-repeat; }
.widget_calendar .calendar_wrap, .wp-block-calendar .calendar_wrap {
position: relative; }
.widget_calendar .calendar_wrap #wp-calendar, .wp-block-calendar .calendar_wrap #wp-calendar {
width: 100%;
position: relative;
background: transparent;
margin: 0;
border: none;
border-collapse: collapse; }
.widget_calendar .calendar_wrap #wp-calendar caption, .wp-block-calendar .calendar_wrap #wp-calendar caption {
background: transparent;
caption-side: top;
text-align: center;
height: 30px;
line-height: 35px;
font-size: 14px;
padding: 0;
margin-bottom: 15px;
color: #000;
font-weight: 500; }
.widget_calendar .calendar_wrap #wp-calendar thead th,
.widget_calendar .calendar_wrap #wp-calendar tbody td, .wp-block-calendar .calendar_wrap #wp-calendar thead th,
.wp-block-calendar .calendar_wrap #wp-calendar tbody td {
width: 36px;
height: 36px;
line-height: 36px;
text-align: center;
padding: 0;
vertical-align: middle; }
.widget_calendar .calendar_wrap #wp-calendar thead th, .wp-block-calendar .calendar_wrap #wp-calendar thead th {
font-size: 12px; }
.widget_calendar .calendar_wrap #wp-calendar tbody td, .wp-block-calendar .calendar_wrap #wp-calendar tbody td {
font-size: 11px; }
.widget_calendar .calendar_wrap #wp-calendar thead, .wp-block-calendar .calendar_wrap #wp-calendar thead {
background: transparent; }
.widget_calendar .calendar_wrap #wp-calendar thead th, .wp-block-calendar .calendar_wrap #wp-calendar thead th {
color: #000; }
.widget_calendar .calendar_wrap #wp-calendar tbody tr, .wp-block-calendar .calendar_wrap #wp-calendar tbody tr {
background: transparent; }
.widget_calendar .calendar_wrap #wp-calendar tbody tr td, .wp-block-calendar .calendar_wrap #wp-calendar tbody tr td {
background: #fff;
border: 0;
position: relative; }
.widget_calendar .calendar_wrap #wp-calendar tbody tr td.pad, .wp-block-calendar .calendar_wrap #wp-calendar tbody tr td.pad {
background: transparent; }
.widget_calendar .calendar_wrap #wp-calendar tbody tr td a, .wp-block-calendar .calendar_wrap #wp-calendar tbody tr td a {
display: block;
position: relative;
z-index: 2;
color: #f5480c !important;
text-decoration: underline; }
.widget_calendar .calendar_wrap #wp-calendar tbody tr td a:before, .wp-block-calendar .calendar_wrap #wp-calendar tbody tr td a:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: #fff;
transition: background .3s ease;
z-index: -1; }
.widget_calendar .calendar_wrap #wp-calendar tbody tr td a:hover, .wp-block-calendar .calendar_wrap #wp-calendar tbody tr td a:hover {
color: #f5480c !important; }
.widget_calendar .calendar_wrap #wp-calendar tbody tr td.pad, .wp-block-calendar .calendar_wrap #wp-calendar tbody tr td.pad {
border: none; }
.widget_calendar .calendar_wrap .wp-calendar-nav, .wp-block-calendar .calendar_wrap .wp-calendar-nav {
background: transparent;
position: absolute;
top: 0;
width: 100%;
height: 36px;
line-height: 36px; }
.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev,
.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next, .wp-block-calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev,
.wp-block-calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next {
position: absolute;
width: 36px;
top: 50%;
transform: translate(0, -50%);
padding: 0; }
.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a,
.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a, .wp-block-calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a,
.wp-block-calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a {
border: 0;
background-color: #fff;
display: block;
position: relative;
margin: 0 auto;
color: transparent !important;
width: 35px;
height: 35px;
line-height: 24px;
text-align: center;
transition: all .3s ease-in; }
.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:before,
.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:before, .wp-block-calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:before,
.wp-block-calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:before {
font-family: FontAwesome;
color: #222;
transition: all .3s ease-in;
font-size: 12px;
height: 100%;
display: flex;
align-items: center;
justify-content: center; }
.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:hover,
.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:hover, .wp-block-calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:hover,
.wp-block-calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:hover {
transition: all .3s ease-in; }
.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:hover:before,
.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:hover:before, .wp-block-calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:hover:before,
.wp-block-calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:hover:before {
transition: all .3s ease-in;
color: #f5480c; }
.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev.pad,
.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next.pad, .wp-block-calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev.pad,
.wp-block-calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next.pad {
text-align: center; }
.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev.pad:before,
.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next.pad:before, .wp-block-calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev.pad:before,
.wp-block-calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next.pad:before {
color: #f1f1f1;
font-family: FontAwesome; }
.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev, .wp-block-calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev {
left: 0; }
.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:before, .wp-block-calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:before {
content: "\f104"; }
.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev.pad:before, .wp-block-calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev.pad:before {
content: "\f104"; }
.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next, .wp-block-calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next {
right: 0; }
.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:before, .wp-block-calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:before {
content: "\f105"; }
.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next.pad:before, .wp-block-calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next.pad:before {
content: "\f105"; }
.widget .widget-title a {
color: #000; }
.widget .widget-title a:hover {
color: #f5480c; }
.widget_rss ul li {
padding-bottom: 35px; }
.widget_rss ul li:last-child {
padding-bottom: 0; }
.widget_rss ul li .rsswidget {
color: #000;
opacity: 1;
display: block;
margin-bottom: 5px;
transition: opacity .3s ease;
font-weight: 700; }
.widget_rss ul li .rsswidget:hover {
opacity: .6; }
.widget_rss ul li .rss-date {
display: block;
margin-bottom: 5px; }
.widget_rss ul li .rssSummary {
margin-bottom: 10px; }
.widget_rss ul li .rss-date {
color: #c6c6c6; }
.widget_rss ul li cite {
position: relative;
display: block;
font-style: normal;
color: #b2b2b2; }
.widget_categories ul {
padding-top: 0px !important; }
.widget_categories ul li.cat-item {
position: relative;
line-height: 34px; }
.widget_categories ul li.cat-item a {
font-size: 15px;
color: #000; }
.widget_categories ul li.cat-item span {
position: absolute;
top: 9px;
right: 0;
min-width: 23px;
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
color: #999;
border-radius: 3px;
transition: .3s ease-in;
font-size: 15px; }
.widget_categories ul li.cat-item ul.children {
padding: 0px;
padding-left: 10px; }
.widget_categories ul li.cat-item ul.children li.cat-item:before {
color: #000;
content: '-';
padding-right: 5px;
letter-spacing: 2px;
font-size: 13px; }
.widget_categories ul li.cat-item ul.children li.cat-item ul.children {
padding: 0px;
padding-left: 10px; }
.widget_categories ul li.cat-item ul.children li.cat-item ul.children li.cat-item:before {
color: #000;
content: '--';
padding-right: 5px;
letter-spacing: 2px;
font-size: 13px; }
.widget_categories ul li.cat-item ul.children li.cat-item ul.children li.cat-item ul.children {
padding: 0px;
padding-left: 10px; }
.widget_categories ul li.cat-item ul.children li.cat-item ul.children li.cat-item ul.children li.cat-item:before {
color: #000;
content: '---';
padding-right: 5px;
letter-spacing: 2px;
font-size: 13px; }
.widget_pages ul {
padding-top: 0px !important; }
.widget_pages ul li.page_item {
position: relative;
line-height: 34px; }
.widget_pages ul li.page_item a {
font-size: 15px;
color: #000;
text-transform: uppercase; }
.widget_pages ul li.page_item span {
position: absolute;
top: 9px;
right: 0;
min-width: 23px;
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
color: #999;
border-radius: 3px;
transition: .3s ease-in;
font-size: 15px; }
.widget_pages ul li.page_item ul.children {
padding: 0px;
padding-left: 10px; }
.widget_pages ul li.page_item ul.children li.page_item:before {
color: #000;
content: '-';
padding-right: 5px;
letter-spacing: 2px;
font-size: 13px; }
.widget_pages ul li.page_item ul.children li.page_item ul.children {
padding: 0px;
padding-left: 10px; }
.widget_pages ul li.page_item ul.children li.page_item ul.children li.page_item:before {
color: #000;
content: '--';
padding-right: 5px;
letter-spacing: 2px;
font-size: 13px; }
.widget_pages ul li.page_item ul.children li.page_item ul.children li.page_item ul.children {
padding: 0px;
padding-left: 10px; }
.widget_pages ul li.page_item ul.children li.page_item ul.children li.page_item ul.children li.page_item:before {
color: #000;
content: '---';
padding-right: 5px;
letter-spacing: 2px;
font-size: 13px; }
.sidebar .widget_nav_menu ul {
padding-top: 0px !important; }
.sidebar .widget_nav_menu ul li.nav-item {
position: relative;
line-height: 34px; }
.sidebar .widget_nav_menu ul li.nav-item a {
font-size: 15px;
color: #000;
vertical-align: middle;
text-transform: uppercase; }
.sidebar .widget_nav_menu ul li.nav-item ul.sub-menu {
padding: 0px;
padding-left: 10px; }
.sidebar .widget_nav_menu ul li.nav-item ul.sub-menu li.sub-nav-item:before {
color: #000;
content: '-';
padding-right: 5px;
letter-spacing: 2px;
font-size: 13px; }
.sidebar .widget_nav_menu ul li.nav-item ul.sub-menu li.sub-nav-item ul.sub-menu {
padding: 0px;
padding-left: 10px; }
.sidebar .widget_nav_menu ul li.nav-item ul.sub-menu li.sub-nav-item ul.sub-menu li.sub-nav-item:before {
color: #000;
content: '--';
padding-right: 5px;
letter-spacing: 2px;
font-size: 13px; }
.sidebar .widget_nav_menu ul li.nav-item ul.sub-menu li.sub-nav-item ul.sub-menu li.sub-nav-item ul.sub-menu {
padding: 0px;
padding-left: 10px; }
.sidebar .widget_nav_menu ul li.nav-item ul.sub-menu li.sub-nav-item ul.sub-menu li.sub-nav-item ul.sub-menu li.sub-nav-item:before {
color: #000;
content: '---';
padding-right: 5px;
letter-spacing: 2px;
font-size: 13px; }
.sidebar .widget_tag_cloud .tagcloud a {
color: #999; }
.sidebar .widget_tag_cloud .tagcloud a:hover {
color: #f5480c; }
.sidebar .widget ul li:hover > a, .sidebar .widget ul li:hover > span {
color: #f5480c; }
.fl_content_story .aligncenter, .fl_content_story img.aligncenter, .fl-comment-moderation .aligncenter, .fl-comment-moderation img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto; }
.fl_content_story img.alignright, .fl_content_story img.alignright {
float: right;
display: inline; }
.fl_content_story img.alignleft, .fl_content_story img.alignleft {
float: left;
display: inline;
margin: 5px 40px 20px 0px; }
.fl_content_story .wp-caption.alignleft, .fl-comment-moderation .wp-caption.alignleft {
float: left; }
.fl_content_story .wp-caption.alignright, .fl-comment-moderation .wp-caption.alignright {
float: right; }
.fl_content_story img.alignright, .fl-comment-moderation img.alignright {
margin: 5px 0 20px 40px; }
p {
line-height: 1.7em; }
p {
margin: 0 0 6px; }
.fl_content_story .wp-caption, .fl-comment-moderation .wp-caption {
line-height: 1.5;
margin-bottom: 1em;
text-align: center; }
p + p {
margin-top: 26px; }
.plugin-disable .fl-content {
display: flow-root; }
.plugin-disable .fl-content a {
color: #f5480c; }
.plugin-disable .fl-content table {
font-size: 14px;
border-radius: 10px;
border-spacing: 0;
text-align: center;
margin: 0 0 18px; }
.plugin-disable .fl-content table thead {
background: transparent;
border-bottom: 2px solid rgba(0, 0, 0, 0.08); }
.plugin-disable .fl-content table thead tr th {
font-size: 11px;
line-height: 1.2;
text-transform: uppercase;
letter-spacing: .4px;
padding: 9px 11px 10px;
color: #232323; }
.plugin-disable .fl-content table tbody tr {
border-bottom: 1px solid #eee; }
.plugin-disable .fl-content table tbody tr:last-child {
border-bottom: none; }
.plugin-disable .fl-content table th, .plugin-disable .fl-content table td {
line-height: 2.8;
vertical-align: middle;
padding: 10px 12px;
border: 1px solid rgba(0, 0, 0, 0.08); }
.plugin-disable .fl-content table th a, .plugin-disable .fl-content table td a {
color: #f5480c; }
.plugin-disable .fl-content table th:first-child, .plugin-disable .fl-content table td:first-child {
text-align: left; }
.plugin-disable .fl-content ul, .plugin-disable .fl-content ol, .plugin-disable .fl-content dl {
line-height: 1.6;
margin-bottom: 17px; }
.plugin-disable .fl-content ol {
position: relative;
line-height: 2;
color: #3b3b3b;
list-style-type: decimal;
margin-left: 20px;
margin-bottom: 20px; }
.plugin-disable .fl-content ol li ol {
margin-bottom: 0px; }
.plugin-disable .fl-content ol > li {
list-style-type: decimal;
padding-top: 0px; }
.plugin-disable .fl-content ul {
margin-left: 20px;
margin-bottom: 20px; }
.plugin-disable .fl-content ul > li {
position: relative;
line-height: 2;
padding-left: 0px;
padding-top: 0px;
list-style: disc; }
.plugin-disable .fl-content ul > li > ul, .plugin-disable .fl-content ol > li > ul, .plugin-disable .fl-content ul > li > ol {
margin-bottom: 10px; }
.plugin-disable .fl-content ul > li > ul:last-child, .plugin-disable .fl-content ol > li > ul:last-child, .plugin-disable .fl-content ul > li > ol:last-child {
margin-bottom: 0; }
.plugin-disable .fl-content ul > li ul > li {
position: relative;
line-height: 2;
padding-left: 0px;
padding-top: 0px;
list-style: circle; }
.plugin-disable .fl-content ul > li ul > li ul > li {
position: relative;
line-height: 2;
padding-left: 0px;
padding-top: 0px;
list-style: square; }
.plugin-disable .fl-content address {
display: inline-block;
padding: 20px;
background: #f1f1f1;
line-height: 20px;
margin-bottom: 15px; }
.plugin-disable .comment__wrap .comment .comment-item__content {
width: 100%; }
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden; }
.comment__wrap .trackback, .comment__wrap .pingback {
margin-bottom: 39px; }
.comment__wrap .trackback .comment-item__top, .comment__wrap .pingback .comment-item__top {
flex-direction: column; }
.wp-block-button.is-style-squared a, .wp-block-button__link.wp-block-button.is-style-squared a {
border-radius: 0; }
.wp-block-gallery .blocks-gallery-grid {
margin: 0px; }
.blocks-gallery-caption {
color: #666; }.fl-drop-caps-wrapper-vc .first-letter {
display: flex;
align-items: center;
justify-content: center;
float: left;
padding: 15px 25px;
margin-right: 20px;
margin-bottom: 14px;
font-size: 40px;
line-height: 1;
color: #ffffff; }
.fl-drop-caps-wrapper-vc p + p {
margin-top: 5px; } .latest-projects {
padding-bottom: 24px; }
@media (min-width: 576px) {
.latest-projects {
padding-bottom: 48px; } }
@media (min-width: 1200px) {
.latest-projects {
padding-bottom: 104px; } }
.latest-projects__header {
margin-bottom: 16px;
text-align: center; }
@media (min-width: 576px) {
.latest-projects__header {
margin-bottom: 24px; } }
@media (min-width: 768px) {
.latest-projects__header {
display: flex;
justify-content: space-between;
margin-bottom: 56px;
text-align: left; } }
@media (min-width: 992px) {
.latest-projects__header {
margin-bottom: 80px; } }
@media (min-width: 1200px) {
.latest-projects__header {
margin-bottom: 105px; } }
.latest-projects__preheading {
margin-bottom: 12px;
font-size: 16px;
line-height: 1;
color: #ff4800;
text-transform: uppercase; }
.latest-projects__heading {
margin-bottom: 16px;
text-align: center; }
.latest-projects__header .latest-projects__heading {
margin-bottom: 16px;
text-align: center; }
@media (min-width: 768px) {
.latest-projects__heading {
margin-bottom: 0;
align-self: baseline; } }
@media (min-width: 1200px) {
.latest-projects__heading {
margin-bottom: 0px; } }
@media (min-width: 768px) {
.latest-projects__more {
align-self: baseline; } }
.latest-projects__inner {
position: relative; }
@media (min-width: 1560px) {
.latest-projects__inner {
max-width: 1550px; } }
.home-left-menu .latest-projects__inner .slider__item {
height: 700px;
overflow: hidden; }
.home-left-menu .latest-projects__inner .slider__item img {
height: 100%; }
@media (min-width: 768px) {
.webpage__latest-projects .latest-projects__slider-thumbs {
position: absolute;
right: 15px;
bottom: 0;
left: 15px; } }
.latest-projects__slider-thumbs .swiper-wrapper {
align-items: flex-end; }
.webpage--modern .latest-projects__inner {
max-width: 1550px; }
.webpage--modern .latest-projects__preheading {
color: #cee100;
text-align: center; }
.webpage--modern .latest-projects__header {
display: block; }
.webpage--modern .latest-projects__heading {
font-weight: 700; }
.webpage--modern .latest-projects .swiper-pagination .swiper-pagination-bullet {
opacity: 1; }
@media (min-width: 1200px) {
.webpage--modern .latest-projects__inner .swiper-pagination {
margin-top: 90px !important; } }
@media (min-width: 768px) {
.th-latest-projects__inner {
display: flex;
align-items: flex-end;
justify-content: space-between; } }
.th-latest-projects__header {
padding: 40px 0;
background-image: url(//studio-bdf.fr/wp-content/themes/liarch/assets/css/img/th-latest-bg.jpg);
background-repeat: no-repeat;
background-position: 50% 0;
background-size: cover; }
@media (min-width: 1200px) {
.th-latest-projects__header {
padding: 140px 0; } }
.th-latest-projects__header-nav {
display: flex;
margin-top: 24px; }
@media (min-width: 768px) {
.th-latest-projects__header-nav {
margin-top: 0;
margin-bottom: 8px;
margin-left: 20px; } }
.webpage--technical-drawing .th-latest-projects__heading {
margin-bottom: 24px;
font-weight: 400; }
.th-latest-projects__btn {
display: flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
cursor: pointer;
background-color: transparent;
border: solid 1px #000000;
transition: background-color 0.3s ease; }
.th-latest-projects__btn:hover, .th-latest-projects__btn:focus {
background-color: #ffdf91;
outline: none; }
.th-latest-projects__btn:active {
opacity: 0.7; }
.th-latest-projects__btn + .th-latest-projects__btn {
margin-left: 9px; }
.th-latest-projects__carousel {
width: calc(100% + 8px);
margin-bottom: -4px;
margin-left: -4px; } .more {
font-size: 14px;
line-height: 1;
color: #000000;
text-transform: uppercase;
letter-spacing: 0.06em;
transition: color 0.3s ease; }
.more:hover, .more:focus {
color: #ff4800;
outline: none; }
.more:active {
opacity: 0.7; } .slide-content {
box-sizing: border-box;
padding: 35px 0 10px;
background-color: #ffffff;
transition: all 0.3s ease; }
@media (min-width: 576px) {
.slide-content {
padding: 20px; }
.slide-content:hover {
background-color: #ff4800; }
.slide-content:hover .slide-content__heading a {
color: #ffffff; }
.slide-content:hover .slide-content__detail {
color: #ffffff; } }
@media (min-width: 992px) {
.slide-content {
padding: 32px; } }
@media (min-width: 1200px) {
.slide-content {
padding: 48px; } }
@media (min-width: 1560px) {
.slide-content {
padding: 67px 63px 43px; } }
.slide-content--thumb {
cursor: pointer; }
@media (min-width: 768px) {
.slide-content--thumb {
background-color: transparent;
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent); } }
@media (min-width: 1200px) {
.slide-content--thumb {
padding: 28px; } }
@media (min-width: 768px) {
.slide-content--thumb .slide-content__detail {
color: #ffffff; } }
@media (min-width: 768px) {
.slide-content--thumb .slide-content__heading {
font-weight: 300;
color: #ffffff; }
.slide-content--thumb .slide-content__heading a {
color: #ffffff; } }
.slide-content--thumb:hover, .slide-content--thumb:focus {
background-color: #ffffff;
background-image: none;
transition: background-color 0.3s ease; }
.home-left-menu .slide-content--thumb:hover, .home-left-menu .slide-content--thumb:focus {
background-color: #ffffff;
background-image: none;
transition: background-color 0.3s ease; }
.slide-content--thumb:hover .slide-content__detail, .slide-content--thumb:focus .slide-content__detail {
color: #666666; }
.slide-content--thumb:hover .slide-content__heading, .slide-content--thumb:focus .slide-content__heading {
color: #000000; }
.slide-content--thumb:hover .slide-content__heading a, .slide-content--thumb:focus .slide-content__heading a {
color: #000000; }
.slide-content--thumb:hover .slide-content__heading a:hover, .slide-content--thumb:hover .slide-content__heading a:focus, .slide-content--thumb:focus .slide-content__heading a:hover, .slide-content--thumb:focus .slide-content__heading a:focus {
color: #ff4800; }
@media (min-width: 768px) {
.slide-content--thumb:hover .slide-content__heading a, .slide-content--thumb:focus .slide-content__heading a {
color: #000000; }
.slide-content--thumb:hover .slide-content__heading a:hover, .slide-content--thumb:hover .slide-content__heading a:focus, .slide-content--thumb:focus .slide-content__heading a:hover, .slide-content--thumb:focus .slide-content__heading a:focus {
color: #ff4800; } }
.slide-content__detail {
margin-bottom: 6px;
font-size: 12px;
line-height: 1;
color: #666666;
letter-spacing: 0.025em;
transition: color 0.3s ease; }
@media (min-width: 992px) {
.slide-content__detail {
margin-bottom: 8px;
font-size: 14px; } }
@media (min-width: 1200px) {
.slide-content__detail {
margin-bottom: 20px;
font-size: 16px; } }
@media (min-width: 1560px) {
.slide-content__detail {
margin-bottom: 24px; } }
.slide-content__heading {
font-size: 20px;
line-height: 1;
color: #000000; }
.slide-content__heading a {
color: #000000;
transition: color 0.3s ease; }
.slide-content__heading a:hover, .slide-content__heading a:focus {
color: #ff4800;
outline: none; }
@media (min-width: 992px) {
.slide-content__heading {
font-size: 30px; } }
@media (min-width: 1200px) {
.slide-content__heading {
font-size: 36px; } }
@media (min-width: 1560px) {
.slide-content__heading {
font-size: 40px; } } .slide {
position: relative; }
.slide img {
display: block;
width: 100%;
height: auto; }
@media (min-width: 576px) {
.slide__content {
position: absolute;
bottom: -1px;
left: -1px; } }
@media (min-width: 1200px) {
.slide__content {
min-width: 475px; } } .slider {
margin-bottom: 0 !important; }
.slider .swiper-pagination {
position: static;
display: flex;
justify-content: center; }
@media (min-width: 576px) {
.slider .swiper-pagination {
bottom: -48px; } }
@media (min-width: 1200px) {
.slider .swiper-pagination {
bottom: -104px; } }
.slider .swiper-pagination .swiper-pagination-bullet {
width: 8px;
height: 8px;
appearance: none;
margin: 0 4px;
background-color: #cccccc;
border-radius: 4px;
opacity: 1;
transition: width 0.3s ease, background-color 0.3s ease; }
@media (min-width: 576px) {
.slider .swiper-pagination .swiper-pagination-bullet {
margin: 0 11px; } }
.slider .swiper-pagination .swiper-pagination-bullet-active {
width: 36px;
background-color: #ff4800; }
.slider--single .swiper-pagination {
margin-top: 20px; }
@media (min-width: 768px) {
.slider--single .swiper-pagination {
margin-top: 40px; } }
@media (min-width: 1200px) {
.slider--single .swiper-pagination {
margin-top: 95px; } }
.slider--single .swiper-slide-next .slide__content {
opacity: 0; }
@media (min-width: 768px) {
.slider--single .slider__item {
width: 77%; } }
@media (min-width: 1200px) {
.slider--single .slider__item {
width: 75.328%; } }
@media (min-width: 768px) {
.slider--single .slider__nav {
top: calc(50% - 20px);
right: 0;
left: 0;
transform: translateY(-50%);
z-index: 1; } }
@media (min-width: 1200px) {
.slider--single .slider__nav {
top: calc(50% - 47px); } }
.slider--carousel .swiper-scrollbar {
position: relative;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
margin-top: 90px;
background-color: rgba(0, 0, 0, 0.15); }
.slider--carousel .swiper-scrollbar.swiper-scrollbar-relative {
position: relative !important;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
margin-top: 90px;
background-color: rgba(0, 0, 0, 0.15); }
.slider--carousel .swiper-scrollbar-drag {
top: -1px;
height: 3px;
background-color: #ff4800; }
.slider--carousel .slider__item {
width: 100%;
box-sizing: border-box; }
@media (min-width: 576px) {
.slider--carousel .slider__item {
width: 70%; } }
@media (min-width: 992px) {
.slider--carousel .slider__item {
width: 40%; } }
@media (min-width: 1200px) {
.slider--carousel .slider__item {
width: 35.5%; } }
.slider--with-thumbs {
padding-top: 60px; }
@media (min-width: 768px) {
.slider--with-thumbs {
padding-top: 0; } }
.slider--with-thumbs .slider__nav {
position: absolute;
top: 0;
right: 0;
display: flex; }
@media (min-width: 768px) {
.slider--with-thumbs .slider__nav {
top: 50%;
right: 0;
left: 0;
transform: translateY(-50%);
z-index: 1; } }
.slider--with-thumbs .slider__nav-btn {
width: 18px;
height: 32px;
appearance: none;
padding: 0;
overflow: hidden;
cursor: pointer;
background-color: transparent;
border: none; }
.slider--with-thumbs .slider__nav-btn:hover, .slider--with-thumbs .slider__nav-btn:focus {
background-color: transparent !important;
border-color: transparent !important;
outline: none; }
.slider--with-thumbs .slider__nav-btn:hover svg, .slider--with-thumbs .slider__nav-btn:focus svg {
fill: #ff4800 !important; }
@media (min-width: 768px) {
.slider--with-thumbs .slider__nav-btn {
border: solid 1px #ffffff !important; }
.slider--with-thumbs .slider__nav-btn:hover, .slider--with-thumbs .slider__nav-btn:focus {
background-color: #ff4800 !important;
border: solid 1px #ff4800; }
.slider--with-thumbs .slider__nav-btn:hover svg, .slider--with-thumbs .slider__nav-btn:focus svg {
fill: #ffffff !important; } }
.slider--with-thumbs .slider__nav-btn.swiper-button-disabled {
pointer-events: none;
opacity: 0.5; }
@media (min-width: 768px) {
.slider--with-thumbs .slider__nav-btn.swiper-button-disabled {
background-color: transparent !important;
border: solid 1px #ffffff; }
.slider--with-thumbs .slider__nav-btn.swiper-button-disabled svg {
fill: #ffffff !important; } }
.slider--with-thumbs .slider__nav-btn svg {
position: relative;
left: 50%;
display: block;
width: auto;
height: 100%;
transition: fill 0.3s ease;
transform: translateX(-50%); }
@media (min-width: 768px) {
.slider--with-thumbs .slider__nav-btn svg {
position: static;
width: 34px;
height: auto;
transform: translateX(0);
fill: #ffffff; } }
@media (min-width: 768px) {
.slider--with-thumbs .slider__nav-btn {
position: absolute;
top: 0;
display: flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
border: solid 1px #ffffff;
transition: background-color 0.3s ease, border-color 0.3s ease;
transform: translateY(-50%); }
.slider--with-thumbs .slider__nav-btn:hover, .slider--with-thumbs .slider__nav-btn:focus {
background-color: #ffffff; }
.slider--with-thumbs .slider__nav-btn:hover svg, .slider--with-thumbs .slider__nav-btn:focus svg {
fill: #000000; } }
.slider__nav {
position: absolute;
top: 0;
right: 0;
display: flex; }
@media (min-width: 768px) {
.slider__nav {
top: 50%;
right: 0;
left: 0;
transform: translateY(-50%);
z-index: 1; } }
.slider__nav-btn {
width: 18px;
height: 32px;
appearance: none;
padding: 0;
overflow: hidden;
cursor: pointer;
background-color: transparent;
border: none; }
.slider__nav-btn:hover, .slider__nav-btn:focus {
background-color: #ff4800 !important;
border-color: #ff4800 !important;
outline: none; }
.slider__nav-btn:hover svg, .slider__nav-btn:focus svg {
fill: #ffffff !important; }
.slider__nav-btn--next {
margin-left: 12px; }
@media (min-width: 768px) {
.slider__nav-btn--next {
right: 3.125vw;
margin: 0; } }
@media (min-width: 768px) {
.slider__nav-btn--prev {
left: 3.125vw; } }
.slider__nav-btn.swiper-button-disabled {
pointer-events: none;
opacity: 0.5; }
@media (min-width: 768px) {
.slider__nav-btn.swiper-button-disabled {
background-color: transparent !important;
border: solid 1px #ffffff; }
.slider__nav-btn.swiper-button-disabled svg {
fill: #ffffff !important; } }
.slider__nav-btn svg {
position: relative;
left: 50%;
display: block;
width: auto;
height: 100%;
transition: fill 0.3s ease;
transform: translateX(-50%); }
@media (min-width: 768px) {
.slider__nav-btn svg {
position: static;
width: 34px;
height: auto;
transform: translateX(0);
fill: #ffffff; } }
@media (min-width: 768px) {
.slider__nav-btn {
position: absolute;
top: 0;
display: flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
border: solid 1px #ffffff;
transition: background-color 0.3s ease, border-color 0.3s ease;
transform: translateY(-50%); }
.slider__nav-btn:hover, .slider__nav-btn:focus {
background-color: #ffffff; }
.slider__nav-btn:hover svg, .slider__nav-btn:focus svg {
fill: #000000; } }
.webpage--modern .slider .swiper-pagination .swiper-pagination-bullet-active {
background-color: #cee100; } .work-card--compact, .work-card--masonry {
position: relative;
box-sizing: border-box;
padding: 0; }
.work-card--compact .work-card__content, .work-card--masonry .work-card__content {
position: absolute;
top: 0;
left: 0;
display: flex;
width: 100%;
height: 100%;
padding: 36px 36px 30px;
pointer-events: none;
flex-direction: column;
z-index: 1; }
@media (min-width: 768px) {
.work-card--compact .work-card__content, .work-card--masonry .work-card__content {
padding: 48px 48px 42px; } }
@media (min-width: 1200px) {
.work-card--compact .work-card__content, .work-card--masonry .work-card__content {
padding: 64px 64px 60px; } }
.work-card--compact .work-card__image, .work-card--masonry .work-card__image {
position: relative;
margin: 0; }
.home_default_works .latest-projects__inner .slider__item {
max-height: 650px;
overflow: hidden; }
.home_modern_works .latest-projects__inner .slider__item {
max-height: 725px;
overflow: hidden; }
.home_modern_works .latest-projects__inner .slider__item img {
height: 100%; }
.works-carousel-2 .latest-projects__inner .slider__item {
max-height: 725px;
overflow: hidden; }
.works-carousel-2 .latest-projects__inner .slider__item img {
height: 100%; }
.work-card--compact .work-card__image::before, .work-card--masonry .work-card__image::before {
content: "";
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
background-color: #ff4800;
opacity: 0;
transition: opacity 0.3s ease;
z-index: 1; }
.work-card--compact .work-card__image:hover, .work-card--compact .work-card__image:focus, .work-card--masonry .work-card__image:hover, .work-card--masonry .work-card__image:focus {
outline: none;
opacity: 1; }
.work-card--compact .work-card__image:hover::before, .work-card--compact .work-card__image:focus::before, .work-card--masonry .work-card__image:hover::before, .work-card--masonry .work-card__image:focus::before {
opacity: 1; }
.work-card--compact .work-card__year, .work-card--masonry .work-card__year {
margin-bottom: 20px;
font-size: 18px;
line-height: 1;
color: #ffffff; }
.work-card--compact .work-card__tags, .work-card--masonry .work-card__tags {
margin-top: auto;
font-size: 18px;
color: #ffffff; }
.work-card--compact .work-card__heading, .work-card--masonry .work-card__heading {
max-width: 380px;
margin: 0;
font-weight: 700; }
@media (min-width: 1200px) {
.work-card--compact .work-card__heading, .work-card--masonry .work-card__heading {
font-size: 36px !important; } }
.work-card--compact .work-card__heading a, .work-card--masonry .work-card__heading a {
color: #ffffff; }
.work-card--masonry:hover .work-card__content {
opacity: 1; }
.work-card--masonry .work-card__content {
padding: 36px 36px 30px;
pointer-events: none;
opacity: 0;
transition: opacity 0.3s ease; }
@media (min-width: 768px) {
.work-card--masonry .work-card__content {
padding: 48px 48px 42px; } }
.work-card--grid {
box-sizing: border-box;
border: 4px solid #000000; }
.work-card--grid .work-card__image {
height: 450px;
padding: 0;
margin-bottom: 0;
overflow: hidden; }
@media (min-width: 1200px) {
.work-card--grid .work-card__image {
height: 780px;
padding: 50px; } }
.work-card--grid .work-card__image:hover img {
transform: scale(1.3); }
.work-card--grid .work-card__image img {
height: 100%;
object-fit: cover; }
.work-card--grid .work-card__content {
display: flex;
justify-content: space-between;
flex-direction: column;
border-top: 1px solid #000000; }
@media (min-width: 992px) {
.work-card--grid .work-card__content {
flex-direction: row; } }
.work-card--grid .work-card__content-wrapper {
padding: 45px 60px 25px; }
.work-card--grid .work-card__tags {
margin-bottom: 10px;
font-size: 14px;
line-height: 34px;
color: #666666;
text-transform: uppercase;
letter-spacing: 0.05em; }
.work-card--grid .work-card__heading a {
font-size: 36px;
color: #000000;
text-transform: none;
letter-spacing: -0.025em;
cursor: pointer; }
@media (min-width: 992px) {
.work-card--grid .work-card__heading a {
font-size: 48px; } }
.work-card--grid .work-card__button {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
cursor: pointer;
border-top: 1px solid #000000;
transition: background-color 0.3s ease; }
@media (min-width: 992px) {
.work-card--grid .work-card__button {
width: 212px;
border-left: 1px solid #000000; }
.work-card--grid .work-card__button:hover, .work-card--grid .work-card__button:focus {
background-color: #ffdf91;
outline: none; } }
.work-card--grid .work-card__button svg {
width: 96px;
height: 54px; }
.work-card__image {
display: block;
margin-bottom: 24px;
overflow: hidden;
transition: opacity 0.3s ease; }
@media (min-width: 1200px) {
.work-card__image {
margin-bottom: 43px; } }
.work-card__image:hover, .work-card__image:focus {
outline: none;
opacity: 0.7; }
.work-card__image:hover img, .work-card__image:focus img {
transform: scale(1.1); }
.work-card__image img {
display: block;
width: 100%;
height: auto;
transition: transform 0.3s ease; }
.work-card__tags {
margin-bottom: 12px;
font-size: 16px;
line-height: 1;
color: #ff4800; }
@media (min-width: 1200px) {
.work-card__tags {
margin-bottom: 18px; } }
.work-card__heading {
margin: 0 0 20px;
font-size: 24px;
font-weight: 400;
line-height: 1;
color: #000000;
text-transform: uppercase;
letter-spacing: 0.025em; }
@media (min-width: 1200px) {
.work-card__heading {
margin-bottom: 26px;
font-size: 30px; } }
.work-card__heading a {
color: #000000; }
.work-card__heading a:hover, .work-card__heading a:focus {
text-decoration: underline;
outline: none; }
.work-card__text {
font-size: 16px;
line-height: 1.625;
color: #666666; }
.webpage--modern .work-card--compact .work-card__image::before {
background-color: #cee100; } .works-section {
padding: 60px 0; }
@media (min-width: 768px) {
.works-section {
padding: 80px 0; } }
@media (min-width: 992px) {
.works-section {
padding: 120px 0; } }
@media (min-width: 1200px) {
.works-section {
padding: 177px 0; } }
.works-section__heading.heading {
margin: 0 0 32px;
font-weight: 400; }
@media (min-width: 768px) {
.works-section__heading {
margin-bottom: 48px; } }
@media (min-width: 1200px) {
.webpage--beige .works-section__heading {
margin-bottom: 113px; } }
@media (min-width: 768px) {
.works-section__column--list {
margin-top: 32px; }
.works-section__column--list .works-section__card {
margin-left: auto; } }
.works-section__card {
margin-bottom: 60px; }
@media (min-width: 768px) {
.works-section__card {
max-width: 400px;
margin-bottom: 0; }
.works-section__card--big {
max-width: 600px; }
.works-section__card + .works-section__card {
margin-top: 56px; } }
@media (min-width: 1200px) {
.works-section__card + .works-section__card {
margin-top: 96px; } }
.works-section__card-image {
margin-bottom: 24px; }
@media (min-width: 1200px) {
.works-section__card-image {
margin-bottom: 42px; } }
.works-section__card-image img {
display: block;
width: 100%;
height: auto; }
.works-section__card-tags {
margin-bottom: 12px;
font-size: 16px;
line-height: 1;
color: #ff4800; }
.works-section__card-heading {
margin: 0 0 12px;
font-size: 24px;
font-weight: 400;
line-height: 1;
color: #000000;
text-transform: uppercase;
letter-spacing: 0.025em; }
@media (min-width: 768px) {
.works-section__card-heading {
margin-bottom: 20px; } }
@media (min-width: 1200px) {
.works-section__card-heading {
font-size: 36px; } }
.works-section__card-heading a {
color: #000000; }
.works-section__card-heading a:hover, .works-section__card-heading a:focus {
text-decoration: underline;
outline: none; }
.works-section__card-text {
max-width: 550px;
font-size: 14px;
line-height: 1.625;
color: #999999; }
@media (min-width: 1200px) {
.works-section__card-text {
font-size: 16px; } }
.works-section__btn {
display: none; }
@media (min-width: 768px) {
.works-section__btn {
display: inline-block;
margin-top: 140px; } }
.webpage--beige .works-section__heading {
font-family: "Cinzel", "Georgia", serif;
color: #ffffff;
text-transform: uppercase;
letter-spacing: normal; }
.webpage--beige .works-section__card-tags {
color: #e6da89; }
.webpage--beige .works-section__card-heading a {
color: #ffffff; } .th-hero-slider {
position: relative; }
@media (min-width: 768px) {
.th-hero-slider {
padding-top: 60px; } }
@media (min-width: 992px) {
.th-hero-slider {
padding-top: 100px; } }
@media (min-width: 1200px) {
.th-hero-slider {
padding-top: 140px; } }
@media (min-width: 1200px) {
.th-hero-slider__inner {
position: relative;
max-width: 1640px;
margin: 0 auto; } }
.th-hero-slider__counter {
position: absolute;
top: 20px;
left: 20px;
display: flex;
align-items: flex-start;
font-size: 24px;
line-height: 1;
color: #000000;
z-index: 2; }
@media (min-width: 768px) {
.th-hero-slider__counter {
top: 0; } }
.th-hero-slider__counter span {
display: inline-block;
height: 24px;
margin-right: 6px; }
@media (min-width: 576px) {
.th-hero-slider__counter span {
color: #999999; } }
.th-hero-slider__counter span:first-child {
margin-top: -4px;
font-size: 48px; }
@media (min-width: 576px) {
.th-hero-slider__counter span:first-child {
color: #000000; } }
.th-hero-slider__slide {
position: relative;
box-sizing: border-box; }
@media (min-width: 576px) {
.th-hero-slider__slide {
display: flex; } }
@media (min-width: 768px) {
.th-hero-slider__slide {
padding-left: 100px; } }
@media (min-width: 992px) {
.th-hero-slider__slide {
padding-left: 150px; } }
@media (min-width: 1560px) {
.th-hero-slider__slide {
padding-left: 230px; } }
.th-hero-slider__content {
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 100px 20px 32px;
z-index: 1; }
@media (min-width: 576px) {
.th-hero-slider__content {
padding-bottom: 100px;
flex-grow: 1; } }
@media (min-width: 768px) {
.th-hero-slider__content {
padding: 0 20px 80px; } }
.th-hero-slider__image {
position: relative;
height: 410px; }
@media (min-width: 576px) {
.th-hero-slider__image {
max-width: 40%;
height: auto; } }
@media (min-width: 992px) {
.th-hero-slider__image {
width: 50%;
max-width: 510px; } }
@media (min-width: 1560px) {
.th-hero-slider__image {
margin-right: 20px; } }
.th-hero-slider__image img {
display: block;
width: 100%;
height: 100%;
object-fit: cover; }
.th-hero-slider__heading {
width: 80%;
margin-bottom: 16px;
font-size: 32px;
line-height: 1.11;
color: #000000; }
@media (min-width: 992px) {
.th-hero-slider__heading {
font-size: 60px; } }
@media (min-width: 1200px) {
.th-hero-slider__heading {
margin-bottom: 48px;
font-size: 72px; } }
@media (min-width: 1560px) {
.th-hero-slider__heading {
font-size: 90px; } }
.th-hero-slider__text {
max-width: 316px;
margin-bottom: 20px;
font-size: 16px;
line-height: 1.6;
color: #000000; }
@media (min-width: 576px) {
.th-hero-slider__text {
color: #666666; } }
@media (min-width: 992px) {
.th-hero-slider__text {
margin-bottom: 40px;
font-size: 20px; } }
@media (min-width: 1200px) {
.th-hero-slider__text {
margin-bottom: 80px; } }
.th-hero-slider__circle {
position: absolute;
right: 0;
bottom: 0;
width: 144px;
height: 144px; }
@media (min-width: 576px) {
.th-hero-slider__circle {
top: 20%;
right: auto;
bottom: auto;
left: 0;
transform: translateX(-33%); } }
@media (min-width: 1200px) {
.th-hero-slider__circle {
top: 135px;
width: 280px;
height: 280px; } }
@media (min-width: 1200px) {
.th-hero-slider__circle {
transform: translateX(-61%); } }
.th-hero-slider__circle img {
display: block;
width: 100%;
height: auto; }
.th-hero-slider__nav {
position: absolute;
top: 20px;
right: 10px;
z-index: 1; }
@media (min-width: 576px) {
.th-hero-slider__nav {
top: auto;
right: auto;
bottom: 10px;
left: 10px; } }
@media (min-width: 768px) {
.th-hero-slider__nav {
bottom: 15px; } }
@media (min-width: 992px) {
.th-hero-slider__nav {
bottom: 34px; } }
@media (min-width: 992px) {
.th-hero-slider__nav {
bottom: 42px; } }
.th-hero-slider__nav-btn {
padding: 0;
cursor: pointer;
background-color: transparent;
border: none; }
@media (min-width: 1200px) {
.th-hero-slider__nav-btn + .th-hero-slider__nav-btn {
margin-left: 36px; } }
.th-hero-slider__nav-btn:hover, .th-hero-slider__nav-btn:focus {
outline: none; }
@media (min-width: 768px) {
.th-hero-slider__inner .th-hero-slider__pagination {
position: absolute;
left: 120px;
width: 360px;
margin: 0;
transform: translateY(-100%); } }
@media (min-width: 992px) {
.th-hero-slider__inner .th-hero-slider__pagination {
left: 170px;
transform: translateY(-120%); } }
@media (min-width: 1200px) {
.th-hero-slider__inner .th-hero-slider__pagination {
width: 480px; } }
@media (min-width: 1560px) {
.th-hero-slider__inner .th-hero-slider__pagination {
left: 250px;
width: 580px; } }
.th-hero-slider__thumb {
max-width: 120px;
box-sizing: border-box;
padding: 15px;
font-size: 12px;
line-height: 1.7;
color: #999999;
text-transform: uppercase;
cursor: pointer; }
.th-hero-slider__thumb.swiper-slide-thumb-active {
color: #000000; }
@media (min-width: 768px) {
.th-hero-slider__thumb {
padding-left: 0; } }
@media (min-width: 992px) {
.th-hero-slider__thumb {
font-size: 14px; } }
@media (min-width: 1200px) {
.th-hero-slider__pagination .th-hero-slider__thumb {
width: 33.33%;
max-width: none;
font-size: 16px; } } .filter--technical .filter__item {
position: relative;
font-weight: 400;
z-index: 1; }
.filter--technical .filter__item::before {
content: "";
position: absolute;
bottom: -40%;
left: 0;
display: block;
width: 100%;
height: 14px;
background-color: #ffdf91;
opacity: 0;
transition: opacity 0.3s ease;
z-index: -1; }
.filter--technical .filter__item:hover, .filter--technical .filter__item:focus {
color: #000000; }
.filter--technical .filter__item:hover::before, .filter--technical .filter__item:focus::before {
opacity: 1; }
.filter--technical .filter__item--active {
font-weight: 700;
color: #000000; }
.filter--technical .filter__item--active::before {
opacity: 1; }
.filter__item {
appearance: none;
padding: 0;
margin-right: 20px;
font-size: 14px;
font-weight: 600;
line-height: 1;
color: #000000;
text-transform: uppercase;
letter-spacing: 0.05em;
cursor: pointer;
background-color: transparent;
border: none;
transition: color 0.3s ease; }
@media (min-width: 1200px) {
.filter__item {
margin-right: 32px;
font-size: 16px; } }
.filter__item:last-child {
margin-right: 0; }
.filter__item:hover, .filter__item:focus {
color: #ff4800;
outline: none; }
.filter__item--active {
color: #ff4800; } @media (min-width: 1560px) {
.works__inner {
max-width: 1550px; } }
@media (min-width: 1560px) {
.works__inner--width-large {
max-width: 1830px; } }
.works__header {
max-width: 1520px;
margin: 0 auto 30px; }
@media (min-width: 768px) {
.works__header {
display: flex;
flex-wrap: wrap; } }
@media (min-width: 992px) {
.works__header {
margin-bottom: 50px; } }
@media (min-width: 1200px) {
.works__header {
margin-bottom: 62px; } }
.works__filter {
margin-right: auto; }
.works__sort {
margin-top: 20px; }
@media (min-width: 768px) {
.works__sort {
margin: 0 0 0 20px; } }
.works__list {
padding: 0;
margin-top: 0;
margin-bottom: 0;
list-style: none; }
.works__list--masonry {
margin-right: -15px;
margin-left: -15px; }
.works__list--masonry .works__item {
padding: 0 15px;
margin-bottom: 28px; }
@media (min-width: 576px) {
.works__list--masonry .works__item {
width: 50%; } }
@media (min-width: 768px) {
.works__list--masonry .works__item {
width: 33.33%; } }
@media (min-width: 1200px) {
.works__list--masonry .works__item {
width: 25%; } }
.works__list--masonry .works__item--long {
grid-row: auto / span 2;
order: 2; }
@media (min-width: 1200px) {
.works__list--masonry .works__item--long {
order: 0; } }
.works__list--masonry .works__item--short {
order: 1; }
@media (min-width: 1200px) {
.works__list--masonry .works__item--short {
order: 0; } }
.works__list--masonry .works__item.work-card--compact {
margin-bottom: 30px; }
.works__item {
margin-bottom: 40px; }
.works__item.work-card--compact {
margin: 0; }
@media (min-width: 1200px) {
.works__item {
margin-bottom: 75px; } }
.works__more {
margin: 120px auto 0; }
.works--parallax .slide-counter-2 {
position: absolute;
top: 0;
left: 0;
display: inline-flex;
width: auto;
min-width: 24px;
height: 58px;
padding: 15px;
font-size: 18px;
color: #ffffff;
text-align: center;
background-color: rgba(0, 0, 0, 0.15);
border-bottom-right-radius: 5px;
z-index: 2; }
@media (min-width: 1700px) {
.works--parallax .slide-counter-2 {
top: -7px;
left: -8px;
height: auto;
padding: 0;
color: #999999;
flex-direction: column;
background-color: transparent; } }
.works--parallax .slide-counter-2 .swiper-pagination-current {
position: relative;
padding-right: 10px;
margin-right: 10px;
color: #ffffff;
border-right: 1px solid #999999; }
@media (min-width: 1700px) {
.works--parallax .slide-counter-2 .swiper-pagination-current {
padding-right: 0;
padding-bottom: 10px;
margin-right: 0;
margin-bottom: 10px;
color: #ff4800;
border-right: none;
border-bottom: 1px solid #999999; } }
.works--parallax .works-arrow {
position: absolute;
bottom: 7px;
display: flex;
align-items: center;
justify-content: center;
width: 34px;
height: 34px;
padding: 0;
cursor: pointer;
background-color: rgba(0, 0, 0, 0.25);
border: 1px solid #ffffff;
transition: border-color 0.3s ease;
z-index: 3; }
@media (min-width: 992px) {
.works--parallax .works-arrow:hover:not(.swiper-button-disabled) {
border-color: #ff4800; }
.works--parallax .works-arrow:hover:not(.swiper-button-disabled) svg {
fill: #ff4800; } }
@media (min-width: 992px) and (min-width: 1700px) {
.works--parallax .works-arrow:hover:not(.swiper-button-disabled) {
border-color: #ffffff; } }
@media (min-width: 1700px) {
.works--parallax .works-arrow {
left: -7px;
width: 24px;
height: 24px;
background-color: #ffffff; } }
.works--parallax .works-arrow.swiper-button-disabled svg {
fill: #cccccc; }
@media (min-width: 1700px) {
.works--parallax .works-arrow.swiper-button-disabled svg {
fill: #999999; } }
.works--parallax .works-arrow svg {
width: 60%;
height: 60%;
transition: fill 0.3s ease;
fill: #ffffff; }
@media (min-width: 1700px) {
.works--parallax .works-arrow svg {
width: 100%;
height: 100%;
fill: #000000; } }
.works--parallax .works-arrow--prev {
left: calc(50% - 44px); }
@media (min-width: 1700px) {
.works--parallax .works-arrow--prev {
bottom: 80px;
left: -7px; } }
.works--parallax .works-arrow--prev svg {
transform: rotate(180deg); }
.works--parallax .works-arrow--next {
right: calc(50% - 44px); }
@media (min-width: 1700px) {
.works--parallax .works-arrow--next {
bottom: 0; } }
.works--parallax .works-arrow--next::before {
content: "";
position: absolute;
top: -30px;
left: 0;
display: none;
width: 100%;
height: 1px;
background-color: #999999; }
@media (min-width: 1700px) {
.works--parallax .works-arrow--next::before {
display: block; } }
.works--parallax .slide__content {
position: absolute;
top: 0;
right: 0;
max-width: 50%;
min-height: 60px;
box-sizing: border-box;
padding: 16px 24px;
background-color: #ffffff; }
.works--parallax .slide__content:hover {
background-color: #ff4800; }
@media (min-width: 576px) {
.works--parallax .slide__content {
top: unset;
right: unset;
bottom: -1px;
left: -1px;
max-width: 100%;
height: auto;
padding: 24px 32px; } }
@media (min-width: 768px) {
.works--parallax .slide__content {
padding: 48px 48px 43px; } }
@media (min-width: 1560px) {
.works--parallax .slide__content {
padding: 67px 63px 43px; } }
.works--parallax .slide-content__heading {
font-size: 20px;
font-weight: 600; }
@media (min-width: 768px) {
.works--parallax .slide-content__heading {
font-size: 30px; } }
@media (min-width: 1560px) {
.works--parallax .slide-content__heading {
font-size: 40px; } }
.works--parallax .slide-content__detail {
font-size: 16px;
color: #666666;
letter-spacing: 0.4px; }
.works--parallax .slider__item img {
width: 100%;
height: 100%;
object-fit: cover; }
.works--parallax .works__slider-wrapper {
position: relative;
width: 100%;
max-width: 1434px;
margin: 0 auto; }
@media (min-width: 1560px) {
.works--parallax .works__slider-wrapper {
max-width: 1257px; } }
@media (min-width: 1700px) {
.works--parallax .works__slider-wrapper {
max-width: 96%;
margin: 0 58px; } }
.works--parallax .works__slider {
max-width: 1434px;
height: 46vh; }
@media (min-width: 768px) {
.works--parallax .works__slider {
height: 65.4375vh; } }
.works--parallax .works__all {
position: absolute;
bottom: -40px;
left: 50%;
font-size: 18px;
color: #000000;
text-decoration: underline;
text-transform: uppercase;
letter-spacing: 1.08px;
transform: translateX(-50%); }
@media (min-width: 992px) {
.works--parallax .works__all {
bottom: -30px; }
.works--parallax .works__all:hover {
text-decoration: none; } }
@media (min-width: 1200px) and (min-height: 500px) {
.works--parallax .works__all {
bottom: -40px; } }
@media (min-width: 1200px) and (min-height: 960px) {
.works--parallax .works__all {
bottom: -76px; } }
.works-page {
padding: 40px 0; }
@media (min-width: 1200px) {
.works-page {
padding: 110px 0 170px; } }
@media (min-width: 1560px) {
.works-page__inner {
max-width: 1550px; } }
.works-page__header {
margin-bottom: 40px; }
@media (min-width: 992px) {
.works-page__header {
margin-bottom: 80px; } }
@media (min-width: 1200px) {
.works-page__header {
margin-bottom: 100px; } }
.works-page__heading {
margin: 0 0 20px;
font-weight: 400; }
.works-page__inner .works-page__heading {
margin: 0 0 20px;
font-weight: 400; }
@media (min-width: 992px) {
.works-page__heading {
max-width: 700px; }
.works-page__inner .works-page__heading {
max-width: 700px; } }
@media (min-width: 1200px) {
.works-page__heading {
max-width: 860px;
margin-bottom: 50px; }
.works-page__inner .works-page__heading {
max-width: 860px;
margin-bottom: 50px; } }
.works-page__text {
font-size: 16px;
line-height: 1.66;
color: #666666; }
@media (min-width: 992px) {
.works-page__text {
max-width: 795px; } }
@media (min-width: 1200px) {
.works-page__text {
font-size: 18px; } }
.works-page__text p {
margin: 0; }
.works-page__text p + p {
margin-top: 16px; }
.works-page--grid {
padding-bottom: 0; }
@media (min-width: 1200px) {
.works-page--grid {
padding: 78px 0 0; }
.page-builder-custom-text-editor-content-wrap .works-page--grid {
padding: 0px 0 0; } }
.works-page--grid .row {
margin: 0; }
.works-page--grid .works__list {
width: calc(100% + 8px);
margin-left: -4px; }
.works-page--grid .work-card {
width: 100%;
margin-bottom: -4px; }
@media (min-width: 768px) {
.works-page--grid .work-card {
width: calc(50% + 2px); }
.works-page--grid .work-card:nth-child(even) {
margin-left: -4px; } }
.works-page--grid .works__header {
max-width: 1200px;
padding: 0 15px;
margin-bottom: 73px; }
.works-page--grid .works-page__inner {
max-width: 1200px; }
.webpage--technical-drawing .works-page--grid .works-page__inner {
max-width: 1200px; }
.works-page--grid .works-page__inner--wide {
max-width: 100%;
padding: 0;
margin: 0; } .more-btn {
display: flex;
justify-content: center;
width: 130px;
height: 130px;
border: solid 1px #cccccc;
border-radius: 50%;
transition: border-color 0.3s ease; }
.more-btn:hover, .more-btn:focus {
border-color: #ff4800;
outline: none; }
.more-btn:hover .more-btn__text, .more-btn:focus .more-btn__text {
color: #ff4800; }
.more-btn__text {
font-size: 16px;
line-height: 1;
color: #000000;
text-transform: uppercase;
letter-spacing: 0.05em;
transition: color 0.3s ease;
align-self: center; } .sort {
display: flex;
align-items: baseline; }
.sort__hint {
margin-right: 20px;
margin-bottom: 0;
font-size: 14px;
line-height: 1;
color: #999999;
text-transform: uppercase;
letter-spacing: 0.05em;
align-self: center; }
@media (min-width: 1200px) {
.sort__hint {
font-size: 16px; } }
.sort__select {
appearance: none;
padding: 0 24px 0 0;
font-size: 14px;
line-height: 1;
color: #000000;
text-align: right;
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3e%3cpath d='M32 48.1c-1.3 0-2.4-.5-3.5-1.3L.8 20.7C-.3 19.6-.3 18 .8 17c1.1-1.1 2.7-1.1 3.7 0L32 42.8l27.5-26.1c1.1-1.1 2.7-1.1 3.7 0 1.1 1.1 1.1 2.7 0 3.7L35.5 46.5c-1.1 1.4-2.2 1.6-3.5 1.6z'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right 0 top 50%;
background-size: 12px 12px;
border: none;
align-self: center; }
@media (min-width: 1200px) {
.sort__select {
font-size: 16px; } }
.sort__select::-ms-expand {
display: none; } .webpage__an-awards {
margin-bottom: 60px; }
@media (min-width: 768px) {
.webpage__an-awards {
margin-bottom: 100px; } }
@media (min-width: 1200px) {
.webpage__an-awards {
margin-bottom: 165px; } }
.webpage__our-story {
margin-bottom: 60px; }
@media (min-width: 768px) {
.webpage__our-story {
margin-bottom: 100px; } }
@media (min-width: 1200px) {
.webpage__our-story {
margin-bottom: 165px; } }
.webpage__type-service {
margin-bottom: 60px; }
@media (min-width: 768px) {
.webpage__type-service {
margin-bottom: 100px; } }
@media (min-width: 1200px) {
.webpage__type-service {
margin-bottom: 172px; } }
.webpage__latest-projects {
margin-bottom: 60px; }
@media (min-width: 768px) {
.webpage__latest-projects {
margin-bottom: 100px; } }
@media (min-width: 1200px) {
.webpage__latest-projects {
margin-bottom: 67px; } }
.webpage__review {
margin-bottom: 60px; }
@media (min-width: 768px) {
.webpage__review {
margin-bottom: 100px; } }
@media (min-width: 1200px) {
.webpage__review {
margin-bottom: 185px; } }
.webpage__review + .webpage__partners {
padding-bottom: 60px;
margin-bottom: 0; }
@media (min-width: 768px) {
.webpage__review + .webpage__partners {
padding-bottom: 100px;
margin-bottom: 0; } }
@media (min-width: 1200px) {
.webpage__review + .webpage__partners {
padding-bottom: 143px;
margin-bottom: 0; } }
.webpage__rewards {
margin-bottom: 60px; }
@media (min-width: 768px) {
.webpage__rewards {
margin-bottom: 100px; } }
@media (min-width: 1200px) {
.webpage__rewards {
margin-bottom: 128px; } }
.webpage__partners {
margin-bottom: 60px; }
@media (min-width: 768px) {
.webpage__partners {
margin-bottom: 100px; } }
@media (min-width: 1200px) {
.webpage__partners {
margin-bottom: 143px; } }
.webpage__article-list {
padding-bottom: 100px; }
@media (min-width: 768px) {
.webpage__article-list {
padding-bottom: 150px; } }
@media (min-width: 1200px) {
.webpage__article-list {
padding-bottom: 212px; } }
.webpage__hero-banner {
margin-bottom: 60px; }
@media (min-width: 1200px) {
.webpage__hero-banner {
margin-bottom: 150px; } }
.webpage__latest-articles {
margin-bottom: 60px; }
.webpage__instagram-block {
padding-bottom: 60px; }
@media (min-width: 1200px) {
.webpage__instagram-block {
padding-bottom: 196px; } }
.works_grid_2 .work-card__image {
max-height: 566px;
overflow: hidden; }
.works_listing .works__item {
overflow: hidden; }
.works-carousel-2 .slider__item {
height: 650px;
overflow: hidden; }
.elementor-widget-tm-image-gallery .one_column {
width: 100%; }
.elementor-widget-tm-image-gallery .two_column {
width: 50%; }
.elementor-widget-tm-image-gallery .three_column {
width: 33.333%; }
.elementor-widget-tm-image-gallery .four_column {
width: 25%; }
.elementor-widget-tm-image-gallery .five_column {
width: 20%; }
.intro__card-title {
margin-top: 30px;
font-size: 16px;
font-weight: 400;
line-height: 1.25;
color: #000000;
text-align: center;
text-transform: uppercase; }
.intro__card-title a {
color: #000000; }
.intro__card-title a:hover, .intro__card-title a:focus {
text-decoration: underline;
outline: none; }
.intro__card-title a:active {
opacity: 0.7; } .review {
overflow: hidden; }
@media (min-width: 1200px) {
.review__content {
margin-bottom: 60px; } }
.review__content::before {
content: "";
display: block;
width: 50px;
height: 38px;
margin-bottom: 16px;
background-image: url(//studio-bdf.fr/wp-content/themes/liarch/assets/css/images/quotation.png);
background-repeat: no-repeat;
background-position: 50% 0;
background-size: 100% auto; }
@media (min-width: 992px) {
.review__content::before {
width: 64px;
height: 48px;
margin-bottom: 24px; } }
@media (min-width: 1200px) {
.review__content::before {
width: 78px;
height: 58px;
margin-bottom: 46px; } }
.review__image {
position: relative;
min-height: 300px;
background-repeat: no-repeat;
background-position: center;
background-size: contain; }
@media (min-width: 450px) {
.review__image {
min-height: 500px; } }
.review__image-author {
position: absolute;
overflow: hidden;
border-radius: 50%; }
.review__image-author img {
display: block;
width: 100%;
height: auto; }
.review__image-author--one {
top: 0.2%;
left: 58.2%;
width: 28.94%; }
.review__image-author--two {
top: 45.5%;
left: 67%;
width: 17.89%; }
.review__image-author--three {
top: 45.5%;
left: 30.4%;
width: 21.93%; }
.review__image-author--four {
top: 30%;
left: 5%;
width: 14.73%; }
.review__image-author--five {
top: 72.4%;
left: 17%;
width: 13.15%; }
.review__image-author--six {
top: 78.5%;
right: 33%;
width: 10.52%; }
@media (min-width: 1200px) {
.review__image-author--six {
top: 69.5%;
right: 0; } }
.review__image img {
max-width: 100%;
height: auto; }
@media (min-width: 1200px) {
.review__image img {
max-width: none; } }
.review__text {
margin-bottom: 24px;
font-size: 16px;
font-weight: 300;
line-height: 1.53;
color: #000000; }
@media (min-width: 992px) {
.review__text {
margin-bottom: 36px;
font-size: 24px; } }
@media (min-width: 1200px) {
.review__text {
padding-right: 10px;
margin-bottom: 60px;
font-size: 30px; } }
.review__author-name {
margin-bottom: 8px;
font-size: 14px;
line-height: 1;
color: #000000; }
@media (min-width: 992px) {
.review__author-name {
margin-bottom: 12px;
font-size: 18px; } }
@media (min-width: 1200px) {
.review__author-name {
margin-bottom: 16px;
font-size: 22px; } }
.review__author-detail {
font-size: 12px;
line-height: 1;
color: #999999; }
@media (min-width: 992px) {
.review__author-detail {
font-size: 14px; } }
.review__author-detail span {
color: #000000; }
.review--parallax {
background-color: #ffffff; }
.review--parallax .review__image {
height: 85vw;
background-image: url(//studio-bdf.fr/wp-content/themes/liarch/assets/css/img/review-shapes-2.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain; }
@media (min-width: 768px) {
.review--parallax .review__image {
height: 35vw; } }
@media (min-width: 1560px) {
.review--parallax .review__image {
transform: translateX(-90px); } }
.review--parallax .review__content {
padding-top: 41px; }
.review--parallax .review__text {
font-weight: 400; }
.review--parallax .review__image-author--one {
top: 2.2%;
left: 47.2%;
width: 24%; }
.review--parallax .review__image-author--two {
top: 47.5%;
left: 54.4%;
width: 14.6%; }
.review--parallax .review__image-author--three {
top: 47.5%;
left: 24.8%;
width: 17.93%; }
.review--parallax .review__image-author--four {
top: 32%;
left: 4%;
width: 12%; }
.review--parallax .review__image-author--five {
top: 74.4%;
left: 13.6%;
width: 11.1%; }
.review--parallax .review__image-author--six {
top: 71.5%;
right: 16%;
width: 8.52%; } @media (min-width: 768px) {
.twitter-block--small .twitter-block__wrapper {
padding: 40px; } }
@media (min-width: 992px) {
.twitter-block--small .twitter-block__wrapper {
padding: 40px; } }
@media (min-width: 1200px) {
.twitter-block--small .twitter-block__wrapper {
padding: 65px 57px 65px 70px; } }
.twitter-block--small .twitter-block__text {
font-size: 14px;
font-style: italic;
line-height: 1.33;
color: #000000; }
@media (min-width: 576px) {
.twitter-block--small .twitter-block__text {
font-size: 20px; } }
@media (min-width: 992px) {
.twitter-block--small .twitter-block__text {
font-size: 20px; } }
@media (min-width: 1200px) {
.twitter-block--small .twitter-block__text {
font-size: 30px; } }
.twitter-block--sidebar {
max-width: 100%; }
@media (min-width: 992px) {
.twitter-block--sidebar {
max-width: 300px; } }
.twitter-block--sidebar .twitter-block__wrapper {
padding: 30px !important; }
.twitter-block--sidebar .twitter-block__header {
margin-bottom: 32px !important; }
.twitter-block--sidebar .twitter-block__author-image {
width: 45px !important;
height: 45px !important; }
.twitter-block--sidebar .twitter-block__author-meta, .twitter-block--sidebar .twitter-block__author-name {
font-size: 16px !important; }
.twitter-block--sidebar .twitter-block__author-info {
font-size: 12px !important; }
.twitter-block--sidebar .twitter-block__text {
margin-bottom: 30px;
font-size: 18px !important; }
.twitter-block--sidebar .twitter-block__social svg {
width: 24px !important; }
.twitter-block--sidebar time {
font-size: 12px !important; }
.twitter-block--technical .twitter-block__wrapper {
padding: 0;
border: none; }
.twitter-block__heading {
margin-bottom: 40px;
font-weight: 400; }
@media (min-width: 1200px) {
.twitter-block__heading {
margin-bottom: 92px;
font-size: 60px;
line-height: 1;
letter-spacing: -0.025em; } }
.twitter-block__wrapper {
padding: 20px;
border: solid 1px #d6d6d6; }
@media (min-width: 576px) {
.twitter-block__wrapper {
padding: 40px; } }
@media (min-width: 768px) {
.twitter-block__wrapper {
padding: 60px; } }
@media (min-width: 992px) {
.twitter-block__wrapper {
padding: 80px; } }
@media (min-width: 1200px) {
.twitter-block__wrapper {
padding: 93px 170px 105px; } }
.twitter-block__header {
display: flex;
justify-content: space-between;
margin-bottom: 20px; }
@media (min-width: 576px) {
.twitter-block__header {
margin-bottom: 40px; } }
@media (min-width: 992px) {
.twitter-block__header {
margin-bottom: 53px; } }
.twitter-block__author {
display: flex; }
.twitter-block__author-image {
width: 40px;
height: 40px;
margin-right: 12px;
overflow: hidden;
border-radius: 50%;
align-self: center; }
@media (min-width: 576px) {
.twitter-block__author-image {
width: 60px;
height: 60px;
margin-right: 20px; } }
.twitter-block__author-image img {
display: block;
width: 100%;
height: auto; }
.twitter-block__author-meta {
font-size: 14px;
line-height: 1;
color: #000000;
align-self: center; }
.twitter-block__author-name {
margin-bottom: 6px; }
@media (min-width: 576px) {
.twitter-block__author-name {
font-size: 20px; } }
.twitter-block__author-info {
font-size: 12px;
color: #999999;
letter-spacing: 0.015em; }
@media (min-width: 576px) {
.twitter-block__author-info {
font-size: 16px; } }
.twitter-block__author-info a {
color: #999999;
transition: color 0.3s ease; }
.twitter-block__author-info a:hover, .twitter-block__author-info a:focus {
color: #00ccff;
outline: none; }
.twitter-block__author-info a:active {
opacity: 0.7; }
.twitter-block__social {
align-self: center; }
.twitter-block__social svg {
display: block;
width: 24px;
height: auto;
transition: fill 0.3s ease;
fill: #00ccff; }
@media (min-width: 576px) {
.twitter-block__social svg {
width: 34px; } }
.twitter-block__text {
font-size: 14px;
font-style: italic;
line-height: 1.64;
color: #000000; }
@media (min-width: 576px) {
.twitter-block__text {
font-size: 20px; } }
@media (min-width: 992px) {
.twitter-block__text {
font-size: 28px; } }
.twitter-block__text a {
color: #00ccff;
transition: color 0.3s ease; }
.twitter-block__text a:hover, .twitter-block__text a:focus {
color: #33d6ff;
outline: none; }
.twitter-block__text a:active {
opacity: 0.7; }
.twitter-block time {
font-size: 14px;
line-height: 1;
color: #999999;
letter-spacing: 0.015em; }
@media (min-width: 576px) {
.twitter-block time {
font-size: 16px; } }
.webpage--beige .twitter-block__wrapper {
border-color: #aeab98; } .testimonials__header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 40px;
flex-wrap: wrap; }
@media (min-width: 1200px) {
.testimonials__header {
margin-bottom: 78px; } }
.testimonials__header .testimonials__heading {
font-weight: 400; }
.testimonials__nav {
position: absolute;
top: -130px;
right: 0;
display: flex;
margin-left: 20px; }
.testimonials__nav-btn {
width: 18px;
height: 32px;
appearance: none;
padding: 0;
overflow: hidden;
cursor: pointer;
background-color: transparent;
border: none; }
@media (min-width: 1200px) {
.testimonials__nav-btn {
width: 20px;
height: 36px; } }
.testimonials__nav-btn + .testimonials__nav-btn {
margin-left: 12px; }
@media (min-width: 1200px) {
.testimonials__nav-btn + .testimonials__nav-btn {
margin-left: 50px; } }
.testimonials__nav-btn svg {
position: relative;
left: 50%;
display: block;
width: auto;
height: 100%;
transition: fill 0.3s ease;
transform: translateX(-50%); }
.testimonials__nav-btn:hover, .testimonials__nav-btn:focus {
outline: none; }
.testimonials__nav-btn:hover svg, .testimonials__nav-btn:focus svg {
fill: #ff4800; }
.testimonials__carousel .swiper-wrapper {
padding: 1px 0; }
.testimonials__item {
width: calc(100% - 2px);
box-sizing: border-box; }
@media (min-width: 992px) {
.about__testimonials .testimonials__item {
width: calc(50% - 31px);
min-width: 529px; } }
.testimonials + .partners {
margin-top: 60px; }
@media (min-width: 1200px) {
.testimonials + .partners {
margin-top: 120px; } }
.webpage--beige .testimonials--simple .testimonials__heading {
font-family: "Cinzel", "Georgia", serif;
text-transform: uppercase; }
.th-testimonials__inner {
padding: 40px; }
@media (min-width: 1200px) {
.th-testimonials__inner {
padding: 120px 80px; } }
@media (min-width: 1560px) {
.th-testimonials__inner {
padding: 120px 110px; } }
.th-testimonials__heading {
margin-bottom: 32px;
font-weight: 400; }
@media (min-width: 1200px) {
.th-testimonials__heading {
margin-bottom: 72px; } }
.th-testimonials__slider .swiper-pagination {
position: static;
display: flex;
align-items: center;
margin-top: 60px; }
.th-testimonials__slider .swiper-pagination .swiper-pagination-bullet {
position: relative;
width: 25px;
height: 25px;
background-color: transparent;
border: solid 1px transparent;
opacity: 1; }
.th-testimonials__slider .swiper-pagination .swiper-pagination-bullet::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 9px;
height: 9px;
background-color: #cccccc;
border-radius: 50%;
transform: translateY(-50%) translateX(-50%); }
.th-testimonials__slider .swiper-pagination .swiper-pagination-bullet-active {
border-color: #ffdf91; }
.th-testimonials__slider .swiper-pagination .swiper-pagination-bullet-active::before {
background-color: #ffdf91; }
.elementor-widget-tm-rewards {
margin-top: 0px !important;
margin-right: 0px !important;
margin-bottom: 0px !important;
margin-left: 0px !important; } .reward {
padding: 32px 0; }
@media (min-width: 768px) {
.reward {
display: flex; } }
@media (min-width: 1200px) {
.reward {
padding: 54px 0; } }
.reward__date {
display: inline-block;
margin-bottom: 20px;
font-size: 16px;
line-height: 1;
color: #999999;
vertical-align: top; }
@media (min-width: 768px) {
.reward__date {
width: 38px;
margin: 18px 40px 0 0; } }
@media (min-width: 1200px) {
.reward__date {
margin: 12px 58px 0 0; } }
.reward__logo {
margin-bottom: 20px; }
@media (min-width: 768px) {
.reward__logo {
width: 150px;
margin: 10px 50px 0 0;
text-align: center;
flex-shrink: 0; } }
@media (min-width: 1200px) {
.reward__logo {
margin: 5px 126px 0 0; } }
.reward__logo img {
max-width: 100%; }
.reward__content {
width: 100%; }
@media (min-width: 768px) {
.reward__content {
width: auto;
flex-grow: 1; } }
@media (min-width: 992px) {
.reward__project {
display: flex; } }
.reward__project + .reward__project {
margin-top: 20px; }
@media (min-width: 1200px) {
.reward__project + .reward__project {
margin-top: 32px; } }
.reward__project-wrap {
margin-bottom: 20px; }
@media (min-width: 992px) {
.reward__project-wrap {
margin-right: auto;
margin-bottom: 0; } }
.reward__project-name {
font-size: 24px;
line-height: 1.33;
color: #000000;
letter-spacing: -0.025em; }
@media (min-width: 1200px) {
.reward__project-name {
margin-bottom: 8px; } }
.reward__project-name a {
color: #000000; }
.reward__project-name a:hover, .reward__project-name a:focus {
text-decoration: underline;
outline: none; }
.reward__project-name a:active {
opacity: 0.7; }
.reward__project-text {
font-size: 16px;
line-height: 1.33;
color: #999999; }
.reward__project-link {
display: inline-block;
font-size: 14px;
line-height: 1;
color: #666666;
text-transform: uppercase;
letter-spacing: 0.025em;
vertical-align: top;
transition: color 0.3s ease; }
@media (min-width: 992px) {
.reward__project-link {
margin-top: 8px;
margin-left: 20px;
flex-shrink: 0; } }
.reward__project-link:hover, .reward__project-link:focus {
color: #ff4800;
outline: none; }
.reward__project-link:active {
opacity: 0.7; }
.webpage--modern .reward__project-link:hover, .webpage--modern .reward__project-link:focus {
color: #cee100; }
.webpage--beige .reward__project-name a {
font-family: "Cinzel", "Georgia", serif;
color: #ffffff; }
.webpage--beige .reward__project-link {
color: #999999; }
.webpage--beige .reward__project-link:hover, .webpage--beige .reward__project-link:focus {
color: #e6da89; } .instagram-block__title {
display: flex;
align-items: center;
justify-content: center;
margin: 0 0 32px;
font-size: 24px;
font-weight: 700;
line-height: 1;
color: #000000; }
@media (min-width: 768px) {
.instagram-block__title {
margin-bottom: 64px; } }
.instagram-block__icon {
margin-right: 16px; }
@media (min-width: 576px) {
.instagram-block__list {
display: flex;
flex-wrap: wrap; } }
.instagram-block a {
position: relative;
display: block; }
@media (min-width: 576px) {
.instagram-block a {
width: 50%; } }
@media (min-width: 768px) {
.instagram-block a {
width: 33.33%; } }
@media (min-width: 992px) {
.instagram-block a {
width: 25%; } }
@media (min-width: 1200px) {
.instagram-block a {
width: 20%; } }
.instagram-block a::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3);
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3e%3cpath fill='%23ffffff' d='M32 16.9c-8.3 0-15 6.8-15 15.1s6.7 15.1 15 15.1S47 40.3 47 32s-6.7-15.1-15-15.1zm0 25.2c-5.5 0-10-4.5-10-10.1s4.5-10.1 10-10.1S42 26.4 42 32s-4.5 10.1-10 10.1zM47 10c-2.8 0-5 2.3-5 5s2.2 5 5 5 5-2.3 5-5-2.2-5-5-5z'/%3e%3cpath fill='%23ffffff' d='M48 0H16C7.2 0 0 7.2 0 16v31.7C0 56.7 7.3 64 16.3 64h31.5C56.7 64 64 56.7 64 47.7V16c0-8.8-7.2-16-16-16zm11 47.7C59 53.9 54 59 47.8 59H16.3C10.1 59 5 54 5 47.8V16C5 9.9 9.9 5 16 5h32c6.1 0 11 4.9 11 11v31.7z'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 32px 32px;
opacity: 0;
transition: opacity 0.3s ease; }
.instagram-block a:hover, .instagram-block a:focus {
outline: none; }
.instagram-block a:hover::before, .instagram-block a:focus::before {
opacity: 1; }
.instagram-block a img {
display: block;
width: 100%;
height: auto; }
.elementor-widget-tm-custom-link-image {
margin-top: 50px; }
.elementor-widget-tm-custom-link-image > a {
display: block;
transition: opacity 0.3s ease; }
.elementor-widget-tm-custom-link-image > a:hover, .elementor-widget-tm-custom-link-image > a:focus {
outline: none;
opacity: 0.7; }
.elementor-widget-tm-custom-link-image img {
display: block;
width: 100%;
height: auto;
transition: all .3s ease-in-out; }
.elementor-widget-tm-custom-link-image {
margin-top: 30px;
font-size: 16px;
font-weight: 400;
line-height: 1.25;
color: #000000;
text-align: center;
text-transform: uppercase; }
.elementor-widget-tm-custom-link-image a {
color: #000000; }
.elementor-widget-tm-custom-link-image a:hover, .elementor-widget-tm-custom-link-image a:focus {
text-decoration: underline;
outline: none; }
.elementor-widget-tm-custom-link-image a:hover img, .elementor-widget-tm-custom-link-image a:focus img {
opacity: 0.7; }
.elementor-widget-tm-custom-link-image a:active {
opacity: 0.7; }
.elementor-widget-tm-custom-single-image .our-story__mask img, .elementor-widget-tm-custom-single-image .an-awards__mask img {
width: unset !important;
max-width: unset !important;
height: 100% !important; }
.elementor-widget-tm-custom-single-image .an-awards__image--mb-negative .an-awards__mask img {
float: right;
width: 100% !important;
height: auto !important; }
.an-awards__image-inner {
position: relative;
width: fit-content; }
@media (max-width: 1600px) {
.our-story__intro.our-story__intro_with_text {
margin-left: 150px; } }
@media (max-width: 1024px) {
.our-story__intro.our-story__intro_with_text {
margin-left: 0px; } }
.an-awards__mask {
position: absolute;
top: 1%;
left: 4.8%;
width: 88.66%;
height: 97.297%; }
.an-awards__mask img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
mask-image: url(//studio-bdf.fr/wp-content/themes/liarch/assets/css/images/mask.png);
mask-repeat: round;
-webkit-mask-image: url(//studio-bdf.fr/wp-content/themes/liarch/assets/css/images/mask.png);
-webkit-mask-repeat: round; }
.an-awards__mask--door {
top: 3.7%;
right: 0;
left: auto;
width: 85.61%;
height: 85.456%; }
.an-awards__mask--door img {
mask-image: url(//studio-bdf.fr/wp-content/themes/liarch/assets/css/images/mask3.png);
-webkit-mask-image: url(//studio-bdf.fr/wp-content/themes/liarch/assets/css/images/mask3.png); }
.an-awards__mask--about {
top: 1%;
left: 4.8%;
width: 88.66%;
height: 97.297%; }
.an-awards__mask--about img {
mask-image: url(//studio-bdf.fr/wp-content/themes/liarch/assets/css/images/mask3.png);
-webkit-mask-image: url(//studio-bdf.fr/wp-content/themes/liarch/assets/css/images/mask3.png); }
.our-story__mask {
position: absolute;
top: 0.25%;
left: 4.11%;
width: 95.88%;
height: 99.35%;
z-index: 1; }
.our-story__mask img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
mask-image: url(//studio-bdf.fr/wp-content/themes/liarch/assets/css/images/mask2.png);
mask-repeat: round;
-webkit-mask-image: url(//studio-bdf.fr/wp-content/themes/liarch/assets/css/images/mask2.png);
-webkit-mask-repeat: round; }
.our-story__image-inner {
position: relative;
width: 100%;
padding-bottom: 91.3%; }
.our-story__overlay {
position: absolute;
top: 0;
left: 0;
width: 90.8%;
height: 100%;
z-index: 2;
mix-blend-mode: multiply; }
.our-story__overlay img {
display: block;
width: 100%;
height: 100%; }
.our-story__intro-wrapper {
position: absolute;
bottom: 50px;
left: 50%;
transform: translateX(-50%);
z-index: 4; }
@media (min-width: 992px) {
.our-story__intro-wrapper {
bottom: 16.9%;
left: 14.1%;
transform: translateX(0); } }
@media (min-width: 768px) {
.an-awards__image--mb-negative {
margin-bottom: -63px; } }
@media (min-width: 992px) {
.an-awards__image--mb-negative {
margin-bottom: -97px; } }
.studio-hero__image-inner {
position: relative; }
.studio-hero__image-inner > img {
max-width: 100%;
height: auto; }
@media (min-width: 1560px) {
.studio-hero__image-inner {
width: max-content; }
.studio-hero__image-inner > img {
max-width: none; } }
.studio-hero__mask {
position: absolute;
top: 1%;
left: 4.8%;
width: 88.66%;
height: 97.297%; }
.studio-hero__mask img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
mask-image: url(//studio-bdf.fr/wp-content/themes/liarch/assets/css/images/mask.png);
mask-repeat: round;
-webkit-mask-image: url(//studio-bdf.fr/wp-content/themes/liarch/assets/css/images/mask.png);
-webkit-mask-repeat: round; }
.elementor-section-wrap .elementor-widget.elementor-widget-tm-button {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px; } .elementor-widget-tm-button .an-awards__buttons .btn {
display: inline-block;
padding: 16px 20px;
font-size: 16px;
line-height: 1;
color: #ffffff;
text-align: center;
text-transform: uppercase;
letter-spacing: 0.05em;
vertical-align: top;
cursor: pointer;
background-color: #ff4800;
border: solid 1px #ff4800;
border-radius: 5px;
transition: all 0.3s ease; }
.btn {
white-space: normal; }
@media (min-width: 1200px) {
.elementor-widget-tm-button .an-awards__buttons .btn {
padding: 20px 32px; } }
.elementor-widget-tm-button .an-awards__buttons .btn:hover, .elementor-widget-tm-button .an-awards__buttons .btn:focus {
color: #ffffff;
outline: none;
box-shadow: none;
opacity: .8; }
.elementor-widget-tm-button .an-awards__buttons .btn:active {
box-shadow: none;
opacity: 0.7; }
.elementor-widget-tm-button .our-story__buttons .btn--outline {
color: #ff4800;
background-color: transparent;
border-color: #ff4800;
transition: background-color 0.3s ease, color 0.3s ease; }
.elementor-widget-tm-button .our-story__buttons .btn--outline:hover, .elementor-widget-tm-button .our-story__buttons .btn--outline:focus {
color: #ffffff;
background-color: #ff4800;
outline: none; }
.btn.btn--technical {
font-weight: 600;
color: #000000;
background-color: transparent;
border: solid 2px #000000;
border-radius: 0; }
.btn.btn--technical:hover, .btn.btn--technical:focus {
background-color: #ffdf91;
border-color: #ffdf91; }
.webpage--beige .elementor-widget-tm-button .an-awards__buttons .btn {
color: #000000;
background-color: #e6da89;
border-color: #e6da89; }
.webpage--beige .elementor-widget-tm-button .an-awards__buttons .btn:hover, .webpage--beige .elementor-widget-tm-button .an-awards__buttons .btn:focus {
background-color: #ddcd5f;
border-color: #ddcd5f; }
.webpage--modern .btn {
background-color: #cee100;
border: solid 1px #cee100; }
.webpage--modern .elementor-widget-tm-button .an-awards__buttons .btn:hover, .webpage--modern .elementor-widget-tm-button .an-awards__buttons .btn:focus {
background-color: #edff2f; }
.webpage--modern .elementor-widget-tm-button .our-story__buttons .btn--outline {
color: #cee100;
background-color: transparent;
border-color: #cee100; }
.webpage--modern .elementor-widget-tm-button .our-story__buttons .btn--outline:hover, .webpage--modern .elementor-widget-tm-button .our-story__buttons .btn--outline:focus {
color: #ffffff;
background-color: #cee100; } .btn {
display: inline-block;
padding: 16px 20px;
font-size: 16px;
line-height: 1;
color: #ffffff;
text-align: center;
text-transform: uppercase;
letter-spacing: 0.05em;
vertical-align: top;
cursor: pointer;
background-color: #ff4800;
border: solid 1px #ff4800;
border-radius: 5px;
transition: background-color 0.3s ease; }
@media (min-width: 1200px) {
.btn {
padding: 20px 32px; } }
.btn:hover, .btn:focus {
color: #ffffff;
outline: none;
box-shadow: none;
opacity: .8; }
.btn:active {
box-shadow: none;
opacity: 0.7; }
.btn--outline {
color: #ff4800;
background-color: transparent;
border-color: #ff4800;
transition: background-color 0.3s ease, color 0.3s ease; }
.btn--outline:hover, .btn--outline:focus {
color: #ffffff;
background-color: #ff4800;
outline: none; }
.btn.btn--technical {
font-weight: 600;
color: #000000;
background-color: transparent;
border: solid 2px #000000;
border-radius: 0; }
.btn.btn--technical:hover, .btn.btn--technical:focus {
background-color: #ffdf91;
border-color: #ffdf91; }
.elementor-widget-tm-button .webpage--beige .webpage--beige-btn.btn {
color: #000000;
background-color: #e6da89;
border-color: #e6da89; }
.elementor-widget-tm-button .webpage--beige .webpage--beige-btn.btn:hover, .elementor-widget-tm-button .webpage--beige .webpage--beige-btn.btn:focus {
color: #000000;
background-color: #ddcd5f;
border-color: #ddcd5f; }
.webpage--modern .btn {
background-color: #cee100;
border: solid 1px #cee100; }
.webpage--modern .btn:hover, .webpage--modern .btn:focus {
background-color: #edff2f; }
.webpage--modern .btn--outline {
color: #cee100;
background-color: transparent;
border-color: #cee100; }
.webpage--modern .btn--outline:hover, .webpage--modern .btn--outline:focus {
color: #ffffff;
background-color: #cee100; }
.fl-vc-list-wrapper ul {
padding: 0;
margin: 0;
line-height: 1;
list-style: none; }
.fl-vc-list-wrapper ul li {
padding: 0;
margin: 0;
list-style: none; }
.fl-vc-list-wrapper.style-one ul li {
display: flex;
align-items: center;
margin-bottom: 13px;
color: #222222; }
.fl-vc-list-wrapper.style-one ul li span {
display: inline-flex;
float: left;
padding: 7px;
margin-right: 15px;
border: 1px solid #cde0ff;
border-radius: 100%; }
.fl-vc-list-wrapper.style-one ul li span i {
display: inline-flex;
font-size: 12px; }
.fl-vc-list-wrapper.style-two ul li {
display: flex;
align-items: center;
margin-bottom: 23px;
color: #222222; }
.fl-vc-list-wrapper.style-two ul li span {
margin-right: 15px; }
.fl-vc-list-wrapper.style-two ul li i {
display: inline-flex;
font-size: 18px; }
.fl-vc-list-wrapper.style-three ul li {
display: flex;
align-items: center;
margin-bottom: 23px;
color: #222222; }
.fl-vc-list-wrapper.style-three ul li span {
margin-right: 15px; }
.fl-vc-list-wrapper.style-three ul li i {
display: inline-flex;
font-size: 18px; }
.elementor-section-wrap .elementor-widget.elementor-widget-tm-custom-title {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px; } .heading {
margin: 0;
font-size: 32px;
font-weight: 300;
line-height: 1.18;
color: #000000;
letter-spacing: -0.025em; }
.heading--h1 {
font-size: 36px; }
.heading--upper {
text-transform: uppercase; }
@media (min-width: 576px) {
.heading {
font-size: 42px; }
.heading--h1 {
font-size: 48px; } }
@media (min-width: 1200px) {
.heading {
font-size: 54px; }
.heading--h1 {
font-size: 64px; } }
@media (min-width: 1200px) {
.webpage--technical-drawing .heading {
font-size: 60px; } } .an-awards {
padding-top: 40px;
overflow: hidden; }
@media (min-width: 1200px) {
.an-awards {
padding-top: 83px; } }
@media (min-width: 1200px) {
.an-awards--about .an-awards__notice {
padding-top: 71px; } }
@media (min-width: 1200px) {
.an-awards--about .an-awards__image {
padding-left: 120px;
margin-top: -20px; } }
.an-awards--different {
overflow: hidden; }
@media (min-width: 1200px) {
.an-awards--different {
padding-top: 155px; } }
@media (min-width: 1200px) {
.an-awards--different .an-awards__intro {
padding-top: 26px; } }
@media (min-width: 1560px) {
.an-awards--different .an-awards__intro {
transform: translateX(171px); } }
.an-awards--different .an-awards__text {
max-width: none;
font-size: 18px;
line-height: 1.5;
color: #999999; }
@media (min-width: 1200px) {
.an-awards--different .an-awards__text {
font-size: 24px; } }
@media (min-width: 1560px) {
.an-awards--different .an-awards__text {
margin-bottom: 107px; } }
.an-awards--different .an-awards__heading {
margin-bottom: 55px; }
.an-awards__intro {
margin-bottom: 20px; }
@media (min-width: 768px) {
.an-awards__intro {
margin-bottom: 0; } }
@media (min-width: 768px) {
.an-awards__image--mb-negative {
margin-bottom: -63px; } }
@media (min-width: 992px) {
.an-awards__image--mb-negative {
margin-bottom: -97px; } }
@media (min-width: 1560px) {
.an-awards__image {
width: 900px; } }
.an-awards__image img {
max-width: 100%;
height: auto; }
@media (min-width: 768px) {
.an-awards__content {
padding-right: 0; } }
@media (min-width: 1560px) {
.an-awards__content {
padding-top: 26px;
align-self: flex-start; } }
.an-awards__heading {
margin-bottom: 20px; }
.an-awards__heading--upper {
text-transform: uppercase; }
@media (min-width: 992px) {
.an-awards__heading {
max-width: 340px; } }
@media (min-width: 1200px) {
.an-awards__heading {
max-width: none; } }
@media (min-width: 1560px) {
.an-awards__heading {
margin-bottom: 22px; } }
.an-awards__text {
max-width: 340px;
margin-bottom: 32px;
font-size: 16px;
line-height: 1.88;
color: #999999; }
@media (min-width: 1200px) {
.an-awards__text {
font-size: 18px; } }
@media (min-width: 1560px) {
.an-awards__text {
margin-bottom: 54px; } }
.an-awards__buttons {
display: flex;
margin-bottom: 40px;
flex-wrap: wrap; }
@media (min-width: 1560px) {
.an-awards__buttons {
margin-bottom: 84px; } }
.an-awards__btn {
margin-right: 10px;
align-self: flex-start; }
@media (min-width: 1200px) {
.an-awards__btn {
margin-right: 27px; } }
.an-awards__notice {
max-width: 400px;
padding-top: 24px;
padding-right: 30px;
margin-bottom: 24px;
font-size: 14px;
line-height: 1.625;
color: #000000;
border-top: solid 1px #d6d6d6; }
@media (min-width: 1200px) {
.an-awards__notice {
font-size: 16px; } }
@media (min-width: 1560px) {
.an-awards__notice {
padding-top: 43px;
margin-bottom: 46px; } }
.an-awards--parallax {
position: relative;
background-repeat: no-repeat;
background-size: cover; }
.an-awards--parallax .scroll-wrap::before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.25); }
.an-awards--parallax .row {
margin: 0; }
@media (min-width: 768px) {
.an-awards--parallax .swiper-container {
padding-bottom: 0; } }
.an-awards--parallax .slide-counter {
position: absolute;
top: 0;
right: 0;
bottom: unset;
left: unset;
width: auto; }
.an-awards--parallax .slide-counter .swiper-pagination-current {
padding-right: 10px; }
.an-awards--parallax .slide-counter .swiper-pagination-total {
padding-left: 10px; }
.an-awards--parallax .arrow-square {
bottom: -60px;
cursor: pointer;
background-color: transparent; }
@media (min-width: 992px) {
.an-awards--parallax .arrow-square:hover {
border-color: #f5480c; }
.an-awards--parallax .arrow-square:hover svg {
fill: #f5480c; } }
@media (min-width: 1200px) {
.an-awards--parallax .arrow-square {
bottom: 0; } }
.an-awards--parallax .arrow-square svg {
fill: #ffffff; }
.an-awards--parallax .arrow-square--prev {
left: calc(50% - 50px); }
@media (min-width: 1200px) {
.an-awards--parallax .arrow-square--prev {
right: 72px;
left: unset; } }
.an-awards--parallax .arrow-square--next {
right: calc(50% - 50px); }
@media (min-width: 1200px) {
.an-awards--parallax .arrow-square--next {
right: 0; } }
.an-awards--parallax .an-awards__container {
position: relative; }
.an-awards--parallax .an-awards__outer {
width: 100%; }
.an-awards--parallax .an-awards__welcome {
max-width: 200px;
margin-bottom: 20px;
font-size: 18px;
line-height: 30px;
color: #ffffff; }
@media (min-width: 576px) {
.an-awards--parallax .an-awards__welcome {
max-width: 85%; } }
@media (min-width: 768px) {
.an-awards--parallax .an-awards__welcome {
margin-bottom: 32px; } }
@media (min-width: 1200px) {
.an-awards--parallax .an-awards__welcome {
margin-bottom: 72px; } }
.an-awards--parallax .an-awards__heading {
margin-bottom: 20px;
font-size: 36px;
font-weight: 600;
color: #ffffff;
text-transform: capitalize; }
.an-awards--parallax .an-awards__heading br {
display: none; }
@media (min-width: 992px) {
.an-awards--parallax .an-awards__heading {
max-width: 100%;
font-size: 48px; }
.an-awards--parallax .an-awards__heading br {
display: block; } }
@media (min-width: 1200px) {
.an-awards--parallax .an-awards__heading {
font-size: 64px;
line-height: 72px; } }
@media (min-width: 1560px) {
.an-awards--parallax .an-awards__heading {
margin-bottom: 32px; } }
.an-awards--parallax .an-awards__content {
padding: 0; }
.an-awards--parallax .an-awards__text {
max-width: 400px;
margin-bottom: 25px;
color: #ffffff; }
.an-awards--parallax .an-awards__text br {
display: none; }
@media (min-width: 992px) {
.an-awards--parallax .an-awards__text br {
display: none; } }
@media (min-width: 1200px) {
.an-awards--parallax .an-awards__text {
margin-bottom: 112px; } }
.an-awards--parallax .an-awards__buttons {
margin-bottom: 0; }
.an-awards--parallax .an-awards__buttons a {
padding: 20px 22px;
font-size: 16px;
font-weight: 600;
border-radius: 0; }
.webpage--beige .an-awards__heading {
font-family: "Cinzel", "Georgia", serif;
color: #ffffff; }
@media (min-width: 1200px) {
.webpage--beige .an-awards__heading {
font-size: 90px;
line-height: 1;
letter-spacing: normal; } }
.webpage--beige .an-awards__text {
line-height: 1.5;
color: #cccccc; } .partners__line {
padding-bottom: 60px;
border-bottom: solid 1px #dddddd; }
@media (min-width: 576px) {
.partners__line {
padding-bottom: 80px; } }
@media (min-width: 992px) {
.partners__line {
padding-bottom: 120px; } }
@media (min-width: 1200px) {
.partners__line {
padding-bottom: 173px; } }
.partners__heading {
margin-bottom: 16px;
text-align: center; }
@media (min-width: 576px) {
.partners__heading {
margin-bottom: 20px; } }
@media (min-width: 1200px) {
.partners__heading {
margin-bottom: 19px; } }
.partners__heading--small {
margin: 0 0 40px;
font-size: 16px;
font-weight: 400;
line-height: 1.5;
color: #000000;
text-align: left;
text-transform: uppercase;
letter-spacing: 0.05em; }
@media (min-width: 576px) {
.partners__heading--small {
margin-bottom: 60px; } }
@media (min-width: 1200px) {
.partners__heading--small {
margin-bottom: 87px; } }
.partners__text {
margin-bottom: 60px;
font-size: 14px;
line-height: 1.66;
color: #666666;
text-align: center; }
@media (min-width: 576px) {
.partners__text {
margin-bottom: 80px;
font-size: 16px; } }
@media (min-width: 1200px) {
.partners__text {
margin-bottom: 118px;
font-size: 18px; } }
.partners__list {
display: flex;
justify-content: center;
padding: 0;
margin: 0;
margin-top: -98px;
list-style: none;
flex-wrap: wrap; }
.partners__list--justify-start {
justify-content: flex-start; }
.partners__item {
width: 50%;
margin-top: 98px;
text-align: center;
align-self: center; }
@media (min-width: 576px) {
.partners__item {
width: 33.33%; } }
@media (min-width: 992px) {
.partners__item {
width: 25%; } }
@media (min-width: 1200px) {
.partners__item {
width: 20%; } }
.partners__item img {
display: inline-block;
max-width: 90% !important;
height: auto;
vertical-align: top;
filter: grayscale(1);
transition: filter 0.3s ease; }
.partners__item img:hover {
filter: grayscale(0); } .simplicity__line {
width: calc(100% - 30px);
padding-bottom: 60px;
margin: 0 auto;
border-bottom: solid 1px #d6d6d6; }
@media (min-width: 1200px) {
.simplicity__line {
padding-bottom: 134px; } }
@media (max-width: 768px) {
.simplicity__image {
max-width: 540px;
margin: auto; } }
.simplicity__image {
position: relative;
padding-top: 7vw;
padding-bottom: 90px;
padding-left: 7vw;
margin-bottom: 40px;
background-image: url(//studio-bdf.fr/wp-content/themes/liarch/assets/css/images/dots.png);
background-repeat: no-repeat;
background-size: contain;
background-size: 65% auto; }
@media (min-width: 992px) {
.simplicity__image {
padding-top: 3.64vw;
padding-bottom: 7.135vw;
padding-left: 3.64vw;
margin-bottom: 4.6875vw;
background-size: 370px auto; } }
.simplicity__image img {
display: block;
max-width: 100%;
height: auto; }
.simplicity__circle-text {
position: absolute;
bottom: 0;
left: 0;
width: 180px;
height: 180px;
animation: text-rotate 9s linear infinite;
z-index: 1; }
@media (min-width: 1200px) {
.simplicity__circle-text {
width: 226px;
height: 226px;
margin-left: -50px; } }
.simplicity__circle-text img {
display: block;
width: 100%;
height: auto; }
.simplicity__circle-text:hover {
animation-play-state: paused; }
@media (min-width: 768px) {
.simplicity__content {
display: flex;
flex-direction: column; } }
.simplicity__preheading {
margin-bottom: 12px;
font-size: 16px;
line-height: 1;
color: #ff4800;
text-transform: uppercase; }
.simplicity__heading {
margin: 0 0 20px;
font-weight: 400; }
.simplicity__heading--upper {
text-transform: uppercase; }
@media (min-width: 768px) {
.simplicity__heading {
margin-bottom: 40px; } }
@media (min-width: 1200px) {
.simplicity__heading {
max-width: 500px;
margin-bottom: 56px; } }
.simplicity__subheading {
margin-bottom: 20px;
font-size: 20px;
letter-spacing: -0.015em; }
@media (min-width: 768px) {
.simplicity__subheading {
max-width: 320px;
margin-bottom: 40px; } }
@media (min-width: 1200px) {
.simplicity__subheading {
min-width: 370px;
margin-bottom: 47px;
font-size: 24px; } }
.simplicity__text {
max-width: 390px;
margin-bottom: 40px;
font-size: 16px;
line-height: 1.77;
color: #666666; }
@media (min-width: 1200px) {
.simplicity__text {
max-width: 435px;
font-size: 18px; } }
.simplicity__notice {
margin-bottom: 20px;
font-size: 14px;
line-height: 1.5;
color: #000000; }
@media (min-width: 768px) {
.simplicity__notice {
margin-top: auto; } }
@media (min-width: 1200px) {
.simplicity__notice {
margin-bottom: 45px;
font-size: 16px; } }
.simplicity__phone {
margin-bottom: 60px; }
@media (min-width: 768px) {
.simplicity__phone {
margin-bottom: 0; } }
.simplicity__btn {
align-self: flex-start; }
.simplicity__statistics {
padding-top: 40px;
margin-top: 40px;
border-top: solid 1px #aeab98; }
@media (min-width: 1200px) {
.simplicity__statistics {
padding-top: 50px;
margin-top: 100px; } }
@media (min-width: 1560px) {
.simplicity__statistics {
padding-top: 70px;
margin-top: 140px; } }
.webpage--beige .simplicity__heading {
font-family: "Cinzel", "Georgia", serif; }
@media (min-width: 1200px) {
.webpage--beige .simplicity__heading {
font-size: 60px;
line-height: 1;
letter-spacing: -0.025em; } }
.webpage--beige .simplicity__content {
padding-top: 60px; }
@media (min-width: 768px) {
.webpage--beige .simplicity__content {
padding-top: 0; } }
.webpage--modern .simplicity__preheading {
color: #cee100; }
.webpage--modern .simplicity__heading {
font-weight: 700; } .rewards {
padding: 60px 0;
background-color: #f2f5fa; }
@media (min-width: 1200px) {
.rewards {
padding: 156px 0 118px; } }
.rewards__preheading {
margin-bottom: 12px;
font-size: 16px;
line-height: 1;
color: #ff4800;
text-transform: uppercase; }
.rewards__header {
margin-bottom: 12px; }
@media (min-width: 768px) {
.rewards__header {
margin-bottom: 30px; } }
@media (min-width: 1200px) {
.rewards__header {
margin-bottom: 45px; } }
.rewards__heading {
font-weight: 400; }
.rewards__heading + * {
margin-top: 42px; }
.rewards__text {
font-size: 16px;
line-height: 1.77;
color: #999999; }
@media (min-width: 1200px) {
.rewards__text {
margin-bottom: 50px;
font-size: 18px; } }
.rewards__list {
padding: 0;
margin: 0;
list-style: none; }
.rewards__item + .rewards__item {
border-top: solid 1px #dfdfdf; }
.rewards + .bg-wrapper {
margin-top: 26px; }
.webpage--beige .rewards {
background-color: transparent; }
.webpage--beige .rewards__heading {
font-family: "Cinzel", "Georgia", serif;
color: #ffffff;
text-transform: uppercase;
letter-spacing: normal; }
.webpage--beige .rewards .rewards__item + .rewards__item {
border-top: solid 1px rgba(255, 255, 255, 0.2); }
.webpage--modern .rewards__preheading {
color: #cee100;
text-align: center; }
.webpage--modern .rewards__heading {
font-weight: 700;
text-align: center; } @media (min-width: 768px) {
.studio-section {
overflow: hidden; } }
.studio-section__header {
margin-bottom: 40px; }
@media (min-width: 1200px) {
.studio-section__header {
margin-bottom: 100px; } }
.studio-section__heading {
font-weight: 400; }
.studio-section__heading + *, .studio-section__text {
margin-top: 24px; }
@media (min-width: 1200px) {
.studio-section__heading + *, .studio-section__text {
margin-top: 43px; } }
.studio-section__text {
max-width: 940px;
font-size: 16px;
line-height: 1.77;
color: #999999; }
@media (min-width: 1200px) {
.studio-section__text {
font-size: 18px; } }
@media (min-width: 768px) {
.studio-section__wrapper {
display: flex;
justify-content: flex-start;
overflow: hidden;
flex-direction: row;
flex-wrap: wrap; } }
.studio-section__image {
position: relative; }
@media (min-width: 768px) {
.studio-section__image {
display: flex;
max-width: 470px;
flex-shrink: 0; } }
@media (min-width: 768px) {
.studio-section__image--big {
max-width: 1045px; } }
.studio-section__image + .studio-section__image {
margin-top: 30px; }
@media (min-width: 768px) {
.studio-section__image + .studio-section__image {
margin-top: 0;
margin-left: 30px; } }
.studio-section__image img {
display: block;
width: 100%;
height: auto; }
.elementor-widget-tm-image-gallery a.studio-section__play-video {
position: absolute;
top: 50%;
left: 50%;
display: flex;
align-items: center;
justify-content: center;
width: 115px;
height: 115px;
padding: 0 24px;
font-size: 16px;
line-height: 1.25;
color: #ffffff;
text-align: center;
text-transform: uppercase;
cursor: pointer;
flex-direction: column;
background-color: rgba(77, 82, 75, 0.75);
border: solid 1px rgba(255, 255, 255, 0.75);
border-radius: 50%;
transition: background-color 0.3s ease;
transform: translateX(-50%) translateY(-50%); }
.elementor-widget-tm-image-gallery a.studio-section__play-video:hover, .elementor-widget-tm-image-gallery a.studio-section__play-video:focus {
color: #ffffff;
background-color: #4d524b;
outline: none; }
.studio-section + .rewards {
margin-top: -40px; }
@media (min-width: 1200px) {
.studio-section + .rewards {
margin-top: -100px; } }
.webpage--beige .studio-section__heading {
font-family: "Cinzel", "Georgia", serif;
color: #ffffff;
text-transform: uppercase; } .our-experts--mt-negative {
margin-top: -10px; }
.our-experts__header {
margin-bottom: 30px; }
@media (min-width: 1200px) {
.our-experts__header {
margin-bottom: 71px; } }
.our-experts__heading {
font-weight: 400; }
@media (min-width: 1200px) {
.our-experts__heading {
font-size: 60px;
line-height: 1; } }
.our-experts__text {
margin-top: 42px; }
.our-experts__text {
max-width: 730px;
font-size: 16px;
line-height: 1.77;
color: #666666;
letter-spacing: -0.015em; }
@media (min-width: 1200px) {
.our-experts__text {
margin-bottom: 102px;
font-size: 18px; } }
.our-experts__list {
display: flex;
padding: 0;
margin: 0;
margin-top: -46px;
list-style: none;
flex-wrap: wrap; }
@media (min-width: 480px) {
.our-experts__list {
margin-left: -20px; } }
@media (min-width: 992px) {
.our-experts__list {
margin-left: -30px; } }
@media (min-width: 1200px) {
.our-experts__list {
margin-left: -60px; } }
.our-experts__item {
margin: 46px auto 0; }
@media (min-width: 480px) {
.our-experts__item {
width: calc(50% - 20px);
margin-right: 0;
margin-left: 20px; } }
@media (min-width: 768px) {
.our-experts__item {
width: calc(33.3333% - 20px); } }
@media (min-width: 992px) {
.our-experts__item {
width: calc(25% - 30px);
margin-left: 30px; } }
@media (min-width: 1200px) {
.webpage--beige .our-experts__item {
width: calc(25% - 60px);
min-width: 235px;
margin-left: 60px; } }
.our-experts__line {
padding-top: 40px;
border-bottom: solid 1px #999999; }
@media (min-width: 1200px) {
.our-experts__line {
padding-top: 100px; } }
@media (min-width: 1560px) {
.our-experts__line {
padding-top: 140px; } }
.our-experts + .pricing {
margin-top: -7px;
margin-bottom: 48px; }
.webpage--beige .our-experts__heading {
font-family: "Cinzel", "Georgia", serif; }
.webpage--beige .our-experts__line {
border-bottom-color: #aeab98; } .pricing--section .pricing__container {
padding-top: 0;
padding-bottom: 0; }
.pricing--section .pricing__title,
.pricing--section .pricing__subtitle {
margin-left: 0;
text-align: left; }
.pricing--section .pricing__title {
font-weight: 400; }
@media (min-width: 1200px) {
.pricing--section .pricing__subtitle {
margin-bottom: 94px; } }
.pricing__container {
max-width: 1170px !important;
padding: 60px 10px; }
@media (min-width: 1200px) {
.pricing__container {
padding: 127px 0 183px; } }
.pricing__title, .pricing__subtitle {
max-width: 730px;
margin: 0 auto; }
.pricing__title {
margin-bottom: 36px;
font-size: 48px;
line-height: 60px;
text-align: center;
letter-spacing: -1.5px; }
@media (min-width: 768px) {
.pricing__title {
font-size: 60px;
line-height: 72px; } }
.pricing__subtitle {
margin-bottom: 64px;
font-size: 16px;
line-height: 28px;
color: #666666;
text-align: center;
letter-spacing: -0.27px; }
@media (min-width: 768px) {
.pricing__subtitle {
margin-bottom: 122px;
font-size: 18px;
line-height: 32px; } }
.pricing__contact-us {
max-width: 580px;
margin: 45px auto 0;
font-size: 20px;
line-height: 32px;
text-align: center; }
@media (min-width: 768px) {
.pricing__contact-us {
margin: 81px auto 0;
font-size: 24px;
line-height: 36px; } }
.pricing__contact-us a {
color: #0099ff;
text-decoration: underline; }
@media (min-width: 992px) {
.pricing__contact-us a:hover {
text-decoration: none; } }
.pricing__slider-container {
position: relative;
margin: 0 auto;
overflow: hidden; }
@media (min-width: 1200px) {
.pricing__slider-container {
margin: 0 -5px; } }
.pricing__slider-container::before, .pricing__slider-container::after {
content: "";
position: absolute;
top: 0;
width: 35px;
height: 100%;
pointer-events: none;
transition: opacity 0.3s ease;
z-index: 2; }
@media (min-width: 768px) {
.pricing__slider-container::before, .pricing__slider-container::after {
width: 100px; } }
@media (min-width: 1200px) {
.pricing__slider-container::before, .pricing__slider-container::after {
display: none; } }
.pricing__slider-container::before {
left: 0;
background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%); }
.pricing__slider-container::after {
right: 0;
background: linear-gradient(275deg, white 0%, rgba(255, 255, 255, 0) 100%); }
.pricing__slider-container.hide-left::before {
opacity: 0; }
.pricing__slider-container.hide-right::after {
opacity: 0; }
.pricing__slider {
width: 90%;
overflow: visible; }
@media (min-width: 768px) {
.pricing__slider {
width: 80%; } }
@media (min-width: 1200px) {
.pricing__slider {
width: 100%; } }
@media (min-width: 1200px) {
.pricing__wrapper {
display: flex;
flex-wrap: wrap; } }
.pricing-item {
min-height: 665px; }  @media (min-width: 992px) {
.pricing-item:hover .pricing-item__wrapper {
border-color: #000000; } }
.pricing-item__wrapper {
display: flex;
width: 100%;
box-sizing: border-box;
padding: 30px 20px;
flex-direction: column;
background-color: #ffffff;
border: 1px solid #cccccc;
transition: border-color 0.3s ease; }
@media (min-width: 768px) {
.pricing-item__wrapper {
padding: 42px 50px 64px; } }
.pricing-item__top {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 16px;
flex-direction: column; }
@media (min-width: 768px) {
.pricing-item__top {
justify-content: space-between;
flex-direction: row; } }
.pricing-item__plan {
margin-bottom: 10px;
font-size: 16px;
text-transform: uppercase; }
@media (min-width: 768px) {
.pricing-item__plan {
margin-bottom: 0; } }
.pricing-item__caption span {
padding: 3.5px 11px;
font-size: 14px;
color: #ffffff;
background-color: #669900; }
.pricing-item__price {
margin-bottom: 7px;
font-family: "Cinzel", sans-serif;
line-height: 1.5;
text-align: center;
text-transform: uppercase;
letter-spacing: -2px; }
@media (min-width: 768px) {
.pricing-item__price {
text-align: left; } }
.pricing-item__price .currency {
top: -0.7em;
font-size: 30px; }
.pricing-item__price .digit {
font-size: 60px; }
.pricing-item__price .square {
font-size: 18px;
letter-spacing: 0.3px; }
.pricing-item__tax {
font-size: 14px;
color: #999999;
text-align: center; }
@media (min-width: 768px) {
.pricing-item__tax {
text-align: left; } }
.pricing-item__included {
padding: 33px 0 0;
margin: 30px 0 50px;
list-style: none;
border-top: 1px solid #d8d8d8; }
.pricing-item__included li {
padding: 15px 0;
font-size: 16px;
line-height: 22px;
text-align: center;
text-transform: uppercase;
letter-spacing: 0.4px; }
@media (min-width: 768px) {
.pricing-item__included li {
text-align: left; } }
.pricing-item__included li + li {
border-top: 1px solid #d8d8d8; }
.pricing-item__btn {
width: 100%;
padding: 15px;
margin-top: auto;
font-size: 18px;
color: #000000;
text-align: center;
text-transform: uppercase;
cursor: pointer;
background-color: #ffffff;
border: 1px solid #999999;
border-radius: 0;
transition: all 0.3s ease; }
@media (min-width: 992px) {
.pricing-item__btn:hover {
color: #ffffff;
background-color: #f5480c;
border-color: #f5480c; } }
.webpage--beige .pricing__slider-container::before, .webpage--beige .pricing__slider-container::after {
display: none; }
.webpage--beige .pricing__title {
font-family: "Cinzel", "Georgia", serif;
text-transform: lowercase; }
.webpage--beige .pricing-item:hover .pricing-item__wrapper {
border-color: #000000; }
.webpage--beige .pricing-item__wrapper {
min-height: 670px;
background-color: transparent;
border-color: #aeab98; }
.pricing-item__wrapper {
min-height: 643px; }
.webpage--beige .pricing-item__plan, .webpage--beige .pricing-item__price,
.webpage--beige .pricing-item__included li {
color: #4d524b; }
.webpage--beige .pricing-item__included {
border-top-color: #aeab98; }
.webpage--beige .pricing-item__included li + li {
border-top-color: #aeab98; }
.webpage--beige .pricing-item__caption span {
color: #000000;
background-color: #e6da89; }
.webpage--beige .pricing-item__btn {
color: #ffffff;
background-color: #4d524b; }
.webpage--beige .pricing-item__btn:hover, .webpage--beige .pricing-item__btn:focus {
background-color: #e6da89;
border-color: #e6da89; } .our-journal--mb {
margin-bottom: 60px; }
@media (min-width: 768px) {
.our-journal--mb {
margin-bottom: 100px; } }
@media (min-width: 992px) {
.our-journal--mb {
margin-bottom: 140px; } }
@media (min-width: 1200px) {
.our-journal--mb {
margin-bottom: 196px; } }
.our-journal__header {
margin-bottom: 16px;
text-align: center; }
@media (min-width: 576px) {
.our-journal__header {
margin-bottom: 24px; } }
@media (min-width: 768px) {
.our-journal__header {
display: flex;
justify-content: space-between;
margin-bottom: 56px;
text-align: left; } }
@media (min-width: 992px) {
.our-journal__header {
margin-bottom: 70px; } }
@media (min-width: 768px) {
.our-journal__header--block {
display: block; } }
.our-journal__heading {
margin-bottom: 16px;
text-align: center; }
@media (min-width: 768px) {
.our-journal__heading {
margin-bottom: 0;
align-self: baseline; } }
@media (min-width: 1200px) {
.our-journal__heading {
margin-bottom: 0px; } }
.our-journal__text {
margin-top: 16px;
font-size: 16px;
line-height: 1.77;
color: #999999;
text-align: center; }
@media (min-width: 1200px) {
.our-journal__text {
margin-top: 54px; } }
@media (min-width: 768px) {
.our-journal__more {
align-self: baseline; } }
.our-journal__list {
padding: 0;
list-style: none; }
.our-journal__list .news-card {
padding-right: 0;
padding-left: 0; }
@media (min-width: 768px) {
.our-journal__list .news-card {
padding-right: 15px;
padding-left: 15px; } }
.webpage--beige .our-journal__heading {
font-family: "Cinzel", "Georgia", serif;
color: #ffffff; }
@media (min-width: 768px) {
.webpage--beige .our-journal__heading {
text-align: left; } }
.webpage--beige .our-journal__text {
color: #999999; }
@media (min-width: 768px) {
.webpage--beige .our-journal__text {
text-align: left; } } .approach {
padding: 60px 0;
counter-reset: approach;
background-color: #f8f5f4; }
@media (min-width: 1200px) {
.approach {
padding: 141px 0 185px; } }
.webpage--technical-drawing {
background-color: transparent; }
.webpage--technical-drawing .approach__card {
min-height: 450px;
background-color: transparent;
border: solid 1px #000000; }
.about__approach .approach__card {
min-height: 450px; }
.webpage--technical-drawing .approach__card-icon svg {
width: 48px;
height: 48px;
fill: #000000; }
.webpage--technical-drawing .approach__card-heading {
font-weight: 400; }
@media (min-width: 992px) {
.approach--technical .approach__header {
margin-bottom: 60px; } }
@media (min-width: 1200px) {
.webpage--technical-drawing .approach__header {
margin-bottom: 90px; } }
.approach__text {
margin-top: 20px; }
.approach .col-12 {
margin-bottom: 32px; }
@media (min-width: 992px) {
.approach .col-12 {
margin-bottom: 0; } }
.approach__header {
margin-bottom: 30px; }
@media (min-width: 1200px) {
.approach__header {
margin-bottom: 71px; } }
.approach__heading {
font-weight: 400; }
.webpage--beige .approach__text {
margin-top: 40px; }
.approach__text {
font-size: 16px;
line-height: 1.7;
color: #999999; }
@media (min-width: 1200px) {
.approach__text {
margin-bottom: 91px;
font-size: 20px; } }
.approach__card {
position: relative;
height: 100%;
padding: 30px;
counter-increment: approach;
background-color: #ffffff; }
@media (min-width: 576px) {
.approach__card {
padding: 40px; } }
@media (min-width: 1200px) {
.approach__card {
padding: 55px 50px 50px 55px; }
.webpage--beige .approach__card {
padding: 55px 44px 50px 55px; } }
.approach__card_count {
position: absolute;
top: 30px;
right: 30px;
font-size: 16px;
line-height: 1;
color: #999999;
letter-spacing: 0.8px; }
.about__approach .approach__card_count {
top: 55px;
right: 55px; }
.webpage--beige .about__approach {
margin-bottom: 0px; }
.webpage--beige .approach__card_count {
top: 55px;
right: 55px; }
@media (min-width: 576px) {
.approach__card::before {
top: 55px;
right: 55px; } }
.approach__card-icon {
margin-bottom: 60px; }
@media (min-width: 1200px) {
.approach__card-icon {
margin-bottom: 102px; }
.approach__card-icon svg {
width: 48px;
height: 48px; } }
.approach__card-icon i {
font-size: 48px;
color: #ff4800; }
.approach__card-icon svg {
width: 48px;
fill: #ff4800; }
.approach__card-heading {
max-width: 210px;
margin: 0 0 25px;
font-size: 36px;
font-weight: 300;
line-height: 1.11;
color: #000000; }
.beige .about__approach .approach__card-heading {
max-width: none; }
.approach__card-text {
font-size: 18px;
line-height: 1.67;
color: #999999; }
.approach__statistics {
padding-top: 40px;
margin-top: 20px;
border-top: solid 1px #999999; }
@media (min-width: 992px) {
.approach__statistics {
padding-top: 80px;
margin-top: 120px; } }
.approach--parallax {
padding: 0;
background-image: url(//studio-bdf.fr/wp-content/themes/liarch/assets/css/img/bg-our-story-2.jpg);
background-repeat: no-repeat;
background-size: cover; }
.approach--parallax .approach__heading {
font-weight: 600; }
@media (max-height: 750px) {
.approach--parallax .approach__heading {
margin-bottom: 20px;
font-size: 32px; } }
@media (max-height: 750px) {
.approach--parallax .approach__card {
padding: 30px; } }
@media (max-height: 750px) {
.approach--parallax .approach__card-icon {
margin-bottom: 25px; } }
.homepage-parallax .approach__card-heading {
font-weight: 600; }
.tm_left_menu_page .approach__card-heading {
font-weight: 300; }
@media (max-height: 750px) {
.approach--parallax .approach__card-heading {
margin: 0 0 18px;
font-size: 26px; } }
@media (max-height: 750px) {
.approach--parallax .approach__card-text {
font-size: 16px;
line-height: 1.4; } }
.webpage--beige .approach {
background-color: transparent; }
@media (min-width: 1200px) {
.webpage--beige .approach {
padding-bottom: 167px; } }
.webpage--beige .approach__heading {
font-family: "Cinzel", "Georgia", serif;
color: #ffffff; }
@media (min-width: 1200px) {
.webpage--beige .approach__heading {
font-size: 60px; } }
.webpage--beige .approach__card {
background-color: #4d524b;
border: solid 1px #6a7067; }
.webpage--beige .approach__card-icon svg {
fill: #e6da89; }
.webpage--beige .elementor-widget-tm-icon-box-custom .approach__card-heading {
max-width: none !important;
font-family: "Cinzel", "Georgia", serif;
color: #ffffff; } .awards-table__inner {
padding: 40px; }
@media (min-width: 1200px) {
.awards-table__inner {
padding: 120px 80px; } }
@media (min-width: 1560px) {
.awards-table__inner {
padding: 120px 110px; } }
.awards-table__heading {
margin-bottom: 20px;
font-weight: 400; }
@media (min-width: 1200px) {
.awards-table__heading {
margin-bottom: 72px; } }
.awards-table table {
width: calc(100% + 80px);
margin-left: -40px; }
@media (min-width: 576px) {
.awards-table table {
width: 100%;
margin: 0; } }
.awards-table thead tr {
border: none; }
.awards-table tbody tr {
transition: background-color 0.3s ease; }
.awards-table tbody tr:hover {
background-color: #fbfaf6; }
.awards-table tr {
border-top: solid 1px #dadada; }
.awards-table th {
padding: 14px 5px;
font-size: 10px;
font-weight: 400;
line-height: 1;
color: #999999;
text-transform: uppercase; }
@media (min-width: 576px) {
.awards-table th {
padding: 14px 16px;
font-size: 12px;
letter-spacing: 0.05em; } }
.awards-table td {
padding: 16px 5px;
font-size: 14px;
line-height: 1;
color: #000000;
word-break: normal; }
@media (min-width: 576px) {
.awards-table td {
padding: 30px 16px; }
.awards-table td:first-child {
text-transform: uppercase; } }
@media (min-width: 1200px) {
.awards-table td {
font-size: 18px; } }
.awards-table td a {
color: #000000; }
.awards-table td a:hover, .awards-table td a:focus {
color: #000000;
text-decoration: underline;
outline: none; } .about {
padding: 40px 0; }
@media (min-width: 1200px) {
.about {
padding: 104px 0 201px; } }
@media (min-width: 1200px) {
.about--pb {
padding: 104px 0 25px; } }
.about__header {
margin-bottom: 60px; }
@media (min-width: 1200px) {
.about__header {
margin-bottom: 143px; } }
.about__heading {
max-width: 205px;
margin: 0 0 20px;
font-size: 16px;
font-weight: 400;
line-height: 1.7;
color: #000000;
text-transform: uppercase;
letter-spacing: 0.05em; }
@media (min-width: 1200px) {
.about__heading {
margin-bottom: 36px; } }
.about__subheading {
font-weight: 400; }
.about__statistics {
margin-bottom: 60px; }
@media (min-width: 1200px) {
.about__statistics {
margin-bottom: 143px; } }
.about__panorama {
margin-bottom: 60px; }
@media (min-width: 1200px) {
.about__panorama {
margin-bottom: 150px; } }
.about__panorama img {
display: block;
width: 100%;
height: auto; }
.about__simplicity {
margin-bottom: 60px; }
@media (min-width: 1200px) {
.about__simplicity {
margin-bottom: 121px; } }
.about__partners {
margin-bottom: 60px; }
@media (min-width: 1200px) {
.about__partners {
margin-bottom: 148px; } }
.about__partners .partners__inner {
border-bottom: none; }
@media (min-width: 1200px) {
.about__partners .partners__list {
margin-bottom: 0; } }
.about__journal {
margin-bottom: 30px; }
.about__contacts {
padding-top: 60px;
border-top: solid 1px #e2e2e2; }
@media (min-width: 1200px) {
.about__contacts {
padding-top: 137px; } }
.about__testimonials + .about__approach {
margin-top: 60px; }
@media (min-width: 1200px) {
.about__testimonials + .about__approach {
margin-top: 186px; } }
@media (min-width: 1200px) {
.about__feedback {
padding-top: 24px; } }
.about__our-experts {
margin-bottom: 60px; }
@media (min-width: 1200px) {
.about__our-experts {
margin-bottom: 140px; } }
@media (min-width: 1560px) {
.about__our-experts {
margin-bottom: 170px; } }
.about__twitter-block {
margin-bottom: 60px; }
@media (min-width: 1200px) {
.about__twitter-block {
margin-bottom: 120px; } } .studio-hero {
padding: 60px 0;
overflow: hidden; }
@media (min-width: 768px) {
.studio-hero {
padding: 105px 0 117px; } }
.studio-hero__intro {
margin-bottom: 20px; }
@media (min-width: 768px) {
.studio-hero__intro {
margin-bottom: 0; } }
@media (min-width: 768px) {
.studio-hero__content {
padding-right: 0; } }
@media (min-width: 1560px) {
.studio-hero__content {
padding-top: 77px;
align-self: flex-start; } }
.studio-hero__image img {
max-width: 100%;
height: auto; }
@media (min-width: 1560px) {
.studio-hero__image {
padding-left: 72px; }
.studio-hero__image img {
max-width: none !important; } }
.studio-hero__heading {
margin-bottom: 20px;
font-weight: 400;
letter-spacing: normal; }
@media (min-width: 992px) {
.studio-hero__heading {
max-width: 340px; } }
@media (min-width: 1200px) {
.studio-hero__heading {
max-width: none;
font-size: 72px;
line-height: 1; } }
@media (min-width: 1560px) {
.studio-hero__heading {
margin-bottom: 53px;
font-size: 90px; } }
.studio-hero__text {
max-width: 3900px;
margin-bottom: 32px;
font-size: 18px;
line-height: 1.5;
color: #999999; }
@media (min-width: 1200px) {
.studio-hero__text {
font-size: 24px; } }
@media (min-width: 1560px) {
.studio-hero__text {
margin-bottom: 104px; } }
.webpage--beige .studio-hero__heading {
font-family: "Cinzel", "Georgia", serif;
color: #ffffff; } .services__container {
max-width: 1170px !important;
padding: 60px 10px; }
@media (min-width: 1200px) {
.services__container {
padding: 118px 0 203px; } }
.services .type-service {
padding-bottom: 55px;
margin-bottom: 0;
border-bottom: 1px solid #dbdbdb; }
@media (min-width: 992px) {
.services .type-service {
padding-bottom: 105px; } }
.services .type-service__list {
margin-right: 0;
margin-left: 0; }
@media (min-width: 1200px) {
.services .type-service__list {
margin-right: -15px;
margin-left: -15px; } }
.services .type-service__heading {
margin-bottom: 30px;
font-size: 46px;
font-weight: 400;
line-height: 56px;
text-align: center;
letter-spacing: -1.35px; }
@media (min-width: 768px) {
.services .type-service__heading {
margin-bottom: 50px;
font-size: 54px;
line-height: 64px;
text-align: left; } }
.services .type-service__text {
margin-bottom: 75px;
line-height: 32px;
text-align: center; }
@media (min-width: 768px) {
.services .type-service__text {
text-align: left; } }
@media (min-width: 992px) {
.services .type-service__text {
margin-bottom: 164px; } }
.services .type-service__item-heading {
max-width: 100%;
font-weight: 400;
text-align: center; }
@media (min-width: 768px) {
.services .type-service__item-heading {
max-width: 280px;
text-align: left; } }
.services .statistics {
margin-top: 55px;
margin-right: 0;
margin-left: 0; }
@media (min-width: 1200px) {
.services .statistics {
margin-right: -15px;
margin-left: -15px; } }
@media (min-width: 992px) {
.services .statistics {
margin-top: 93px; } }
.services .statistics__item-value {
font-weight: 400; }
.services .twitter-block {
margin: 60px 0; }
@media (min-width: 992px) {
.services .twitter-block {
margin: 149px 0 127px; } } .service-page {
padding: 40px 0; }
@media (min-width: 1200px) {
.service-page {
padding: 120px 0 201px; } }
.service-page__header {
margin-bottom: 60px; }
@media (min-width: 1200px) {
.service-page__header {
margin-bottom: 120px; } }
.service-page__heading {
margin-bottom: 20px;
font-weight: 400; }
@media (min-width: 1200px) {
.service-page__heading {
margin-bottom: 55px; } }
.service-page__image {
max-width: 1550px;
padding: 0 15px;
margin: 0 auto 60px; }
@media (min-width: 1200px) {
.service-page__image {
margin-bottom: 110px; } }
.service-page__image img {
display: block;
width: 100%;
height: auto; }
.service-page__sidebar {
margin-top: 60px; }
@media (min-width: 992px) {
.service-page__sidebar {
margin-top: 0; } }
.service-page__specialization {
margin-top: 60px; }
@media (min-width: 1200px) {
.service-page__specialization {
margin-top: 78px; } }
.service-page__process {
margin: 60px 0; }
@media (min-width: 1200px) {
.service-page__process {
margin: 88px 0; } }
@media (min-width: 1200px) {
.service-page__text {
max-width: 800px; } }
.service-page__form-wrap {
padding-top: 80px;
margin-top: 24px;
border-top: solid 1px #dfdfdf; }
@media (min-width: 1200px) {
.service-page__form-wrap {
padding-top: 120px; } }
.service-page h2 {
font-size: 30px;
font-weight: 400;
line-height: 1.18;
color: #000000;
letter-spacing: -0.015em; }
.service-page__content .specialization {
font-size: 30px;
font-weight: 400;
line-height: 1.18;
color: #000000;
letter-spacing: -0.015em; }
@media (min-width: 1200px) {
.service-page h2 {
margin-bottom: 34px;
font-size: 36px; }
.service-page__content .specialization {
margin-bottom: 34px;
font-size: 36px; } }
.service-page * + h2 {
margin-top: 40px; }
.service-page__content .specialization {
margin-top: 40px; }
@media (min-width: 1200px) {
.service-page * + h2 {
margin-top: 78px; }
.service-page__content .specialization {
margin-top: 78px; } }
.service-page p {
margin-top: 0;
font-size: 16px;
line-height: 1.77;
color: #666666; }
.service-page__text p {
margin-top: 0;
font-size: 16px;
line-height: 1.77;
color: #666666; }
@media (min-width: 1200px) {
.service-page p {
font-size: 18px; }
.service-page__text p {
font-size: 18px; } }
.service-page .form__title {
font-size: 36px;
letter-spacing: -0.025em; } .process-step {
padding: 0;
margin: 0;
list-style: none;
counter-reset: process; }
.process-step__item {
position: relative;
padding-bottom: 32px;
padding-left: 50px;
margin-bottom: 32px;
counter-increment: process;
border-bottom: solid 1px #e2e2e2; }
@media (min-width: 1200px) {
.process-step__item {
padding-bottom: 51px;
padding-left: 100px;
margin-bottom: 63px; } }
.process-step__item:last-child {
padding-bottom: 0;
margin-bottom: 0;
border-bottom: none; }
.process-step__item::before {
content: counter(process) ".";
position: absolute;
top: -4px;
left: 0;
font-family: "Cinzel", "Georgia", serif;
font-size: 48px;
line-height: 1;
color: #cccccc;
letter-spacing: -0.025em; }
@media (min-width: 1200px) {
.process-step__item::before {
font-size: 80px; } }
.process-step__item-title {
margin-bottom: 20px;
font-size: 20px;
line-height: 1;
color: #000000;
text-transform: uppercase;
letter-spacing: 0.05em; }
@media (min-width: 1200px) {
.process-step__item-title {
font-size: 24px; } }
.process-step__item-text {
font-size: 16px;
line-height: 1.66;
color: #666666;
letter-spacing: -0.015em; }
@media (min-width: 1200px) {
.process-step__item-text {
font-size: 18px; } } .sidebar {
width: 100%;
margin-bottom: 50px; }
@media (min-width: 992px) {
.sidebar {
max-width: 300px;
margin-bottom: 0; } }
.sidebar__block + .sidebar__block {
margin-top: 40px; }
@media (min-width: 992px) {
.sidebar__block + .sidebar__block {
margin-top: 68px; } }
.sidebar__block > p {
margin: 0;
margin-bottom: 10px;
font-size: 20px;
line-height: 26px;
text-align: center;
text-transform: uppercase;
letter-spacing: 0.5px; }
@media (min-width: 992px) {
.sidebar__block > p {
text-align: left; } }
.sidebar__block-title {
margin-bottom: 32px;
font-size: 30px;
line-height: 1;
color: #000000;
letter-spacing: -0.015em; }
.sidebar__block input[type="search"] {
position: relative;
left: 50%;
width: 100%;
max-width: 300px;
transform: translateX(-50%); }
@media (min-width: 992px) {
.sidebar__block input[type="search"] {
left: 0;
transform: none; } }
.sidebar__social {
justify-content: center;
margin-top: 23px; }
@media (min-width: 992px) {
.sidebar__social {
justify-content: flex-start; } }
.sidebar__popular-posts-wrapper {
margin-top: 29px;
margin-bottom: 57px; }
.sidebar__categories {
margin-top: 31px; }
.sidebar__categories-item {
display: flex;
align-items: center;
justify-content: space-between;
padding-bottom: 13px;
cursor: pointer; }
@media (min-width: 992px) {
.sidebar__categories-item:hover .sidebar__categories-name,
.sidebar__categories-item:hover .sidebar__categories-num {
color: #ff4800; } }
.sidebar__categories-item + .sidebar__categories-item {
padding-top: 13px;
border-top: 1px solid #dadada; }
.sidebar__categories-item.active .sidebar__categories-name,
.sidebar__categories-item.active .sidebar__categories-num {
color: #ff4800; }
.sidebar__categories-name, .sidebar__categories-num {
font-size: 14px;
text-transform: uppercase;
transition: color 0.3s ease; }
.sidebar__categories-num {
color: #999999; }
.sidebar__ads {
display: block;
max-width: 300px;
height: 375px;
margin: 0 auto;
margin-top: 43px; }
@media (min-width: 992px) {
.sidebar__ads {
margin: 43px 0 0; } }
.sidebar__ads img {
width: 100%;
height: 100%;
object-fit: cover; }
.sidebar__testimonial {
margin: 0 auto; }
.sidebar__services {
padding: 0;
margin: 0;
list-style: none;
counter-reset: services; }
.sidebar__services-item {
padding: 18px 20px 14px 0;
margin-bottom: -1px;
font-size: 18px;
line-height: 1.33;
color: #000000;
text-transform: uppercase;
letter-spacing: 0.025em;
counter-increment: services;
border-bottom: solid 1px #dadada; }
.sidebar__services-item:last-child {
border-bottom: none; }
.sidebar__services-item a {
display: flex;
align-items: center;
color: #000000;
transition: color 0.3s ease; }
.sidebar__services-item a::before {
content: counter(services);
width: 35px;
margin-right: 19px;
font-size: 30px;
line-height: 1.33;
color: #cccccc;
border-right: solid 1px #dfdfdf;
transition: color 0.3s ease;
flex-shrink: 0; }
.sidebar__services-item a:hover, .sidebar__services-item a:focus {
color: #ff4800;
outline: none; }
.sidebar__services-item a:hover::before, .sidebar__services-item a:focus::before {
color: #000000; }
.sidebar__services-item a:active {
opacity: 0.7; }
.popular-post {
display: block;
padding-bottom: 14px; }
@media (min-width: 992px) {
.popular-post:hover .title {
color: #ff4800; }
.popular-post:hover .popular-post__num {
color: #000000; } }
.popular-post + .popular-post {
padding-top: 19px;
border-top: 1px solid #dadada; }
.popular-post figure {
display: flex;
align-items: center;
margin: 0; }
.popular-post__num {
width: 35px;
font-size: 30px;
line-height: 26px;
color: #cccccc;
text-transform: uppercase;
transition: color 0.3s ease; }
.popular-post__content {
padding-left: 19px;
border-left: 1px solid #dfdfdf; }
.popular-post__content p {
margin: 0; }
.popular-post__content .tag {
font-size: 12px;
color: #999999;
text-transform: uppercase; }
.popular-post__content .title {
font-size: 18px;
color: #000000;
transition: color 0.3s ease; }
.newsletter {
padding: 39px 30px 55px;
margin-bottom: 63px;
background-color: #f9f5f4; }
.newsletter__title {
margin-bottom: 14px;
font-size: 20px;
line-height: 26px;
text-transform: uppercase; }
.newsletter__text {
margin-bottom: 35px;
font-size: 14px;
line-height: 26px;
color: #666666; }
.newsletter input {
width: 100%;
height: 50px;
padding: 18px;
background-color: #ffffff; }
.newsletter__btn {
width: 100%;
height: 50px;
margin-top: 14px;
font-size: 16px;
line-height: 26px;
color: #ffffff;
text-transform: uppercase;
letter-spacing: 0.8px;
cursor: pointer;
background-color: #f5480c;
border: none;
transition: all 0.3s ease; }
@media (min-width: 992px) {
.newsletter__btn:hover {
opacity: 0.8; } }
.elementor-widget-tm-icon-box {
margin-top: 0px !important;
margin-right: 0px !important;
margin-bottom: 0px !important;
margin-left: 0px !important; } .phone-block {
display: flex; }
.phone-block--theme-orange .phone-block__icon {
background-color: #ff4800; }
.phone-block--theme-orange .phone-block__icon svg {
fill: #ffffff; }
.phone-block--theme-beige .phone-block__icon {
background-color: #4d524b; }
.phone-block--theme-beige .phone-block__icon svg {
fill: #e6da89; }
.phone-block--theme-beige .phone-block__icon i {
color: #e6da89; }
.phone-block--theme-beige .phone-block__number:hover, .phone-block--theme-beige .phone-block__number:focus {
color: #aeab98;
outline: none; }
.phone-block__icon {
display: flex;
justify-content: center;
width: 50px;
height: 50px;
margin-right: 20px;
background-color: #faece7;
border-radius: 50%;
flex-shrink: 0;
align-self: center; }
.phone-block__icon i {
color: #ff4800;
align-self: center; }
.phone-block__icon svg {
fill: #ff4800;
align-self: center; }
.phone-block__content {
align-self: center; }
.phone-block__hint {
margin-bottom: 10px;
font-size: 12px;
line-height: 1;
color: #666666;
text-transform: uppercase;
letter-spacing: 0.05em; }
.phone-block__number {
display: inline-block;
font-size: 18px;
line-height: 1;
color: #000000;
letter-spacing: 0.025em;
vertical-align: top;
transition: color 0.3s ease; }
@media (min-width: 992px) {
.phone-block__number {
font-size: 24px; } }
.phone-block__number:hover, .phone-block__number:focus {
color: #ff4800;
outline: none; } .elementor-widget-tm-counter .tm_counter {
margin-top: 0px; }
@media (min-width: 992px) {
.statistics--column .row {
height: 100%; } }
@media (min-width: 992px) {
.statistics--column .statistics__item {
flex: none; } }
@media (min-width: 992px) {
.statistics--column .statistics__item-value {
min-width: 119px;
font-size: 48px; } }
@media (min-width: 992px) {
.statistics--column .statistics__item-text {
font-size: 14px; } }
@media (min-width: 992px) {
.statistics--column .statistics__item + .statistics__item {
margin-top: 16px; } }
.statistics--color-invert .statistics__item-value {
font-weight: 400;
color: #999999; }
.statistics--color-invert .statistics__item-text {
color: #000000; }
.statistics--m {
margin-top: 60px;
margin-bottom: 60px; }
@media (min-width: 1200px) {
.statistics--m {
margin-top: 70px;
margin-bottom: 150px; } }
.statistics__item {
text-align: center; }
.statistics__item + .statistics__item {
margin-top: 24px; }
@media (min-width: 576px) {
.statistics__item {
display: flex;
text-align: left; }
.statistics__item + .statistics__item {
margin-top: 0; }
.statistics__item:last-child {
margin-top: 24px; } }
@media (min-width: 992px) {
.statistics__item {
justify-content: flex-start; }
.statistics__item:last-child {
margin-top: 0; } }
.statistics__item-value {
margin-bottom: 6px;
font-size: 36px;
font-weight: 300;
line-height: 1;
color: #000000; }
@media (min-width: 576px) {
.statistics__item-value {
margin-right: 24px;
margin-bottom: 0;
font-size: 48px;
align-self: center; } }
@media (min-width: 1200px) {
.statistics__item-value {
font-size: 60px; } }
.technical-drawing .elementor-widget-tm-counter {
height: 100%; }
.technical-drawing .elementor-widget-tm-counter .elementor-widget-container {
height: 100%; }
.technical-drawing .elementor-widget-tm-counter .elementor-widget-container .th-our-story__content {
height: 100%; }
.statistics__item-text {
font-size: 14px;
line-height: 1.625;
color: #999999;
text-transform: uppercase;
letter-spacing: 0.025em; }
.statistics__item-text br {
display: none; }
@media (min-width: 576px) {
.statistics__item-text {
align-self: center; }
.statistics__item-text br {
display: block; } }
@media (min-width: 1200px) {
.statistics__item-text {
font-size: 16px; } }
.beige .statistics__item-value {
font-family: "Cinzel", "Georgia", serif;
color: #4d524b; }
.beige .statistics__item-text {
color: #666666; } @media (min-width: 576px) {
.specialization {
display: flex; } }
.specialization__item {
padding: 0 10px;
margin-bottom: 32px;
flex-grow: 1; }
.specialization__item:last-child {
margin-bottom: 0; }
@media (min-width: 576px) {
.specialization__item {
margin-bottom: 0; } }
.specialization__item-diagram {
margin: 0 auto 24px; }
.specialization__item-text {
max-width: 140px;
margin: 0 auto;
font-size: 20px;
line-height: 1.5;
color: #000000;
text-align: center; }  .diagram {
position: relative;
width: 160px;
height: 160px; }
.diagram__circle {
display: block;
fill: none;
stroke: #dcdcdc;
stroke-width: 1px; }
.diagram__circle--progress {
transition: all 2s linear;
fill: none;
stroke: #ff4800;
stroke-width: 1px;
stroke-dasharray: 0 496; }
.diagram__percent {
position: absolute;
top: 50%;
left: 50%;
font-size: 32px;
line-height: 1;
color: #ff4800;
transform: translateX(-50%) translateY(-50%); } .launch-page__wrapper {
display: flex;
align-items: center;
color: #ffffff;
text-align: center;
flex-direction: column; }
.timer {
display: flex; }
.timer__digit:not(:last-child) {
margin-right: 35px; }
@media (min-width: 992px) {
.timer__digit:not(:last-child) {
margin-right: 54px; } }
.timer__digit p {
width: 30px;
margin: 0 auto;
font-size: 30px;
line-height: 30px;
text-transform: uppercase; }
@media (min-width: 992px) {
.timer__digit p {
width: 85px;
font-size: 72px;
line-height: 72px; } }
.timer__digit span {
font-size: 14px;
line-height: 24px;
letter-spacing: 0.35px; }
.fl-progress-bar {
position: relative;
display: flex;
font-size: 14px;
color: #222222;
flex-wrap: wrap; }
.fl-progress-bar .fl-progress-title {
flex-grow: 1; }
.fl-progress-bar .fl-progress-bar__number {
flex-grow: 0; }
.fl-progress-bar .fl-progress-wrapper {
width: 100%;
height: 5px;
margin-top: 5px; }
.fl-progress-bar .fl-progress-wrapper .fl-tracking-progress-bar {
position: relative;
width: 100%;
height: 100%;
background: #eeeeee; }
.fl-progress-bar .fl-progress-wrapper .fl-tracking-progress-bar .fl-tracking-progress-bar__item {
position: absolute;
top: 0;
left: 0;
height: 100%; }
.fl-progress-bar.ternary-color-style .fl-progress-wrapper {
height: 6px;
margin-top: 5px; }
.fl-progress-bar.ternary-color-style .fl-tracking-progress-bar {
background-color: white;
background-image: linear-gradient(90deg, #d9d9d9 27%, transparent 0, transparent 100%, #d9d9d9 60%, #d9d9d9), linear-gradient(90deg, #d9d9d9 28%, transparent 0%, transparent 100%, #d9d9d9 74%, #d9d9d9);
background-position: 0 0, 38.5px 50px;
background-size: 13px 27px; }
.fl-progress-bar.ternary-color-style .fl-tracking-progress-bar__item {
background: #32297b;
background: linear-gradient(90deg, #32297b 35%, #fc4c59 100%); }
.fl-pricing--table-wrapper .pricing--table {
padding: 50px 85px 60px 85px;
text-align: center;
transition: .3s ease; }
.fl-pricing--table-wrapper .pricing--table .pricing-title {
position: relative;
padding-bottom: 10px;
margin-bottom: 30px;
font-size: 14px;
color: #222222;
letter-spacing: 0.2em; }
.fl-pricing--table-wrapper .pricing--table .pricing-title:before {
content: '';
position: absolute;
bottom: 0;
left: 50%;
width: 40px;
height: 4px;
background: #c6dde8;
transform: translateX(-20px); }
.fl-pricing--table-wrapper .pricing--table .pricing {
font-size: 80px;
line-height: 50px; }
.fl-pricing--table-wrapper .pricing--table .pricing .prefix-price {
position: relative;
top: -10px;
margin-right: 10px;
font-size: 16px;
color: #666666;
vertical-align: super; }
.fl-pricing--table-wrapper .pricing--table .pricing-period {
margin-top: 10px;
margin-bottom: 30px;
color: #222222; }
.fl-pricing--table-wrapper .pricing--table .pricing-list {
padding: 0;
margin: 0;
margin-bottom: 20px;
list-style: none; }
.fl-pricing--table-wrapper .pricing--table .pricing-list li {
padding: 0;
padding-top: 5px;
padding-bottom: 5px;
margin: 0;
font-size: 14px;
color: #222222;
text-align: left;
list-style: none; }
.fl-pricing--table-wrapper .pricing--table .pricing-list li .left-content {
margin-right: 10px; }
.fl-pricing--table-wrapper .pricing--table.premium-table {
padding-top: 75px;
border-top: 3px solid transparent; }
.fl-pricing--table-wrapper .pricing--table.premium-table .pricing-title {
color: #ffffff; }
.fl-pricing--table-wrapper .pricing--table.premium-table .pricing-title:before {
background: #ffffff; }
.fl-pricing--table-wrapper .pricing--table.premium-table .pricing {
color: #fff; }
.fl-pricing--table-wrapper .pricing--table.premium-table .pricing .prefix-price {
color: #fff; }
.fl-pricing--table-wrapper .pricing--table.premium-table .pricing-period {
color: #fff; }
.fl-pricing--table-wrapper .pricing--table.premium-table .pricing-list li {
color: #fff; }
.fl-pricing--table-wrapper .pricing--table:hover {
box-shadow: 0 0 34px 6px rgba(0, 0, 0, 0.07);
transition: .3s ease;
transform: translateY(-5px); } .team-item {
width: 100%;
max-width: 247px; }
@media (min-width: 992px) {
.team-item:hover .team-item__photo {
filter: saturate(1); }
.team-item:hover .team-item__photo svg {
fill: #ff4800; }
.team-item:hover .team-item__photo p {
color: #ff4800; } }
.team-item__photo {
height: 247px;
margin: 0 auto 22px;
overflow: hidden;
border: 1px solid #999999; }
@media (min-width: 992px) {
.team-item__photo {
filter: saturate(0);
transition: filter 0.3s ease; } }
.webpage--beige .team-item__photo img {
width: 100%;
height: 100%;
pointer-events: none;
object-fit: contain;
object-position: top; }
@media (min-width: 480px) {
.webpage--beige .team-item__photo img {
object-fit: cover; } }
.team-item__name {
position: relative;
display: inline-block;
margin-bottom: 3px;
font-size: 18px;
line-height: 18px;
color: #000000;
text-transform: uppercase;
letter-spacing: 0.45px;
transition: color 0.3s ease; }
@media (min-width: 992px) {
.team-item__name:hover {
color: #ff4800; } }
.team-item__position {
font-size: 14px;
color: #666666; }
.team-item--join .team-item__photo {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
filter: saturate(1); }
.team-item--join .team-item__photo svg {
margin-bottom: 13px;
transition: fill 0.3s ease; }
.team-item--join p {
margin: 0;
font-size: 20px;
font-weight: 400;
line-height: 30px;
color: #000000;
text-align: center;
text-transform: uppercase;
transition: color 0.3s ease; }
.webpage--beige .team-item:hover .team-item__photo {
filter: saturate(1); }
.webpage--beige .team-item:hover .team-item__photo svg {
fill: #999999; }
.webpage--beige .team-item:hover .team-item__photo p {
color: #999999; }
.webpage--beige .team-item__name:hover, .webpage--beige .team-item__name:focus {
color: #e6da89; } .team__container {
max-width: 1170px !important;
padding: 60px 10px;
overflow: hidden; }
@media (min-width: 1200px) {
.team__container {
padding: 127px 0 191px; } }
.team__title {
margin-bottom: 55px;
font-size: 36px;
line-height: 46px;
text-align: center;
letter-spacing: -1.5px; }
@media (min-width: 768px) {
.team__title {
margin-bottom: 74px;
font-size: 52px;
line-height: 62px; } }
@media (min-width: 992px) {
.team__title {
margin-bottom: 172px;
font-size: 60px;
line-height: 72px; } }
.team__wrapper {
display: flex;
justify-content: center;
flex-wrap: wrap; }
@media (min-width: 480px) {
.team__wrapper {
margin: 0 -10px; } }
@media (min-width: 992px) {
.team__wrapper {
justify-content: flex-start;
margin: 0 -15px; } }
@media (min-width: 1200px) {
.team__wrapper {
margin: 0 -30px; } }
.team__item {
margin-bottom: 46px; }
.team__item .team-item__photo img {
height: 100%; }
@media (min-width: 480px) {
.team__item {
width: calc(50% - 20px);
margin: 0 10px 46px; } }
@media (min-width: 768px) {
.team__item {
width: calc(33.3333% - 20px); } }
@media (min-width: 992px) {
.team__item {
width: calc(25% - 30px);
margin: 0 15px 46px; } }
@media (min-width: 1200px) {
.team__item {
width: calc(25% - 60px);
margin: 0 30px 46px; } }
.team__photo {
height: 247px;
padding-top: 20px;
margin-bottom: 22px;
overflow: hidden;
background-color: #ffffff;
border: 1px solid #999999; }
@media (min-width: 992px) {
.team__photo {
filter: saturate(0);
transition: filter 0.3s ease; } }
.team__photo img {
width: 100%;
height: 100%;
pointer-events: none;
object-fit: contain;
object-position: top; }
@media (min-width: 480px) {
.team__photo img {
object-fit: cover; } }
.team__name {
position: relative;
display: inline-block;
margin-bottom: 3px;
font-size: 18px;
line-height: 18px;
color: #000000;
text-transform: uppercase;
letter-spacing: 0.45px;
border-bottom: 1px solid transparent;
transition: border-bottom-color 0.3s ease; }
.team__position {
font-size: 14px;
color: #666666; }
.team--join .team-item__photo {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
filter: saturate(1); }
.team--join .team-item__photo svg {
margin-bottom: 13px;
transition: fill 0.3s ease; }
.team--join p {
margin: 0;
font-size: 20px;
font-weight: 400;
line-height: 30px;
color: #000000;
text-align: center;
text-transform: uppercase;
transition: color 0.3s ease; }
.fl-partner-wrapper {
display: flex;
justify-content: center; }
.fl-partner-wrapper .partner-content {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
max-width: 1550px;
flex-wrap: wrap; }
.fl-partner-wrapper .partner-content .partner-item {
display: flex;
align-items: center;
justify-content: center;
width: 20%;
min-height: 160px;
padding: 20px; }
.elementor-widget-tm-blog-box .news-sb-page__container {
padding: 0px; } @media (min-width: 992px) {
.article-preview {
position: relative;
overflow: hidden; } }
.article-preview:hover, .article-preview:focus {
outline: none; }
@media (min-width: 992px) {
.article-preview:hover .article-preview__content, .article-preview:focus .article-preview__content {
transform: translateY(0); } }
@media (min-width: 768px) {
.article-preview__image {
height: 356px; } }
.article-preview__image img {
display: block;
width: 100%;
height: auto; }
@media (min-width: 768px) {
.article-preview__image img {
height: 100%;
object-fit: cover; }
.article-preview .article-preview__image img {
height: 100%;
object-fit: cover; } }
.article-preview__content {
display: flex;
width: 100%;
padding: 20px 24px;
flex-direction: column;
background-color: #ffffff;
border: solid 1px #d6d6d6;
border-top: none;
transition: transform 0.3s ease; }
@media (min-width: 768px) {
.article-preview__content {
padding: 16px 12px; } }
@media (min-width: 992px) {
.article-preview__content {
position: absolute;
top: 0;
left: 0;
display: flex;
height: 100%;
padding: 32px;
flex-direction: column;
border-top: solid 1px #d6d6d6;
transform: translateY(100%);
z-index: 1; } }
@media (min-width: 1200px) {
.article-preview__content {
padding: 44px; } }
.article-preview__date {
margin-bottom: 12px;
font-size: 13px;
line-height: 1;
color: #666666; }
.article-preview__heading {
margin: 0 0 20px;
font-size: 24px;
font-weight: 400;
line-height: 1.33;
color: #000000; }
@media (min-width: 768px) {
.article-preview__heading {
font-size: 20px; } }
@media (min-width: 992px) {
.article-preview__heading {
font-size: 24px; } }
.article-preview__text {
margin-bottom: 24px;
font-size: 16px;
line-height: 1.625;
color: #666666; }
@media (min-width: 768px) {
.article-preview__text {
font-size: 14px; } }
@media (min-width: 992px) {
.article-preview__text {
font-size: 16px; } }
.article-preview__btn {
margin-top: auto;
font-size: 14px;
font-weight: 600;
line-height: 1;
color: #ff4800;
text-transform: uppercase;
letter-spacing: 0.025em; }
.article-preview__btn:hover, .article-preview__btn:focus {
outline: none;
opacity: .8; }
.article-preview__btn:active {
opacity: none; }
.article-preview__outer-content {
position: absolute;
bottom: 0;
left: 0;
display: none;
max-width: 83%;
padding: 12px;
z-index: 1; }
@media (min-width: 992px) {
.article-preview__outer-content {
display: block;
max-width: 100%;
padding: 15px 35px 33px 40px; } }
.article-preview__tag {
display: inline-block;
padding: 3.5px 5px;
margin-bottom: 6px;
font-size: 12px;
line-height: 12px;
color: #ffffff;
text-transform: uppercase;
background-color: #f5480c; }
.article-preview__tag a {
color: #ffffff; }
.article-preview__title {
margin-bottom: 21px;
font-size: 30px;
line-height: 36px;
color: #ffffff; }
.article-preview__publish-date {
font-size: 14px;
color: #ffffff; } .article-list__header {
margin-bottom: 16px;
text-align: center; }
@media (min-width: 576px) {
.article-list__header {
margin-bottom: 24px; } }
@media (min-width: 768px) {
.article-list__header {
display: flex;
justify-content: space-between;
margin-bottom: 56px;
text-align: left; } }
@media (min-width: 992px) {
.article-list__header {
margin-bottom: 80px; } }
@media (min-width: 1200px) {
.article-list__header {
margin-bottom: 100px; } }
.article-list__heading {
margin-bottom: 16px;
text-align: center; }
@media (min-width: 768px) {
.article-list__heading {
margin-bottom: 0;
align-self: baseline; } }
@media (min-width: 1200px) {
.article-list__heading {
margin-bottom: 0px; } }
@media (min-width: 768px) {
.article-list__more {
align-self: baseline; } }
.article-list__list {
padding: 0;
margin: 0;
list-style: none; }
@media (min-width: 768px) {
.article-list__list {
margin: 0 -10px; } }
@media (min-width: 1200px) {
.article-list__list {
margin: 0 -25px; } }
.article-list__list + .article-list__list {
margin-top: 24px; }
@media (min-width: 768px) {
.article-list__list + .article-list__list {
margin-top: 50px; } }
.article-list__item {
padding: 0;
margin-bottom: 24px; }
@media (min-width: 768px) {
.article-list__item {
padding: 0 10px;
margin-bottom: 20px; } }
@media (min-width: 1200px) {
.article-list__item {
padding: 0 25px;
margin-bottom: 50px; } }
.article-list__item:last-child {
margin-bottom: 0; }
@media (min-width: 768px) {
.article-list__item.col-md-12 .article-preview__image {
height: 545px; } } .news-card {
margin-bottom: 45px; }
@media (min-width: 768px) {
.news-card {
margin-bottom: 91px; } }
.news-card__pic {
height: 325px;
overflow: hidden; }
.webpage--beige .news-card__pic img {
width: 100%;
height: 100%;
object-fit: cover; }
.news-card__content {
display: flex;
padding-top: 29px;
padding-right: 15px;
padding-left: 15px;
text-align: center;
flex-direction: column; }
@media (min-width: 768px) {
.news-card__content {
padding-right: 0;
padding-left: 0;
text-align: left;
flex-direction: row; } }
@media (min-width: 768px) {
.news-card__date {
max-width: 75px;
margin-right: 64px; } }
.news-card__date p {
margin: 0; }
.news-card__date .num {
width: 70px;
font-family: "Cinzel", sans-serif;
font-size: 60px;
line-height: 85px; }
.news-card__date .month,
.news-card__date .year {
font-size: 14px;
line-height: 20px;
color: #666666;
text-transform: uppercase; }
.news-card__title {
padding-top: 11px; }
.news-card__title > a {
font-size: 24px;
line-height: 36px;
color: #000000;
transition: color 0.3s ease; }
@media (min-width: 992px) {
.news-card__title > a:hover, .news-card__title > a:focus {
color: #ff4800; }
.news-card__title > a:active {
opacity: 0.7; } }
.news-card__title .author {
margin: 18px 0 0;
font-size: 14px;
letter-spacing: 0.7px; }
.news-card__title .author > a {
color: #ff4800;
text-transform: uppercase; }
.news-card__title .author > a:hover, .news-card__title .author > a:focus {
color: #ff4800;
text-decoration: underline;
outline: none; }
.news-card__title .author span,
.news-card__title .author span > a {
color: #999999;
text-transform: none;
letter-spacing: normal;
transition: color 0.3s ease; }
.news-card__title .author span:hover:not(.delimiter), .news-card__title .author span:focus:not(.delimiter),
.news-card__title .author span > a:hover:not(.delimiter),
.news-card__title .author span > a:focus:not(.delimiter) {
color: #ff4800; }
.news-card__title .author span.delimiter,
.news-card__title .author span > a.delimiter {
padding: 0 10px; }
.webpage--beige .news-card__date .num {
color: #ffffff; }
.webpage--beige .news-card__date .year,
.webpage--beige .news-card__date .month {
color: #999999; }
.webpage--beige .news-card__title a {
color: #ffffff; }
.webpage--beige .news-card__title .author a {
color: #ffffff; }
.webpage--beige .news-card__title a:hover, .webpage--beige .news-card__title a:focus {
color: #e6da89;
outline: none; }
.webpage--beige .news-card__title .author {
color: #e6da89; }
.webpage--beige .news-card__title .author a:hover, .webpage--beige .news-card__title .author a:focus {
color: #e6da89 !important;
outline: none; } .news-list {
overflow: hidden; }
.news-list__container {
padding-top: 60px;
padding-bottom: 60px; }
@media (min-width: 768px) {
.news-list__container {
padding-top: 90px;
padding-bottom: 90px; } }
@media (min-width: 1560px) {
.news-list__container {
padding-bottom: 187px; } }
.news-list__heading, .default_heading {
margin-top: 0px;
margin-bottom: 0px;
font-size: 40px;
font-weight: 400;
line-height: 44px;
text-align: center; }
.news-list__heading.post-page__heading, .default_heading.post-page__heading {
padding-bottom: 38px; }
@media (min-width: 768px) {
.news-list__heading, .default_heading {
font-size: 60px;
line-height: 72px; } }
.news-list__filter-with-search form.search {
position: relative; }
.news-list__filter {
display: flex;
justify-content: center;
margin: 0px 0 30px;
flex-wrap: wrap; }
@media (min-width: 768px) {
.news-list__filter {
margin: 0px 0 58px; } }
.news-list__filter button {
width: 50%;
margin-bottom: 15px;
font-weight: 400; }
@media (min-width: 768px) {
.news-list__filter button {
width: auto; } }
.news-list__filter button:not(:last-child) {
margin-right: 0; }
@media (min-width: 768px) {
.news-list__filter button:not(:last-child) {
margin-right: 45px; } }
.news-list__more {
margin: 40px auto; }
@media (min-width: 768px) {
.news-list__more {
margin: 71px auto 60px; } }
.news-list__filter-with-search {
display: flex;
align-items: center;
justify-content: space-between;
margin: 52px 0 38px;
flex-direction: column; }
.news-list__filter-with-search #searchsubmit {
position: absolute;
top: 10px;
right: 0;
width: 20px;
padding: 0 8px;
background-size: 20px; }
@media (min-width: 992px) {
.news-list__filter-with-search {
flex-direction: row; } }
.news-list__filter-with-search .filter {
margin: 0; }
.news-list__filter-with-search input {
max-width: 270px;
margin-top: 20px; }
.news-list__filter-with-search input.searchinput {
width: 270px; }
@media (min-width: 992px) {
.news-list__filter-with-search input {
width: 100%;
margin-top: 0;
margin-bottom: 15px; } }
.news-list__filter-with-search--center {
justify-content: center; }
.news-list .news-join {
display: flex;
align-items: center;
justify-content: center;
margin: 70px 0;
flex-direction: column; }
@media (min-width: 992px) {
.news-list .news-join {
align-items: flex-end;
justify-content: space-between;
margin: 102px 0 131px;
flex-direction: row; } }
.news-list .news-join__col {
width: 100%; }
.news-list .news-join__col:first-child {
max-width: 395px;
margin-bottom: 30px;
text-align: center; }
@media (min-width: 992px) {
.news-list .news-join__col:first-child {
margin-bottom: 0;
text-align: left; } }
.news-list .news-join__col:last-child {
max-width: 600px;
padding-bottom: 3px; }
.news-list .news-join__title {
margin-bottom: 20px;
font-size: 36px;
letter-spacing: -1.2px; }
@media (min-width: 992px) {
.news-list .news-join__title {
margin-bottom: 30px;
font-size: 48px; } }
.news-list .news-join__subtitle {
font-size: 16px;
line-height: 26px;
color: #666666; }
.news-list .news-join input {
border: none; }
.news-list__news {
display: flex;
padding: 0;
list-style: none;
flex-wrap: wrap; }
@media (min-width: 768px) {
.news-list__news {
margin: 0 -31px; } }
.news-list .news-card {
padding: 0; }
@media (min-width: 768px) {
.news-list .news-card {
padding: 0 31px; } }
.news-list__more-2 {
margin: 0 auto; }
@media (min-width: 992px) {
.news-list__more-2 {
margin-bottom: 91px; } } .news-slider {
position: relative;
padding-top: 60px;
margin: 0; }
@media (min-width: 992px) {
.news-slider {
padding-top: 0; } }
@media (min-width: 1560px) {
.swiper-container.news-slider {
margin: 0 -175px; } }
.news-slider .swiper-pagination {
position: absolute;
bottom: 20px !important;
z-index: 1; }
@media (min-width: 1560px) {
.news-slider .swiper-pagination {
bottom: 64px;
justify-content: flex-end;
padding-right: 163px; }
.swiper-container.news-slider .swiper-pagination {
bottom: 64px;
justify-content: flex-end;
padding-right: 163px; }
.swiper-container.news-slider.news-grid-carousel .swiper-pagination {
bottom: 64px !important;
justify-content: flex-end;
padding-right: 163px; } }
.news-slider .swiper-pagination .swiper-pagination-bullet {
background-color: #ffffff;
opacity: 1; }
.news-slider .swiper-pagination .swiper-pagination-bullet-active {
background-color: #ff4800; }
.news-slider .slider__nav {
position: absolute;
top: 0;
right: 0;
display: flex; }
@media (min-width: 992px) {
.news-slider .slider__nav {
top: 50%;
right: 0;
left: 0;
background-color: red;
transform: translateY(-50%);
z-index: 1; } }
.news-slider .slider__nav-btn {
width: 18px;
height: 32px;
appearance: none;
padding: 0;
overflow: hidden;
cursor: pointer;
background-color: transparent;
border: none; }
.news-slider .slider__nav-btn:hover, .news-slider .slider__nav-btn:focus {
outline: none; }
.news-slider .slider__nav-btn:hover svg, .news-slider .slider__nav-btn:focus svg {
fill: #ff4800; }
.news-slider .slider__nav-btn--next {
margin-left: 12px; }
@media (min-width: 992px) {
.news-slider .slider__nav-btn--next {
right: 3.125vw;
margin: 0; } }
@media (min-width: 992px) {
.news-slider .slider__nav-btn--prev {
left: 3.125vw; } }
.news-slider .slider__nav-btn.swiper-button-disabled {
pointer-events: none;
opacity: 0.5; }
@media (min-width: 768px) {
.news-slider .slider__nav-btn.swiper-button-disabled {
background-color: transparent !important;
border: solid 1px #ffffff; }
.news-slider .slider__nav-btn.swiper-button-disabled svg {
fill: #ffffff !important; } }
.news-slider .slider__nav-btn svg {
position: relative;
left: 50%;
display: block;
width: auto;
height: 100%;
transition: fill 0.3s ease;
transform: translateX(-50%); }
@media (min-width: 992px) {
.news-slider .slider__nav-btn svg {
position: static;
width: 34px;
height: auto;
transform: translateX(0);
fill: #ffffff; } }
@media (min-width: 992px) {
.news-slider .slider__nav-btn {
position: absolute;
top: 0;
display: flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
border: solid 1px #ffffff;
transition: background-color 0.3s ease;
transform: translateY(-50%); }
.news-slider .slider__nav-btn:hover, .news-slider .slider__nav-btn:focus {
background-color: #ffffff; }
.news-slider .slider__nav-btn:hover svg, .news-slider .slider__nav-btn:focus svg {
fill: #000000; } }
.news-slider .news-slider__item {
position: relative;
height: 450px; }
@media (min-width: 768px) {
.news-slider .news-slider__item {
height: 600px; } }
@media (min-width: 992px) {
.news-slider .news-slider__item {
height: 700px; } }
.news-slider .news-slider__item::after {
content: '';
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7); }
@media (min-width: 992px) {
.news-slider .news-slider__item::after {
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 56%); } }
.news-slider .news-slider__item > img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover; }
.news-slider__content {
position: relative;
display: flex;
justify-content: center;
max-width: 830px;
height: 100%;
box-sizing: border-box;
padding: 30px;
color: #ffffff;
text-align: center;
flex-direction: column;
z-index: 1; }
@media (min-width: 992px) {
.news-slider__content {
justify-content: flex-end;
padding: 0 30px 60px 172px;
text-align: left; } }
.news-slider__date {
margin-bottom: 11px;
font-size: 13px; }
.news-slider__date a {
font-size: 14px;
color: #ffffff;
text-transform: uppercase;
transition: color 0.3s ease; }
@media (min-width: 992px) {
.news-slider__date a:hover {
color: #ff4800; } }
.news-slider__title {
margin-bottom: 36px;
font-size: 36px;
line-height: 38px;
color: #ffffff;
letter-spacing: -1.2px;
transition: color 0.3s ease; }
@media (min-width: 992px) {
.news-slider__title {
font-size: 48px;
line-height: 48px; }
.news-slider__title:hover {
color: #ff4800; } }
.news-slider__text {
font-size: 16px;
line-height: 26px; } @media (min-width: 768px) {
.masonry {
margin: 0 -5px; } }
.masonry .masonry-item {
width: 442px;
margin-bottom: 10px; }
@media (min-width: 768px) {
.masonry .masonry-item {
width: calc(50% - 10px);
margin: 0 5px 10px; } }
@media (min-width: 1560px) {
.masonry .masonry-item {
max-width: 442.5px; } }
.masonry .masonry-item .article-preview__image {
position: relative; }
.masonry .masonry-item .article-preview__image::after {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 53%); }
.masonry .masonry-item .article-preview__image {
height: auto; } .news-masonry__container {
max-width: 1830px !important;
padding-bottom: 60px; }
@media (min-width: 768px) {
.news-masonry__container {
padding-bottom: 130px; } }
.news-masonry__more {
margin: 40px auto; }
@media (min-width: 768px) {
.news-masonry__more {
margin: 121px auto 60px; } } .news-sb-page__container {
max-width: 1170px !important; }
.news-sb-page__title {
font-size: 36px;
text-align: center;
letter-spacing: -1.2px; }
.news-sb-page__container .news-sb-page__related .news-sb-page__title {
line-height: 68px; }
@media (min-width: 768px) {
.news-sb-page__title {
font-size: 48px;
text-align: left; } }
.news-sb-page__related-slider {
position: relative;
margin-top: 30px; }
@media (min-width: 1560px) {
.news-sb-page__related-slider {
margin-top: 57px; } }
.news-sb-page .post-related {
padding: 0;
margin-bottom: 0; }
.news-sb-page__related .post-related.swiper-slide {
padding: 0;
margin-bottom: 0; }
.news-sb-page__related-slider .__js_slider-news-3 .post-related .post-related__pic {
overflow: hidden; }
@media (min-width: 768px) {
.news-sb-page .post-related {
margin-bottom: 30px; } }
.news-sb-page__related-arrow {
position: absolute;
bottom: -40px;
width: 43px;
height: 43px;
cursor: pointer;
background-color: #ffffff;
border: none;
outline: none; }
@media (min-width: 768px) {
.news-sb-page__related-arrow {
top: -112px;
bottom: unset; } }
@media (min-width: 992px) {
.news-sb-page__related-arrow:hover svg {
fill: #ff4800; } }
.news-sb-page__related-arrow.swiper-button-disabled svg {
fill: #cccccc; }
.news-sb-page__related-arrow svg {
width: 100%;
height: 100%;
transition: fill 0.3s ease; }
.news-sb-page__related-arrow--prev {
left: calc(50% - 43px); }
@media (min-width: 768px) {
.news-sb-page__related-arrow--prev {
right: 66px;
left: unset; } }
.news-sb-page__related-arrow--prev svg {
transform: rotate(180deg); }
.news-sb-page__related-arrow--next {
right: calc(50% - 43px); }
@media (min-width: 768px) {
.news-sb-page__related-arrow--next {
right: 12px; } }
.news-sb-page__wrapper {
display: flex;
padding-top: 60px;
margin-top: 100px;
margin-bottom: 50px;
overflow: hidden;
flex-direction: column;
border-top: 1px solid #dadada; }
@media (min-width: 768px) {
.news-sb-page__wrapper {
margin-top: 60px;
margin-bottom: 101px; } }
@media (min-width: 992px) {
.news-sb-page__wrapper {
justify-content: space-between;
padding-top: 104px;
margin-top: 94px;
flex-direction: row; } }
.news-sb-slider {
position: relative; }
.news-sb-slider .arrow-square {
bottom: -65px;
cursor: pointer; }
@media (min-width: 768px) {
.news-sb-slider .arrow-square {
top: 39%;
bottom: unset; } }
.news-sb-slider .arrow-square--prev {
left: calc(50% - 60px); }
@media (min-width: 768px) {
.news-sb-slider .arrow-square--prev {
left: 60px; } }
.news-sb-slider .arrow-square--next {
right: calc(50% - 60px); }
@media (min-width: 768px) {
.news-sb-slider .arrow-square--next {
right: 60px; } }
.news-sb-slider__item.swiper-slide {
position: relative;
height: 500px; }
.news-sb-slider__item.swiper-slide .news-sb-slider__pic img {
height: 100%; }
@media (min-width: 768px) {
.news-sb-slider__item.swiper-slide {
height: 600px; }
.news-sb-slider__item.swiper-slide .news-sb-slider__pic img {
height: 100%; } }
@media (min-width: 1200px) {
.news-sb-slider__item.swiper-slide {
height: 800px; }
.news-sb-slider__item.swiper-slide .news-sb-slider__pic img {
height: 100%; } }
.news-sb-slider__pic {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.news-sb-slider__pic::after {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 56%); }
.news-sb-slider__pic img {
width: 100%;
height: 100%;
object-fit: cover; }
.news-sb-slider__content {
position: relative;
display: flex;
justify-content: flex-end;
height: 100%;
box-sizing: border-box;
padding: 25px 25px 45px;
color: #ffffff;
text-align: center;
flex-direction: column; }
@media (min-width: 992px) {
.news-sb-slider__content {
padding: 56px 60px;
text-align: left; } }
.news-sb-slider__date {
margin-bottom: 16px;
font-size: 13px; }
.news-sb-slider__date .tag,
.news-sb-slider__date .delimiter {
display: inline-block;
font-size: 14px;
color: #ffffff;
text-transform: uppercase; }
.news-sb-slider__date .tag {
transition: color 0.3s ease; }
@media (min-width: 992px) {
.news-sb-slider__date .tag:hover {
color: #ff4800; } }
.news-sb-slider__date .delimiter {
padding: 0 10px; }
.news-sb-slider__title {
font-size: 30px;
line-height: 36px;
color: #ffffff;
letter-spacing: -0.9px;
transition: color 0.3s ease; }
@media (min-width: 992px) {
.news-sb-slider__title {
font-size: 36px;
line-height: 48px; }
.news-sb-slider__title:hover {
color: #ff4800; } }
.news-sb-slider__text {
margin-top: 30px;
font-size: 16px;
line-height: 26px;
color: #cccccc; }
.news-sb {
order: 1; }
@media (min-width: 992px) {
.news-sb {
order: 0; } }
.news-sb__item {
display: flex;
flex-direction: column; }
@media (min-width: 768px) {
.news-sb__item {
flex-direction: row; } }
.news-sb__item + .news-sb__item {
margin-top: 50px; }
.news-sb__item--vertical {
flex-direction: column; }
.news-sb__item--vertical .news-sb__pic {
max-width: 100%;
height: 300px;
margin-right: 0;
margin-bottom: 37px; }
@media (min-width: 768px) {
.news-sb__item--vertical .news-sb__pic {
height: 453px; } }
.news-sb__pic {
width: 100%;
height: 300px;
margin-bottom: 37px; }
@media (min-width: 768px) {
.news-sb__pic {
max-width: 370px;
height: 218px;
margin-right: 50px;
margin-bottom: 0; } }
.news-sb__pic img {
width: 100%;
height: 100%;
object-fit: cover; }
.news-sb__content {
display: flex;
width: 100%;
flex-direction: column;
border-bottom: 1px solid #dadada; }
.news-sb__date {
margin-top: -4px;
margin-bottom: 17px;
font-size: 13px;
color: #999999;
text-transform: uppercase;
letter-spacing: 0.32px; }
.news-sb__date .tag {
font-size: 14px;
color: #ff4800;
letter-spacing: 0.7px; }
.news-sb__date .delimiter {
padding: 0 10px;
font-size: 14px; }
.news-sb__title {
margin-bottom: 22px;
font-size: 24px;
line-height: 36px;
color: #000000;
transition: color 0.3s ease; }
@media (min-width: 992px) {
.news-sb__title:hover {
color: #ff4800; } }
.news-sb__text {
margin-top: auto;
margin-bottom: 38px;
font-size: 16px;
line-height: 26px;
color: #999999; }
.fl-tabs-wrapper {
display: flex;
align-items: flex-start;
flex-wrap: wrap; }
.fl-tabs-wrapper .nav-tabs {
padding: 35px 0;
border-radius: 10px; }
.fl-tabs-wrapper .nav-tabs li {
position: relative;
padding-top: 10px;
padding-bottom: 8px;
padding-left: 10px;
margin: 0 20px;
color: #fff;
list-style: none;
cursor: pointer;
border-bottom: 1px solid rgba(201, 230, 245, 0.2); }
.fl-tabs-wrapper .nav-tabs li:first-child {
border-top: 1px solid rgba(201, 230, 245, 0.2); }
.fl-tabs-wrapper .nav-tabs li:after {
content: '';
position: absolute;
top: 0;
left: -20px;
width: 4px;
height: 100%;
background: #62bec9;
transition: transform .2s ease-out,-webkit-transform .2s ease-out;
transform: scale(0);
transform-origin: 0 100%; }
.fl-tabs-wrapper .nav-tabs li .inner-content {
display: flex;
align-items: center; }
.fl-tabs-wrapper .nav-tabs li .inner-content .tab-title-content {
flex-grow: 1; }
.fl-tabs-wrapper .nav-tabs li .inner-content .icon-container {
display: flex;
align-items: center;
justify-content: center;
width: 24px;
height: 24px;
border-radius: 50%;
transition: .3s ease;
flex-grow: 0; }
.fl-tabs-wrapper .nav-tabs li .inner-content .icon-container i {
font-size: 10px;
color: rgba(255, 255, 255, 0.4);
transition: .3s ease; }
.fl-tabs-wrapper .nav-tabs li.active:after {
transform: scale(1);
transform-origin: 100% 0; }
.fl-tabs-wrapper .nav-tabs li.active .inner-content .icon-container {
transition: .3s ease; }
.fl-tabs-wrapper .nav-tabs li.active .inner-content .icon-container i {
color: #ffffff;
transition: .3s ease; }
.fl-tabs-wrapper .nav-tabs li:hover:after {
transform: scale(1);
transform-origin: 100% 0; }
.fl-tabs-wrapper .tab-content-container .tab-pane {
display: none;
padding-left: 15px; }
.fl-tabs-wrapper .tab-content-container .tab-pane.active {
position: relative;
display: block;
animation: showTab 300ms ease-in-out both; }
@keyframes showTab {
from {
top: 5px;
opacity: 0; }
to {
top: 0;
opacity: 1; } }
.fl--portfolio-content-vc-wrap .fl-pagination {
margin-top: 40px; }
.single-project__stiky .elementor-widget-wrap {
position: static !important; }
@media (min-width: 768px) {
.single-project__stiky .elementor-widget-wrap {
position: sticky !important;
top: 0;
height: fit-content;
transition: 0.5s ease; } }
.elementor-widget-tm-video-button {
margin-top: 0px !important;
margin-right: 0px !important;
margin-bottom: 0px !important;
margin-left: 0px !important; }
.elementor-widget-tm-video-button .tm_video_button .our-story__buttons {
margin-top: 0px;
transform: translateY(0px); }
.fl-portfolio-info-wrapper .fl-portfolio--info {
padding: 0;
margin: 0;
list-style: none; }
.fl-portfolio-info-wrapper .fl-portfolio--info li {
display: flex;
align-items: center;
padding: 15px 0 15px 15px;
margin: 0;
list-style: none;
border-top: 1px solid #dddddd; }
.fl-portfolio-info-wrapper .fl-portfolio--info li .fl-left-content {
display: flex;
align-items: center;
margin-right: 10px; }
.fl-portfolio-info-wrapper .fl-portfolio--info li .fl-left-content i {
margin-right: 15px;
font-size: 20px; }
.fl-portfolio-info-wrapper .fl-portfolio--info li .fl-right-content {
display: flex;
align-items: center;
color: #222222; }
.fl-portfolio-info-wrapper .fl-portfolio--info li .fl-right-content a {
padding: 0 10px;
font-size: 15px;
color: #222222;
transition: .3s ease; }
.fl-portfolio-info-wrapper .fl-portfolio--info li .fl-right-content a:hover {
transition: .3s ease; }
.fl-portfolio-info-wrapper .fl-portfolio--info li:last-child {
border-bottom: 1px solid #dddddd; }
.elementor-section-wrap .elementor-widget.elementor-widget-tm-custom-text-editor {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px; }
.page-builder-custom-text-editor-content-wrap span.author {
font-size: 14px;
font-weight: 600;
font-style: normal; } .our-story {
overflow: hidden; }
.our-story__inner {
padding-bottom: 60px;
border-bottom: solid 1px #d6d6d6; }
@media (min-width: 1200px) {
.our-story__inner {
padding-bottom: 104px; } }
.our-story__intro {
margin-bottom: 20px; }
@media (min-width: 768px) {
.our-story__intro {
margin-bottom: 0; } }
.our-story__intro-wrapper {
position: absolute;
bottom: 50px;
left: 50%;
transform: translateX(-50%); }
@media (min-width: 992px) {
.our-story__intro-wrapper {
bottom: 16.9%;
left: 14.1%;
transform: translateX(0); } }
.our-story__intro-text {
width: 200px;
font-size: 16px;
line-height: 1.6;
color: #ffffff; }
@media (min-width: 992px) {
.our-story__intro-text {
width: 290px;
font-size: 24px; } }
@media (min-width: 1560px) {
.our-story__intro-text {
width: 360px;
font-size: 30px; } }
.our-story__image {
position: relative; }
@media (min-width: 1560px) {
.our-story__image {
width: 850px;
margin-left: -240px; } }
.our-story__image img {
max-width: 100%;
height: auto; }
.our-story__exp {
display: flex;
margin-bottom: 12px;
font-size: 16px;
font-weight: 600;
line-height: 1.33;
color: #ffffff; }
@media (min-width: 1560px) {
.our-story__exp {
margin-bottom: 25px; } }
.our-story__exp-value {
margin-right: 10px;
font-size: 72px;
font-weight: 300;
line-height: 1;
letter-spacing: -0.025em;
align-self: center; }
@media (min-width: 992px) {
.our-story__exp-value {
margin-right: 24px;
font-size: 112px; } }
@media (min-width: 1560px) {
.our-story__exp-value {
margin-right: 36px;
font-size: 150px; } }
.our-story__exp-text {
max-width: 110px;
text-transform: uppercase;
align-self: center; }
@media (min-width: 992px) {
.our-story__exp-text {
max-width: 178px;
font-size: 24px; } }
@media (min-width: 1560px) {
.our-story__exp-text {
max-width: 200px;
font-size: 30px; } }
.our-story__content {
padding-bottom: 5px; }
@media (min-width: 1560px) {
.our-story__content {
position: relative;
left: 75px; } }
.our-story__heading {
margin-bottom: 20px; }
@media (min-width: 1200px) {
.our-story__heading {
margin-bottom: 30px; } }
@media (min-width: 1560px) {
.our-story__heading {
margin-bottom: 37px; } }
.our-story__text {
margin-bottom: 20px;
font-size: 14px;
line-height: 1.45;
color: #666666; }
@media (min-width: 1200px) {
.our-story__text {
max-width: 405px;
margin-bottom: 24px;
font-size: 18px; } }
@media (min-width: 1560px) {
.our-story__text {
margin-bottom: 42px;
line-height: 1.65; }
.our-story__content_par .our-story__text {
margin-bottom: 0px; } }
.our-story__text--style-bolditalic {
font-size: 16px;
font-style: italic;
color: #000000; }
@media (min-width: 1200px) {
.our-story__text--style-bolditalic {
font-size: 22px; } }
@media (min-width: 1560px) {
.our-story__text--style-bolditalic {
line-height: 1.45; } }
.our-story__buttons {
display: flex;
margin-top: 30px;
flex-wrap: wrap; }
@media (min-width: 1560px) {
.our-story__buttons {
margin-top: 9px;
transform: translateY(10px); } }
.our-story__btn {
margin-right: 10px;
align-self: flex-start; }
@media (min-width: 1200px) {
.our-story__btn {
margin-right: 27px; } }
.our-story__statistics {
margin-top: 40px; }
@media (min-width: 1200px) {
.our-story__statistics {
margin-top: 100px; } }
@media (min-width: 1560px) {
.our-story__statistics {
margin-top: 130px; } }
.our-story--parallax {
padding-bottom: 0 !important;
background-image: url(//studio-bdf.fr/wp-content/themes/liarch/assets/css/img/bg-our-story.jpg);
background-repeat: no-repeat;
background-size: cover; }
@media (min-width: 1200px) {
.our-story--parallax {
padding: 0 !important; } }
@media (min-width: 1200px) {
.our-story--parallax .scroll-wrap {
padding: 0 !important; } }
.our-story--parallax .row {
align-items: center;
justify-content: flex-start;
height: 100%;
margin-right: auto;
margin-left: auto;
flex-direction: column; }
@media (min-width: 1200px) {
.our-story--parallax .row {
margin-right: -15px;
margin-left: -15px;
flex-direction: row; } }
.our-story--parallax .our-story__inner {
padding-bottom: 0;
border-bottom: none; }
@media (min-width: 1200px) {
.our-story--parallax .our-story__inner {
height: 100vh;
padding: 0; } }
.our-story--parallax .our-story__intro {
height: 100%; }
@media (min-width: 1200px) {
.our-story--parallax .our-story__intro {
padding-right: 50px;
align-self: flex-end; } }
@media (min-width: 1560px) {
.our-story--parallax .our-story__intro {
padding-right: 100px; } }
.our-story--parallax .our-story__image {
height: 100%;
overflow: hidden;
text-align: center; }
@media (min-width: 1200px) {
.our-story--parallax .our-story__image {
width: 400px;
margin-left: auto; } }
@media (min-width: 1560px) {
.our-story--parallax .our-story__image {
margin-left: auto; } }
@media (min-width: 1700px) {
.our-story--parallax .our-story__image {
width: 706px; } }
.our-story--parallax .our-story__image img {
max-width: 50%;
height: 100%;
object-fit: contain;
object-position: bottom; }
@media (min-width: 576px) {
.our-story--parallax .our-story__image img {
max-width: 30%; } }
@media (min-width: 1200px) {
.our-story--parallax .our-story__image img {
position: relative;
bottom: -8px;
max-width: 100%; } }
@media (min-width: 1560px) {
.our-story--parallax .our-story__image img {
max-width: 100%; } }
.our-story--parallax .our-story__content {
text-align: center; }
@media (min-width: 1200px) {
.our-story--parallax .our-story__content {
padding-bottom: 110px;
text-align: left; } }
@media (min-width: 1560px) {
.our-story--parallax .our-story__content {
padding-top: 24px;
transform: translateX(100px); } }
.our-story--parallax .our-story__heading {
font-weight: 600; }
.our-story__text span {
font-size: 14px;
font-weight: 600;
font-style: normal;
color: #010101; }
.our-story--parallax .our-story__buttons {
align-items: center;
justify-content: center;
margin-top: 35px;
flex-direction: column; }
@media (min-width: 576px) {
.our-story--parallax .our-story__buttons {
align-items: flex-start;
flex-direction: row; } }
@media (min-width: 1200px) {
.our-story--parallax .our-story__buttons {
justify-content: flex-start;
margin-top: 84px; } }
.our-story--parallax .our-story__btn, .our-story--parallax .our-story__video-btn {
align-self: center; }
@media (min-width: 576px) {
.our-story--parallax .our-story__btn, .our-story--parallax .our-story__video-btn {
align-self: flex-start; } }
.our-story--parallax .our-story__btn {
margin-right: 0;
margin-bottom: 15px;
color: #ff4800;
background-color: #ffffff;
border-color: #ffffff;
border-radius: 0;
transition: all 0.3s ease; }
.our-story--parallax .our-story__buttons_parallax a.our-story__btn {
margin-bottom: 15px;
color: #ff4800;
background-color: #ffffff;
border-color: #ffffff;
border-radius: 0;
transition: all 0.3s ease; }
@media (min-width: 576px) {
.our-story--parallax .our-story__btn {
margin-right: 10px;
margin-bottom: 0; } }
@media (min-width: 576px) {
.our-story--parallax .our-story__buttons_parallax {
margin-right: 10px;
margin-bottom: 0; }
.our-story--parallax .our-story__buttons_parallax .our-story__btn {
margin-right: 10px; } }
.our-story--parallax .our-story__btn:hover, .our-story--parallax .our-story__btn:focus {
color: #ffffff;
background-color: #ff4800;
border-color: #ff4800; }
.our-story--parallax .our-story__buttons_parallax .our-story__btn:hover, .our-story--parallax .our-story__buttons_parallax .our-story__btn:focus {
color: #ffffff;
background-color: #ff4800;
border-color: #ff4800; }
@media (min-width: 576px) {
.th-our-story__inner {
display: flex; } }
.th-our-story__exp {
padding: 40px;
background-image: url(//studio-bdf.fr/wp-content/themes/liarch/assets/css/img/exp-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
border-bottom: solid 1px #000000; }
@media (min-width: 576px) {
.th-our-story__exp {
display: flex;
justify-content: space-between;
flex-direction: column;
border-right: solid 1px #000000;
border-bottom: none; } }
@media (min-width: 768px) {
.th-our-story__exp {
width: 29.24%;
flex-shrink: 0; } }
@media (min-width: 1200px) {
.th-our-story__exp {
padding: 100px 80px; } }
.th-our-story__exp-title {
position: relative;
max-width: 150px;
padding-top: 24px;
margin-bottom: 56px;
font-size: 16px;
line-height: 1.33;
color: #000000;
text-transform: uppercase; }
@media (min-width: 1200px) {
.th-our-story__exp-title {
max-width: 170px;
padding-top: 44px;
font-size: 24px; } }
.th-our-story__exp-title::before {
content: "";
position: absolute;
top: 0;
left: 0;
display: block;
width: 80px;
border-top: solid 4px #000000; }
.th-our-story__exp-value {
font-size: 96px;
line-height: 1;
color: #000000; }
@media (min-width: 1200px) {
.th-our-story__exp-value {
font-size: 130px; } }
@media (min-width: 1560px) {
.th-our-story__exp-value {
font-size: 190px; } }
.th-our-story__content {
padding: 40px; }
@media (min-width: 576px) {
.th-our-story__content {
display: flex;
justify-content: space-between;
flex-direction: column; } }
@media (min-width: 1200px) {
.th-our-story__content {
padding: 100px 80px; } }
.th-our-story__text {
margin-bottom: 56px;
font-size: 18px;
line-height: 1.56;
color: #000000; }
@media (min-width: 768px) {
.th-our-story__text {
font-size: 24px; } }
@media (min-width: 1200px) {
.th-our-story__text {
font-size: 42px; } }
@media (min-width: 1560px) {
.th-our-story__text {
font-size: 46px; } }
@media (min-width: 576px) {
.th-our-story__buttons {
margin-bottom: 12px; } }
@media (min-width: 768px) {
.th-our-story__buttons {
display: flex;
align-items: center;
flex-wrap: wrap; } }
@media (min-width: 1200px) {
.th-our-story__buttons {
margin-bottom: 24px; } }
.th-our-story__btn + * {
margin-top: 16px; }
@media (min-width: 768px) {
.th-our-story__btn + * {
margin-top: 0; } }
@media (min-width: 768px) {
.th-our-story__btn {
margin-right: 28px; } } .type-service--lite {
position: relative;
padding-top: 5px; }
.type-service--lite .type-service__item {
text-align: left; }
.type-service--lite .type-service__item a {
padding: 32px 72px 32px 32px;
border: solid 1px #d6d6d6;
transition: border-color 0.3s ease; }
.type-service--lite .type-service__item a:hover, .type-service--lite .type-service__item a:focus {
border-color: #ff4800; }
@media (min-width: 768px) {
.type-service--lite .type-service__item {
margin-top: 10px !important; }
.type-service--lite .type-service__item:first-child {
margin-top: 0 !important; } }
@media (min-width: 1200px) {
.type-service--lite .type-service__item a {
padding: 47px 120px 43px 60px; } }
.type-service--lite .type-service__item-icon {
position: absolute;
top: 32px;
right: 32px;
width: 32px;
height: auto;
background-image: none; }
@media (min-width: 1200px) {
.type-service--lite .type-service__item-icon {
top: 46px;
right: 51px;
width: 40px; } }
.type-service--lite .type-service__item-heading {
font-weight: 400;
letter-spacing: -0.025em; }
@media (min-width: 1200px) {
.type-service--lite .type-service__item-heading {
margin-bottom: 5px; } }
@media (min-width: 1200px) {
.type-service--lite .type-service__item-text {
margin-bottom: 20px;
font-size: 16px; } }
.type-service--lite .type-service__item-link {
font-size: 12px; }
.type-service__heading {
margin-bottom: 20px;
line-height: 1.08; }
@media (min-width: 1200px) {
.type-service__heading {
margin-bottom: 42px; } }
.type-service__text {
margin-bottom: 40px;
font-size: 14px;
line-height: 1.2;
color: #666666; }
@media (min-width: 768px) {
.type-service__text {
margin-bottom: 60px; } }
@media (min-width: 1200px) {
.type-service__text {
margin-bottom: 112px;
font-size: 18px; } }
.type-service__list {
padding: 0;
margin-top: 0;
margin-bottom: 0;
list-style: none; }
.type-service__item {
text-align: center; }
.type-service__item a {
display: block; }
.type-service__item a:hover, .type-service__item a:focus {
outline: none; }
@media (min-width: 768px) {
.type-service__item {
text-align: left; } }
.type-service__item + .type-service__item {
margin-top: 32px; }
@media (min-width: 768px) {
.type-service__item + .type-service__item {
margin-top: 0; } }
.type-service__item-icon {
display: flex;
justify-content: center;
height: 116px;
margin: 0 auto 24px;
background-size: 100% auto;
transition: fill 0.3s ease; }
@media (min-width: 768px) {
.type-service__item-icon {
margin-left: 0; } }
@media (min-width: 1200px) {
.type-service__item-icon {
margin-bottom: 50px; } }
.type-service__item-icon--interior {
width: 120px;
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' %3e%3cpath fill-rule='evenodd' fill='%23FAECE7' d='M87.606 9.356s25.108 9.985 31.488 33.144c6.38 23.16-22.618 64.286-47.401 69.451-24.784 5.166-68.704-8.565-71.402-46.028C-2.408 28.46 15.143 9.288 41.163 2.105c26.953-7.441 46.443 7.251 46.443 7.251z'/%3e%3c/svg%3e"); }
.type-service__item-icon--interior i {
font-size: 48px;
color: #ff4800;
align-self: center; }
.type-service__item-icon--design {
width: 115px;
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' %3e%3cpath fill-rule='evenodd' fill='%23FAECE7' d='M58.534 113.411s-26.325 6.09-44.758-9.313c-18.433-15.404-18.017-65.724-.587-84.083 17.431-18.36 61.353-32.084 84.905-2.826 23.552 29.258 20.043 55.012 2.746 75.734-17.918 21.466-42.306 20.488-42.306 20.488z'/%3e%3c/svg%3e"); }
.type-service__item-icon--furniture {
width: 120px;
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' %3e%3cpath fill-rule='evenodd' fill='%23FAECE7' d='M12.544 83.901s-16.991-21.01-11.2-44.324C7.134 16.263 52.568-5.371 76.702 2.275c24.134 7.645 55.686 41.141 39.675 75.118-16.01 33.976-40.705 42.085-66.906 35.592-27.14-6.725-36.927-29.084-36.927-29.084z'/%3e%3c/svg%3e"); }
.type-service__item-icon svg {
align-self: center;
fill: #ff4800; }
.type-service__item-heading {
margin: 0 0 16px;
font-size: 24px;
font-weight: 300;
line-height: 1.11;
color: #000000;
transition: color 0.3s ease; }
.type-service__item-heading:hover {
color: #ff4800; }
@media (min-width: 768px) {
.type-service__item-heading {
max-width: 210px; } }
@media (min-width: 1200px) {
.type-service__item-heading {
max-width: 300px;
margin-bottom: 26px;
font-size: 36px; } }
.type-service__item-text {
margin-bottom: 24px;
font-size: 14px;
line-height: 1.66;
color: #666666;
transition: color 0.3s ease; }
@media (min-width: 768px) {
.type-service__item-text {
max-width: 275px; } }
@media (min-width: 1200px) {
.type-service__item-text {
max-width: 320px;
margin-bottom: 51px;
font-size: 18px; } }
.type-service__item-link {
font-size: 14px;
font-weight: 600;
line-height: 1;
color: #000000;
text-transform: uppercase;
transition: color 0.3s ease; }
.type-service__item-link:hover, .type-service__item-link:focus {
color: #ff4800;
outline: none; }
.type-service__item-link:active {
opacity: 0.7; }
.type-service--parallax {
background-color: #ffffff; }
.webpage--beige .type-service__item a {
border-color: #aeab98;
transition: background-color 0.3s ease, border-color 0.3s ease !important; }
.webpage--beige .type-service__item a.webpage--beige-icon:hover, .webpage--beige .type-service__item a.webpage--beige-icon:focus {
background-color: #4d524b;
border-color: #4d524b; }
.webpage--beige .type-service__item a:hover .type-service__item-heading,
.webpage--beige .type-service__item a:hover .type-service__item-text,
.webpage--beige .type-service__item a:hover .type-service__item-link, .webpage--beige .type-service__item a:focus .type-service__item-heading,
.webpage--beige .type-service__item a:focus .type-service__item-text,
.webpage--beige .type-service__item a:focus .type-service__item-link {
color: #ffffff; }
.webpage--beige .type-service__item a:hover .type-service__item-icon svg, .webpage--beige .type-service__item a:focus .type-service__item-icon svg {
fill: #e6da89; }
.webpage--beige .type-service__item a:hover .type-service__item-icon i, .webpage--beige .type-service__item a:focus .type-service__item-icon i {
color: #e6da89; }
.webpage--beige .type-service__item-heading {
max-width: 300px;
font-family: "Cinzel", "Georgia", serif; }
.webpage--beige .type-service__item-heading:hover {
color: #e6da89 !important; }
.webpage--beige .type-service__item-link {
color: #000000; }
.webpage--beige .type-service__item-icon svg {
fill: #4d524b; }
.webpage--beige .type-service__item-icon i {
color: #4d524b; }
.webpage--beige .type-service__item .type-service__item-link:hover,
.webpage--beige .type-service__item .type-service__item-link:focus {
color: #e6da89 !important; }
.th-type-service__inner {
padding: 40px; }
@media (min-width: 1200px) {
.th-type-service__inner {
padding: 160px 15px 200px; } }
.th-type-service__header {
margin-bottom: 32px; }
@media (min-width: 1200px) {
.th-type-service__header {
margin-bottom: 80px; } }
.th-type-service__heading {
display: inline-block;
font-weight: 400; }
@media (min-width: 1200px) {
.th-type-service__heading {
font-size: 60px; } }
.th-type-service__text {
margin-top: 16px; }
.th-type-service__text {
max-width: 660px;
font-size: 16px;
line-height: 1.7;
color: #666666; }
@media (min-width: 1200px) {
.th-type-service__text {
font-size: 20px; } }
.th-type-service__list {
width: calc(100% + 80px);
padding: 0;
margin-left: -40px;
list-style: none; }
@media (min-width: 768px) {
.th-type-service__list {
width: 100%;
margin: 0; } }
.th-type-service__item--quote {
padding: 40px !important; }
@media (min-width: 768px) {
.th-type-service__item--quote {
padding: 60px !important;
border: none !important; } }
@media (min-width: 1200px) {
.th-type-service__item--quote {
padding: 87px 54px 56px 100px !important; } }
@media (min-width: 768px) {
.th-type-service__item:nth-child(even) {
border-left: none; }
.th-type-service__item:nth-child(n + 3) {
border-top: none; } }
.th-type-service__item a {
position: relative;
display: block;
padding: 40px; }
@media (min-width: 1200px) {
.th-type-service__item a {
padding: 64px 72px 56px; } }
.th-type-service__item a:hover .th-type-service__item-heading, .th-type-service__item a:focus .th-type-service__item-heading {
text-decoration: underline; }
.th-type-service__item a:hover .th-type-service__item-link, .th-type-service__item a:focus .th-type-service__item-link {
font-weight: 600; }
.th-type-service__item a:hover .th-type-service__item-link::before, .th-type-service__item a:focus .th-type-service__item-link::before {
opacity: 1; }
.th-type-service__item a:active {
opacity: 0.7; }
.th-type-service__item-icon {
margin-bottom: 48px; }
.th-type-service__item-icon i {
font-size: 42px;
color: #000000; }
@media (min-width: 1200px) {
.th-type-service__item-icon {
margin-bottom: 96px; } }
.th-type-service__item-icon svg {
display: block;
width: 42px;
height: auto; }
@media (min-width: 1200px) {
.th-type-service__item-icon svg {
width: 54px; } }
.th-type-service__item-heading {
margin-bottom: 30px;
font-size: 30px;
line-height: 1.11;
color: #000000; }
@media (min-width: 1200px) {
.th-type-service__item-heading {
max-width: 276px;
font-size: 36px; } }
.th-type-service__item-text {
font-size: 14px;
line-height: 1.66;
color: #666666; }
@media (min-width: 1200px) {
.th-type-service__item-text {
font-size: 18px; } }
.th-type-service__item-link {
position: absolute;
top: 40px;
right: 40px;
font-size: 14px;
line-height: 1;
color: #000000;
text-transform: uppercase;
z-index: 1; }
@media (min-width: 1200px) {
.th-type-service__item-link {
top: 64px;
right: 72px; } }
.th-type-service__item-link::before {
content: "";
position: absolute;
bottom: -40%;
left: 0;
display: block;
width: 100%;
height: 14px;
background-color: #ffdf91;
opacity: 0;
transition: opacity 0.3s ease;
z-index: -1; }
.th-type-service__quote {
margin-bottom: 16px;
font-family: "EB Garamond", "Georgia", serif;
font-size: 24px;
font-weight: 400;
font-style: normal;
line-height: 1.27;
color: #000000; }
@media (min-width: 1200px) {
.th-type-service__quote {
margin-bottom: 52px;
font-size: 36px; } }
.th-type-service__sign {
margin-bottom: 12px; }
@media (min-width: 1200px) {
.th-type-service__sign {
margin-bottom: 16px; } }
.th-type-service__cite {
font-size: 16px;
font-weight: 600;
font-style: normal;
line-height: 1;
color: #000000; }
.th-type-service__cite span {
font-weight: 400;
color: #999999; } .an-awards {
padding-top: 40px;
overflow: hidden; }
@media (min-width: 1200px) {
.an-awards {
padding-top: 83px; } }
@media (min-width: 1200px) {
.an-awards--about .an-awards__notice {
padding-top: 71px; } }
@media (min-width: 1200px) {
.an-awards--about .an-awards__image {
padding-left: 120px;
margin-top: -20px; } }
.an-awards--different {
overflow: hidden; }
@media (min-width: 1200px) {
.an-awards--different {
padding-top: 155px; } }
@media (min-width: 1200px) {
.an-awards--different .an-awards__intro {
padding-top: 26px; } }
@media (min-width: 1560px) {
.an-awards--different .an-awards__intro {
transform: translateX(171px); } }
.webpage--beige .an-awards__text {
max-width: none;
font-size: 18px;
line-height: 1.5;
color: #999999; }
@media (min-width: 1200px) {
.webpage--beige .an-awards__text {
font-size: 24px; } }
@media (min-width: 1560px) {
.webpage--beige .an-awards__text {
margin-bottom: 107px; } }
.an-awards--different .an-awards__heading {
margin-bottom: 55px; }
.an-awards__intro {
margin-bottom: 20px; }
@media (min-width: 768px) {
.an-awards__intro {
margin-bottom: 0; } }
@media (min-width: 768px) {
.an-awards__image--mb-negative {
margin-bottom: -63px; } }
@media (min-width: 992px) {
.an-awards__image--mb-negative {
margin-bottom: -97px; } }
@media (min-width: 1560px) {
.an-awards__image {
width: 900px; } }
.an-awards__image img {
max-width: 100%;
height: auto; }
@media (min-width: 768px) {
.an-awards__content {
padding-right: 0; } }
@media (min-width: 1560px) {
.an-awards__content {
padding-top: 26px;
align-self: flex-start; } }
.an-awards__heading {
margin-bottom: 20px; }
.an-awards__heading--upper {
text-transform: uppercase; }
@media (min-width: 992px) {
.an-awards__heading {
max-width: 340px; } }
@media (min-width: 1200px) {
.an-awards__heading {
max-width: none; } }
@media (min-width: 1560px) {
.an-awards__heading {
margin-bottom: 22px; } }
.an-awards__text {
max-width: 340px;
margin-bottom: 32px;
font-size: 16px;
line-height: 1.88;
color: #999999; }
@media (min-width: 1200px) {
.an-awards__text {
font-size: 18px; } }
@media (min-width: 1560px) {
.an-awards__text {
margin-bottom: 54px; } }
.an-awards__buttons {
display: flex;
margin-bottom: 40px;
flex-wrap: wrap; }
@media (min-width: 1560px) {
.an-awards__buttons {
margin-bottom: 84px; } }
.an-awards__btn {
margin-right: 10px;
align-self: flex-start; }
@media (min-width: 1200px) {
.an-awards__btn {
margin-right: 27px; } }
.an-awards__notice {
max-width: 400px;
padding-top: 24px;
padding-right: 30px;
margin-bottom: 24px;
font-size: 14px;
line-height: 1.625;
color: #000000;
border-top: solid 1px #d6d6d6; }
@media (min-width: 1200px) {
.an-awards__notice {
font-size: 16px; } }
@media (min-width: 1560px) {
.an-awards__notice {
padding-top: 43px;
margin-bottom: 46px; } }
.an-awards--parallax {
position: relative;
background-repeat: no-repeat;
background-size: cover; }
.an-awards--parallax .scroll-wrap::before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.25); }
.an-awards--parallax .row {
margin: 0; }
@media (min-width: 768px) {
.an-awards--parallax .swiper-container {
padding-bottom: 0; } }
.an-awards--parallax .slide-counter {
position: absolute;
top: 0;
right: 0;
bottom: unset;
left: unset;
width: auto; }
.an-awards--parallax .slide-counter .swiper-pagination-current {
padding-right: 10px; }
.an-awards--parallax .slide-counter .swiper-pagination-total {
padding-left: 10px; }
.an-awards--parallax .arrow-square {
bottom: -60px;
cursor: pointer;
background-color: transparent; }
@media (min-width: 992px) {
.an-awards--parallax .arrow-square:hover {
border-color: #f5480c; }
.an-awards--parallax .arrow-square:hover svg {
fill: #f5480c; } }
@media (min-width: 1200px) {
.an-awards--parallax .arrow-square {
bottom: 0; } }
.an-awards--parallax .arrow-square svg {
fill: #ffffff; }
.an-awards--parallax .arrow-square--prev {
left: calc(50% - 50px); }
@media (min-width: 1200px) {
.an-awards--parallax .arrow-square--prev {
right: 72px;
left: unset; } }
.an-awards--parallax .arrow-square--next {
right: calc(50% - 50px); }
@media (min-width: 1200px) {
.an-awards--parallax .arrow-square--next {
right: 0; } }
.an-awards--parallax .an-awards__container {
position: relative; }
.an-awards--parallax .an-awards__outer {
width: 100%; }
.an-awards--parallax .an-awards__welcome {
max-width: 200px;
margin-bottom: 20px;
font-size: 18px;
line-height: 30px;
color: #ffffff; }
@media (min-width: 576px) {
.an-awards--parallax .an-awards__welcome {
max-width: 85%; } }
@media (min-width: 768px) {
.an-awards--parallax .an-awards__welcome {
margin-bottom: 32px; } }
@media (min-width: 1200px) {
.an-awards--parallax .an-awards__welcome {
margin-bottom: 72px; } }
.an-awards--parallax .an-awards__heading {
margin-bottom: 20px;
font-size: 36px;
font-weight: 600;
color: #ffffff;
text-transform: capitalize; }
.an-awards--parallax .an-awards__heading br {
display: none; }
@media (min-width: 992px) {
.an-awards--parallax .an-awards__heading {
max-width: 100%;
font-size: 48px; }
.an-awards--parallax .an-awards__heading br {
display: block; } }
@media (min-width: 1200px) {
.an-awards--parallax .an-awards__heading {
font-size: 64px;
line-height: 72px; } }
@media (min-width: 1560px) {
.an-awards--parallax .an-awards__heading {
margin-bottom: 32px; } }
.an-awards--parallax .an-awards__content {
padding: 0; }
.an-awards--parallax .an-awards__text {
max-width: 400px;
margin-bottom: 25px;
color: #ffffff; }
.an-awards--parallax .an-awards__text br {
display: none; }
@media (min-width: 992px) {
.an-awards--parallax .an-awards__text br {
display: none; } }
@media (min-width: 1200px) {
.an-awards--parallax .an-awards__text {
margin-bottom: 112px; } }
.an-awards--parallax .an-awards__buttons {
margin-bottom: 0; }
.an-awards--parallax .an-awards__buttons a {
padding: 20px 22px;
font-size: 16px;
font-weight: 600;
border-radius: 0; }
.an-awards--parallax .an-awards__buttons a.btn {
padding: 20px 22px;
font-size: 16px;
font-weight: 600;
border-radius: 0; }
.webpage--beige .an-awards__heading {
font-family: "Cinzel", "Georgia", serif;
color: #ffffff; }
@media (min-width: 1200px) {
.webpage--beige .an-awards__heading {
font-size: 90px;
line-height: 1;
letter-spacing: normal; } }
.webpage--beige .an-awards__text {
line-height: 1.5;
color: #cccccc; }
.webpage--beige .an-awards {
overflow: visible; }
.page-builder-custom-text-editor-content-wrap ul {
padding: 0 0 0 20px;
list-style: unset; }
.page-builder-custom-text-editor-content-wrap ul li {
margin-bottom: 16px;
font-size: 14px;
line-height: 1.6; }
@media (min-width: 768px) {
.page-builder-custom-text-editor-content-wrap ul li {
font-size: 18px; } }
@media (min-width: 1200px) {
.page-builder-custom-text-editor-content-wrap ul li {
margin-bottom: 20px; } }
.page-builder-custom-text-editor-content-wrap ul li:last-child {
margin-bottom: 0; }
.page-builder-custom-text-editor-content-wrap a {
font-weight: 600;
color: #f5480c; } .form {
overflow: hidden; }
.form__title {
margin-bottom: 22px;
font-size: 48px;
letter-spacing: -1.2px; }
.form__subtitle {
margin-bottom: 100px;
font-size: 18px;
color: #666666; }
.form__group {
display: flex;
margin-bottom: 0;
flex-wrap: wrap; }
@media (min-width: 768px) {
.form__group {
margin: 0 -30px 11px; } }
.form__item {
width: 100%;
margin-bottom: 40px; }
@media (min-width: 768px) {
.form__item {
width: calc(33.3333% - 60px);
margin: 0 30px 50px; } }
@media (min-width: 768px) {
.form__field--width-full {
width: 100%;
margin: 0; } }
.form__field--width-full {
height: 150px;
margin: 0; }
@media (min-width: 1200px) {
.form__field--width-full {
height: 209px; } }
.form__field--textarea {
height: 150px; }
@media (min-width: 1200px) {
.form__field--textarea {
height: 209px; } }
.tm_left_menu_page .homepage-parallax .contacts-parallax__btn {
text-transform: capitalize; }
.form__submit {
position: relative;
left: 50%;
width: 210px;
padding: 20px;
margin-top: 40px;
font-size: 18px;
color: #ffffff;
text-transform: uppercase;
cursor: pointer;
background-color: #f5480c;
border: 1px solid #f5480c;
transition: all 0.3s ease;
transform: translateX(-50%); }
@media (min-width: 768px) {
.form__submit {
left: 0;
margin-top: 95px;
transform: none; } }
@media (min-width: 992px) {
.form__submit:hover, .form__submit:focus {
color: #f5480c;
background-color: transparent;
outline: none; } } .contact-block {
max-width: 360px; }
.contact-block--thumb {
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent); }
.contact-block__hint {
font-size: 14px;
line-height: 1;
color: #999999;
text-transform: uppercase; }
.contact-block__title {
margin-bottom: 12px;
font-size: 30px;
font-weight: 600;
line-height: 1.6;
color: #000000;
letter-spacing: -0.025em; }
.contact-block__title span {
font-weight: 300;
color: #999999; }
.contact-block__address {
margin-bottom: 12px;
font-size: 16px;
font-style: normal;
line-height: 1.625;
color: #666666; }
@media (min-width: 1200px) {
.contact-block__address {
margin-bottom: 32px; } }
.contact-block__email {
margin-bottom: 24px; }
@media (min-width: 1200px) {
.contact-block__email {
margin-bottom: 68px; } }
.contact-block__email a {
font-size: 16px;
line-height: 1;
color: #000000;
transition: color 0.3s ease; }
.contact-block__email a:hover, .contact-block__email a:focus {
color: #ff4800;
outline: none; }
.contact-block__email a:active {
opacity: 0.7; }
.contact-block__phone {
margin-bottom: 24px; }
.contact-block__phone span {
display: block;
margin-bottom: 12px; }
@media (min-width: 1200px) {
.contact-block__phone {
margin-bottom: 56px; }
.contact-block__phone span {
margin-bottom: 22px; } }
.contact-block__phone a {
font-size: 30px;
line-height: 1;
color: #000000;
letter-spacing: -0.025em;
transition: color 0.3s ease; }
@media (min-width: 1200px) {
.contact-block__phone a {
font-size: 36px; } }
.contact-block__phone a:hover, .contact-block__phone a:focus {
color: #ff4800;
outline: none; }
.contact-block__phone a:active {
opacity: 0.7; }
.contact-block__offices {
margin-bottom: 36px; }
.contact-block__offices span {
display: block;
margin-bottom: 12px; }
@media (min-width: 1200px) {
.contact-block__offices {
margin-bottom: 64px; }
.contact-block__offices span {
margin-bottom: 26px; } }
.contact-block__offices-list {
display: flex;
flex-wrap: wrap; }
.contact-block__offices-item {
position: relative;
margin-right: 20px;
margin-bottom: 8px;
font-size: 16px;
line-height: 1;
color: #000000; }
@media (min-width: 1200px) {
.contact-block__offices-item {
margin-right: 24px;
margin-bottom: 12px; } }
.contact-block__offices-item::after {
content: "|";
position: absolute;
right: -12px;
color: #999999; }
.contact-block__offices-item:last-child {
margin-right: 0; }
.contact-block__offices-item:last-child::after {
display: none; }
.contact-block__offices-item:hover, .contact-block__offices-item:focus {
color: #000000;
text-decoration: underline;
outline: none; }
.contact-block__offices-item:active {
opacity: 0.7; }
.contact-block__offices-item--active {
color: #ff4800;
pointer-events: none;
cursor: default; } .contacts {
padding: 40px 0; }
@media (min-width: 768px) {
.contacts {
position: relative; } }
@media (min-width: 992px) {
.contacts {
padding: 60px 0; } }
@media (min-width: 1200px) {
.contacts {
padding: 90px 0; } }
@media (min-width: 1560px) {
.contacts__inner {
max-width: 1550px; } }
.contacts__header {
margin-bottom: 60px; }
@media (min-width: 1200px) {
.contacts__header {
padding-top: 17px;
margin-bottom: 138px; } }
.contacts__info {
margin-top: 40px; }
@media (min-width: 992px) {
.contacts__info {
margin-top: 0; } }
@media (min-width: 1200px) {
.contacts__info {
margin-left: 30px; } }
.contacts__heading {
max-width: 320px;
margin-bottom: 32px;
font-weight: 400;
letter-spacing: -0.025em; }
.contact-block__btn {
border-radius: 0px; }
@media (min-width: 1200px) {
.contacts__heading {
margin-bottom: 66px;
font-size: 60px; } }
.contacts__contact {
max-width: 400px;
overflow: auto;
background-color: #ffffff; }
@media (min-width: 768px) {
.contacts__contact {
position: relative; } }
@media (min-width: 1200px) {
.contacts__contact {
max-width: 595px; } }
.contacts__modal {
position: fixed;
top: 0;
left: 0;
display: none;
width: 100%;
height: 100%;
padding: 72px 40px;
background-color: #ffffff;
z-index: 1; }
@media (min-width: 768px) {
.contacts__modal {
position: absolute;
padding: 52px 60px;
z-index: 1; } }
@media (min-width: 1200px) {
.contacts__modal {
padding: 72px 100px; } }
.contacts__modal-close {
position: absolute;
top: 30px;
right: 24px;
width: 24px;
height: 24px;
padding: 0;
cursor: pointer;
background-color: transparent;
border: none; }
.contacts__modal-close svg {
display: block;
width: 100%;
height: auto;
transition: fill 0.3s ease; }
.contacts__modal-close:hover, .contacts__modal-close:focus {
outline: none; }
.contacts__modal-close:hover svg, .contacts__modal-close:focus svg {
fill: #ff4800; }
.contacts__modal-close:active {
opacity: 0.7; }
.contacts__modal-form {
display: flex;
justify-content: center;
height: 100%;
flex-direction: column; }
.contacts__modal-field {
margin-bottom: 30px; }
@media (min-width: 768px) {
.contacts__modal-field {
margin-bottom: 18px; } }
@media (min-width: 1200px) {
.contacts__modal-field {
margin-bottom: 30px; } }
.contacts__modal-btn {
margin-top: 20px;
align-self: flex-start; }
@media (min-width: 1200px) {
.contacts__modal-btn {
margin-top: 34px; } }
.contacts__map {
height: 300px;
margin-bottom: 40px;
background-color: #999999;
background-repeat: no-repeat;
background-position: 50% 0; }
@media (min-width: 1200px) {
.contacts__map {
margin-bottom: 137px; } }
.contacts__map iframe {
width: 100%;
height: 100%;
border: none; }
@media (min-width: 1200px) {
.contacts__map {
height: 700px; } }
@media (min-width: 768px) {
.contacts__map--absolute {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; } } .contact-info {
padding: 0;
margin: 0;
list-style: none; }
@media (min-width: 576px) {
.contact-info {
display: flex;
justify-content: space-between;
flex-wrap: wrap; } }
.contact-info__item {
display: flex;
padding-top: 30px;
margin-bottom: 12px; }
.contact-info__item:last-child {
margin-bottom: 0; }
.contact-info__item:hover .contact-info__icon {
border-color: #ff4800; }
.contact-info__item:hover .contact-info__icon svg {
fill: #ff4800; }
.contact-info__item:hover .contact-info__icon i {
color: #ff4800; }
@media (min-width: 576px) {
.contact-info__item {
width: calc(50% - 8px);
margin-bottom: 0; }
.contact-info__item:nth-child(n + 3) {
margin-top: 24px; } }
.contact-info__item {
min-width: 270px; }
@media (min-width: 1200px) {
.contact-info__item {
width: calc(50% - 20px); } }
.contact-info__icon {
display: flex;
justify-content: center;
width: 60px;
height: 60px;
margin-top: -24px;
margin-right: 24px;
border: solid 1px #999999;
border-radius: 50%;
transition: border-color 0.3s ease;
flex-shrink: 0; }
@media (min-width: 1200px) {
.contact-info__icon {
width: 70px;
height: 70px;
margin-top: -30px;
margin-right: 38px; } }
.contact-info__icon svg {
transition: fill 0.3s ease;
align-self: center;
fill: #999999; }
.contact-info__icon i {
color: #999999;
transition: fill 0.3s ease;
align-self: center; }
.contact-info__title {
margin-bottom: 20px;
font-size: 14px;
line-height: 1;
color: #999999;
text-transform: uppercase; }
@media (min-width: 1200px) {
.contact-info__title {
margin-bottom: 25px; } }
.contact-info__text {
font-size: 16px;
line-height: 1.66;
color: #000000; }
@media (min-width: 1200px) {
.contact-info__text {
font-size: 18px; } }
.contact-info__text a {
color: #000000;
transition: color 0.3s ease; }
.contact-info__text a:hover, .contact-info__text a:focus {
color: #ff4800;
outline: none; }
.contact-info__text a:active {
opacity: 0.7; }
.contact-info__text address {
font-style: normal; }   .vc_row-overlay {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%; } .vc_row[data-row-overflow-visible] {
overflow: visible !important;
z-index: 1; }
.vc_row[data-row-overflow-visible-auto] {
overflow: auto !important; }
.vc_row[data-row-overflow-visible-hidden] {
overflow: hidden !important; } .vc_row[data-row-decor] .decor-white-left {
position: absolute;
top: 0;
right: 9%;
left: 9%;
display: block;
height: 52px;
background: #fff;
-webkit-clip-path: polygon(0 0, 100% 0, 4% 100%);
clip-path: polygon(0 0, 100% 0, 4% 100%); }
.vc_row[data-row-decor] .decor-white-right {
position: absolute;
top: 0;
right: 84px;
left: 84px;
display: block;
height: 47px;
background-color: #fff;
clip-path: polygon(0 0, 100% 0, 94% 100%, 0 0); }
.vc_row[data-row-decor] .decor-main-cl-left {
position: absolute;
top: 0;
right: 9%;
left: 9%;
display: block;
height: 52px;
-webkit-clip-path: polygon(0 0, 100% 0, 4% 100%);
clip-path: polygon(0 0, 100% 0, 4% 100%); }
.vc_row[data-row-decor] .decor-main-cl-right {
position: absolute;
top: 0;
right: 9%;
left: 9%;
display: block;
height: 52px;
-webkit-clip-path: polygon(0 0, 100% 0, 96% 100%);
clip-path: polygon(0 0, 100% 0, 96% 100%); } .vc_row[data-row-decor-bottom] .decor-white-bottom-left {
position: absolute;
top: auto;
right: 0;
bottom: -1px;
left: 9%;
display: block;
height: 52px;
background: #fff;
-webkit-clip-path: polygon(4% 0, 100% 100%, 0% 100%);
clip-path: polygon(4% 0, 100% 100%, 0% 100%); }
.vc_row[data-row-decor-bottom] .decor-main-cl-bottom-left {
position: absolute;
top: auto;
right: 0;
bottom: -52px;
left: 9%;
display: block;
height: 52px;
background-color: #22abc3;
clip-path: polygon(0 0, 100% 0, 4% 100%); } .fl-woo-category-slider-list-container {
padding: 0;
margin: 0; }
.fl-woo-category-slider-list-container li {
display: inline-flex;
padding: 0 20px;
margin: 0; }
.fl-woo-category-slider-list-container li a {
position: relative;
padding-bottom: 10px;
font-size: 14px;
line-height: 1;
color: #fff;
text-transform: uppercase;
transition: 0.2s ease-in-out !important; }
.fl-woo-category-slider-list-container li a:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background: rgba(255, 255, 255, 0.5);
transition: transform .2s ease-out .2s ,-webkit-transform .2s ease-out .2s;
transform: scaleX(1);
transform-origin: left;
z-index: 1; }
.fl-woo-category-slider-list-container li a:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
transition: transform .2s ease-out,-webkit-transform .2s ease-out;
transform: scaleX(0);
transform-origin: right;
z-index: 2; }
.fl-woo-category-slider-list-container li a:hover {
transition: 0.2s ease-in-out !important; }
.fl-woo-category-slider-list-container li a:hover:after {
transform: scaleX(1);
transform-origin: left; }
.fl-woo-category-slider-list-container li a:hover:before {
transition: transform .2s ease-out ,-webkit-transform .2s ease-out;
transform: scaleX(0);
transform-origin: right; } .bg-position-left-top, .vc_row-has-fill.bg-position-left-top, .vc_col-has-fill .bg-position-left-top {
background-position: left top !important; }
.bg-position-left-center, .vc_row-has-fill.bg-position-left-center, .vc_col-has-fill .bg-position-left-center {
background-position: left center !important; }
.bg-position-left-bottom, .vc_row-has-fill.bg-position-left-bottom, .vc_col-has-fill .bg-position-left-bottom {
background-position: left bottom !important; }
.bg-position-center-top, .vc_row-has-fill.bg-position-center-top, .vc_col-has-fill .bg-position-center-top {
background-position: center top !important; }
.bg-position-center-center, .vc_row-has-fill.bg-position-center-center, .vc_col-has-fill .bg-position-center-center {
background-position: center center !important; }
.bg-position-center-bottom, .vc_row-has-fill.bg-position-center-bottom, .vc_col-has-fill .bg-position-center-bottom {
background-position: center bottom !important; }
.bg-position-right-top, .vc_row-has-fill.bg-position-right-top, .vc_col-has-fill .bg-position-right-top {
background-position: right top !important; }
.bg-position-right-center, .vc_row-has-fill.bg-position-right-center, .vc_col-has-fill .bg-position-right-center {
background-position: right center !important; }
.bg-position-right-bottom, .vc_row-has-fill.bg-position-right-bottom, .vc_col-has-fill .bg-position-right-bottom {
background-position: right bottom !important; } .fl-vc-decor-wrapper {
display: flex;
justify-content: center; }
.fl-vc-decor-wrapper .filter-decor {
display: inline-block;
width: 40px;
height: 1px;
background-color: #fff;
box-shadow: 25px 5px 0 0 #fff, -25px 5px 0 0 #fff;
opacity: .5; } .z-index-1 {
position: relative;
z-index: 1; }
.z-index-2 {
position: relative;
z-index: 2; }
.z-index-3 {
position: relative;
z-index: 3; }
.z-index-4 {
position: relative;
z-index: 4; }
.z-index-5 {
position: relative;
z-index: 5; }  @media screen and (max-width: 1600px) {
.fl-action-content-wrapper-vc .vc-fl-action-content .action-image {
max-width: 28vw; } }  @media screen and (max-width: 1024px) {
.fl-action-content-wrapper-vc .vc-fl-action-content .action-image {
max-width: 26vw; }
.fl-places-slider-container-content {
margin: 60px -224px 30px 25px; } } @media (max-width: 992px) {
.fl-partner-wrapper .partner-content .partner-item {
width: 50%; }
.fl-vc-vehicle-search .vc-auto-search {
flex-wrap: wrap; }
.fl-vc-vehicle-search .vc-auto-search .select {
margin-top: 25px; }
.fl-vc-vehicle-search .vc-auto-search .select:first-child {
margin-top: 0; }
.fl-vc-vehicle-search .vc-auto-search .btn {
width: 100%;
margin-top: 25px; }
.vc-number-content-container .number-div-content.reflect-element .inner-content .number {
order: 1; }
.vc-number-content-container .number-div-content.reflect-element .inner-content .number-content, .vc-number-content-container .number-div-content.reflect-element .inner-content .number-title {
order: 2; }
.vc-number-content-container .number-div-content:nth-child(even) {
padding-top: 20px; }
.vc-number-content-container .number-div-content {
padding-top: 20px; }
.fl-vc-custom-title-container .custom-title-content-wrapper .back-text {
font-size: 70px; }
.fl-vc-custom-title-container .custom-title-content-wrapper .font-text {
font-size: 30px; }
.custom-title-cars .fl-title-vc {
margin-top: -30px !important; }
.fl-header-decor-text-wrapper-vc .decor-header-text {
font-size: 20px; }
.fl-phone-number-wrapper-vc.phone-style-two .phone-style-two-content {
margin-top: 15px; }
.fl-places-slider-container-content {
margin: 0 0 0 0; }
.fl-tabs .nav-tabs {
padding-right: 0;
padding-left: 0; }
.fl-tabs .nav-tabs li .tab-link-content {
margin-left: 20px; }
.fl-tabs .nav-tabs li:nth-child(2n+1) .tab-link-content {
margin-left: 0; }
.fl-tabs .tab-content {
padding-right: 0;
padding-left: 0; } }  @media screen and (max-width: 782px) {
.decor-main-cl-left, .decor-main-cl-right, .decor-white-bottom-left, .decor-white-left {
height: 22px !important; }
.vc-offer-slider .offer-slider-slide .offer-slide-inner-content .offer-slider-bottom-content .offer-slider-image {
display: none !important; }
.vc-offer-slider .slick-arrow {
display: none !important; }
.custom-title-cars .fl-title-vc {
margin-top: -20px !important; }
.fl-about-us-form .input-container {
width: 100%; } } @media screen and (max-width: 768px) {
.fl-home-page-posts-content-vc .home-page-post-container article .left-content {
display: none; }
.fl-icon-box-vc.icon-box-style-two .icon-box-inner-wrap .icon-box-btn {
visibility: visible;
opacity: 1;
transform: translateY(0); }
.fl-counter-wrapper .fl-counter-pref-styles {
font-size: 40px; }
.fl-tabs .nav-tabs li .tab-link-content {
margin-top: 20px; }
.fl-tabs .nav-tabs li:first-child .tab-link-content {
margin-top: 0 !important; }
.vc-offer-slider .offer-slider-slide .offer-slide-inner-content .offer-slider-bottom-content {
min-height: 220px;
padding-top: 0;
clip-path: none; }
.vc-offer-slider .offer-slider-slide .offer-slide-inner-content .offer-slider-bottom-content .offer-slider-content {
padding-right: 35px;
padding-left: 35px; }
.vc-number-content-container .number-div-content:after {
display: none; }
.vc-number-content-container .number-div-content .inner-content .number {
font-size: 80px; }
.vc-number-content-container .number-div-content:first-child {
padding-top: 0; }
.fl-phone-number-wrapper-vc.phone-style-one .phone-text {
margin-right: 8px; }
.fl-phone-number-wrapper-vc.phone-style-one .phone-number-link {
padding: 13px 17px;
font-size: 13px; } } @media screen and (max-width: 720px) {
.home-page-post-container .blog-post {
margin-top: 25px; }
.home-page-post-container .blog-post:first-child {
margin-top: 0; }
.home-page-post-container .blog-post-default {
margin-top: 25px; }
.home-page-post-container .blog-post-default:first-child {
margin-top: 0; }
.fl-vc-custom-title-container .custom-title-content-wrapper .back-text {
font-size: 60px; }
.fl-vc-custom-title-container .custom-title-content-wrapper .font-text {
font-size: 25px; } } @media (max-width: 680px) {
.fl-action-content-wrapper-vc .vc-fl-action-content .action-image {
display: none; }
.fl-phone-number-wrapper-vc.phone-style-one {
flex-wrap: wrap; }
.fl-vc-car-detail-wrapper .car-detail-slider .car-detail-slide .slider-content {
padding-right: 30px;
padding-left: 30px; }
.fl-vc-car-detail-wrapper .car-detail-slider .car-detail-slide .slider-content .bottom-slide-content .bottom-car-info .icon-content-info-wrapper {
margin-top: 15px; }
.vc-number-content-container .number-div-content .inner-content .number:after {
display: none !important; }
.fl-header-decor-text-wrapper-vc .decor-header-text {
font-size: 17px; }
.fl-semi-circle-progress-container-content {
justify-content: center; }
.fl-semi-circle-progress-container-content .semi-circle-progress-bar-wrapper-vc {
margin-top: 20px; }
.fl-tabs .nav-tabs li .tab-link-content {
margin-left: 0 !important; } }