@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
text-decoration: none;
color: #fdc400;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
vertical-align: middle;
max-width: 100%;
height: auto;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} @media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
.navbar {
display: none;
}
.btn > .caret,
.dropup > .btn > .caret {
border-top-color: #000 !important;
}
.label {
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 #ddd !important;
}
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
figure {
margin: 0;
}
.img-responsive {
display: block;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 6px;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
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;
}
[role="button"] {
cursor: pointer;
}
.vc_row[data-vc-full-width].visible_over,
.visible_over {
overflow: visible;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 7px;
padding-right: 8px;
}
@media (max-width: 768px) {
.container {
padding-left: 15px;
padding-right: 16px;
}
}
@media (min-width: 768px) {
.container {
width: 735px;
}
}
@media (min-width: 992px) {
.container {
width: 955px;
}
}
@media (min-width: 1220px) {
.container {
width: 1185px;
}
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 14px;
padding-right: 16px;
}
.row {
margin-left: -14px;
margin-right: -16px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 14px;
padding-right: 16px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
float: left;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666667%;
}
.col-xs-pull-10 {
right: 83.33333333%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666667%;
}
.col-xs-pull-7 {
right: 58.33333333%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666667%;
}
.col-xs-pull-4 {
right: 33.33333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.66666667%;
}
.col-xs-pull-1 {
right: 8.33333333%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666667%;
}
.col-xs-push-10 {
left: 83.33333333%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666667%;
}
.col-xs-push-7 {
left: 58.33333333%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666667%;
}
.col-xs-push-4 {
left: 33.33333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.66666667%;
}
.col-xs-push-1 {
left: 8.33333333%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666667%;
}
.col-xs-offset-10 {
margin-left: 83.33333333%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666667%;
}
.col-xs-offset-7 {
margin-left: 58.33333333%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.66666667%;
}
.col-xs-offset-1 {
margin-left: 8.33333333%;
}
.col-xs-offset-0 {
margin-left: 0%;
}
@media (min-width: 768px) {
.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 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 992px) {
.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 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-1 {
width: 8.33333333%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666667%;
}
.col-md-pull-10 {
right: 83.33333333%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666667%;
}
.col-md-pull-7 {
right: 58.33333333%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666667%;
}
.col-md-pull-4 {
right: 33.33333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.66666667%;
}
.col-md-pull-1 {
right: 8.33333333%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666667%;
}
.col-md-push-10 {
left: 83.33333333%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666667%;
}
.col-md-push-7 {
left: 58.33333333%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666667%;
}
.col-md-push-4 {
left: 33.33333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.66666667%;
}
.col-md-push-1 {
left: 8.33333333%;
}
.col-md-push-0 {
left: auto;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-11 {
margin-left: 91.66666667%;
}
.col-md-offset-10 {
margin-left: 83.33333333%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-8 {
margin-left: 66.66666667%;
}
.col-md-offset-7 {
margin-left: 58.33333333%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-5 {
margin-left: 41.66666667%;
}
.col-md-offset-4 {
margin-left: 33.33333333%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-2 {
margin-left: 16.66666667%;
}
.col-md-offset-1 {
margin-left: 8.33333333%;
}
.col-md-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1220px) {
.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 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-1 {
width: 8.33333333%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666667%;
}
.col-lg-pull-10 {
right: 83.33333333%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666667%;
}
.col-lg-pull-7 {
right: 58.33333333%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666667%;
}
.col-lg-pull-4 {
right: 33.33333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.66666667%;
}
.col-lg-pull-1 {
right: 8.33333333%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666667%;
}
.col-lg-push-10 {
left: 83.33333333%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666667%;
}
.col-lg-push-7 {
left: 58.33333333%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666667%;
}
.col-lg-push-4 {
left: 33.33333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.66666667%;
}
.col-lg-push-1 {
left: 8.33333333%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-11 {
margin-left: 91.66666667%;
}
.col-lg-offset-10 {
margin-left: 83.33333333%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-8 {
margin-left: 66.66666667%;
}
.col-lg-offset-7 {
margin-left: 58.33333333%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-5 {
margin-left: 41.66666667%;
}
.col-lg-offset-4 {
margin-left: 33.33333333%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.66666667%;
}
.col-lg-offset-1 {
margin-left: 8.33333333%;
}
.col-lg-offset-0 {
margin-left: 0%;
}
}
fieldset {
padding: 0;
margin: 0;
border: 0;
min-width: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
}
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal;
}
input[type="file"] {
display: block;
}
input[type="range"] {
display: block;
width: 100%;
}
select[multiple],
select[size] {
height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
output {
display: block;
padding-top: 7px;
font-size: 14px;
line-height: 1.42857143;
color: #555555;
}
.radio,
.checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.radio label,
.checkbox label {
min-height: 20px;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
position: absolute;
margin-left: -20px;
margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
cursor: not-allowed;
}
.form-control-static {
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
padding-left: 0;
padding-right: 0;
}
.input-sm {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.input-sm {
height: 30px;
line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
height: auto;
}
.form-group-sm .form-control {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.form-group-sm select.form-control {
height: 30px;
line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
height: auto;
}
.form-group-sm .form-control-static {
height: 30px;
min-height: 32px;
padding: 6px 10px;
font-size: 12px;
line-height: 1.5;
}
.input-lg {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
select.input-lg {
height: 46px;
line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
height: auto;
}
.form-group-lg .form-control {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.form-group-lg select.form-control {
height: 46px;
line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
height: auto;
}
.form-group-lg .form-control-static {
height: 46px;
min-height: 38px;
padding: 11px 16px;
font-size: 18px;
line-height: 1.3333333;
}
.has-feedback {
position: relative;
}
.has-feedback .form-control {
padding-right: 42.5px;
}
.form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
color: #3c763d;
}
.has-success .form-control {
border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
color: #3c763d;
border-color: #3c763d;
background-color: #dff0d8;
}
.has-success .form-control-feedback {
color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
color: #8a6d3b;
}
.has-warning .form-control {
border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
color: #8a6d3b;
border-color: #8a6d3b;
background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
color: #a94442;
}
.has-error .form-control {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
color: #a94442;
border-color: #a94442;
background-color: #f2dede;
}
.has-error .form-control-feedback {
color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
top: 0;
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #737373;
}
@media (min-width: 768px) {
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .form-control-static {
display: inline-block;
}
.form-inline .input-group {
display: inline-table;
vertical-align: middle;
}
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
width: auto;
}
.form-inline .input-group > .form-control {
width: 100%;
}
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio label,
.form-inline .checkbox label {
padding-left: 0;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
top: 0;
}
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 27px;
}
.form-horizontal .form-group {
margin-left: -7px;
margin-right: -8px;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 7px;
}
}
.form-horizontal .has-feedback .form-control-feedback {
right: 7px;
}
@media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label {
padding-top: 11px;
font-size: 18px;
}
}
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
font-size: 12px;
}
}
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-family: "Roboto", sans-serif;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
text-decoration: none;
}
.btn:active,
.btn.active {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
pointer-events: none;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
.modal-open {
overflow: hidden;
}
.modal {
display: none;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.modal.fade .modal-dialog {
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%);
-webkit-transition: -webkit-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.modal.show .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
.modal-content {
position: relative;
background-color: #ffffff;
border: 1px solid #999999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
-webkit-background-clip: padding-box;
background-clip: padding-box;
outline: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000000;
}
.modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0);
}
.modal-backdrop.in,
.modal-backdrop.show {
opacity: 0.5;
filter: alpha(opacity=50);
}
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
margin-top: -2px;
}
.modal-title {
margin: 0;
line-height: 1.42857143;
}
.modal-body {
position: relative;
padding: 15px;
}
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
margin-left: 5px;
margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 768px) {
.modal-dialog {
width: 600px;
margin: 30px auto;
}
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-sm {
width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
width: 900px;
}
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
content: " ";
display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.modal-header:after,
.modal-footer:after {
clear: both;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
}
.affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table !important;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table !important;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table !important;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1220px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table !important;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1220px) {
.visible-lg-block {
display: block !important;
}
}
@media (min-width: 1220px) {
.visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1220px) {
.visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1220px) {
.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table !important;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
.visible-print-block {
display: none !important;
}
@media print {
.visible-print-block {
display: block !important;
}
}
.visible-print-inline {
display: none !important;
}
@media print {
.visible-print-inline {
display: inline !important;
}
}
.visible-print-inline-block {
display: none !important;
}
@media print {
.visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
}    body {
font-family: "Open Sans", sans-serif;
font-size: 16px;
line-height: 1.8;
color: #5a5a5a;
background: #ffffff;
overflow-x: hidden;
font-weight: 400;
}
a {
color: #5a5a5a;
outline: none;
}
a:hover {
text-decoration: none;
}
p {
margin: 0 0 20px 0;
}
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
label.error {
color: #fe4135;
font-size: 12px;
line-height: 14px;
margin-top: 3px;
}
@media (max-width: 550px) {
.text-left-sm {
text-align: left;
}
.text-left-sm .text-center {
text-align: left;
}
}
.container-indent:not(.sub-pages-indent):not(.container-indent-extra01) {
margin-top: 129px;
}
@media (max-width: 768px) {
.container-indent:not(.sub-pages-indent):not(.container-indent-extra01) {
margin-top: 44px;
padding-bottom: 12px;
}
}
@media (max-width: 550px) {
.container-indent:not(.sub-pages-indent):not(.container-indent-extra01) {
margin-top: 48px;
padding-bottom: 27px;
}
}
.container-indent-extra01 {
margin-top: 115px;
}
@media (max-width: 768px) {
.container-indent-extra01 {
margin-top: 44px;
padding-bottom: 12px;
}
}
@media (max-width: 550px) {
.container-indent-extra01 {
margin-top: 48px;
padding-bottom: 27px;
}
}
.container-indent.text-left-sm {
margin-top: 129px;
}
@media (max-width: 768px) {
.container-indent.text-left-sm {
margin-top: 44px;
padding-bottom: 0px;
}
}
@media (max-width: 550px) {
.container-indent.text-left-sm {
margin-top: 45px;
padding-bottom: 25px;
}
.container-indent.text-left-sm .text-top {
margin-top: 28px;
}
}
.container-indent1:not(.sub-pages-indent) {
margin-top: 172px;
padding-bottom: 2px;
}
@media (max-width: 768px) {
.container-indent1:not(.sub-pages-indent) {
margin-top: 144px;
padding-bottom: 0px;
}
}
@media (max-width: 550px) {
.container-indent1:not(.sub-pages-indent) {
margin-top: 86px;
padding-bottom: 28px;
}
}
.container-indent2:not(.sub-pages-indent) {
margin-top: 54px;
padding-bottom: 3px;
}
@media (max-width: 768px) {
.container-indent2:not(.sub-pages-indent) {
margin-top: 44px;
padding-bottom: 12px;
}
}
@media (max-width: 550px) {
.container-indent2:not(.sub-pages-indent) {
margin-top: 45px;
padding-bottom: 0px;
}
}
.container-indent3:not(.sub-pages-indent) {
margin-top: 70px;
padding-bottom: 12px;
}
@media (max-width: 768px) {
.container-indent3:not(.sub-pages-indent) {
margin-top: 44px;
padding-bottom: 12px;
}
}
@media (max-width: 550px) {
.container-indent3:not(.sub-pages-indent) {
margin-top: 45px;
padding-bottom: 0px;
}
}
.container-indent4:not(.sub-pages-indent) {
margin-top: 125px;
}
@media (max-width: 768px) {
.container-indent4:not(.sub-pages-indent) {
margin-top: 44px;
}
}
@media (max-width: 550px) {
.container-indent4:not(.sub-pages-indent) {
margin-top: 45px;
}
}
@media (max-width: 768px) {
.container-indent1-md:not(.sub-pages-indent) {
margin-top: 158px;
padding-bottom: 12px;
}
}
@media (max-width: 550px) {
.container-indent1-md:not(.sub-pages-indent) {
margin-top: 70px;
padding-bottom: 27px;
}
}
@media (max-width: 768px) {
.container-indent2-md:not(.sub-pages-indent) {
margin-top: 70px;
padding-bottom: 12px;
}
}
@media (max-width: 550px) {
.container-indent2-md:not(.sub-pages-indent) {
margin-top: 48px;
padding-bottom: 0px;
}
}
@media (max-width: 768px) {
.container-indent2-md:not(.sub-pages-indent) {
margin-top: 70px;
padding-bottom: 12px;
}
}
@media (max-width: 550px) {
.container-indent2-md:not(.sub-pages-indent) {
margin-top: 48px;
padding-bottom: 0px;
}
}
.container-indent5:not(.sub-pages-indent) {
margin-top: 201px;
padding-bottom: 11px;
}
@media (max-width: 768px) {
.container-indent5:not(.sub-pages-indent) {
margin-top: 144px;
padding-bottom: 0px;
}
}
@media (max-width: 550px) {
.container-indent5:not(.sub-pages-indent) {
margin-top: 83px;
}
}
.container-indent6:not(.sub-pages-indent) {
margin-top: 140px;
padding-bottom: 0px;
}
@media (max-width: 768px) {
.container-indent6:not(.sub-pages-indent) {
margin-top: 114px;
}
}
@media (max-width: 550px) {
.container-indent6:not(.sub-pages-indent) {
margin-top: 53px;
}
}
.sub-pages-indent {
margin-top: 117px;
padding-bottom: 12px;
}
.text-md {
display: block;
}
.max-width70 {
max-width: 70%;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 550px) {
.max-width70 {
max-width: 90%;
}
}
.max-width75 {
max-width: 75%;
margin: 0 auto;
}
@media (max-width: 550px) {
.max-width75 {
max-width: 95%;
}
}
.offset-76 {
margin-top: 128px !important;
}
@media (max-width: 550px) {
.offset-76 {
margin-top: 73px !important;
}
}
::selection {
background: #fdc400;
color: #fff;
}
::-moz-selection {
background: #fdc400;
color: #fff;
}
.color {
color: #fdc400;
}
.color-dark {
color: #393939;
}
.text-sm {
font-size: 15px;
line-height: 1.6;
font-weight: lighter;
}
.divider {
clear: both;
height: 124px;
}
@media (max-width: 768px) {
.divider {
height: 100px;
}
}
@media (max-width: 550px) {
.divider {
height: 74px;
}
}
.divider1 {
clear: both;
height: 124px;
}
@media (max-width: 550px) {
.divider1 {
height: 80px;
}
}
.clear {
clear: both;
}
@media (max-width: 991px) {
.mobile-center-md {
text-align: center;
}
.mobile-center-md ul {
max-width: 515px;
margin: 0 auto;
text-align: left;
}
}
@media (max-width: 991px) {
html:not([.ie]) .touch-device #tt-header,
html:not([.ie]) .touch-device #page-main,
html:not([.ie]) .touch-device #tt-footer {
overflow: hidden;
}
}   .tt-title {
color: #393939;
font-family: "Roboto", sans-serif;
font-weight: 500;
letter-spacing: 0.01em;
margin: 0;
}
.tt-title-lg {
font-size: 60px;
line-height: 1.1;
font-weight: 400;
letter-spacing: 0.01em;
margin: 0;
padding-bottom: 20px;
color: #393939;
font-family: "Roboto", sans-serif;
}
@media (max-width: 768px) {
.tt-title-lg {
font-size: 50px;
}
}
@media (max-width: 550px) {
.tt-title-lg {
font-size: 34px;
line-height: 36px;
padding-bottom: 18px;
letter-spacing: normal;
}
}
.tt-title-lg.title-sub-page {
padding-bottom: 44px;
}
@media (max-width: 768px) {
.tt-title-lg.title-sub-page {
padding-bottom: 60px;
}
}
@media (max-width: 550px) {
.tt-title-lg.title-sub-page {
padding-bottom: 23px;
}
}
@media (max-width: 550px) {
.text-left-sm .tt-title-lg {
padding-bottom: 24px;
}
}
.tt-title-md {
font-size: 38px;
line-height: 1.2;
font-weight: 500;
letter-spacing: 0.01em;
margin: 0;
padding-bottom: 24px;
color: #393939;
font-family: "Roboto", sans-serif;
}
.tt-title-md span {
color: #fdc400;
}
@media (max-width: 768px) {
.tt-title-md {
font-size: 35px;
padding-bottom: 16px;
}
}
@media (max-width: 550px) {
.tt-title-md {
font-size: 27px;
padding-bottom: 16px;
}
}   .tp-rightarrow.default,
.tp-rightarrow.default:before {
outline: none !important;
background: none !important;
}
button,
.btn {
outline: none !important;
}
.btn {
display: inline-flex;
justify-content: center;
align-items: center;
background: #4d4d4d;
color: #ffffff;
border: none;
padding: 15px 35px;
font-size: 14px;
line-height: 1.1;
letter-spacing: 0.04em;
font-weight: 500;
text-transform: uppercase;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
text-decoration: none;
}
@media (max-width: 550px) {
.btn {
padding: 0 21px;
height: 40px;
font-size: 12px;
line-height: 40px;
}
}
.btn-long {
padding-right: 47px;
padding-left: 47px;
}
@media (max-width: 550px) {
.btn-long {
padding-right: 42px;
padding-left: 42px;
height: 46px;
}
}
.btn:hover:not(.no-hover) {
background: #ffc219;
color: #2e2e2e;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.btn-border {
display: inline-flex;
justify-content: center;
align-items: center;
border: 2px solid;
border-color: #fff;
color: #fff;
font-size: 14px;
line-height: 1.1;
padding: 0 43px;
letter-spacing: 0.02em;
word-spacing: 0.02em;
font-weight: bold;
height: 50px;
padding-top: 1px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
text-transform: uppercase;
}
@media (max-width: 550px) {
.btn-border {
padding: 0 21px;
height: 44px;
font-size: 12px;
}
}
.btn-border:hover {
border-color: #fdc400;
color: #fdc400;
}
.btn.inverse {
background: #ffc219;
color: #2e2e2e;
}
.btn.inverse:hover {
background: #4d4d4d;
color: #ffffff;
}   .list-icon {
list-style: none;
padding: 0;
margin-left: 21px;
margin-bottom: 0px;
margin-top: 16px;
}
@media (max-width: 550px) {
.list-icon {
margin-left: 0px;
margin-top: 0px;
}
}
.list-icon li {
position: relative;
padding: 0 0 0 30px;
margin-top: 0;
}
.list-icon li:before {
content: "\e908";
font-family: "driving";
position: absolute;
left: 0;
top: 7px;
font-size: 16px;
line-height: 1.1;
}
.list-icon li:not(:first-child) {
margin-top: 4px;
}
.list-icon li a {
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
text-decoration: none;
}
.list-icon li a:hover {
color: #fdc400;
text-decoration: none;
}
.list-icon ul {
list-style: none;
margin: 0;
padding: 0;
}
.list-icon ul li:before {
background: #fff;
border: 1px solid #5a5a5a;
}
.text-top {
margin-top: 23px;
}
.top-none {
margin-top: 0;
}   ul.list-disc {
list-style: none;
padding: 0;
margin: 0 0 0 17px;
}
ul.list-disc li {
position: relative;
padding: 0 0 0 21px;
margin-top: 0;
}
ul.list-disc li:before {
content: "";
position: absolute;
background: #5a5a5a;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
left: 0;
top: 12px;
width: 7px;
height: 7px;
}
ul.list-disc li a {
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
text-decoration: none;
}
ul.list-disc li a:hover {
color: #fdc400;
}
ul.list-disc ul {
list-style: none;
margin: 0;
padding: 0;
}
ul.list-disc ul li:before {
background: #fff;
border: 1px solid #5a5a5a;
}
.offset-top {
margin-top: 28px !important;
}
.offset-0 {
margin-top: 0;
}
.offset-top {
margin-top: 20px;
}
.offset-2 {
margin-top: 2px;
}
.offset-bottom-0 {
padding-bottom: 0 !important;
}
.btn-top {
margin-top: 66px;
}
@media (max-width: 550px) {
.btn-top {
margin-top: 29px;
}
}
.offset-bottom-250 {
padding-bottom: 140px;
}
@media (max-width: 899px) {
.offset-bottom-250 {
padding-bottom: 70px;
}
}
@media (max-width: 550px) {
.offset-bottom-250 {
padding-bottom: 53px;
}
}
@media (max-width: 769px) {
.container-fluid-md .container {
padding-left: 0;
padding-right: 0;
width: 100%;
}
.container-fluid-md.container-indent1-md {
padding-bottom: 0;
}
}
.video-services {
position: relative;
padding-bottom: 56.25%; height: 0;
}
.video-services iframe,
.video-services object,
.video-services embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}  .loader-wrapper.loader-off,
body.is-loaded .loader-wrapper {
opacity: 0;
visibility: hidden;
-webkit-transition: all 500ms linear 0s;
-moz-transition: all 500ms linear 0s;
-ms-transition: all 500ms linear 0s;
-o-transition: all 500ms linear 0s;
transition: all 500ms linear 0s;
}
.loader-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10000;
background-color: #ffffff;
opacity: 1;
-webkit-transition: all 500ms linear 0s;
-moz-transition: all 500ms linear 0s;
-ms-transition: all 500ms linear 0s;
-o-transition: all 500ms linear 0s;
transition: all 500ms linear 0s;
}
@keyframes loader {
0%,
10%,
100% {
width: 80px;
height: 80px;
}
65% {
width: 150px;
height: 150px;
}
}
@keyframes loaderBlock {
0%,
30% {
transform: rotate(0);
}
55% {
background-color: #fdc400;
}
100% {
transform: rotate(90deg);
}
}
@keyframes loaderBlockInverse {
0%,
20% {
transform: rotate(0);
}
55% {
background-color: #fdc400;
}
100% {
transform: rotate(-90deg);
}
}
.loader {
position: absolute;
top: 50%;
left: 50%;
width: 80px;
height: 80px;
margin-left: 0px;
margin-top: 0px;
transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
animation: loader 1.2s infinite ease-in-out;
}
.custom-loader {
position: absolute;
top: 50%;
left: 50%;
width: 80px;
height: 80px;
margin-left: 0px;
margin-top: 0px;
}
.loader span {
position: absolute;
display: block;
width: 40px;
height: 40px;
background-color: #fdc400;
animation: loaderBlock 1.2s infinite ease-in-out both;
}
.loader span:nth-child(1) {
top: 0;
left: 0;
}
.loader span:nth-child(2) {
top: 0;
right: 0;
animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.loader span:nth-child(3) {
bottom: 0;
left: 0;
animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.loader span:nth-child(4) {
bottom: 0;
right: 0;
} input:focus::-webkit-input-placeholder {
color: transparent;
}
input:focus:-moz-placeholder {
color: transparent;
}
input:focus::-moz-placeholder {
color: transparent;
}
input:focus:-ms-input-placeholder {
color: transparent;
}
textarea:focus::-webkit-input-placeholder {
color: transparent;
}
textarea:focus:-moz-placeholder {
color: transparent;
}
textarea:focus::-moz-placeholder {
color: transparent;
}
textarea:focus:-ms-input-placeholder {
color: transparent;
}
button {
outline: none;
} .list-radio {
margin: 0;
padding: 0;
line-height: 0;
font-size: 0;
}
.list-radio li {
display: inline-block;
}
.list-radio li:not(:last-child) {
margin-right: 35px;
} .radio {
display: block;
cursor: pointer;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
color: #5a5a5a;
padding-bottom: 7px;
}
.radio input {
width: 1px;
height: 1px;
opacity: 0;
}
.radio input:focus + .outer .inner {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.radio .outer {
width: 22px;
height: 22px;
display: block;
float: left;
margin: 0px 9px 0 0;
background-color: transparent;
border: 1px solid #e0e0e0;
backface-visibility: hidden;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.radio .inner {
width: 10px;
height: 10px;
top: 5px;
left: 5px;
display: block;
background-color: #919191;
opacity: 0;
position: relative;
-webkit-transform: scale(0);
transform: scale(0);
backface-visibility: hidden;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.radio input:checked + .outer .inner {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.radio:hover {
color: #fdc400;
}
.radio:hover .outer {
background-color: transparent;
border-color: #e0e0e0;
}
.radio:hover .inner {
-webkit-transform: scale(1);
transform: scale(1);
}
input[type="checkbox"]:checked ~ label .check {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}   .form-default .form-control,
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control {
border: 1px solid #dedede;
width: 100%;
font-size: 15px;
line-height: 1.3;
padding: 17px 18px 17px 18px;
outline: none;
background-color: #fff;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
display: inline-block;
}
html input[type="button"],
input[type="reset"],
input[type="submit"] {
display: inline-flex;
justify-content: center;
align-items: center;
background: #4d4d4d;
color: #ffffff;
border: none;
padding: 0 35px;
height: 50px;
font-size: 14px;
line-height: 1.1;
letter-spacing: 0.04em;
font-weight: 500;
text-transform: uppercase;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
html input[type="button"]:hover:not(.no-hover),
input[type="reset"]:hover:not(.no-hover),
input[type="submit"]:hover:not(.no-hover) {
background: #ffc219;
color: #2e2e2e;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control:focus,
.form-default .form-control:focus {
border-color: #fdc400;
}
.form-default .form-group,
.wpcf7-form .form-group {
padding-bottom: 10px;
}   .form-default-02.form-horizontal label {
font-weight: 300;
text-align: left;
font-size: 15px;
line-height: 1.1;
}
.form-default-02 .form-control {
border: 1px solid #dedede;
width: 100%;
font-size: 15px;
line-height: 1.3;
background: #fff;
padding: 12px 18px 13px 14px;
outline: none;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.form-default-02 .form-control:focus {
border-color: #fdc400;
}
.form-default-02 .form-group {
display: inline-block;
width: 100%;
padding-bottom: 8px;
}
.form-default-02 .form-group label {
font-weight: 500;
line-height: 44px;
}
.form-default-02 .btn-top {
margin-top: 37px;
}
@media (max-width: 601px) {
.form-default-02 .btn-top {
margin-top: 20px;
}
}
.form-default-02 .btn {
padding-left: 26px;
padding-right: 26px;
}
#contactform {
margin-top: 28px;
}
#contactform textarea {
min-height: 190px;
}
#contactform .btn {
margin-top: 7px;
}     body.open-menu {
width: 100%;
overflow: hidden;
}
body.open-menu .tt-menu.open-menu {
overflow-y: scroll !important;
}
@media (max-width: 700px) {
.tt-menu:not(.open-menu) {
height: 0 !important;
}
}
#tt-header {
position: relative;
z-index: 7;
}
#tt-header .tt-header-wrapper-top {
background: #383838;
}
#tt-header .tt-header-top address {
font-style: normal;
margin-bottom: 0;
}
#tt-header .tt-header-top {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
min-height: 47px;
padding: 3px 0 5px;
font-size: 15px;
}
#tt-header .tt-header-top .tt-box-phone,
#tt-header .tt-header-top .tt-box-email,
#tt-header .tt-header-top .tt-box-time,
#tt-header .tt-header-top .tt-box-location {
color: #ffffff;
}
#tt-header .tt-header-top .tt-box-phone i[class^="icon-"],
#tt-header .tt-header-top .tt-box-email i[class^="icon-"],
#tt-header .tt-header-top .tt-box-time i[class^="icon-"],
#tt-header .tt-header-top .tt-box-location i[class^="icon-"] {
margin-right: 10px;
position: relative;
top: 1px;
}
#tt-header .tt-header-top .tt-box-phone a,
#tt-header .tt-header-top .tt-box-email a,
#tt-header .tt-header-top .tt-box-time a,
#tt-header .tt-header-top .tt-box-location a {
color: #ffffff;
text-decoration: none;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
#tt-header .tt-header-top .tt-box-phone a:hover,
#tt-header .tt-header-top .tt-box-email a:hover,
#tt-header .tt-header-top .tt-box-time a:hover,
#tt-header .tt-header-top .tt-box-location a:hover {
color: #fdc400;
}
#tt-header .tt-header-top .tt-box-phone,
#tt-header .tt-header-top .tt-box-time,
#tt-header .tt-header-top .tt-box-email {
padding: 0 10px;
}
#tt-header .tt-header-top .tt-box-phone:hover i {
-webkit-animation: 0.1s tremor ease-out infinite;
animation: 0.1s tremor ease-out infinite;
}
@media (max-width: 1219px) {
#tt-header .tt-header-wrapper-top {
position: absolute;
top: -100%;
display: none;
background: #eff1f2;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
#tt-header .tt-header-wrapper-top .tt-header-top {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
#tt-header .tt-header-wrapper-top .tt-header-top address {
margin-top: 11px;
}
#tt-header .tt-header-wrapper-top .tt-header-top .tt-social-icon {
margin-top: 14px;
}
#tt-header .tt-header-wrapper-top .tt-header-top .tt-box-phone,
#tt-header .tt-header-wrapper-top .tt-header-top .tt-box-email,
#tt-header .tt-header-wrapper-top .tt-header-top .tt-box-time,
#tt-header .tt-header-wrapper-top .tt-header-top .tt-box-location {
font-size: 14px;
color: #383838;
}
#tt-header .tt-header-wrapper-top .tt-header-top .tt-box-phone a,
#tt-header .tt-header-wrapper-top .tt-header-top .tt-box-email a,
#tt-header .tt-header-wrapper-top .tt-header-top .tt-box-time a,
#tt-header .tt-header-wrapper-top .tt-header-top .tt-box-location a {
color: #383838;
text-decoration: none;
}
#tt-header .tt-header-wrapper-top .tt-header-top .tt-box-phone a:hover,
#tt-header .tt-header-wrapper-top .tt-header-top .tt-box-email a:hover,
#tt-header .tt-header-wrapper-top .tt-header-top .tt-box-time a:hover,
#tt-header .tt-header-wrapper-top .tt-header-top .tt-box-location a:hover {
color: #fdc400;
}
#tt-header .tt-header-wrapper-top .tt-header-top .tt-box-phone,
#tt-header .tt-header-wrapper-top .tt-header-top .tt-box-time,
#tt-header .tt-header-wrapper-top .tt-header-top .tt-box-email {
padding: 0 10px 0 0;
}
}
#tt-header .tt-header-top-toggle {
position: relative;
}
#tt-header .tt-header-top-toggle .btn-toggle {
display: none;
width: 100%;
height: 47px;
background: #383838;
color: #fff;
text-align: center;
z-index: 1;
position: relative;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
text-decoration: none;
}
#tt-header .tt-header-top-toggle .btn-toggle i {
line-height: 47px;
margin-left: -8px;
}
@media (max-width: 1219px) {
#tt-header .tt-header-top-toggle .btn-toggle {
display: block;
}
}
#tt-header .tt-header-top-toggle .btn-toggle:hover {
color: #fdc400;
}
#tt-header .tt-header-top-toggle .btn-extra {
position: absolute;
top: 7px;
right: 17px;
z-index: 2;
background: #fdc300;
color: #383838;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
font-family: "Roboto", sans-serif;
font-weight: bold;
padding: 0 18px;
font-size: 12px;
line-height: 1.2;
height: 33px;
display: inline-flex;
justify-content: center;
align-items: center;
border: none;
text-decoration: none;
}
@media (min-width: 1220px) {
#tt-header .tt-header-top-toggle .btn-extra {
display: none;
}
}
@media (max-width: 600px) {
#tt-header .tt-header-top-toggle .btn-extra {
font-size: 11px;
padding-top: 1px;
padding: 0 10px;
}
}
#tt-header.open .tt-header-wrapper-top {
position: relative;
top: 0;
display: block;
overflow: hidden;
}
#tt-header.open .tt-header-top-toggle .btn-toggle i {
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
@media (max-width: 700px) {
#tt-header .tt-header-wrapper-bottom {
min-height: 77px !important;
}
}
#tt-header .tt-header-bottom {
position: relative;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
@media (max-width: 1219px) {
#tt-header .tt-header-bottom {
padding-top: 18px;
padding-bottom: 0px;
}
}
@media (min-width: 1220px) {
#tt-header .tt-header-bottom {
min-height: 149px;
}
.tt-menu-stuck-row.stuck-is .tt-header-bottom {
min-height: auto !important;
}
}
@media (max-width: 700px) {
#tt-header .tt-header-bottom {
padding-bottom: 12px;
}
}
@media (max-width: 420px) {
#tt-header .tt-header-bottom {
padding-top: 13px;
padding-bottom: 15px;
}
}
@media (max-width: 1219px) {
#tt-header .tt-header-bottom {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
#tt-header .tt-header-bottom div[class^="col-"] {
width: 100%;
}
}
#tt-header .tt-logo {
position: relative;
height: 99px;
display: inline-block;
overflow: hidden;
top: 3px;
width: 335px;
}
#tt-header .tt-logo .logo-icon {
position: absolute;
z-index: 0;
}
#tt-header .tt-logo .logo-letter {
position: absolute;
z-index: 1;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
#tt-header .tt-logo .logo-text {
color: #393939;
font-weight: 500;
font-family: "Roboto", sans-serif;
display: block;
left: 96px;
font-size: 58px;
line-height: 1.1;
position: absolute;
letter-spacing: 0.05em;
}
#tt-header .tt-logo .slogan-text {
color: #ffffff;
display: inline-block;
position: relative;
top: 55px;
left: 86px;
letter-spacing: 0.06em;
}
#tt-header .tt-logo .slogan-text:before {
content: "";
display: block;
position: absolute;
z-index: 0;
top: 0;
left: 0;
width: 100%;
height: 29px;
text-align: center;
-o-transform: skewX(-45deg);
-ms-transform: skewX(-45deg);
-moz-transform: skewX(-45deg);
-webkit-transform: skewX(-45deg);
transform: skewX(-45deg);
background: #383838;
}
#tt-header .tt-logo .slogan-text span {
position: relative;
padding: 0px 28px;
z-index: 3;
top: 1px;
font-size: 18px;
line-height: 1.2;
font-weight: 500;
font-family: "Roboto", sans-serif;
}
#tt-header .tt-logo .slogan-text span:before,
#tt-header .tt-logo .slogan-text span:after {
content: "";
display: block;
position: absolute;
top: 50%;
margin-top: -2px;
width: 18px;
height: 3px;
background: #ffffff;
}
#tt-header .tt-logo .slogan-text span:before {
left: -1px;
}
#tt-header .tt-logo .slogan-text span:after {
right: -1px;
}
#tt-header .tt-logo:after {
content: "";
position: absolute;
top: -200%;
left: -210%;
width: 150%;
height: 240%;
opacity: 0;
transform: rotate(15deg);
background: rgba(255, 255, 255, 0.13);
background: linear-gradient(
to right,
rgba(255, 255, 255, 0.13) 0%,
rgba(255, 255, 255, 0.13) 77%,
rgba(255, 255, 255, 0.5) 92%,
rgba(255, 255, 255, 0) 100%
);
}
#tt-header .tt-logo:hover:after {
opacity: 1;
top: -30%;
left: -30%;
transition-property: left, top, opacity;
transition-duration: 0.7s, 0.7s, 0.15s;
transition-timing-function: ease;
}
#tt-header a {
text-decoration: none;
}
@media (max-width: 1219px) {
#tt-header .tt-logo {
height: 74px;
top: 0;
width: 235px;
}
#tt-header .tt-logo .logo-icon,
#tt-header .tt-logo .logo-letter {
max-height: 71px;
margin-top: 5px;
}
#tt-header .tt-logo .logo-text {
font-size: 46px;
left: 67px;
top: -4px;
}
#tt-header .tt-logo .slogan-text {
top: 44px;
left: 62px;
letter-spacing: 0.07em;
}
#tt-header .tt-logo .slogan-text:before {
height: 21px;
}
#tt-header .tt-logo .slogan-text span {
font-size: 13px;
top: -5px;
padding: 0px 21px;
letter-spacing: 0.04em;
}
#tt-header .tt-logo .slogan-text span:after,
#tt-header .tt-logo .slogan-text span:before {
height: 2px;
margin-top: -1px;
width: 13px;
}
}
@media (max-width: 420px) {
#tt-header .tt-logo {
height: 53px;
width: 165px;
}
#tt-header .tt-logo .logo-icon,
#tt-header .tt-logo .logo-letter {
max-height: 49px;
}
#tt-header .tt-logo .logo-icon {
margin-top: 4px;
}
#tt-header .tt-logo .logo-text {
font-size: 31px;
left: 49px;
top: 1px;
}
#tt-header .tt-logo .slogan-text {
top: 31px;
left: 43px;
letter-spacing: 0.07em;
}
#tt-header .tt-logo .slogan-text:before {
height: 15px;
}
#tt-header .tt-logo .slogan-text span {
font-size: 9px;
top: -9px;
padding: 0px 15px;
letter-spacing: 0.04em;
}
#tt-header .tt-logo .slogan-text span:after,
#tt-header .tt-logo .slogan-text span:before {
height: 2px;
margin-top: -1px;
width: 9px;
}
}
@media (min-width: 701px) {
#tt-header .tt-menu {
margin-top: 20px;
}
#tt-header .tt-menu > ul {
font-weight: 500;
text-transform: uppercase;
margin: 0;
padding: 0;
width: 100%;
padding-left: 8px;
font-family: "Roboto", sans-serif;
letter-spacing: 0.02em;
}
#tt-header .tt-menu > ul > li {
margin-top: 0;
display: inline-block;
float: left;
}
#tt-header .tt-menu > ul > li.current-menu-item a {
color: #fdc400;
text-decoration: none;
}
#tt-header .tt-menu > ul > li > a {
position: relative;
display: inline-block;
outline: none;
overflow: hidden;
padding: 4px 20px;
font-weight: bold;
color: #393939;
text-decoration: none;
}
#tt-header .tt-menu > ul > li > a span {
position: relative;
display: inline-block;
transition: transform 0.3s ease-in-out;
}
#tt-header .tt-menu > ul > li > a span:before {
position: absolute;
top: 100%;
content: attr(data-hover);
transform: translate3d(0, 0, 0);
}
#tt-header .tt-menu > ul > li.is-hover > a,
#tt-header .tt-menu > ul > li.active > a {
color: #fdc400;
text-decoration: none;
}
#tt-header .tt-menu > ul > li.is-hover:not(.current_page_item) > a span,
#tt-header .tt-menu > ul > li.active:not(.current_page_item) > a span {
transform: translateY(-100%);
}
#tt-header .tt-menu > ul > li > ul {
visibility: hidden;
opacity: 0;
top: 0;
text-align: left;
position: absolute;
width: 310px;
background: #fff;
top: 67px;
-webkit-box-shadow: 0px 8px 36px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 8px 36px rgba(0, 0, 0, 0.2);
box-shadow: 0px 8px 36px rgba(0, 0, 0, 0.2);
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
#tt-header .tt-menu > ul > li > ul li {
list-style: none;
margin-top: 0;
}
#tt-header .tt-menu > ul > li.megamenu {
position: inherit;
}
#tt-header .tt-menu > ul > li.megamenu > ul {
left: 0;
width: 100%;
}
#tt-header .tt-menu > ul > li.is-subMenu .tt-icon-subMenu {
position: relative;
top: -13px;
font-size: 11px;
color: #393939;
font-weight: bold;
font-style: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
text-shadow: 0px 0px #393939;
}
#tt-header .tt-menu > ul > li:last-child > a {
padding-right: 0;
}
#tt-header .tt-menu > ul > li:first-child > a {
padding-left: 0;
}
#tt-header .tt-menu > ul > li.is-subMenu > a {
padding-right: 4px;
}
#tt-header .tt-menu > ul > li.is-hover > a {
color: #fdc400;
}
#tt-header .tt-menu > ul > li.is-hover > ul {
opacity: 1;
visibility: visible;
top: 60px;
padding: 0;
margin: 0;
}
#tt-header .tt-menu > ul > li.is-hover > ul a {
color: #393939;
display: block;
text-decoration: none;
}
#tt-header .tt-menu > ul > li.is-hover > ul a a:hover {
color: #fdc400;
}
#tt-header .tt-menu > ul .sub-menu {
padding: 0;
}
#tt-header .tt-menu > ul .sub-menu li a {
padding: 12px 10px 10px 31px;
font-size: 16px;
display: block;
position: relative;
overflow: hidden;
text-decoration: none;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
#tt-header .tt-menu > ul .sub-menu li a:before {
content: "\e90c";
font-family: "driving";
display: block;
left: -20px;
top: 18px;
font-size: 14px;
line-height: 1.1;
position: absolute;
color: #fff;
opacity: 0;
-webkit-transition: 0.1s 0.2s linear;
-moz-transition: 0.1s 0.2s linear;
-ms-transition: 0.1s 0.2s linear;
-o-transition: 0.1s 0.2s linear;
}
#tt-header .tt-menu > ul .sub-menu li{
position: relative;
}
#tt-header .tt-menu > ul .sub-menu li a:hover {
background: #fdc400;
color: #ffffff;
}
#tt-header .tt-menu > ul .sub-menu li a:hover:before {
opacity: 1;
left: 6px;
}
#tt-header .tt-menu > ul .sub-menu li.active a {
background: #fdc400;
color: #ffffff;
text-decoration: none;
}
#tt-header .tt-menu > ul .sub-menu li.active a:before {
opacity: 1;
left: 6px;
}
#tt-header .tt-menu > ul .sub-menu li:not(:last-child) {
border-bottom: 1px solid #edeff1;
}
#tt-header .tt-menu > ul .sub-menu .menu-item-depth-1:hover > ul {
opacity: 1;
top: 0;
visibility: visible;
}
#tt-header .tt-menu > ul .sub-menu .menu-depth-2 {
position: absolute;
left: 100%;
top: 5px;
background: #fff;
box-shadow: 1px 2px 11px #c7c7c7;
width: 240px;
opacity: 0;
-webkit-transition: 0.1s 0.2s linear;
-moz-transition: 0.1s 0.2s linear;
-ms-transition: 0.1s 0.2s linear;
-o-transition: 0.1s 0.2s linear;
z-index: 99;
visibility: hidden;
}
#tt-header .tt-menu > ul .sub-menu .menu-depth-3 {
position: absolute;
left: 100%;
top: 5px;
background: #fff;
box-shadow: 1px 2px 11px #c7c7c7;
width: 240px;
opacity: 0;
-webkit-transition: 0.1s 0.2s linear;
-moz-transition: 0.1s 0.2s linear;
-ms-transition: 0.1s 0.2s linear;
-o-transition: 0.1s 0.2s linear;
visibility: hidden;
}
#tt-header .tt-menu > ul .sub-menu > .menu-item-depth-2:hover .menu-depth-3 {
opacity: 1;
top: 0;
visibility: visible;
}
}
@media (min-width: 701px) and (max-width: 1219px) {
#tt-header .tt-menu > ul {
padding-left: 4px;
}
}
@media (min-width: 701px) and (max-width: 1219px) {
#tt-header .tt-menu > ul > li > a {
font-size: 16px;
}
}
@media (min-width: 701px) and (max-width: 1219px) {
#tt-header .tt-menu > ul > li > a {
padding: 4px 16px;
}
}
@media (min-width: 701px) and (max-width: 1024px) {
#tt-header .tt-menu > ul > li > a {
padding: 4px 10px;
}
}
@media (min-width: 701px) and (max-width: 1219px) {
#tt-header .tt-menu > ul > li.is-hover > ul {
top: 48px;
}
}
@media (min-width: 701px) and (max-width: 1219px) {
#tt-header .tt-menu {
margin-top: 3px;
}
}
@media (max-width: 700px) {
#tt-header .tt-menu {
overflow: hidden;
height: 0;
margin: 0px -15px 0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
font-family: "Roboto", sans-serif;
font-weight: bold;
text-transform: uppercase;
}
#tt-header .tt-menu:before {
content: "";
height: 7px;
position: absolute;
top: 0;
width: 100%;
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), white 20%);
background: -o-linear-gradient(top, rgba(255, 255, 255, 0), white 20%);
background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), white 20%);
background: linear-gradient(to top, rgba(255, 255, 255, 0), white 20%);
}
#tt-header .tt-menu.open-menu {
display: block;
height: 100vh;
}
#tt-header .tt-menu ul {
margin: 7px 0 0 0;
padding: 0;
list-style: none;
}
#tt-header .tt-menu ul li {
border-bottom: 1px solid #edeff1;
}
#tt-header .tt-menu ul li a {
display: block;
padding: 11px 11px 9px 16px;
font-size: 16px;
}
#tt-header .tt-menu ul li.is-subMenu .tt-icon-subMenu {
display: inline-block;
font-family: "driving" !important;
speak: none;
position: absolute;
top: 0;
font-size: 11px;
color: #393939;
font-weight: bold;
font-style: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
text-shadow: 0px 0px #393939;
right: 0;
width: 48px;
height: 48px;
text-align: center;
line-height: 48px;
}
#tt-header .tt-menu ul li.is-hover > a,
#tt-header .tt-menu ul li.active > a {
color: #fdc400;
}
#tt-header .tt-menu ul ul {
display: none;
}
#tt-header .tt-menu ul ul a {
background: #eff1f2;
}
}
#tt-header .tt-toggle-menu {
display: block;
position: absolute;
right: 18px;
top: 37px;
width: 36px;
height: 35px;
font-size: 23px;
line-height: 32px;
color: #383838;
text-align: center;
cursor: pointer;
z-index: 7;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
#tt-header .tt-toggle-menu.active {
color: #fdc400;
}
@media (min-width: 701px) {
#tt-header .tt-toggle-menu {
display: none;
}
}
@media (max-width: 700px) {
#tt-header .tt-toggle-menu {
display: block;
}
}
@media (max-width: 420px) {
#tt-header .tt-toggle-menu {
top: 29px;
}
}
#tt-header .tt-social-icon {
margin: 4px 0 0 0;
}
#tt-header .tt-social-icon li {
display: inline-block;
margin: 0 13px;
}
#tt-header .tt-social-icon li:first-child {
margin-left: 0;
}
#tt-header .tt-social-icon li:last-child {
margin-right: 0;
}
#tt-header .tt-social-icon a {
text-decoration: none;
color: #ffffff;
position: relative;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
#tt-header .tt-social-icon a:hover {
color: #fdc400;
}
@media (max-width: 1219px) {
#tt-header .tt-social-icon a {
color: #383838;
}
#tt-header .tt-social-icon a:hover {
color: #fdc400;
}
}
#tt-header .tt-menu-stuck-row {
width: 100%;
position: fixed;
backface-visibility: hidden;
top: -100px;
z-index: 8;
background: #ffffff;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
min-height: 59px;
opacity: 0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.admin-bar .tt-menu-stuck-row.stuck-is {
margin-top: 32px;
}
#tt-header .tt-menu-stuck-row.stuck-is {
top: 0px;
opacity: 1;
}
#tt-header .tt-menu-stuck-row .tt-menu {
text-align: left;
margin-top: -8px;
}
@media (max-width: 700px) {
#tt-header .tt-menu-stuck-row .tt-menu {
margin-top: 10px !important;
}
.admin-bar .tt-menu-stuck-row.stuck-is {
margin-top: 46px;
}
}
@media (max-width: 600px) {
.admin-bar .tt-menu-stuck-row.stuck-is {
margin-top: 0px;
}
}
#tt-header .tt-menu-stuck-row .tt-toggle-menu {
top: 17px;
}
#tt-header .tt-menu-stuck-row .tt-logo {
height: 51px;
width: 165px;
}
#tt-header .tt-menu-stuck-row .tt-logo .logo-icon,
#tt-header .tt-menu-stuck-row .tt-logo .logo-letter {
max-height: 49px;
}
#tt-header .tt-menu-stuck-row .tt-logo .logo-text {
font-size: 24px;
left: 45px;
top: 1px;
}
#tt-header .tt-menu-stuck-row .tt-logo .slogan-text {
top: 27px;
left: 40px;
letter-spacing: 0.07em;
}
#tt-header .tt-menu-stuck-row .tt-logo .slogan-text:before {
height: 15px;
}
#tt-header .tt-menu-stuck-row .tt-logo .slogan-text span {
font-size: 9px;
top: -9px;
padding: 0px 15px;
letter-spacing: 0.04em;
}
#tt-header .tt-menu-stuck-row .tt-logo .slogan-text span:after,
#tt-header .tt-menu-stuck-row .tt-logo .slogan-text span:before {
height: 2px;
margin-top: -1px;
width: 9px;
}
#tt-header .tt-menu-stuck-row .tt-header-bottom {
padding-top: 9px;
padding-bottom: 0px;
}
#tt-header .tt-menu-stuck-row .tt-btn-box {
margin-top: 15px;
margin-bottom: 15px;
}
#tt-header .tt-menu-stuck-row .tt-btn-box .btn {
padding-left: 36px;
padding-right: 36px;
height: 44px;
}
@media (min-width: 701px) {
#tt-header .tt-menu-stuck-row .tt-header-bottom {
height: auto;
padding-top: 0;
padding-bottom: 0;
}
#tt-header .tt-menu-stuck-row .col-logo {
display: none;
}
#tt-header .tt-menu-stuck-row .col-menu {
width: 100%;
}
#tt-header .tt-menu-stuck-row .tt-menu {
margin-top: 17px;
}
#tt-header .tt-menu-stuck-row .tt-menu > ul {
padding-left: 1px;
}
}
@media (max-width: 700px) {
#tt-header .tt-menu-stuck-row .tt-logo .logo-icon {
margin-top: 3px;
}
#tt-header .tt-menu-stuck-row .tt-logo .logo-letter {
margin-top: 4px;
}
#tt-header .tt-menu-stuck-row .tt-logo .logo-text {
font-size: 31px;
left: 49px;
}
#tt-header .tt-menu-stuck-row .tt-logo .slogan-text {
top: 31px;
left: 42px;
}
}
@media (max-width: 1024px) {
#tt-header .tt-menu-stuck-row .tt-btn-box {
margin-top: 15px;
margin-bottom: 15px;
}
#tt-header .tt-menu-stuck-row .tt-btn-box .btn {
padding-left: 20px;
padding-right: 20px;
height: 44px;
}
}
@media (max-width: 991px) {
#tt-header .tt-menu-stuck-row .tt-menu {
margin-top: 12px;
}
#tt-header .tt-menu-stuck-row .col-logo {
width: 100%;
}
#tt-header .tt-menu-stuck-row .col-xs-2 {
display: none;
}
}
.tt-social-icon {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
padding: 0;
}
.tt-social-icon a {
font-size: 16px;
line-height: 1.2;
margin: 0 12px;
text-decoration: none;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.tt-social-icon a:first-child {
margin-left: 0;
}
.tt-social-icon a:last-child {
margin-right: 0;
} #tt-footer {
background: url(//fahrschule-jam.de/wp-content/themes/dricub-driving-school/images/tt-foter-bg.jpg) top center repeat;
position: relative;
color: #b5b5b5;
padding: 104px 0 40px 0;
min-height: 300px;
}
#tt-footer:not([class^="offset-"]) {
margin-top: 140px;
}
@media (max-width: 768px) {
#tt-footer:not([class^="offset-"]) {
margin-top: 93px;
}
.home #tt-footer:not([class^="offset-"]) {
margin-top: 0;
}
#tt-header .tt-menu ul li {
margin-top: 0;
position: relative;
}
}
@media (max-width: 991px) {
#tt-footer {
padding-bottom: 90px;
}
}
@media (max-width: 768px) {
#tt-footer {
padding-top: 81px;
}
}
@media (min-width: 1050px) {
#tt-footer:before {
content: "";
display: block;
position: absolute;
right: 0;
top: 0;
z-index: 0;
}
}
#tt-footer:after {
content: "";
display: block;
position: absolute;
right: 0;
top: 15px;
z-index: 1;
height: 4px;
width: 100%;
background: #fdc400;
}
#tt-footer .container {
position: relative;
z-index: 2;
}
#tt-footer .tt-logo {
position: relative;
height: 68px;
display: inline-block;
overflow: hidden;
width: 221px;
}
#tt-footer .tt-logo .logo-icon {
position: absolute;
z-index: 0;
max-height: 69px;
margin-top: 2px;
}
#tt-footer .tt-logo .logo-letter {
position: absolute;
z-index: 1;
max-height: 69px;
margin-top: 2px;
}
#tt-footer .tt-logo .logo-text {
color: #ffffff;
font-weight: 500;
font-family: "Roboto", sans-serif;
display: block;
left: 66px;
margin-top: -3px;
font-size: 42px;
line-height: 1;
position: absolute;
letter-spacing: 0.01em;
}
#tt-footer .tt-logo .slogan-text {
color: #ffffff;
display: inline-block;
position: relative;
top: 40px;
left: 61px;
letter-spacing: 0.06em;
}
#tt-footer .tt-logo .slogan-text:before {
content: "";
display: block;
position: absolute;
z-index: 0;
top: 0;
left: 0;
width: 100%;
height: 21px;
text-align: center;
-o-transform: skewX(-45deg);
-ms-transform: skewX(-45deg);
-moz-transform: skewX(-45deg);
-webkit-transform: skewX(-45deg);
transform: skewX(-45deg);
background: #383838;
}
#tt-footer .tt-logo .slogan-text span {
position: relative;
padding: 0px 18px;
z-index: 3;
top: -5px;
font-size: 12px;
line-height: 1.2;
font-weight: 500;
font-family: "Roboto", sans-serif;
}
#tt-footer .tt-logo .slogan-text span:before,
#tt-footer .tt-logo .slogan-text span:after {
content: "";
display: block;
position: absolute;
top: 50%;
width: 11px;
height: 2px;
margin-top: -2px;
background: #ffffff;
}
#tt-footer .tt-logo .slogan-text span:before {
left: 0px;
}
#tt-footer .tt-logo .slogan-text span:after {
right: 0px;
}
@media (max-width: 550px) {
#tt-footer .tt-logo .logo-icon {
max-height: 54px;
margin-top: 3px;
}
#tt-footer .tt-logo .logo-letter {
max-height: 54px;
margin-left: -2px;
margin-top: 3px;
}
#tt-footer .tt-logo .logo-text {
font-size: 35px;
left: 52px;
margin-top: -2px;
}
#tt-footer .tt-logo .slogan-text {
top: 34px;
left: 48px;
letter-spacing: normal;
}
#tt-footer .tt-logo .slogan-text:before {
height: 16px;
}
#tt-footer .tt-logo .slogan-text span {
font-size: 10px;
top: -9px;
padding-left: 13px;
padding-right: 13px;
letter-spacing: 0.06em;
}
#tt-footer .tt-logo .slogan-text span:before,
#tt-footer .tt-logo .slogan-text span:after {
width: 7px;
margin-top: -1px;
}
}
#tt-footer .tt-footer-box-info {
font-size: 15px;
line-height: 1.6;
margin-top: 29px;
color: #b5b5b5;
padding-right: 15px;
}
#tt-footer .title-aside {
font-size: 22px;
line-height: 1.1;
letter-spacing: -0.01em;
color: #fdc400;
font-family: "Roboto", sans-serif;
font-weight: 500;
margin: 0;
padding: 0 0 27px 0;
}
#tt-footer ul {
list-style: none;
margin: 0;
padding: 0;
}
#tt-footer ul.menu li a {
color: #dcdcdc;
text-decoration: none;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
#tt-footer ul.menu li a:hover {
color: #fdc400;
}
#tt-footer ul.menu li:first-child {
margin-top: 0;
}
#tt-footer ul.menu li:not(:first-child) {
margin-top: 10px;
}
.social-services iframe.twitter-timeline {
max-width: 360px !important;
}
#tt-footer .tt-social-icon {
margin-top: 4px;
margin-bottom: 16px;
}
#tt-footer .tt-social-icon li,
#tt-footer .tt-social-icon a {
width: 40px;
height: 40px;
display: inline-block;
position: relative;
text-align: center;
line-height: 45px;
text-decoration: none;
}
#tt-footer .tt-social-icon i {
position: relative;
color: #181818;
font-size: 19px;
margin-left: -1px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
#tt-footer .tt-social-icon a:before {
content: "";
width: 40px;
height: 40px;
display: block;
position: absolute;
top: 0;
left: 0;
z-index: 0;
background: #fdc400;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
#tt-footer .tt-social-icon li {
padding: 0 30px;
cursor: default;
margin-top: 0;
}
#tt-footer .tt-social-icon li:hover a:before {
background: #ffffff;
}
#tt-footer .tt-social-icon li:hover i {
color: #fdc400;
}
#tt-footer .tt-baner-01 {
background: #ffffff;
display: inline-block;
width: 271px;
margin-top: 40px;
text-align: center;
position: relative;
overflow: hidden;
padding: 7px 0 12px 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
@media (max-width: 768px) {
#tt-footer .tt-baner-01 {
margin-top: 31px;
}
}
#tt-footer .tt-baner-01 .tt-logo-banner {
position: relative;
height: 63px;
display: inline-block;
overflow: hidden;
width: 200px;
margin: 0 auto;
text-align: left;
}
#tt-footer .tt-baner-01 .tt-logo-banner .logo-icon {
position: absolute;
z-index: 0;
max-height: 63px;
}
#tt-footer .tt-baner-01 .tt-logo-banner .logo-letter {
position: absolute;
z-index: 1;
max-height: 63px;
}
#tt-footer .tt-baner-01 .tt-logo-banner .logo-text {
color: #393939;
font-weight: 500;
font-family: "Roboto", sans-serif;
display: block;
left: 59px;
top: 2px;
font-size: 40px;
line-height: 1;
margin-top: -5px;
position: absolute;
letter-spacing: 0.01em;
}
#tt-footer .tt-baner-01 .tt-logo-banner .slogan-text {
color: #ffffff;
display: inline-block;
position: relative;
top: 36px;
left: 54px;
letter-spacing: 0.06em;
}
#tt-footer .tt-baner-01 .tt-logo-banner .slogan-text:before {
content: "";
display: block;
position: absolute;
z-index: 0;
top: 0;
left: 0;
width: 100%;
height: 18px;
text-align: center;
-o-transform: skewX(-45deg);
-ms-transform: skewX(-45deg);
-moz-transform: skewX(-45deg);
-webkit-transform: skewX(-45deg);
transform: skewX(-45deg);
background: #383838;
}
#tt-footer .tt-baner-01 .tt-logo-banner .slogan-text span {
position: relative;
padding: 0px 18px;
z-index: 3;
top: -7px;
font-size: 11px;
line-height: 1.2;
font-weight: 500;
font-family: "Roboto", sans-serif;
}
#tt-footer .tt-baner-01 .tt-logo-banner .slogan-text span:before,
#tt-footer .tt-baner-01 .tt-logo-banner .slogan-text span:after {
content: "";
display: block;
position: absolute;
top: 50%;
width: 11px;
height: 2px;
margin-top: -1px;
background: #ffffff;
}
#tt-footer .tt-baner-01 .tt-logo-banner .slogan-text span:before {
left: -1px;
}
#tt-footer .tt-baner-01 .tt-logo-banner .slogan-text span:after {
right: -1px;
}
#tt-footer .tt-baner-01 address {
color: #2b2b2b;
font-size: 12px;
line-height: 1.3;
padding: 0 10px;
font-style: normal;
margin-bottom: 0;
margin-top: 8px;
}
#tt-footer .tt-baner-01 address span.tel {
display: block;
font-family: "Roboto", sans-serif;
color: #1d1d1d;
font-size: 21px;
padding-bottom: 6px;
font-weight: 500;
}
#tt-footer .tt-baner-01 address span.tel a {
display: inline-block;
position: relative;
z-index: 7;
color: #1d1d1d;
text-decoration: none;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
#tt-footer .tt-baner-01 address span.tel a:hover i {
-webkit-animation: 0.1s tremor ease-out infinite;
animation: 0.1s tremor ease-out infinite;
}
#tt-footer .tt-baner-01 address span.tel i {
color: #fdc400;
margin-right: 7px;
font-size: 20px;
display: inline-block;
}
#tt-footer .tt-baner-01:after {
content: "";
position: absolute;
top: -200%;
left: -210%;
width: 150%;
height: 240%;
opacity: 0;
transform: rotate(15deg);
background: rgba(255, 255, 255, 0.13);
background: linear-gradient(
to right,
rgba(255, 255, 255, 0.13) 0%,
rgba(255, 255, 255, 0.13) 77%,
rgba(255, 255, 255, 0.5) 92%,
rgba(255, 255, 255, 0) 100%
);
}
#tt-footer .tt-baner-01:hover:after {
opacity: 1;
top: -30%;
left: -30%;
transition-property: left, top, opacity;
transition-duration: 0.7s, 0.7s, 0.15s;
transition-timing-function: ease;
}
#tt-footer .tt-footer-copyright {
color: #ffffff;
font-size: 16px;
margin: 27px 0 0 0;
font-weight: lighter;
}
#tt-footer .col-list {
position: relative;
}
#tt-footer .col-list:before {
content: "";
display: block;
left: 50%;
top: 10px;
position: absolute;
width: 1px;
height: 100%;
margin-left: -24px;
z-index: 1;
background-color: rgba(208, 208, 208, 0.2);
}
#tt-footer .col-list .extra-indent {
padding: 8px 0 0 78px;
}
.footer-before-space {
margin-bottom: 140px;
display: block;
width: 100%;
clear: both;
}
@media (max-width: 767px) {
#custom_html-3 .col-xs-12.extra-indent,
#custom_html-4 .col-xs-12.extra-indent {
margin-top: 50px;
}
}
@media (min-width: 1219px) {
#tt-footer .col-promo {
text-align: right;
}
#tt-footer .col-promo .tt-social-icon {
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
margin-right: 17px;
}
}
@media (max-width: 1220px) {
#tt-footer .col-logo {
text-align: center;
}
#tt-footer .col-logo .tt-logo {
margin: 0 auto;
text-align: left;
}
#tt-footer .col-list {
margin-top: 40px;
}
#tt-footer .col-list:before {
margin-left: 0;
top: 0;
}
#tt-footer .col-list .extra-indent {
text-align: center;
padding: 0;
}
#tt-footer .col-promo {
text-align: center;
}
#tt-footer .tt-footer-copyright {
text-align: center;
margin-top: 40px;
}
#tt-footer .tt-social-icon {
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 40px;
margin-left: -41px;
}
}
@media (max-width: 767px) {
#tt-footer .col-list:before {
display: none;
}
#tt-footer .col-list .extra-indent:not(:first-child) {
margin-top: 40px;
}
#tt-footer .tt-footer-copyright {
margin-top: 24px;
}
} .mainSlider .slide .img--holder {
background-size: cover;
background-position: center bottom;
background-repeat: no-repeat;
}
@media (max-width: 1024px) and (min-width: 767px) {
.mainSlider .slide .img--holder {
height: 500px !important;
}
}
@media (max-width: 769px) {
.mainSlider .slide .img--holder {
height: 325px !important;
}
}
@media (max-width: 550px) {
.mainSlider .slide .img--holder {
height: 240px !important;
}
}
@media (max-width: 420px) {
.mainSlider .slide .img--holder {
height: 159px !important;
}
}
.mainSlider .slide .slide-content {
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 100;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.mainSlider .slide .slide-content div[class^="tp-caption-"] {
color: #fff;
font-family: "Roboto", sans-serif;
text-align: left;
}
.mainSlider .slide .slide-content .tp-caption-01-01 {
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
line-height: 1.1;
letter-spacing: 0.01em;
font-weight: 400;
margin-left: 4.5%;
}
.mainSlider .slide .slide-content .tp-caption-01-02 {
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
line-height: 1.12;
font-weight: 400;
letter-spacing: -0.03em;
margin-left: 4.5%;
}
@media (min-width: 1200px) {
.mainSlider .slide .slide-content .tp-caption-01-01,
.mainSlider .slide .slide-content .tp-caption-01-01-bottom {
font-size: 30px;
margin-left: 8.5%;
}
.mainSlider .slide .slide-content .tp-caption-01-02 {
font-size: 80px;
margin-top: 27px;
margin-left: 8.5%;
}
.mainSlider .slide .slide-content .tp-caption-01-02 span {
font-size: 80px;
}
}
@media (max-width: 1200px) and (min-width: 1000px) {
.mainSlider .slide .slide-content .tp-caption-01-01 {
font-size: 28px;
}
.mainSlider .slide .slide-content .tp-caption-01-02 {
font-size: 70px;
margin-top: 35px;
}
.mainSlider .slide .slide-content .tp-caption-01-02 span {
font-size: 70px;
}
}
@media (max-width: 1000px) and (min-width: 767px) {
.mainSlider .slide .slide-content .tp-caption-01-01 {
font-size: 23px;
}
.mainSlider .slide .slide-content .tp-caption-01-02 {
font-size: 55px;
margin-top: 20px;
}
.mainSlider .slide .slide-content .tp-caption-01-02 span {
font-size: 55px;
}
}
@media (max-width: 767px) and (min-width: 551px) {
.mainSlider .slide .slide-content .tp-caption-01-01 {
font-size: 18px;
}
.mainSlider .slide .slide-content .tp-caption-01-02 {
font-size: 47px;
margin-top: 20px;
line-height: 1.1;
letter-spacing: 0.02em;
}
.mainSlider .slide .slide-content .tp-caption-01-02 span {
font-size: 47px;
}
}
@media (max-width: 550px) and (min-width: 421px) {
.mainSlider .slide .slide-content .tp-caption-01-01 {
font-size: 19px;
}
.mainSlider .slide .slide-content .tp-caption-01-02 {
font-size: 38px;
margin-top: 10px;
}
.mainSlider .slide .slide-content .tp-caption-01-02 span {
font-size: 38px;
}
}
@media (max-width: 420px) and (min-width: 220px) {
.mainSlider .slide .slide-content .tp-caption-01-01 {
font-size: 17px;
}
.mainSlider .slide .slide-content .tp-caption-01-02 {
font-size: 28px;
margin-top: 10px;
}
.mainSlider .slide .slide-content .tp-caption-01-02 span {
font-size: 28px;
}
}
.mainSlider .slide .slide-content .tp-caption-02-01 {
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
line-height: 1.1;
letter-spacing: 0.01em;
font-weight: 400;
margin-left: 4.5%;
}
.mainSlider .slide .slide-content .tp-caption-02-02 {
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
line-height: 1.12;
letter-spacing: 0.01em;
font-weight: 400;
margin-left: 4.5%;
}
@media (min-width: 1200px) {
.mainSlider .slide .slide-content .tp-caption-02-01 {
font-size: 30px;
margin-top: 22px;
margin-left: 8.5%;
}
.mainSlider .slide .slide-content .tp-caption-02-02 {
font-size: 80px;
margin-left: 8.2%;
letter-spacing: -0.03em;
}
.mainSlider .slide .slide-content .tp-caption-02-02 span {
font-size: 80px;
}
}
@media (max-width: 1200px) and (min-width: 1000px) {
.mainSlider .slide .slide-content .tp-caption-02-01 {
font-size: 28px;
margin-top: 15px;
}
.mainSlider .slide .slide-content .tp-caption-02-02 {
font-size: 70px;
}
.mainSlider .slide .slide-content .tp-caption-02-02 span {
font-size: 70px;
}
}
@media (max-width: 1000px) and (min-width: 767px) {
.mainSlider .slide .slide-content .tp-caption-02-01 {
font-size: 23px;
margin-top: 10px;
}
.mainSlider .slide .slide-content .tp-caption-02-02 {
font-size: 55px;
}
.mainSlider .slide .slide-content .tp-caption-02-02 span {
font-size: 55px;
}
}
@media (max-width: 767px) and (min-width: 551px) {
.mainSlider .slide .slide-content .tp-caption-02-01 {
font-size: 18px;
margin-top: 20px;
}
.mainSlider .slide .slide-content .tp-caption-02-02 {
font-size: 47px;
margin-top: 0px;
line-height: 1.1;
letter-spacing: 0.02em;
}
.mainSlider .slide .slide-content .tp-caption-02-02 span {
font-size: 47px;
}
}
@media (max-width: 550px) and (min-width: 421px) {
.mainSlider .slide .slide-content .tp-caption-02-01 {
font-size: 19px;
}
.mainSlider .slide .slide-content .tp-caption-02-02 {
font-size: 38px;
letter-spacing: 0.02em;
}
.mainSlider .slide .slide-content .tp-caption-02-02 span {
font-size: 38px;
}
}
@media (max-width: 420px) and (min-width: 220px) {
.mainSlider .slide .slide-content .tp-caption-02-01 {
font-size: 17px;
}
.mainSlider .slide .slide-content .tp-caption-02-02 {
font-size: 28px;
letter-spacing: 0.02em;
}
.mainSlider .slide .slide-content .tp-caption-02-02 span {
font-size: 28px;
}
}
@media (max-width: 767px) {
.mainSlider .slide .container {
width: 100%;
}
}
.mainSlider .slick-arrow {
position: absolute;
top: 50%;
margin-top: -18px;
z-index: 7;
font-size: 0;
line-height: 0;
background: none;
border: none;
color: #fff;
}
.mainSlider .slick-arrow:hover {
color: #fdc400;
}
.mainSlider .slick-arrow:before {
font-family: "driving";
display: block;
font-size: 40px;
line-height: 1em;
}
.mainSlider .slick-prev {
left: 20px;
}
.mainSlider .slick-prev:before {
content: "\e90d";
}
.mainSlider .slick-next {
right: 20px;
}
.mainSlider .slick-next:before {
content: "\e90c";
}
.fadeInLeftSm {
-webkit-animation-name: fadeInLeftSm;
animation-name: fadeInLeftSm;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
.fadeInRightSm {
-webkit-animation-name: fadeInRightSm;
animation-name: fadeInRightSm;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
.fadeInUpSm {
-webkit-animation-name: fadeInUpSm;
animation-name: fadeInUpSm;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
.animated.fadeInLeftSm,
.animated.fadeInRightSm,
.animated.fadeInUpSm {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
}
@-webkit-keyframes fadeInUpSm {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 50%, 0);
transform: translate3d(0, 50%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpSm {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 50%, 0);
transform: translate3d(0, 50%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@-webkit-keyframes fadeInLeftSm {
0% {
opacity: 0;
-webkit-transform: translate3d(-20%, 0, 0);
transform: translate3d(-20%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftSm {
0% {
opacity: 0;
-webkit-transform: translate3d(-20%, 0, 0);
transform: translate3d(-20%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@-webkit-keyframes fadeInRightSm {
from {
opacity: 0;
-webkit-transform: translate3d(20%, 0, 0);
transform: translate3d(20%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightSm {
from {
opacity: 0;
-webkit-transform: translate3d(20%, 0, 0);
transform: translate3d(20%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
} .breadcrumbs {
position: relative;
margin-bottom: 129px;
}
.breadcrumbs:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
border-top: 1px solid #cfcfcf;
z-index: 2;
}
.breadcrumbs:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
border-top: 5px solid #ebebeb;
z-index: 1;
}
.breadcrumb {
font-size: 14px;
line-height: 1.1;
margin-top: 28px;
color: #5a5a5a;
}
.breadcrumbs .breadcrumb span[typeof="v:Breadcrumb"] a {
color: #5a5a5a;
display: inline-block;
padding: 0px 14px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
text-decoration: none;
}
.breadcrumbs .breadcrumb span[typeof="v:Breadcrumb"] a:first-child {
padding-left: 0;
}
.breadcrumbs .breadcrumb span[typeof="v:Breadcrumb"] a:hover {
color: #fdc400;
}
.breadcrumbs .breadcrumb span[typeof="v:Breadcrumb"] > a:not(:nth-of-type(1)),
.breadcrumbs .breadcrumb span[typeof="v:Breadcrumb"] > a + span {
padding: 0 7px 0 28px;
position: relative;
}
.breadcrumbs
.breadcrumb
span[typeof="v:Breadcrumb"]
a:not(:nth-of-type(1))::before,
.breadcrumbs .breadcrumb span[typeof="v:Breadcrumb"] a + span:before {
content: "\e90c";
font-size: 8px;
color: #5a5a5a;
font-family: "driving";
display: inline-block;
position: absolute;
left: 1px;
top: 6px;
}
@media (max-width: 991px) {
.breadcrumbs {
margin-bottom: 39px;
}
}
@media (max-width: 767px) {
.breadcrumbs {
margin-bottom: 43px;
}
} .calendar_wrap {
padding: 0px;
margin-top: 0px;
direction: ltr;
}
.calendar_wrap table {
border-collapse: separate;
border-spacing: 3px;
}
.calendar_wrap-inline {
width: 100%;
}
.calendar_wrap.calendar_wrap-rtl {
direction: rtl;
}
.calendar_wrap.calendar_wrap-rtl table tr td span {
float: right;
}
.calendar_wrap-dropdown {
top: 0;
left: 0;
}
.calendar_wrap-dropdown:before {
content: "";
display: inline-block;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #ccc;
border-bottom-color: rgba(0, 0, 0, 0.2);
position: absolute;
top: -7px;
left: 6px;
}
.calendar_wrap-dropdown:after {
content: "";
display: inline-block;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #ffffff;
position: absolute;
top: -6px;
left: 7px;
}
.calendar_wrap > div {
display: none;
}
.calendar_wrap.days div.calendar_wrap-days {
display: block;
}
.calendar_wrap.months div.calendar_wrap-months {
display: block;
}
.calendar_wrap.years div.calendar_wrap-years {
display: block;
}
.calendar_wrap table {
margin: 0;
width: 100%;
border-top: none;
border-right: none;
}
.calendar_wrap caption {
font-weight: 600;
margin-bottom: 15px;
}
.table-striped .calendar_wrap table tr td,
.table-striped .calendar_wrap table tr th {
background-color: transparent;
}
.calendar_wrap table tr td {
outline: 1px solid #f6f6f6;
}
.calendar_wrap table tr td:hover {
color: #fdc400;
cursor: pointer;
}
.calendar_wrap table tr td.old,
.calendar_wrap table tr td.new {
color: #777777;
}
.calendar_wrap table tr td.disabled,
.calendar_wrap table tr td.disabled:hover {
background: none;
color: #777777;
cursor: default;
}
.calendar_wrap table tr td.today,
.calendar_wrap table tr td.today:hover,
.calendar_wrap table tr td.today.disabled,
.calendar_wrap table tr td.today.disabled:hover {
background-color: #fde19a;
border-color: #fdf59a #fdf59a #fbed50;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.calendar_wrap table tr td.today:hover,
.calendar_wrap table tr td.today:hover:hover,
.calendar_wrap table tr td.today.disabled:hover,
.calendar_wrap table tr td.today.disabled:hover:hover,
.calendar_wrap table tr td.today:active,
.calendar_wrap table tr td.today:hover:active,
.calendar_wrap table tr td.today.disabled:active,
.calendar_wrap table tr td.today.disabled:hover:active,
.calendar_wrap table tr td.today.active,
.calendar_wrap table tr td.today:hover.active,
.calendar_wrap table tr td.today.disabled.active,
.calendar_wrap table tr td.today.disabled:hover.active,
.calendar_wrap table tr td.today.disabled,
.calendar_wrap table tr td.today:hover.disabled,
.calendar_wrap table tr td.today.disabled.disabled,
.calendar_wrap table tr td.today.disabled:hover.disabled,
.calendar_wrap table tr td.today[disabled],
.calendar_wrap table tr td.today:hover[disabled],
.calendar_wrap table tr td.today.disabled[disabled],
.calendar_wrap table tr td.today.disabled:hover[disabled] {
background-color: #fdf59a;
}
.calendar_wrap table tr td.today:active,
.calendar_wrap table tr td.today:hover:active,
.calendar_wrap table tr td.today.disabled:active,
.calendar_wrap table tr td.today.disabled:hover:active,
.calendar_wrap table tr td.today.active,
.calendar_wrap table tr td.today:hover.active,
.calendar_wrap table tr td.today.disabled.active,
.calendar_wrap table tr td.today.disabled:hover.active {
background-color: #fbf069 \9;
}
.calendar_wrap table tr td.active,
.calendar_wrap table tr td.active:hover,
.calendar_wrap table tr td.active.disabled,
.calendar_wrap table tr td.active.disabled:hover {
background-color: #fdc400;
color: #fff;
}
.calendar_wrap table tr td.active:hover,
.calendar_wrap table tr td.active:hover:hover,
.calendar_wrap table tr td.active.disabled:hover,
.calendar_wrap table tr td.active.disabled:hover:hover,
.calendar_wrap table tr td.active:active,
.calendar_wrap table tr td.active:hover:active,
.calendar_wrap table tr td.active.disabled:active,
.calendar_wrap table tr td.active.disabled:hover:active,
.calendar_wrap table tr td.active.active,
.calendar_wrap table tr td.active:hover.active,
.calendar_wrap table tr td.active.disabled.active,
.calendar_wrap table tr td.active.disabled:hover.active,
.calendar_wrap table tr td.active.disabled,
.calendar_wrap table tr td.active:hover.disabled,
.calendar_wrap table tr td.active.disabled.disabled,
.calendar_wrap table tr td.active.disabled:hover.disabled,
.calendar_wrap table tr td.active[disabled],
.calendar_wrap table tr td.active:hover[disabled],
.calendar_wrap table tr td.active.disabled[disabled],
.calendar_wrap table tr td.active.disabled:hover[disabled] {
background-color: #fdc400;
}
.calendar_wrap table tr td.active:active,
.calendar_wrap table tr td.active:hover:active,
.calendar_wrap table tr td.active.disabled:active,
.calendar_wrap table tr td.active.disabled:hover:active,
.calendar_wrap table tr td.active.active,
.calendar_wrap table tr td.active:hover.active,
.calendar_wrap table tr td.active.disabled.active,
.calendar_wrap table tr td.active.disabled:hover.active {
background-color: #003399 \9;
}
.calendar_wrap table tr td span {
display: block;
width: 23%;
height: 54px;
line-height: 54px;
float: left;
margin: 1%;
cursor: pointer;
}
.calendar_wrap table tr td span:hover {
color: #fdc400;
}
.calendar_wrap table tr td span.disabled,
.calendar_wrap table tr td span.disabled:hover {
background: none;
color: #777777;
cursor: default;
}
.calendar_wrap table tr td span.active,
.calendar_wrap table tr td span.active:hover,
.calendar_wrap table tr td span.active.disabled,
.calendar_wrap table tr td span.active.disabled:hover {
background-color: #fdc400;
color: #fff;
}
.calendar_wrap table tr td span.active:hover,
.calendar_wrap table tr td span.active:hover:hover,
.calendar_wrap table tr td span.active.disabled:hover,
.calendar_wrap table tr td span.active.disabled:hover:hover,
.calendar_wrap table tr td span.active:active,
.calendar_wrap table tr td span.active:hover:active,
.calendar_wrap table tr td span.active.disabled:active,
.calendar_wrap table tr td span.active.disabled:hover:active,
.calendar_wrap table tr td span.active.active,
.calendar_wrap table tr td span.active:hover.active,
.calendar_wrap table tr td span.active.disabled.active,
.calendar_wrap table tr td span.active.disabled:hover.active,
.calendar_wrap table tr td span.active.disabled,
.calendar_wrap table tr td span.active:hover.disabled,
.calendar_wrap table tr td span.active.disabled.disabled,
.calendar_wrap table tr td span.active.disabled:hover.disabled,
.calendar_wrap table tr td span.active[disabled],
.calendar_wrap table tr td span.active:hover[disabled],
.calendar_wrap table tr td span.active.disabled[disabled],
.calendar_wrap table tr td span.active.disabled:hover[disabled] {
background-color: #fdc400;
}
.calendar_wrap table tr td span.active:active,
.calendar_wrap table tr td span.active:hover:active,
.calendar_wrap table tr td span.active.disabled:active,
.calendar_wrap table tr td span.active.disabled:hover:active,
.calendar_wrap table tr td span.active.active,
.calendar_wrap table tr td span.active:hover.active,
.calendar_wrap table tr td span.active.disabled.active,
.calendar_wrap table tr td span.active.disabled:hover.active {
background-color: #003399 \9;
}
.calendar_wrap table tr td span.old {
color: #777777;
}
.calendar_wrap th.switch {
width: 145px;
}
.calendar_wrap thead tr:first-child th,
.calendar_wrap tfoot tr:first-child th {
cursor: pointer;
}
.calendar_wrap thead tr:first-child th:hover,
.calendar_wrap tfoot tr:first-child th:hover {
color: #fdc400;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
display: block;
cursor: pointer;
width: 16px;
height: 16px;
}
.calendar_wrap td,
.calendar_wrap th {
text-align: center;
width: 14%;
height: 20px;
border: none;
font-size: 14px;
padding: 3px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.calendar_wrap thead tr:first-child {
background: #ffffff;
}
.calendar_wrap td.day {
background: #ffffff;
}
.calendar_wrap thead tr:first-child th {
color: #5a5a5a;
font-size: 16px;
line-height: 24px;
}
.calendar_wrap thead th {
background: #f6f6f8;
outline: 1px solid #f6f6f8;
}
.calendar_wrap thead tr:last-child {
border-bottom: 1px solid #fff;
}
.calendar_wrap thead tr:last-child th {
font-weight: 400;
}
.calendar_wrap thead .icon-arrow-right,
.calendar_wrap thead .icon-arrow-left {
display: block;
font-family: "driving";
font-size: 20px;
line-height: 1.1;
color: #5a5a5a;
opacity: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.calendar_wrap thead .icon-arrow-right:before {
content: "\e90c";
}
.calendar_wrap thead .icon-arrow-left:before {
content: "\e90d";
}
.calendar_wrap thead th.next:hover i,
.calendar_wrap thead th.prev:hover i {
color: #fdc400;
} .back-to-top {
cursor: pointer;
display: none;
z-index: 6;
width: 75px;
height: 75px;
font-size: 30px;
background-color: rgba(202, 202, 202, 0.9);
color: #ffffff;
text-align: center;
position: fixed;
backface-visibility: hidden;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
right: 26px;
bottom: 10%;
}
.back-to-top i {
line-height: 75px;
display: inline-block;
outline: none;
}
@media (max-width: 991px) {
.back-to-top {
right: 2%;
width: 54px;
height: 54px;
bottom: 2%;
}
.back-to-top i {
font-size: 20px;
line-height: 55px;
top: -2px;
position: relative;
}
}
.back-to-top:hover {
background-color: #fdc400;
-webkit-animation: ripple 0.5s linear 1;
animation: ripple 0.5s linear 1;
}
.back-to-top:hover i {
animation: hover-arrow alternate infinite 0.6s;
-moz-animation: hover-arrow alternate infinite 0.6s;
-webkit-animation: hover-arrow alternate infinite 0.6s;
}
@-webkit-keyframes ripple {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(253, 195, 0, 0.3),
0 0 0 10px rgba(253, 195, 0, 0.3);
box-shadow: 0 0 0 0 rgba(253, 195, 0, 0.3),
0 0 0 10px rgba(253, 195, 0, 0.3);
}
100% {
-webkit-box-shadow: 0 0 0 10px rgba(129, 198, 100, 0),
0 0 0 20px rgba(129, 198, 100, 0);
box-shadow: 0 0 0 10px rgba(129, 198, 100, 0),
0 0 0 20px rgba(129, 198, 100, 0);
}
}
@keyframes ripple {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(253, 195, 0, 0.3),
0 0 0 10px rgba(253, 195, 0, 0.3);
box-shadow: 0 0 0 0 rgba(253, 195, 0, 0.3),
0 0 0 10px rgba(253, 195, 0, 0.3);
}
100% {
-webkit-box-shadow: 0 0 0 10px rgba(129, 198, 100, 0),
0 0 0 20px rgba(129, 198, 100, 0);
box-shadow: 0 0 0 10px rgba(129, 198, 100, 0),
0 0 0 20px rgba(129, 198, 100, 0);
}
}
@media (min-width: 991px) {
@-webkit-keyframes hover-arrow {
0% {
line-height: 85px;
}
0% {
line-height: 75px;
}
100% {
line-height: 85px;
}
}
@keyframes hover-arrow {
0% {
line-height: 85px;
}
0% {
line-height: 75px;
}
100% {
line-height: 85px;
}
}
}
@media (max-width: 991px) {
@-webkit-keyframes hover-arrow {
0% {
line-height: 65px;
}
0% {
line-height: 54px;
}
100% {
line-height: 65px;
}
}
@keyframes hover-arrow {
0% {
line-height: 65px;
}
0% {
line-height: 54px;
}
100% {
line-height: 65px;
}
}
}   #page-main {
position: relative;
z-index: 1;
}
#page-main a {
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
@media (max-width: 550px) {
#page-main {
font-size: 15px;
line-height: 1.6;
}
}   [class*="box-parallax-"] a,
a[class*="testimonials-box-"],
[class*="tt-promo-"] a {
text-decoration: none;
}
.tt-promo-03 {
background: url(//fahrschule-jam.de/wp-content/themes/dricub-driving-school/images/tt-promo-03.jpg) 0 0 repeat;
position: relative;
}
.tt-promo-03 .tt-description {
text-align: center;
padding: 20px 128px 23px;
color: #fff;
position: relative;
font-size: 18px;
line-height: 28px;
}
.tt-promo-03 .tt-description a {
color: #fff;
}
.tt-promo-03 .tt-description p {
font-weight: 300;
margin-top: -3px;
position: relative;
z-index: 2;
margin-bottom: 0;
}
.tt-promo-03 .tt-icon {
position: absolute;
right: 150px;
top: 24px;
z-index: 0;
}
.tt-promo-03 .tt-title {
color: #fff;
font-size: 36px;
line-height: 40px;
letter-spacing: normal;
position: relative;
z-index: 2;
}
.tt-promo-03 .tt-title span {
color: #fdc400;
}
.tt-promo-03 address {
margin-top: 6px;
font-size: 38px;
line-height: 1;
font-weight: 500;
font-family: "Roboto", sans-serif;
font-style: normal;
margin-bottom: 0;
}
.tt-promo-03 address a {
color: #fff;
}
@media (max-width: 1220px) {
.tt-promo-03 .tt-icon {
right: 26px;
}
}
@media (max-width: 992px) {
.tt-promo-03 .tt-description {
padding: 11px 128px 15px 0px;
font-size: 16px;
}
.tt-promo-03 .tt-description p {
margin-top: -8px;
}
.tt-promo-03 .tt-icon {
right: 0;
max-width: 87px;
top: 22px;
}
.tt-promo-03 .tt-title {
font-size: 28px;
line-height: 38px;
}
.tt-promo-03 address {
margin-top: 1px;
font-size: 34px;
}
}
@media (max-width: 680px) {
.tt-promo-03 .tt-description {
padding: 29px 0px 57px 0px;
}
.tt-promo-03 .tt-description p {
margin-top: 6px;
font-size: 16px;
line-height: 22px;
}
.tt-promo-03 address {
margin-top: 9px;
font-size: 28px;
}
.tt-promo-03 .tt-title {
font-size: 26px;
line-height: 30px;
}
.tt-promo-03 .tt-icon {
right: auto;
left: 50%;
bottom: -30px;
top: auto;
max-width: 87px;
margin-left: -43px;
}
}   .tt-promo-02 {
background: url(//fahrschule-jam.de/wp-content/themes/dricub-driving-school/images/tt-promo-02-moving-bg.jpg) bottom left repeat-x;
overflow: hidden;
}
.tt-promo-02 .moving-car {
position: relative;
}
.tt-promo-02 .moving-car .carObj {
background: url(//fahrschule-jam.de/wp-content/themes/dricub-driving-school/images/carobj.png) 0 -10px no-repeat;
width: 844px;
height: 456px;
float: right;
position: relative;
}
@media (max-width: 1700px) {
.tt-promo-02 .moving-car .carObj {
width: 790px;
}
}
.tt-promo-02 .moving-car .carObj .wheel1 {
position: relative;
top: 280px;
left: 124px;
}
.tt-promo-02 .moving-car .carObj .wheel2 {
position: relative;
top: 280px;
left: 452px;
}
.tt-promo-02 .moving-car .carObj .wheel {
animation-name: spin;
animation-duration: 700ms;
animation-iteration-count: infinite;
animation-timing-function: linear;
z-index: 2;
}
@keyframes spin {
from {
transform: rotate(360deg);
}
to {
transform: rotate(0deg);
}
}
.tt-promo-02 .moving-car .carObj-mobilemiter {
background: left top repeat-x;
position: absolute;
bottom: 0px;
width: 100%;
height: 115px;
z-index: 3;
}
.tt-promo-02 .col-info {
color: #fff;
}
.tt-promo-02 .col-info p {
font-size: 50px;
padding-bottom: 1px;
line-height: 1.2;
letter-spacing: 0.005em;
font-weight: lighter;
font-family: "Roboto", sans-serif;
}
.tt-promo-02 .col-info strong {
font-family: "Roboto", sans-serif;
font-size: 60px;
line-height: 1.2;
font-weight: 500;
display: inline-block;
margin-top: 8px;
}
.tt-promo-02 .col-info [class^="btn-"] {
margin-top: 41px;
}
.tt-promo-02 .carObj-mobile {
width: 100%;
height: auto;
display: none;
}
.tt-promo-02 .carObj-arrow-down {
width: 100%;
display: none;
height: auto;
}
@media (min-width: 1581px) {
.tt-promo-02 {
height: 446px;
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.tt-promo-02 .col-info {
background: url(//fahrschule-jam.de/wp-content/themes/dricub-driving-school/images/tt-promo-02-text-bg.jpg) right top repeat;
width: 47%;
position: relative;
text-align: right;
z-index: 2;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.tt-promo-02 .col-info:before {
content: "";
background: url(//fahrschule-jam.de/wp-content/themes/dricub-driving-school/images/tt-promo-02-text-corner.png) 0 0 no-repeat;
position: absolute;
width: 90px;
height: 446px;
top: 0;
right: -90px;
z-index: 110;
}
.tt-promo-02 .col-info:after {
content: "";
background: url(//fahrschule-jam.de/wp-content/themes/dricub-driving-school/images/tt-promo-02-text-corner1.png) 0 0 no-repeat;
position: absolute;
width: 204px;
height: 318px;
bottom: 0;
left: 0px;
z-index: 0;
}
.tt-promo-02 .col-info .text-banner {
width: 543px;
text-align: center;
position: relative;
z-index: 2;
padding-bottom: 27px;
margin-top: 20px;
}
.tt-promo-02 .col-moving-car {
width: 53%;
position: relative;
z-index: 1;
}
}
@media (max-width: 1580px) {
.tt-promo-02 {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.tt-promo-02 .col-info {
background: url(//fahrschule-jam.de/wp-content/themes/dricub-driving-school/images/tt-promo-02-text-bg.jpg) center top repeat;
width: 100%;
text-align: center;
}
.tt-promo-02 .moving-car .carObj {
margin: 0 auto;
float: none;
}
}
@media (min-width: 767px) and (max-width: 1580px) {
.tt-promo-02 .carObj-arrow-down {
display: block;
}
}
@media (max-width: 1580px) {
.tt-promo-02 .col-info {
padding-left: 10%;
padding-right: 10%;
}
.tt-promo-02 .col-info p {
margin-top: 56px;
}
}
@media (max-width: 1400px) {
.tt-promo-02 .col-info p {
font-size: 40px;
}
.tt-promo-02 .col-info strong {
font-size: 60px;
}
.tt-promo-02 .col-info .btn-border {
margin-top: 26px;
}
}
@media (max-width: 768px) {
.tt-promo-02 .carObj-mobile {
display: block;
}
.tt-promo-02 .col-moving-car {
display: none;
}
.tt-promo-02 .col-info {
padding-bottom: 15px;
}
.tt-promo-02 .col-info p {
font-size: 29px;
}
.tt-promo-02 .col-info strong {
font-size: 49px;
}
.tt-promo-02 .col-info [class^="btn-"] {
margin-top: 17px;
}
}
@media (max-width: 500px) {
.tt-promo-02 .col-info {
padding-bottom: 10px;
padding-left: 5%;
padding-right: 5%;
}
.tt-promo-02 .col-info p {
font-size: 24px;
margin-top: 37px;
line-height: 32px;
padding-left: 8px;
padding-right: 8px;
}
.tt-promo-02 .col-info strong {
font-size: 38px;
margin-top: 5px;
display: inline-block;
}
.tt-promo-02 .col-info [class^="btn-"] {
margin-top: 16px;
}
}   .tt-promo-01 {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-content: center;
-ms-flex-line-pack: center;
background: #fdc400;
height: 150px;
max-width: 1170px;
margin: 0 auto;
}
.tt-promo-01 .col-info {
background: url(//fahrschule-jam.de/wp-content/themes/dricub-driving-school/images/tt-promo-01.jpg) top right no-repeat;
height: 150px;
width: 100%;
background-size: cover;
text-align: center;
font-family: "Roboto", sans-serif;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.tt-promo-01 .col-info .description {
font-size: 38px;
line-height: 1.2;
padding: 0 30px 0 0;
color: #fff;
font-weight: lighter;
margin-top: 20px;
}
.tt-promo-01 .col-info .description strong {
color: #fdc400;
font-weight: 500;
letter-spacing: 0.02em;
font-family: "Roboto", sans-serif;
display: inline-block;
position: relative;
}
.tt-promo-01 .col-info [class^="icon-"] {
color: #fdc400;
margin-right: 15px;
display: inline-block;
position: relative;
top: 2px;
font-size: 30px;
}
.tt-promo-01 .col-info address {
font-size: 32px;
line-height: 1.2;
color: #fff;
font-weight: 500;
margin-top: 6px;
margin-right: 15px;
font-style: normal;
margin-bottom: 0;
}
.tt-promo-01 .col-info address a {
color: #fff;
}
.tt-promo-01 .col-info *:first-child {
margin-top: 0;
}
.tt-promo-01 .col-timer {
min-width: 400px;
position: relative;
}
.tt-promo-01 .col-timer:before {
content: "";
display: block;
width: 45px;
top: 0px;
position: absolute;
height: 150px;
background: #fdc400;
margin-left: -21px;
-o-transform: skewX(-15deg);
-ms-transform: skewX(-15deg);
-moz-transform: skewX(-15deg);
-webkit-transform: skewX(-15deg);
transform: skewX(-15deg);
}
@media (max-width: 1220px) {
.tt-promo-01 .col-info .description {
font-size: 27px;
}
.tt-promo-01 .col-info address {
font-size: 30px;
}
.tt-promo-01 .col-info [class^="icon-"] {
font-size: 28px;
}
}
@media (max-width: 991px) {
.tt-promo-01 {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
height: auto;
}
.tt-promo-01 .col-info {
height: 214px;
}
.tt-promo-01 .col-info .description {
padding: 0 10px;
font-size: 34px;
}
.tt-promo-01 .col-info address {
font-size: 32px;
}
.tt-promo-01 .col-timer {
min-width: auto;
}
.tt-promo-01 .col-timer:before {
display: none;
}
.tt-promo-01 .countdown_box {
padding-bottom: 4px;
}
}
@media (max-width: 991px) {
.tt-promo-01 .col-info .description strong {
display: block;
}
}   .box-row {
display: flex;
flex-wrap: wrap;
}
.box-row.col-half .col-item {
width: 50%;
}
.box-row.col-third .col-item {
width: 33.333%;
}   .box-layout-text {
margin-right: -15px;
margin-left: -15px;
}
.box-layout-text.col-half .col-item:nth-child(n + 3) {
margin-top: 32px;
}
@media (max-width: 550px) {
.box-layout-text.col-half .col-item:nth-child(n + 3) {
margin-top: 24px;
}
}
@media (max-width: 700px) {
.box-layout-text.col-half .col-item {
width: 100%;
padding-left: 20px;
padding-right: 20px;
}
.box-layout-text.col-half .col-item:not(:first-child) {
margin-top: 32px;
}
}
@media (max-width: 700px) and (max-width: 550px) {
.box-layout-text.col-half .col-item:not(:first-child) {
margin-top: 24px;
}
}
@media (max-width: 700px) {
.box-layout-text.col-half .col-item {
padding-left: 15px;
padding-right: 15px;
}
}
.box-layout-text .col-item {
padding-left: 15px;
padding-right: 15px;
padding-bottom: 3px;
}   @media (max-width: 1024px) {
.tt-box-layout-icon.col-third .col-item {
width: 50%;
}
}
@media (max-width: 600px) {
.tt-box-layout-icon.col-third .col-item {
width: 100%;
}
}
.tt-box-layout-icon .col-item {
margin-top: 23px;
padding-bottom: 3px;
padding-left: 40px;
padding-right: 40px;
text-align: center;
}
.tt-box-layout-icon .col-item .icon {
position: relative;
width: 130px;
height: 124px;
margin: 0 auto;
color: #fdc400;
}
.tt-box-layout-icon .col-item .icon:before {
content: "";
position: absolute;
z-index: 0;
top: 23.5px;
left: 23.5px;
background: #f5f5f5;
width: 84px;
height: 84px;
-webkit-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.tt-box-layout-icon .col-item .icon i {
position: relative;
z-index: 1;
font-size: 44px;
line-height: 1.1;
top: 42px;
}
.tt-box-layout-icon .col-item h6 {
font-size: 18px;
font-weight: 500;
font-family: "Roboto", sans-serif;
color: #393939;
margin: 7px 0 0 0;
padding: 0 10px;
}
.tt-box-layout-icon .col-item p {
font-size: 15px;
line-height: 1.6;
max-width: 330px;
margin: 9px auto 0;
padding: 0 10px;
color: #393939;
}
@media (max-width: 600px) {
.tt-box-layout-icon {
margin-top: 2px;
}
.tt-box-layout-icon .col-item {
margin-top: 14px;
padding-left: 15px;
padding-right: 15px;
}
.tt-box-layout-icon .col-item h6 {
margin-top: 9px;
padding-bottom: 2px;
}
}
@media (max-width: 600px) {
.tt-box-layout-icon {
padding-bottom: 23px;
}
.tt-box-layout-icon.slick-arrow-01 .slick-dots {
bottom: -18px;
}
}   .tt-carusel {
margin-top: 9px;
}
@media (max-width: 768px) {
.tt-carusel.slick-arrow-02 .slick-dots {
bottom: -40px;
}
}
@media (min-width: 1219px) {
.tt-extra-layout .slick-arrow-02 .slick-dots {
margin-left: -17px;
}
}
.tt-carusel-top {
margin-top: 30px;
}
.tt-box-subjects {
position: relative;
text-decoration: none;
}
.tt-box-subjects .img {
position: relative;
z-index: 1;
text-align: center;
overflow: hidden;
}
.tt-box-subjects .img img {
max-width: 100%;
display: inline-block;
height: auto;
}
.tt-box-subjects .img:after {
content: "";
position: absolute;
top: -200%;
left: -210%;
width: 150%;
height: 240%;
opacity: 0;
transform: rotate(21deg);
background: rgba(255, 255, 255, 0.13);
background: linear-gradient(
to right,
rgba(255, 255, 255, 0.13) 0%,
rgba(255, 255, 255, 0.13) 77%,
rgba(255, 255, 255, 0.5) 92%,
rgba(255, 255, 255, 0) 100%
);
}
.tt-box-subjects .tt-nomber {
display: none;
}
.tt-box-subjects .img + .tt-nomber {
display: block;
width: 74px;
height: 75px;
overflow: hidden;
color: #fff;
text-align: center;
z-index: 7;
position: relative;
left: 50%;
margin-top: -54px;
margin-left: -54px;
font-size: 22px;
line-height: 70px;
font-family: "Roboto", sans-serif;
font-weight: 500;
}
.tt-box-subjects .img + .tt-nomber .tt-fon {
background: #fdc400;
width: 51px;
height: 51px;
position: absolute;
top: 9px;
left: 11px;
z-index: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.tt-box-subjects .img + .tt-nomber .tt-fon span {
position: relative;
top: 4px;
left: 4px;
display: block;
width: 43px;
height: 43px;
outline: 1px solid #fff;
font-size: 22px;
line-height: 43px;
}
.tt-box-subjects .img + .tt-nomber .tt-text {
position: relative;
}
.tt-box-subjects .description {
z-index: 0;
text-align: center;
}
.tt-box-subjects .description h6 {
font-size: 30px;
line-height: 1.1;
font-family: "Roboto", sans-serif;
color: #393939;
font-weight: 500;
margin: 0px 0 0 0;
padding: 0 34px 0 0;
}
@media (max-width: 991px) {
.tt-box-subjects .img + .tt-nomber .tt-fon {
width: 42px;
height: 42px;
left: 8px;
top: 15px;
}
.tt-box-subjects .img + .tt-nomber .tt-fon span {
width: 34px;
height: 34px;
}
.tt-box-subjects .img + .tt-nomber .tt-text {
width: 42px;
height: 42px;
left: 8px;
top: 9px;
font-size: 20px;
line-height: 54px;
}
}
@media (max-width: 550px) {
.tt-box-subjects .description h6 {
font-size: 24px;
}
}
@media (max-width: 699px) {
.tt-box-subjects .img + .tt-nomber {
margin-left: -39px;
}
.tt-box-subjects .img + .tt-nomber .tt-fon {
top: 10px;
}
.tt-box-subjects .img + .tt-nomber .tt-text {
top: 4px;
}
.tt-box-subjects .img img {
margin-left: 28px;
max-width: calc(70%);
}
.tt-box-subjects .description h6 {
padding-right: 0;
}
}
@media (max-width: 450px) {
.tt-box-subjects .img + .tt-nomber {
margin-left: -29px;
margin-top: -49px;
}
.tt-box-subjects .img + .tt-nomber .tt-fon {
width: 31px;
height: 31px;
left: 10px;
top: 21px;
}
.tt-box-subjects .img + .tt-nomber .tt-text {
width: 31px;
height: 31px;
left: 10px;
top: 22px;
font-size: 18px;
line-height: 31px;
}
.tt-box-subjects .img img {
margin-left: 20px;
max-width: calc(70%);
}
.tt-box-subjects .img + .tt-nomber .tt-fon span {
width: 23px;
height: 23px;
}
.tt-box-subjects .description h6 {
font-size: 24px;
margin-top: 7px;
padding-right: 0;
}
}
.tt-box-subjects .description p {
margin: 0;
padding: 0 34px 0 0;
}
.tt-box-subjects .description .btn {
margin: 22px 34px 0 0;
}
.tt-box-subjects:hover .img:after {
opacity: 1;
top: -30%;
left: -30%;
transition-property: left, top, opacity;
transition-duration: 0.7s, 0.7s, 0.15s;
transition-timing-function: ease;
}
.tt-box-subjects:hover .btn {
background: #ffc219;
}
@media (max-width: 550px) {
.tt-box-subjects .description .btn {
margin: 14px 0 0 0;
}
}
.tt-box-subjects1 {
position: relative;
text-decoration: none;
}
.tt-box-subjects1 .img {
position: relative;
z-index: 1;
text-align: center;
overflow: hidden;
}
.tt-box-subjects1 .img img {
max-width: 100%;
display: inline-block;
height: auto;
}
.tt-box-subjects1 .img:after {
content: "";
position: absolute;
top: -200%;
left: -210%;
width: 150%;
height: 240%;
opacity: 0;
transform: rotate(21deg);
background: rgba(255, 255, 255, 0.13);
background: linear-gradient(
to right,
rgba(255, 255, 255, 0.13) 0%,
rgba(255, 255, 255, 0.13) 77%,
rgba(255, 255, 255, 0.5) 92%,
rgba(255, 255, 255, 0) 100%
);
}
.tt-box-subjects1 .description {
z-index: 0;
text-align: center;
}
.tt-box-subjects1 .description h6 {
font-size: 18px;
line-height: 1.1;
font-family: "Roboto", sans-serif;
color: #393939;
font-weight: 500;
margin: 21px 0 0 0;
padding: 0 40px 0 0;
text-transform: uppercase;
}
.tt-box-subjects1 .description p {
margin: 0;
padding: 0 40px 0 0;
color: #5a5a5a;
}
.tt-box-subjects1 .description .btn {
margin: 22px 40px 0 0;
}
.tt-box-subjects1:hover .img:after {
opacity: 1;
top: -30%;
left: -30%;
transition-property: left, top, opacity;
transition-duration: 0.7s, 0.7s, 0.15s;
transition-timing-function: ease;
}
.tt-box-subjects1:hover .description .h6 {
color: #fdc400;
}   .promo-table-carusel {
margin-top: 37px;
margin-left: -9px;
margin-right: -9px;
}
.tt-promo-table-carusel {
margin-top: 3px;
}
.tt-promo-table-carusel .item.slick-slide {
padding-left: 15px;
padding-right: 15px;
}
@media (max-width: 550px) {
.tt-promo-table-carusel.slick-arrow-01 .slick-dots {
bottom: -21px;
}
}
.tt-promo-table {
text-decoration: none;
display: block;
text-align: center;
margin: 29px auto 11px;
padding: 0 0 26px;
max-width: 434px;
position: relative;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-webkit-box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.1);
}
.tt-promo-table[data-toggle="modal"] {
cursor: pointer;
}
.tt-promo-table:not(.active) {
background: #f8f8f8;
}
.tt-promo-table.active {
border: 2px solid;
border-color: #fdc400;
}
.tt-promo-table .time {
font-size: 30px;
line-height: 1.1;
display: block;
text-align: center;
color: #393939;
padding: 26px 10px 23px;
font-family: "Roboto", sans-serif;
font-weight: 300;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.tt-promo-table .time i {
font-size: 24px;
line-height: 1.1;
margin-right: 11px;
display: inline-block;
}
.tt-promo-table > a.btn:hover {
color: #fff;
}
.tt-promo-table h6 {
background: #565656;
color: #fff;
text-align: center;
font-size: 18px;
line-height: 1.1;
font-weight: 300;
margin: 0;
padding: 14px 0 15px;
overflow: hidden;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.tt-promo-table h6 strong {
font-size: 30px;
margin-bottom: 4px;
font-family: "Roboto", sans-serif;
font-weight: bold;
display: block;
text-align: center;
}
.tt-promo-table ul {
margin: 0;
padding: 12px 0 0 0;
}
.tt-promo-table ul li {
text-align: center;
padding: 8px 0 9px;
list-style: none;
margin-top: 0;
}
.tt-promo-table ul li:not(:last-child) {
border-bottom: 1px solid #e9e9e9;
}
.tt-promo-table .price {
padding-top: 18px;
font-weight: 300;
color: #393939;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.tt-promo-table .price span:first-child {
font-size: 50px;
line-height: 1.1;
display: block;
}
.tt-promo-table .price span:first-child sub {
font-size: 38px;
bottom: 0;
}
.tt-promo-table .price span:not(:first-child) {
font-size: 18px;
line-height: 1.1;
display: block;
margin-top: 6px;
}
.tt-promo-table .btn {
margin-top: 35px;
}
.tt-promo-table:hover .btn {
background: #fdc400;
}
.tt-promo-table.active {
-webkit-box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.1);
}
.tt-promo-table.active h6 {
background: #fdc400;
}
.tt-promo-table.active:before {
border-color: #fdc400;
border-width: 2px;
}
@media (max-width: 768px) {
.tt-promo-table {
margin-top: 24px;
}
}
@media (max-width: 550px) {
.tt-promo-table {
margin: 26px auto 15px;
}
.tt-promo-table .time {
font-size: 28px;
padding: 18px 10px 15px;
}
.tt-promo-table .time i {
font-size: 24px;
}
.tt-promo-table ul {
padding: 10px 0 0 0;
}
.tt-promo-table ul li {
padding: 5px 0 6px;
}
.tt-promo-table .price span:first-child {
font-size: 44px;
}
}   .carousel-top {
margin-top: 9px;
}
@media (max-width: 550px) {
.carousel-top {
margin-top: 6px;
}
}
.tt-news-carousel .slick-slide {
text-align: center;
}
@media (max-width: 420px) {
.tt-news-carousel .item.slick-slide {
padding-left: 36px;
padding-right: 36px;
}
.tt-news-carousel .tt-box-news .description {
padding-left: 0;
padding-right: 0;
}
}
.tt-box-news {
margin: 0 15px 10px;
position: relative;
-webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
max-width: 400px;
display: inline-block;
text-align: left;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.tt-box-news:before {
content: "";
display: block;
width: 100%;
height: 100%;
position: absolute;
z-index: 0;
top: 0px;
left: 0px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.tt-box-news .image {
position: relative;
display: block;
font-family: "Roboto", sans-serif;
font-weight: 500;
text-align: center;
font-size: 12px;
line-height: 1;
border-radius: 6px 6px 0px 0px;
-moz-border-radius: 6px 6px 0px 0px;
-webkit-border-radius: 6px 6px 0px 0px;
overflow: hidden;
-webkit-transition: -webkit-transform 0.3s;
backface-visibility: hidden;
}
.tt-box-news .image span {
display: block;
font-size: 38px;
line-height: 1;
}
.tt-box-news .image img {
width: 100%;
height: auto;
-moz-transition: all 1s ease-out;
-o-transition: all 1s ease-out;
-webkit-transition: all 1s ease-out;
backface-visibility: hidden;
}
.tt-box-news .image .time {
display: block;
position: absolute;
font-weight: 400;
top: 0;
width: 75px;
height: 76px;
background: #4d4d4d;
color: #ffffff;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.tt-box-news .image .time span {
font-weight: 500;
}
.tt-box-news .image .time:not(.right) {
left: 0;
}
.tt-box-news .image .time.right {
right: 0;
}
.tt-box-news .image:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
}
.tt-box-news .description {
font-size: 15px;
line-height: 1.1;
padding: 27px 17px 19px 24px;
position: relative;
}
.tt-box-news .description h6 {
font-size: 18px;
line-height: 1.6;
padding: 0;
margin: 0;
font-weight: 600;
color: #393939;
}
.tt-box-news .description h6 a {
color: #393939;
display: inline-block;
text-decoration: none;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.tt-box-news .description h6 a:hover {
color: #fdc400;
}
.tt-box-news .description p {
font-size: 15px;
line-height: 1.6;
margin-top: 11px;
padding-right: 5px;
margin-bottom: 0;
}
.tt-box-news .description .info {
overflow: hidden;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
padding-top: 27px;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.tt-box-news .description .info .comments {
color: #b2b2b2;
font-size: 15px;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
font-weight: 300;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.tt-box-news .description .info .comments:hover {
color: #fdc400;
}
.tt-box-news .description .info a {
text-decoration: none;
}
.tt-box-news .description .info .link-transition {
font-size: 32px;
line-height: 1em;
color: #fdc400;
font-weight: 300;
margin-left: 2px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.tt-box-news .description .info .link-transition:hover {
color: #393939;
}
@media (max-width: 550px) {
.tt-box-news {
box-shadow: none;
margin: 0 0px 10px;
}
.tt-box-news:before {
border: none;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.tt-box-news .image {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.tt-box-news .description {
padding-left: 15px;
padding-right: 15px;
padding-top: 20px;
}
.tt-box-news .description .info {
padding-top: 13px;
}
.tt-box-news .description h6 {
line-height: 1.5;
}
.tt-box-news .description p {
margin-top: 8px;
line-height: 1.5;
}
}   body:not(.touch-device) .box-parallax .description {
background-attachment: fixed;
}
.box-parallax {
overflow: hidden;
position: relative;
}
.box-parallax :before {
content: "";
width: 100%;
height: 100%;
background: ;
}
.box-parallax .img-parallax {
z-index: 1;
}
.box-parallax .description [class^="tt-title"] {
color: #fff;
letter-spacing: -0.01em;
padding-bottom: 28px;
}
.box-parallax .description:before {
content: "";
background: rgba(22, 22, 22, 0.65);
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
}
.box-parallax .description .tt-testimonials-carousel {
position: relative;
z-index: 7;
}
.box-parallax .description {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
padding: 64px 0 12px 0; background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
position: relative;
}
.box-parallax .tt-testimonials-carousel {
margin-top: 25px;
}
@media (max-width: 768px) {
.box-parallax .description {
padding: 52px 0 12px 0;
}
.box-parallax .tt-testimonials-carousel {
margin-top: 0px;
}
}
@media (max-width: 550px) {
.box-parallax .description {
padding: 3px 0 10px 0;
}
.box-parallax .slick-arrow-01 .slick-dots {
bottom: -58px;
}
.box-parallax .tt-testimonials-carousel {
margin-top: 42px;
}
}
.box-parallax .slick-arrow-01 .slick-dots {
bottom: 74px;
}
@media (max-width: 768px) {
.box-parallax .slick-arrow-01 .slick-dots {
bottom: 23px;
}
}
@media (max-width: 550px) {
.box-parallax .slick-arrow-01 .slick-dots {
bottom: 35px;
}
}
.box-parallax .slick-arrow-01 .slick-prev,
.box-parallax .slick-arrow-01 .slick-next {
margin-top: -53px;
}   body:not(.touch-device) .box-parallax-counter {
background-attachment: fixed;
}
.box-parallax-counter {
overflow: hidden;
position: relative; background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
}
.box-parallax-counter .description-layout {
width: 100%;
height: 100%;
z-index: 2;
background-color: rgba(66, 66, 66, 0.55);
padding: 89px 0 67px 0;
}
.box-parallax-counter .description-layout [class^="tt-title"] {
color: #fff;
}
.box-parallax-counter .item-counter {
margin-top: -6px;
padding-bottom: 30px;
}
.box-parallax-counter .item-counter .counter {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
height: 158px;
}
.box-parallax-counter .item-counter .counter img {
max-width: 100%;
height: auto;
}
.box-parallax-counter .item-counter .description {
text-align: center;
margin-top: 18px;
}
.box-parallax-counter .item-counter .description .value {
color: #fdc400;
font-weight: 500;
font-family: "Roboto", sans-serif;
font-size: 38px;
line-height: 1.1;
}
.box-parallax-counter .item-counter .description .title {
font-weight: lighter;
font-size: 15px;
line-height: 1.2;
color: #fff;
margin: 15px 0 0 0;
}
@media (max-width: 991px) {
.box-parallax-counter .item-counter img {
max-width: 70% !important;
}
.box-parallax-counter .item-counter .description .value {
font-size: 31px;
}
.box-parallax-counter .item-counter .description .title {
font-size: 14px;
}
}
@media (max-width: 768px) {
.box-parallax-counter .description-layout {
padding-top: 45px;
padding-bottom: 17px;
}
}
@media (max-width: 550px) {
.box-parallax-counter .item-counter {
margin-top: -5px;
}
.box-parallax-counter .description-layout {
padding-top: 45px;
padding-bottom: 17px;
}
}   .box-parallax-02 {
overflow: hidden;
height: 300px;
position: relative;
}
.box-parallax-02 .img-parallax {
z-index: 1;
max-width: inherit;
}
.box-parallax-02 .description {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
text-align: center;
color: #fff;
background-color: rgba(0, 0, 0, 0.45);
padding: 55px 14px 12px;
}
.box-parallax-02 .description [class^="tt-title"] {
color: #fff;
letter-spacing: -0.01em;
}
.box-parallax-02 .description h3 {
font-weight: 500;
margin: 0;
padding: 0 0 7px 0;
}
.box-parallax-02 .description p {
font-size: 22px;
line-height: 1.2;
margin: 0 auto;
max-width: 890px;
}
.box-parallax-02 .description .btn-border {
margin-top: 32px;
}
@media (max-width: 765px) {
.box-parallax-02 {
height: 300px;
}
.box-parallax-02 .description h3 {
font-size: 38px;
}
.box-parallax-02 .description p {
font-size: 19px;
}
}
@media (max-width: 551px) {
.box-parallax-02 {
height: 300px;
}
.box-parallax-02 .description h3 {
font-size: 31px;
padding: 0 0 18px 0;
}
}
@media (max-width: 458px) {
.box-parallax-02 {
height: 330px;
}
}
@media (max-width: 375px) {
.box-parallax-02 {
height: 350px;
}
}   .testimonials-box-indent {
padding: 0px 20px 152px;
overflow: hidden;
position: relative;
}
@media (max-width: 768px) {
.testimonials-box-indent {
padding: 0px 20px 72px;
}
}
.testimonials-box {
max-width: 1169px;
margin: 63px auto 0;
border: 1px solid #ffc219;
text-align: center;
color: #ffffff;
padding: 92px 60px 52px;
position: relative;
display: block;
text-decoration: none;
}
.testimonials-box:hover {
color: #fff;
}
.testimonials-box:hover p {
color: #fff;
}
.testimonials-box-indent .tt-icon {
width: 92px;
height: 92px;
top: 17px;
z-index: 7;
left: 50%;
margin-left: -46px;
position: absolute;
text-align: center;
}
.testimonials-box-indent .tt-icon::before {
content: "\e907";
font-family: "driving" !important;
display: block;
position: absolute;
top: 0;
left: 0;
z-index: 2;
font-size: 48px;
line-height: 92px;
}
.testimonials-box-indent .tt-icon .tt-bg {
background: #fdc400;
width: 91px;
height: 91px;
position: absolute;
top: 0px;
left: 0px;
z-index: 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.testimonials-box-indent .tt-icon .tt-bg::before {
content: "";
position: relative;
top: 4px;
left: 4px;
display: block;
width: 83px;
height: 83px;
border: 3px solid #4d4d4d;
font-size: 22px;
line-height: 84px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.testimonials-box .rating {
color: #ffc219;
font-size: 10px;
letter-spacing: -0.06em;
padding-bottom: 2px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.testimonials-box .rating i {
margin: 1px;
}
.testimonials-box-02 .rating i.white,
.testimonials-box .rating i.white {
color: #ddd;
}
.testimonials-box .author {
font-weight: 600;
font-size: 18px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
@media (max-width: 768px) {
.testimonials-box .author {
display: inline-block;
margin-top: 10px;
}
}
@media (max-width: 550px) {
.testimonials-box .author {
margin-top: 0px;
}
}
.testimonials-box p {
font-size: 20px;
line-height: 1.6;
padding: 0 15px;
margin-bottom: 0;
}
.testimonials-box:hover p {
color: #fff;
}
.testimonials-box p:not(:first-child) {
margin-top: 15px;
}
.testimonials-box:hover:before {
-o-transform: rotate3d(0, 1, 0, 180deg);
-ms-transform: rotate3d(0, 1, 0, 180deg);
-moz-transform: rotate3d(0, 1, 0, 180deg);
-webkit-transform: rotate3d(0, 1, 0, 180deg);
transform: rotate3d(0, 1, 0, 180deg);
}
.testimonials-box:hover .rating {
letter-spacing: 0.06em;
}
.testimonials-box:hover .author {
color: #fdc400;
}
@media (max-width: 768px) {
.testimonials-box {
padding: 92px 30px 35px;
}
.testimonials-box p {
font-size: 18px;
padding-left: 0;
padding-right: 0;
}
}
@media (max-width: 550px) {
.testimonials-box {
padding: 92px 15px 34px;
}
.testimonials-box p {
font-size: 16px;
padding-left: 0;
padding-right: 0;
}
}
@-webkit-keyframes turn {
to {
-webkit-transform: rotateY(360deg);
}
}
@keyframes turn {
to {
transform: rotateY(360deg);
}
}   .testimonials-listing {
padding-top: 14px;
}
.testimonials-box-02 {
border: 1px solid #fdc400;
text-align: center;
padding: 92px 20px 33px;
position: relative;
display: block;
margin-top: 76px;
color: #5a5a5a;
}
.testimonials-box-02:hover {
color: #5a5a5a;
}
.testimonials-box-02 .tt-icon {
width: 92px;
height: 92px;
top: -47px;
z-index: 7;
left: 50%;
margin-left: -46px;
position: absolute;
text-align: center;
}
.testimonials-box-02 .tt-icon::before {
content: "\e907";
font-family: "driving" !important;
display: block;
position: relative;
top: 0;
left: 0;
z-index: 2;
font-size: 48px;
line-height: 92px;
}
.testimonials-box-02 .tt-icon .tt-bg {
background: #fdc400;
width: 91px;
height: 91px;
position: absolute;
top: 0px;
left: 0px;
z-index: 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.3);
box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.3);
}
.testimonials-box-02 .tt-icon .tt-bg::before {
content: "";
position: relative;
top: 4px;
left: 4px;
display: block;
width: 83px;
height: 83px;
border: 3px solid #4d4d4d;
font-size: 22px;
line-height: 84px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.testimonials-box-02 .rating {
color: #ffc219;
font-size: 10px;
letter-spacing: -0.06em;
padding-bottom: 4px;
}
.testimonials-box-02 .author {
font-weight: 600;
font-size: 18px;
display: inline-block;
}
.testimonials-box-02 p {
font-size: 16px;
line-height: 1.6;
padding: 0 11px;
margin-bottom: 0;
color: #5a5a5a;
}
.testimonials-box-02 p:not(:first-child) {
margin-top: 15px;
}
.testimonials-box-02 .rating i.icon-star-black-fivepointed-shape {
margin: 0 1px;
}
@media (max-width: 550px) {
.testimonials-box-02 {
padding-left: 10px;
padding-right: 10px;
}
}   .tt-promo-04 {
background: #000 url(//fahrschule-jam.de/wp-content/themes/dricub-driving-school/images/tt-promo-04.jpg) 0 0 repeat;
padding: 31px 60px 37px;
-webkit-border-radius: 28px;
-moz-border-radius: 28px;
border-radius: 28px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
position: relative;
border: 7px solid #2e2e2e;
text-align: center;
color: #fff;
display: block;
margin-top: 3px;
margin-bottom: 11px;
}
.tt-promo-04:before {
content: "";
position: absolute;
top: 0;
left: 0;
border: 4px solid #fff;
width: 100%;
height: 100%;
display: block;
-webkit-border-radius: 28px;
-moz-border-radius: 28px;
border-radius: 28px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
z-index: 0;
}
.tt-promo-04 .description {
position: relative;
font-size: 18px;
}
.tt-promo-04 .description h6 {
font-size: 60px;
line-height: 1.1;
letter-spacing: 0.01em;
color: #fff;
margin: 0;
font-family: "Roboto", sans-serif;
font-weight: 400;
}
.tt-promo-04 .description p {
margin: 7px 0 0 0;
}
.tt-promo-04 .description .btn {
margin-top: 17px;
}
@media (max-width: 991px) {
.tt-promo-04 {
padding-left: 20px;
padding-right: 20px;
}
.tt-promo-04 .description h6 {
font-size: 40px;
}
.tt-promo-04 .description p {
font-size: 16px;
}
}
@media (max-width: 550px) {
.tt-promo-04 {
margin-top: 5px;
margin-bottom: 6px;
}
}   .tt-promo-05 {
margin-top: 11px;
margin-bottom: -148px !important;
display: inline-block;
width: 100%;
}
.tt-promo-05 .col-img {
text-align: right;
}
.tt-promo-05 .col-img img {
max-width: 100%;
height: auto;
}
.tt-promo-05 .col-content {
text-align: center;
}
.tt-promo-05 .col-content h6 {
font-size: 70px;
line-height: 1.1;
font-weight: 400;
font-family: "Roboto", sans-serif;
color: #393939;
margin: 0;
padding-bottom: 7px;
}
.tt-promo-05 .col-content .btn {
margin-top: 28px;
}
@media (max-width: 1000px) {
.tt-promo-05 .col-content h6 {
font-size: 55px;
}
}
@media (max-width: 768px) {
.tt-promo-05 {
margin-bottom: -101px !important;
}
.tt-promo-05 .col-img {
text-align: center;
margin-top: 48px;
}
.tt-promo-05 .col-content h6 {
font-size: 50px;
}
}
@media (max-width: 550px) {
.tt-promo-05 .col-content h6 {
font-size: 35px;
}
.tt-promo-05 {
margin-bottom: -99px !important;
}
}   html:not(.mac) .social-services {
background-attachment: fixed;
}
.social-services {
background: url(//fahrschule-jam.de/wp-content/themes/dricub-driving-school/images/social-services-bg.jpg) center top no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 53px 0 101px;
}
.social-services .tt-title {
position: relative;
font-size: 30px;
line-height: 1.1;
text-align: center;
padding-bottom: 10px;
margin-top: 43px;
}
.social-services .title-icon {
position: relative;
color: #fdc400;
width: 65px;
height: 65px;
display: inline-block;
margin-right: 26px;
top: -5px;
left: 5px;
}
.social-services .title-icon:before {
content: "";
position: absolute;
z-index: 0;
background: #f5f5f5;
width: 47px;
height: 47px;
-webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.social-services .title-icon i {
position: relative;
z-index: 1;
font-size: 20px;
line-height: 1.1;
top: 5px;
left: 13px;
}
@media (max-width: 991px) {
.social-services {
text-align: center;
}
.social-services img {
display: inline-block;
}
}
@media (max-width: 550px) {
.social-services {
padding: 45px 0;
}
}
@media (max-width: 470px) {
.social-services .tt-title {
padding-bottom: 18px;
margin-top: 25px;
}
.social-services .tt-title .title-icon {
display: none;
}
}
.ie .social-services .title-icon {
margin-right: 0;
}
.ie .social-services .title-icon i {
left: -8px;
}   .box-step {
margin-top: 32px;
margin-bottom: 1px;
position: relative;
}
.box-step .box-step-bg {
width: 100%;
height: auto;
max-width: 1165px;
}
.box-step .item {
position: absolute;
background: url(//fahrschule-jam.de/wp-content/themes/dricub-driving-school/images/box-step-item.png) center top no-repeat;
width: 227px;
height: 161px;
}
.box-step .item .number {
height: 145px;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
color: #393939;
font-weight: 500;
font-family: "Roboto", sans-serif;
}
.box-step .item .number span:first-child {
font-size: 38px;
line-height: 1;
}
.box-step .item .number span:last-child {
font-size: 12px;
line-height: 1;
}
.box-step .item .title {
font-size: 22px;
line-height: 1.4;
letter-spacing: -0.01em;
text-align: center;
color: #393939;
margin-top: 12px;
}
.box-step .item-01 {
top: -45px;
left: 44px;
}
.box-step .item-02 {
top: -45px;
left: 444px;
}
.box-step .item-03 {
top: -45px;
left: 844px;
}
.box-step .item-04 {
top: 248px;
left: 657px;
}
.box-step .item-05 {
top: 248px;
left: 277px;
}   .socila-services {
background: url(//fahrschule-jam.de/wp-content/themes/dricub-driving-school/images/socila-services-bg.jpg) 0 0 no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.facebook-box {
position: relative;
top: -4px;
}
.facebook-box iframe {
display: block;
width: 100%;
height: 240px;
border: none;
}   .tt-box-1 {
background: #f4f4f4;
}
.tt-box-1 .col-img {
width: 50%;
}
.tt-box-1 .col-img img {
width: 100%;
height: auto;
}
.tt-box-1 .col-description {
padding: 30px 56px;
}
.tt-box-1 .col-description *:nth-child(1) {
margin-top: 0;
}
.tt-box-1 .col-description h6 {
font-size: 38px;
line-height: 1.2;
margin: 0;
padding-bottom: 47px;
font-family: "Roboto", sans-serif;
}
.tt-box-1 .col-description .btn {
margin-top: 56px;
}
@media (max-width: 991px) {
.tt-box-1 .row {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.tt-box-1 .col-img {
width: 100%;
text-align: center;
}
.tt-box-1 .col-description {
text-align: center;
padding: 40px 56px;
}
.tt-box-1 .col-description ul {
max-width: 515px;
margin: 0 auto;
text-align: left;
}
}
@media (max-width: 550px) {
.tt-box-1 .col-description {
padding-left: 20px;
padding-right: 20px;
}
.tt-box-1 .col-description h6 {
font-size: 34px;
padding-bottom: 14px;
}
.tt-box-1 .col-description .btn {
margin-top: 24px;
}
}
.svg-triangle {
margin: 0 auto;
width: 100px;
height: 100px;
-webkit-border-radius: 14px;
-moz-border-radius: 14px;
border-radius: 14px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
}
.svg-triangle polygon {
fill: #98d02e;
stroke: #65b81d;
stroke-width: 2;
}   .form-question {
max-width: 320px;
background: #f3f3f3 url(//fahrschule-jam.de/wp-content/themes/dricub-driving-school/images/form-question.png) bottom right no-repeat;
padding: 20px 18px 27px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
display: inline-block;
}
.form-question h5 {
font-size: 30px;
line-height: 1.14;
margin: 0;
position: relative;
padding: 15px 0 21px 46px;
}
.form-question h5 img {
position: absolute;
left: -59px;
z-index: 1;
}
.full-width-form-question {
min-width: -webkit-fill-available;
}
@media (max-width: 768px) {
.form-question h5 {
font-size: 25px;
padding-left: 27px;
}
}
@media (max-width: 550px) {
.form-question h5 {
font-size: 20px;
padding-left: 17px;
}
}
@media (min-width: 991px) {
.form-question-align .form-question {
float: right;
}
}   .box-info-icon {
margin-top: 61px;
}
.box-info-icon .item {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.box-info-icon .item:not(:first-child) {
margin-top: 39px;
}
.box-info-icon .item .col-icon {
min-width: 98px;
}
.box-info-icon .item .col-icon img {
max-width: 100%;
height: auto;
margin-top: 6px;
}
.box-info-icon .item .col-description {
order: 2;
}
.box-info-icon .item .col-description h6 {
margin: 0;
font-size: 18px;
line-height: 1.1;
font-weight: 500;
font-family: "Roboto", sans-serif;
color: #393939;
text-transform: uppercase;
}
.box-info-icon .item .col-description address {
margin-top: 11px;
font-style: normal;
line-height: 28px;
margin-bottom: 0;
}
@media (max-width: 991px) {
.mobile-center-md .box-info-icon .item {
display: block;
}
.mobile-center-md .box-info-icon .item .col-description {
margin-top: 15px;
}
.box-info-icon .item .col-description h6 {
margin-top: 15px;
}
}   .video-block {
position: relative;
line-height: 0;
}
.video-block video {
width: 100%;
}
.video-block .link-video {
position: absolute;
display: inline-block;
width: 100%;
height: 100%;
z-index: 7;
color: #fff;
}
.video-block .link-video:before {
content: "\e923";
font-family: "driving";
display: inline-block;
position: absolute;
top: 50%;
left: 50%;
z-index: 3;
margin-left: -38px;
margin-top: -15px;
font-size: 76px;
line-height: 30px;
}
.video-block .link-video.play:before {
content: "\ea1d";
}
@media (max-width: 991px) {
.video-block {
max-width: 600px;
margin: 0 auto;
}
}
@media (max-width: 768px) {
.video-block {
padding-bottom: 20px;
}
}
@media (max-width: 550px) {
.video-block {
padding-bottom: 11px;
}
}
.video-block:hover .link-video {
color: #fdc400;
}   .box-music iframe,
.box-music object,
.box-music embed {
width: 100%;
height: auto;
border: 0;
}   .tt-accordion-box {
margin-top: 80px;
}
@media (max-width: 768px) {
.tt-accordion-box {
margin-top: 65px;
}
}
@media (max-width: 550px) {
.tt-accordion-box {
margin-top: 45px;
}
}
.tt-accordion-box .item:not(:first-child),
.wpb_wrapper .vc_toggle:not(:first-child) {
margin-top: 53px;
}
.tt-accordion-box .item:not(.active) .tt-content {
display: none;
}
.tt-accordion-box .item.active .tt-title,
.vc_toggle_active h4 {
color: #fdc400 !important;
}
.vc_toggle_icon {
display: none !important;
}
.tt-accordion-box .item .tt-title,
.vc_toggle_title {
letter-spacing: 0.013em;
position: relative;
padding: 0 56px 0 0;
}
.tt-accordion-box .item .tt-title,
.vc_toggle_title h4 {
font-size: 30px;
line-height: 1.1;
color: #393939;
font-family: "Roboto", sans-serif;
font-weight: 400;
cursor: pointer;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.tt-accordion-box .item .tt-title:before,
.vc_toggle_title h4:before {
content: "\e90b";
font-family: "driving";
font-size: 30px;
line-height: 1.1;
position: absolute;
right: 0;
top: 3px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.tt-accordion-box .item.active .tt-title:before,
.vc_toggle_active .vc_toggle_title h4:before {
-moz-transform: scale(1, -1);
-webkit-transform: scale(1, -1);
-o-transform: scale(1, -1);
transform: scale(1, -1);
filter: FlipV;
-ms-filter: "FlipV";
}
.tt-accordion-box .item .tt-title:hover,
.vc_toggle_title h4:hover {
color: #fdc400;
}
.tt-accordion-box .item .tt-content,
.vc_toggle_content {
margin: 35px 0 0 0;
padding: 0 25px 56px 0;
border-bottom: 1px solid #e9e9e9;
}
.tt-accordion-box .item .tt-content p,
.vc_toggle_content p {
margin-top: 28px;
}
.tt-accordion-box .item .tt-content > ul,
.vc_toggle_content > ul {
margin-top: 28px;
}
.tt-accordion-box .item:last-child .tt-content,
.vc_toggle_content {
padding-bottom: 0;
border: none;
}
@media (max-width: 768px) {
.tt-accordion-box .item .item:not(:first-child) {
margin-top: 35px;
}
.tt-accordion-box .item .tt-title,
.vc_toggle_title h4 {
font-size: 26px;
}
.tt-accordion-box .item .tt-title:before,
.vc_toggle_title h4:before {
top: 0px;
}
.tt-accordion-box .item .tt-content {
margin: 15px 0 0 0;
padding: 0 25px 36px 0;
}
}
@media (max-width: 500px) {
.tt-accordion-box .item .tt-title,
.vc_toggle_title h4 {
font-size: 19px;
}
.tt-accordion-box .item .tt-title:before,
.vc_toggle_title h4:before {
top: -4px;
}
.tt-accordion-box .item:not(:first-child),
.wpb_wrapper .vc_toggle:not(:first-child) {
margin-top: 25px;
}
.tt-accordion-box .item .tt-content p {
margin-top: 23px;
}
}   .pagination {
text-align: center;
margin-top: 100px;
}
@media (max-width: 768px) {
.pagination {
margin-top: 45px;
}
}
.pagination ul {
line-height: 0;
font-size: 0;
margin: 0;
padding: 0;
}
.pagination li {
display: inline-block;
margin: 0 7px;
}
.pagination .nav-links .page-numbers,
.pagination li a {
margin: 0 5px 10px 5px;
display: inline-block;
font-size: 14px;
line-height: 3.3;
border: 1px solid #4d4d4d;
padding: 0 15px;
min-width: 50px;
min-height: 48px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
text-decoration: none;
}
.pagination .nav-links .page-numbers:hover,
.pagination li:hover a {
color: #fdc400;
border: 1px solid #fdc400;
}
.pagination .nav-links .page-numbers.current,
.pagination li.active a {
border: 1px solid #fdc400;
background: #fdc400;
color: #fff;
}   .list-addess .item {
position: relative;
min-height: 40px;
padding: 0 0 0 44px;
}
.list-addess .item:not(:first-child) {
margin-top: 67px;
}
@media (max-width: 1219px) {
.list-addess .item:not(:first-child) {
margin-top: 28px;
}
}
.list-addess .item .icon {
position: absolute;
top: 0px;
left: -7px;
font-size: 30px;
line-height: 1.1;
color: #fdc400;
}
.list-addess .item h6 {
font-size: 18px;
font-family: "Roboto", sans-serif;
text-transform: uppercase;
font-weight: 500;
margin: 5px 0 0 0;
padding-bottom: 5px;
}
.list-addess .item p {
margin-top: 0;
}
.list-addess .item p span {
white-space: nowrap;
}   @media (min-width: 900px) {
.google-map {
height: 100%;
width: 28.2%;
right: 0;
top: -282px;
position: absolute !important;
}
}
@media (max-width: 899px) {
.google-map {
width: 24%;
}
}
@media (max-width: 900px) {
.google-map {
height: 380px !important;
width: 100%;
position: relative !important;
}
}   .row-img-left {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-align-items: left;
-ms-flex-align: left;
align-items: left;
}
.row-img-left .col-content {
padding-left: 22px;
padding-right: 16px;
}
@media (min-width: 991px) {
.row-img-left {
padding-left: 20px;
}
}
@media (max-width: 991px) {
.row-img-left {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.row-img-left .col-content {
margin-top: 25px;
}
}   @media (max-width: 991px) {
.row-img-right .video-block {
margin-top: 40px;
}
}
@media (max-width: 550px) {
.row-img-right .video-block {
margin-top: 30px;
}
}   .tt-extra-total-indent {
overflow: hidden;
padding-bottom: 28px;
}
.tt-total-info-row {
background: url(//fahrschule-jam.de/wp-content/themes/dricub-driving-school/images/tt-promo-03.jpg) 0 0 repeat;
color: #ffffff;
font-family: "Roboto", sans-serif;
}
.tt-total-info-row .slick-list {
overflow: inherit;
}
.tt-total-info-row .tt-row .tt-col:nth-child(odd) .tt-total-info:before {
background: rgba(35, 35, 35, 0.4);
}
.tt-total-info-row .tt-row .tt-col:nth-child(even) .tt-total-info:before {
background: rgba(77, 77, 77, 0.4);
}
.tt-total-info-row .tt-row .tt-total-info {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
font-family: "Roboto", sans-serif;
position: relative;
padding: 28px 44px 32px 40px;
}
.tt-total-info-row .tt-row .tt-total-info:before {
content: "";
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
-webkit-transform: skew(-22deg);
-ms-transform: skew(-22deg);
transform: skew(-22deg);
}
.tt-total-info-row .tt-row .tt-total-info .tt-icon {
font-size: 38px;
line-height: 1;
padding-right: 3px;
color: #fdc400;
position: relative;
top: 2px;
}
.tt-total-info-row .tt-row .tt-total-info .tt-icon .icon-balloons {
font-size: 45px;
}
.tt-total-info-row .tt-row .tt-total-info .tt-icon .icon-id-card {
font-size: 45px;
}
.tt-total-info-row .tt-row .tt-total-info .tt-icon + .tt-description {
padding-left: 12px;
}
.tt-total-info-row .tt-row .tt-total-info .tt-description {
text-transform: uppercase;
position: relative;
font-size: 18px;
line-height: 1.1;
}
.tt-total-info-row .tt-row .tt-total-info .tt-description .tt-nubers {
font-size: 38px;
line-height: 1.1;
font-weight: 500;
}
@media (max-width: 1230px) {
.tt-total-info-row .tt-row .tt-total-info {
padding: 11px 31px 12px 30px;
}
.tt-total-info-row .tt-row .tt-total-info .tt-icon {
font-size: 35px;
}
.tt-total-info-row .tt-row .tt-total-info .tt-icon .icon-balloons,
.tt-total-info-row .tt-row .tt-total-info .tt-icon .icon-id-card {
font-size: 35px;
}
.tt-total-info-row .tt-row .tt-total-info .tt-description {
font-size: 16px;
}
.tt-total-info-row .tt-row .tt-total-info .tt-description .tt-nubers {
font-size: 33px;
}
.tt-total-info-row .tt-row .slick-dots {
bottom: -35px;
}
}
@media (max-width: 1024px) {
.tt-total-info-row .container {
width: 100%;
padding-left: 0;
padding-right: 0;
}
.tt-total-info-row .tt-row .tt-total-info {
padding: 11px 31px 12px 30px;
}
.tt-total-info-row .tt-row .tt-total-info .tt-icon {
font-size: 30px;
}
.tt-total-info-row .tt-row .tt-total-info .tt-icon .icon-balloons,
.tt-total-info-row .tt-row .tt-total-info .tt-icon .icon-id-card {
font-size: 30px;
}
.tt-total-info-row .tt-row .tt-total-info .tt-description {
font-size: 16px;
}
.tt-total-info-row .tt-row .tt-total-info .tt-description .tt-nubers {
font-size: 30px;
}
.tt-total-info-row .slick-dots {
bottom: -29px;
}
}
@media (max-width: 705px) {
.tt-total-info-row .tt-row .tt-total-info {
padding: 11px 31px 12px 30px;
}
.tt-total-info-row .tt-row .tt-total-info .tt-icon {
font-size: 30px;
}
.tt-total-info-row .tt-row .tt-total-info .tt-icon .icon-balloons,
.tt-total-info-row .tt-row .tt-total-info .tt-icon .icon-id-card {
font-size: 30px;
}
.tt-total-info-row .tt-row .tt-total-info .tt-description {
font-size: 16px;
}
.tt-total-info-row .tt-row .tt-total-info .tt-description .tt-nubers {
font-size: 30px;
}
}
@media (max-width: 551px) {
.tt-total-info-row .tt-row .tt-col .tt-total-info:before {
display: none;
}
.tt-total-info-row .tt-row .tt-total-info {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.tt-total-info-row .tt-row .tt-total-info .tt-description {
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
}
.tt-total-info-row .tt-row .slick-dots {
bottom: -27px;
}
}   .tt-layout-01 {
margin: 105px 0 0 0;
padding-bottom: 15px;
}
.tt-layout-01 .tt-title-lg {
padding-bottom: 20px;
}
.tt-layout-01 .tt-img {
position: relative;
min-height: 396px;
}
.tt-layout-01 .tt-img img {
height: auto;
margin-left: -147px;
margin-top: -8px;
position: absolute;
max-width: 200%;
}
.tt-layout-01 .tt-btn-custom {
margin-top: 36px;
padding-left: 46px;
padding-right: 46px;
}
.tt-layout-01 .tt-img-device {
display: none;
}
.tt-layout-01 .tt-img-mobile {
display: none;
text-align: center;
padding-bottom: 23px;
}
.tt-layout-01 .tt-img-mobile img {
width: 100%;
max-width: 277px;
height: auto;
}
@media (max-width: 1500px) {
.tt-layout-01 .tt-img img {
margin-left: 0;
margin-top: 20px;
max-width: 500px;
height: auto;
}
}
@media (max-width: 1219px) {
.tt-layout-01 .tt-img img {
margin-left: 0;
margin-top: 20px;
max-width: 400px;
}
}
@media (max-width: 992px) {
.tt-layout-01 {
margin: 86px 0 0 0;
padding-bottom: 0px;
font-size: 15px;
line-height: 24px;
text-align: center;
}
.tt-layout-01 .container .row .col-md-6:first-child {
display: none;
}
.tt-layout-01 .list-icon {
max-width: 472px;
margin: 0 auto;
text-align: left;
}
.tt-layout-01 .tt-img-device {
display: block;
margin-top: 50px;
}
.tt-layout-01 .tt-img-device img {
position: relative;
margin-left: 0;
width: 100%;
max-width: 457px;
height: auto;
}
.tt-layout-01 .row-btn {
text-align: center;
}
}
@media (max-width: 768px) {
.tt-layout-01 {
padding-bottom: 45px;
}
}
@media (max-width: 550px) {
.tt-layout-01 {
text-align: left;
margin: 39px 0 0 0;
padding-bottom: 15px;
}
.tt-layout-01 .tt-img-device {
display: none;
}
.tt-layout-01 .tt-title-lg {
text-align: center;
}
.tt-layout-01 .tt-img-mobile {
display: block;
}
}   .tt-tabs {
overflow: hidden;
}
.tt-tabs .tt-tabs__head > ul {
list-style: none;
padding: 0;
}
.tt-tabs .tt-tabs__head .tt-tabs__btn-prev,
.tt-tabs .tt-tabs__head .tt-tabs__btn-next {
display: none;
}
.tt-tabs .tt-tabs__body > div {
display: block;
}
.tt-tabs .tt-tabs__body > div > div {
display: none;
}
.tt-tabs .tt-tabs__body > div:not(:first-child) > span {
border-top: solid 1px $nav_tabs_border;
}
.tt-tabs .tt-tabs__content p {
margin-bottom: 0;
}
@media only screen and (max-width: 1025px) {
.tt-tabs .tt-tabs__head {
display: none;
}
.tt-tabs .tt-tabs__head.slider .tt-tabs__btn-prev,
.tt-tabs .tt-tabs__head.slider .tt-tabs__btn-next {
display: none;
}
.tt-tabs .tt-tabs__border {
display: none;
}
.tt-tabs .tt-tabs__body > div > span {
position: relative;
display: block;
background: #393939;
color: #fff;
padding: 13px 40px 13px 20px;
font-size: 18px;
line-height: 1.1;
font-weight: 600;
letter-spacing: 0.015em;
cursor: pointer;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.tt-tabs .tt-tabs__body > div > span i {
position: absolute;
right: 20px;
font-size: 18px;
line-height: 1.1;
}
.tt-tabs .tt-tabs__body > div > div {
padding: 30px 20px 27px;
border-top: solid 1px $nav_tabs_border;
}
.tt-tabs .tt-tabs__body > div:hover > span {
color: #fdc400;
}
.tt-tabs .tt-tabs__body > div.active > span {
background: #fdc400;
color: #fff;
}
.tt-tabs .tt-tabs__content-head {
display: none;
}
.tt-tabs .tt-tabs__content {
font-size: 14px;
}
.tt-tabs .tt-tabs__content .tab-title {
display: none;
}
.tt-tabs .tt-tabs__content .tags-list {
margin-top: 13px;
}
.tt-tabs .tt-tabs__content .divider {
height: 10px;
}
.tt-tabs .tt-tabs__content h6 {
font-size: 15px;
margin-top: 13px;
}
.tt-tabs .tt-tabs__content h6 .icon,
.tt-tabs .tt-tabs__content h6 .fa {
font-size: 30px;
line-height: 30px;
margin-right: 5px;
}
.tt-tabs .tt-tabs__content li {
font-size: 14px;
}
.tt-tabs .tt-tabs__content .form-horizontal .form-group {
margin-bottom: 16px;
}
.tt-tabs .tt-tabs__content .reviews-comments .item {
margin-top: 33px;
}
.tt-tabs .tt-tabs__content .table {
margin-top: 20px;
}
.tt-tabs .tt-tabs__content .review {
padding-top: 15px;
}
.tt-tabs .tt-tabs__content .review a {
margin-left: 0;
}
.tt-tabs .tt-tabs__content .review .rating {
margin-right: 16px;
}
.tt-tabs .tt-tabs__content .review span:not([class]),
.tt-tabs .tt-tabs__content .review span:not([class]) {
margin-left: inherit;
margin-right: 16px;
margin-top: 10px;
display: inline-block;
}
}
@media only screen and (min-width: 1025px) {
.tt-tabs .tt-tabs__head {
position: relative;
visibility: hidden;
margin-bottom: 7px;
}
.tt-tabs .tt-tabs__head > ul {
position: relative;
margin: 0 -17px;
flex-wrap: wrap;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
margin-left: 0;
}
.tt-tabs .tt-tabs__head > ul > li {
padding: 0 5px 0 0;
margin-top: 0;
}
.tt-tabs .tt-tabs__head > ul > li > span {
position: relative;
display: block;
padding: 10px 0 10px;
min-width: 90px;
text-align: center;
background: #393939;
font-size: 14px;
line-height: 18px;
font-weight: 600;
letter-spacing: 0.01em;
text-transform: uppercase;
color: #fff;
cursor: pointer;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.tt-tabs .tt-tabs__head > ul > li > span i {
font-size: 42px;
line-height: 1.1;
}
.tt-tabs .tt-tabs__head > ul > li > span span {
font-size: 14px;
line-height: 1.1;
font-family: "Roboto", sans-serif;
font-weight: bold;
display: block;
padding: 3px 0 0 0;
text-align: center;
}
.tt-tabs .tt-tabs__head > ul > li:hover span {
color: #fdc400;
}
.tt-tabs .tt-tabs__head > ul > li.active > span {
background: #fdc400;
color: #fff !important;
cursor: default;
position: relative;
}
.tt-tabs .tt-tabs__head > ul > li.active > span:before {
content: "";
display: block;
position: absolute;
bottom: -7px;
width: 100%;
height: 7px;
color: #fff;
background: #fdc400;
}
.tt-tabs .tt-tabs__head > ul > li.active > span span {
color: #fff;
}
.tt-tabs .tt-tabs__head.text-center ul {
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.tt-tabs .tt-tabs__head.slider {
margin-left: 30px;
margin-right: 30px;
}
.tt-tabs .tt-tabs__head.slider .tt-tabs__btn-prev,
.tt-tabs .tt-tabs__head.slider .tt-tabs__btn-next {
display: block;
position: absolute;
width: 20px;
height: 100%;
top: 0;
cursor: pointer;
z-index: 2;
}
.tt-tabs .tt-tabs__head.slider .tt-tabs__btn-prev::before,
.tt-tabs .tt-tabs__head.slider .tt-tabs__btn-next::before {
position: absolute;
display: block;
content: "";
top: 50%;
left: 50%;
margin-top: -15px;
border-top: solid 3px red;
border-left: solid 3px green;
width: 12px;
height: 12px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.tt-tabs .tt-tabs__head.slider .tt-tabs__btn-prev.disabled,
.tt-tabs .tt-tabs__head.slider .tt-tabs__btn-next.disabled {
pointer-events: none;
}
.tt-tabs .tt-tabs__head.slider .tt-tabs__btn-prev.disabled::before,
.tt-tabs .tt-tabs__head.slider .tt-tabs__btn-next.disabled::before {
border-top-color: red;
border-left-color: green;
}
.tt-tabs .tt-tabs__head.slider .tt-tabs__btn-prev {
left: -30px;
}
.tt-tabs .tt-tabs__head.slider .tt-tabs__btn-next {
right: -30px;
}
.tt-tabs .tt-tabs__head.slider .tt-tabs__btn-prev::before {
margin-left: -4px;
}
.tt-tabs .tt-tabs__head.slider .tt-tabs__btn-next::before {
margin-left: -8px;
}
.tt-tabs .tt-tabs__head.slider::before,
.tt-tabs .tt-tabs__head.slider::after {
position: absolute;
display: block;
content: "";
height: 100%;
width: 30px;
top: 0;
cursor: default;
z-index: 1;
}
.tt-tabs .tt-tabs__body {
border: solid 1px #dedede;
margin-top: -1px;
padding: 51px 32px 62px 32px;
}
.tt-tabs .tt-tabs__body > div > span {
display: none;
}
.tt-tabs .tt-tabs__body > div > div {
padding: 0px 0 0px;
}
.tt-tabs .tt-tabs__content .tab-title {
font-size: 18px;
line-height: 1.1;
font-family: "Roboto", sans-serif;
padding: 0 0 18px 0;
margin: 0;
text-transform: uppercase;
}
.tt-tabs .tt-tabs__content .btn {
margin-top: 20px;
}
}    .aside {
padding-top: 6px;
}
.aside .tt-block-aside:not(:first-child) {
margin-top: 81px;
}
.aside .calendar_wrap a,
.aside .tt-post-preview .item a {
text-decoration: none;
}
.tt-block-aside.widget li a {
text-decoration: none;
}
@media (max-width: 991px) {
.blog .aside {
margin-top: 74px;
}
}
@media (max-width: 550px) {
.aside .tt-block-aside:not(:first-child) {
margin-top: 70px;
}
}   .tt-block-aside h3.tt-title {
font-size: 28px;
line-height: 1.1;
letter-spacing: -0.01em;
padding-bottom: 29px;
}
@media (max-width: 550px) {
.tt-block-aside h3.tt-title {
padding-bottom: 24px;
}
}
.tt-block-aside ul {
padding: 2px 0 0 0;
margin: 0 0 0 0px;
}
.tt-block-aside ul li {
line-height: 1.2;
position: relative;
list-style: none;
display: block;
padding: 5px 0 5px 15px;
margin-top: 0;
}
.tt-block-aside ul li:before {
content: "\e90c";
font-family: "driving";
position: absolute;
top: 12px;
left: 0px;
font-size: 10px;
line-height: 1.1;
}
.widget_search.tt-block-aside.widget form.search-form {
display: inline-block;
width: 100%;
}
.widget_search.tt-block-aside.widget label {
display: inline-block;
float: left;
width: 55%;
}
.widget_search.tt-block-aside.widget .search-field {
width: 100%;
height: 50px;
border-radius: 5px;
}
.widget_search.tt-block-aside.widget input.search-submit {
display: inline-block;
float: right;
width: 40%;
padding: 0;
}
.widget_nav_menu ul > li > ul.sub-menu li > ul.sub-menu li:before {
left: -15px;
}
.tt-block-aside ul li a span {
display: inline-block;
margin-left: 5px;
}
.tt-block-aside ul li > a:hover {
color: #fdc400;
}
.tt-block-aside ul li:not(:first-child) {
margin-top: 7px;
}
.tt-block-aside ul li:last-child a {
padding-bottom: 0;
}
.tagcloud,
.tt-post.single .post-categories {
padding: 0;
margin: 0 0 0 -5px;
}
.tagcloud li,
.widget_tag_cloud .tagcloud a,
.tt-post.single .post-categories li {
display: inline-block;
margin: 0 0 5px 5px;
text-decoration: none;
}
.tagcloud li a,
.widget_tag_cloud .tagcloud a,
.tt-post.single .post-categories li a {
min-width: 50px;
min-height: 34px;
font-size: 15px;
line-height: 1.1;
padding: 8px 14px 10px;
display: inline-block;
border: 1px solid #c2c2c2;
text-align: center;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
text-decoration: none;
border-radius: 3px;
text-decoration: none;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.tagcloud li a:hover,
.tt-post.single .post-categories li a:hover {
border-color: #fdc400;
color: #fdc400;
}
.tagcloud li.active a,
.tt-post.single .post-categories li.active a {
border-color: #fdc400;
background: #fdc400;
color: #fff;
}
.category-list {
padding: 2px 0 0 0;
margin: 0 0 0 21px;
}
.category-list li {
font-size: 18px;
line-height: 1.2;
position: relative;
}
.category-list li:before {
content: "\e90c";
font-family: "driving";
position: absolute;
top: 12px;
left: 0px;
font-size: 10px;
line-height: 1.1;
}
.category-list li a {
display: block;
padding: 5px 0 5px 25px;
text-decoration: none;
}
.category-list li a span {
display: inline-block;
margin-left: 5px;
}
.category-list li:hover a {
color: #fdc400;
}
.category-list li:not(:first-child) {
margin-top: 7px;
}
.category-list li:last-child a {
padding-bottom: 0;
}
.widget_tag_cloud .tagcloud a {
margin: 0 0 5px 5px;
min-width: 50px;
min-height: 34px;
font-size: 15px !important;
line-height: 1.1;
padding: 8px 14px 10px;
display: inline-block;
border: 1px solid #c2c2c2;
text-align: center;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
text-decoration: none;
}
.widget_tag_cloud .tagcloud a:hover {
border-color: #fdc400;
color: #fdc400;
}
.tags-list li.active a {
border-color: #fdc400;
background: #fdc400;
color: #fff;
}
.tt-post-preview .item {
margin-bottom: 45px;
}
.tt-post-preview .item .post-img a {
display: inline-block;
overflow: hidden;
text-decoration: none;
}
.tt-post-preview .item .post-img a img {
width: 100%;
height: auto;
-moz-transition: all 1s ease-out;
-o-transition: all 1s ease-out;
-webkit-transition: all 1s ease-out;
backface-visibility: hidden;
}
.tt-post-preview .item .post-img a:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
}
.tt-post-preview .item .post-meta {
color: #b2b2b2;
font-size: 15px;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
padding: 15px 0 0 0;
}
.tt-post-preview .item .post-meta i {
font-size: 18px;
}
.tt-post-preview .item .post-meta .reviews {
padding-right: 3px;
}
.tt-post-preview .item .post-meta .reviews i {
margin-right: 8px;
position: relative;
top: 2px;
display: inline-block;
}
.tt-post-preview .item .post-title {
font-size: 22px;
line-height: 1.4;
letter-spacing: -0.002em;
margin: 11px 0 0 0;
}
.tt-post-preview .item .post-title a:hover {
color: #fdc400;
}
.tt-post-preview .post-meta .updated {
display: none;
}   .tt-post:first-child {
margin-top: 50px;
}
.single.single-post .tt-post:first-child {
margin-top: 0;
}
.tt-post .tt-post:first-child {
margin-top: 0;
}
.tt-post:not(:first-child) {
margin-top: 100px;
}
@media (max-width: 768px) {
.tt-post:not(:first-child) {
margin-top: 35px;
}
}
.tt-post .post-image {
position: relative;
}
.tt-post .post-image .post-img-link {
color: #ffffff;
display: inline-block;
position: absolute;
padding: 10px;
font-weight: bold;
z-index: 2;
top: 50%;
left: 50%;
white-space: nowrap;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 38px;
line-height: 1.1;
font-weight: 500;
color: #fff;
font-family: "Open Sans", sans-serif;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
@media (max-width: 768px) {
.tt-post .post-image .post-img-link {
font-size: 27px;
}
}
@media (min-width: 550px) {
.tt-post .post-image .post-img-link i {
display: none;
}
}
@media (max-width: 550px) {
.tt-post .post-image .post-img-link {
font-size: 20px;
}
.tt-post .post-image .post-img-link span {
display: none;
}
.tt-post .post-image .post-img-link i {
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
display: inline-block;
background-color: rgba(253, 196, 0, 0.5);
color: #fff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
}
.form-question textarea.wpcf7-textarea {
height: 188px;
}
.row > .vc_row {
margin-left: -1px;
margin-right: 1px;
}
.tt-post .post-image .post-img-link:hover {
color: #fdc400;
}
.tt-post .post-image .post-img-link:hover i {
-webkit-animation: ripple 0.5s linear 1;
animation: ripple 0.5s linear 1;
background-color: #fdc400;
}
.tt-post .post-meta {
padding: 33px 0 0 0;
}
.tt-post .post-meta a {
text-decoration: none;
}
.tt-post:first-child .post-meta {
padding-top: 0;
margin-top: 33px;
}
.tt-post .post-meta,
.tt-post .post-meta time,
.tt-post .post-meta .post-meta-reviews {
color: #b2b2b2;
font-size: 15px;
}
.tt-post .post-meta .updated {
display: none;
}
.tt-post .post-meta time.entry-date.published.updated {
display: block;
}
.tt-post .post-meta i {
font-size: 18px;
}
.tt-post .post-meta .date {
display: inline-block;
}
.tt-post .post-meta .reviews {
display: inline-block;
margin-left: 82px;
}
.tt-post .post-meta .reviews i {
margin-right: 8px;
position: relative;
top: 2px;
}
.tt-post .post-title {
font-size: 38px;
line-height: 1.1;
font-weight: 500;
font-family: "Roboto", sans-serif;
color: #393939;
margin-top: 22px;
}
.tt-post .post-title a {
color: #393939;
text-decoration: none;
}
.tt-post .post-title a:hover {
color: #fdc400;
}
@media (max-width: 768px) {
.tt-post .post-title {
font-size: 30px;
font-weight: 400;
}
}
@media (max-width: 550px) {
.tt-post .post-title {
font-size: 27px;
}
}
.tt-post.contant-main > a.btn {
margin-top: 20px 0;
}
.tt-post.contant-main {
clear: both;
}
.tt-post .post-author {
font-size: 15px;
line-height: 1.1;
font-weight: 600;
margin: 22px 0;
}
.tt-post .post-author a {
text-decoration: none;
}
.tt-post .post-content {
margin: 27px 0 0 0;
padding: 0 0 0 0;
font-size: 16px;
line-height: 1.5;
}
.tt-post .post-content blockquote {
margin: 39px 0 0 0;
padding: 0 0 0 142px;
font-style: italic;
position: relative;
letter-spacing: -0.02em;
min-height: 80px;
}
.tt-post .post-content blockquote:before {
content: "";
display: block;
width: 1px;
height: 100%;
position: absolute;
left: 86px;
top: -2px;
background: #fdc400;
}
.tt-post .post-content blockquote:after {
content: "\e917";
font-family: "driving";
font-size: 36px;
line-height: 1.1;
position: absolute;
left: 63px;
top: 13px;
color: #fdc400;
font-style: normal;
border: 5px solid #fff;
z-index: 7;
background-color: #fff;
}
@media (max-width: 550px) {
.tt-post .post-content blockquote {
padding-left: 64px;
}
.tt-post .post-content blockquote:after {
left: 0px;
}
.tt-post .post-content blockquote:before {
left: 23px;
}
}
.tt-post .post-read-more {
margin-top: 34px;
}
.tt-post .post-read-more .btn {
padding-right: 34px;
padding-left: 34px;
}
.tt-post .post-read-more .post-link {
font-size: 32px;
line-height: 1.1;
color: #fdc400;
}
.tt-post.single p {
margin-top: 32px;
}
@media (max-width: 550px) {
.tt-post.single p {
margin-top: 25px;
}
}
.tag-cat-list {
margin-top: 45px;
display: inline-block;
width: 100%;
}   .tt-comments-block {
margin-top: 62px;
padding-top: 57px;
border-top: 1px solid #e9e9e9;
}
.tt-comments-block .tt-title {
font-size: 30px;
line-height: 1.1;
letter-spacing: -0.005em;
padding-bottom: 17px;
}
.tt-comments-block .comment {
margin: 24px 0;
list-style: none;
}
.tt-comments-block .comment .userpic {
width: 80px;
float: left;
font-size: 50px;
line-height: 50px;
color: #b3b3b3;
margin-left: 2px;
}
.tt-comments-block .comment .userpic img {
width: 50px;
height: auto;
}
.tt-comments-block .comment .text {
overflow: hidden;
padding-top: 9px;
}
.tt-comments-block .comment .text p {
margin-top: 8px;
font-size: 15px;
line-height: 1.6;
color: #393939;
}
.tt-comments-block .comment .text .meta {
font-size: 14px;
}
.tt-comments-block .comment .text .meta .icon {
padding-right: 5px;
}
.logged-in-as a,
.tt-comments-block .comment .comment-reply-link,
.tt-comments-block .comment .text .meta a {
text-decoration: none;
}
.tt-comments-block .comment .text .meta p {
font-size: 15px;
line-height: 1.1;
}
.tt-comments-block .comment .text .meta .date time {
color: #b4b4b4;
}
.tt-comments-block .comment .text .meta-author {
padding-right: 50px;
font-size: 15px;
font-weight: 600;
}
.tt-comments-block .comment .text .meta-date {
color: #b4b4b4;
font-size: 15px;
}
.tt-comments-block .comment.replay {
margin-left: 40px;
}
@media (max-width: 600px) {
.tt-comments-block .comment .userpic {
float: inherit;
}
.tt-comments-block .comment.replay {
margin-left: 40px;
}
.tt-comments-block .comment .meta .meta-author {
width: 100%;
padding: 0;
display: block;
}
.tt-comments-block .comment .text p {
font-size: 14px;
}
}
@media (max-width: 550px) {
.tt-comments-block {
margin-top: 35px;
padding-top: 35px;
}
}   .tt-comments-form {
margin-top: 86px;
}
.tt-comments-form .tt-title {
font-size: 30px;
line-height: 1.1;
letter-spacing: -0.005em;
padding-bottom: 39px;
}
@media (max-width: 550px) {
.tt-comments-form {
margin-top: 69px;
}
}   .blog-masonry {
overflow: hidden;
}
.blog-masonry .tt-post {
margin: 0;
border: 1px solid #e9e9e9;
background-color: #fff;
padding-bottom: 20px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
#blog-masonry .post-author {
display: none;
}
.blog-masonry .tt-post .post-image {
overflow: hidden;
-webkit-border-top-left-radius: 7px;
-webkit-border-top-right-radius: 7px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
}
.blog-masonry .tt-post .post-image .post-img-link {
font-size: 18px;
}
@media (max-width: 1220px) {
.blog-masonry .tt-post .post-image .post-img-link {
font-size: 15px;
}
}
@media (max-width: 700px) {
.blog-masonry .tt-post .post-image .post-img-link {
font-size: 18px;
}
}
.blog-masonry .tt-post .post-meta,
.blog-masonry .tt-post .post-title,
.blog-masonry .tt-post .post-content,
.blog-masonry .tt-post .post-read-more {
margin-left: 24px;
margin-right: 15px;
}
.blog-masonry .tt-post .post-title {
font-size: 22px;
}
.blog-masonry .tt-post .post-content {
font-size: 16px;
}
.blog-masonry .tt-post .tt-post {
border: none;
}
.blog-masonry .tt-post .tt-post h2.post-title {
margin-left: 0;
margin-right: 0;
}
@media (max-width: 550px) {
.blog-masonry .tt-post .post-content {
margin-top: 19px;
}
}
@media (max-width: 450px) {
.blog-masonry .tt-post .reviews {
display: block;
margin-left: 0;
margin-top: 4px;
}
}  .boxHidded {
visibility: hidden;
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
}
.animated.flipOutX,
.animated.flipOutY {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
} @-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
} @-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
animation-name: fadeInRight;
-webkit-animation-name: fadeInRight;
animation-duration: 1.5s;
-webkit-animation-duration: 1.5s;
animation-timing-function: ease-in-out;
-webkit-animation-timing-function: ease-in-out;
visibility: visible !important;
} @keyframes slideInLeft {
from {
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
animation-name: slideInLeft;
} @keyframes slideInRight {
from {
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
animation-name: slideInRight;
} @-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
animation-name: fadeInUp;
-webkit-animation-name: fadeInUp;
animation-duration: 1.5s;
-webkit-animation-duration: 1.5s;
animation-timing-function: ease-in-out;
-webkit-animation-timing-function: ease-in-out;
visibility: visible !important;
} .fadeInDown {
animation-name: fadeInDown;
-webkit-animation-name: fadeInDown;
animation-duration: 1.5s;
-webkit-animation-duration: 1.5s;
animation-timing-function: ease-in-out;
-webkit-animation-timing-function: ease-in-out;
visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
} @-webkit-keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
.zoomIn {
animation-name: zoomIn;
-webkit-animation-name: zoomIn;
animation-duration: 1.5s;
-webkit-animation-duration: 1.5s;
animation-timing-function: ease-in-out;
-webkit-animation-timing-function: ease-in-out;
visibility: visible !important;
} @-webkit-keyframes zoomInLeft {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInLeft {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
} @-webkit-keyframes zoomInRight {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInRight {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
} @-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
} @keyframes slideInUp {
from {
transform: translate3d(0, 44%, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
animation-name: slideInUp;
} @-webkit-keyframes tremor {
0%,
25% {
left: -1px;
top: -1px;
-webkit-transform: translateX(-4%);
transform: translateX(-4%);
}
50%,
100% {
left: 1px;
top: 1px;
-webkit-transform: translateX(4%);
transform: translateX(4%);
}
}
@-moz-keyframes tremor {
0%,
25% {
left: -1px;
-webkit-transform: translateX(-4%);
transform: translateX(-4%);
}
50%,
100% {
left: 1px;
-webkit-transform: translateX(4%);
transform: translateX(4%);
}
}
@-ms-keyframes tremor {
0%,
25% {
left: -1px;
-webkit-transform: translateX(-4%);
transform: translateX(-4%);
}
50%,
100% {
left: 1px;
-webkit-transform: translateX(4%);
transform: translateX(4%);
}
}
@-o-keyframes tremor {
0%,
25% {
left: -1px;
-webkit-transform: translateX(-4%);
transform: translateX(-4%);
}
50%,
100% {
left: 1px;
-webkit-transform: translateX(4%);
transform: translateX(4%);
}
}
@keyframes tremor {
0%,
25% {
left: -1px;
-webkit-transform: translateX(-4%);
transform: translateX(-4%);
}
50%,
100% {
left: 1px;
-webkit-transform: translateX(4%);
transform: translateX(4%);
}
}    .slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slide {
outline: none;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
left: 0;
top: 0;
display: block;
}
.slick-track:before,
.slick-track:after {
content: "";
display: table;
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none;
}
[dir="rtl"] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
} .slick-loading .slick-list {
background: #fff url(//fahrschule-jam.de/wp-content/themes/dricub-driving-school/images/ajax-loader.gif) center center no-repeat;
}   .slick-arrow-01 .slick-prev,
.slick-arrow-01 .slick-next {
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
margin-top: 33px;
display: block;
width: 38px;
height: 38px;
padding: 0;
z-index: 7;
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-arrow-01 .slick-prev:hover,
.slick-arrow-01 .slick-prev:focus,
.slick-arrow-01 .slick-next:hover,
.slick-arrow-01 .slick-next:focus {
color: transparent;
outline: none;
background: transparent;
}
.slick-arrow-01 .slick-prev:hover:before,
.slick-arrow-01 .slick-prev:focus:before,
.slick-arrow-01 .slick-next:hover:before,
.slick-arrow-01 .slick-next:focus:before {
opacity: 1;
}
.slick-arrow-01 .slick-prev.slick-disabled:before,
.slick-arrow-01 .slick-next.slick-disabled:before {
opacity: 0.25;
}
.slick-arrow-01 .slick-prev:before,
.slick-arrow-01 .slick-next:before {
font-family: "driving";
font-size: 40px;
line-height: 1;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
opacity: 0.75;
color: #ffffff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-arrow-01 .slick-prev:hover:before,
.slick-arrow-01 .slick-next:hover:before {
color: #fdc400;
}
.slick-arrow-01 .slick-next {
left: 40px;
}
.slick-arrow-01 .slick-next:before {
content: "\e90d";
}
.slick-arrow-01 .slick-prev {
right: 40px;
}
.slick-arrow-01 .slick-prev:before {
content: "\e90c";
}
.slick-arrow-01 .slick-dotted.slick-slider {
margin-bottom: 30px;
}
.slick-arrow-01 .slick-dots {
position: absolute;
bottom: -75px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-arrow-01 .slick-dots li {
position: relative;
display: inline-block;
width: 56px;
height: 31px;
margin: 0 7px;
padding: 0;
cursor: pointer;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.slick-arrow-01 .slick-dots li button {
font-size: 0;
line-height: 0;
margin-top: 14px;
display: block;
width: 100%;
height: 3px;
background: #4d4d4d;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.slick-arrow-01 .slick-dots li:hover button,
.slick-arrow-01 .slick-dots li.slick-active button {
background: #fdc400;
}
@media (max-width: 768px) {
.slick-arrow-01 .slick-dots li {
width: 26px;
height: 3px;
}
}
@media (max-width: 550px) {
.slick-arrow-01 .slick-dots {
bottom: -11px;
}
}
.slick-arrow-01.white-dots.slick-arrow-01 .slick-dots li:not(:hover) button {
background: #fff;
}
.slick-arrow-01.white-dots.slick-arrow-01 .slick-dots li.slick-active button {
background: #fdc400;
}   .slick-arrow-02 .slick-prev,
.slick-arrow-02 .slick-next {
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
margin-top: 33px;
display: block;
width: 38px;
height: 38px;
padding: 0;
z-index: 7;
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
@media (max-width: 1316px) {
.slick-arrow-02 .slick-arrow {
display: none !important;
}
}
.slick-arrow-02 .slick-prev:hover,
.slick-arrow-02 .slick-prev:focus,
.slick-arrow-02 .slick-next:hover,
.slick-arrow-02 .slick-next:focus {
color: transparent;
outline: none;
background: transparent;
}
.slick-arrow-02 .slick-prev:hover:before,
.slick-arrow-02 .slick-prev:focus:before,
.slick-arrow-02 .slick-next:hover:before,
.slick-arrow-02 .slick-next:focus:before {
opacity: 1;
}
.slick-arrow-02 .slick-prev.slick-disabled:before,
.slick-arrow-02 .slick-next.slick-disabled:before {
opacity: 0.25;
}
.slick-arrow-02 .slick-prev:before,
.slick-arrow-02 .slick-next:before {
font-family: "driving";
font-size: 40px;
line-height: 1;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
opacity: 0.75;
color: #393939;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-arrow-02 .slick-prev:hover:before,
.slick-arrow-02 .slick-next:hover:before {
color: #fdc400;
}
.slick-arrow-02 .slick-next {
right: -40px;
}
.slick-arrow-02 .slick-next:before {
content: "\e90c";
}
.slick-arrow-02 .slick-prev {
left: -60px;
}
.slick-arrow-02 .slick-prev:before {
content: "\e90d";
}
.slick-arrow-02 .slick-dotted.slick-slider {
margin-bottom: 30px;
}
.slick-arrow-02 .slick-dots {
position: absolute;
bottom: -75px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-arrow-02 .slick-dots li {
position: relative;
display: inline-block;
width: 56px;
height: 31px;
margin: 0 7px;
padding: 0;
cursor: pointer;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.slick-arrow-02 .slick-dots li button {
font-size: 0;
line-height: 0;
margin-top: 14px;
display: block;
width: 100%;
height: 3px;
background: #4d4d4d;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.slick-arrow-02 .slick-dots li:hover button,
.slick-arrow-02 .slick-dots li.slick-active button {
background: #fdc400;
}
@media (max-width: 768px) {
.slick-arrow-02 .slick-dots li {
width: 26px;
height: 3px;
}
}
@media (max-width: 550px) {
.slick-arrow-02 .slick-dots {
bottom: -40px;
}
.slick-arrow-02 .slick-dots li {
margin: 0 5px;
}
}
.slick-arrow-02.white-dots.slick-arrow-01 .slick-dots li:not(:hover) button {
background: #fff;
}
.slick-arrow-02.white-dots.slick-arrow-01 .slick-dots li.slick-active button {
background: #fdc400;
}   .slick-arrow-03 { }
.slick-arrow-03 .slick-prev,
.slick-arrow-03 .slick-next {
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
margin-top: -20px;
display: block;
width: 38px;
height: 38px;
padding: 0;
z-index: 7;
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-arrow-03 .slick-prev:hover,
.slick-arrow-03 .slick-prev:focus,
.slick-arrow-03 .slick-next:hover,
.slick-arrow-03 .slick-next:focus {
color: transparent;
outline: none;
background: transparent;
}
.slick-arrow-03 .slick-prev:hover:before,
.slick-arrow-03 .slick-prev:focus:before,
.slick-arrow-03 .slick-next:hover:before,
.slick-arrow-03 .slick-next:focus:before {
opacity: 1;
}
.slick-arrow-03 .slick-prev.slick-disabled:before,
.slick-arrow-03 .slick-next.slick-disabled:before {
opacity: 0.25;
}
.slick-arrow-03 .slick-prev:before,
.slick-arrow-03 .slick-next:before {
font-family: "driving";
font-size: 40px;
line-height: 1;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
color: #fff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-arrow-03 .slick-prev:hover:before,
.slick-arrow-03 .slick-next:hover:before {
color: #fdc400;
}
.slick-arrow-03 .slick-next {
left: 17px;
}
.slick-arrow-03 .slick-next:before {
content: "\e90d";
}
.slick-arrow-03 .slick-prev {
right: 17px;
}
.slick-arrow-03 .slick-prev:before {
content: "\e90c";
}
.slick-arrow-03 .slick-dotted.slick-slider {
margin-bottom: 30px;
}
.slick-arrow-03 .slick-dots {
position: absolute;
bottom: 27px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-arrow-03 .slick-dots li {
position: relative;
display: inline-block;
width: 56px;
height: 31px;
margin: 0 7px;
padding: 0;
cursor: pointer;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.slick-arrow-03 .slick-dots li button {
font-size: 0;
line-height: 0;
margin-top: 14px;
display: block;
width: 100%;
height: 3px;
background: #fff;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.slick-arrow-03 .slick-dots li:hover button,
.slick-arrow-03 .slick-dots li.slick-active button {
background: #fdc400;
}
.slick-arrow-03.white-dots.slick-arrow-01 .slick-dots li:not(:hover) button {
background: #fff;
}
.slick-arrow-03.white-dots.slick-arrow-01 .slick-dots li.slick-active button {
background: #fdc400;
}
.countdown_box {
position: relative;
text-align: center;
width: 100%;
z-index: 5;
display: inline-block;
margin-top: 27px;
}
.countdown_box .countdown_inner {
overflow: hidden;
text-align: center;
color: #fff;
}
.countdown_box .countdown-section {
display: inline-block;
text-align: center;
position: relative;
margin: 0 0px;
line-height: 13px;
font-size: 14px;
white-space: nowrap;
width: 77px;
height: 101px;
background: url(//fahrschule-jam.de/wp-content/themes/dricub-driving-school/images/countdown-bg.png) left bottom no-repeat;
}
.countdown_box .countdown-period {
display: block;
position: absolute;
top: 0;
width: 100%;
text-align: center;
font-size: 11px;
line-height: 1.1;
color: #1b1b1b;
font-family: "Roboto", sans-serif;
font-weight: bold;
text-transform: uppercase;
}
.countdown_box .countdown-amount {
line-height: 20px;
font-weight: bold;
font-size: 51px;
line-height: 1;
display: block;
margin-top: 29px;
font-family: Helvetica, Arial, "Helvetica Neue", sans-serif;
} .blog-masonry {
list-style: none;
margin: 0px auto;
padding: 0;
}
.blog-masonry.grid-col-2 > li {
display: block;
float: left;
padding: 0 15px;
width: 50%;
}
@media screen and (max-width: 700px) {
.blog-masonry.grid-col-2 > li {
width: 100%;
}
}
.blog-masonry.grid-col-3 > li {
display: block;
float: left;
padding: 0 15px;
width: 33.333%;
margin-bottom: 30px;
margin-top: 0;
}
@media screen and (max-width: 1023px) {
.blog-masonry.grid-col-3 > li {
width: 50%;
}
}
@media screen and (max-width: 700px) {
.blog-masonry.grid-col-3 > li {
width: 100%;
}
}
.blog-masonry > li.shown,
.no-js .blog-masonry > li,
.no-cssanimations .blog-masonry > li {
opacity: 1;
}
.blog-masonry > li img {
outline: none;
border: none;
display: block;
max-width: 100%;
} .blog-masonry.effect-2 li.animate {
-webkit-transform: translateY(200px);
transform: translateY(200px);
-webkit-animation: moveUp 0.65s ease forwards;
animation: moveUp 0.65s ease forwards;
}
@-webkit-keyframes moveUp {
100% {
-webkit-transform: translateY(0);
opacity: 1;
}
}
@keyframes moveUp {
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
} .blog-masonry.effect-3 li.animate {
-webkit-transform: scale(0.6);
transform: scale(0.6);
-webkit-animation: scaleUp 0.65s ease-in-out forwards;
animation: scaleUp 0.65s ease-in-out forwards;
}
@-webkit-keyframes scaleUp {
100% {
-webkit-transform: scale(1);
opacity: 1;
}
}
@keyframes scaleUp {
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}   .modal {
text-align: center;
padding: 0 !important;
display: none;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 27;
-webkit-overflow-scrolling: touch;
outline: none;
}
@media screen and (min-width: 320px) {
.modal:before {
display: inline-block;
vertical-align: middle;
content: " ";
height: 100%;
}
}
.modal .modal-dialog {
display: inline-block;
text-align: left;
vertical-align: middle;
-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.modal .modal-sm {
width: 91%;
max-width: 552px;
}
@media (max-width: 600px) {
.modal .modal-sm {
max-width: 316px;
}
}
.modal .modal-lg {
width: 91%;
max-width: 1042px;
}
@media (max-width: 600px) {
.modal .modal-lg {
max-width: 316px;
}
}
.modal .modal-header {
position: absolute;
top: 0;
right: 0;
border: none;
z-index: 5;
}
.modal .modal-header .close {
top: 13px;
right: 12px;
position: absolute;
background: none;
border: none;
cursor: pointer;
color: #393939;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.modal .modal-header .close:hover {
color: #fdc400;
}
.modal .modal-content {
border: none;
background-color: #ffffff;
border-top: 6px solid #fdc400;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.modal .modal-body.layout-01 {
padding: 25px 40px 40px;
}
.modal .modal-body.layout-01 .tt-title:not(.tt-title-border) {
font-size: 30px;
line-height: 1.1;
text-align: center;
margin: 0;
padding: 11px 5px 16px 5px;
color: #393939;
}
.modal .modal-body.layout-01 .col-half {
width: 50%;
min-width: 239px;
}
@media (max-width: 400px) {
.modal .modal-body.layout-01 {
padding: 25px 25px 30px;
}
.modal .modal-body.layout-01 .tt-title {
font-size: 24px;
padding-bottom: 13px;
}
.modal .modal-body.layout-01 .tt-title:not(.tt-title-border) {
font-size: 24px;
}
}
.modal .modal-body.layout-02 {
padding: 52px 49px 40px;
}
.modal .modal-body.layout-02 .tt-title:not(.tt-title-border) {
font-size: 38px;
line-height: 1.1;
text-align: center;
margin: 0;
padding: 11px 5px 42px 5px;
}
.modal .modal-body.layout-02 .tt-title-border {
border-bottom: 1px solid #e9e9e9;
font-size: 18px;
line-height: 1.1;
padding-bottom: 14px;
text-transform: uppercase;
margin-bottom: 13px;
}
.modal .modal-body.layout-02 .col-half {
width: 50%;
min-width: 239px;
}
.modal .modal-body.layout-02 form {
margin: 45px 130px;
display: inline-block;
}
.modal .modal-body.layout-02 form:last-child {
margin-bottom: 0;
}
@media (max-width: 1000px) {
.modal .modal-body.layout-02 form {
margin: 45px 0px;
}
}
@media (max-width: 610px) {
.modal .modal-body.layout-02 form {
margin: 45px 0px;
}
}
@media (max-width: 601px) {
.modal .modal-body.layout-02 {
padding-left: 25px;
padding-right: 25px;
}
.modal .modal-body.layout-02 .tt-title:not(.tt-title-border) {
font-size: 30px;
padding-bottom: 30px;
}
.modal .modal-body.layout-02 form {
margin: 25px -6px;
}
}
@media (max-width: 400px) {
.modal .modal-body.layout-02 {
padding-top: 42px;
padding-bottom: 30px;
}
.modal .modal-body.layout-02 .tt-title:not(.tt-title-border) {
font-size: 24px;
}
}
.modal .modal-body.layout-02 .form-row-01 {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.modal .modal-body.layout-02 .form-row-01 .col {
margin-right: 11px;
}
@media (max-width: 601px) {
.modal .modal-body.layout-02 .form-row-01 {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-align-items: left;
-ms-flex-align: left;
align-items: left;
}
.modal .modal-body.layout-02 .form-row-01 .col {
margin-right: 0;
width: 100%;
}
.modal .modal-body.layout-02 .form-row-01 .col:not(:first-child) {
margin-top: 8px;
}
}
.modal-backdrop {
background: rgba(0, 0, 0, 0.5);
z-index: 10;
}
.modal-backdrop.in,
.modal-backdrop.show {
-moz-opacity: 1;
-khtml-opacity: 1;
-webkit-opacity: 1;
opacity: 1;
}
.instagram-grid {
margin: 0;
padding: 0;
list-style: none;
width: calc(100% + 10px);
max-width: 440px;
display: inline-block;
overflow: hidden;
}
.instagram-grid a {
float: left;
width: calc(33.33333% - 10px);
margin-left: 10px;
margin-bottom: 10px;
position: relative;
text-decoration: none;
}
.instagram-grid a > img {
width: 100%;
}
.instagram-grid a:before {
content: "";
position: absolute;
z-index: 0;
left: 0;
top: 0;
bottom: -1px;
right: 0;
background: #ffc219;
background-size: 100% 100%;
background-position: 100% 100%;
background-repeat: no-repeat;
transition: 0.2s;
opacity: 0;
}
.instagram-grid a:after {
content: "\e911";
font-family: "driving";
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
font-size: 30px;
line-height: 30px;
color: #fff;
opacity: 0;
transition: 0.2s;
transform: translate(-50%, -50%);
}
.instagram-grid a:hover:before {
opacity: 0.7;
}
.instagram-grid a:hover:after {
opacity: 1;
}
.social-wrap {
max-width: 360px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 991px) {
.social-wrap {
margin-bottom: 40px;
}
}
@media (max-width: 479px) {
.social-wrap {
max-width: 290px;
}
}
iframe.iframe-facebook {
width: 341px;
height: 370px;
margin: 0 auto;
border: 0;
display: inline-block;
overflow: hidden;
}
@media (max-width: 400px) {
iframe.iframe-facebook {
width: 290px;
}
}
@media (max-width: 330px) {
iframe.iframe-facebook {
width: 270px;
}
}
@font-face {
font-family: "driving";
src: url(//fahrschule-jam.de/wp-content/themes/dricub-driving-school/fonts/icomoon/fonts/driving.eot?ha03s6);
src: url(//fahrschule-jam.de/wp-content/themes/dricub-driving-school/fonts/icomoon/fonts/driving.eot?ha03s6#iefix)
format("embedded-opentype"),
url(//fahrschule-jam.de/wp-content/themes/dricub-driving-school/fonts/icomoon/fonts/driving.ttf?ha03s6) format("truetype"),
url(//fahrschule-jam.de/wp-content/themes/dricub-driving-school/fonts/icomoon/fonts/driving.woff?ha03s6) format("woff"),
url(//fahrschule-jam.de/wp-content/themes/dricub-driving-school/fonts/icomoon/fonts/driving.svg?ha03s6#driving) format("svg");
font-weight: normal;
font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] { font-family: "driving" !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-id-card:before {
content: "\e924";
}
.icon-balloons:before {
content: "\e925";
}
.icon-protection-shield-with-a-check-mark:before {
content: "\e900";
}
.icon-black-and-white-credit-cards:before {
content: "\e901";
}
.icon-car-steering-wheel:before {
content: "\e902";
}
.icon-money:before {
content: "\e903";
}
.icon-people-1:before {
content: "\e904";
}
.icon-clock:before {
content: "\e905";
}
.icon-star-black-fivepointed-shape:before {
content: "\e906";
}
.icon-smile:before {
content: "\e907";
}
.icon-checked:before {
content: "\e908";
}
.icon-profile:before {
content: "\e909";
}
.icon-cancel:before {
content: "\e90a";
}
.icon-down-arrow:before {
content: "\e90b";
}
.icon-right-arrow:before {
content: "\e90c";
}
.icon-left-arrow:before {
content: "\e90d";
}
.icon-social-media:before {
content: "\e90e";
}
.icon-twitter-logo-silhouette:before {
content: "\e90f";
}
.icon-facebook-logo:before {
content: "\e910";
}
.icon-instagram-social:before {
content: "\e911";
}
.icon-phone-call:before {
content: "\e912";
}
.icon-interface:before {
content: "\e913";
}
.icon-arrows:before {
content: "\e914";
}
.icon-people:before {
content: "\e915";
}
.icon-heart:before {
content: "\e916";
}
.icon-quote-1:before {
content: "\e917";
}
.icon-quote:before {
content: "\e918";
}
.icon-placeholder-for-map:before {
content: "\e919";
}
.icon-school:before {
content: "\e91a";
}
.icon-arrow-down-sign-to-navigate:before {
content: "\e91b";
}
.icon-right-arrow-1:before,
.icon-right-arrow:before {
content: "\e91c";
}
.icon-menu-three-horizontal-lines-symbol:before {
content: "\e91d";
}
.icon-motorcyclist:before {
content: "\e91e";
}
.icon-car:before {
content: "\e91f";
}
.icon-delivery-truck:before {
content: "\e920";
}
.icon-truck:before {
content: "\e921";
}
.icon-coach-side-view:before {
content: "\e922";
}
.icon-play-button:before {
content: "\e923";
}
.icon-link:before {
content: "\e9cb";
}
.icon-play3:before {
content: "\ea1c";
}
.icon-pause2:before {
content: "\ea1d";
}
body:not(.touch-device) .vc_row.vc_row-fluid.bg-fixed {
background-attachment: fixed !important;
background-position: center bottom !important; -webkit-backface-visibility: hidden;
}
body .home-our-customer-say {
margin-top: 130px;
background-position: center bottom !important;
background-size: cover !important;
}
body .home-our-customer-say .vc_column-inner {
padding-left: 0;
padding-right: 0;
}
body .home-our-customer-say .vc_row.description {
margin-top: 104px;
}
@media (max-width: 991px) {
body .home-our-customer-say {
margin-top: 44px;
}
body .home-our-customer-say .vc_row.description {
margin-top: 20px;
}
}
@media (min-width: 992px) {
#tt-header .tt-menu-stuck-row.stuck-is ul#menu-primary {
display: inline-block;
}
}
.in-full-column .vc_column-inner {
padding: 0;
}
.mov-right1-section.vc_row {
margin-left: -14px;
margin-right: -16px;
}
.home-program {
margin-top: 128px;
margin-bottom: 190px;
padding-bottom: 2px;
}
@media (max-width: 991px) {
.home-program {
margin-top: 44px;
margin-bottom: 100px;
}
}
p:empty {
display: none;
}
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_content,
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
padding-left: 0;
}
body .tt-accordion-box .item .tt-content p,
body .vc_toggle_content p {
margin-top: 0px;
}
body .remove-p p {
margin: 0;
}
.slick-full-slide .slick-slider .slick-track .slick-slide {
padding-left: 0;
padding-right: 0;
}
ul.list-inline {
list-style: none;
padding-left: 0;
}
span.wpcf7-form-control-wrap.radios input[type="radio"] {
width: 22px;
height: 22px;
margin-top: 0;
vertical-align: middle;
} .sticky {
display: block;
} .bypostauthor {
display: block;
}
.gallery-caption {
display: block;
} .alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float: right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%; padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.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;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
white-space: nowrap;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
#wpcf7-f24-p21-o1 textarea {
height: 207px;
margin-bottom: 7px;
}
body.blog.wpb-js-composer .tt-post:first-child {
margin-top: 0px;
}
.about-page-our-team,
.about-page-how-it-work,
.home-lesson-pkg {
margin-top: 129px;
}
.home-timer-banner {
margin-top: 129px;
}
.about-page-social-section {
margin-top: 129px;
margin-bottom: -140px;
}
.about-page-our-advantage {
margin-top: 130px;
padding-top: 89px;
padding-bottom: 67px;
}
.about-page-our-advantage:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(66, 66, 66, 0.55);
display: block;
}
.about-page-promo4 {
margin-top: 129px;
margin-bottom: 80px;
}
.pogram-page-box-parallex {
margin-top: 137px;
}
body .box-parallax-counter.vc_row.about-page-our-advantage {
background-position: center top !important;
background-size: cover !important;
}
.program-page-our-program {
margin-top: -1px;
margin-bottom: 201px;
}
.home-latest-news-title,
.program-details-page-overview {
margin-top: 129px;
}
.program-page-tabs {
margin-top: 140px;
}
@media (max-width: 1219px) {
.program-page-tabs .vc_col-md-12 {
width: 100%;
}
}
.contact-page-row .contact-get-in-touch {
margin-bottom: 28px;
}
.contact-page-row {
margin-bottom: 140px;
}
.page-template-contact
.wpcf7-form
.wpcf7-form-control-wrap
.wpcf7-form-control {
padding: 17px 18px 17px 18px;
}
.page-template-contact #tt-footer {
margin-top: 0 !important;
}
@media (max-width: 991px) {
.about-page-promo4 {
margin-top: 80px;
margin-bottom: 40px;
}
.contact-page-row {
margin-bottom: 60px;
}
.program-page-tabs {
margin-top: 80px;
}
.pogram-page-box-parallex {
margin-top: 40px;
}
.about-page-our-team,
.about-page-how-it-work,
.home-lesson-pkg {
margin-top: 48px;
padding-bottom: 27px;
}
.home-latest-news-title {
margin-top: 55px;
}
.home-timer-banner {
margin-top: 189px;
}
.program-page-our-program {
margin-bottom: 130px;
}
.about-page-social-section {
margin-top: 48px;
margin-bottom: -92px;
}
.program-details-page-overview {
margin-top: 44px;
}
.tt-post:first-child {
margin-top: 0px;
}
.about-page-our-advantage {
margin-top: 48px;
padding-top: 45px;
padding-bottom: 17px;
margin-bottom: 27px;
}
.program-overview .wpb_wrapper {
text-align: center;
margin-bottom: 50px;
}
.program-details-page-overview .program-overview .wpb_wrapper {
margin-bottom: 0px;
}
.box-info-icon .item {
display: block;
text-align: center;
}
.program-details-page-overview .program-overview {
margin-bottom: 70px;
}
}
@media (max-width: 769px) {
.home-timer-banner {
margin-top: 170px;
padding-left: 0 !important;
padding-right: 0 !important;
}
.home-timer-banner .vc_column_container > .vc_column-inner {
padding-left: 0;
padding-right: 0;
}
}
@media (max-width: 767px) {
body .home-our-customer-say .vc_row.description {
margin-top: 65px;
}
body .home-our-customer-say {
margin-top: 70px;
margin-bottom: 27px;
}
.contact-get-in-touch {
margin-top: 74px;
}
.home-timer-banner {
margin-top: 100px;
}
#tt-footer .col-list .extra-indent {
margin-top: 40px;
}
#tt-footer .col-list {
margin-top: 0px;
}
.home-lesson-pkg .wpb_text_column.wpb_content_element,
.home-lesson-pkg .tt-title-lg {
padding-left: 15px;
padding-right: 15px;
}
.program-overview .wpb_wrapper {
margin-bottom: 0px;
}
.form-question {
max-width: 250px;
}
}
@media (max-width: 550px) {
.about-page-how-it-work {
margin-top: 48px;
padding-top: 27px;
}
}
@media (max-width: 479px) {
.program-details-page-overview .wpb_widgetised_column.wpb_content_element {
margin-bottom: 0;
}
}
.rsswidget {
display: block;
}
.rss-date {
display: block;
margin-bottom: 10px;
}
.rssSummary {
line-height: 1.5;
}
.single .tt-post:first-child .post-meta {
margin-top: 5px;
}
.single .tt-post:first-child .post-image img {
margin-bottom: 25px;
}
@media (max-width: 1577px) {
.google-map {
width: 24%;
}
}
@media (max-width: 900px) {
.google-map {
height: 380px !important;
width: 100%;
position: relative !important;
}
}
@media (max-width: 1025px) {
.tt-tabs .tt-tabs__body > div {
margin-bottom: 2px;
}
.tt-tabs .tt-tabs__content {
font-size: 14px;
border-left: 1px solid #dedede;
border-right: 1px solid #dedede;
border-bottom: 1px solid #dedede;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
-o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}
}
.btn.inverse:hover {
background: #4d4d4d !important;
color: #ffffff;
}
.slide-content .btn {
margin-left: 4.5%;
}
@media (min-width: 1200px) {
.slide-content .btn {
margin-left: 8.5%;
}
}
.menu-item-depth-1 i.icon-down-arrow {
display: none;
} .wp-block-gallery {
padding-left: 0px !important;
}
.wp-block-gallery li {
list-style: none !important;
} .has-strong-yellow-background-color {
background-color: #f7bd00 !important;
}
.has-strong-white-background-color {
background-color: #ffffff !important;
}
.has-light-black-background-color {
background-color: #242424 !important;
}
.has-very-light-gray-background-color {
background-color: #797979 !important;
}
.has-very-dark-black-background-color {
background-color: #000000 !important;
}
.has-strong-yellow-color {
color: #f7bd00 !important;
}
.has-strong-white-color {
color: #ffffff !important;
}
.has-light-black-color {
color: #242424 !important;
}
.has-very-light-gray-color {
color: #797979 !important;
}
.has-very-dark-black-color {
color: #000000 !important;
} .has-small-font-size {
font-size: 10px !important;
}
.has-normal-font-size {
font-size: 15px !important;
}
.has-large-font-size {
font-size: 24px !important;
}
.has-huge-font-size {
font-size: 36px !important;
} pre {
background: none;
padding: 0px;
border: none;
line-height: 1.8;
font-family: monospace;
font-size: 15px;
color: #333;
}
.wp-block-separator.is-style-wide {
border-bottom-width: 1px;
}
.thm-unit-test .wp-block-latest-posts,
.thm-unit-test .text .wp-block-latest-posts,
.thm-unit-test .wp-block-categories,
.thm-unit-test .text .wp-block-categories,
.thm-unit-test .wp-block-archives,
.thm-unit-test .text .wp-block-archives {
padding-left: 0px;
margin-bottom: 20px;
}
.thm-unit-test .wp-block-latest-posts li,
.thm-unit-test .text .wp-block-latest-posts li,
.thm-unit-test .wp-block-categories li,
.thm-unit-test .text .wp-block-categories li,
.thm-unit-test .wp-block-archives li,
.thm-unit-test .text .wp-block-archives li {
list-style: none;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
margin: 20px 0;
padding: 0;
border-left: none;
padding-left: 100px;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
font-size: 24px;
font-style: normal;
line-height: 1.6;
}
.blog-single
.inner-box
.lower-content
.lower-box.text
.wp-block-quote.is-large
p,
.blog-single
.inner-box
.lower-content
.lower-box.text
.wp-block-quote.is-style-large
p {
font-size: 1.6875em;
line-height: 1.3;
margin-bottom: 0.5em;
margin-top: 0.5em;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
font-family: "Open Sans", sans-serif;
font-size: 13px;
line-height: 1.6;
color: #767676;
}
.wp-block-pullquote {
border: none;
}
.wp-block-embed-vimeo .wp-block-embed__wrapper {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
width: 100%;
padding-bottom: 68.25%;
}
.wp-block-embed-vimeo .wp-block-embed__wrapper iframe {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.wp-block-table td,
.wp-block-table th {
border: 1px solid #ddd;
line-height: 1.8;
padding: 8px;
vertical-align: top;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
border-left: 0;
padding-left: 142px;
}
figure.wp-block-pullquote.alignleft {
padding: 0;
text-align: left;
}
figure.wp-block-pullquote.alignleft blockquote {
margin: 0;
}
figure.wp-block-pullquote.alignright {
padding: 0;
text-align: right;
}
figure.wp-block-pullquote.alignright blockquote {
margin: 0;
}
.wp-block-paragraph.has-large-font-size {
color: #fff;
}
.blocks-gallery-item img {
margin-bottom: 0 !important;
}
.alignfull {
width: 100vw;
max-width: 100vw;
margin-left: calc(50% - 50vw);
}
.with-sidebar-blog .alignfull {
width: auto;
margin-left: calc(50% / 0.62 - 50vw);
max-width: 100vw;
}
.with-sidebar-blog .alignfull img {
width: auto;
}
.wp-block-separator {
border: none;
border-bottom: 1px solid #8f98a1;
margin: 1.65em auto;
max-width: 100% !important;
} .breadcrumb a {
text-decoration: none;
}
.breadcrumb a:after {
content: "\e90c";
font-family: "driving";
font-size: 8px;
padding: 0px 20px;
}
.breadcrumb > span > span > a {
margin-left: 0px !important;
}
.wp-calendar-nav
{
border:2px solid rgb(0,0,0,0.02);
margin-left:2px;
display: flex;
justify-content: space-between;
}
.wp-calendar-nav a
{
padding:2px 20px;
}
.input-wrapper
{
margin-bottom:20px;
}
.pagination .current:hover
{
color:white!important;
}
.menu-item-has-children .current-menu-item a
{
color:white!important;
}
@media only screen and (max-width: 1025px)
{
.tt-tabs .tt-tabs__body > div:hover > span {
color: white!important;
}
}
.slick-slide {
height: inherit !important;
}@font-face{font-family:'Open Sans';font-style:italic;font-weight:300;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/open-sans-italic-latin-ext.woff2?ver=1666874456)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Open Sans';font-style:italic;font-weight:300;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/open-sans-italic-latin.woff2?ver=1666874456)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Open Sans';font-style:italic;font-weight:400;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/open-sans-italic-latin-ext.woff2?ver=1666874456)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Open Sans';font-style:italic;font-weight:400;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/open-sans-italic-latin.woff2?ver=1666874456)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Open Sans';font-style:italic;font-weight:600;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/open-sans-italic-latin-ext.woff2?ver=1666874456)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Open Sans';font-style:italic;font-weight:600;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/open-sans-italic-latin.woff2?ver=1666874456)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Open Sans';font-style:italic;font-weight:700;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/open-sans-italic-latin-ext.woff2?ver=1666874456)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Open Sans';font-style:italic;font-weight:700;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/open-sans-italic-latin.woff2?ver=1666874456)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Open Sans';font-style:italic;font-weight:800;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/open-sans-italic-latin-ext.woff2?ver=1666874456)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Open Sans';font-style:italic;font-weight:800;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/open-sans-italic-latin.woff2?ver=1666874456)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Open Sans';font-style:normal;font-weight:300;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/open-sans-normal-latin-ext.woff2?ver=1666874456)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Open Sans';font-style:normal;font-weight:300;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/open-sans-normal-latin.woff2?ver=1666874456)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/open-sans-normal-latin-ext.woff2?ver=1666874456)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/open-sans-normal-latin.woff2?ver=1666874456)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/open-sans-normal-latin-ext.woff2?ver=1666874456)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/open-sans-normal-latin.woff2?ver=1666874456)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/open-sans-normal-latin-ext.woff2?ver=1666874456)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/open-sans-normal-latin.woff2?ver=1666874456)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Open Sans';font-style:normal;font-weight:800;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/open-sans-normal-latin-ext.woff2?ver=1666874456)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Open Sans';font-style:normal;font-weight:800;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/open-sans-normal-latin.woff2?ver=1666874456)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto';font-style:italic;font-weight:100;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/roboto-italic-latin-ext.woff2?ver=1666874456)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:italic;font-weight:100;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/roboto-italic-latin.woff2?ver=1666874456)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto';font-style:italic;font-weight:200;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/roboto-italic-latin-ext.woff2?ver=1666874456)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:italic;font-weight:200;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/roboto-italic-latin.woff2?ver=1666874456)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto';font-style:italic;font-weight:300;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/roboto-italic-latin-ext.woff2?ver=1666874456)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:italic;font-weight:300;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/roboto-italic-latin.woff2?ver=1666874456)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto';font-style:italic;font-weight:400;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/roboto-italic-latin-ext.woff2?ver=1666874456)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:italic;font-weight:400;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/roboto-italic-latin.woff2?ver=1666874456)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto';font-style:italic;font-weight:600;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/roboto-italic-latin-ext.woff2?ver=1666874456)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:italic;font-weight:600;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/roboto-italic-latin.woff2?ver=1666874456)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto';font-style:italic;font-weight:700;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/roboto-italic-latin-ext.woff2?ver=1666874456)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:italic;font-weight:700;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/roboto-italic-latin.woff2?ver=1666874456)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto';font-style:italic;font-weight:800;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/roboto-italic-latin-ext.woff2?ver=1666874456)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:italic;font-weight:800;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/roboto-italic-latin.woff2?ver=1666874456)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto';font-style:italic;font-weight:900;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/roboto-italic-latin-ext.woff2?ver=1666874456)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:italic;font-weight:900;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/roboto-italic-latin.woff2?ver=1666874456)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto';font-style:normal;font-weight:100;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/roboto-normal-latin-ext.woff2?ver=1666874456)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:100;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/roboto-normal-latin.woff2?ver=1666874456)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto';font-style:normal;font-weight:200;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/roboto-normal-latin-ext.woff2?ver=1666874456)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:200;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/roboto-normal-latin.woff2?ver=1666874456)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/roboto-normal-latin-ext.woff2?ver=1666874456)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/roboto-normal-latin.woff2?ver=1666874456)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/roboto-normal-latin-ext.woff2?ver=1666874456)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/roboto-normal-latin.woff2?ver=1666874456)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto';font-style:normal;font-weight:600;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/roboto-normal-latin-ext.woff2?ver=1666874456)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:600;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/roboto-normal-latin.woff2?ver=1666874456)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/roboto-normal-latin-ext.woff2?ver=1666874456)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/roboto-normal-latin.woff2?ver=1666874456)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto';font-style:normal;font-weight:800;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/roboto-normal-latin-ext.woff2?ver=1666874456)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:800;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/roboto-normal-latin.woff2?ver=1666874456)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto';font-style:normal;font-weight:900;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/roboto-normal-latin-ext.woff2?ver=1666874456)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:900;font-display:swap;src:url(//fahrschule-jam.de/wp-content/uploads/omgf/dricub-driving-school-fonts/roboto-normal-latin.woff2?ver=1666874456)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{background:var(--e-a-bg-logo);border-radius:50%;display:inline-block;line-height:1;padding:.75em}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-left:auto;margin-right:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap;margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;pointer-events:none;position:absolute;right:10px;text-shadow:0 0 3px rgba(0,0,0,.3);top:50%;transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;font-size:15px;line-height:1;padding:12px 24px;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;padding:.5em;fill:#fff}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container,.elementor-widget:not(:has(.elementor-widget-container)) .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{display:flex;flex-wrap:wrap;margin-left:-8px;margin-right:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-left:8px;margin-right:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{border-bottom:0;border-left-width:1px;border-right:0;border-top:0;border-style:solid;height:100%;left:auto;position:relative;right:auto;right:-8px;width:auto}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{bottom:0;position:absolute;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{align-items:var(--icon-vertical-align,center);display:flex;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{align-self:center;padding-inline-start:5px}.elementor-widget .elementor-icon-list-icon{display:flex;position:relative;top:var(--icon-vertical-offset,initial)}.elementor-widget .elementor-icon-list-icon svg{height:var(--e-icon-list-icon-size,1em);width:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{font-size:var(--e-icon-list-icon-size);width:1.25em}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (min-width:-1){.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-widescreen-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-widescreen-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1){.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-laptop-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-laptop-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after{right:0}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1){.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}#left-area ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items{padding:0}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}
.site-main .menu-navigation-container{overflow:visible}.elementor-item:after,.elementor-item:before{display:block;position:absolute;transition:.3s;transition-timing-function:cubic-bezier(.58,.3,.005,1)}.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{opacity:0}.elementor-item-active:after,.elementor-item-active:before,.elementor-item.highlighted:after,.elementor-item.highlighted:before,.elementor-item:focus:after,.elementor-item:focus:before,.elementor-item:hover:after,.elementor-item:hover:before{transform:scale(1)}.e--pointer-double-line .elementor-item:after,.e--pointer-double-line .elementor-item:before,.e--pointer-overline .elementor-item:after,.e--pointer-overline .elementor-item:before,.e--pointer-underline .elementor-item:after,.e--pointer-underline .elementor-item:before{background-color:#3f444b;height:3px;left:0;width:100%;z-index:2}.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{height:0;left:50%;width:0}.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:10px}.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{bottom:10px}.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:-10px}.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{bottom:-10px}.e--pointer-double-line.e--animation-none,.e--pointer-double-line.e--animation-none .elementor-item,.e--pointer-double-line.e--animation-none .elementor-item:after,.e--pointer-double-line.e--animation-none .elementor-item:before,.e--pointer-double-line.e--animation-none .elementor-item:focus,.e--pointer-double-line.e--animation-none .elementor-item:hover,.e--pointer-double-line.e--animation-none:after,.e--pointer-double-line.e--animation-none:before,.e--pointer-double-line.e--animation-none:focus,.e--pointer-double-line.e--animation-none:hover,.e--pointer-overline.e--animation-none,.e--pointer-overline.e--animation-none .elementor-item,.e--pointer-overline.e--animation-none .elementor-item:after,.e--pointer-overline.e--animation-none .elementor-item:before,.e--pointer-overline.e--animation-none .elementor-item:focus,.e--pointer-overline.e--animation-none .elementor-item:hover,.e--pointer-overline.e--animation-none:after,.e--pointer-overline.e--animation-none:before,.e--pointer-overline.e--animation-none:focus,.e--pointer-overline.e--animation-none:hover,.e--pointer-underline.e--animation-none,.e--pointer-underline.e--animation-none .elementor-item,.e--pointer-underline.e--animation-none .elementor-item:after,.e--pointer-underline.e--animation-none .elementor-item:before,.e--pointer-underline.e--animation-none .elementor-item:focus,.e--pointer-underline.e--animation-none .elementor-item:hover,.e--pointer-underline.e--animation-none:after,.e--pointer-underline.e--animation-none:before,.e--pointer-underline.e--animation-none:focus,.e--pointer-underline.e--animation-none:hover{transition-duration:0s}.e--pointer-double-line .elementor-item:before,.e--pointer-overline .elementor-item:before{content:"";top:0}.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:-20px;width:10px}.e--pointer-double-line .elementor-item:after,.e--pointer-underline .elementor-item:after{bottom:0;content:""}.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{inset-inline-start:100%;width:10px}.e--pointer-framed .elementor-item:after,.e--pointer-framed .elementor-item:before{background:transparent;border:3px solid #3f444b;bottom:0;left:0;right:0;top:0}.e--pointer-framed .elementor-item:before{content:""}.e--pointer-framed.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(.75)}.e--pointer-framed.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(1.25)}.e--pointer-framed.e--animation-grow .elementor-item:before,.e--pointer-framed.e--animation-shrink .elementor-item:before{transition:opacity .2s,transform .4s}.e--pointer-framed.e--animation-draw .elementor-item:after,.e--pointer-framed.e--animation-draw .elementor-item:before{height:3px;width:3px}.e--pointer-framed.e--animation-draw .elementor-item:before{border-width:0 0 3px 3px;transition:width .1s .2s,height .1s .3s,opacity .12s .22s}.e--pointer-framed.e--animation-draw .elementor-item:after{border-width:3px 3px 0 0;bottom:0;content:"";left:auto;right:0;top:auto;transition:width .1s,height .1s .1s,opacity .02s .18s}.e--pointer-framed.e--animation-draw .elementor-item-active:after,.e--pointer-framed.e--animation-draw .elementor-item-active:before,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,.e--pointer-framed.e--animation-draw .elementor-item:focus:after,.e--pointer-framed.e--animation-draw .elementor-item:focus:before,.e--pointer-framed.e--animation-draw .elementor-item:hover:after,.e--pointer-framed.e--animation-draw .elementor-item:hover:before{height:100%;width:100%}.e--pointer-framed.e--animation-draw .elementor-item-active:before,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,.e--pointer-framed.e--animation-draw .elementor-item:focus:before,.e--pointer-framed.e--animation-draw .elementor-item:hover:before{transition:opacity .02s,height .1s,width .1s .1s}.e--pointer-framed.e--animation-draw .elementor-item-active:after,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,.e--pointer-framed.e--animation-draw .elementor-item:focus:after,.e--pointer-framed.e--animation-draw .elementor-item:hover:after{transition:opacity .02s .2s,height .1s .2s,width .1s .3s}.e--pointer-framed.e--animation-corners .elementor-item:after,.e--pointer-framed.e--animation-corners .elementor-item:before{height:3px;width:3px}.e--pointer-framed.e--animation-corners .elementor-item:before{border-width:3px 0 0 3px}.e--pointer-framed.e--animation-corners .elementor-item:after{border-width:0 3px 3px 0;bottom:0;content:"";left:auto;right:0;top:auto}.e--pointer-framed.e--animation-corners .elementor-item-active:after,.e--pointer-framed.e--animation-corners .elementor-item-active:before,.e--pointer-framed.e--animation-corners .elementor-item.highlighted:after,.e--pointer-framed.e--animation-corners .elementor-item.highlighted:before,.e--pointer-framed.e--animation-corners .elementor-item:focus:after,.e--pointer-framed.e--animation-corners .elementor-item:focus:before,.e--pointer-framed.e--animation-corners .elementor-item:hover:after,.e--pointer-framed.e--animation-corners .elementor-item:hover:before{height:100%;transition:opacity 2ms,width .4s,height .4s;width:100%}.e--pointer-framed.e--animation-none,.e--pointer-framed.e--animation-none .elementor-item,.e--pointer-framed.e--animation-none .elementor-item:after,.e--pointer-framed.e--animation-none .elementor-item:before,.e--pointer-framed.e--animation-none .elementor-item:focus,.e--pointer-framed.e--animation-none .elementor-item:hover,.e--pointer-framed.e--animation-none:after,.e--pointer-framed.e--animation-none:before,.e--pointer-framed.e--animation-none:focus,.e--pointer-framed.e--animation-none:hover{transition-duration:0s}.e--pointer-background .elementor-item:after,.e--pointer-background .elementor-item:before{content:"";transition:.3s}.e--pointer-background .elementor-item:before{background:#3f444b;bottom:0;left:0;right:0;top:0;z-index:-1}.e--pointer-background .elementor-item-active,.e--pointer-background .elementor-item.highlighted,.e--pointer-background .elementor-item:focus,.e--pointer-background .elementor-item:hover{color:#fff}.e--pointer-background.e--animation-grow .elementor-item:before{transform:scale(.5)}.e--pointer-background.e--animation-grow .elementor-item-active:before,.e--pointer-background.e--animation-grow .elementor-item.highlighted:before,.e--pointer-background.e--animation-grow .elementor-item:focus:before,.e--pointer-background.e--animation-grow .elementor-item:hover:before{opacity:1;transform:scale(1)}.e--pointer-background.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(1.2);transition:.3s}.e--pointer-background.e--animation-shrink .elementor-item-active:before,.e--pointer-background.e--animation-shrink .elementor-item.highlighted:before,.e--pointer-background.e--animation-shrink .elementor-item:focus:before,.e--pointer-background.e--animation-shrink .elementor-item:hover:before{transition:opacity .15s,transform .4s}.e--pointer-background.e--animation-sweep-left .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:100%}.e--pointer-background.e--animation-sweep-right .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{right:100%}.e--pointer-background.e--animation-sweep-up .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:100%}.e--pointer-background.e--animation-sweep-down .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{bottom:100%}.e--pointer-background.e--animation-shutter-out-vertical .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{bottom:50%;top:50%}.e--pointer-background.e--animation-shutter-out-horizontal .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:50%;right:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after{background:#3f444b;bottom:0;left:0;right:0;top:0;z-index:-1}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:before{bottom:100%;top:0}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after{bottom:0;top:100%}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:before{bottom:50%}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:after{top:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:before{left:100%;right:0}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after{left:0;right:100%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:before{left:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:after{right:50%}.e--pointer-background.e--animation-none,.e--pointer-background.e--animation-none .elementor-item,.e--pointer-background.e--animation-none .elementor-item:after,.e--pointer-background.e--animation-none .elementor-item:before,.e--pointer-background.e--animation-none .elementor-item:focus,.e--pointer-background.e--animation-none .elementor-item:hover,.e--pointer-background.e--animation-none:after,.e--pointer-background.e--animation-none:before,.e--pointer-background.e--animation-none:focus,.e--pointer-background.e--animation-none:hover{transition-duration:0s}.e--pointer-text.e--animation-skew .elementor-item:focus,.e--pointer-text.e--animation-skew .elementor-item:hover{transform:skew(-8deg)}.e--pointer-text.e--animation-grow .elementor-item:focus,.e--pointer-text.e--animation-grow .elementor-item:hover{transform:scale(1.2)}.e--pointer-text.e--animation-shrink .elementor-item:focus,.e--pointer-text.e--animation-shrink .elementor-item:hover{transform:scale(.8)}.e--pointer-text.e--animation-float .elementor-item:focus,.e--pointer-text.e--animation-float .elementor-item:hover{transform:translateY(-8px)}.e--pointer-text.e--animation-sink .elementor-item:focus,.e--pointer-text.e--animation-sink .elementor-item:hover{transform:translateY(8px)}.e--pointer-text.e--animation-rotate .elementor-item:focus,.e--pointer-text.e--animation-rotate .elementor-item:hover{transform:rotate(6deg)}.e--pointer-text.e--animation-none,.e--pointer-text.e--animation-none .elementor-item,.e--pointer-text.e--animation-none .elementor-item:after,.e--pointer-text.e--animation-none .elementor-item:before,.e--pointer-text.e--animation-none .elementor-item:focus,.e--pointer-text.e--animation-none .elementor-item:hover,.e--pointer-text.e--animation-none:after,.e--pointer-text.e--animation-none:before,.e--pointer-text.e--animation-none:focus,.e--pointer-text.e--animation-none:hover{transition-duration:0s}.elementor-nav-menu--main .elementor-nav-menu a{transition:.4s}.elementor-nav-menu--main .elementor-nav-menu a,.elementor-nav-menu--main .elementor-nav-menu a.highlighted,.elementor-nav-menu--main .elementor-nav-menu a:focus,.elementor-nav-menu--main .elementor-nav-menu a:hover{padding:13px 20px}.elementor-nav-menu--main .elementor-nav-menu a.current{background:#1f2124;color:#fff}.elementor-nav-menu--main .elementor-nav-menu a.disabled{background:#3f444b;color:#88909b}.elementor-nav-menu--main .elementor-nav-menu ul{border-style:solid;border-width:0;padding:0;position:absolute;width:12em}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up{background:#fff;display:none;height:20px;overflow:hidden;position:absolute;visibility:hidden}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up-arrow{border:8px dashed transparent;border-bottom:8px solid #33373d;height:0;left:50%;margin-inline-start:-8px;overflow:hidden;position:absolute;top:-2px;width:0}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow{border-color:#33373d transparent transparent;border-style:solid dashed dashed;top:6px}.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg,.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i{transform:rotate(-90deg)}.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg{fill:currentColor;height:1em;width:1em}.elementor-nav-menu--layout-horizontal{display:flex}.elementor-nav-menu--layout-horizontal .elementor-nav-menu{display:flex;flex-wrap:wrap}.elementor-nav-menu--layout-horizontal .elementor-nav-menu a{flex-grow:1;white-space:nowrap}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li{display:flex}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>.scroll-down{top:100%!important}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>a{margin-inline-start:var(--e-nav-menu-horizontal-menu-item-margin)}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-down,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-up,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>ul{left:var(--e-nav-menu-horizontal-menu-item-margin)!important}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child)>a{margin-inline-end:var(--e-nav-menu-horizontal-menu-item-margin)}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child):after{align-self:center;border-color:var(--e-nav-menu-divider-color,#000);border-left-style:var(--e-nav-menu-divider-style,solid);border-left-width:var(--e-nav-menu-divider-width,2px);content:var(--e-nav-menu-divider-content,none);height:var(--e-nav-menu-divider-height,35%)}.elementor-nav-menu__align-right .elementor-nav-menu{justify-content:flex-end;margin-left:auto}.elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-end}.elementor-nav-menu__align-left .elementor-nav-menu{justify-content:flex-start;margin-right:auto}.elementor-nav-menu__align-left .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-start}.elementor-nav-menu__align-start .elementor-nav-menu{justify-content:flex-start;margin-inline-end:auto}.elementor-nav-menu__align-start .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-start}.elementor-nav-menu__align-end .elementor-nav-menu{justify-content:flex-end;margin-inline-start:auto}.elementor-nav-menu__align-end .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-end}.elementor-nav-menu__align-center .elementor-nav-menu{justify-content:center;margin-inline-end:auto;margin-inline-start:auto}.elementor-nav-menu__align-center .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:center}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu{width:100%}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li{flex-grow:1}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a{justify-content:center}.elementor-widget-nav-menu:not(.elementor-nav-menu--toggle) .elementor-menu-toggle{display:none}.elementor-widget-nav-menu .elementor-widget-container,.elementor-widget-nav-menu:not(:has(.elementor-widget-container)):not([class*=elementor-hidden-]){display:flex;flex-direction:column}.elementor-nav-menu{position:relative;z-index:2}.elementor-nav-menu:after{clear:both;content:" ";display:block;font:0/0 serif;height:0;overflow:hidden;visibility:hidden}.elementor-nav-menu,.elementor-nav-menu li,.elementor-nav-menu ul{display:block;line-height:normal;list-style:none;margin:0;padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.elementor-nav-menu ul{display:none}.elementor-nav-menu ul ul a,.elementor-nav-menu ul ul a:active,.elementor-nav-menu ul ul a:focus,.elementor-nav-menu ul ul a:hover{border-left:16px solid transparent}.elementor-nav-menu ul ul ul a,.elementor-nav-menu ul ul ul a:active,.elementor-nav-menu ul ul ul a:focus,.elementor-nav-menu ul ul ul a:hover{border-left:24px solid transparent}.elementor-nav-menu ul ul ul ul a,.elementor-nav-menu ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul a:hover{border-left:32px solid transparent}.elementor-nav-menu ul ul ul ul ul a,.elementor-nav-menu ul ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul ul a:hover{border-left:40px solid transparent}.elementor-nav-menu a,.elementor-nav-menu li{position:relative}.elementor-nav-menu li{border-width:0}.elementor-nav-menu a{align-items:center;display:flex}.elementor-nav-menu a,.elementor-nav-menu a:focus,.elementor-nav-menu a:hover{line-height:20px;padding:10px 20px}.elementor-nav-menu a.current{background:#1f2124;color:#fff}.elementor-nav-menu a.disabled{color:#88909b;cursor:not-allowed}.elementor-nav-menu .e-plus-icon:before{content:"+"}.elementor-nav-menu .sub-arrow{align-items:center;display:flex;line-height:1;margin-block-end:-10px;margin-block-start:-10px;padding:10px;padding-inline-end:0}.elementor-nav-menu .sub-arrow i{pointer-events:none}.elementor-nav-menu .sub-arrow .fa.fa-chevron-down,.elementor-nav-menu .sub-arrow .fas.fa-chevron-down{font-size:.7em}.elementor-nav-menu .sub-arrow .e-font-icon-svg{height:1em;width:1em}.elementor-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down{height:.7em;width:.7em}.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,.elementor-nav-menu--dropdown .elementor-item.highlighted,.elementor-nav-menu--dropdown .elementor-item:focus,.elementor-nav-menu--dropdown .elementor-item:hover,.elementor-sub-item.elementor-item-active,.elementor-sub-item.highlighted,.elementor-sub-item:focus,.elementor-sub-item:hover{background-color:#3f444b;color:#fff}.elementor-menu-toggle{align-items:center;background-color:rgba(0,0,0,.05);border:0 solid;border-radius:3px;color:#33373d;cursor:pointer;display:flex;font-size:var(--nav-menu-icon-size,22px);justify-content:center;padding:.25em}.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open,.elementor-menu-toggle:not(.elementor-active) .elementor-menu-toggle__icon--close{display:none}.elementor-menu-toggle .e-font-icon-svg{fill:#33373d;height:1em;width:1em}.elementor-menu-toggle svg{height:auto;width:1em;fill:var(--nav-menu-icon-color,currentColor)}span.elementor-menu-toggle__icon--close,span.elementor-menu-toggle__icon--open{line-height:1}.elementor-nav-menu--dropdown{background-color:#fff;font-size:13px}.elementor-nav-menu--dropdown-none .elementor-menu-toggle,.elementor-nav-menu--dropdown-none .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown.elementor-nav-menu__container{margin-top:10px;overflow-x:hidden;overflow-y:auto;transform-origin:top;transition:max-height .3s,transform .3s}.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item{font-size:.85em}.elementor-nav-menu--dropdown a{color:#33373d}.elementor-nav-menu--dropdown a.current{background:#1f2124;color:#fff}.elementor-nav-menu--dropdown a.disabled{color:#b3b3b3}ul.elementor-nav-menu--dropdown a,ul.elementor-nav-menu--dropdown a:focus,ul.elementor-nav-menu--dropdown a:hover{border-inline-start:8px solid transparent;text-shadow:none}.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a{justify-content:center}.elementor-nav-menu--toggle{--menu-height:100vh}.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container{max-height:0;overflow:hidden;transform:scaleY(0)}.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container{animation:hide-scroll .3s backwards;max-height:var(--menu-height);transform:scaleY(1)}.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown{position:absolute;z-index:9997}@media (max-width:767px){.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--main{display:none}}@media (min-width:768px){.elementor-nav-menu--dropdown-mobile .elementor-menu-toggle,.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-mobile nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:-1){.elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--main{display:none}}@media (min-width:-1){.elementor-nav-menu--dropdown-mobile_extra .elementor-menu-toggle,.elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-mobile_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:1024px){.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main{display:none}}@media (min-width:1025px){.elementor-nav-menu--dropdown-tablet .elementor-menu-toggle,.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-tablet nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:-1){.elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--main{display:none}}@media (min-width:-1){.elementor-nav-menu--dropdown-tablet_extra .elementor-menu-toggle,.elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-tablet_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@keyframes hide-scroll{0%,to{overflow:hidden}}@font-face{font-family:eicons;src:url(//fahrschule-jam.de/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.43.0);src:url(//fahrschule-jam.de/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.43.0#iefix) format("embedded-opentype"),url(//fahrschule-jam.de/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.43.0) format("woff2"),url(//fahrschule-jam.de/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.43.0) format("woff"),url(//fahrschule-jam.de/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.43.0) format("truetype"),url(//fahrschule-jam.de/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.43.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:"\e800"}.eicon-editor-unlink:before{content:"\e801"}.eicon-editor-external-link:before{content:"\e802"}.eicon-editor-close:before{content:"\e803"}.eicon-editor-list-ol:before{content:"\e804"}.eicon-editor-list-ul:before{content:"\e805"}.eicon-editor-bold:before{content:"\e806"}.eicon-editor-italic:before{content:"\e807"}.eicon-editor-underline:before{content:"\e808"}.eicon-editor-paragraph:before{content:"\e809"}.eicon-editor-h1:before{content:"\e80a"}.eicon-editor-h2:before{content:"\e80b"}.eicon-editor-h3:before{content:"\e80c"}.eicon-editor-h4:before{content:"\e80d"}.eicon-editor-h5:before{content:"\e80e"}.eicon-editor-h6:before{content:"\e80f"}.eicon-editor-quote:before{content:"\e810"}.eicon-editor-code:before{content:"\e811"}.eicon-elementor:before{content:"\e812"}.eicon-elementor-circle:before{content:"\e813"}.eicon-pojome:before{content:"\e814"}.eicon-plus:before{content:"\e815"}.eicon-menu-bar:before{content:"\e816"}.eicon-apps:before{content:"\e817"}.eicon-accordion:before{content:"\e818"}.eicon-alert:before{content:"\e819"}.eicon-animation-text:before{content:"\e81a"}.eicon-animation:before{content:"\e81b"}.eicon-banner:before{content:"\e81c"}.eicon-blockquote:before{content:"\e81d"}.eicon-button:before{content:"\e81e"}.eicon-call-to-action:before{content:"\e81f"}.eicon-captcha:before{content:"\e820"}.eicon-carousel:before{content:"\e821"}.eicon-checkbox:before{content:"\e822"}.eicon-columns:before{content:"\e823"}.eicon-countdown:before{content:"\e824"}.eicon-counter:before{content:"\e825"}.eicon-date:before{content:"\e826"}.eicon-divider-shape:before{content:"\e827"}.eicon-divider:before{content:"\e828"}.eicon-download-button:before{content:"\e829"}.eicon-dual-button:before{content:"\e82a"}.eicon-email-field:before{content:"\e82b"}.eicon-facebook-comments:before{content:"\e82c"}.eicon-facebook-like-box:before{content:"\e82d"}.eicon-form-horizontal:before{content:"\e82e"}.eicon-form-vertical:before{content:"\e82f"}.eicon-gallery-grid:before{content:"\e830"}.eicon-gallery-group:before{content:"\e831"}.eicon-gallery-justified:before{content:"\e832"}.eicon-gallery-masonry:before{content:"\e833"}.eicon-icon-box:before{content:"\e834"}.eicon-image-before-after:before{content:"\e835"}.eicon-image-box:before{content:"\e836"}.eicon-image-hotspot:before{content:"\e837"}.eicon-image-rollover:before{content:"\e838"}.eicon-info-box:before{content:"\e839"}.eicon-inner-section:before{content:"\e83a"}.eicon-mailchimp:before{content:"\e83b"}.eicon-menu-card:before{content:"\e83c"}.eicon-navigation-horizontal:before{content:"\e83d"}.eicon-nav-menu:before{content:"\e83e"}.eicon-navigation-vertical:before{content:"\e83f"}.eicon-number-field:before{content:"\e840"}.eicon-parallax:before{content:"\e841"}.eicon-php7:before{content:"\e842"}.eicon-post-list:before{content:"\e843"}.eicon-post-slider:before{content:"\e844"}.eicon-post:before{content:"\e845"}.eicon-posts-carousel:before{content:"\e846"}.eicon-posts-grid:before{content:"\e847"}.eicon-posts-group:before{content:"\e848"}.eicon-posts-justified:before{content:"\e849"}.eicon-posts-masonry:before{content:"\e84a"}.eicon-posts-ticker:before{content:"\e84b"}.eicon-price-list:before{content:"\e84c"}.eicon-price-table:before{content:"\e84d"}.eicon-radio:before{content:"\e84e"}.eicon-rtl:before{content:"\e84f"}.eicon-scroll:before{content:"\e850"}.eicon-search:before{content:"\e851"}.eicon-select:before{content:"\e852"}.eicon-share:before{content:"\e853"}.eicon-sidebar:before{content:"\e854"}.eicon-skill-bar:before{content:"\e855"}.eicon-slider-3d:before{content:"\e856"}.eicon-slider-album:before{content:"\e857"}.eicon-slider-device:before{content:"\e858"}.eicon-slider-full-screen:before{content:"\e859"}.eicon-slider-push:before{content:"\e85a"}.eicon-slider-vertical:before{content:"\e85b"}.eicon-slider-video:before{content:"\e85c"}.eicon-slides:before{content:"\e85d"}.eicon-social-icons:before{content:"\e85e"}.eicon-spacer:before{content:"\e85f"}.eicon-table:before{content:"\e860"}.eicon-tabs:before{content:"\e861"}.eicon-tel-field:before{content:"\e862"}.eicon-text-area:before{content:"\e863"}.eicon-text-field:before{content:"\e864"}.eicon-thumbnails-down:before{content:"\e865"}.eicon-thumbnails-half:before{content:"\e866"}.eicon-thumbnails-right:before{content:"\e867"}.eicon-time-line:before{content:"\e868"}.eicon-toggle:before{content:"\e869"}.eicon-url:before{content:"\e86a"}.eicon-t-letter:before{content:"\e86b"}.eicon-wordpress:before{content:"\e86c"}.eicon-text:before{content:"\e86d"}.eicon-anchor:before{content:"\e86e"}.eicon-bullet-list:before{content:"\e86f"}.eicon-code:before{content:"\e870"}.eicon-favorite:before{content:"\e871"}.eicon-google-maps:before{content:"\e872"}.eicon-image:before{content:"\e873"}.eicon-photo-library:before{content:"\e874"}.eicon-woocommerce:before{content:"\e875"}.eicon-youtube:before{content:"\e876"}.eicon-flip-box:before{content:"\e877"}.eicon-settings:before{content:"\e878"}.eicon-headphones:before{content:"\e879"}.eicon-testimonial:before{content:"\e87a"}.eicon-counter-circle:before{content:"\e87b"}.eicon-person:before{content:"\e87c"}.eicon-chevron-right:before{content:"\e87d"}.eicon-chevron-left:before{content:"\e87e"}.eicon-close:before{content:"\e87f"}.eicon-file-download:before{content:"\e880"}.eicon-save:before{content:"\e881"}.eicon-zoom-in:before{content:"\e882"}.eicon-shortcode:before{content:"\e883"}.eicon-nerd:before{content:"\e884"}.eicon-device-desktop:before{content:"\e885"}.eicon-device-tablet:before{content:"\e886"}.eicon-device-mobile:before{content:"\e887"}.eicon-document-file:before{content:"\e888"}.eicon-folder-o:before{content:"\e889"}.eicon-hypster:before{content:"\e88a"}.eicon-h-align-left:before{content:"\e88b"}.eicon-h-align-right:before{content:"\e88c"}.eicon-h-align-center:before{content:"\e88d"}.eicon-h-align-stretch:before{content:"\e88e"}.eicon-v-align-top:before{content:"\e88f"}.eicon-v-align-bottom:before{content:"\e890"}.eicon-v-align-middle:before{content:"\e891"}.eicon-v-align-stretch:before{content:"\e892"}.eicon-pro-icon:before{content:"\e893"}.eicon-mail:before{content:"\e894"}.eicon-lock-user:before{content:"\e895"}.eicon-testimonial-carousel:before{content:"\e896"}.eicon-media-carousel:before{content:"\e897"}.eicon-section:before{content:"\e898"}.eicon-column:before{content:"\e899"}.eicon-edit:before{content:"\e89a"}.eicon-clone:before{content:"\e89b"}.eicon-trash:before{content:"\e89c"}.eicon-play:before{content:"\e89d"}.eicon-angle-right:before{content:"\e89e"}.eicon-angle-left:before{content:"\e89f"}.eicon-animated-headline:before{content:"\e8a0"}.eicon-menu-toggle:before{content:"\e8a1"}.eicon-fb-embed:before{content:"\e8a2"}.eicon-fb-feed:before{content:"\e8a3"}.eicon-twitter-embed:before{content:"\e8a4"}.eicon-twitter-feed:before{content:"\e8a5"}.eicon-sync:before{content:"\e8a6"}.eicon-import-export:before{content:"\e8a7"}.eicon-check-circle:before{content:"\e8a8"}.eicon-library-save:before{content:"\e8a9"}.eicon-library-download:before{content:"\e9dd"}.eicon-insert:before{content:"\e8ab"}.eicon-preview-medium:before{content:"\e8ac"}.eicon-sort-down:before{content:"\e8ad"}.eicon-sort-up:before{content:"\e8ae"}.eicon-heading:before{content:"\e8af"}.eicon-logo:before{content:"\e8b0"}.eicon-meta-data:before{content:"\e8b1"}.eicon-post-content:before{content:"\e8b2"}.eicon-post-excerpt:before{content:"\e8b3"}.eicon-post-navigation:before{content:"\e8b4"}.eicon-yoast:before{content:"\e8b5"}.eicon-nerd-chuckle:before{content:"\e8b6"}.eicon-nerd-wink:before{content:"\e8b7"}.eicon-comments:before{content:"\e8b8"}.eicon-download-circle-o:before{content:"\e8b9"}.eicon-library-upload:before{content:"\e8ba"}.eicon-save-o:before{content:"\e8bb"}.eicon-upload-circle-o:before{content:"\e8bc"}.eicon-ellipsis-h:before{content:"\e8bd"}.eicon-ellipsis-v:before{content:"\e8be"}.eicon-arrow-left:before{content:"\e8bf"}.eicon-arrow-right:before{content:"\e8c0"}.eicon-arrow-up:before{content:"\e8c1"}.eicon-arrow-down:before{content:"\e8c2"}.eicon-play-o:before{content:"\e8c3"}.eicon-archive-posts:before{content:"\e8c4"}.eicon-archive-title:before{content:"\e8c5"}.eicon-featured-image:before{content:"\e8c6"}.eicon-post-info:before{content:"\e8c7"}.eicon-post-title:before{content:"\e8c8"}.eicon-site-logo:before{content:"\e8c9"}.eicon-site-search:before{content:"\e8ca"}.eicon-site-title:before{content:"\e8cb"}.eicon-plus-square:before{content:"\e8cc"}.eicon-minus-square:before{content:"\e8cd"}.eicon-cloud-check:before{content:"\e8ce"}.eicon-drag-n-drop:before{content:"\e8cf"}.eicon-welcome:before{content:"\e8d0"}.eicon-handle:before{content:"\e8d1"}.eicon-cart:before{content:"\e8d2"}.eicon-product-add-to-cart:before{content:"\e8d3"}.eicon-product-breadcrumbs:before{content:"\e8d4"}.eicon-product-categories:before{content:"\e8d5"}.eicon-product-description:before{content:"\e8d6"}.eicon-product-images:before{content:"\e8d7"}.eicon-product-info:before{content:"\e8d8"}.eicon-product-meta:before{content:"\e8d9"}.eicon-product-pages:before{content:"\e8da"}.eicon-product-price:before{content:"\e8db"}.eicon-product-rating:before{content:"\e8dc"}.eicon-product-related:before{content:"\e8dd"}.eicon-product-stock:before{content:"\e8de"}.eicon-product-tabs:before{content:"\e8df"}.eicon-product-title:before{content:"\e8e0"}.eicon-product-upsell:before{content:"\e8e1"}.eicon-products:before{content:"\e8e2"}.eicon-bag-light:before{content:"\e8e3"}.eicon-bag-medium:before{content:"\e8e4"}.eicon-bag-solid:before{content:"\e8e5"}.eicon-basket-light:before{content:"\e8e6"}.eicon-basket-medium:before{content:"\e8e7"}.eicon-basket-solid:before{content:"\e8e8"}.eicon-cart-light:before{content:"\e8e9"}.eicon-cart-medium:before{content:"\e8ea"}.eicon-cart-solid:before{content:"\e8eb"}.eicon-exchange:before{content:"\e8ec"}.eicon-preview-thin:before{content:"\e8ed"}.eicon-device-laptop:before{content:"\e8ee"}.eicon-collapse:before{content:"\e8ef"}.eicon-expand:before{content:"\e8f0"}.eicon-navigator:before{content:"\e8f1"}.eicon-plug:before{content:"\e8f2"}.eicon-dashboard:before{content:"\e8f3"}.eicon-typography:before{content:"\e8f4"}.eicon-info-circle-o:before{content:"\e8f5"}.eicon-integration:before{content:"\e8f6"}.eicon-plus-circle-o:before{content:"\e8f7"}.eicon-rating:before{content:"\e8f8"}.eicon-review:before{content:"\e8f9"}.eicon-tools:before{content:"\e8fa"}.eicon-loading:before{content:"\e8fb"}.eicon-sitemap:before{content:"\e8fc"}.eicon-click:before{content:"\e8fd"}.eicon-clock:before{content:"\e8fe"}.eicon-library-open:before{content:"\e8ff"}.eicon-warning:before{content:"\e900"}.eicon-flow:before{content:"\e901"}.eicon-cursor-move:before{content:"\e902"}.eicon-arrow-circle-left:before{content:"\e903"}.eicon-flash:before{content:"\e904"}.eicon-redo:before{content:"\e905"}.eicon-ban:before{content:"\e906"}.eicon-barcode:before{content:"\e907"}.eicon-calendar:before{content:"\e908"}.eicon-caret-left:before{content:"\e909"}.eicon-caret-right:before{content:"\e90a"}.eicon-caret-up:before{content:"\e90b"}.eicon-chain-broken:before{content:"\e90c"}.eicon-check-circle-o:before{content:"\e90d"}.eicon-check:before{content:"\e90e"}.eicon-chevron-double-left:before{content:"\e90f"}.eicon-chevron-double-right:before{content:"\e910"}.eicon-undo:before{content:"\e911"}.eicon-filter:before{content:"\e912"}.eicon-circle-o:before{content:"\e913"}.eicon-circle:before{content:"\e914"}.eicon-clock-o:before{content:"\e915"}.eicon-cog:before{content:"\e916"}.eicon-cogs:before{content:"\e917"}.eicon-commenting-o:before{content:"\e918"}.eicon-copy:before{content:"\e919"}.eicon-database:before{content:"\e91a"}.eicon-dot-circle-o:before{content:"\e91b"}.eicon-envelope:before{content:"\e91c"}.eicon-external-link-square:before{content:"\e91d"}.eicon-eyedropper:before{content:"\e91e"}.eicon-folder:before{content:"\e91f"}.eicon-font:before{content:"\e920"}.eicon-adjust:before{content:"\e921"}.eicon-lightbox:before{content:"\e922"}.eicon-heart-o:before{content:"\e923"}.eicon-history:before{content:"\e924"}.eicon-image-bold:before{content:"\e925"}.eicon-info-circle:before{content:"\e926"}.eicon-link:before{content:"\e927"}.eicon-long-arrow-left:before{content:"\e928"}.eicon-long-arrow-right:before{content:"\e929"}.eicon-caret-down:before{content:"\e92a"}.eicon-paint-brush:before{content:"\e92b"}.eicon-pencil:before{content:"\e92c"}.eicon-plus-circle:before{content:"\e92d"}.eicon-zoom-in-bold:before{content:"\e92e"}.eicon-sort-amount-desc:before{content:"\e92f"}.eicon-sign-out:before{content:"\e930"}.eicon-spinner:before{content:"\e931"}.eicon-square:before{content:"\e932"}.eicon-star-o:before{content:"\e933"}.eicon-star:before{content:"\e934"}.eicon-text-align-justify:before{content:"\e935"}.eicon-text-align-center:before{content:"\e936"}.eicon-tags:before{content:"\e937"}.eicon-text-align-left:before{content:"\e938"}.eicon-text-align-right:before{content:"\e939"}.eicon-close-circle:before{content:"\e93a"}.eicon-trash-o:before{content:"\e93b"}.eicon-font-awesome:before{content:"\e93c"}.eicon-user-circle-o:before{content:"\e93d"}.eicon-video-camera:before{content:"\e93e"}.eicon-heart:before{content:"\e93f"}.eicon-wrench:before{content:"\e940"}.eicon-help:before{content:"\e941"}.eicon-help-o:before{content:"\e942"}.eicon-zoom-out-bold:before{content:"\e943"}.eicon-plus-square-o:before{content:"\e944"}.eicon-minus-square-o:before{content:"\e945"}.eicon-minus-circle:before{content:"\e946"}.eicon-minus-circle-o:before{content:"\e947"}.eicon-code-bold:before{content:"\e948"}.eicon-cloud-upload:before{content:"\e949"}.eicon-search-bold:before{content:"\e94a"}.eicon-map-pin:before{content:"\e94b"}.eicon-meetup:before{content:"\e94c"}.eicon-slideshow:before{content:"\e94d"}.eicon-t-letter-bold:before{content:"\e94e"}.eicon-preferences:before{content:"\e94f"}.eicon-table-of-contents:before{content:"\e950"}.eicon-tv:before{content:"\e951"}.eicon-upload:before{content:"\e952"}.eicon-instagram-comments:before{content:"\e953"}.eicon-instagram-nested-gallery:before{content:"\e954"}.eicon-instagram-post:before{content:"\e955"}.eicon-instagram-video:before{content:"\e956"}.eicon-instagram-gallery:before{content:"\e957"}.eicon-instagram-likes:before{content:"\e958"}.eicon-facebook:before{content:"\e959"}.eicon-twitter:before{content:"\e95a"}.eicon-pinterest:before{content:"\e95b"}.eicon-frame-expand:before{content:"\e95c"}.eicon-frame-minimize:before{content:"\e95d"}.eicon-archive:before{content:"\e95e"}.eicon-colors-typography:before{content:"\e95f"}.eicon-custom:before{content:"\e960"}.eicon-footer:before{content:"\e961"}.eicon-header:before{content:"\e962"}.eicon-layout-settings:before{content:"\e963"}.eicon-lightbox-expand:before{content:"\e964"}.eicon-error-404:before{content:"\e965"}.eicon-theme-style:before{content:"\e966"}.eicon-search-results:before{content:"\e967"}.eicon-single-post:before{content:"\e968"}.eicon-site-identity:before{content:"\e969"}.eicon-theme-builder:before{content:"\e96a"}.eicon-download-bold:before{content:"\e96b"}.eicon-share-arrow:before{content:"\e96c"}.eicon-global-settings:before{content:"\e96d"}.eicon-user-preferences:before{content:"\e96e"}.eicon-lock:before{content:"\e96f"}.eicon-export-kit:before{content:"\e970"}.eicon-import-kit:before{content:"\e971"}.eicon-lottie:before{content:"\e972"}.eicon-products-archive:before{content:"\e973"}.eicon-single-product:before{content:"\e974"}.eicon-disable-trash-o:before{content:"\e975"}.eicon-single-page:before{content:"\e976"}.eicon-wordpress-light:before{content:"\e977"}.eicon-cogs-check:before{content:"\e978"}.eicon-custom-css:before{content:"\e979"}.eicon-global-colors:before{content:"\e97a"}.eicon-globe:before{content:"\e97b"}.eicon-typography-1:before{content:"\e97c"}.eicon-background:before{content:"\e97d"}.eicon-device-responsive:before{content:"\e97e"}.eicon-device-wide:before{content:"\e97f"}.eicon-code-highlight:before{content:"\e980"}.eicon-video-playlist:before{content:"\e981"}.eicon-download-kit:before{content:"\e982"}.eicon-kit-details:before{content:"\e983"}.eicon-kit-parts:before{content:"\e984"}.eicon-kit-upload:before{content:"\e985"}.eicon-kit-plugins:before{content:"\e986"}.eicon-kit-upload-alt:before{content:"\e987"}.eicon-hotspot:before{content:"\e988"}.eicon-paypal-button:before{content:"\e989"}.eicon-shape:before{content:"\e98a"}.eicon-wordart:before{content:"\e98b"}.eicon-checkout:before{content:"\e98c"}.eicon-container:before{content:"\e98d"}.eicon-flip:before{content:"\e98e"}.eicon-info:before{content:"\e98f"}.eicon-my-account:before{content:"\e990"}.eicon-purchase-summary:before{content:"\e991"}.eicon-page-transition:before{content:"\e992"}.eicon-spotify:before{content:"\e993"}.eicon-stripe-button:before{content:"\e994"}.eicon-woo-settings:before{content:"\e995"}.eicon-woo-cart:before{content:"\e996"}.eicon-grow:before{content:"\e997"}.eicon-order-end:before{content:"\e998"}.eicon-nowrap:before{content:"\e999"}.eicon-order-start:before{content:"\e99a"}.eicon-progress-tracker:before{content:"\e99b"}.eicon-shrink:before{content:"\e99c"}.eicon-wrap:before{content:"\e99d"}.eicon-align-center-h:before{content:"\e99e"}.eicon-align-center-v:before{content:"\e99f"}.eicon-align-end-h:before{content:"\e9a0"}.eicon-align-end-v:before{content:"\e9a1"}.eicon-align-start-h:before{content:"\e9a2"}.eicon-align-start-v:before{content:"\e9a3"}.eicon-align-stretch-h:before{content:"\e9a4"}.eicon-align-stretch-v:before{content:"\e9a5"}.eicon-justify-center-h:before{content:"\e9a6"}.eicon-justify-center-v:before{content:"\e9a7"}.eicon-justify-end-h:before{content:"\e9a8"}.eicon-justify-end-v:before{content:"\e9a9"}.eicon-justify-space-around-h:before{content:"\e9aa"}.eicon-justify-space-around-v:before{content:"\e9ab"}.eicon-justify-space-between-h:before{content:"\e9ac"}.eicon-justify-space-between-v:before{content:"\e9ad"}.eicon-justify-space-evenly-h:before{content:"\e9ae"}.eicon-justify-space-evenly-v:before{content:"\e9af"}.eicon-justify-start-h:before{content:"\e9b0"}.eicon-justify-start-v:before{content:"\e9b1"}.eicon-woocommerce-cross-sells:before{content:"\e9b2"}.eicon-woocommerce-notices:before{content:"\e9b3"}.eicon-inner-container:before{content:"\e9b4"}.eicon-warning-full:before{content:"\e9b5"}.eicon-exit:before{content:"\e9b6"}.eicon-loop-builder:before{content:"\e9b7"}.eicon-notes:before{content:"\e9b8"}.eicon-read:before{content:"\e9b9"}.eicon-unread:before{content:"\e9ba"}.eicon-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-div-block:before{content:"\eb9b"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-off-canvas:before{content:"\e9c7"}.eicon-speakerphone:before{content:"\e9c9"}.eicon-ehp-cta:before{content:"\e9cb"}.eicon-ehp-forms:before{content:"\e9bc"}.eicon-ehp-hero:before{content:"\e9ca"}.eicon-ehp-zigzag:before{content:"\e9cc"}.eicon-e-button:before{content:"\e9ce"}.eicon-flexbox:before{content:"\e9d0"}.eicon-paragraph:before{content:"\e9d1"}.eicon-icon:before{content:"\e9d2"}.eicon-e-image:before{content:"\e9d3"}.eicon-video:before{content:"\e9d4"}.eicon-svg:before{content:"\e9d5"}.eicon-e-divider:before{content:"\e9d6"}.eicon-e-heading:before{content:"\e9d7"}.eicon-atomic:before{content:"\ebae"}.eicon-library-delete:before{content:"\e9d8"}.eicon-library-copy:before{content:"\e9d9"}.eicon-library-folder-empty:before{content:"\e9da"}.eicon-library-move:before{content:"\e9db"}.eicon-library-edit:before{content:"\e9dc"}.eicon-library-subscription-upgrade:before{content:"\e9de"}.eicon-library-folder-view:before{content:"\e9df"}.eicon-library-grid:before{content:"\e9e1"}.eicon-library-cloud-connect:before{content:"\e9e2"}.eicon-library-import:before{content:"\e9e3"}.eicon-library-list:before{content:"\e9e4"}.eicon-library-cloud-empty:before{content:"\e9e5"}.eicon-folder-plus:before{content:"\e8aa"}.eicon-library-folder:before{content:"\e9e6"}.eicon-accessibility:before{content:"\e9bf"}.eicon-lock-outline:before{content:"\e9e7"}.eicon-e-youtube:before{content:"\e9e8"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}